* {
  box-sizing: border-box;
  outline: none; }

body {
  color: #0C0E12;
  letter-spacing: 0;
  font-family: "Google Sans", sans-serif;
  background-color: #0C0E12;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px; }

h1, h2, h3, h4, h5 {
  margin: 0; }

button {
  border: none;
  cursor: pointer; }

video {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%;
  max-height: 100%; }

form {
  transition: 0.4s; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

a {
  color: #0C0E12;
  text-decoration: none;
  transition: 0.4s; }

.pt-20 {
  padding-top: 20px; }
.pt-30 {
  padding-top: 30px; }

.mb-40 {
  margin-bottom: 40px !important; }
.mb-no {
  margin-bottom: 0 !important; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex-align-center {
    align-items: center; }

.text {
  color: #6D6E71; }

.link-inline {
  display: inline-block;
  position: relative; }
  .link-inline:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    margin-top: -8px;
    right: -26px;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: 0.4s;
    background-image: url("../images/pic/oval-red.png");
    background-size: cover;
    background-color: transparent; }
  .link-inline:hover:before {
    opacity: 1; }
  .link-inline-sm {
    display: inline-block;
    position: relative; }
    .link-inline-sm:before {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #0C0E12;
      transition: 0.4s; }
    .link-inline-sm:hover:before {
      width: 100%; }
.link-contacts {
  color: #0c0e12;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px; }
  .link-contacts:hover {
    opacity: .6; }

.card-list {
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
.card-type-one {
  width: calc(50% - 1px);
  background-color: #FFFFFF; }
.card-item {
  position: relative;
  padding: 30px;
  margin-right: 1px;
  margin-bottom: 1px; }
  .card-item .title {
    margin-bottom: 15px;
    color: #0C0E12;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }
  .card-item .text {
    margin-bottom: 60px; }
  .card-item .tags {
    position: absolute;
    bottom: 40px;
    left: 30px; }
    .card-item .tags a {
      display: inline-block;
      margin-right: 10px;
      color: #0C0E12;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px; }
      .card-item .tags a:hover {
        color: #DC242B; }
  .card-item .button {
    position: absolute;
    bottom: 30px;
    right: 30px; }

.down-view {
  display: none;
  position: absolute;
  bottom: 15%;
  z-index: 15;
  left: 50%;
  transform: translate(-50%, -50%); }
  .down-view span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite; }
  .down-view span:nth-child(2) {
    animation-delay: -0.2s; }
  .down-view span:nth-child(3) {
    animation-delay: -0.4s; }
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px); } }
.badge {
  margin: 0 auto;
  width: 528px;
  height: 300px; }
  .badge-sm {
    width: 362px; }
    .badge-sm .image {
      height: 235px; }
  .badge-box {
    width: 100%;
    height: 300px;
    position: relative; }
    .badge-box .badge {
      top: 0;
      left: 0;
      position: absolute; }
  .badge .image {
    width: 100%;
    line-height: 0;
    transition: 0.4s; }
    .badge .image:hover {
      opacity: .7; }
  .badge .info {
    padding: 20px 16px 20px 32px; }
  .badge .type {
    color: #6D6E71;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px; }
  .badge .name {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }
    .badge .name:hover {
      color: #6D6E71; }

.button {
  height: 40px;
  min-width: 40px;
  border-radius: 20px;
  background-color: #DC242B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .button:hover {
    background-color: #C72026 !important; }
  .button-forward {
    display: inline-block;
    transition: 0.4s;
    background-color: #F7F7F7;
    background-image: url("../images/pic/arrow-forward-black.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center; }
    .button-forward.white {
      background-color: #FFFFFF; }
    .button-forward:hover {
      background-color: #DC242B !important;
      transform: rotate(-45deg);
      background-image: url("../images/pic/arrow-forward-white.png"); }
  .button-dynamic {
    padding-left: 15px;
    padding-right: 35px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    line-height: 40px; }
    .button-dynamic.white:before {
      background-color: #FFFFFF; }
    .button-dynamic:before, .button-dynamic:after {
      position: absolute;
      display: block;
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      transition: 0.4s; }
    .button-dynamic:before {
      left: 0;
      background-color: #F7F7F7; }
    .button-dynamic:after {
      right: 0;
      background-image: url("../images/pic/arrow-forward-black.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 13px; }
    .button-dynamic:hover:before {
      margin-left: calc(100% - 40px);
      background-color: #DC242B; }
    .button-dynamic:hover:after {
      transform: rotate(-45deg);
      background-image: url("../images/pic/arrow-forward-white.png"); }
    .button-dynamic span {
      position: relative;
      z-index: 10; }
  .button-link {
    padding: 0 24px; }
  .button-big {
    border-radius: 28px;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .button-tg {
    background-color: #0088CC !important; }

.cursor {
  margin-left: auto;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%; }
  .cursor.add {
    background-image: url("../images/pic/round-add.png");
    background-size: 14px; }
  .cursor.remove {
    background-image: url("../images/pic/round-remove.png");
    background-size: 14px 2px; }

.opacity {
  opacity: .5; }

.overflow-h {
  overflow: hidden; }

.visible-mob {
  display: none !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6D6E71;
  font-size: 16px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6D6E71;
  font-size: 16px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6D6E71;
  font-size: 16px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #6D6E71;
  font-size: 16px; }

header {
  width: 100%;
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  transition: 0.2s; }
  header .header {
    height: 80px;
    padding-left: 264px;
    padding-right: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    header .header-sm {
      height: 60px;
      padding: 0 32px;
      background-color: #0C0E12;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      display: none; }
      header .header-sm .logo {
        line-height: 0;
        max-height: 100%; }
        header .header-sm .logo img {
          height: 46px; }
      header .header-sm .communication {
        margin-left: 0; }
        header .header-sm .communication a {
          margin-left: 0; }
        header .header-sm .communication .button.tg {
          background: transparent; }
          header .header-sm .communication .button.tg img {
            max-width: 24px;
            max-height: 24px; }
    header .header .about {
      padding-left: 120px;
      color: #FFFFFF;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px; }
    header .header .communication .button-link {
      background-color: rgba(255, 255, 255, 0.2); }

footer {
  position: relative; }
  footer .footer {
    color: #6D6E71;
    background-color: #0C0E12; }
    footer .footer_item {
      padding: 0 32px;
      position: relative; }
      footer .footer_item:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 34px;
        padding-bottom: 34px; }
      footer .footer_item:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        padding-top: 60px;
        padding-bottom: 60px; }
      footer .footer_item:nth-child(3) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px; }
      footer .footer_item:after {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #CECFD0;
        opacity: .1; }
    footer .footer .logo {
      height: 32px;
      width: 162px; }
    footer .footer .title {
      color: #FFFFFF;
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 18px;
      line-height: 26px; }
    footer .footer .navigation {
      display: flex;
      flex-wrap: wrap; }
      footer .footer .navigation_item {
        margin-right: 120px; }
        footer .footer .navigation_item:last-child {
          margin-right: 0; }
        footer .footer .navigation_item a {
          margin: 5px 0;
          display: inline-block;
          color: #6D6E71;
          font-weight: normal;
          font-size: 14px;
          line-height: 20px; }
          footer .footer .navigation_item a:hover {
            color: #FFFFFF; }
    footer .footer .contacts {
      margin-left: auto; }
      footer .footer .contacts .office {
        margin-bottom: 30px;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px; }
        footer .footer .contacts .office:last-child {
          margin-bottom: 0; }
    footer .footer .copyright {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px; }
    footer .footer .design {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      margin-left: auto; }
      footer .footer .design a {
        color: #6D6E71; }
        footer .footer .design a:hover {
          color: #FFFFFF; }

.page {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #FFFFFF; }
  .page-light .section-title h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px; }

.main {
  width: 100%; }

.tabs-nav {
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  .tabs-nav_item {
    width: 271px;
    height: 156px;
    position: relative;
    cursor: pointer;
    background-color: #F7F7F7;
    transition: 0.4s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .tabs-nav_item:last-child {
      margin-right: 0; }
    .tabs-nav_item:after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #fff; }
    .tabs-nav_item:hover {
      background-color: #FFFFFF; }
    .tabs-nav_item.current, .tabs-nav_item.current-sm {
      background-color: #FFFFFF; }
      .tabs-nav_item.current:before, .tabs-nav_item.current-sm:before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #DC242B; }
    .tabs-nav_item.xl {
      height: 279px; }
      .tabs-nav_item.xl span {
        display: none; }
    .tabs-nav_item span {
      padding: 0 16px;
      text-align: center;
      color: #0C0E12;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .tabs-nav_item i {
      font-weight: normal;
      font-size: 18px;
      line-height: 26px;
      display: block;
      font-style: normal;
      color: #6D6E71; }
    .tabs-nav_item img {
      max-width: 75%;
      max-height: 75%; }
.tabs-content {
  padding-top: 100px; }
  .tabs-content_item {
    display: none; }
    .tabs-content_item .title {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 28px;
      line-height: 36px; }
    .tabs-content_item .text {
      margin-bottom: 20px; }
    .tabs-content_item .section-image img {
      bottom: -200px;
      left: auto;
      right: 0; }
  .tabs-content_image {
    width: 100%;
    height: 100%;
    position: relative; }
    .tabs-content_image .image {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -150px;
      line-height: 0; }
      .tabs-content_image .image img {
        margin: 0 auto;
        display: block; }

.form {
  width: 408px;
  margin-top: 172px;
  margin-left: auto;
  position: relative; }
  .form-item {
    width: 100%;
    margin-bottom: 20px; }
    .form-item input {
      height: 56px; }
    .form-item input, .form-item textarea {
      line-height: 26px;
      background-color: transparent;
      border: 1px solid #9aa7ac;
      border-radius: 4px;
      width: 100%;
      padding: 15px; }
      .form-item input:focus, .form-item textarea:focus {
        border-color: #299cc4; }
        .form-item input:focus ::-webkit-input-placeholder, .form-item textarea:focus ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(109, 110, 113, 0.5); }
        .form-item input:focus ::-moz-placeholder, .form-item textarea:focus ::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(109, 110, 113, 0.5); }
        .form-item input:focus :-ms-input-placeholder, .form-item textarea:focus :-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(109, 110, 113, 0.5); }
        .form-item input:focus :-moz-placeholder, .form-item textarea:focus :-moz-placeholder {
          /* Firefox 18- */
          color: rgba(109, 110, 113, 0.5); }
    .form-item_select {
      border: 1px solid #9aa7ac;
      border-radius: 4px;
      cursor: pointer;
      padding: 15px;
      position: relative; }
      .form-item_select.view div:after {
        border-top: none;
        border-bottom: 5px solid #000; }
      .form-item_select div {
        position: relative;
        color: #6d6e71; }
        .form-item_select div.on {
          color: #0c0e12; }
        .form-item_select div:after {
          position: absolute;
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #000;
          right: 15px;
          top: 50%;
          margin-top: -2px; }
      .form-item_select ul {
        display: none;
        width: calc(100% + 2px);
        border-radius: 0 0 4px 4px;
        border: 1px solid #9aa7ac;
        border-top: none;
        position: absolute;
        top: 54px;
        left: -1px;
        background: #fff; }
        .form-item_select ul li {
          padding: 15px;
          transition: 0.4s; }
          .form-item_select ul li:hover {
            background-color: #C72026;
            color: #fff; }
    .form-item_checked {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .form-item_checked input {
        display: none; }
      .form-item_checked input:checked + .check {
        border-color: #DC242B; }
      .form-item_checked .check {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        margin: 0 15px;
        border: 8px solid #6D6E71; }
      .form-item_checked .text {
        padding-left: 10px;
        line-height: 26px;
        color: #6D6E71; }
        .form-item_checked .text a {
          color: #DC242B;
          text-decoration: underline; }
  .form.send form {
    opacity: .05; }
  .form.send .message-success {
    z-index: 10;
    opacity: 1; }
  .form .message-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    z-index: -10;
    opacity: 0;
    transition: 0.4s;
    color: #6D6E71;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

.photo {
  position: relative;
  margin-bottom: 40px; }
  .photo-list {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap; }
  .photo-xl {
    width: 100%; }
  .photo-sm {
    width: 50%; }
    .photo-sm + .photo-sm:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      z-index: 25;
      background-color: #fff; }
  .photo_name {
    padding-left: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #6D6E71;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }
  .photo_image {
    line-height: 0; }

.burger {
  cursor: pointer;
  width: 24px;
  height: 20px;
  position: relative; }
  .burger span, .burger span:after, .burger span:before {
    content: "";
    height: 3px;
    width: 24px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    transition: 0.4s; }
  .burger span:after {
    width: 18px; }
  .burger span {
    top: 8px; }
    .burger span:after {
      bottom: -8px; }
    .burger span:before {
      top: -8px; }
  .burger.open span {
    background-color: transparent; }
    .burger.open span:after {
      bottom: 0;
      width: 24px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .burger.open span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: fixed; }
  .backdrop:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    transition: 0.4s;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .backdrop.on {
    z-index: 49; }
    .backdrop.on:before {
      opacity: 1; }

.sidebar {
  position: fixed;
  z-index: 50;
  height: 100%;
  background-color: #0C0E12;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .sidebar.open {
    width: 255px; }
  .sidebar .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .sidebar .logo a.xl {
      width: 185px;
      height: 50px; }
    .sidebar .logo a.sm {
      display: none;
      height: 32px;
      width: 32px; }
  .sidebar .nav {
    width: 100%;
    overflow: hidden; }
    .sidebar .nav ul li a {
      display: block;
      position: relative;
      padding: 17px 0 17px 32px;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      color: #6D6E71; }
      .sidebar .nav ul li a:before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        left: 0;
        background-color: #DC242B;
        height: 1px;
        width: 0;
        transition: 0.4s; }
      .sidebar .nav ul li a:hover {
        color: #FFFFFF; }
        .sidebar .nav ul li a:hover:before {
          width: 20px; }
      .sidebar .nav ul li a span {
        margin-left: 17px;
        color: #FFFFFF;
        transition: 0.2s;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px; }
  .sidebar .go-top {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 24px;
    width: 40px;
    height: 40px;
    background-image: url("../images/pic/arrow2-top-grey.png");
    background-size: cover;
    background-position: center;
    transition: 0.4s;
    cursor: pointer; }
    .sidebar .go-top:hover {
      background-image: url("../images/pic/arrow2-top-red.png"); }

.section-tags a {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #0C0E12;
  display: inline-block;
  margin-right: 20px; }
  .section-tags a:hover {
    color: #DC242B; }
.section-title {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .section-title h1, .section-title h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 62px; }
  .section-title .button {
    margin-left: 15px;
    margin-top: 10px; }
.section-text {
  color: #6D6E71;
  margin-bottom: 20px; }
  .section-text.md {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px; }
  .section-text .type {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }
  .section-text .title {
    color: #0C0E12;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }
.section-list ul li {
  margin-bottom: 20px; }
  .section-list ul li:last-child {
    margin-bottom: 0; }
  .section-list ul li a {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }
.section-image {
  height: 100%;
  position: relative; }
  .section-image img {
    position: absolute;
    bottom: -100px;
    left: 0;
    max-height: none; }
.section-video {
  margin: 0 -32px;
  width: 560px; }
  .section-video .video {
    margin-bottom: 20px; }
    .section-video .video iframe {
      max-width: 100%; }
  .section-video .info {
    padding: 0 32px; }
    .section-video .info .type {
      color: #6D6E71;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px; }
    .section-video .info .name {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .section-video .info .desc {
      color: #6D6E71; }
.section-excerpt {
  max-width: 680px;
  margin-bottom: 20px; }
  .section-excerpt + .content-box {
    padding-top: 100px; }
.section-cat {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px; }
  .section-cat:before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background-image: url("../images/pic/oval.png");
    background-size: cover; }
.section-services_item {
  position: relative;
  margin-bottom: 40px; }
  .section-services_item:last-child {
    margin-bottom: 0; }
  .section-services_item .index {
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: -55px;
    color: #6D6E71;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
  .section-services_item .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px; }
.section.grey {
  background: linear-gradient(90deg, #FFFFFF 0%, #F7F7F7 100%); }
.section.white {
  background: #FFFFFF; }
.section.black {
  background-color: #0C0E12; }
  .section.black .section-title {
    color: #fff; }
  .section.black .text h2 {
    color: #fff; }
.section-404 {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .section-404 .container {
    padding-top: 0; }
  .section-404 .col {
    position: relative; }
  .section-404 .box404 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
    color: #6d6e71;
    font-size: 160px;
    font-weight: bold; }
    .section-404 .box404 img {
      width: 130px;
      margin: 0 10px; }
  .section-404 .section-excerpt {
    max-width: 580px; }
.section .container {
  padding: 100px 32px 0; }

.content-box .columns {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap; }
  .content-box .columns:last-child {
    margin-bottom: 0; }
  .content-box .columns div {
    width: 50%;
    padding-right: 32px; }
  .content-box .columns h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }
.content-box p {
  max-width: 760px;
  margin: 30px 0; }
  .content-box p:last-child {
    margin-bottom: 0; }
.content-box h2 {
  color: #0C0E12;
  margin-bottom: 30px;
  max-width: 760px;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px; }
  .content-box h2 + h3 {
    margin-top: -15px; }
.content-box h3, .content-box h4 {
  margin-bottom: 30px;
  color: #0C0E12;
  max-width: 760px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px; }
.content-item h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px; }

.container {
  width: 1088px;
  margin-left: 264px; }
  .container .row {
    flex-flow: wrap;
    margin: 0 -32px;
    display: flex;
    flex-wrap: wrap; }
    .container .row:last-child {
      margin-bottom: 0; }
    .container .row-text .col-50 {
      padding-left: 32px; }
    .container .row.sm .col {
      margin-bottom: 60px; }
    .container .row .row {
      margin: 0; }
    .container .row .col {
      width: 100%;
      padding: 0 32px;
      margin-bottom: 100px; }
      .container .row .col-50 {
        flex: 0 0 50%;
        padding-left: 32px;
        padding-right: 16px; }
        .container .row .col-50 + .col-50 {
          padding-left: 16px;
          padding-right: 32px; }
        .container .row .col-50:nth-child(3n) {
          padding-left: 32px;
          padding-right: 16px; }
      .container .row .col-75 {
        max-width: 744px; }
      .container .row .col .section-text:last-child {
        margin-bottom: 0; }
    .container .row-column .col {
      margin-bottom: 60px; }
  .container .fill {
    margin-left: -32px;
    margin-right: -32px; }
    .container .fill-sm {
      margin-left: -32px; }

.communication {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .communication a {
    color: #FFFFFF;
    margin-left: 20px; }
  .communication .link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
    .communication .link:before {
      background-color: #FFFFFF; }
  .communication .button.phone {
    background: none !important; }
    .communication .button.phone img {
      max-width: 22px;
      max-height: 22px; }
  .communication .button.tg {
    padding-right: 3px;
    background-color: #0088CC; }
    .communication .button.tg:hover {
      background-color: #0088CC !important; }
  .communication .button img {
    max-width: 17px;
    max-height: 17px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  background-position: center;
  background-size: cover;
  z-index: 15;
  transition: 0.4s;
  cursor: pointer; }
  .slick-arrow-sm {
    width: 40px;
    height: 40px;
    margin-top: -20px; }
    .slick-arrow-sm:hover {
      opacity: .5; }
    .slick-arrow-sm.arrow-left {
      left: 32px;
      background-image: url("../images/pic/arrow-left.png"); }
    .slick-arrow-sm.arrow-right {
      right: 32px;
      background-image: url("../images/pic/arrow-right.png"); }
  .slick-arrow-md {
    width: 60px;
    height: 60px;
    top: 120px; }
    .slick-arrow-md:hover.arrow-right {
      background-image: url("../images/pic/arrow2-right-red.png"); }
    .slick-arrow-md.arrow-left {
      display: none; }
    .slick-arrow-md.arrow-right {
      left: 1028px;
      background-image: url("../images/pic/arrow2-right-grey.png"); }
.slick-dots {
  bottom: -30px;
  left: 0;
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .slick-dots li.slick-active button {
    height: 17px;
    width: 17px;
    position: relative;
    background-color: transparent;
    border: 1px solid #dde2e3; }
    .slick-dots li.slick-active button:before {
      position: absolute;
      display: block;
      content: "";
      top: 5px;
      left: 5px;
      height: 5px;
      width: 5px;
      border-radius: 50%;
      background-color: #DC242B; }
  .slick-dots li button {
    background-color: #CECFD0;
    cursor: pointer;
    padding: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    margin: 0 5px; }

.parsley-errors-list li {
  color: #DC242B;
  font-size: 12px; }

.banner {
  position: relative;
  height: 100vh;
  max-height: 1200px; }
  .banner-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .banner-list .item {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .banner-list .item .image {
        position: absolute;
        z-index: 15;
        bottom: 0;
        right: 8%;
        line-height: 0;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .banner-list .item .image img {
          max-height: 75%; }
      .banner-list .item .content {
        width: 496px;
        margin-left: 384px;
        color: #FFFFFF;
        position: relative;
        z-index: 20; }
        .banner-list .item .content .title {
          margin-bottom: 15px;
          font-weight: bold;
          font-size: 50px;
          line-height: 62px; }
        .banner-list .item .content .text {
          color: #FFFFFF;
          margin-bottom: 30px; }
          .banner-list .item .content .text.md {
            font-weight: 500;
            font-size: 22px;
            line-height: 30px; }
        .banner-list .item .content .button-dynamic {
          color: #FFFFFF; }
          .banner-list .item .content .button-dynamic:before {
            opacity: .2;
            background-color: #FFFFFF; }
          .banner-list .item .content .button-dynamic:after {
            background-image: url("../images/pic/arrow-forward-white.png"); }
          .banner-list .item .content .button-dynamic:hover:before {
            opacity: 1;
            background-color: #C72026; }

.tags-box {
  margin-top: -89px;
  position: relative;
  z-index: 30; }
  .tags-box .container {
    padding-top: 0; }
.tags-list {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap; }
  .tags-list_toggle {
    height: 66px;
    padding: 0 20px;
    position: relative;
    background-color: #F7F7F7;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    display: none; }
    .tags-list_toggle span {
      margin-left: 5px; }
    .tags-list_toggle .filter {
      position: relative; }
      .tags-list_toggle .filter i {
        display: none;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: -10px;
        width: 6px;
        height: 6px;
        background-color: #dc242b;
        border-radius: 50%; }
  .tags-list .item {
    cursor: pointer;
    height: 90px;
    width: 271px;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: #F7F7F7;
    transition: 0.4s;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .tags-list .item:hover, .tags-list .item.current {
      color: #FFFFFF;
      background-color: #DC242B; }
.tags .container {
  padding-top: 0; }

.hype-list {
  transition: 0.4s; }
  .hype-list-front {
    margin-left: -32px; }
  .hype-list.flex {
    display: flex;
    flex-wrap: wrap; }
    .hype-list.flex .item + .item:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      z-index: 25;
      background-color: #fff; }
  .hype-list .item {
    width: 528px;
    position: relative; }
    .hype-list .item .img {
      display: block;
      width: 100%;
      height: 300px;
      line-height: 0; }
      .hype-list .item .img:hover {
        opacity: .7; }
    .hype-list .item .info {
      padding: 20px 30px 30px; }
    .hype-list .item .year {
      color: #6D6E71;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px; }
    .hype-list .item .name a {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
      .hype-list .item .name a:hover {
        color: #6D6E71; }
.hype-single {
  position: relative;
  margin-top: 40px;
  padding: 40px;
  padding-left: 88px;
  background-color: #F7F7F7; }
  .hype-single .hype-list {
    margin-top: -80px; }
  .hype-single .button-dynamic {
    position: absolute;
    top: 0;
    right: 0;
    margin: 40px; }

.projects-list .tabs-nav_item.xl img {
  max-height: 75%; }
.projects-list .tabs-nav_item img {
  max-height: 60px; }

.post-image {
  line-height: 0;
  margin: 60px -76px 0; }
  .post-image-embed {
    position: relative;
    padding-bottom: 62.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .post-image-embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.top-hype_list {
  margin: 0 -16px;
  flex-flow: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .top-hype_list .item:nth-child(2n+1) {
    margin-top: -300px; }
  .top-hype_list .item:last-child .info {
    height: auto; }
  .top-hype_list .item .info {
    height: 300px; }
.top-hype_title {
  height: 300px;
  width: 528px;
  padding: 0 32px; }

.cases-slider {
  width: 100vw;
  margin-bottom: -30px; }
  .cases-slider .item {
    margin-right: 1px; }

.services-list {
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  .services-list .item {
    display: block;
    position: relative;
    width: 362px;
    flex: 0 0 362px;
    height: 160px;
    padding: 30px;
    border-top: 1px solid #F7F7F7; }
    .services-list .item:hover {
      background-color: #F7F7F7; }
      .services-list .item:hover .button {
        transform: rotate(-45deg);
        background-color: #C72026;
        background-image: url("../images/pic/arrow-forward-white.png"); }
    .services-list .item .name {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .services-list .item .button {
      position: absolute;
      bottom: 30px;
      left: 30px; }
.services-key-list {
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  .services-key-list .item {
    height: 362px;
    width: 362px;
    position: relative;
    background-color: #F7F7F7;
    display: block;
    margin-bottom: 1px;
    padding: 30px; }
    .services-key-list .item:last-child {
      margin-right: 0; }
    .services-key-list .item:hover .image {
      filter: grayscale(0) opacity(1); }
    .services-key-list .item:hover .button {
      background-color: #DC242B !important;
      transform: rotate(-45deg);
      background-image: url("../images/pic/arrow-forward-white.png"); }
    .services-key-list .item:after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #fff; }
    .services-key-list .item .name {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .services-key-list .item .button {
      position: absolute;
      left: 30px;
      bottom: 30px;
      z-index: 10; }
    .services-key-list .item .image {
      max-height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      line-height: 0;
      transition: 0.4s;
      filter: grayscale(100%) opacity(0.6); }

.numbers-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .numbers-list .item {
    display: block;
    width: 232px;
    margin-right: 120px;
    margin-top: 100px; }
    .numbers-list .item:nth-child(3n) {
      margin-right: 88px; }
    .numbers-list .item:nth-child(1), .numbers-list .item:nth-child(2), .numbers-list .item:nth-child(3) {
      margin-top: 0; }
    .numbers-list .item .numb {
      overflow: hidden;
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 40px;
      line-height: 50px; }
    .numbers-list .item .line {
      position: relative;
      margin-bottom: 20px;
      width: 100%;
      height: 2px;
      background-color: #DC242B; }
      .numbers-list .item .line:after {
        position: absolute;
        display: block;
        content: "";
        bottom: 2px;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 14px solid #DC242B;
        border-left: 14px solid transparent; }
    .numbers-list .item .desc {
      color: #6D6E71;
      font-weight: normal;
      font-size: 18px;
      line-height: 26px; }

.partners-list {
  display: flex;
  flex-wrap: wrap; }
  .partners-list .item {
    position: relative;
    width: 362px;
    height: 137px;
    margin-bottom: 1px;
    transition: 0.4s;
    background-color: #F7F7F7; }
    .partners-list .item:nth-child(3n+1) {
      margin-left: 0; }
    .partners-list .item:hover {
      background-color: transparent; }
      .partners-list .item:hover .bw {
        opacity: 0; }
      .partners-list .item:hover .cl {
        opacity: 1; }
    .partners-list .item:after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #fff; }
    .partners-list .item div {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      transition: 0.4s;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .partners-list .item div img {
        max-width: 50%;
        max-height: 50%; }
    .partners-list .item .bw {
      opacity: 1; }
    .partners-list .item .cl {
      opacity: 0; }

.cooperate {
  margin-top: 100px;
  margin-bottom: -50px;
  background: #F7F7F7; }
  .cooperate-box {
    position: relative;
    margin-top: -20px;
    padding-bottom: 140px; }
    .cooperate-box .section-title {
      margin-bottom: 20px; }
    .cooperate-box .image {
      position: absolute;
      bottom: 0;
      right: 0;
      line-height: 0; }

.celebrity-list {
  padding-top: 16px;
  margin-bottom: -30px;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  .celebrity-list.basic .item {
    margin-top: 0;
    padding-top: 255px;
    transition: 0.4s; }
    .celebrity-list.basic .item:hover {
      z-index: 15;
      opacity: .5; }
      .celebrity-list.basic .item:hover .type, .celebrity-list.basic .item:hover .name {
        color: initial; }
      .celebrity-list.basic .item:hover .image {
        height: 235px;
        opacity: 1; }
    .celebrity-list.basic .item .image {
      opacity: 1;
      height: 235px;
      bottom: auto;
      top: 0;
      border-right: 1px solid #fff; }
      .celebrity-list.basic .item .image:before {
        display: none; }
  .celebrity-list .item {
    width: 352px;
    margin: 30px 0;
    padding: 20px 32px;
    position: relative; }
    .celebrity-list .item:hover, .celebrity-list .item.hover {
      z-index: 15; }
      .celebrity-list .item:hover .type, .celebrity-list .item:hover .name, .celebrity-list .item.hover .type, .celebrity-list .item.hover .name {
        color: #FFFFFF; }
      .celebrity-list .item:hover .image, .celebrity-list .item.hover .image {
        height: 235px;
        opacity: 1; }
    .celebrity-list .item .type {
      position: relative;
      z-index: 10;
      transition: 0.4s;
      color: #6D6E71;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px; }
    .celebrity-list .item .name {
      position: relative;
      z-index: 10;
      transition: 0.4s;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .celebrity-list .item .image {
      transition: 0.4s;
      position: absolute;
      z-index: 5;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      opacity: 0;
      background-position: center;
      background-size: cover; }
      .celebrity-list .item .image:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: rgba(12, 14, 18, 0.4); }

.portfolio-box {
  margin-top: -80px;
  position: relative; }
  .portfolio-box .info {
    position: absolute;
    height: 365px;
    width: 584px;
    z-index: 10;
    top: -190px;
    right: 32px;
    background-color: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none; }
    .portfolio-box .info .box {
      width: 100%;
      padding-left: 87px;
      padding-right: 50px; }
    .portfolio-box .info .title {
      margin-bottom: 20px;
      font-weight: 500;
      font-size: 22px;
      line-height: 30px; }
    .portfolio-box .info .text {
      margin-bottom: 20px; }
  .portfolio-box .image {
    width: 100%;
    height: auto;
    line-height: 0; }
  .portfolio-box .stats {
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap; }
    .portfolio-box .stats .item {
      width: 25%;
      border-right: 1px solid #fff;
      height: 163px;
      background-color: #F7F7F7;
      padding: 30px 10px 0 30px; }
      .portfolio-box .stats .item:last-child {
        border: none; }
      .portfolio-box .stats .item .numb {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 28px;
        line-height: 36px; }
      .portfolio-box .stats .item .desc {
        color: #6D6E71;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px; }

.gallery-box {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  .gallery-box .item {
    margin: 16px 0;
    height: auto;
    width: 100%; }
    .gallery-box .item.sm {
      height: auto;
      width: calc(50% - 16px); }
.gallery-up {
  margin-top: -92px; }
  .gallery-up-item {
    margin-top: -364px; }
.gallery-scale .item {
  transition: .3s; }
  .gallery-scale .item:hover {
    transform: scale(1.05); }

.contacts .content-box {
  padding-top: 60px; }
  .contacts .content-box p {
    margin: 20px 0; }
.contacts .social-box {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .contacts .social-box a {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat; }
    .contacts .social-box a.tg {
      background-image: url("../images/social/_tg.png"); }
    .contacts .social-box a.insta {
      background-image: url("../images/social/_insta.png"); }
    .contacts .social-box a:hover {
      opacity: .6; }

.slide-box_item .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 32px;
  background-color: #F7F7F7;
  margin-bottom: 1px;
  cursor: pointer; }
  .slide-box_item .top .index {
    font-size: 12px;
    font-weight: 500;
    color: #6D6E71;
    margin-right: 20px; }
  .slide-box_item .top .title {
    font-size: 24px;
    font-weight: bold; }
.slide-box_item .wrapper {
  display: none;
  padding: 40px 70px; }
  .slide-box_item .wrapper .text {
    margin-bottom: 20px; }
    .slide-box_item .wrapper .text ul {
      padding-left: 30px;
      max-width: 60%; }
      .slide-box_item .wrapper .text ul li {
        list-style: disc; }

.maps-list .tabs-nav_item {
  width: 50%;
  margin: 0; }
.maps-list .tabs-content {
  padding-top: 0; }

.about-company {
  position: relative; }
  .about-company:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 320px;
    background-color: #fff;
    z-index: 5; }
.about-video {
  position: relative;
  z-index: 10;
  line-height: 0; }

@media screen and (min-width: 897px) {
  .tabs-nav_item .cursor {
    display: none; } }
@media screen and (min-width: 1141px) {
  header.top {
    position: fixed;
    z-index: 40;
    background-color: #0C0E12; }
    header.top .header {
      max-width: 1920px;
      margin: 0 auto; }
      header.top .header .about {
        display: none; }
      header.top .header .communication .button {
        background-color: #6D6E71; }
        header.top .header .communication .button.tg {
          background-color: #6D6E71; }

  .sidebar {
    width: 210px; }
    .sidebar.sm {
      width: 62px; }
      .sidebar.sm .nav ul li a span {
        opacity: 0; }
      .sidebar.sm:hover {
        width: 210px; }
        .sidebar.sm:hover .nav ul li a span {
          opacity: 1; }

  .page-light header {
    position: fixed;
    z-index: 40;
    background-color: #0C0E12; }
    .page-light header .header {
      max-width: 1920px;
      margin: 0 auto; }
      .page-light header .header .about {
        display: none; }
      .page-light header .header .communication .button {
        background-color: #6D6E71; }
        .page-light header .header .communication .button.tg {
          background-color: #6D6E71; }
  .page-light .main {
    padding-top: 80px; }
  .page-light .sidebar {
    width: 88px; }
    .page-light .sidebar:hover {
      width: 264px; }
      .page-light .sidebar:hover .nav ul li a span {
        opacity: 1; }
    .page-light .sidebar .nav ul li a span {
      opacity: 0; } }
@media screen and (min-width: 1361px) {
  .sidebar {
    width: 264px; }
    .sidebar.sm {
      width: 88px; }
      .sidebar.sm:hover {
        width: 264px; } }
@media screen and (min-width: 1600px) {
  .container {
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 1920px) {
  .banner-list .item .image img {
    max-height: 800px; } }
@media screen and (max-width: 1599px) {
  .banner-list .item .image {
    right: 3%; }
    .banner-list .item .image img {
      max-height: 70%; } }
@media screen and (max-width: 1360px) {
  header .header {
    height: 60px; }
    header .header .about {
      padding-left: 26px; }

  footer .footer .navigation_item {
    margin-right: 60px; }

  .sidebar .logo {
    width: 172px;
    height: 60px; }
    .sidebar .logo a.xl {
      width: 148px;
      height: 40px; }
  .sidebar .go-top {
    left: 12px; }
  .sidebar .nav ul li a {
    padding-left: 22px; }
    .sidebar .nav ul li a span {
      font-weight: normal;
      font-size: 16px;
      line-height: 26px; }

  .tags-box {
    margin-top: -67px; }
  .tags-list .item {
    height: 68px;
    width: 224px; }

  .badge {
    width: 434px;
    height: 246px; }
    .badge-box {
      height: 246px; }

  .post-image {
    margin: 40px 0px 0; }
    .post-image-embed {
      padding-bottom: 53.75%;
      /* 16:9 */ }

  .slick-arrow-md {
    top: 94px; }
    .slick-arrow-md.arrow-right {
      left: 840px; }

  .tabs-nav_item {
    width: 224px;
    height: 130px; }
    .tabs-nav_item.xl {
      height: 224px; }
    .tabs-nav_item span {
      font-weight: bold;
      font-size: 20px;
      line-height: 28px; }

  .section-title h1, .section-title h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px; }
  .section-video {
    width: 466px; }
    .section-video .video iframe {
      height: 262px; }

  .container {
    width: 900px;
    margin-left: 210px; }
    .container .fill-sm {
      margin: 0; }

  .top-hype_list .item:nth-child(2n+1) {
    margin-top: -246px; }
  .top-hype_list .item .info {
    height: 246px; }
  .top-hype_title {
    height: 246px;
    width: 434px; }

  .hype-list .item {
    width: 434px; }
    .hype-list .item .img {
      height: 246px; }

  .banner-list .item .image {
    right: 1%; }
    .banner-list .item .image img {
      max-height: 65%; }
  .banner-list .item .content {
    width: 390px;
    margin-left: 290px; }
    .banner-list .item .content .title {
      font-weight: bold;
      font-size: 40px;
      line-height: 50px; }
    .banner-list .item .content .text {
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px; }
      .banner-list .item .content .text.md {
        font-size: 19px;
        line-height: 25px; }
      .banner-list .item .content .text br {
        display: none; }

  .services-key-list .item {
    height: 299px;
    width: 299px;
    padding: 22px; }
    .services-key-list .item .name {
      font-size: 21px;
      line-height: 25px; }
  .services-list .item {
    flex: 0 0 300px;
    height: 140px;
    padding: 20px; }
    .services-list .item .name {
      font-size: 21px; }

  .numbers-list .item {
    width: 206px;
    margin-right: 64px; }
    .numbers-list .item .numb {
      font-weight: bold;
      font-size: 32px;
      line-height: 42px; }
    .numbers-list .item .desc {
      font-weight: normal;
      font-size: 16px;
      line-height: 26px; }

  .portfolio-box .stats .item {
    height: 130px;
    padding: 15px 10px 0 15px; }
    .portfolio-box .stats .item .numb {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .portfolio-box .stats .item .desc {
      font-weight: normal;
      font-size: 16px;
      line-height: 26px; }

  .partners-list .item {
    width: 298px;
    height: 116px; }

  .celebrity-list .item {
    margin: 15px 0;
    width: 300px; }
    .celebrity-list .item .name {
      font-weight: bold;
      font-size: 20px;
      line-height: 28px; }
    .celebrity-list .item:hover .image, .celebrity-list .item.hover .image {
      height: 200px; }

  .gallery-up {
    margin-top: -138px; }

  .contacts .content-box {
    padding-top: 30px; }

  .form {
    width: 402px;
    margin-top: 132px; }

  .page-light .main {
    padding-top: 60px; }

  .photo-celeb {
    margin-bottom: 0; } }
@media screen and (max-width: 1140px) {
  header {
    position: fixed;
    z-index: 60; }
    header .header {
      display: none; }
      header .header-sm {
        display: flex; }

  .tags-list {
    margin-left: auto !important;
    margin-right: auto !important; }
    .tags-list .item {
      width: calc(25% - 1px); }

  .banner {
    height: auto; }
    .banner-list {
      position: relative; }
      .banner-list .item {
        position: relative;
        align-items: normal; }
        .banner-list .item .content {
          width: 100%;
          max-width: 528px;
          margin: 90px auto 0;
          text-align: center; }
          .banner-list .item .content .title {
            font-weight: bold;
            font-size: 60px;
            line-height: 68px; }
          .banner-list .item .content .text {
            font-weight: normal;
            font-size: 18px;
            line-height: 26px; }
        .banner-list .item .image {
          right: unset;
          position: relative;
          height: auto;
          padding: 30px 0 50px;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
          .banner-list .item .image img {
            max-height: none;
            max-width: 75%; }

  .sidebar {
    width: 0; }
    .sidebar .nav ul li a {
      font-weight: normal;
      font-size: 16px;
      line-height: 26px; }
      .sidebar .nav ul li a span {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px; }
      .sidebar .nav ul li a:before {
        height: 2px;
        margin-top: 2px; }
      .sidebar .nav ul li a:hover:before {
        width: 16px; }
    .sidebar .logo {
      display: none; }
    .sidebar .go-top {
      left: unset;
      right: 15px; }
    .sidebar .communication {
      margin-top: 20px; }
      .sidebar .communication .button-link {
        width: 187px; }

  .container {
    width: 100%;
    margin: 0 auto; }
    .container .fill {
      margin-left: -16px;
      margin-right: -16px; }
    .container .row .col-pad-100 {
      position: relative;
      flex: 0 0 100%; }
      .container .row .col-pad-100 .section-text {
        padding-left: 16px;
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
        margin-top: 40px; }
    .container .row .col-pad-no {
      display: none; }

  .visible-mob {
    display: block !important; }

  .invisible-mob {
    display: none; }

  .hype-list .item {
    width: 496px; }
    .hype-list .item .img {
      height: 282px; }

  .top-hype_title {
    width: 496px;
    height: 282px; }
  .top-hype_list .item:nth-child(2n+1) {
    margin-top: -282px; }
  .top-hype_list .item .info {
    height: 282px; }

  .tabs-nav_item {
    width: 25%; }

  .services-list .item {
    flex: 0 0 33.33%;
    background-color: #F7F7F7;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .services-list .item .button {
      transform: rotate(-45deg);
      background-color: #fff; }
  .services-key-list .item {
    width: 33.33%; }

  .celebrity-list .item {
    width: 33.33%; }

  .partners-list .item {
    width: 33.33%; }

  .gallery-up {
    margin-top: 0; }
    .gallery-up-item {
      margin-top: 0; }
  .gallery-box {
    position: relative; }
    .gallery-box .empty {
      display: none; }
    .gallery-box .item {
      width: 100% !important; }
      .gallery-box .item.last {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: calc(-100% - 32px); }
    .gallery-box:last-child {
      margin-top: 0; }

  .fill-sm {
    margin-left: 0; }

  .cases-slider .slick-dots {
    bottom: 0; } }
@media screen and (max-width: 896px) {
  header .header-sm {
    padding: 0 20px; }

  footer .footer_item {
    padding: 20px; }
  footer .footer .navigation {
    width: 100%; }
    footer .footer .navigation_item {
      margin: 0 0 30px;
      width: 100%; }
      footer .footer .navigation_item ul {
        display: flex;
        flex-wrap: wrap; }
        footer .footer .navigation_item ul li {
          width: 50%; }
  footer .footer .contacts {
    width: 100%; }
  footer .footer .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  footer .footer .design {
    width: 100%;
    text-align: center; }
  footer .footer .communication .link {
    display: none; }
  footer .footer .communication .button-link {
    display: none; }

  .tags-box {
    margin-top: -104px; }
  .tags-list .item {
    height: 54px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px; }

  .tabs-nav_item {
    width: 100% !important;
    height: 100px;
    justify-content: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid #fff; }
    .tabs-nav_item.xl {
      height: 100px; }
      .tabs-nav_item.xl img {
        max-width: 50px;
        max-height: 80px; }
      .tabs-nav_item.xl span {
        padding-left: 20px;
        display: block; }
    .tabs-nav_item.current {
      background-color: #F7F7F7; }
      .tabs-nav_item.current:before {
        display: none; }
      .tabs-nav_item.current-sm {
        background-color: #F7F7F7; }
        .tabs-nav_item.current-sm:before {
          display: block;
          background-color: #DC242B;
          top: unset;
          bottom: 0; }
    .tabs-nav_item:hover {
      background-color: #F7F7F7; }
    .tabs-nav_item img {
      max-width: 180px;
      max-height: 60px; }
    .tabs-nav_item span {
      padding: 0;
      text-align: left;
      font-weight: bold;
      font-size: 18px;
      line-height: 26px; }
  .tabs-content {
    padding-top: 0; }
    .tabs-content_item {
      padding-top: 50px; }
    .tabs-content_image .image {
      position: relative;
      bottom: unset;
      margin-bottom: 20px; }
      .tabs-content_image .image img {
        width: 75%; }

  .pt-30 {
    padding-top: 10px; }

  .mb-no-sm {
    margin-bottom: 0 !important; }

  .banner-list .item .content {
    width: 100%;
    padding: 0 32px; }
    .banner-list .item .content .title {
      font-weight: bold;
      font-size: 40px;
      line-height: 50px; }
  .banner-list .item .image img {
    max-height: 60%; }

  .down-view {
    display: block; }

  .portfolio-box {
    margin-top: 0; }
    .portfolio-box .stats .item {
      width: 100%;
      height: auto;
      padding: 20px;
      margin-bottom: 1px; }

  .container .fill {
    margin-left: -20px;
    margin-right: -20px; }
  .container .row {
    margin: 0 -20px; }
    .container .row .col {
      padding: 0 20px;
      margin-bottom: 50px; }
      .container .row .col-50 {
        flex: 0 0 100%;
        padding: 0 20px !important; }
        .container .row .col-50:first-child {
          margin-bottom: 0; }
      .container .row .col-pad-100 .section-text {
        padding: 0;
        position: relative;
        width: 100%; }
      .container .row .col-order-1 {
        order: 1; }
      .container .row .col-order-2 {
        order: 2; }

  .section-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px; }
  .section-title h1, .section-title h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px; }
  .section.sports {
    position: relative; }
    .section.sports .section-image {
      margin-bottom: -50px; }
      .section.sports .section-image img {
        position: relative;
        bottom: unset;
        left: unset;
        max-height: 320px; }
    .section.sports .section-list {
      position: absolute;
      bottom: 20%;
      left: 50%; }
  .section-services_item .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px; }
  .section-services_item .index {
    position: relative;
    margin-left: 0;
    top: 0; }
  .section .container {
    padding: 50px 20px 0; }

  .hype-list-front {
    margin-left: 0; }
  .hype-list .item {
    width: 100%;
    max-width: 528px;
    margin-top: 0 !important;
    margin: 0 auto; }
    .hype-list .item .img {
      height: auto; }
    .hype-list .item .info {
      height: auto;
      margin-bottom: 20px; }
    .hype-list .item:before {
      display: none !important; }
  .hype-single {
    padding: 0;
    margin: 0;
    background-color: transparent; }
    .hype-single .hype-list {
      margin-top: 0; }
    .hype-single .button-dynamic {
      display: none; }

  .top-hype_list {
    display: block;
    margin: 0 -20px; }
  .top-hype_title {
    width: 100%;
    height: auto;
    margin-bottom: 50px; }

  .services-list .item {
    flex: 0 0 100%;
    height: 80px; }
    .services-list .item .button {
      left: unset;
      right: 20px;
      bottom: 20px; }
  .services-key-list .item {
    width: 33.33%; }

  .celebrity-list .item {
    width: 352px;
    height: 235px;
    margin-top: 0;
    padding: 20px; }
    .celebrity-list .item .image {
      height: 100%;
      opacity: 1; }
    .celebrity-list .item .type {
      position: absolute;
      left: 20px;
      bottom: 48px;
      color: #fff; }
    .celebrity-list .item .name {
      position: absolute;
      left: 20px;
      bottom: 20px;
      color: #fff; }
    .celebrity-list .item:after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #fff;
      z-index: 5; }
    .celebrity-list .item:hover .image {
      height: 235px; }

  .slick-dots li button {
    height: 6px;
    width: 6px; }

  .cooperate {
    margin-top: 50px; }
    .cooperate-box .image {
      height: 120%; }

  .about-company:before {
    display: none; }
  .about-video {
    margin: 0 -20px; }

  .slide-box {
    margin: 0 -20px; }
    .slide-box_item .top {
      padding: 0 20px; }

  .post-image {
    margin-left: -20px;
    margin-right: -20px; }
    .post-image-embed {
      padding-bottom: 56%;
      /* 16:9 */ }

  .maps-list .tabs-content_item {
    padding-top: 0; }

  .form {
    margin-top: 20px;
    width: 100%; }

  .photo-list {
    margin-left: -20px;
    margin-right: -20px; }

  .page-light .section-title h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px; }

  .badge {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative !important; }
    .badge-box {
      height: auto; }

  .card-item .tags {
    left: 20px; }
  .card-item .button {
    right: 20px;
    transform: rotate(-45deg); }
  .card-type-one {
    width: 100%;
    margin-right: 0;
    padding: 30px 20px; } }
@media screen and (max-width: 580px) {
  header .header-sm .communication .button.phone {
    margin-right: -8px; }
  header .header-sm .logo img {
    height: 38px; }

  .sidebar .nav ul li a {
    padding: 10px 0 10px 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; }
    .sidebar .nav ul li a span {
      font-weight: bold;
      font-size: 20px;
      line-height: 28px; }

  .section-title h1, .section-title h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px; }
  .section-title .button {
    margin-top: 6px; }
  .section.sports .section-list {
    position: relative;
    bottom: unset;
    left: unset; }

  .banner-list .item .content {
    margin-top: 80px;
    padding: 0 20px; }
    .banner-list .item .content .title {
      font-size: 28px;
      line-height: 34px; }
    .banner-list .item .content .text {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 12px; }
  .banner-list .item .image {
    position: relative;
    height: auto;
    padding: 30px 0 50px; }
    .banner-list .item .image img {
      max-height: none;
      max-width: 92%; }

  .tags-box {
    margin-top: -84px; }
  .tags-list {
    display: none;
    padding: 0 20px;
    top: 117px;
    left: 0;
    width: 100%;
    position: absolute;
    transition: none; }
    .tags-list .item {
      height: 66px;
      width: 50%;
      float: left; }
      .tags-list .item:nth-child(2n) {
        margin-right: 0;
        width: calc(50% - 1px); }
      .tags-list .item:hover {
        color: #0C0E12;
        background-color: #F7F7F7; }
      .tags-list .item.current {
        color: #FFFFFF;
        background-color: #DC242B; }
    .tags-list_toggle {
      display: flex; }

  .hype-list.slick-slider .item {
    width: 360px; }
    .hype-list.slick-slider .item .info {
      padding: 20px; }

  .tabs-content_image .image img {
    width: 100%; }

  .partners-list .item {
    width: 50%; }

  .services-key-list .item {
    width: 100%;
    height: 200px; }
    .services-key-list .item .name {
      max-width: 40%; }
    .services-key-list .item .image {
      height: 90%;
      filter: none; }

  .cooperate-box {
    padding-bottom: 50px; }
    .cooperate-box .image {
      position: relative;
      margin-top: 30px;
      height: auto; }

  .slide-box_item .top .index {
    margin-right: 10px; }
  .slide-box_item .top .title {
    max-width: 250px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px; }
  .slide-box_item .wrapper {
    padding: 20px; }
    .slide-box_item .wrapper .text ul {
      max-width: 100%; }

  .contacts .social-box {
    padding-top: 10px; }
  .contacts .content-box {
    padding-top: 10px; }

  .link-contacts {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px; }

  .photo-sm {
    width: 100%; } }
@media screen and (max-width: 360px) {
  .hype-list.slick-slider .item {
    width: 310px; }

  .hype-list .item .name a {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px; }

  .services-key-list .item .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px; }
  .services-key-list .item .image {
    height: 80%; }

  .tabs-nav_item.xl span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }

  .slide-box_item .top .title {
    max-width: 200px; } }


