@charset "UTF-8";
html, body {
  height: 100%; }

body {
  font-family: "Roboto Mono", sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  -webkit-font-smoothing: antialised;
  background: #fff;
  padding-top: 82px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

button, a {
  color: #000;
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

a:hover, a:focus {
  outline: none;
  color: #000;
  text-decoration: none; }

input, textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none; }

section, .main_header, .main_footer {
  position: relative; }

.page_wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #FFF;
  padding-bottom: 290px; }
  .page_wrapper .main_footer {
    position: absolute;
    left: 0px;
    bottom: 0px; }

.lines_container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  margin: 0 auto; }
  .lines_container .line {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100000%;
    background: #e8e8e8; }
  .lines_container .line:nth-of-type(2) {
    left: 33.333%; }
  .lines_container .line:nth-of-type(3) {
    left: 66.666%; }
  .lines_container .line:nth-of-type(4) {
    left: 100%; }

.section_title {
  position: relative;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  text-align: left;
  margin-bottom: 40px; }

.section_header {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  .section_header:after {
    content: "";
    display: table;
    clear: both; }

.page_title {
  position: relative;
  font-weight: 500;
  font-size: 56px;
  color: #000;
  letter-spacing: 0.05em; }

.main_header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  background: #FFF;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .main_header.fixed_header {
    padding-top: 15px; }
  .main_header .container {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px; }
  .main_header .logo {
    position: relative;
    float: left;
    display: block;
    width: 185px;
    height: 27px;
    margin-top: 0px;
    background: url("../img/logo.svg") no-repeat left top;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%; }
  .main_header .header_nav_block {
    position: relative;
    float: right;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .main_header .header_nav_block:after {
      content: "";
      display: table;
      clear: both; }
    .main_header .header_nav_block .wrap {
      float: left; }
    .main_header .header_nav_block .header_nav {
      position: relative;
      text-align: center;
      list-style: none; }
      .main_header .header_nav_block .header_nav li {
        position: relative;
        margin-left: 60px;
        float: left; }
        .main_header .header_nav_block .header_nav li a {
          position: relative;
          display: block;
          color: #000;
          font-size: 24px;
          line-height: 0.8; }
          .main_header .header_nav_block .header_nav li a:hover {
            color: #B2B2B2; }
      .main_header .header_nav_block .header_nav .active a {
        color: #B2B2B2; }
      .main_header .header_nav_block .header_nav li:first-of-type {
        margin-left: 0px; }
    .main_header .header_nav_block .choose_lang {
      position: relative;
      float: left;
      margin-left: 40px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      background: none; }
      .main_header .header_nav_block .choose_lang:before {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        position: absolute;
        top: -3px;
        left: -15px;
        background: #e5e5e5; }
      .main_header .header_nav_block .choose_lang .jq-selectbox__select {
        position: relative;
        width: 100%;
        padding-right: 22px;
        cursor: pointer;
        color: #b2b2b2;
        font-size: 24px;
        line-height: 0.8;
        padding-left: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: none; }
        .main_header .header_nav_block .choose_lang .jq-selectbox__select:before {
          content: "";
          display: block;
          width: 10px;
          height: 5px;
          background: url("../img/lang_select.png") no-repeat center center;
          position: absolute;
          top: 0px;
          bottom: 0px;
          right: 0px;
          margin: auto; }
      .main_header .header_nav_block .choose_lang select {
        display: none; }
      .main_header .header_nav_block .choose_lang .jq-selectbox__dropdown {
        padding: 0px;
        margin: 0px;
        min-width: 0px;
        padding-left: 10px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: #FFF;
        margin-top: 10px; }
        .main_header .header_nav_block .choose_lang .jq-selectbox__dropdown li {
          color: #b2b2b2;
          font-size: 24px;
          cursor: pointer;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
          .main_header .header_nav_block .choose_lang .jq-selectbox__dropdown li:hover {
            color: #000; }
          .main_header .header_nav_block .choose_lang .jq-selectbox__dropdown li a {
            padding: 0px;
            color: #b2b2b2; }
            .main_header .header_nav_block .choose_lang .jq-selectbox__dropdown li a:hover {
              background: none;
              color: #000; }

.toggle_menu {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  z-index: 200; }

.sandwich {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block; }
  .sandwich span {
    display: block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

.sw-topper {
  position: relative;
  top: 0;
  width: 34px;
  height: 3px;
  background: #000;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  position: relative;
  width: 34px;
  height: 3px;
  top: 9px;
  background: #000;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 24px;
  height: 3px;
  top: 18px;
  background: #000;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s;
  transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 12px;
  transform: rotate(135deg); }
.sandwich.active .sw-bottom {
  top: 9px;
  transform: rotate(-135deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg); }

.main_footer {
  position: relative;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  background: #000000; }
  .main_footer .block_title {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    color: #FFF;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px; }
  .main_footer .footer_contacts {
    position: relative;
    float: left;
    margin-right: 150px; }
    .main_footer .footer_contacts p {
      font-weight: 300;
      font-size: 18px;
      line-height: 32px;
      color: #FFF; }
    .main_footer .footer_contacts a {
      font-weight: 300;
      font-size: 18px;
      line-height: 32px;
      color: #FFF; }
      .main_footer .footer_contacts a:hover {
        text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8); }
  .main_footer .footer_soc {
    position: relative;
    float: left; }
    .main_footer .footer_soc ul {
      list-style: none;
      position: relative; }
      .main_footer .footer_soc ul li {
        position: relative; }
        .main_footer .footer_soc ul li a {
          display: inline-block;
          vertical-align: top;
          color: #b2b2b2;
          font-weight: 300;
          font-size: 18px;
          line-height: 32px; }
          .main_footer .footer_soc ul li a:hover {
            color: #fff; }
  .main_footer .politic {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.25;
    letter-spacing: -0.04em;
    color: #FFF; }
    .main_footer .politic:hover {
      opacity: 1; }
  .main_footer .logo_block {
    float: right;
    position: relative;
    text-align: right; }
    .main_footer .logo_block .logo {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 142px;
      height: 31px;
      background: url("../img/footer_logo.svg") no-repeat center center;
      margin-top: 135px;
      margin-bottom: 20px; }
    .main_footer .logo_block .copyright {
      position: relative;
      font-size: 16px;
      font-weight: 300;
      color: #FFF;
      letter-spacing: -0.04em; }

.callback_section {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #121212; }
  .callback_section .section_title {
    font-size: 30px;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 35px;
    max-width: 670px;
    text-align: left; }
  .callback_section .tel {
    position: relative;
    margin-left: 70px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 35px; }
  .callback_section .wrapper {
    position: relative;
    width: 100%; }
    .callback_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .callback_section p {
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 40px;
    color: #FFF;
    max-width: 770px;
    padding-left: 70px; }
    .callback_section p:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #FFF;
      position: absolute;
      top: 10px;
      left: -22px; }
  .callback_section .to_brif {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: top;
    float: right;
    border: 2px solid #fff;
    background: none;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    padding: 30px 15px; }
    .callback_section .to_brif:hover {
      background: #FFF;
      color: #222; }
    .callback_section .to_brif:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.main_section {
  position: relative;
  width: 100%;
  background: #FFF; }
  .main_section.active .main_swiper .swiper-slide .img .dark {
    opacity: 0; }
  .main_section:hover .main_swiper .swiper-slide .img .dark {
    opacity: 0; }
  .main_section .title_container {
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    z-index: 2;
    height: 0px; }
  .main_section .main_title {
    position: relative;
    float: right;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #000;
    letter-spacing: 0.05em; }
  .main_section .tablet_title_block {
    display: none;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    padding-top: 45px; }
    .main_section .tablet_title_block .main_title {
      display: block;
      float: none;
      font-size: 36px;
      line-height: 1.3;
      padding: 0px;
      margin-bottom: 15px; }
      .main_section .tablet_title_block .main_title .only_mobile {
        display: none; }
    .main_section .tablet_title_block p {
      font-weight: 300;
      font-size: 20px;
      line-height: 32px;
      color: #000; }

.main_swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -82px;
  padding-top: 82px; }
  .main_swiper .main-swiper-button-prev, .main_swiper .main-swiper-button-next {
    position: absolute;
    z-index: 15;
    width: 36px;
    height: 36px;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    margin-top: -18px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
    .main_swiper .main-swiper-button-prev:before, .main_swiper .main-swiper-button-next:before {
      content: "";
      display: block;
      width: 50%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      margin: auto; }
    .main_swiper .main-swiper-button-prev:hover, .main_swiper .main-swiper-button-next:hover {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .main_swiper .main-swiper-button-prev {
    left: 48px; }
  .main_swiper .main-swiper-button-next {
    right: 48px; }
    .main_swiper .main-swiper-button-next:before {
      left: auto;
      right: 0px; }
  .main_swiper .pagination_container {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 122px; }
    .main_swiper .pagination_container .swiper-pagination-bullet {
      position: relative;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      opacity: 1;
      background: #000000;
      margin: 0px;
      margin-right: 42px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5); }
    .main_swiper .pagination_container .swiper-pagination-bullet-active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .main_swiper .swiper-slide {
    position: relative;
    min-height: 100%; }
    .main_swiper .swiper-slide .img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 60.2%;
      height: 100%;
      line-height: 0; }
      .main_swiper .swiper-slide .img img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 1;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all; }
      .main_swiper .swiper-slide .img .dark {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 2; }
    .main_swiper .swiper-slide .container {
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      right: 0px;
      height: 100%;
      margin: auto; }
    .main_swiper .swiper-slide .brand {
      position: absolute;
      z-index: 5;
      display: inline-block;
      width: 300px;
      vertical-align: top;
      bottom: 220px;
      left: 50px;
      font-weight: 500;
      font-size: 48px;
      color: #000;
      white-space: nowrap;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .main_swiper .swiper-slide .brand_text {
      position: absolute;
      float: right;
      right: 0px;
      top: 75%;
      width: 370px;
      padding-right: 0px;
      font-weight: 500;
      font-size: 24px;
      line-height: 40px;
      color: #000; }
    .main_swiper .swiper-slide .detail_link {
      position: absolute;
      width: 120px;
      text-align: center;
      bottom: 100px;
      left: -100px;
      right: 0px;
      margin: 0 auto;
      display: inline-block;
      vertical-align: top;
      font-weight: 500;
      font-size: 20px;
      letter-spacing: 0.05em;
      color: #000; }
      .main_swiper .swiper-slide .detail_link:hover {
        color: #222; }

.info_section {
  position: relative;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 120px; }
  .info_section .section_title {
    position: relative;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 20px;
    left: -2px; }
    .info_section .section_title:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      left: 2px;
      bottom: -60px; }
    .info_section .section_title:after {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: 310px;
      top: 100px; }
  .info_section ul {
    position: relative;
    list-style: none;
    float: right;
    max-width: 780px;
    width: 100%; }
    .info_section ul:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: 1px;
      bottom: -70px; }
    .info_section ul li {
      position: relative;
      padding-left: 22px;
      color: #666565;
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 15px; }
      .info_section ul li:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #000;
        position: absolute;
        top: 14px;
        left: 0px; }

.main_page_portfolio {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px; }
  .main_page_portfolio p {
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    color: #000;
    margin-bottom: 55px; }
  .main_page_portfolio .first_p {
    font-size: 40px; }
  .main_page_portfolio .wrapper {
    position: relative;
    width: 100%; }
    .main_page_portfolio .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .main_page_portfolio .wrapper .item {
      width: 49%;
      min-height: 500px;
      margin-bottom: 10px;
      float: left;
      margin-right: 2%; }
      .main_page_portfolio .wrapper .item:after {
        content: "";
        display: table;
        clear: both; }
      .main_page_portfolio .wrapper .item .img_block {
        position: relative;
        width: 100%;
        margin-bottom: 20px; }
        .main_page_portfolio .wrapper .item .img_block:after {
          content: "";
          display: table;
          clear: both; }
        .main_page_portfolio .wrapper .item .img_block .img_link {
          position: relative;
          float: left;
          display: block;
          width: 94%;
          height: 350px;
          line-height: 0; }
          .main_page_portfolio .wrapper .item .img_block .img_link.active .dark {
            opacity: 0; }
        .main_page_portfolio .wrapper .item .img_block img {
          position: relative;
          z-index: 1;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          opacity: 1;
          -webkit-transition: 0.5s all;
          -moz-transition: 0.5s all;
          -ms-transition: 0.5s all;
          -o-transition: 0.5s all;
          transition: 0.5s all; }
        .main_page_portfolio .wrapper .item .img_block .dark {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          opacity: 1;
          z-index: 2; }
        .main_page_portfolio .wrapper .item .img_block .look_work {
          position: absolute;
          right: -85px;
          bottom: 90px;
          font-weight: 500;
          font-size: 18px;
          color: #b2b2b2;
          float: right;
          width: 200px;
          white-space: nowrap;
          text-align: right;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          padding-right: 30px;
          -webkit-transition: 0.1s all;
          -moz-transition: 0.1s all;
          -ms-transition: 0.1s all;
          -o-transition: 0.1s all;
          transition: 0.1s all; }
          .main_page_portfolio .wrapper .item .img_block .look_work:hover {
            color: #000; }
            .main_page_portfolio .wrapper .item .img_block .look_work:hover:before {
              opacity: 1; }
          .main_page_portfolio .wrapper .item .img_block .look_work:before {
            content: "";
            display: block;
            width: 18px;
            height: 13px;
            background: url("../img/look_work.png") no-repeat center center;
            position: absolute;
            top: 1px;
            bottom: 0px;
            right: 0px;
            margin: auto;
            -webkit-transition: 0s all;
            -moz-transition: 0s all;
            -ms-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            opacity: 0.3; }
      .main_page_portfolio .wrapper .item .item_title {
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        font-size: 24px;
        color: #000;
        margin-bottom: 10px; }
        .main_page_portfolio .wrapper .item .item_title:hover {
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
      .main_page_portfolio .wrapper .item .date {
        font-weight: normal;
        margin-bottom: 0px;
        line-height: 1.3;
        color: #666565;
        font-size: 18px; }
    .main_page_portfolio .wrapper .item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .main_page_portfolio .left_p {
    float: left;
    max-width: 570px; }
  .main_page_portfolio .look_examples {
    position: relative;
    display: inline-block;
    max-width: 289px;
    width: 100%;
    vertical-align: top;
    float: right;
    border: 2px solid #000;
    background: none;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    margin-right: 100px;
    padding: 30px 15px; }
    .main_page_portfolio .look_examples:hover {
      background: #000;
      color: #fff; }
    .main_page_portfolio .look_examples:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.steps_section {
  position: relative;
  width: 96%;
  padding-top: 75px;
  padding-bottom: 55px;
  background: #121212;
  overflow: hidden;
  margin: 0 auto; }
  .steps_section:before {
    content: "";
    display: block;
    width: 400px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(right, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: -webkit-linear-gradient(right, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: linear-gradient(to left, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%); }
  .steps_section:after {
    content: "";
    display: block;
    width: 400px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: -webkit-linear-gradient(left, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: linear-gradient(to right, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%); }
  .steps_section .section_title {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 65px; }
  .steps_section .lines_container .line {
    background: #424242; }
  .steps_section .swipe_slider {
    position: absolute;
    z-index: 3;
    right: 25px;
    bottom: 40px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: top;
    float: right;
    border: 2px solid #fff;
    background: none;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    padding: 30px 15px; }
    .steps_section .swipe_slider.active {
      background: #FFF;
      color: #222; }
    .steps_section .swipe_slider:hover {
      background: #FFF;
      color: #222; }
    .steps_section .swipe_slider:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
  .steps_section .steps-swiper-pagination {
    position: absolute;
    top: 215px;
    left: 35px;
    width: 54px;
    text-align: center;
    padding-top: 70px; }
    .steps_section .steps-swiper-pagination:before {
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 0px;
      left: 12px;
      background: #fff; }
    .steps_section .steps-swiper-pagination .swiper-pagination-bullet {
      background: none;
      font-size: 32px;
      color: #FFF;
      display: block;
      float: none;
      margin: 0 auto;
      font-weight: 300;
      text-align: center;
      width: 100%;
      height: auto;
      letter-spacing: -0.04em;
      line-height: 1;
      padding: 0px;
      margin: 0px;
      margin-bottom: 20px; }
      .steps_section .steps-swiper-pagination .swiper-pagination-bullet:hover {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7); }

.steps_swiper {
  position: relative;
  padding-left: 205px;
  max-width: 1000px;
  overflow: hidden;
  padding-bottom: 0px;
  height: 0px; }
  .steps_swiper.active {
    overflow: visible;
    height: auto;
    padding-bottom: 100px; }
  .steps_swiper:before {
    content: "";
    display: block;
    width: 54px;
    height: 10px;
    background: #FFF;
    position: absolute;
    left: 150px;
    bottom: 50px; }
  .steps_swiper .arrows_block {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center; }
    .steps_swiper .arrows_block .dotted {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #FFF;
      margin: 0 15px;
      margin-top: 12px; }
    .steps_swiper .arrows_block .steps-swiper-button-prev, .steps_swiper .arrows_block .steps-swiper-button-next {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 105px;
      height: 35px;
      margin: 0px;
      padding: 0px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .steps_swiper .arrows_block .steps-swiper-button-prev:before, .steps_swiper .arrows_block .steps-swiper-button-next:before {
        content: "";
        display: block;
        width: 95%;
        height: 4px;
        background: #FFF;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        opacity: 0;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
      .steps_swiper .arrows_block .steps-swiper-button-prev:hover, .steps_swiper .arrows_block .steps-swiper-button-next:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
        .steps_swiper .arrows_block .steps-swiper-button-prev:hover:before, .steps_swiper .arrows_block .steps-swiper-button-next:hover:before {
          opacity: 1; }
    .steps_swiper .arrows_block .swiper-button-disabled {
      opacity: 1;
      cursor: pointer;
      pointer-events: auto; }
    .steps_swiper .arrows_block .steps-swiper-button-prev {
      background: url("../img/prev_step.png") no-repeat center center; }
      .steps_swiper .arrows_block .steps-swiper-button-prev:before {
        left: 5px; }
    .steps_swiper .arrows_block .steps-swiper-button-next {
      background: url("../img/next_step.png") no-repeat center center; }
      .steps_swiper .arrows_block .steps-swiper-button-next:before {
        right: 5px;
        left: auto; }
  .steps_swiper .swiper-slide {
    position: relative;
    padding-left: 100px;
    padding-top: 55px;
    min-height: 335px;
    opacity: 0.2; }
  .steps_swiper .swiper-slide-prev {
    opacity: 0; }
  .steps_swiper .swiper-slide-active {
    opacity: 1; }
  .steps_swiper .number {
    font-weight: bold;
    font-size: 164px;
    line-height: 0.8;
    color: #FFF;
    opacity: 0.06;
    position: absolute;
    top: -12px;
    left: 0px; }
  .steps_swiper .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 10px; }
  .steps_swiper p {
    font-size: 18px;
    line-height: 32px;
    color: #FFF; }

.no_steps_swiper {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-left: 290px;
  padding-right: 80px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .no_steps_swiper.active {
    height: auto; }
  .no_steps_swiper .item {
    position: relative;
    width: 100%;
    margin-bottom: 55px;
    padding-left: 100px;
    padding-top: 55px; }
    .no_steps_swiper .item .number {
      font-weight: bold;
      font-size: 164px;
      line-height: 0.8;
      color: #FFF;
      opacity: 0.06;
      position: absolute;
      top: -12px;
      left: 0px; }
    .no_steps_swiper .item .title {
      font-weight: 500;
      font-size: 30px;
      line-height: 1.5;
      color: #FFF;
      margin-bottom: 10px; }
    .no_steps_swiper .item p {
      font-size: 18px;
      line-height: 32px;
      color: #FFF; }

.services {
  position: relative;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 0px; }
  .services .section_title {
    position: relative;
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 210px;
    left: -2px; }
    .services .section_title:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      left: -26px;
      bottom: -150px; }
    .services .section_title:after {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: -27px;
      top: 35px; }
  .services blockquote {
    position: relative;
    z-index: 1;
    margin-left: 360px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    padding-top: 0px;
    margin-bottom: 80px; }
    .services blockquote:before {
      content: "“";
      color: #B2B2B2;
      font-weight: 500;
      font-size: 200px;
      line-height: 0.8;
      position: absolute;
      z-index: -1;
      top: -30px;
      left: -30px;
      opacity: 0.3; }
  .services .item {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 80px; }
    .services .item:after {
      content: "";
      display: table;
      clear: both; }
    .services .item .img_col {
      position: relative;
      float: left;
      line-height: 0;
      width: 55%;
      margin-top: 5px; }
      .services .item .img_col.active .dark {
        opacity: 0; }
      .services .item .img_col img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 1;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all; }
      .services .item .img_col .dark {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 2; }
    .services .item .last_img_col {
      width: 50%;
      margin-top: 0px; }
    .services .item .text_col {
      position: relative;
      float: right;
      width: 33.5%;
      padding-left: 0px; }
      .services .item .text_col .item_title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        color: #000;
        margin-bottom: 15px;
        margin-top: -11px; }
        .services .item .text_col .item_title:hover {
          color: gray; }
      .services .item .text_col p {
        color: #666565;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 5px; }
      .services .item .text_col .with_line {
        position: relative; }
        .services .item .text_col .with_line:before {
          content: "";
          display: block;
          width: 58px;
          height: 2px;
          background: #000;
          position: absolute;
          top: 15px;
          left: -70px; }
      .services .item .text_col .short_p {
        max-width: 470px; }
      .services .item .text_col ul {
        position: relative;
        width: 100%;
        list-style: none;
        margin-bottom: 5px; }
        .services .item .text_col ul li {
          position: relative;
          color: #666565;
          font-size: 18px;
          line-height: 32px;
          padding-left: 22px; }
          .services .item .text_col ul li:before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background: #000000;
            position: absolute;
            top: 13px;
            left: 1px; }
  .services .item_right .img_col {
    float: right;
    width: 48%; }
  .services .item_right .text_col {
    float: right;
    width: 50%;
    padding-left: 0px;
    padding-right: 30px; }

.video_section {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 70px; }
  .video_section:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: -1px;
    background: #FFF; }
  .video_section img {
    max-width: 100%;
    width: 100%; }
  .video_section video {
    position: relative;
    width: 100%; }

.content {
  position: relative;
  width: 100%;
  overflow: hidden; }

.page_number {
  position: absolute;
  z-index: 1;
  top: 350px;
  left: -140px;
  font-size: 16px;
  line-height: 27px;
  color: #B2B2B2;
  padding-left: 160px;
  padding-right: 210px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .page_number:before {
    content: "";
    display: block;
    width: 124px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto; }
  .page_number:after {
    content: "";
    display: block;
    width: 124px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto; }
  .page_number span {
    display: block;
    position: absolute;
    top: 0px;
    right: 140px;
    font-size: 48px;
    font-weight: 200;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.breadcrumb {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: none;
  padding-top: 15px;
  margin-bottom: 20px; }
  .breadcrumb li {
    color: #B2B2B2;
    font-size: 16px; }
    .breadcrumb li:after {
      content: "";
      position: relative;
      top: 1px;
      display: inline-block;
      width: 7px;
      height: 12px;
      background: url("../img/breadcrumb.png") no-repeat center center;
      margin-left: 2px;
      margin-right: 3px; }
    .breadcrumb li a {
      color: #B2B2B2;
      font-size: 16px; }
      .breadcrumb li a:hover {
        color: #000; }
  .breadcrumb li + li:before {
    display: none; }
  .breadcrumb li:first-of-type:after {
    display: inline-block; }

.container-fluid {
  position: relative;
  max-width: 1854px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.portfolio_section {
  position: relative;
  width: 100%;
  padding-bottom: 90px; }
  .portfolio_section .container-fluid {
    position: relative;
    max-width: 1854px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
  .portfolio_section .page_title {
    float: left; }
  .portfolio_section .list_blocks {
    position: relative;
    float: right;
    padding-top: 25px; }
    .portfolio_section .list_blocks:after {
      content: "";
      display: table;
      clear: both; }
  .portfolio_section .btn-group {
    position: relative;
    float: left;
    margin-right: 72px; }
    .portfolio_section .btn-group.open .btn {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .portfolio_section .btn-group.open .btn:before {
        background-image: url("../img/icon_minus.svg"); }
      .portfolio_section .btn-group.open .btn:hover:before {
        background-image: url("../img/icon_minus_white.svg"); }
    .portfolio_section .btn-group .btn {
      position: relative;
      border: none;
      background: none;
      padding: 0px;
      padding-left: 40px;
      font-weight: 500;
      font-size: 18px;
      color: #000; }
      .portfolio_section .btn-group .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .portfolio_section .btn-group .btn:hover:before {
        background-color: #000;
        background-image: url("../img/icon_plus_white.svg");
        color: #fff; }
      .portfolio_section .btn-group .btn.active:before {
        content: "";
        background-image: url("../img/icon_minus.svg"); }
      .portfolio_section .btn-group .btn.active:hover:before {
        background-image: url("../img/icon_minus_white.svg"); }
      .portfolio_section .btn-group .btn:before {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        border: 2px solid #000;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        line-height: 10px;
        padding-top: 5px;
        padding-left: 1px;
        color: #000;
        background-image: url("../img/icon_plus.svg");
        -webkit-background-size: auto;
        -o-background-size: auto;
        background-size: 14px 14px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        -webkit-transition: 0s all;
        -moz-transition: 0s all;
        -ms-transition: 0s all;
        -o-transition: 0s all;
        transition: 0s all; }
    .portfolio_section .btn-group .dropdown-menu {
      margin-top: 20px;
      height: auto;
      width: 314px;
      background: #1a1a1a;
      color: #fff;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      padding: 15px 12px;
      padding-bottom: 20px; }
      .portfolio_section .btn-group .dropdown-menu:before {
        content: "";
        position: absolute;
        display: block;
        left: 30px;
        top: -20px;
        border: 10px solid transparent;
        border-bottom: 10px solid #1a1a1a; }
      .portfolio_section .btn-group .dropdown-menu .inner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .portfolio_section .btn-group .dropdown-menu ul {
        position: relative;
        list-style: none;
        width: 100%;
        max-height: 100%;
        overflow: auto; }
        .portfolio_section .btn-group .dropdown-menu ul li a {
          padding-left: 25px;
          font-size: 16px;
          line-height: 32px;
          color: #FFF; }
          .portfolio_section .btn-group .dropdown-menu ul li a:hover {
            color: gray; }
  .portfolio_section .btn-group:last-of-type {
    margin-right: 33px; }
  .portfolio_section .pull-right .dropdown-menu:before {
    left: auto;
    right: 30px; }
  .portfolio_section .look_more_works {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    max-width: 770px;
    border: 2px solid #000;
    background: none;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 19px 15px;
    margin: 0 auto; }
    .portfolio_section .look_more_works:hover {
      background: #000;
      color: #FFF; }
    .portfolio_section .look_more_works:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
  .portfolio_section .wrapper {
    position: relative;
    width: 100%;
    text-align: center; }
    .portfolio_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .portfolio_section .wrapper .item {
      position: relative;
      max-width: 500px;
      float: left;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin-bottom: 55px; }
      .portfolio_section .wrapper .item .img_block {
        width: 100%;
        height: 475px;
        margin-bottom: 22px;
        padding-right: 30px; }
        .portfolio_section .wrapper .item .img_block .img_link {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
        .portfolio_section .wrapper .item .img_block img {
          position: relative;
          width: 100%;
          object-fit: cover;
          height: 100%;
          object-position: center center; }
        .portfolio_section .wrapper .item .img_block .look_work {
          position: absolute;
          right: -91px;
          top: 360px;
          font-weight: 500;
          font-size: 18px;
          color: #b2b2b2;
          float: right;
          width: 200px;
          white-space: nowrap;
          text-align: right;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          padding-right: 30px;
          -webkit-transition: 0.1s all;
          -moz-transition: 0.1s all;
          -ms-transition: 0.1s all;
          -o-transition: 0.1s all;
          transition: 0.1s all; }
          .portfolio_section .wrapper .item .img_block .look_work:hover {
            color: #000; }
            .portfolio_section .wrapper .item .img_block .look_work:hover:before {
              opacity: 1; }
          .portfolio_section .wrapper .item .img_block .look_work:before {
            content: "";
            display: block;
            width: 18px;
            height: 12px;
            background: url("../img/look_work.png") no-repeat center center;
            position: absolute;
            top: 1px;
            bottom: 0px;
            right: 0px;
            margin: auto;
            opacity: 0.3;
            -webkit-transition: 0s all;
            -moz-transition: 0s all;
            -ms-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all; }
      .portfolio_section .wrapper .item .item_title {
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        font-size: 24px;
        color: #000;
        margin-bottom: 10px; }
        .portfolio_section .wrapper .item .item_title:hover {
          color: gray; }
      .portfolio_section .wrapper .item .date {
        font-weight: normal;
        margin-bottom: 0px;
        line-height: 1.3;
        color: #666565;
        font-size: 18px; }
    .portfolio_section .wrapper .item_type_2 {
      float: right;
      max-width: 570px; }
      .portfolio_section .wrapper .item_type_2 .img_block {
        height: 370px;
        margin-top: 105px; }
    .portfolio_section .wrapper .item_type_3 {
      float: none;
      max-width: 770px; }
      .portfolio_section .wrapper .item_type_3 .img_block {
        height: 470px; }
    .portfolio_section .wrapper .item_type_4 {
      max-width: 570px; }
      .portfolio_section .wrapper .item_type_4 .img_block {
        height: 350px; }
        .portfolio_section .wrapper .item_type_4 .img_block .look_work {
          top: 235px; }
    .portfolio_section .wrapper .item_type_5 {
      max-width: 470px;
      float: right; }
      .portfolio_section .wrapper .item_type_5 .img_block {
        height: 470px; }
    .portfolio_section .wrapper .mt {
      margin-top: -95px; }
  .portfolio_section .other_wrapper {
    position: relative;
    width: 100%; }
    .portfolio_section .other_wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .portfolio_section .other_wrapper .top_block {
      position: relative;
      width: 100%; }
      .portfolio_section .other_wrapper .top_block:after {
        content: "";
        display: table;
        clear: both; }
      .portfolio_section .other_wrapper .top_block .item {
        width: 32.3%;
        height: 320px;
        margin-right: 1.51%; }
      .portfolio_section .other_wrapper .top_block .item:nth-of-type(3) {
        margin-right: 0px; }
    .portfolio_section .other_wrapper .item {
      position: relative;
      float: left;
      margin-bottom: 30px; }
      .portfolio_section .other_wrapper .item:hover .img_link:before {
        opacity: 1; }
      .portfolio_section .other_wrapper .item:hover .img_link .item_title {
        opacity: 1; }
      .portfolio_section .other_wrapper .item .img_link {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .portfolio_section .other_wrapper .item .img_link:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 1;
          top: 0px;
          left: 0px;
          background: rgba(0, 0, 0, 0.7);
          opacity: 0;
          -webkit-transition: 0.2s all;
          -moz-transition: 0.2s all;
          -ms-transition: 0.2s all;
          -o-transition: 0.2s all;
          transition: 0.2s all; }
        .portfolio_section .other_wrapper .item .img_link img {
          position: relative;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center; }
        .portfolio_section .other_wrapper .item .img_link .item_title {
          font-weight: 500;
          color: #FFF;
          font-size: 18px;
          position: absolute;
          z-index: 2;
          top: 0px;
          left: 0px;
          opacity: 0;
          white-space: nowrap;
          text-align: left; }
    .portfolio_section .other_wrapper .left_block {
      position: relative;
      float: left;
      width: 32.3%;
      margin-right: 1.51%; }
      .portfolio_section .other_wrapper .left_block:after {
        content: "";
        display: table;
        clear: both; }
      .portfolio_section .other_wrapper .left_block .item {
        width: 100%;
        height: 320px; }
      .portfolio_section .other_wrapper .left_block .item:first-of-type {
        height: 654px; }
    .portfolio_section .other_wrapper .right_block {
      position: relative;
      float: left;
      width: 66.11%;
      margin-top: -350px; }
      .portfolio_section .other_wrapper .right_block:after {
        content: "";
        display: table;
        clear: both; }
      .portfolio_section .other_wrapper .right_block .item:first-of-type {
        float: none;
        width: 100%;
        height: 670px;
        margin-right: 0px; }
      .portfolio_section .other_wrapper .right_block .item:nth-of-type(2) {
        height: 655px;
        float: left;
        width: 49%;
        margin-right: 2.5%; }
      .portfolio_section .other_wrapper .right_block .item {
        float: left;
        width: 48.5%;
        height: 312px; }

.second_portfolio_section {
  padding-bottom: 60px; }
  .second_portfolio_section .look_more_works {
    max-width: 320px;
    margin-top: 40px; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #4A4A4A; }

.portfolio_item_section {
  position: relative;
  width: 100%; }
  .portfolio_item_section .section_header {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    background: #FFF; }
    .portfolio_item_section .section_header .link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      max-width: 300px;
      width: 100%;
      height: 64px;
      border: 2px solid #000;
      background: none;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      color: #000;
      padding: 19px 15px;
      margin: 0 24px; }
      .portfolio_item_section .section_header .link:hover {
        background: #000;
        color: #FFF; }
      .portfolio_item_section .section_header .link:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
    .portfolio_item_section .section_header .black_link {
      background: #000;
      color: #FFF; }
      .portfolio_item_section .section_header .black_link:hover {
        background: #FFF;
        color: #000; }
  .portfolio_item_section .fancybox {
    position: relative;
    width: 96%;
    display: block;
    margin: 0 auto; }
    .portfolio_item_section .fancybox img {
      position: relative;
      width: 100%;
      max-height: 100%; }
    .portfolio_item_section .fancybox .container {
      position: absolute;
      top: 42%;
      z-index: 2;
      left: 0px;
      right: 0px;
      margin: 0 auto; }
    .portfolio_item_section .fancybox .item_title {
      font-weight: 500;
      font-size: 40px;
      line-height: 50px;
      color: #FFF;
      text-align: left; }
  .portfolio_item_section .with_shadow:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.9); }
  .portfolio_item_section .text_blocks {
    position: relative;
    width: 100%; }
    .portfolio_item_section .text_blocks .block_1 {
      position: relative;
      width: 100%;
      padding-top: 65px;
      padding-bottom: 40px;
      border-bottom: 1px solid #e8e8e8; }
      .portfolio_item_section .text_blocks .block_1:after {
        content: "";
        display: table;
        clear: both; }
      .portfolio_item_section .text_blocks .block_1 p {
        float: left;
        width: 60%; }
    .portfolio_item_section .text_blocks p {
      position: relative;
      color: #666565;
      font-size: 18px;
      line-height: 32px; }
    .portfolio_item_section .text_blocks .block_title {
      color: #E8E8E8;
      font-weight: bold;
      font-size: 56px;
      line-height: 1;
      margin-bottom: 10px;
      letter-spacing: 0.05em; }
    .portfolio_item_section .text_blocks .block_list {
      position: relative;
      list-style: none;
      float: right;
      width: 33.4%; }
      .portfolio_item_section .text_blocks .block_list li {
        font-weight: bold;
        font-size: 24px;
        color: #000;
        letter-spacing: 0.05em;
        margin-bottom: 10px; }
    .portfolio_item_section .text_blocks .block_2 {
      position: relative;
      width: 100%;
      padding-top: 40px;
      padding-bottom: 20px; }
      .portfolio_item_section .text_blocks .block_2:after {
        content: "";
        display: table;
        clear: both; }
      .portfolio_item_section .text_blocks .block_2 .left {
        position: relative;
        width: 60%;
        float: left; }
      .portfolio_item_section .text_blocks .block_2 .right {
        float: right;
        width: 35%;
        text-align: center; }
        .portfolio_item_section .text_blocks .block_2 .right img {
          max-width: 100%;
          max-height: 100%; }
    .portfolio_item_section .text_blocks .block_3 {
      position: relative;
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 390px; }
      .portfolio_item_section .text_blocks .block_3 p:before {
        content: "";
        display: block;
        width: 58px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 15px;
        left: -80px; }

.text_blocks_footer {
  position: relative;
  width: 100%;
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 65px; }
  .text_blocks_footer .soc_title {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 30px;
    color: #000;
    padding-left: 190px; }
    .text_blocks_footer .soc_title:before {
      content: "";
      display: block;
      width: 170px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 18px;
      left: 1px; }
  .text_blocks_footer .soc_list {
    position: relative;
    list-style: none;
    float: right;
    padding-top: 4px; }
    .text_blocks_footer .soc_list:after {
      content: "";
      display: table;
      clear: both; }
    .text_blocks_footer .soc_list li {
      position: relative;
      float: left;
      margin-left: 40px; }
      .text_blocks_footer .soc_list li a {
        position: relative;
        display: block;
        width: 36px;
        height: 26px; }
        .text_blocks_footer .soc_list li a:hover {
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
      .text_blocks_footer .soc_list li .soc_facebook {
        width: 13px;
        height: 26px;
        background: url("../img/facebook.svg") no-repeat center center; }
      .text_blocks_footer .soc_list li .soc_twitter {
        width: 28px;
        height: 26px;
        background: url("../img/twiter.svg") no-repeat center center; }
      .text_blocks_footer .soc_list li .soc_google {
        width: 36px;
        height: 26px;
        background: url("../img/google.svg") no-repeat center center; }
    .text_blocks_footer .soc_list li:first-of-type {
      margin-left: 0px; }

.portfolio_item_arrows_block {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 55px;
  clear: both; }
  .portfolio_item_arrows_block .dotted {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    margin: 0 28px;
    margin-top: 9px; }
  .portfolio_item_arrows_block .arrow_prev, .portfolio_item_arrows_block .arrow_next {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #000; }
    .portfolio_item_arrows_block .arrow_prev:hover, .portfolio_item_arrows_block .arrow_next:hover {
      color: #B2B2B2; }
    .portfolio_item_arrows_block .arrow_prev:before, .portfolio_item_arrows_block .arrow_next:before {
      content: "";
      display: block;
      width: 8px;
      height: 13px;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      margin: auto;
      background: url("../img/arrows.png") no-repeat center center; }
  .portfolio_item_arrows_block .arrow_prev {
    padding-left: 25px; }
    .portfolio_item_arrows_block .arrow_prev:before {
      background-position: left center; }
  .portfolio_item_arrows_block .arrow_next {
    padding-right: 25px; }
    .portfolio_item_arrows_block .arrow_next:before {
      left: auto;
      right: 0px;
      background-position: right center; }

.fancybox-bg {
  background: #FFF;
  opacity: 1; }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-navigation {
  display: none; }

.fancybox-container .fancybox-image {
  cursor: url("../img/fancy_close.cur"), default; }
.fancybox-container .button-previous {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15%;
  height: 100%;
  bottom: 0px;
  cursor: url("../img/fancy_prev.cur"), default; }
.fancybox-container .button-next {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15%;
  height: 100%;
  bottom: 0px;
  cursor: url("../img/fancy_next.cur"), default; }

.about_section {
  position: relative;
  width: 100%; }
  .about_section .wrapper {
    position: relative;
    width: 100%; }
    .about_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .about_section p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    margin-bottom: 15px; }
  .about_section .stats_wrapper {
    position: relative;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 70px; }
    .about_section .stats_wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .about_section .stats_wrapper .col {
      position: relative;
      float: left;
      width: 25%;
      text-align: left; }
    .about_section .stats_wrapper .number {
      position: relative;
      font-weight: bold;
      font-size: 80px;
      color: #000;
      line-height: 1.1;
      margin: 0px;
      letter-spacing: 0.05em; }
    .about_section .stats_wrapper p {
      color: #666565;
      font-size: 20px;
      line-height: 1.3; }

.advantages {
  position: relative;
  width: 100%;
  padding-bottom: 80px; }
  .advantages:after {
    content: "";
    display: table;
    clear: both; }
  .advantages .col {
    position: relative;
    float: left;
    width: 25%;
    text-align: left; }
  .advantages .advantages_title {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 40px;
    color: #000; }
  .advantages p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px; }
  .advantages .icon {
    position: relative;
    width: 70px;
    height: 50px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center; }
  .advantages .icon_1 {
    background-image: url("../img/advant_1.svg"); }
  .advantages .icon_2 {
    background-image: url("../img/advant_2.svg"); }
  .advantages .icon_3 {
    background-image: url("../img/advant_3.svg"); }
  .advantages .icon_4 {
    background-image: url("../img/advant_4.svg"); }

.author_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 110px; }
  .author_wrapper .block_title {
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px; }
    .author_wrapper .block_title:before {
      content: "";
      display: block;
      width: 230px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 27px; }
  .author_wrapper p {
    position: relative;
    padding-left: 300px;
    padding-right: 270px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
  .author_wrapper .with_line:before {
    content: "";
    display: block;
    width: 270px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 16px; }
  .author_wrapper .with_line:after {
    content: ""; }
  .author_wrapper .strong {
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px; }
    .author_wrapper .strong:before {
      content: "”";
      color: #E9E9E9;
      font-size: 300px;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      right: 200px;
      top: -10px; }

.personal_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 70px; }
  .personal_wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .personal_wrapper .block_title {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 45px; }
  .personal_wrapper .col {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 70px; }
    .personal_wrapper .col:after {
      content: "";
      display: table;
      clear: both; }
  .personal_wrapper p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px; }
  .personal_wrapper .name {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #000; }
  .personal_wrapper .photo {
    position: relative;
    max-width: 374px;
    line-height: 0;
    width: 100%;
    margin-bottom: 20px; }
    .personal_wrapper .photo.active .dark {
      opacity: 0; }
    .personal_wrapper .photo img {
      position: relative;
      z-index: 1;
      width: 100%;
      object-fit: cover;
      object-position: center center;
      opacity: 1;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -ms-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all; }
    .personal_wrapper .photo .dark {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
      z-index: 2; }
  .personal_wrapper .soc_list {
    position: relative;
    list-style: none; }
    .personal_wrapper .soc_list li {
      position: relative;
      float: left;
      margin-right: 14px; }
      .personal_wrapper .soc_list li a {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        border: 1px solid #000;
        text-align: center; }
        .personal_wrapper .soc_list li a svg {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          width: 60%;
          height: 60%; }
        .personal_wrapper .soc_list li a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 1;
          top: 0px;
          left: 0px;
          opacity: 1;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .personal_wrapper .soc_list li a:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          opacity: 0;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .personal_wrapper .soc_list li a:hover {
          background: #000; }
          .personal_wrapper .soc_list li a:hover .cls-1 {
            fill: #fff; }

.services_nav_section {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 100px; }
  .services_nav_section .section_header {
    margin-bottom: 110px; }
    .services_nav_section .section_header .page_title {
      font-weight: bold;
      font-size: 56px;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-bottom: 0px; }
  .services_nav_section .nav_wrapper {
    position: relative;
    width: 100%; }
    .services_nav_section .nav_wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .services_nav_section .nav_wrapper .nav_list {
      position: relative;
      float: left;
      width: 50%;
      list-style: none;
      padding-right: 30px; }
      .services_nav_section .nav_wrapper .nav_list li {
        position: relative;
        margin-bottom: 40px; }
        .services_nav_section .nav_wrapper .nav_list li a {
          font-weight: bold;
          font-size: 32px;
          color: #000;
          letter-spacing: 0.05em; }
          .services_nav_section .nav_wrapper .nav_list li a:hover {
            color: #B2B2B2; }
      .services_nav_section .nav_wrapper .nav_list .panel {
        position: relative;
        margin: 0px;
        padding: 0px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none; }
        .services_nav_section .nav_wrapper .nav_list .panel .panel-heading {
          position: relative;
          margin: 0px;
          padding: 0px;
          background: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none; }
          .services_nav_section .nav_wrapper .nav_list .panel .panel-heading .spoiler-trigger {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 0px;
            margin: 0px;
            outline: none;
            background: none;
            border: none;
            font-weight: bold;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 32px;
            padding-right: 62px;
            color: #000;
            letter-spacing: 0.05em; }
            .services_nav_section .nav_wrapper .nav_list .panel .panel-heading .spoiler-trigger:hover:before {
              background-color: #000;
              background-image: url("../img/icon_plus_white.svg");
              color: #fff; }
            .services_nav_section .nav_wrapper .nav_list .panel .panel-heading .spoiler-trigger.active:before {
              content: "";
              padding-left: 0;
              padding-top: 4px;
              background-image: url("../img/icon_minus.svg"); }
            .services_nav_section .nav_wrapper .nav_list .panel .panel-heading .spoiler-trigger.active:hover:before {
              background-image: url("../img/icon_minus_white.svg"); }
            .services_nav_section .nav_wrapper .nav_list .panel .panel-heading .spoiler-trigger:before {
              content: "";
              display: block;
              width: 40px;
              height: 40px;
              border: 2px solid #000;
              text-align: center;
              font-weight: bold;
              font-size: 22px;
              line-height: 10px;
              padding-top: 5px;
              padding-left: 1px;
              color: #000;
              background-image: url("../img/icon_plus.svg");
              -webkit-background-size: auto;
              -o-background-size: auto;
              background-size: 14px 14px;
              background-position: center center;
              background-repeat: no-repeat;
              position: absolute;
              top: 0px;
              bottom: 0px;
              right: 0px;
              margin: auto;
              -webkit-transition: 0s all;
              -moz-transition: 0s all;
              -ms-transition: 0s all;
              -o-transition: 0s all;
              transition: 0s all; }
        .services_nav_section .nav_wrapper .nav_list .panel .panel-collapse {
          position: relative; }
          .services_nav_section .nav_wrapper .nav_list .panel .panel-collapse ul {
            list-style: none;
            padding-top: 20px;
            padding-left: 30px;
            padding-bottom: 15px; }
            .services_nav_section .nav_wrapper .nav_list .panel .panel-collapse ul li {
              margin-bottom: 20px; }
            .services_nav_section .nav_wrapper .nav_list .panel .panel-collapse ul li:last-of-type {
              margin-bottom: 0px; }

.services_item_section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  min-height: 630px; }
  .services_item_section .brand_img {
    position: absolute;
    top: -55px;
    right: 0px;
    float: right;
    width: 39.8%;
    height: 632px; }
    .services_item_section .brand_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .services_item_section .brand_img img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); }
    .services_item_section .brand_img p {
      position: absolute;
      white-space: nowrap;
      width: 100px;
      bottom: 50px;
      left: -70px;
      color: #B2B2B2;
      font-size: 16px;
      line-height: 27px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .services_item_section .section_header {
    margin-bottom: 0px; }
  .services_item_section .second_title_block {
    position: relative;
    max-width: 60%;
    padding-top: 130px;
    padding-bottom: 40px;
    min-height: 497px; }
  .services_item_section .second_title {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 40px; }
  .services_item_section p {
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    position: relative; }
  .services_item_section .block_1 {
    position: relative;
    width: 100%;
    margin-bottom: 100px; }
    .services_item_section .block_1:after {
      content: "";
      display: table;
      clear: both; }
    .services_item_section .block_1 img {
      position: relative;
      float: left;
      width: 50%;
      height: 462px;
      object-fit: cover;
      object-position: center center;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .services_item_section .block_1 img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); }
    .services_item_section .block_1 .text_block {
      position: relative;
      float: right;
      min-height: 462px;
      width: 33.5%;
      display: table; }
      .services_item_section .block_1 .text_block .inner {
        position: relative;
        display: table-cell;
        vertical-align: middle; }
      .services_item_section .block_1 .text_block .block_title {
        position: relative;
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px; }
      .services_item_section .block_1 .text_block p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 0px; }
        .services_item_section .block_1 .text_block p:before {
          content: "";
          display: block;
          width: 58px;
          height: 2px;
          background: #000;
          position: absolute;
          left: -75px;
          top: 15px; }
  .services_item_section .block_2 {
    position: relative;
    width: 100%;
    margin-bottom: 100px; }
    .services_item_section .block_2:after {
      content: "";
      display: table;
      clear: both; }
    .services_item_section .block_2 img {
      position: relative;
      right: -80px;
      float: right;
      width: 50%;
      height: 562px;
      object-fit: cover;
      object-position: center center;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .services_item_section .block_2 img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); }
    .services_item_section .block_2 .text_block {
      position: relative;
      float: left;
      min-height: 562px;
      width: 50%;
      display: table; }
      .services_item_section .block_2 .text_block .inner {
        position: relative;
        display: table-cell;
        vertical-align: middle; }
      .services_item_section .block_2 .text_block .block_title {
        position: relative;
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px; }
      .services_item_section .block_2 .text_block p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 0px; }
  .services_item_section .block_3 {
    position: relative;
    width: 100%;
    margin-bottom: 100px; }
    .services_item_section .block_3:after {
      content: "";
      display: table;
      clear: both; }
    .services_item_section .block_3 img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 55%;
      height: 560px;
      object-fit: cover;
      object-position: center center;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .services_item_section .block_3 img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); }
    .services_item_section .block_3 .inner {
      position: relative;
      width: 100%;
      min-height: 560px; }
      .services_item_section .block_3 .inner:after {
        content: "";
        display: table;
        clear: both; }
    .services_item_section .block_3 .block_title {
      position: relative;
      font-weight: 500;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 25px; }
    .services_item_section .block_3 p {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 0px; }
    .services_item_section .block_3 .white_text {
      position: relative;
      float: right;
      width: 72%;
      background: #FFF;
      padding-left: 55px;
      padding-bottom: 35px;
      margin-bottom: 35px;
      padding-right: 25px; }
    .services_item_section .block_3 blockquote {
      position: relative;
      z-index: 1;
      float: right;
      width: 390px;
      font-size: 24px;
      line-height: 40px;
      color: #000; }
      .services_item_section .block_3 blockquote:before {
        content: "“";
        font-size: 200px;
        color: #E8E8E8;
        line-height: 0.9;
        position: absolute;
        z-index: -1;
        top: -35px;
        left: -60px;
        font-style: italic; }
      .services_item_section .block_3 blockquote:after {
        content: "";
        display: block;
        width: 58px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -75px;
        top: 0px;
        bottom: 0px;
        margin: auto; }
  .services_item_section .block_4 {
    position: relative;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px; }
    .services_item_section .block_4:after {
      content: "";
      display: table;
      clear: both; }
    .services_item_section .block_4 p {
      float: left;
      width: 600px; }
    .services_item_section .block_4 .right_block {
      position: relative;
      float: right;
      width: 390px; }
    .services_item_section .block_4 blockquote {
      position: relative;
      z-index: 1;
      width: 100%;
      font-size: 24px;
      line-height: 40px;
      color: #000;
      margin-bottom: 40px; }
      .services_item_section .block_4 blockquote:before {
        content: "“";
        font-size: 200px;
        color: #E8E8E8;
        line-height: 0.9;
        position: absolute;
        z-index: -1;
        top: -50px;
        left: -60px;
        font-style: italic; }
      .services_item_section .block_4 blockquote:after {
        content: "";
        display: block;
        width: 58px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -75px;
        bottom: 15px;
        margin: auto; }
    .services_item_section .block_4 .to_brif {
      position: relative;
      display: block;
      max-width: 290px;
      width: 100%;
      height: 64px;
      text-align: center;
      border: 2px solid #000;
      font-weight: 500;
      font-size: 18px;
      padding: 18px 15px; }
      .services_item_section .block_4 .to_brif:hover {
        background: #000;
        color: #FFF; }
      .services_item_section .block_4 .to_brif:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }

.service_slider_block {
  position: relative;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 75px;
  background: #121212; }
  .service_slider_block:after {
    content: "";
    display: table;
    clear: both; }
  .service_slider_block .text_block {
    position: relative;
    float: left;
    z-index: 2;
    width: 30%;
    padding-top: 105px; }
    .service_slider_block .text_block p {
      font-size: 24px;
      line-height: 36px;
      color: #fff; }
  .service_slider_block .slider_block {
    position: relative;
    float: right;
    width: 67%; }
    .service_slider_block .slider_block .arrows_block {
      position: relative;
      float: left; }
      .service_slider_block .slider_block .arrows_block .service-button-prev, .service_slider_block .slider_block .arrows_block .service-button-next {
        position: relative;
        float: left;
        width: 88px;
        height: 72px;
        border: 1px solid #fefefe;
        background: none;
        margin: 0px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
        .service_slider_block .slider_block .arrows_block .service-button-prev:hover, .service_slider_block .slider_block .arrows_block .service-button-next:hover {
          background-color: rgba(255, 255, 255, 0.1); }
      .service_slider_block .slider_block .arrows_block .service-button-prev {
        border-right: none;
        background: url("../img/service_slide_prev.png") no-repeat center center; }
      .service_slider_block .slider_block .arrows_block .service-button-next {
        background: url("../img/service_slide_next.png") no-repeat center center; }
    .service_slider_block .slider_block .to_portfolio {
      position: relative;
      float: right;
      font-size: 18px;
      line-height: 32px;
      color: #fff;
      padding-top: 15px;
      padding-bottom: 15px; }
      .service_slider_block .slider_block .to_portfolio:hover {
        text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4); }

.service_swiper {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 45px; }
  .service_swiper:before {
    content: "";
    display: block;
    width: 300%;
    height: 100%;
    position: absolute;
    z-index: 3;
    right: 100%;
    top: 0px;
    background: #121212; }
  .service_swiper .swiper-slide {
    position: relative;
    opacity: 0.1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .service_swiper .swiper-slide:before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0px;
      left: 50%;
      z-index: 1; }
    .service_swiper .swiper-slide:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 100%;
      top: 0px;
      position: absolute;
      z-index: 1;
      background: -moz-linear-gradient(left, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.65) 31%);
      background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.65) 31%);
      background: linear-gradient(to right, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.65) 31%); }
    .service_swiper .swiper-slide img {
      float: left;
      width: 50%;
      height: 385px;
      object-fit: cover;
      object-position: center center; }
  .service_swiper .swiper-slide-active {
    opacity: 1; }

.brif_section {
  position: relative;
  width: 100%; }
  .brif_section .wrapper {
    position: relative;
    max-width: 780px; }
  .brif_section .section_header {
    margin-bottom: 50px; }
  .brif_section .second_title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    position: relative; }
  .brif_section p {
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    margin-bottom: 40px; }

.brif_form {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
  -moz-placeholder-color: #b2b2b2;
  -ms-input-placeholder-color: #b2b2b2; }
  .brif_form:after {
    content: "";
    display: table;
    clear: both; }
  .brif_form p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 18px; }
  .brif_form label {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
  .brif_form input[type="text"] {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: vertical; }
  .brif_form textarea {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding: 18px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: vertical; }
  .brif_form ::-webkit-input-placeholder {
    color: #b2b2b2; }
  .brif_form ::-moz-placeholder {
    color: #b2b2b2; }
  .brif_form .checkbox_block {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
    .brif_form .checkbox_block label {
      position: relative;
      display: block;
      width: auto;
      padding-left: 35px;
      margin-bottom: 10px; }
    .brif_form .checkbox_block input[type="checkbox"] {
      display: none; }
    .brif_form .checkbox_block span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #B2B2B2;
      font-size: 18px;
      line-height: 32px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
      .brif_form .checkbox_block span:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #666565;
        position: absolute;
        left: -34px;
        top: 4px; }
      .brif_form .checkbox_block span:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -34px;
        top: 4px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: url("../img/check.png") no-repeat center center; }
    .brif_form .checkbox_block input:checked + span {
      color: #000; }
      .brif_form .checkbox_block input:checked + span:before {
        border-color: #000; }
      .brif_form .checkbox_block input:checked + span:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .brif_form .file_input {
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
    padding-left: 42px; }
    .brif_form .file_input input {
      display: none; }
    .brif_form .file_input span {
      position: relative;
      cursor: pointer;
      padding-left: 0px;
      font-weight: 500;
      font-size: 18px;
      color: #000; }
      .brif_form .file_input span:before {
        content: "";
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        border: none;
        top: 0px;
        left: -42px;
        background: url("../img/file_input.svg") no-repeat center center; }
      .brif_form .file_input span i {
        font-weight: 500;
        font-style: normal;
        color: #000; }
    .brif_form .file_input .active {
      color: #b2b2b2;
      font-weight: normal; }
  .brif_form .personal_checkbox {
    position: relative;
    display: block;
    width: auto;
    padding-left: 35px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-bottom: 35px; }
    .brif_form .personal_checkbox a {
      color: #000;
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid #000;
      line-height: 1.1; }
      .brif_form .personal_checkbox a:hover {
        border-color: #fff; }
    .brif_form .personal_checkbox input[type="checkbox"] {
      display: none; }
    .brif_form .personal_checkbox span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #B2B2B2;
      font-size: 18px;
      line-height: 1.1;
      padding-top: 6px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
      .brif_form .personal_checkbox span:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #666565;
        position: absolute;
        left: -34px;
        top: 4px; }
      .brif_form .personal_checkbox span:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -34px;
        top: 4px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: url("../img/check.png") no-repeat center center; }
    .brif_form .personal_checkbox input:checked + span {
      color: #000; }
      .brif_form .personal_checkbox input:checked + span:before {
        border-color: #000; }
      .brif_form .personal_checkbox input:checked + span:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .brif_form .submit_btn {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    height: 72px;
    text-align: center;
    border: 2px solid #000;
    background: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 22px 15px;
    color: #FFF; }
    .brif_form .submit_btn:hover {
      background: #fff;
      color: #000; }
    .brif_form .submit_btn:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.question_list {
  position: relative;
  width: 100%;
  list-style: none;
  width: 800px; }
  .question_list:after {
    content: "";
    display: table;
    clear: both; }
  .question_list li {
    position: relative;
    float: left;
    width: 389px;
    height: 40px;
    margin-bottom: 5px;
    padding-right: 15px; }
    .question_list li a {
      position: relative;
      font-weight: bold;
      font-size: 24px;
      color: #000;
      letter-spacing: 0.05em; }
      .question_list li a:hover {
        color: #B2B2B2; }

.questions_section {
  position: relative;
  width: 100%;
  padding-bottom: 70px; }
  .questions_section .wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px; }
  .questions_section .question {
    position: relative;
    width: 100%;
    padding-top: 70px;
    max-width: 770px; }
  .questions_section .question_title {
    font-weight: bold;
    font-size: 56px;
    color: #E8E8E8;
    letter-spacing: 0.05em;
    margin-bottom: 35px; }
  .questions_section .panel {
    position: relative;
    width: 100%;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px; }
    .questions_section .panel .panel-heading {
      position: relative;
      width: 100%;
      border: none;
      background: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      padding: 0px;
      margin: 0px; }
      .questions_section .panel .panel-heading .spoiler-trigger {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 48px;
        font-size: 24px;
        line-height: 36px;
        color: #000;
        letter-spacing: 0.05em;
        outline: none;
        background: none;
        white-space: normal;
        text-align: left;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .questions_section .panel .panel-heading .spoiler-trigger.active {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .questions_section .panel .panel-heading .spoiler-trigger:hover:before {
          background-color: #000;
          background-image: url("../img/icon_plus_white.svg");
          color: #fff; }
        .questions_section .panel .panel-heading .spoiler-trigger.active:before {
          content: "";
          padding-left: 0;
          padding-top: 4px;
          background-image: url("../img/icon_minus.svg"); }
        .questions_section .panel .panel-heading .spoiler-trigger.active:hover:before {
          background-image: url("../img/icon_minus_white.svg"); }
        .questions_section .panel .panel-heading .spoiler-trigger:before {
          content: "";
          display: block;
          width: 23px;
          height: 23px;
          border: 2px solid #000;
          text-align: center;
          font-weight: bold;
          font-size: 22px;
          line-height: 10px;
          padding-top: 5px;
          padding-left: 1px;
          color: #000;
          background-image: url("../img/icon_plus.svg");
          -webkit-background-size: auto;
          -o-background-size: auto;
          background-size: 14px 14px;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          top: 13px;
          left: 0px;
          margin: auto;
          -webkit-transition: 0s all;
          -moz-transition: 0s all;
          -ms-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all; }
    .questions_section .panel .panel-collapse {
      position: relative;
      width: 100%; }
      .questions_section .panel .panel-collapse .panel-body {
        position: relative;
        width: 100%;
        padding-left: 48px; }
        .questions_section .panel .panel-collapse .panel-body p {
          color: #666565;
          font-size: 18px;
          line-height: 32px; }
  .questions_section .panel:last-of-type {
    margin-bottom: 0px; }

.question_form {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding-left: 48px;
  -moz-placeholder-color: #b2b2b2;
  -ms-input-placeholder-color: #b2b2b2; }
  .question_form .form_title {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 35px; }
    .question_form .form_title:before {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background: #000;
      position: absolute;
      left: -80px;
      top: 27px; }
  .question_form label {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
  .question_form input[type="text"] {
    position: relative;
    outline: none;
    width: 100%;
    height: 78px;
    border: 1px solid #666565;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: vertical; }
  .question_form textarea {
    position: relative;
    outline: none;
    width: 100%;
    height: 140px;
    border: 1px solid #666565;
    padding: 18px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: none; }
  .question_form ::-webkit-input-placeholder {
    color: #b2b2b2; }
  .question_form ::-moz-placeholder {
    color: #b2b2b2; }
  .question_form .submit_btn {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    height: 78px;
    text-align: center;
    border: 2px solid #000;
    font-weight: 500;
    font-size: 18px;
    padding: 25px 15px;
    color: #000;
    background: none; }
    .question_form .submit_btn:hover {
      background: #000;
      color: #fff; }
    .question_form .submit_btn:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.blog_section {
  position: relative;
  width: 100%; }
  .blog_section .section_header {
    margin-bottom: 30px; }
  .blog_section .wrapper {
    position: relative;
    width: 100%; }
    .blog_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .blog_section .col {
    position: relative;
    float: left;
    width: 46%; }
  .blog_section .col:nth-of-type(2) {
    float: right;
    padding-top: 60px; }
  .blog_section .item {
    position: relative;
    width: 100%;
    margin-bottom: 65px; }
    .blog_section .item .img {
      position: relative;
      display: block;
      width: 100%;
      height: 332px;
      margin-bottom: 30px;
      background: #000;
      line-height: 0px; }
      .blog_section .item .img img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        opacity: 0.39; }
        .blog_section .item .img img:hover {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          opacity: 1; }
        .blog_section .item .img img.active {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          opacity: 1; }
      .blog_section .item .img .date {
        position: absolute;
        z-index: 1;
        left: 0px;
        bottom: 0px;
        background: #FFF;
        padding-top: 20px;
        padding-right: 30px;
        font-weight: 500;
        font-size: 40px;
        color: #000;
        line-height: 1; }
    .blog_section .item .item_title {
      position: relative;
      width: 100%;
      margin-bottom: 22px;
      font-weight: bold;
      font-size: 24px;
      line-height: 40px;
      color: #000;
      letter-spacing: 0.05em; }
    .blog_section .item .link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #666565;
      font-size: 18px; }
      .blog_section .item .link:hover {
        color: #000; }

.blog_item_section {
  position: relative;
  width: 100%; }
  .blog_item_section .section_header {
    margin-bottom: 30px; }
    .blog_item_section .section_header .page_title {
      float: left;
      width: 80%;
      font-size: 40px;
      line-height: 50px; }
    .blog_item_section .section_header .date {
      position: relative;
      float: right;
      font-weight: 500;
      font-size: 40px;
      line-height: 50px;
      color: #B2B2B2; }
  .blog_item_section .wrapper {
    position: relative;
    width: 100%; }
    .blog_item_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .blog_item_section .big_img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 60px;
    background: #000; }
    .blog_item_section .big_img img {
      width: 100%;
      object-fit: cover;
      object-position: center center;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .blog_item_section .big_img img.active {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1; }
  .blog_item_section .text_wrap {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: 0 auto; }
  .blog_item_section p {
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px; }
  .blog_item_section .inner_title {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px; }
    .blog_item_section .inner_title:before {
      content: "";
      display: block;
      width: 170px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 22px;
      left: -200px; }
  .blog_item_section .double_img {
    position: relative;
    width: 100%;
    margin-bottom: 60px; }
    .blog_item_section .double_img:after {
      content: "";
      display: table;
      clear: both; }
    .blog_item_section .double_img .img {
      position: relative;
      display: block;
      float: left;
      width: 49%;
      line-height: 0;
      background: #000; }
    .blog_item_section .double_img img {
      position: relative;
      width: 100%;
      object-fit: cover;
      object-position: center center;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .blog_item_section .double_img img.active {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1; }
    .blog_item_section .double_img .img:nth-of-type(2) {
      float: right; }
  .blog_item_section .small_title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px; }
  .blog_item_section .mb {
    margin-bottom: 40px; }
  .blog_item_section .text_list {
    position: relative;
    list-style: none; }
    .blog_item_section .text_list li {
      position: relative;
      padding-left: 22px;
      margin-bottom: 20px;
      color: #666565;
      font-size: 18px;
      line-height: 32px; }
      .blog_item_section .text_list li:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border: 2px solid #000;
        background: #000;
        position: absolute;
        top: 13px;
        left: 0px; }
  .blog_item_section .text_blocks_footer {
    padding-top: 40px;
    padding-bottom: 50px;
    background: none; }
    .blog_item_section .text_blocks_footer:after {
      content: "";
      display: table;
      clear: both; }

.other_news {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .other_news .wrap {
    position: relative;
    width: 100%; }
    .other_news .wrap:after {
      content: "";
      display: table;
      clear: both; }
  .other_news .block_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px; }
  .other_news .item {
    position: relative;
    float: left;
    width: 31.35%;
    margin-right: 2%;
    margin-bottom: 50px; }
    .other_news .item .img {
      position: relative;
      display: block;
      width: 100%;
      height: 332px;
      margin-bottom: 30px;
      background: #000;
      line-height: 0px; }
      .other_news .item .img img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
        .other_news .item .img img:hover {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          opacity: 1; }
        .other_news .item .img img.active {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          opacity: 1; }
      .other_news .item .img .date {
        position: absolute;
        z-index: 1;
        left: 0px;
        bottom: 0px;
        background: #FFF;
        padding-top: 20px;
        padding-right: 30px;
        font-weight: 500;
        font-size: 40px;
        color: #000;
        line-height: 1;
        margin-bottom: 0px; }
    .other_news .item .item_title {
      position: relative;
      width: 100%;
      margin-bottom: 22px;
      font-weight: bold;
      font-size: 24px;
      line-height: 40px;
      color: #000;
      letter-spacing: 0.05em; }
    .other_news .item .link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #666565;
      font-size: 18px; }
      .other_news .item .link:hover {
        color: #000; }
  .other_news .item:nth-of-type(3n+3) {
    margin-right: 0px; }

.contacts_section {
  position: relative;
  width: 100%; }
  .contacts_section .wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px; }
    .contacts_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .contacts_section .left_block {
    position: relative;
    float: left;
    width: 50%; }
  .contacts_section .right_block {
    position: relative;
    float: right;
    width: 48%; }
  .contacts_section .page_title {
    margin-bottom: 25px; }
  .contacts_section p {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    color: #b2b2b2; }
  .contacts_section a {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
  .contacts_section .address {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    color: #000; }
  .contacts_section .soc_list {
    position: relative;
    list-style: none;
    margin-bottom: 60px; }
    .contacts_section .soc_list:after {
      content: "";
      display: table;
      clear: both; }
    .contacts_section .soc_list li {
      position: relative;
      float: left;
      margin-right: 14px;
      margin-bottom: 0px; }
      .contacts_section .soc_list li a {
        position: relative;
        display: 500;
        width: 48px;
        height: 48px;
        border: 1px solid #000;
        margin-bottom: 0px; }
        .contacts_section .soc_list li a svg {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          width: 60%;
          height: 60%; }
        .contacts_section .soc_list li a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 1;
          top: 0px;
          left: 0px;
          opacity: 1;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .contacts_section .soc_list li a:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          opacity: 0;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .contacts_section .soc_list li a:hover {
          background: #000; }
          .contacts_section .soc_list li a:hover:before {
            opacity: 0; }
          .contacts_section .soc_list li a:hover:after {
            opacity: 1; }
          .contacts_section .soc_list li a:hover .cls-1 {
            fill: #fff; }
      .contacts_section .soc_list li .be_icon svg {
        width: 70%; }
  .contacts_section .double_links {
    position: relative;
    text-align: left; }
    .contacts_section .double_links a {
      position: relative;
      font-weight: 500;
      color: #000;
      font-size: 18px;
      line-height: 32px;
      padding-right: 32px;
      margin-bottom: 0px; }
      .contacts_section .double_links a:hover {
        color: #B2B2B2; }
        .contacts_section .double_links a:hover:before {
          border-color: #B2B2B2;
          color: #B2B2B2; }
      .contacts_section .double_links a:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        text-align: center;
        line-height: 1;
        font-size: 14px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
        padding: 2px 2px;
        background: url("../img/contact_arrow.png") no-repeat center center;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
    .contacts_section .double_links a:first-of-type {
      margin-right: 32px; }

.contacts_form {
  position: relative;
  width: 100%;
  padding-top: 30px;
  -moz-placeholder-color: #b2b2b2;
  -ms-input-placeholder-color: #b2b2b2; }
  .contacts_form .contacts_title {
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px; }
  .contacts_form label {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
  .contacts_form input[type="text"] {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding-left: 34px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
  .contacts_form ::-webkit-input-placeholder {
    color: #b2b2b2; }
  .contacts_form ::-moz-placeholder {
    color: #b2b2b2; }
  .contacts_form select {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding-left: 34px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    text-indent: 0.01px;
    text-overflow: "";
    background-image: url("../img/select.png");
    background-position: right 20px center;
    background-repeat: no-repeat; }
  .contacts_form select::-ms-expand {
    display: none; }
  .contacts_form .panel {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    border-radius: none;
    background: none;
    margin-bottom: 25px; }
    .contacts_form .panel label {
      margin-bottom: 0px;
      margin-bottom: 0px; }
    .contacts_form .panel .panel-body {
      padding: 0px; }
    .contacts_form .panel .panel-heading {
      position: relative;
      width: 100%;
      margin: 0px;
      padding: 0px;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: none;
      border-radius: none;
      background: none; }
      .contacts_form .panel .panel-heading .spoiler-trigger {
        outline: none;
        position: relative;
        position: relative;
        outline: none;
        width: 100%;
        height: 64px;
        border: 1px solid #666565;
        padding-left: 34px;
        padding-right: 15px;
        font-size: 18px;
        color: #b2b2b2;
        background: #fff;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        text-align: left;
        font-weight: normal;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .contacts_form .panel .panel-heading .spoiler-trigger:hover:before {
          background-color: #000;
          background-image: url("../img/icon_plus_white.svg");
          color: #fff; }
        .contacts_form .panel .panel-heading .spoiler-trigger.active:before {
          content: "";
          padding-left: 0;
          padding-top: 4px;
          background-image: url("../img/icon_minus.svg"); }
        .contacts_form .panel .panel-heading .spoiler-trigger.active:hover:before {
          background-image: url("../img/icon_minus_white.svg"); }
        .contacts_form .panel .panel-heading .spoiler-trigger:before {
          content: "";
          display: block;
          width: 23px;
          height: 23px;
          border: 2px solid #000;
          text-align: center;
          font-weight: bold;
          font-size: 22px;
          line-height: 10px;
          padding-top: 5px;
          padding-left: 1px;
          color: #000;
          background-image: url("../img/icon_plus.svg");
          -webkit-background-size: auto;
          -o-background-size: auto;
          background-size: 14px 14px;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          top: 0px;
          bottom: 0px;
          right: 20px;
          margin: auto;
          -webkit-transition: 0s all;
          -moz-transition: 0s all;
          -ms-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all; }
  .contacts_form .checkbox_block {
    position: relative;
    width: 100%;
    padding-top: 20px; }
    .contacts_form .checkbox_block label {
      position: relative;
      display: block;
      width: auto;
      padding-left: 35px;
      margin-bottom: 10px; }
    .contacts_form .checkbox_block label:last-of-type {
      margin-bottom: 0px; }
    .contacts_form .checkbox_block input[type="checkbox"] {
      display: none; }
    .contacts_form .checkbox_block span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #B2B2B2;
      font-size: 18px;
      line-height: 32px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
      .contacts_form .checkbox_block span:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #666565;
        position: absolute;
        left: -34px;
        top: 4px; }
      .contacts_form .checkbox_block span:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -34px;
        top: 4px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: url("../img/check.png") no-repeat center center; }
    .contacts_form .checkbox_block input:checked + span {
      color: #000; }
      .contacts_form .checkbox_block input:checked + span:before {
        border-color: #000; }
      .contacts_form .checkbox_block input:checked + span:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .contacts_form textarea {
    position: relative;
    outline: none;
    width: 100%;
    height: 100px;
    border: 1px solid #666565;
    padding: 15px;
    padding-left: 34px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: none; }
  .contacts_form .last_label {
    position: relative;
    margin-bottom: 50px; }
  .contacts_form .submit_btn {
    position: relative;
    outline: none;
    max-width: 322px;
    width: 100%;
    height: 72px;
    background: #000;
    border: 2px solid #232e3d;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center; }
    .contacts_form .submit_btn:hover {
      background: none;
      color: #000; }

#map {
  position: relative;
  width: 100%;
  height: 490px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  #map:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  #map a {
    display: none; }

.spiker_section {
  position: relative;
  width: 100%; }
  .spiker_section .wrapper {
    position: relative;
    max-width: 780px; }
  .spiker_section .section_header {
    margin-bottom: 50px; }
  .spiker_section .second_title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    position: relative; }
  .spiker_section p {
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    margin-bottom: 40px; }

.spiker_form {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
  -moz-placeholder-color: #b2b2b2;
  -ms-input-placeholder-color: #b2b2b2; }
  .spiker_form:after {
    content: "";
    display: table;
    clear: both; }
  .spiker_form p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 18px; }
  .spiker_form label {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
  .spiker_form input[type="text"] {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: vertical; }
  .spiker_form input[type="number"] {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: vertical; }
  .spiker_form .with_plus {
    background: url("../img/plus.png") no-repeat;
    background-position: right 27px center; }
  .spiker_form .quantity_label {
    max-width: 390px; }
  .spiker_form .date_label {
    max-width: 390px; }
    .spiker_form .date_label input {
      position: relative;
      outline: none;
      width: 100%;
      height: 64px;
      border: 1px solid #666565;
      padding-left: 35px;
      padding-right: 15px;
      font-size: 18px;
      color: #000;
      font-weight: normal;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none !important;
      text-indent: 0.01px;
      text-overflow: "";
      background-image: url("../img/date_icon.svg");
      background-color: #FFF;
      background-position: right 20px center;
      background-repeat: no-repeat;
      display: inline-block !important;
      -webkit-background-size: 20px;
      -o-background-size: 20px;
      background-size: 20px;
      visibility: visible !important;
      padding-right: 60px; }
    .spiker_form .date_label input[type="date"]::-webkit-clear-button {
      display: none; }
    .spiker_form .date_label input[type="date"]::-webkit-inner-spin-button {
      display: none; }
    .spiker_form .date_label input[type="date"]::-webkit-calendar-picker-indicator {
      opacity: 0; }
  .spiker_form textarea {
    position: relative;
    outline: none;
    width: 100%;
    height: 64px;
    border: 1px solid #666565;
    padding: 18px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    resize: vertical; }
  .spiker_form ::-webkit-input-placeholder {
    color: #b2b2b2; }
  .spiker_form ::-moz-placeholder {
    color: #b2b2b2; }
  .spiker_form .checkbox_block {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
    .spiker_form .checkbox_block label {
      position: relative;
      display: block;
      width: auto;
      padding-left: 35px;
      margin-bottom: 10px; }
    .spiker_form .checkbox_block input[type="checkbox"] {
      display: none; }
    .spiker_form .checkbox_block span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #B2B2B2;
      font-size: 18px;
      line-height: 32px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
      .spiker_form .checkbox_block span:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #666565;
        position: absolute;
        left: -34px;
        top: 4px; }
      .spiker_form .checkbox_block span:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -34px;
        top: 4px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: url("../img/check.png") no-repeat center center; }
    .spiker_form .checkbox_block input:checked + span {
      color: #000; }
      .spiker_form .checkbox_block input:checked + span:before {
        border-color: #000; }
      .spiker_form .checkbox_block input:checked + span:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .spiker_form .file_input {
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
    padding-left: 42px; }
    .spiker_form .file_input input {
      display: none; }
    .spiker_form .file_input span {
      position: relative;
      cursor: pointer;
      padding-left: 0px;
      font-weight: 500;
      font-size: 18px;
      color: #000; }
      .spiker_form .file_input span:before {
        content: "";
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        border: none;
        top: 0px;
        left: -42px;
        background: url("../img/file_input.svg") no-repeat center center; }
      .spiker_form .file_input span i {
        font-weight: 500;
        font-style: normal;
        color: #000; }
    .spiker_form .file_input .active {
      color: #b2b2b2;
      font-weight: normal; }
  .spiker_form .personal_checkbox {
    position: relative;
    display: block;
    width: auto;
    padding-left: 35px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-bottom: 35px; }
    .spiker_form .personal_checkbox a {
      color: #000;
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid #000;
      line-height: 1.1; }
      .spiker_form .personal_checkbox a:hover {
        border-color: #fff; }
    .spiker_form .personal_checkbox input[type="checkbox"] {
      display: none; }
    .spiker_form .personal_checkbox span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #B2B2B2;
      font-size: 18px;
      line-height: 1.1;
      padding-top: 6px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
      .spiker_form .personal_checkbox span:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #666565;
        position: absolute;
        left: -34px;
        top: 4px; }
      .spiker_form .personal_checkbox span:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -34px;
        top: 4px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: url("../img/check.png") no-repeat center center; }
    .spiker_form .personal_checkbox input:checked + span {
      color: #000; }
      .spiker_form .personal_checkbox input:checked + span:before {
        border-color: #000; }
      .spiker_form .personal_checkbox input:checked + span:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .spiker_form .submit_btn {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    height: 72px;
    text-align: center;
    border: 2px solid #000;
    background: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 22px 15px;
    color: #FFF; }
    .spiker_form .submit_btn:hover {
      background: #fff;
      color: #000; }
    .spiker_form .submit_btn:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.talant_section {
  position: relative;
  width: 100%;
  max-width: 1824px;
  margin: 0 auto;
  background: url("../img/talant_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 140px;
  padding-top: 5px; }
  .talant_section .section_header {
    padding-top: 100px; }
  .talant_section .page_title {
    color: #FFF; }
  .talant_section p {
    color: #FFF;
    font-size: 18px;
    line-height: 32px; }

.talent_list_section {
  position: relative;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 90px; }
  .talent_list_section .container {
    position: relative; }
    .talent_list_section .container:before {
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -1px; }
  .talent_list_section .col {
    position: relative;
    float: left;
    width: 50%; }
  .talent_list_section .col:first-of-type .panel {
    padding-right: 1px;
    border-right: none; }
  .talent_list_section .col:last-of-type .panel {
    padding-left: 1px;
    border-left: none; }
  .talent_list_section .panel {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    margin: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none;
    line-height: 0;
    border: 2px solid #000000; }
    .talent_list_section .panel .panel-heading {
      position: relative;
      width: 100%;
      padding: 0px;
      margin: 0px;
      background: none;
      line-height: 0; }
    .talent_list_section .panel .btn {
      position: relative;
      padding: 60px;
      border: none;
      background: none;
      display: block;
      width: 100%;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background: none;
      text-align: left;
      font-weight: 500;
      font-size: 32px;
      color: #000;
      outline: none;
      letter-spacing: 0.05em; }
      .talent_list_section .panel .btn:hover:before {
        background-color: #000;
        background-image: url("../img/icon_plus_white.svg");
        color: #fff; }
      .talent_list_section .panel .btn.active:before {
        content: "";
        padding-left: 0;
        padding-top: 4px;
        background-image: url("../img/icon_minus.svg"); }
      .talent_list_section .panel .btn.active:hover:before {
        background-image: url("../img/icon_minus_white.svg"); }
      .talent_list_section .panel .btn:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        border: 2px solid #000;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        line-height: 10px;
        padding-top: 5px;
        padding-left: 1px;
        color: #000;
        background-image: url("../img/icon_plus.svg");
        -webkit-background-size: auto;
        -o-background-size: auto;
        background-size: 14px 14px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 60px;
        margin: auto;
        -webkit-transition: 0s all;
        -moz-transition: 0s all;
        -ms-transition: 0s all;
        -o-transition: 0s all;
        transition: 0s all; }
    .talent_list_section .panel .panel-collapse {
      position: relative;
      border-top: 2px solid #000; }
      .talent_list_section .panel .panel-collapse p {
        font-size: 18px;
        line-height: 32px;
        color: #000; }
  .talent_list_section .panel + .panel {
    border-top: none; }

.main_header .header_nav_block .choose_lang .jq-selectbox__select {
  line-height: 1.3; }

.main_header .header_nav_block .choose_lang {
  margin-top: -5px; }
  .main_header .header_nav_block .choose_lang:before {
    top: 0px; }

.visual__scrolling {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 17px;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-in-ou;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  cursor: pointer; }
  .visual__scrolling:before {
    color: #000;
    display: inline-block;
    font-size: 30px;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-animation: scrollingMouse 2s infinite;
    -moz-animation: scrollingMouse 2s infinite;
    -o-animation: scrollingMouse 2s infinite;
    -ms-animation: scrollingMouse 2s infinite;
    animation: scrollingMouse 2s infinite; }

@-moz-keyframes scrollingMouse {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes scrollingMouse {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }
@-o-keyframes scrollingMouse {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes scrollingMouse {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }
.services .big_margin {
  margin-bottom: 95px; }

.steps_swiper:before {
  display: none; }

.main_page_portfolio .wrapper .item .item_title:hover {
  color: gray;
  text-shadow: none; }

.callback_section .to_brif {
  top: 15px; }

.callback_section p:before {
  top: 15px; }

.services .item_right .img_col {
  text-align: right; }

.services_nav_section .nav_wrapper .nav_list li a {
  font-weight: 500; }

.services_nav_section .nav_wrapper .nav_list .panel .panel-heading .spoiler-trigger {
  font-weight: 500; }

.questions_section .panel .panel-heading .spoiler-trigger:before {
  padding-top: 5px;
  line-height: 10px;
  padding-left: 2px; }

.services .item_right .right_2_img {
  width: 46%; }



.fancybox-container .fancybox-image {
  object-fit: cover;
  object-position: center center; }

.main_header.fixed_header .header_nav_block {
  padding-top: 3px; }

.main_header .header_nav_block .choose_lang .jq-selectbox__dropdown {
  margin-top: 3px;
  line-height: 1.6; }

.main_header .header_nav_block .choose_lang .jq-selectbox__dropdown .sel {
  display: none; }

.services .section_title:after {
  top: 17px; }

.main_footer .block_title {
  font-weight: 500; }

.politic_section {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px; }
  .politic_section .section_header {
    margin-bottom: 40px; }
  .politic_section .section_title {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 0px; }
  .politic_section p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px; }
  .politic_section .wrap {
    position: relative;
    width: 100%;
    max-width: 1000px; }

.questions_section .question_title {
  font-weight: 500; }

.services .item_right .text_col {
  float: left; }

.services_item_section .container {
  position: relative; }
.services_item_section .brand_img {
  right: auto;
  left: 66.666%;
  top: -75px;
  width: 65%; }

.service_item_2 .page_title {
  margin-left: -3px; }
.service_item_2 .second_title_block {
  padding-top: 70px; }
  .service_item_2 .second_title_block p {
    max-width: 580px; }
.service_item_2 .block_1 {
  margin-top: 60px;
  margin-bottom: 60px; }
  .service_item_2 .block_1 img {
    margin-top: 15px; }
  .service_item_2 .block_1 .text_block p {
    margin-bottom: 40px; }
  .service_item_2 .block_1 blockquote {
    position: relative;
    z-index: 1;
    float: right;
    width: 390px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #000; }
    .service_item_2 .block_1 blockquote:before {
      content: "“";
      font-size: 200px;
      color: #E8E8E8;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      top: -45px;
      left: -69px;
      font-style: italic; }
    .service_item_2 .block_1 blockquote:after {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background: #000;
      position: absolute;
      left: -75px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
.service_item_2 .block_2 {
  margin-bottom: 60px; }
  .service_item_2 .block_2 .text_block {
    min-height: 460px; }
  .service_item_2 .block_2 img {
    height: auto; }
.service_item_2 .block_4 blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 35px; }
  .service_item_2 .block_4 blockquote:before {
    top: -45px;
    left: -69px; }

.service_slider_block .slider_block .to_portfolio:hover {
  text-shadow: none; }

.service_item_3 .page_title {
  margin-left: -3px; }
.service_item_3 .second_title_block {
  padding-top: 60px; }
  .service_item_3 .second_title_block p {
    max-width: 680px; }
.service_item_3 .block_1 {
  margin-bottom: 60px; }
  .service_item_3 .block_1 img {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto; }
  .service_item_3 .block_1 .text_block {
    width: 66.7%;
    min-height: 427px; }
    .service_item_3 .block_1 .text_block .block_title {
      margin-left: -2px; }
      .service_item_3 .block_1 .text_block .block_title:before {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 25px;
        left: -65px; }
      .service_item_3 .block_1 .text_block .block_title:after {
        content: "";
        display: block;
        width: 187px;
        height: 2px;
        background: #000;
        position: absolute;
        bottom: 21px;
        right: 0px; }
    .service_item_3 .block_1 .text_block p {
      position: relative;
      z-index: 2;
      max-width: 590px; }
      .service_item_3 .block_1 .text_block p:before {
        display: none; }
      .service_item_3 .block_1 .text_block p:after {
        content: "”";
        color: #E9E9E9;
        font-size: 300px;
        line-height: 0.9;
        position: absolute;
        z-index: -1;
        right: -140px;
        height: 100px;
        top: auto;
        bottom: -10px; }
.service_item_3 .block_4 blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 35px; }
  .service_item_3 .block_4 blockquote:before {
    top: -45px;
    left: -69px; }

.service_item_4 .second_title_block {
  padding-top: 120px; }
  .service_item_4 .second_title_block .second_title {
    margin-left: -2px; }
.service_item_4 .block_1 {
  margin-top: 60px;
  margin-bottom: 60px; }
  .service_item_4 .block_1 .text_block {
    min-height: 460px; }
  .service_item_4 .block_1 img {
    height: auto;
    margin-top: 5px; }
.service_item_4 .block_2 {
  position: relative;
  width: 100%;
  margin-bottom: 60px; }
  .service_item_4 .block_2 .block_title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-left: 390px;
    position: relative;
    margin-bottom: 30px; }
    .service_item_4 .block_2 .block_title:before {
      content: "";
      display: block;
      width: 370px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0px;
      top: 25px; }
    .service_item_4 .block_2 .block_title:after {
      content: "";
      display: block;
      width: 225px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 25px; }
  .service_item_4 .block_2 p {
    padding-left: 390px;
    padding-right: 200px;
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 1; }
    .service_item_4 .block_2 p:after {
      content: "”";
      color: #E9E9E9;
      font-size: 300px;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      right: 20px;
      height: 100px;
      bottom: -10px; }
.service_item_4 .block_3 {
  margin-bottom: 50px; }
  .service_item_4 .block_3 .wrap {
    position: relative;
    z-index: 1; }
  .service_item_4 .block_3 .block_title {
    position: relative;
    margin-bottom: 50px;
    margin-left: -1px; }
    .service_item_4 .block_3 .block_title:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      left: 0px;
      bottom: -68px; }
    .service_item_4 .block_3 .block_title:after {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: 336px;
      top: 80px; }
  .service_item_4 .block_3 p {
    padding-left: 390px;
    position: relative; }
    .service_item_4 .block_3 p:after {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: 0px;
      bottom: -36px; }
.service_item_4 .block_2_2 {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  .service_item_4 .block_2_2 .block_title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-left: 388px;
    position: relative;
    margin-bottom: 30px; }
    .service_item_4 .block_2_2 .block_title:before {
      content: "";
      display: block;
      width: 370px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0px;
      top: 25px; }
    .service_item_4 .block_2_2 .block_title:after {
      content: "";
      display: block;
      width: 144px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 25px; }
.service_item_4 .block_4 blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 35px; }
  .service_item_4 .block_4 blockquote:before {
    top: -45px;
    left: -69px; }

.for_slider {
  position: relative;
  width: 96%;
  padding-top: 0px;
  padding-bottom: 60px;
  background: #121212;
  overflow: hidden;
  margin: 0 auto;
  color: #FFF; }
  .for_slider:before {
    content: "";
    display: block;
    width: 400px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(right, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: -webkit-linear-gradient(right, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: linear-gradient(to left, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%); }
  .for_slider:after {
    content: "";
    display: block;
    width: 400px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: -webkit-linear-gradient(left, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%);
    background: linear-gradient(to right, transparent 20%, rgba(18, 18, 18, 0.94) 67%, #121212 71%); }
  .for_slider .lines_container .line {
    background: #424242; }
  .for_slider .wrap {
    position: relative;
    width: 100%;
    padding-left: 390px;
    padding-right: 95px; }
  .for_slider .block_title {
    position: relative;
    font-weight: 500;
    color: #FFF;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px; }
  .for_slider p {
    font-size: 18px;
    line-height: 30px;
    color: #FFF; }

.steps_section_2 .steps_swiper .swiper-slide {
  min-height: 210px; }

.balls_item {
  position: relative;
  width: 100%;
  padding-left: 200px; }
  .balls_item .inner {
    position: relative;
    width: 100%;
    min-height: 540px;
    padding-bottom: 140px;
    padding-left: 190px; }
    .balls_item .inner:after {
      content: "";
      display: table;
      clear: both; }
    .balls_item .inner:before {
      content: "";
      display: block;
      width: 220px;
      height: 10px;
      position: absolute;
      z-index: 2;
      left: 0px;
      top: 0px;
      background: #000; }
  .balls_item .year {
    position: absolute;
    top: -60px;
    left: 0px;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.04em;
    padding-top: 0px;
    color: #000; }
  .balls_item .lines {
    position: absolute;
    top: -15px;
    left: 85px;
    width: 43px;
    height: 100%;
    background: linear-gradient(#e5e5e5 13%, #fff 13%);
    background-size: 100% 57px; }
    .balls_item .lines:before {
      content: "";
      display: block;
      width: 100%;
      height: 30px;
      background: #FFF;
      position: absolute;
      top: 0px;
      left: 0px; }
  .balls_item p {
    padding-top: 30px;
    font-size: 18px;
    line-height: 32px;
    max-width: 370px;
    color: #666565; }
  .balls_item .number {
    position: relative;
    line-height: 0.9;
    font-weight: 500;
    font-size: 48px;
    color: #000;
    letter-spacing: -0.05em;
    margin-top: -15px; }
    .balls_item .number span {
      display: block;
      font-size: 300px;
      position: relative;
      left: -28px; }

.balls_block {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 390px;
  height: 382px; }
  .balls_block .mid_ball {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 364px;
    height: 364px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .balls_block .left_top_ball {
    position: absolute;
    top: 0px;
    left: 66px;
    width: 109px;
    height: 109px;
    background: #E6E6E6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .left_top_ball p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      padding-top: 40px;
      position: relative; }
      .balls_block .left_top_ball p:before {
        content: "";
        display: block;
        width: 18px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -10px;
        margin: auto; }
  .balls_block .mid_black_ball {
    position: absolute;
    z-index: 3;
    top: 54px;
    right: 64px;
    width: 244px;
    height: 244px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .mid_black_ball p {
      font-weight: 500;
      font-size: 20px;
      line-height: 1;
      color: #fff;
      padding-top: 95px;
      position: relative; }
      .balls_block .mid_black_ball p:before {
        content: "";
        display: block;
        width: 25px;
        height: 6px;
        background: #fff;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -20px;
        margin: auto; }
  .balls_block .right_bottom_ball {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0px;
    width: 170px;
    height: 170px;
    background: #666666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .right_bottom_ball.gray {
      background: #b3b3b3; }
    .balls_block .right_bottom_ball p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      padding-top: 80px;
      position: relative; }
      .balls_block .right_bottom_ball p:before {
        content: "";
        display: block;
        width: 18px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -10px;
        margin: auto; }
  .balls_block .left_bottom_ball {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    width: 170px;
    height: 170px;
    background: #666666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .left_bottom_ball.gray {
      background: #b3b3b3; }
    .balls_block .left_bottom_ball p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      padding-top: 80px;
      position: relative; }
      .balls_block .left_bottom_ball p:before {
        content: "";
        display: block;
        width: 18px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -10px;
        margin: auto; }
  .balls_block .right_top_ball {
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 0px;
    width: 170px;
    height: 170px;
    background: #666666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .right_top_ball.gray {
      background: #b3b3b3; }
    .balls_block .right_top_ball p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      padding-top: 80px;
      position: relative; }
      .balls_block .right_top_ball p:before {
        content: "";
        display: block;
        width: 18px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -10px;
        margin: auto; }
  .balls_block .small_left {
    position: absolute;
    z-index: 2;
    bottom: 59px;
    left: 55px;
    width: 23px;
    height: 23px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .small_left.bottom_left {
      bottom: -18px;
      left: -2px; }
  .balls_block .small_right {
    position: absolute;
    z-index: 2;
    top: 35px;
    right: 58px;
    width: 23px;
    height: 23px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .balls_block .small_right.top_right {
      top: -54px;
      right: -10px; }
    .balls_block .small_right:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: -18px;
      left: 27px;
      width: 11px;
      height: 11px;
      background: #000;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center; }

.balls_item_1 .number span {
  left: -13px; }

.balls_item_3 .lines:after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 29%, white 50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 29%, white 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 29%, white 50%); }
.balls_item_3 .number {
  font-size: 140px;
  line-height: 0.7;
  margin-top: 40px;
  left: -5px; }
.balls_item_3 .mid_black_ball p {
  line-height: 32px;
  padding-top: 88px; }

.service_item_5 .page_title {
  margin-left: -3px; }
.service_item_5 .second_title_block .second_title {
  margin-bottom: 90px; }
.service_item_5 .block_1 .text_block p {
  margin-bottom: 40px; }
.service_item_5 .block_1 blockquote {
  position: relative;
  z-index: 1;
  float: right;
  width: 390px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #000; }
  .service_item_5 .block_1 blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }
  .service_item_5 .block_1 blockquote:after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background: #000;
    position: absolute;
    left: -75px;
    top: 0px;
    bottom: 0px;
    margin: auto; }
.service_item_5 .block_2 .block_title {
  margin-left: -2px; }
  .service_item_5 .block_2 .block_title:after {
    width: 255px; }
  .service_item_5 .block_2 .block_title:before {
    left: 2px; }
.service_item_5 .block_3 img {
  position: relative;
  right: -80px;
  left: auto;
  float: right;
  width: 50%;
  height: 562px;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
.service_item_5 .block_3 .text_block {
  position: relative;
  float: left;
  min-height: 562px;
  width: 50%;
  display: table; }
  .service_item_5 .block_3 .text_block .inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 0px; }
  .service_item_5 .block_3 .text_block .block_title:before, .service_item_5 .block_3 .text_block .block_title:after {
    display: none; }
  .service_item_5 .block_3 .text_block p {
    padding-left: 0px; }
    .service_item_5 .block_3 .text_block p:after {
      display: none; }
.service_item_5 .service_slider_block .text_block {
  padding-top: 80px; }
.service_item_5 .block_4 blockquote:after {
  bottom: 0px;
  top: 0px;
  margin: auto; }

.portfolio_item_section .text_blocks .block_title {
  margin-left: -2px; }

.service_item_6 .second_title_block {
  padding-top: 60px;
  min-height: 435px; }
.service_item_6 .block_1 img {
  margin-top: 0px; }
.service_item_6 .block_1 .text_block p {
  margin-bottom: 40px; }
.service_item_6 .block_1 blockquote {
  position: relative;
  z-index: 1;
  float: right;
  width: 390px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #000; }
  .service_item_6 .block_1 blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }
  .service_item_6 .block_1 blockquote:after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background: #000;
    position: absolute;
    left: -75px;
    top: 0px;
    bottom: 0px;
    margin: auto; }
.service_item_6 .block_3 {
  padding-top: 40px;
  margin-bottom: 60px; }
.service_item_6 .block_4 blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 35px; }
  .service_item_6 .block_4 blockquote:before {
    top: -45px;
    left: -69px; }

.service_item_7 .second_title_block {
  padding-bottom: 0px;
  position: relative; }
.service_item_7 .block_2 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px; }
  .service_item_7 .block_2 .block_title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-left: 390px;
    position: relative;
    margin-bottom: 30px; }
    .service_item_7 .block_2 .block_title:before {
      content: "";
      display: block;
      width: 370px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0px;
      top: 25px; }
    .service_item_7 .block_2 .block_title:after {
      content: "";
      display: block;
      width: 225px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 25px; }
  .service_item_7 .block_2 p {
    padding-left: 390px;
    padding-right: 200px;
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 1; }
    .service_item_7 .block_2 p:after {
      content: "”";
      color: #E9E9E9;
      font-size: 300px;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      right: 20px;
      height: 100px;
      bottom: -10px; }

.steps_section.with_title_info .section_title {
  margin-bottom: 30px; }
.steps_section.with_title_info .title_info {
  position: relative;
  z-index: 5;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 60px;
  max-width: 760px; }
.steps_section.with_title_info .steps_swiper .swiper-slide {
  min-height: 280px; }

.service_item_8 .second_title_block {
  max-width: 65%;
  padding-bottom: 25px; }
  .service_item_8 .second_title_block p {
    max-width: 700px; }
.service_item_8 .block_4 .right_block {
  width: 66.7%; }
  .service_item_8 .block_4 .right_block:after {
    content: "";
    display: table;
    clear: both; }
  .service_item_8 .block_4 .right_block blockquote {
    float: left;
    width: 380px; }
  .service_item_8 .block_4 .right_block .to_brif {
    float: right;
    margin-top: 12px; }

.service_item_9 .second_title_block {
  padding-bottom: 0px;
  position: relative; }
.service_item_9 .block_2 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px; }
  .service_item_9 .block_2 .block_title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-left: 390px;
    position: relative;
    margin-bottom: 30px;
    margin-left: -2px; }
    .service_item_9 .block_2 .block_title:before {
      content: "";
      display: block;
      width: 370px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 2px;
      top: 25px; }
    .service_item_9 .block_2 .block_title:after {
      content: "";
      display: block;
      width: 308px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 25px; }
  .service_item_9 .block_2 p {
    padding-left: 390px;
    padding-right: 180px;
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 1; }
    .service_item_9 .block_2 p:after {
      content: "”";
      color: #E9E9E9;
      font-size: 300px;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      right: 20px;
      height: 100px;
      bottom: -10px; }

.steps_section.with_title_info_2 .title_info {
  max-width: 1000px;
  font-size: 24px;
  line-height: 36px; }

.service_item_9 .block_4 blockquote:after {
  bottom: 45px; }

.basic_views {
  position: relative;
  width: 100%; }
  .basic_views .block_3 {
    margin-bottom: 90px; }
    .basic_views .block_3 .wrap {
      position: relative;
      z-index: 1; }
    .basic_views .block_3 .block_title {
      position: relative;
      margin-bottom: 50px;
      margin-left: -1px; }
      .basic_views .block_3 .block_title:before {
        content: "";
        display: block;
        width: 54px;
        height: 10px;
        background: #000;
        position: absolute;
        left: 0px;
        bottom: -68px; }
      .basic_views .block_3 .block_title:after {
        content: "";
        display: block;
        width: 54px;
        height: 10px;
        background: #000;
        position: absolute;
        right: 336px;
        top: 80px; }
    .basic_views .block_3 p {
      padding-left: 390px;
      position: relative; }
      .basic_views .block_3 p:after {
        content: "";
        display: block;
        width: 54px;
        height: 10px;
        background: #000;
        position: absolute;
        right: 0px;
        bottom: -36px; }
  .basic_views .item {
    position: relative;
    width: 100%;
    margin-bottom: 70px; }
    .basic_views .item:after {
      content: "";
      display: table;
      clear: both; }
    .basic_views .item img {
      position: relative;
      float: left;
      width: auto;
      max-width: 55%; }
    .basic_views .item .text_block {
      position: relative;
      float: right;
      min-height: 488px;
      width: 33.333%;
      display: table; }
      .basic_views .item .text_block .inner {
        display: table-cell;
        vertical-align: middle; }
      .basic_views .item .text_block .block_title {
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        color: #000;
        margin-bottom: 35px; }
      .basic_views .item .text_block p {
        position: relative;
        font-size: 18px;
        line-height: 32px;
        color: #666565;
        margin-bottom: 30px; }
        .basic_views .item .text_block p:before {
          content: "";
          display: block;
          width: 58px;
          height: 2px;
          background: #000;
          position: absolute;
          top: 16px;
          left: -80px; }
      .basic_views .item .text_block .detail {
        position: relative;
        display: block;
        vertical-align: top;
        max-width: 290px;
        width: 100%;
        height: 64px;
        border: 2px solid #000;
        background: #FFF;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        padding: 18px 15px; }
        .basic_views .item .text_block .detail:hover {
          background: #000;
          color: #FFF; }
        .basic_views .item .text_block .detail:active {
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
  .basic_views .right_img img {
    float: right;
    right: -75px; }
  .basic_views .right_img .text_block {
    min-height: 430px;
    max-width: 40%;
    width: 100%;
    float: left; }
    .basic_views .right_img .text_block p:before {
      display: none; }
  .basic_views blockquote {
    position: relative;
    z-index: 2;
    margin-left: 33.333%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-bottom: 60px; }
    .basic_views blockquote:before {
      content: "“";
      font-size: 200px;
      color: #E8E8E8;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      top: -45px;
      left: -69px;
      font-style: italic; }

.service_item_10 .second_title_block {
  padding-top: 30px; }
  .service_item_10 .second_title_block .second_title {
    margin-bottom: 20px; }
  .service_item_10 .second_title_block p {
    max-width: 700px; }
.service_item_10 .block_2 .text_block {
  min-height: 550px; }
.service_item_10 .block_2 img {
  max-width: 50%;
  width: auto; }

.service_item_12 .second_title_block {
  min-height: 437px;
  padding-bottom: 0;
  padding-top: 45px; }
.service_item_12 .block_1 .text_block p {
  margin-bottom: 0px; }
.service_item_12 .block_2 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px; }
  .service_item_12 .block_2 img {
    margin-top: 0px; }
  .service_item_12 .block_2 .block_title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-left: 390px;
    position: relative;
    margin-bottom: 30px;
    margin-left: -2px; }
    .service_item_12 .block_2 .block_title:before {
      content: "";
      display: block;
      width: 370px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 2px;
      top: 25px; }
    .service_item_12 .block_2 .block_title:after {
      content: "";
      display: block;
      width: 210px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 25px; }
  .service_item_12 .block_2 p {
    padding-left: 390px;
    padding-right: 180px;
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 1; }
    .service_item_12 .block_2 p:after {
      content: "”";
      color: #E9E9E9;
      font-size: 300px;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      right: 20px;
      height: 100px;
      bottom: -10px; }
.service_item_12 .block_4 .block_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 30px; }

.service_item_11 .second_title_block {
  min-height: 460px;
  padding-bottom: 25px;
  padding-top: 45px; }
.service_item_11 .block_3 {
  margin-bottom: 90px; }
  .service_item_11 .block_3 .wrap {
    position: relative;
    z-index: 1; }
  .service_item_11 .block_3 .block_title {
    position: relative;
    margin-bottom: 50px;
    margin-left: -1px; }
    .service_item_11 .block_3 .block_title:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      left: 0px;
      bottom: -68px; }
    .service_item_11 .block_3 .block_title:after {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: 336px;
      top: 80px; }
  .service_item_11 .block_3 p {
    padding-left: 390px;
    position: relative; }
    .service_item_11 .block_3 p:after {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      right: 0px;
      bottom: -36px; }

.services_item_section .block_4 {
  padding-top: 60px;
  padding-bottom: 60px; }

.shops_info {
  position: relative;
  width: 100%; }
  .shops_info:after {
    content: "";
    display: table;
    clear: both; }
  .shops_info .col {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    .shops_info .col:after {
      content: "";
      display: table;
      clear: both; }
  .shops_info .item {
    position: relative;
    float: left;
    width: 33.333%;
    padding-top: 30px;
    padding-right: 40px; }
    .shops_info .item:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #000;
      position: absolute;
      top: 0px;
      left: 0px; }
    .shops_info .item p {
      font-size: 18px;
      line-height: 32px;
      color: #000; }

.service_item_13 .second_title_block {
  padding-top: 70px; }
.service_item_13 .block_1 img {
  margin-top: 0px; }
.service_item_13 .block_1 .text_block p {
  margin-bottom: 0px; }
.service_item_13 .block_4 .block_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 30px; }

.shops_info blockquote {
  margin-left: 33.333%;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 60px;
  max-width: 620px; }
  .shops_info blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.black_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 96%;
  background: #121212;
  padding-top: 60px;
  padding-bottom: 30px;
  margin: 0 auto; }
  .black_block:before {
    content: "";
    display: block;
    width: 54px;
    height: 10px;
    background: #FFF;
    position: absolute;
    top: 110px;
    left: 30px; }
  .black_block .lines_container .line {
    background: #424242; }
  .black_block .block_title {
    position: relative;
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #FFF;
    max-width: 1100px;
    margin-left: -1px; }
    .black_block .block_title:before {
      content: "";
      display: block;
      width: 54px;
      height: 10px;
      background: #FFF;
      position: absolute;
      bottom: 10px;
      right: -90px; }
  .black_block .shops_info .item:before {
    background: #FFF; }
  .black_block .shops_info .item p {
    color: #FFF; }
  .black_block .shops_info .long_item {
    padding-right: 20px; }

.service_item_14 .block_1 .text_block p {
  margin-bottom: 40px; }
.service_item_14 .block_0 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px; }
  .service_item_14 .block_0 .block_title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-left: 390px;
    position: relative;
    margin-bottom: 30px;
    margin-left: -2px; }
    .service_item_14 .block_0 .block_title:before {
      content: "";
      display: block;
      width: 370px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 2px;
      top: 25px; }
    .service_item_14 .block_0 .block_title:after {
      content: "";
      display: block;
      width: 275px;
      height: 2px;
      background: #000;
      position: absolute;
      right: 0px;
      top: 78px; }
  .service_item_14 .block_0 p {
    padding-left: 390px;
    padding-right: 180px;
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 1; }
    .service_item_14 .block_0 p:after {
      content: "”";
      color: #E9E9E9;
      font-size: 300px;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      right: 20px;
      height: 100px;
      bottom: -10px; }
.service_item_14 .block_0_2 .block_title:after {
  width: 455px; }

.service_item_8 .block_4 .right_block blockquote {
  margin-bottom: 20px; }

.service_item_15 .second_title_block {
  padding-bottom: 20px;
  min-height: 435px; }
.service_item_15 .block_1 img {
  max-width: 597px;
  height: 638px;
  margin-top: 0px; }
.service_item_15 .block_1 .text_block {
  min-height: 638px; }
  .service_item_15 .block_1 .text_block p {
    margin-bottom: 40px; }
.service_item_15 .block_2 img {
  max-width: 550px; }
.service_item_15 .block_2 .text_block {
  max-width: 60%; }
.service_item_15 .block_1_1 img {
  height: 500px; }
.service_item_15 .block_1_1 .text_block {
  min-height: 500px; }
  .service_item_15 .block_1_1 .text_block p {
    margin-bottom: 0px; }
.service_item_15 .block_7 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .service_item_15 .block_7 blockquote {
    margin-left: 33.333%;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    max-width: 620px; }
    .service_item_15 .block_7 blockquote:before {
      content: "“";
      font-size: 200px;
      color: #E8E8E8;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      top: -45px;
      left: -69px;
      font-style: italic; }
.service_item_15 .block_4 {
  margin-top: 20px; }
  .service_item_15 .block_4 .right_block {
    width: 66.7%; }
    .service_item_15 .block_4 .right_block:after {
      content: "";
      display: table;
      clear: both; }
    .service_item_15 .block_4 .right_block blockquote {
      float: left;
      width: 380px;
      margin-bottom: 20px; }
    .service_item_15 .block_4 .right_block .to_brif {
      float: right;
      margin-top: 12px; }

.black_block .one_p {
  position: relative;
  padding-left: 33.333%;
  color: #FFF;
  margin-bottom: 30px; }
  .black_block .one_p:before {
    content: "";
    display: block;
    width: 54px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0px; }

.service_item_16 .second_title_block {
  padding-top: 50px; }
.service_item_16 .block_2 .block_title:after {
  top: 77px;
  width: 165px; }
.service_item_16 .block_4 .block_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 30px; }
.service_item_16 .block_2 {
  padding-top: 50px;
  margin-bottom: 60px; }
  .service_item_16 .block_2 .text_block p {
    margin-bottom: 40px; }
  .service_item_16 .block_2 blockquote {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    max-width: 620px; }
    .service_item_16 .block_2 blockquote:before {
      content: "“";
      font-size: 200px;
      color: #E8E8E8;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      top: -45px;
      left: -69px;
      font-style: italic; }
    .service_item_16 .block_2 blockquote:after {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: -80px;
      margin: auto; }

.service_item_17 .page_title {
  max-width: 100%; }
.service_item_17 .second_title_block {
  padding-top: 30px;
  padding-bottom: 10px; }
.service_item_17 .block_1 img {
  height: 500px; }
.service_item_17 .block_1 .text_block {
  min-height: 500px; }
  .service_item_17 .block_1 .text_block p {
    margin-bottom: 0px; }
.service_item_17 .block_2 {
  margin-bottom: 60px; }
  .service_item_17 .block_2 .text_block p {
    margin-bottom: 40px; }
  .service_item_17 .block_2 blockquote {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    max-width: 620px; }
    .service_item_17 .block_2 blockquote:before {
      content: "“";
      font-size: 200px;
      color: #E8E8E8;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      top: -45px;
      left: -69px;
      font-style: italic; }
    .service_item_17 .block_2 blockquote:after {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: -80px;
      margin: auto; }
.service_item_17 .block_4 .right_block {
  width: 390px; }
  .service_item_17 .block_4 .right_block blockquote {
    float: none;
    width: 100%; }
  .service_item_17 .block_4 .right_block .to_brif {
    float: none; }

.service_slider_block .slider_block .to_portfolio:hover {
  color: gray; }

.service_item_15 .block_1 img {
  max-width: 620px;
  width: auto; }

.steps_section_logo .no_steps_swiper .item:last-of-type {
  margin-bottom: 100px; }

.services_nav_section .nav_wrapper .nav_list .panel .panel-heading {
  display: inline-block;
  vertical-align: top; }
  .services_nav_section .nav_wrapper .nav_list .panel .panel-heading .hidden_link {
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 60px; }

.services_item_section .block_3 .block_title.with_line:before {
  content: "";
  display: block;
  width: 390px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0px;
  bottom: 20px; }

.services_item_1 .block_3 blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 50px; }
  .services_item_1 .block_3 blockquote:before {
    top: -45px;
    left: -69px; }
.services_item_1 .block_4 blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 50px;
  padding-right: 20px; }
  .services_item_1 .block_4 blockquote:before {
    top: -45px;
    left: -69px; }

.services_item_section .brand_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2; }

.services_item_section .block_4 blockquote:before {
  display: none !important; }

.service_item_3 .block_1 .text_block p:after {
  display: none; }

.service_item_4 .block_2 p:after {
  display: none; }

.service_item_12 .block_2 p:after {
  display: none; }

.service_item_14 .block_0 p:after {
  display: none; }

.service_item_7 .block_2 .block_title {
  margin-left: -1px; }
  .service_item_7 .block_2 .block_title:before {
    left: 1px; }
  .service_item_7 .block_2 .block_title:after {
    width: 233px; }

.service_item_7 .page_title {
  margin-left: -1px; }
.service_item_7 .block_2.quote p {
  font-weight: 500;
  width: auto;
  padding-left: 0px;
  margin-left: 390px;
  color: #000; }
  .service_item_7 .block_2.quote p:before {
    content: "“";
    display: block;
    right: auto;
    bottom: auto;
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.steps_section_var_3 {
  padding-bottom: 75px; }
  .steps_section_var_3 .steps-swiper-pagination {
    top: 165px; }
  .steps_section_var_3 .steps_swiper .swiper-slide {
    min-height: 250px; }

.service_item_16 .block_2 .block_title:after {
  top: 77px;
  width: 165px; }

.steps_section_16 .steps-swiper-pagination {
  top: 300px; }

.service_item_11 .second_title_block .second_title {
  margin-left: -2px; }

.white_for_slider {
  background: none;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0px;
  padding-top: 60px;
  color: #000; }
  .white_for_slider:before {
    display: none; }
  .white_for_slider:after {
    display: none; }
  .white_for_slider .block_title {
    color: #000;
    margin-left: -1px; }
  .white_for_slider p {
    color: #000; }

.balls_item .number .letter_space {
  letter-spacing: -0.08em; }

.service_item_4 .block_2 p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  position: relative;
  padding-left: 0px;
  margin-left: 390px;
  margin-top: 55px; }
  .service_item_4 .block_2 p:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.services_item_section .block_4 p span {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 27px; }
  .services_item_section .block_4 p span:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.services_item_section .brand_img img {
  display: block; }
.services_item_section .brand_img .second_img {
  display: none; }

.services_item_section .block_4 blockquote:after {
  top: 17px !important;
  bottom: auto !important; }

.services_item_1 .block_3 blockquote, .services_item_section .block_3 blockquote:after, .service_item_2 .block_1 blockquote:after, .service_item_5 .block_1 blockquote:after, .service_item_6 .block_1 blockquote:after, .service_item_16 .block_2 blockquote:after, .service_item_17 .block_2 blockquote:after {
  top: 17px !important;
  bottom: auto !important; }

.services_item_section .second_title_block {
  padding-top: 45px; }
  .services_item_section .second_title_block .second_title {
    margin-bottom: 40px; }

.services_item_1 .block_4 blockquote {
  margin-top: 0px; }

.services_item_section .block_4_4 {
  padding-top: 0px; }
  .services_item_section .block_4_4 p {
    width: 700px; }

.service_item_6 .block_1 blockquote.no_line:after {
  display: none; }

blockquote.no_line:after {
  display: none !important; }

.steps_section_8 .steps-swiper-pagination {
  top: 167px; }

.shops_info_small_padding .item {
  padding-right: 30px; }

.service_item_15 .block_1 blockquote {
  float: none;
  margin-top: 30px;
  margin-bottom: 30px; }

.steps_section {
  min-width: 1170px; }

.black_block {
  min-width: 1170px; }
  .black_block .lines_container {
    position: absolute; }
    .black_block .lines_container .line {
      background: #424242; }
  .black_block .block_title {
    max-width: 100%; }
    .black_block .block_title:before {
      right: 0px; }

.steps_section_16 .section_title {
  margin-bottom: 60px; }
.steps_section_16 .steps-swiper-pagination {
  top: 110px; }

.service_item_16 .block_2_3 {
  padding-bottom: 60px; }
  .service_item_16 .block_2_3 .block_title {
    margin-bottom: 40px; }

.service_item_16 .block_2 blockquote:after {
  display: none; }

.service_item_16 .block_4 .block_title.small_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px; }

.services_item_section .block_1 .text_block ul {
  position: relative;
  width: 100%; }
  .services_item_section .block_1 .text_block ul li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    padding-left: 22px; }
    .services_item_section .block_1 .text_block ul li:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #000000;
      position: absolute;
      top: 13px;
      left: 1px; }

.white_black {
  background: none;
  padding-top: 0px; }
  .white_black .lines_container {
    display: none; }
  .white_black .block_title {
    color: #000; }
    .white_black .block_title:before {
      background: #000; }
    .white_black .block_title:after {
      background: #000; }
  .white_black p {
    color: #000; }
  .white_black .one_p {
    color: #000; }
    .white_black .one_p:before {
      background: #000; }

.shops_info .block_title {
  position: relative;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 35px; }

.one_bloq {
  padding-top: 45px;
  padding-bottom: 0px; }
  .one_bloq blockquote {
    margin-bottom: 0px; }

.services_item_section .second_title_block blockquote {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 50px;
  padding-right: 20px; }
  .services_item_section .second_title_block blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.what_is_brandbook {
  position: relative;
  width: 100%;
  padding-top: 50px; }
  .what_is_brandbook .title {
    position: relative;
    margin-bottom: 35px;
    font-weight: 500;
    color: #000;
    font-size: 40px;
    line-height: 50px; }
  .what_is_brandbook p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #666565; }
    .what_is_brandbook p:before {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background: #000;
      position: absolute;
      left: -75px;
      top: 15px; }
  .what_is_brandbook ul {
    position: relative;
    width: 100%; }
    .what_is_brandbook ul li {
      position: relative;
      font-size: 18px;
      line-height: 32px;
      color: #666565;
      padding-left: 22px; }
      .what_is_brandbook ul li:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #000000;
        position: absolute;
        top: 13px;
        left: 1px; }

.service_item_4 .block_1 .text_block.margin_top_block {
  margin-top: -400px; }

.service_item_5 .block_1 .text_block p.no_line {
  margin-bottom: 0px; }
  .service_item_5 .block_1 .text_block p.no_line:before {
    display: none; }

.service_item_4 .block_2 .no_bq {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #666565;
  margin-top: 15px; }
  .service_item_4 .block_2 .no_bq:before {
    display: none; }

.steps_section_11 .steps-swiper-pagination {
  top: 170px; }
.steps_section_11 .steps_swiper .swiper-slide {
  min-height: 300px; }

.portfolio_item_section .fancybox {
  cursor: url("../img/cursor.cur"), default; }

.portfolio_item_section .fancybox {
  cursor: url("../img/cursor.cur"), default; }

.services_item_section .block_1_brandbook {
  margin-top: 0px; }
  .services_item_section .block_1_brandbook .text_block {
    width: 44%;
    padding-top: 120px; }
  .services_item_section .block_1_brandbook img {
    max-height: 570px;
    margin-top: 0px; }

.services_item_section .service_slider_block .text_block {
  display: table;
  height: 385px;
  padding: 0px; }
  .services_item_section .service_slider_block .text_block p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0px; }

.services_item_section.no_height {
  min-height: 0px;
  height: auto; }

.service_item_3 .block_1 .text_block .block_title:before {
  display: none; }

.service_item_4 .block_2 .balance_line:after {
  width: 231px; }

.services_item_section .second_title_block blockquote:before {
  top: -40px; }

.steps_section_2 .steps_swiper .swiper-slide {
  min-height: 240px; }

.service_item_6 .block_4.mid_cetata {
  padding-top: 40px; }
  .service_item_6 .block_4.mid_cetata blockquote {
    position: relative;
    width: auto;
    z-index: 2;
    margin-left: 33.333%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0px; }
    .service_item_6 .block_4.mid_cetata blockquote:after {
      display: none; }
    .service_item_6 .block_4.mid_cetata blockquote:before {
      content: "“";
      font-size: 200px;
      color: #E8E8E8;
      line-height: 0.9;
      position: absolute;
      z-index: -1;
      top: -42px;
      left: -69px;
      font-style: italic;
      display: block !important; }

.one_bq {
  padding-top: 55px;
  padding-bottom: 55px; }
  .one_bq blockquote {
    margin-bottom: 0px; }

.black_block .block_title:before {
  display: none; }

.service_item_15 .page_title {
  margin-left: -1px; }
.service_item_15 .second_title_block .second_title {
  margin-left: -2px; }
.service_item_15 .section_header {
  max-width: 60%; }

.with_after:before {
  display: none; }
.with_after .block_title:before {
  display: block !important; }

.service_item_16 .block_2 .block_title {
  margin-left: -2px; }

.service_item_16 .block_2_3 .section_title {
  margin-left: -2px; }

.black_block .one_p {
  font-size: 18px;
  line-height: 32px;
  color: #666565;
  padding-left: 33.3%; }

.service_item_9 .page_title {
  margin-left: -3px; }

.one_bloq_pt {
  padding-bottom: 55px; }

.service_item_10 .second_title_block .second_title {
  margin-left: -1px; }

.service_item_2 .block_1 .custom_height {
  height: 480px; }

.steps_section.text_var_2 .steps-swiper-pagination {
  padding-top: 0px;
  top: 90px; }
  .steps_section.text_var_2 .steps-swiper-pagination:before {
    display: none; }
.steps_section.text_var_2 .steps_swiper .swiper-slide {
  min-height: 320px; }

.service_item_12 .page_title span {
  margin-left: 2px; }

.service_item_3 .block_1 img {
  max-width: 342px; }

.basic_views blockquote:before {
  top: -42px; }

.steps_section.steps_section_7 .steps_swiper .swiper-slide {
  min-height: 305px; }

.balls_block .left_bottom_ball p {
  padding-top: 77px; }

.services_item_section .block_3 .white_text {
  padding-left: 60px; }

.service_item_5 .block_2 blockquote {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  position: relative;
  z-index: 2;
  padding-left: 0px;
  margin-left: 390px;
  margin-top: 55px;
  padding-right: 200px; }
  .service_item_5 .block_2 blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.service_item_12 .block_4 .block_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 30px; }

.service_item_13 .block_2 .text_block .inner blockquote {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  position: relative;
  z-index: 2;
  padding-left: 0px;
  margin-bottom: 30px; }
  .service_item_13 .block_2 .text_block .inner blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -69px;
    font-style: italic; }

.service_item_14 .block_1 .text_block .block_title {
  margin-bottom: 40px; }

.service_item_16 .block_2 blockquote {
  margin-left: 0px;
  padding-right: 0px; }

.services_item_section .block_1 .text_block .block_title {
  margin-bottom: 30px !important; }

.services_item_section .block_2 .text_block .block_title {
  margin-bottom: 30px !important; }

.services_item_section .second_title_block .second_title {
  margin-bottom: 30px !important; }

.what_is_brandbook .title {
  margin-bottom: 30px; }

.basic_views .item .text_block .block_title {
  margin-bottom: 30px; }

.service_item_12 .block_4 .block_title, .service_item_13 .block_4 .block_title {
  margin-bottom: 30px; }

.service_item_16 .block_2_3 .section_title {
  margin-bottom: 30px; }

.service_item_4 .block_1 .hight_1 {
  min-height: 488px; }
  .service_item_4 .block_1 .hight_1 p {
    margin-bottom: 0px; }

.basic_views .item .text_block {
  min-height: 524px; }
.basic_views .right_img .text_block {
  min-height: 503px; }
.basic_views .right_img .small_hight {
  min-height: 430px; }

.service_item_10 .block_1 .img {
  margin-top: 0px; }
.service_item_10 .block_1 .text_block {
  min-height: 480px; }
  .service_item_10 .block_1 .text_block p {
    margin-bottom: 0px; }

.service_item_2 .block_1 img {
  margin-top: 10px; }

.service_item_10 .block_1 .custom_height {
  margin-top: 0px; }

.service_item_15 .block_1 .text_block {
  min-height: 638px; }

.service_item_15 .block_1_1 .text_block {
  min-height: 500px; }

.service_item_17 .block_1 .text_block {
  min-height: 500px; }

.steps_section.steps_section_9 .steps-swiper-pagination {
  top: 85px; }
.steps_section.steps_section_9 .steps_swiper .swiper-slide {
  min-height: 360px; }

.basic_views .block_3 {
  margin-bottom: 0; }
  .basic_views .block_3 .block_title:before {
    display: none; }

.service_item_15 .block_1 img {
  height: 500px;
  margin-top: 8px; }
.service_item_15 .block_1 .text_block {
  min-height: 500px; }

.service_item_15 .block_1_1 img {
  height: auto;
  max-width: 600px; }

.service_item_15 .block_4 .right_block {
  width: 390px; }
  .service_item_15 .block_4 .right_block blockquote {
    float: none; }
  .service_item_15 .block_4 .right_block .to_brif {
    float: none; }

.steps_section_15 .steps_swiper p span {
  color: #afafaf; }
.steps_section_15 .steps-swiper-pagination {
  top: 165px; }
.steps_section_15 .no_steps_swiper .item p span {
  color: #afafaf; }

.services_item_section .second_title_block.with_mb {
  margin-bottom: 45px; }

.services_item_section .second_title_block ul {
  position: relative;
  width: 100%; }
  .services_item_section .second_title_block ul li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    padding-left: 22px; }
    .services_item_section .second_title_block ul li:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #000000;
      position: absolute;
      top: 13px;
      left: 1px; }

.service_item_18 .block_2 .text_block ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .service_item_18 .block_2 .text_block ul li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    padding-left: 22px; }
    .service_item_18 .block_2 .text_block ul li:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #000000;
      position: absolute;
      top: 13px;
      left: 1px; }

.service_item_3 .block_1 {
  margin-top: 45px; }
  .service_item_3 .block_1 .text_block {
    width: 33.5%; }
    .service_item_3 .block_1 .text_block .block_title:after {
      display: none; }
    .service_item_3 .block_1 .text_block p:before {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background: #000;
      position: absolute;
      left: -75px;
      top: 15px; }

.service_item_3 .block_1 img {
  max-width: 50%; }

.services_item_section .block_1_brandbook .text_block {
  width: 33.5%; }

.services_item_section .block_3 .mt {
  margin-top: 8px; }

.steps_section .swipe_slider {
  bottom: 25px;
  right: 25px; }

.service_item_3 .block_1 .with_mt {
  margin-top: 10px; }

.basic_views .block_3 .block_title:after {
  top: 100%;
  bottom: auto;
  margin-top: 50px; }

.steps_section_4 .steps_swiper .swiper-slide {
  min-height: 300px; }

.steps_section.steps_section_9 .steps_swiper .swiper-slide {
  min-height: 380px; }

.portfolio_section .other_wrapper .top_block .item {
  width: calc(33.333% - 17px);
  margin-right: 17px;
  margin-bottom: 17px; }
.portfolio_section .other_wrapper .top_block .item:nth-of-type(3) {
  width: 33.333%; }
.portfolio_section .other_wrapper .left_block {
  width: calc(33.333% - 17px);
  margin-right: 17px; }
  .portfolio_section .other_wrapper .left_block .item {
    margin-bottom: 17px; }
.portfolio_section .other_wrapper .right_block {
  width: calc(66.666% + 0px);
  margin-top: -338px; }
  .portfolio_section .other_wrapper .right_block .item {
    margin-bottom: 17px; }
  .portfolio_section .other_wrapper .right_block .item:nth-of-type(1) {
    margin-bottom: 17px; }
  .portfolio_section .other_wrapper .right_block .item:nth-of-type(2) {
    height: 642px;
    width: calc(50% - 17px);
    margin-right: 17px;
    margin-bottom: 0px; }
  .portfolio_section .other_wrapper .right_block .item:nth-of-type(3) {
    width: calc(50% + 0px); }
  .portfolio_section .other_wrapper .right_block .item:nth-of-type(4) {
    margin-bottom: 0px;
    width: calc(50% + 0px); }

.test {
  width: 100%;
  height: 200px; }

.cbalink {
  display: none; }

/*# sourceMappingURL=main.css.map */




.brif_form input[type="email"],
.spiker_form input[type="email"] {
	position: relative;
	outline: none;
	width: 100%;
	height: 64px;
	border: 1px solid #666565;
	padding-left: 35px;
	padding-right: 15px;
	font-size: 18px;
	color: #000;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: normal;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	resize: vertical;
}
.portfolio_section .btn-group:last-of-type {
	margin-right: 0px;
}
.portfolio_section .btn-group .dropdown-menu:before {
	left: 33px;
}
.portfolio_section .pull-right .dropdown-menu:before {
	right: 49px;
	left: auto;
}
.contacts_form .checkbox_block span:after {
	background: url(../img/galochka.svg) no-repeat center center;
	background-size: 12px 12px;
}
.spiker_form .checkbox_block span:after {
	background: url(../img/galochka.svg) no-repeat center center;
	background-size: 12px 12px;
}
.brif_form .checkbox_block span:after {
	background: url(../img/galochka.svg) no-repeat center center;
	background-size: 12px 12px;
}
.contacts_section .double_links a:before {
	border: none;
	background: url(../img/arw.svg) no-repeat center center;
}
.contacts_section .double_links a:hover:before {
	opacity: .5;
}
.author_wrapper .strong {
	margin-top: 60px;
}
.author_wrapper {
	padding-bottom: 80px;
}
.author_wrapper .strong:before {
	content: "“";
    display: block;
    right: auto;
    bottom: auto;
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: 230px;
    font-style: italic;
}
.services_item_section .second_title_block blockquote {
	font-size: 18px;
    line-height: 32px;
}
.services_item_section .second_title_block blockquote:before {
	top: -45px;
}
.service_item_12 .block_2 .block_title:after {
	width: 259px;
}
.services .item .img_col .dark {
	display: none;
}
.main_page_portfolio .wrapper .item .img_block .dark {
	display: none;
}
.services .section_title:before {
	left: 2px;
}
.services .section_title:after {
	right: -2px;
}
.info_section .section_title:after {
	right: 334px;
}
.text_blocks_footer {
	margin-top: -17px;
}
.services_item_section .brand_img {
	z-index: 10;
}

.service_item_4 .block_2.quote p {
	font-size: 24px;
	line-height: 40px;
}
.service_item_2 .block_1 blockquote {
	font-size: 24px;
	line-height: 40px;
}
.services_item_section .second_title_block blockquote {
	font-size: 24px;
	line-height: 40px;
}
.services_item_section .second_title_block blockquote:before {
	top: -40px;
}
.service_item_4 .block_2 p {
	font-size: 24px;
	line-height: 40px;
}
.service_item_4 .block_2 p:before {
	top: -40px;
}
.services_item_section .block_4 p span {
	font-size: 24px;
	line-height: 40px;
}
.services_item_section .block_4 p span:before {
	top: -40px;
}
.services_item_1 .block_3 blockquote {
	font-size: 24px;
	line-height: 40px;
}
.services_item_1 .block_3 blockquote:before {
	top: -40px;
}
.service_item_5 .block_2 blockquote {
	font-size: 24px;
	line-height: 40px;
}
.service_item_5 .block_2 blockquote:before {
	top: -40px;
}
.service_item_6 .block_4.mid_cetata blockquote {
	font-size: 24px;
	line-height: 40px;
}	
.service_item_13 .block_2 .text_block .inner blockquote {
	font-size: 24px;
	line-height: 40px;
}
.service_item_13 .block_2 .text_block .inner blockquote:before {
	top: -40px;
}
.shops_info blockquote {
	font-size: 24px;
	line-height: 40px;
}
.shops_info blockquote:before {
	top: -40px;
}
.service_item_15 .block_7 blockquote {
	font-size: 24px;
	line-height: 40px;
}
.service_item_15 .block_7 blockquote:before {
	top: -40px;
}
.basic_views blockquote {
	font-size: 24px;
	line-height: 40px;
}
.basic_views blockquote:before {
	top: -40px;
}
.service_item_2 .block_1 blockquote:before {
	top: -40px;
}
.service_item_4 .block_3 p:after {
	display: none;
}
.portfolio_section .btn-group:last-of-type .dropdown-menu .inner{
	text-align: right;
	padding-right: 38px;
}
.steps_section .steps-swiper-pagination:before {
	top: -10px;
}
.steps_section.with_title_info .title_info br {
	display: none;
}
.portfolio_item_arrows_block .dotted {
	border-radius: 0px;
}
.author_wrapper .strong {
	font-size: 24px;
	line-height: 40px;
}
.author_wrapper .strong br {
	display: none;
}
.author_wrapper .strong:before {
	top: -40px;
}
/* custom */
.spiker_form .with_plus {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.blog_item_section .double_img .img:nth-of-type(2) {
		display: block !important;
		margin-top: 15px;
	}
	.service_item_4 .block_2.quote p {
		font-size: 18px;
		line-height: 32px;
	}
	.service_item_2 .block_1 blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.service_item_4 .block_2 p {
		font-size: 18px;
		line-height: 32px;
	}
	.service_item_4 .block_2 p:before {
		top: -45px;
	}
	.services_item_section .second_title_block blockquote:before {
		top: -45px;
	}
	.services_item_section .block_4 p span {
		font-size: 18px;
		line-height: 32px;
	}
	.services_item_section .block_4 p span:before {
		top: -45px;
	}
	.services_item_1 .block_3 blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.services_item_1 .block_3 blockquote:before {
		top: -45px;
	}
	.service_item_5 .block_2 blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.service_item_5 .block_2 blockquote:before {
		top: -45px;
	}
	.service_item_13 .block_2 .text_block .inner blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.service_item_13 .block_2 .text_block .inner blockquote:before {
		top: -45px;
	}
	.shops_info blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.shops_info blockquote:before {
		top: -45px;
	}
	.service_item_15 .block_7 blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.service_item_15 .block_7 blockquote:before {
		top: -45px;
	}
	.basic_views blockquote {
		font-size: 18px;
		line-height: 32px;
	}
	.basic_views blockquote:before {
		top: -45px;
	}
	.service_item_2 .block_1 blockquote:before {
		top: -45px;
	}
}

@media screen and (max-width: 479px) {
	.portfolio_section .btn-group:last-of-type .dropdown-menu .inner{
		text-align: right;
		padding-right: 35px;
	}
	
}
.page_wrapper .container.single-post img {
    max-width: 100%;
    height: auto;
}

.item.related img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



.portfolio_page.kofe-hipcup .left_wrap .no_mb {
	margin-bottom: 0px;
	height: 120px;
}

.other_news .item .img {
    height: auto !important;
}

.thankyou_section .wrapper {
	font-size: 24px;
}

.other_input {
	margin-top: 10px;
}

.submited input:invalid,
.submited .spoiler-trigger.invalid {
	border: 3px solid #000 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #000 !important;
	background: #000 !important;
	color: #FFF !important;
}

.ui-widget {
	font-family: "Roboto Mono", sans-serif !important;
    font-weight: normal;
    font-size: 1em;
}

.portfolio_page .other_news .wrap {
	width: auto !important;
}

.portfolio_page .other_news .wrap .link:nth-of-type(2) {
	border-left: none !important;
}

.portfolio_page .other_news .wrap .link {
	color: #666565 !important;
}

.portfolio_page .other_news .wrap .link:hover {
	color: #000 !important;
    background: none !important;
}


.portfolio_item_section  .project_info_btn {
	position: relative;
	clear: both;
    display: block;
    vertical-align: top;
    max-width: 300px;
    width: 100%;
    height: 64px;
    border: 2px solid #000;
    background: none;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 19px 15px;
	margin-top: 40px;
}
.portfolio_item_section .project_info_btn:hover {
	color: #FFF;
	background: #000;
}
.portfolio_item_section .project_info_btn.active {
	color: #FFF;
	background: #000;
}
.portfolio_item_section .hidden_project_info {
	display: none;
}
.main_section .tablet_title_block p {
	font-weight: normal;
}
.service_item_7 .block_2.quote p:before {
	top: -41px;
}
.mobile_soc {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 9px;
}
.mobile_soc a {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	outline: none;
	text-decoration: none;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.mobile_soc a:hover {
	opacity: .7;
}
.mobile_soc a+a {
	margin-left: -4px;
}
.mobile_soc .soc_skype {
	background-image: url("../img/Skype.svg");
}
.mobile_soc .soc_viber {
	background-image: url("../img/Viber.svg");
}
.mobile_soc .soc_whatsapp {
	background-image: url("../img/Watsap.svg");
}
.mobile_soc .soc_telegram {
	background-image: url("../img/Telegram.svg");
}
.contacts_section .mobile_soc {
	padding-top: 6px;
	margin-right: 5px;
}
.contacts_section .mobile_soc a {
	width: 20px;
	height: 20px;
}
.contacts_section .mobile_soc .soc_skype {
	background-image: url("../img/Skype_black.svg");
}
.contacts_section .mobile_soc .soc_viber {
	background-image: url("../img/Viber_black.svg");
}
.contacts_section .mobile_soc .soc_whatsapp {
	background-image: url("../img/Watsap_black.svg");
}
.contacts_section .mobile_soc .soc_telegram {
	background-image: url("../img/Telegram_black.svg");
}
.video_section {
	background: none;
}
.video_section:before {
	display: none;
}
.video_section .embed-container {
	position: relative;
    z-index: 5;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 88%;
}
.video_section .embed-container:before {
	content: "";
	display: block;
	max-width: 1169px;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
}
.video_section .embed-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img[data-lazy="wait"] {
  background: #CCC;
  display: none;
}
.services .item .img_col img {
	width: 540px;
	height: 540px;
}
.main_footer .footer_soc ul li a {
	color: #FFF;
}
.main_footer .footer_soc ul li a:hover {
	color: #b2b2b2;
}
.main_header .header_nav_block .choose_lang .jq-selectbox__select:hover {
	color: #000;
}
.main_header .header_nav_block .choose_lang .jq-selectbox__select:hover:after {
	opacity: 1;
}
.main_header .header_nav_block .choose_lang .jq-selectbox__select:after {
	content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: url(../img/lang_select_black.png) no-repeat center center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
	opacity: 0;
	transition: .3s all;
}
.main_header .header_nav_block .choose_lang.open .jq-selectbox__select:after {
	opacity: 1;
}
.main_header .header_nav_block .choose_lang.open .jq-selectbox__select {
	color: #000;
}
.portfolio_section .list_blocks {
	max-width: 314px;
	width: 100%;
}
.portfolio_section .btn-group {
	margin-right: 0px;
}
.portfolio_section .btn-group .dropdown-menu:before {
	display: none;
}
.portfolio_section .btn-group .btn:after {
	content: "";
    position: absolute;
    display: block;
    left: 36px;
    bottom: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #1a1a1a;
	opacity: 0;
}
.portfolio_section .btn-group.open .btn:after {
	opacity: 1;
}
.callback_section .section_title {
	max-width: 100%;
	width: 100%;
}
.callback_section p {
	padding-left: 90px;
}
.callback_section p:before {
	left: 0px;
}
.callback_section .to_brif {
	position: absolute;
	top: auto;
	bottom: 8px;
	right: 0px;
}
.brif_form .form_footer, .spiker_form .form_footer {
	padding-left: 43px;
}
.portfolio_section .list_blocks {
	padding-top: 0px;
	margin-top: 25px;
	top: 0px;
	background: #fff;
	z-index: 10;
	height: 24px;
}
.portfolio_section .other_wrapper .top_block .item:nth-of-type(3n+3) {
	margin-right: 0px;
	width: 33.333%;
}
.portfolio_section .btn-group .btn {
	line-height: 23px;
}
.portfolio_section .list_blocks .inner_wrap {
	position: absolute;
	top: 0px;
	width: 314px;
	height: 24px;
	padding-top: 1px;
	margin-top: -1px;
	background: #fff;
	transition: opacity .3s;
	opacity: 1;
}
.portfolio_section .list_blocks .inner_wrap.opacity {
	opacity: 0;
	margin-top: -30px;
}
.fancybox-button--close {
	display: none;
}
.service_item_14 .block_0_2 .block_title.eng_block_title:after {
	width: 425px;
}
.service_item_14 .block_0 .block_title.block_title_ua:after {
	width: 340px;
}
.service_item_14 .block_0_2 .block_title.block_title_ua:after {
	width: 475px;
}
.service_item_16 .block_2 .block_title.block_title_eng:after {
	width: 300px;
}
.service_item_16 .block_2 .block_title.block_title_ua:after	{
	width: 234px;
}
.service_item_9 .block_2 .block_title.block_title_eng:after {
	top: 75px;
	width: 645px;
}
.service_item_9 .block_2 .block_title.block_title_ua:after {
	top: 76px;
	width: 495px;
}
.service_item_12 .block_2 .block_title.block_title_eng:after {
	width: 190px;
}
.service_item_5 .block_2 .block_title.block_title_eng:after {
	width: 285px;
}
.service_item_5 .block_2 .block_title.block_title_ua:after {
	width: 285px;
}	
.service_item_4 .block_2_2 .block_title.block_title_ua:after {
	width: 170px;
}
.service_item_4 .block_2 .balance_line.block_title_eng:after {
	width: 275px;
}
.service_item_4 .block_2_2 .block_title.block_title_eng:after {
	width: 184px;
}
.services_item_section .block_3 .block_title.block_title_ua.with_line:before {
	width: 340px;
}
.services_item_section .block_3 .block_title.block_title_eng.with_line:before {
	width: 535px;
}


	
	
@media screen and (max-width: 991px) {

  .embed-container {
      height: 415px !important;
  }

  .embed-container iframe, .embed-container object, .embed-container embed {
      height: 415px !important;
  }
  
  .other_wrapper {
      margin-top: 17px;
  }
  
}
	



.btn-group.pull-right a.active::after {
	color: #FFF;
	content: '■';
	margin-left: 10px;
    margin-top: -1px;
    position: absolute;
}

.btn-group:not(.pull-right) a.active::after {
	content: '';
}

.btn-group:not(.pull-right) a.active::before {
	color: #FFF;
	content: '■';
	margin-left: -20px;
	margin-top: -1px;
	position: absolute;
}

.portfolio_section .btn-group .dropdown-menu ul {
	overflow: unset;
}

.list_blocks.fixed {
	position: fixed;
	top: 34px;
	padding: 4px 3px;
	height: 30px;
}

.section_title.modified:before {
  display:none;
}

.section_title.modified {
  margin-bottom: 50px !important;
}

.certificate_wrapper {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 80px;
}
.certificate_wrapper .block_title {
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
}
.certificate_wrapper img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 374px;
	width: 100%;
}
.certificate_wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.certificate_wrapper img:first-of-type {
	margin-left: 70px;
}

.certificate_wrapper .col {
	position: relative;
	width: 50%;
	float: left;
}

.container #toc_container {
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.container #toc_container a {
    color: #666565;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.container #toc_container p.toc_title {
	text-align: left;
	position: relative;
}

#toc_container span.toc_toggle {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
	height: 32px;
	padding-left: 125px;
}
#toc_container.contracted span.toc_toggle {
	padding-left: 0px;
}
.container #toc_container.contracted span.toc_toggle a {
	min-width: 125px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#toc_container.contracted span.toc_toggle, #toc_container.contracted span.toc_toggle a {
	opacity: 0;
}



.wp-pagenavi .pages {
    border: none;
    margin-right: 25px;
}

.other_news .item:nth-of-type(4n+4) {
	clear: both;
}

.portfolio_section .btn-group .btn {
	padding-left: 26px;
}
.portfolio_section .list_blocks {
	padding: 0px;
	height: 23px;

}
.list_blocks.fixed {
	top: 36px;
}
.portfolio_section .other_wrapper .top_block .item {
	width: calc(33.333% - 11.333px);
}
.portfolio_section .other_wrapper .top_block .item:nth-of-type(3n+3) {
	width: calc(33.333% - 11.333px);
}
.portfolio_section .other_wrapper .left_block {
	width: calc(33.333% - 11.333px);
}
.portfolio_section .other_wrapper .right_block {
	width: calc(66.666% - 5.666px);
}
.portfolio_section .other_wrapper .right_block .item:nth-of-type(2), .portfolio_section .other_wrapper .right_block .item:nth-of-type(3), .portfolio_section .other_wrapper .right_block .item:nth-of-type(4) {
	width: calc(50% - 8.5px);
}
.blog_section .page_title {
	margin-left: -3px;
}
.blog_item_section .detail {
	position: relative;
    display: block;
    max-width:320px;
    width: 100%;
    height: 64px;
    text-align: center;
    border: 2px solid #000;
    font-weight: 500;
    font-size: 18px;
    padding: 18px 10px;
}
.blog_item_section .detail:hover {
    background: #000;
    color: #FFF;
}
.blog_item_section .detail:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.blog_item_section p strong {
	font-weight: bold;
}


.blog_item_section .embed-container {
    position: relative;
    z-index: 5;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 17px;
    padding-bottom: 56.2%;
}
.blog_item_section .embed-container iframe, .blog_item_section .embed-container object, .blog_item_section .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_item_section .container .container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.blog_item_section .steps_swiper p {
	color: #fff;
}
.blog_item_section .steps_section_2 .steps_swiper .swiper-slide {
	min-height: 360px;
}
.blog_item_section center {
	color: #666565;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.blog_item_section blockquote {
    position: relative;
    z-index: 1;
    width: 500px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
	margin-bottom: 30px;
	margin-top: 50px;
}
.blog_item_section blockquote p {
	position: relative;
    z-index: 1;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
}
.blog_item_section blockquote:before {
    content: "“";
    font-size: 200px;
    color: #E8E8E8;
    line-height: 0.9;
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -69px;
    font-style: italic;
}
.blog_item_section .detail {
	line-height: 1.2;
}
footer .new_modal {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: none;
	background: none;
	z-index: 2;
	width: 30px;
	height: 30px;
}

.callback_modal .modal-dialog {
	margin: 0px;
	max-width: 100%;
	width: 100%;
}
.callback_modal .modal-dialog .modal-content {
	width: 100%;
	min-height: 100vh;
	height: 100vh;
	display: table;
	border-radius: 0px;
	border: none;
	background: url("../img/top_modal_bg.png") no-repeat center top, url("../img/bottom_modal_bg.png") no-repeat center bottom #000;
}
.callback_modal .modal-dialog .modal-content .close {
	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 3;
	width: 26px;
	height: 26px;
	border: none;
	background: url("../img/close_modal.png") no-repeat center center;
	background-size: 18px 18px;
	opacity: 1;
	
}
.callback_modal .modal-dialog .modal-content .close:hover {
	animation: close90deg ease 0.25s forwards;
}
.callback_modal .modal-dialog .modal-content .close:hover {
	transform: rotate(90deg);
}
.callback_modal .modal-dialog .modal-content .modal-body {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #fff;
	padding: 100px 0px;
	text-align: center;
}

@keyframes close90deg {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(90deg);
	}
}

.callback_modal .modal-dialog .modal-content .modal-body .modal_title {
	text-align: center;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 42px;
}
.callback_modal_form p {
	text-align: center;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 42px;
}
.callback_modal_form .select_block {
	position: relative;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.callback_modal_form .jq-selectbox {
	position: relative;
	width: 100%;
}
.callback_modal_form .jq-selectbox .jq-selectbox__select {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ffffff;
	padding: 20px 15px;
	cursor: pointer;
}
.callback_modal_form .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #b2b2b2;
}
.callback_modal_form .jq-selectbox__dropdown {
	top: 100%;
	width: 100%;
	background: #101010;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
.callback_modal_form .jq-selectbox__dropdown li {
	color: #b2b2b2;
	position: relative;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	line-height: 32px;
	padding-top: 13px;
	padding-bottom: 13px;
	transition: .3s all;
}
.callback_modal_form .jq-selectbox__dropdown .sel {
	opacity: .3;
}
.callback_modal_form .jq-selectbox__dropdown li:hover {
	background: rgba(0,0,0,.5);
	color: #fff;
}
.callback_modal_form .jq-selectbox__dropdown li:last-of-type {
	margin-bottom: 0px;
}
.callback_modal_form .radio_block {
	position: relative;
	float: left;
	max-width: 520px;
	width: 100%;
	text-align: left;
}
.callback_modal_form .radio_block p {
	text-align: left;
}
.callback_modal_form .radio_block .radio_list {
	position: relative;
	width: 100%;
	list-style: none;
	padding-top: 35px;
}
.callback_modal_form .radio_block .radio_list li {
	position: relative;
	float: left;
	margin-right: 20px;
	text-align: center;
}
.callback_modal_form .radio_block .radio_list li label {
	position: relative;
}
.callback_modal_form .radio_block .radio_list li:last-of-type {
	margin-right: 0px;
}
.callback_modal_form .radio_block .radio_list li label input {
	display: none;
}
.callback_modal_form .radio_block .radio_list li label input:checked + .icon {
	background-color: #fff;
}
.callback_modal_form .radio_block .radio_list li label input:checked + .icon:after {
	opacity: 1;
}
.callback_modal_form .radio_block .radio_list li label input:checked + .icon + span {
	color: #fff;
}
.callback_modal_form .radio_block .radio_list li label .icon {
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 15px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background-color: none;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s all;
	cursor: pointer;
}
.callback_modal_form .radio_block .radio_list li label .icon:before, .callback_modal_form .radio_block .radio_list li label .icon:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	background-color: none;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s all;
}
.callback_modal_form .radio_block .radio_list li label .icon:after {
	opacity: 0;
	z-index: 2;
}
.callback_modal_form .radio_block .radio_list li label .icon:hover {
	background-color: #fff;
}
.callback_modal_form .radio_block .radio_list li label .icon:hover:after {
	opacity: 1;
}
.callback_modal_form .radio_block .radio_list li label .email_icon:before {
	background-image: url("../img/email_white_icon.svg");
	background-size: 23px 16px;
}
.callback_modal_form .radio_block .radio_list li label .email_icon:after {
	background-image: url("../img/email_black_icon.svg");
	background-size: 23px 16px;
}
.callback_modal_form .radio_block .radio_list li label .tel_icon:before {
	background-image: url("../img/tel_white_icon.svg");
	background-size: 16px 20px;
}
.callback_modal_form .radio_block .radio_list li label .tel_icon:after {
	background-image: url("../img/tel_black_icon.svg");
	background-size: 16px 20px;
}
.callback_modal_form .radio_block .radio_list li label .skype_icon:before {
	background-image: url("../img/Skype.svg");
	background-size: 25px 25px;
}
.callback_modal_form .radio_block .radio_list li label .skype_icon:after {
	background-image: url("../img/Skype_black.svg");
	background-size: 25px 25px;
}
.callback_modal_form .radio_block .radio_list li label .telegram_icon:before {
	background-image: url("../img/Telegram.svg");
	background-size: 22px 22px;
}
.callback_modal_form .radio_block .radio_list li label .telegram_icon:after {
	background-image: url("../img/Telegram_black.svg");
	background-size: 22px 21px;
}
.callback_modal_form .radio_block .radio_list li label .whatsapp_icon:before {
	background-image: url("../img/Watsap.svg");
	background-size: 23px 23px;
}
.callback_modal_form .radio_block .radio_list li label .whatsapp_icon:after {
	background-image: url("../img/Watsap_black.svg");
	background-size: 23px 23px;
}
.callback_modal_form .radio_block .radio_list li label .viber_icon:before {
	background-image: url("../img/Viber.svg");
	background-size: 21px 23px;
}
.callback_modal_form .radio_block .radio_list li label .viber_icon:after {
	background-image: url("../img/Viber_black.svg");
	background-size: 21px 23px;
}

.callback_modal_form .radio_block .radio_list li label span {
	position: relative;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1.2;
	transition: .3s all;
	cursor: pointer;
}


.callback_modal_form .input_block {
	position: relative;
	float: right;
	max-width: 500px;
	width: 100%;
	text-align: center;
}
.callback_modal_form .input_block input[type="text"] {
	position: relative;
	width: 100%;
	outline: none;
	height: 72px;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: .3s all;
	margin-bottom: 35px;
}
.callback_modal_form .input_block .submit_btn {
	position: relative;
	max-width: 300px;
	width: 100%;
	height: 56px;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	font-weight: 500px;
	font-size: 18px;
	color: #000;
	outline: none;
}
.callback_modal_form .input_block .submit_btn:hover {
	background: none;
	color: #fff;
}
.callback_modal_form .input_block .submit_btn:active {
	transform: scale(.9);
}
.callback_modal_form .politic_block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding-left: 37px;
	margin-top: 80px;
	opacity: .4;
}
.callback_modal_form .politic_block label {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.callback_modal_form .politic_block p {
	color: #b2b2b2;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.callback_modal_form .politic_block p a {
	color: #fff;
}
.callback_modal_form .politic_block label input {
	display: none;
}
.callback_modal_form .politic_block label .icon {
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	display: block;
	transition: .3s all;
	
}
.callback_modal_form .politic_block label .icon:before {
	content: "";
	display: block;
	width: 10px;
	height: 8px;
	background: url("../img/check_white.svg") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	transition: .3s all;
	transform: scale(0);
	opacity: 0;
}
.callback_modal_form .politic_block label input:checked + .icon:before {
	transform: scale(1);
	opacity: 1;
}
.callback_modal_form .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
	position: relative;
	padding-right: 24px;
}
.callback_modal_form .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 6px solid transparent;	
	border-top: 6px solid #b2b2b2;
	position: absolute;
	top: 8px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
body {
	padding-top: 76px;
}
.main_header .logo {
	position: absolute;
	top: 0px;
	height: 100%;
	background: url(../img/logo_new_2.svg) no-repeat center center;
	background-size: 100%;
	background-position: left 0px top 23px;
	width: 145px;
}
.list_blocks.fixed {
	top: 39px;
}
.footer_contacts .mobile_soc {
	display: none;
}

.main_footer .politic {
	margin-top: 13px;
}
.contacts_section .mobile_soc {
	margin: 0px;
	margin-bottom: 10px;
}
.contacts_section .mobile_soc a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	background: none !important;
	font-weight: 400;
    font-size: 18px;
    line-height: 32px;
	margin-bottom: 0px;
}
.contacts_section .tel {
	margin-bottom: 5px;
}
.main_footer .logo_block {
	bottom: 5px;
}
.contacts_section .page_title {
	margin-bottom: 15px;
}
.contacts_section .soc_list {
	margin-bottom: 84px;
}

@media screen and (max-width: 1599px) {
	.main_header .header_nav_block .header_nav li {
		margin-left: 40px;
	}
	.main_header .header_nav_block .header_nav li a {
		font-size: 18px;
	} 
	body {
		padding-top: 73px;	
	}
	.list_blocks.fixed {
		top: 36px;
	}
}
@media screen and (max-width: 1365px) {
	body {
		padding-top: 71px;	
	}
	.list_blocks.fixed {
		top: 35px;
	}
}


@media screen and (max-width: 1199px) {
	.main_header.fixed_header {
		height: 61px;
	}
	.blog_section .page_title {
		margin-left: -1px;
	}
	.blog_item_section .steps_section {
	}
	.blog_item_section .steps_section .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.callback_modal_form p {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.callback_modal_form .select_block {
		margin-bottom: 50px;
	}
	.callback_modal_form .radio_block {
		float: none;
		text-align: center;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.callback_modal_form .radio_block p {
		text-align: center;
	}
	.callback_modal_form .radio_block .radio_list {
		padding-top: 15px;
	}
	
	.callback_modal_form .radio_block .radio_list li {
		float: none;
		display: inline-block; 
		vertical-align: top;
		margin: 0 8px;
	}
	.callback_modal_form .input_block {
		float: none;
		max-width: 770px;
		margin: 0 auto;
	}
	.callback_modal_form .jq-selectbox .jq-selectbox__select {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.callback_modal_form .input_block input[type="text"] {
		height: 56px;
	}
	.callback_modal_form .politic_block {
		margin-top: 40px;
	}
	body {
		padding-top: 75px;	
	}
	.contacts_section .soc_list {
		margin-bottom: 47px;
	}
}
@media screen and (max-width: 991px) {
	.blog_item_section .steps_section_2 .steps_swiper .swiper-slide {
		min-height: 400px;
	}
	body {
		padding-top: 72px;	
	}
}
@media screen and (max-width: 767px) {
  .portfolio_section .other_wrapper .right_block {
      margin-bottom: 15px;
  }
  .blog_item_section .steps_section_2 .steps_swiper .swiper-slide {
		min-height: 600px;
	}
	.blog_item_section blockquote {
		font-size: 18px;
		line-height: 32px;
		width: 100%;
	}
	.blog_item_section blockquote p {
		font-size: 18px;
		line-height: 32px;
	}
	.blog_item_section blockquote:before {
		left: -49px;
		top: -45px;
	}
	.callback_modal_form p {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.callback_modal_form .radio_block .radio_list li {
		margin-bottom: 20px;
	}
	.callback_modal .modal-dialog .modal-content .close {
		right: 15px;
		top: 20px;
	}
	.callback_modal_form .jq-selectbox__dropdown {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.callback_modal_form .jq-selectbox__dropdown li {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.callback_modal_form .politic_block p {
		text-align: left;
	}
}
@media screen and (max-width: 599px) {
	.footer_contacts .mobile_soc {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.blog_item_section .detail {
		font-size: 17px;
		max-width: 100%;
	}
	.blog_item_section .steps_swiper .arrows_block .steps-swiper-button-prev, .blog_item_section .steps_swiper .arrows_block .steps-swiper-button-next {
		width: 80px;
		background-size: 100%;
	}
	.portfolio_item_section .project_info_btn {
		max-width: 100%;
		width: 100%;
	}
	body {
		padding-top: 60px !important;	
	}
	.main_swiper .swiper-slide .detail_link {
		height: auto !important;
		top: auto !important;
	}
}

@media screen and (max-width: 414px) {

  .blog_section .item .img img {
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none;
      filter: none;
      opacity: 1;
  }

}


@media screen and (max-width: 1024px) {
  .info_section .section_title:after {
      top: 135px;
  }
}


.main_footer {
  padding-top: 45px;
}


.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
}

.wp-pagenavi a {
	color: #666565 !important;
}




@media screen and (max-width: 479px) {
  
  .second_portfolio_section .look_more_works {
      margin-top: 20px;
      margin-bottom: 27px;
  }
  
}

@media screen and (max-width: 991px) {
  .content section:last-child {
      padding-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  
  .main_swiper .swiper-slide .detail_link {
      font-size: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: auto;
      top: 0;
      padding: 0;
      margin: 0;
  }
  
}
@media screen and (min-width: 992px) {
	.main_footer .container {
		position: relative;
	}
	.main_footer .logo_block {
		position: absolute;
		right: 15px;
		bottom: 5px;
		
	}
	.main_footer .politic {
		margin-top: 13px;
	}
}


#menu-item-4972 a {
	border: 2px solid #000;
	padding: 10px;
	margin-top: -12px;
	background: #000;
	color: #fff;
	transition: .3s all;
}

#menu-item-4972 a:hover {
   color: #000;
   background: #FFF;
}


@media screen and (max-width: 1199px) {
  
  #menu-item-4972 a {
	  display: inline-block;
	  vertical-align: top;
	  width: auto;
	  margin-top: 3px;
  }
  

 
  
}

@media screen and (max-width: 479px) {
  
  .main_swiper .swiper-slide .detail_link {
      font-size: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: auto;
      top: 0;
      padding: 0;
      margin: 0;
  }
  
}

.services_item_section.inline {
  min-height: 0;
}

.services_item_section.inline p {
    width: 100%;
}

.services_item_section.inline .left blockquote > p {
	font-weight: normal;
	color: #666565 !important;
	font-size: 18px;
	line-height: 32px;
    min-height: 180px;
}

.services_item_section.inline .right blockquote > p {
	font-weight: bold;
	color: #000 !important;
	font-size: 18px;
	line-height: 32px;
    min-height: 180px;
}

.services_item_section.inline .block_4 > div {
	float: left;
	width: 50%;
	padding-right: 40px;
}

.services_item_section.inline .block_4 blockquote::after {

    content: none;

}

.services_item_section.inline .block_4 a {
	line-height: 23px;
}

.services_item_section.inline .block_4 {
	padding-top: 0;
}

@media screen and (max-width: 479px) {
  .services_item_section.inline .block_4 > div {
    width: 100%;
  }
}


.blog_section .col:nth-of-type(2),
.blog_section .col:nth-of-type(4),
.blog_section .col:nth-of-type(6),
.blog_section .col:nth-of-type(8),
.blog_section .col:nth-of-type(10) {
	float: right;
	padding-top: 60px;
}

.look_more_works.blog {
	margin-bottom: 80px;
}

.blog_section .col:nth-of-type(2n+1) {
	clear: left;
}

.new_section_for_index {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 40px; 
}
.new_section_for_index .new_section_title {
    position: relative;
    left: -2px;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 70px; 
}
.new_section_for_index .new_section_title:before {
	content: "";
	display: block;
	width: 54px;
	height: 10px;
	position: absolute;
	left: 100%;
	bottom: 10px;
	background: #000;
	margin-left: 2px; 
}
.new_section_for_index .wrapper {
    position: relative;
    width: 100%; 
}
.new_section_for_index .wrapper:after {
	content: "";
	display: table;
	clear: both; 
}
.new_section_for_index .wrapper .item {
	position: relative;
	float: left;
	width: 33.333%;
	padding-right: 20px;
	text-align: left;
	margin-bottom: 40px; 
}
.new_section_for_index .wrapper .item .number {
	position: relative;
	left: -6px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 103px;
	line-height: 1;
	margin-bottom: 10px; 
}
.new_section_for_index .wrapper .item .number:before {
	content: "";
	display: block;
	width: 54px;
	height: 10px;
	left: 100%;
	bottom: 12px;
	background: #000;
	position: absolute; 
}
.new_section_for_index .wrapper .item .item_title {
	max-width: 364px;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
	color: #000;
	margin-bottom: 15px; 
}
.new_section_for_index .wrapper .item p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0px;
	color: #000;
	max-width: 363px; 
}
.new_section_for_index .wrapper .item:nth-of-type(3n+4) {
    clear: left; 
}  
.new_section_for_index {
	padding-top: 0px;
	padding-bottom: 40px;
}

.page_wrapper {
	padding-bottom: 306px;
}
.blog_section .item .img img {
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
}





@media screen and (max-width: 1199px) {	  
	.new_section_for_index {
		padding-top: 0px;
	}
    .new_section_for_index .wrapper .item {
		width: 50%; 
	}
    .new_section_for_index .wrapper .item:nth-of-type(3n+4) {
		clear: none; 
	}
    .new_section_for_index .wrapper .item:nth-of-type(2n+3) {
		clear: left; 
	}
}
@media screen and (max-width: 767px) {	  
	.new_section_for_index {
		padding-top: 0px; 
	}
    .new_section_for_index .new_section_title:before {
		display: none; 
	}
    .new_section_for_index .wrapper .item {
		float: none;
		width: 100%; 
	}
    .new_section_for_index .wrapper .item .item_title {
        font-size: 24px;
        line-height: 1.4;
        max-width: 100%; 
	}
    .new_section_for_index .wrapper .item .item_title br {
        display: none; 
	}
    .new_section_for_index .wrapper .item .number {
        font-size: 80px; 
	}
    .new_section_for_index .wrapper .item .number:before {
        height: 7px;
        bottom: 9px;
        width: 40px; 
	}
    .new_section_for_index .wrapper .item p {
        max-width: 100%; 
	}
    .new_section_for_index .wrapper .item p br {
        display: none; 
	}
}
@media screen and (max-width: 479px) {	 
	.new_section_for_index .new_section_title {
		font-size: 32px;
		line-height: 1.4;
		margin-bottom: 40px; 
	}
}
@media screen and (max-width: 399px) {	 
	.new_section_for_index .new_section_title {
		font-size: 28px; 
	}
}



.blog_section .item .img img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.main_header .header_nav_block .header_nav li .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	height: auto;
	padding-top: 9px;
	padding-bottom: 0px;
  box-sizing: border-box;
}
.main_header .header_nav_block .header_nav li .sub-menu li {
	float: none;
	margin: 0px;
	display: block;
}
.main_header .header_nav_block .header_nav .active a {
	color: #000;
}
.main_header .header_nav_block .header_nav li .sub-menu li a {
	color: #000;
}
.main_header .header_nav_block .header_nav li .sub-menu li a:hover {
	color: #B2B2B2;
}
.fancybox-slide--iframe .fancybox-content .button-close {
	position: absolute;
	display: block;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 26px;
    height: 26px;
    border: none;
    background: url(../img/close_modal.png) no-repeat center center;
    background-size: 18px 18px;
    opacity: 1;
	
}
.fancybox-slide--iframe .fancybox-content .button-close:hover {
    animation: close90deg ease 0.25s forwards;
	transform: rotate(90deg);
}
.events_section .slider_block .item .over {
	font-weight: 500;
	text-transform: none;
}
.questions_section .panel .panel-heading .spoiler-trigger {
	font-weight: 500;
}
.video_section .embed-container.mobile_var {
	display: none;
}

.videoreviews .item .text_block .soc_list li .email_icon:before, .videoreviews .item .text_block .soc_list li .email_icon:after {
	background-image: url(../img/email_svg.svg);
	-webkit-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
}
.videoreviews .item .text_block .soc_list li .email_icon:after {
	background-image: url(../img/email_svg_white.svg);
}
.services_item_section .block_4 .to_brif {
	padding: 30px 15px;
	max-width: 300px;
	height: auto;
}
.brif_form .submit_btn {
	padding: 30px 15px;
	max-width: 300px;
	height: auto;
}
.about_section .stats_wrapper {
	padding-top: 60px;
}
.about_section .block_title_team {
	position: relative;
    width: 100%;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 40px;
    color: #000;
	margin-top: 20px;
}
.video_section .embed-container iframe {
	width: 101%;
	left: -0.5%
}
.main_swiper .pagination_container .swiper-pagination-bullet {
	margin-right: 20px;
}


.three_img_list {
	position: relative;
	width: 96%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
	margin: auto;
}
.three_img_list .fancybox {
	display: block;
	width: calc(33.333% - 11.333px);
	margin: 0px;
	margin-right: 17px;
	margin-bottom: 17px;
}
.three_img_list .fancybox:nth-of-type(3n+3) {
	margin-right: 0px;
}

.main_section .main_title {
	background: #000;
	color: #FFF;
	padding-left: 5px;
}





@media screen and (max-width: 1890px) {
	.main_header .header_nav_block .header_nav li {
		margin-left: 40px;
	}
}

@media screen and (max-width: 991px) {
  
  .embed-container {
      max-width: 100%;
      padding-bottom: 56.4%;
      height: 415px !important;
  }
  
  .three_img_list {
	  width: 100%;
  }
  .main_section .tablet_title_block .main_title {
	  background: none;
	  color: #000;
	  line-height: 55px;
	  padding-bottom: 8px;
  }
  .main_section .tablet_title_block .main_title {
	  line-height: 1.1;
	  padding-bottom: 0px;
  }
  
}

@media screen and (max-width: 767px) {
	.main_swiper .swiper-slide .detail_link {
		font-size: 0;
		line-height: 0;
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
	.video_section .embed-container {
		display: none;
	}
	.video_section .embed-container.mobile_var {
		display: block;
	}
	.about_section .block_title_team {
		font-size: 30px;
		line-height: 1.3;
	}
	.about_section .embed-container {
		height: auto !important;
	}


}

@media screen and (max-width: 479px) {
	.about_section .block_title_team {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.main_section .tablet_title_block p {
		min-height: 96px;
	}
	.three_img_list {
		display: block;
	}
	.three_img_list .fancybox {
		width: 100%;
		margin-right: 0px;
	}
}

.services .portfolio_item_section .project_info_btn {
	margin-bottom: 40px !important;
}

#map-event {
	position: relative;
	width: 100%;
	height: 490px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.brif_form .personal_checkbox input[type="checkbox"] {
    display: inline-block;
	opacity: 0;
}

.about_section .block_title.top_block_title {
	position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
	padding-right: 200px;
}
.about_section .block_title.top_block_title:before {
    content: "";
    display: block;
    width: 230px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0px;
    top: 27px;
}
.visual__scrolling:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/chevron_bottom.png") no-repeat center center;
	background-size: 100%;
}




@media screen and (max-width: 991px) {
	.about_section .block_title.top_block_title {
		padding-right: 0px;
	}
	.about_section .block_title.top_block_title:before {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.about_section .block_title.top_block_title {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.about_section .block_title.top_block_title {
		font-size: 24px;
	}
}
.main_swiper .swiper-slide .detail_link {
	left: 50px;
}
.main_section .main_title:before {
	content: "";
	display: block;
	background: #000;
	position: absolute;
	bottom: 0px;
	left: 100%;
	width: 30px;
	height: 7px;
	margin-left: 30px;
}
@media screen and (max-width: 1199px) {
	.main_swiper .swiper-slide .brand_text {
		top: auto;
		bottom: 20%;
	}
}
@media screen and (max-width: 991px) {
	.main_section .main_title:before {
		display: none;
	}
}


.swiper-slide .vimeo_video {
  filter: grayscale(1);
}

.swiper-slide:hover .vimeo_video {
  filter: grayscale(0) !important;
}

iframe.vimeo_video {
    background-size: cover;
    background-position: center center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    min-height: 375px;
}
.main_swiper .swiper-slide .detail_link {
	left: 120px;
}


@media screen and (max-width: 500px) {
	.vimeo_video.slider {
		margin-left: 0;
	}
}
.callback_modal_form .input_block ::-webkit-input-placeholder {
    color: #FFF; }
.callback_modal_form .input_block ::-moz-placeholder {
    color: #FFF; }

.callback_modal {
	background: #000;
}
.callback_modal_form .or_p {
	font-weight: normal;
	font-size: 18px;
	color: #b2b2b2;
	margin-bottom: 50px;
	padding-top: 20px;
}
.callback_modal_form .jq-selectbox__dropdown {
	padding: 0px;
	max-height: 200px;	
}
.callback_modal_form .jq-selectbox__dropdown ul {
	overflow: auto;
	max-height: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.callback_modal_form .jq-selectbox__dropdown .mCSB_container {
	margin: 0px;
}
.callback_modal_form .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(255,255,255,.7);
}

.blog_item_section .double_img {
	margin-bottom: 20px;
}
.main_swiper .swiper-slide .img {
	z-index: 10;
}
.main_swiper .swiper-slide .brand {
	z-index: 11;
}
.page_wrapper {
	padding-bottom: 400px;
}
.main_footer .logo_block {
	position: relative;
	top: 0px;
	right: 0px;
	bottom: auto;
}
.main_footer .logo_block .logo {
	margin-top: 28px;
}

.blog_item_section .detail {
	margin-top: 42px;
	margin-bottom: 38px;
}





.item.brief-link a {
    background: #F5F4F2;
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    padding: 0;
    font-weight: 400;
}

section.main_page_portfolio.next-prev {
  padding-bottom: 0;
}

section.main_page_portfolio.next-prev .item {
  min-height: auto;
}

section.main_page_portfolio.next-prev a {
  width: 100% !important;
}

.video-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.fancybox-slide--video .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    max-width: calc(100% - 10px) !important;
    max-height: calc(100% - 10px) !important;
    margin: 0 !important;
}
.text_blocks_footer .portfolio_section {
	padding-bottom: 0px;
}
.portfolio_item_arrows_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.portfolio_item_arrows_block .left_block {
	text-align: right;
	max-width: calc(50% - 32px);
	width: 100%;
}
.text_blocks_footer .main_page_portfolio .wrapper .item  {
	width: calc(50% - 8.5px);
	margin-right: 17px;
	margin-bottom: 17px;
}
.text_blocks_footer .main_page_portfolio .wrapper .item:nth-of-type(2n+2) {
	margin-right: 0px;
}
.text_blocks_footer .main_page_portfolio .wrapper .item .img_block {
	margin: 0px;
}
.portfolio_section .other_wrapper .item.brief-link .img_link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.portfolio_section .other_wrapper .item.brief-link .img_link div {
	position: relative;
	z-index: 5;
}
.portfolio_section .other_wrapper .item.brief-link:hover div, .portfolio_section .other_wrapper .item.brief-link:hover .img_link {
	color: #FFF;
}
.portfolio_section .other_wrapper .item.brief-link:hover .img_link span:before, .portfolio_section .other_wrapper .item.brief-link:hover .img_link span:after {
	background: #FFF;
}
.portfolio_section .other_wrapper .item.brief-link .img_link span {
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.portfolio_section .other_wrapper .item.brief-link .img_link span:before {
	content: "";
	display: block;
	width: 8px;
	height: 50px;
	background: #000;
	margin: auto;
	transition: .3s all;
}
.portfolio_section .other_wrapper .item.brief-link .img_link span:after {
	content: "";
	display: block;
	width: 50px;
	height: 8px;
	background: #000;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: .3s all;
}
.text_blocks_footer {
	padding-bottom: 30px;
}


.text_blocks_footer .soc_title {
	padding-left: 565px;
}
.text_blocks_footer .soc_title:before {
	width: 540px;
}
.main_footer .footer_soc {
	min-width: 200px;
}
.portfolio_item_section .block-description {
	padding-left: 15px;
	padding-right: 15px;
}
.portfolio_item_section .fancybox {
	width: 100%;
}
.portfolio_page .vertical_small {
	max-width: 100% !important;
}

.text_blocks_footer .main_page_portfolio .wrapper .item .img_block .img_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.main_page_portfolio .wrapper .item.hover .img_block .img_link:before, .main_page_portfolio .wrapper .item:hover .img_block .img_link:before {
	opacity: 1;
}
.portfolio_item_arrows_block .arrow_prev.hover, .portfolio_item_arrows_block .arrow_next.hover {
    color: #B2B2B2;
}
.text_blocks_footer .main_page_portfolio .wrapper .item .item_title {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	white-space: nowrap;
    text-align: left;
	opacity: 0;
	z-index: 4;
}
.text_blocks_footer .main_page_portfolio .wrapper .item:hover .item_title {
	opacity: 1;
}
.callback_modal_form .jq-selectbox__dropdown {
	max-height: none;
}





@media screen and (max-width: 1899px) {
	.text_blocks_footer .soc_title {
		padding-left: 470px;
	}
	.text_blocks_footer .soc_title:before {
		width: 445px;
	}
}
@media screen and (max-width: 1599px) {
	.text_blocks_footer .soc_title {
		padding-left: 400px;
	}
	.text_blocks_footer .soc_title:before {
		width: 376px;
	}
}
@media screen and (max-width: 1399px) {
	.text_blocks_footer .soc_title {
		padding-left: 250px;
	}
	.text_blocks_footer .soc_title:before {
		width: 225px;
	}
}
@media screen and (max-width: 1199px) {
	.text_blocks_footer .portfolio_section .other_wrapper .top_block .item, .text_blocks_footer .main_page_portfolio .wrapper .item  {
		width: calc(50% - 8.5px);
		margin-right: 17px;
		margin-bottom: 17px;
	}
	.text_blocks_footer .portfolio_section .other_wrapper .top_block .item:nth-of-type(3n+3) {
		width: calc(50% - 8.5px);
		margin-right: 17px;
	}
	.text_blocks_footer .portfolio_section .other_wrapper .top_block .item:nth-of-type(2n+2) {
		width: calc(50% - 8.5px);
		margin-right: 0px;
	}
	.text_blocks_footer .soc_title {
		padding-left: 190px;
	}
	.text_blocks_footer .soc_title:before {
		width: 170px;
	}
}
@media screen and (max-width: 991px) {
	.text_blocks_footer section.main_page_portfolio.next-prev {
		padding-top: 40px;
	}
	.text_blocks_footer .portfolio_section, .text_blocks_footer section:last-child {
		padding-bottom: 0px !important;
	}
	.text_blocks_footer .portfolio_section .other_wrapper {
		padding-top: 0px;
		margin-top: 0px;
	}
	.content .portfolio_item_section {
		padding-bottom: 0px !important;
	}
	.portfolio_item_section .block-description {
		padding-left: 0px;
		padding-right: 0px;
	}
	.text_blocks_footer .main_page_portfolio .wrapper .item .item_title {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.text_blocks_footer .portfolio_section .other_wrapper .top_block, .text_blocks_footer .main_page_portfolio .wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.text_blocks_footer .portfolio_section .other_wrapper .top_block .item, .text_blocks_footer .main_page_portfolio .wrapper .item {
		height: auto !important;
	}
	.text_blocks_footer .portfolio_section .other_wrapper .item .img_link, .text_blocks_footer .portfolio_section .other_wrapper .item .img_link img {
		height: 100% !important;
	}
	.portfolio_section .other_wrapper .right_block .item.brief-link .img_link {
		padding-top: 60px;
		padding-bottom: 60px;
		line-height: 1.2;
	}
	.text_blocks_footer .main_page_portfolio .wrapper .item .img_block, .text_blocks_footer .main_page_portfolio .wrapper .item .img_block .img_link, .text_blocks_footer .main_page_portfolio .wrapper .item .img_block .img_link img {
		height: 100%;
	}
}
@media screen and (max-width: 479px) {
	.text_blocks_footer .main_page_portfolio .wrapper .item .img_block .img_link {
		margin: 0px;
	}
	.text_blocks_footer .portfolio_section, .text_blocks_footer section:last-child {
		padding-top: 0px;
	}
	.text_blocks_footer .main_page_portfolio .wrapper .item .item_title {
		font-size: 17px;
	}
}





.team .item .img .date {
  font-size: 30px;
  line-height: 30px; }

.blog_section .item .img.active .hover_img_gif {
  display: none !important; }
.blog_section.team .item .img .hover_img.active {
	opacity: 0;
}
.blog_section.team .item .img:hover .hover_img, .blog_section.team .item .img:hover .hover_img_gif, .blog_section.team .item .img:hover .hover_img.active  {
  opacity: 1; }
.blog_section.team .item .img:hover .hover_img_gif {
  display: block;
  -webkit-animation: teamhover 1.5s linear forwards;
  -moz-animation: teamhover 1.5s linear forwards;
  -o-animation: teamhover 1.5s linear forwards;
  animation: teamhover 1s linear forwards; }
.blog_section.team .item .img img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; }
.blog_section.team .item .img .date {
  z-index: 3; }
.blog_section.team .item .img .hover_img, .blog_section.team .item .img .hover_img_gif {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0; }
.blog_section.team .item .img .hover_img_gif {
  z-index: 2;
  opacity: 1;
  display: none; }

@keyframes teamhover {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.team_modal {
  background: #000; }
  .team_modal .modal-dialog {
    margin: 0px;
    max-width: 100%;
    width: 100%; }
    .team_modal .modal-dialog .modal-content {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      min-height: 100vh;
      height: auto;
      border-radius: 0px;
      border: none;
      background: url(../img/top_modal_bg.png) no-repeat center top, url(../img/bottom_modal_bg.png) no-repeat center bottom #000; }
      .team_modal .modal-dialog .modal-content .close {
        position: absolute;
        top: 30px;
        right: 40px;
        z-index: 3;
        width: 26px;
        height: 26px;
        border: none;
        background: url(../img/close_modal.png) no-repeat center center;
        background-size: 18px 18px;
        opacity: 1; }
        .team_modal .modal-dialog .modal-content .close:hover {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .team_modal .modal-dialog .modal-content .modal-body {
        position: relative;
        width: 100%;
        color: #fff;
        padding: 100px 0px;
        text-align: center; }
        .team_modal .modal-dialog .modal-content .modal-body .container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .team_modal .modal-dialog .modal-content .modal-body .img_block {
          max-width: 538px;
          line-height: 0; }
          .team_modal .modal-dialog .modal-content .modal-body .img_block img, .team_modal .modal-dialog .modal-content .modal-body .img_block .img {
            position: relative;
            display: block;
            width: 100%;
            max-width: 100%; }
        .team_modal .modal-dialog .modal-content .modal-body .text_block {
          position: relative;
          width: calc(100% - 538px);
          padding-left: 40px;
          text-align: left;
          margin-top: -8px; }
        .team_modal .modal-dialog .modal-content .modal-body .name {
          position: relative;
          font-weight: bold;
          color: #FFF;
          font-size: 36px;
          line-height: 1.2;
          margin-bottom: 10px; }
        .team_modal .modal-dialog .modal-content .modal-body .prof {
          position: relative;
          width: 100%;
          font-size: 20px;
          margin-bottom: 15px; }
        .team_modal .modal-dialog .modal-content .modal-body p {
          font-size: 18px;
          line-height: 32px;
          color: #FFF;
          margin-bottom: 20px; }
        .team_modal .modal-dialog .modal-content .modal-body ul {
          position: relative;
          width: 100%;
          margin: 0px;
          padding: 0px;
          list-style: none; }
          .team_modal .modal-dialog .modal-content .modal-body ul li {
            position: relative;
            width: 100%;
            margin: 0px;
            margin-bottom: 0px;
            padding: 0px; }
            .team_modal .modal-dialog .modal-content .modal-body ul li:before {
              display: none; }
            .team_modal .modal-dialog .modal-content .modal-body ul li a {
              position: relative;
              display: inline-block;
              vertical-align: top;
              font-weight: 300;
              font-size: 18px;
              line-height: 32px;
              color: #b2b2b2;
              text-decoration: none; }
              .team_modal .modal-dialog .modal-content .modal-body ul li a:hover {
                opacity: 0.5; }
      .team_modal .modal-dialog .modal-content .soc_list {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px;
        list-style: none;
        margin-top: 20px; }
        .team_modal .modal-dialog .modal-content .soc_list li {
          position: relative;
          margin: 0px;
          padding: 0px;
          line-height: 0;
          margin-right: 14px;
          margin-bottom: 14px; }
          .team_modal .modal-dialog .modal-content .soc_list li:before, .team_modal .modal-dialog .modal-content .soc_list li:after {
            display: none; }
          .team_modal .modal-dialog .modal-content .soc_list li a {
            position: relative;
            display: block;
            width: 48px;
            height: 48px;
            border: 1px solid #FFF;
            margin-bottom: 0px; }
            .team_modal .modal-dialog .modal-content .soc_list li a:hover {
              opacity: 0.5; }
            .team_modal .modal-dialog .modal-content .soc_list li a svg {
              position: absolute;
              top: 0px;
              left: 0px;
              right: 0px;
              bottom: 0px;
              margin: auto;
              max-width: 70%;
              max-height: 60%;
              fill: #FFF; }

.office_wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 80px; }
  .office_wrapper .office_item {
    position: relative;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px; }
    .office_wrapper .office_item .office_photo {
      position: relative;
      display: block;
      text-decoration: none;
      line-height: 0;
      width: 100%;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      margin-bottom: 20px; }
      .office_wrapper .office_item .office_photo:hover:before {
        opacity: 1; }
      .office_wrapper .office_item .office_photo:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        opacity: 0; }
      .office_wrapper .office_item .office_photo img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .office_wrapper .office_item .office_name {
      font-weight: 500;
      font-size: 40px;
      color: #000;
      line-height: 1;
      margin-bottom: 15px; }
      .office_wrapper .office_item .office_name:hover {
        opacity: 0.7; }
    .office_wrapper .office_item .country {
      font-weight: bold;
      font-size: 24px;
      line-height: 32px;
      color: #000;
      margin-bottom: 5px; }
    .office_wrapper .office_item .tel, .office_wrapper .office_item .email {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 32px;
      color: #B2B2B2;
      margin: 0px; }
  .office_wrapper .office_item:nth-of-type(2n+2) {
    margin-right: 0px; }

@media screen and (max-width: 1199px) {
  .office_wrapper .office_item .office_photo {
    margin-bottom: 10px; }
  .office_wrapper .office_item .office_name {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .office_wrapper .office_item .country {
    font-size: 20px; } }
@media screen and (max-width: 991px) {
  .team_modal .modal-dialog .modal-content .modal-body .container {
    max-width: 568px;
    margin: auto; }
  .team_modal .modal-dialog .modal-content .modal-body .text_block {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    padding-top: 30px; } 
	.blog_section.team .item .img .date {
		font-size: 22px;
		line-height: 1;
		padding-top: 10px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
  .office_wrapper .office_item {
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 35px; } 
	.about_section {
		padding-bottom: 20px !important;
	}
	.blog_section.team .item .img img {
		display: none !important;
	}
	.blog_section.team .item .img .hover_img.active, .blog_section.team .item .img .hover_img {
		opacity: 1 !important;
		display: block !important;
		position: relative;
	}
}
@media screen and (max-width: 479px) {
  .team_section .item .img .date {
    font-size: 24px;
    line-height: 1; }

  .team_modal .modal-dialog .modal-content .modal-body .name {
    font-size: 30px; } }

/*# sourceMappingURL=team.css.map */
.personal_wrapper {
	padding-bottom: 0px;
}

.personal_wrapper .col {
	margin-bottom: 70px;
}
.callback_section p {
	padding-left: 72px;
}
.page_wrapper {
	padding-bottom: 0px;
}
.page_wrapper .main_footer {
	position: relative;
}
.main_header .header_nav_block .header_nav li .sub-menu {
	background: #FFF;
	padding-top: 19px;
}
.main_header .header_nav_block .header_nav li .sub-menu li {
	margin-bottom: 12px;
	margin-top: 12px;
}
.main_header .header_nav_block .header_nav li .sub-menu li:last-of-type {
	margin-bottom: 7px;
}


/* 
body {
	padding: 0px;
}
.page_wrapper {
	padding-top: 76px;
}
.main_header {
	background: none;
}
.main_header .header_nav_block .header_nav li a {
	font-weight: 300;
	color: #FFF;
}
.main_header .header_nav_block .choose_lang .jq-selectbox__select:hover, .main_header .header_nav_block .choose_lang.open .jq-selectbox__select {
	color: #FFF;
}
#menu-item-4972 a {
	border: 2px solid #FFF;
	background: #FFF;
    color: #000;
	font-weight: 400;
}
#menu-item-4972 a:hover {
	background: #000;
    color: #fff;
}
.main_header .logo {
	background: none;
}
.main_header .logo svg {
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	fill: #FFF;
	margin: auto;
}
.toggle_menu .sandwich span {
	background: #FFF;
}
.main_header.deactive_blend_mode .toggle_menu .sandwich span {
	background: #000;
}
.main_header.deactive_blend_mode .logo svg {
	fill: #000;
}
.main_header.deactive_blend_mode .header_nav_block .choose_lang .jq-selectbox__select:hover, .main_header.deactive_blend_mode .header_nav_block .choose_lang.open .jq-selectbox__select {
	color: #000;
}
.main_header .header_nav_block .header_nav .active a {
	color: #FFF;
}

@media screen and (max-width: 1599px) {
	body {
		padding-top: 0px;
	}
	.page_wrapper {
		padding-top: 73px;
	}
}
@media screen and (max-width: 1365px) {
	body {
		padding-top: 0px;
	}
	.page_wrapper {
		padding-top: 71px;
	}
}
@media screen and (max-width: 1199px) {
	body {
		padding-top: 0px;
	}
	.page_wrapper {
		padding-top: 75px;
	}
	.main_header.fixed_header .logo {
		margin-top: 0px !important;
	}
}
@media screen and (max-width: 991px) {
	body {
		padding-top: 0px;
	}
	.page_wrapper {
		padding-top: 72px;
	}
}
@media screen and (max-width: 479px) {
	body {
		padding-top: 0px !important;
	}
	.page_wrapper {
		padding-top: 60px;
	}
}
 */

.main_header .header_nav_block .choose_lang .jq-selectbox__dropdown {
	margin-top: 15px;
}
.main_header.fixed_header .header_nav_block .choose_lang .jq-selectbox__dropdown {
	margin-top: 12px;
}


body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.page_wrapper {
	flex: 1 0 auto;
	min-height: 0px;
}
.main_footer {
	flex: 0 0 auto;
}
.main_header .header_nav_block .header_nav li .sub-menu li a {
	text-align: left;
}
.portfolio_item_section .block-description .embed-container {
	max-width: 100%;
	padding-bottom: 56.2%;
}
.main_section .title_container {
    top: 50%;
    margin-top: -58px;
}
.main_header.fixed_header .header_nav_block .header_nav li .new_modal {
	position: relative;
	top: 4px;
}
.main_header.fixed_header .logo {
	margin-top: -5px;
}


.philosophy_block {
	padding-top: 60px;
	clear: both;
}

.page_about .fancybox-slide .fancybox-image-wrap {
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
}
.page_about .fancybox-container .fancybox-image {
	opacity: 0;
}
.page_about .fancybox-container .zoomImg {
    cursor: url(../img/fancy_close.cur), default;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1 !important;
}


.callback_modal_form .select_block:not(.brif_select) {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.callback_modal_form .select_block:not(.brif_select) p {
	width: 100%;
}
.callback_modal_form .select_block:not(.brif_select) .jq-selectbox {
	width: calc(50% - 15px);
}
.callback_modal_form .select_block:not(.brif_select) .jq-selectbox:nth-of-type(2) {
	margin-left: auto;
}

.callback_modal_form .jq-selectbox__dropdown {
	width: 100% !important;
}
.callback_modal_form .jq-selectbox__dropdown .sel.disabled {
	display: none;
}

.callback_modal_form .radio_block .radio_list li label .icon {
	border-radius: 0px;
}


input[name="budgetCustom"] {
    width: calc(50% - 15px);
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    background: #000;
    z-index: 10;
    padding: 25px 15px;
    text-align: center;
    color: #b2b2b2;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
}


@media screen and (max-width: 1499px) {
	.main_section .title_container {
		top: 40%;
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) {
	.philosophy_block .section_title:after {
		display: none;
	}
	.callback_modal_form .select_block:not(.brif_select) .jq-selectbox {
		width: 100%;
	}
	.callback_modal_form .select_block:not(.brif_select) .jq-selectbox:nth-of-type(2) {
		margin-top: 20px;
	}
		
}

.rangecontainer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px; }
  .rangecontainer p {
    position: relative;
    width: 115px;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    margin: 0px; }
  .rangecontainer p:last-of-type {
    text-align: right; }
  .rangecontainer .range_slider {
    position: relative;
    z-index: 2;
    outline: none;
    width: calc(100% - 230px);
    height: 2px;
    background: #000;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 3px; }
    .rangecontainer .range_slider:before {
      content: "";
      display: block;
      z-index: -1;
      width: 100%;
      height: 10px;
      position: absolute;
      top: -4px;
      left: 0px;
      background: linear-gradient(to right, #000 2px, #FFF 0);
      background-size: calc(10% - .2px); }
    .rangecontainer .range_slider:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto; }
    .rangecontainer .range_slider .ui-slider-handle {
      z-index: 5;
      width: 23px;
      height: 23px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background: #000;
      border: none;
      top: -11px;
      margin-left: -11px;
      cursor: pointer;
      -webkit-transition: 0.1s all;
      -moz-transition: 0.1s all;
      -ms-transition: 0.1s all;
      -o-transition: 0.1s all;
      transition: 0.1s all; }

@media screen and (max-width: 599px) {
  .rangecontainer p {
    width: 95px;
    font-size: 15px; }
  .rangecontainer .range_slider {
    width: calc(100% - 190px); }
    .rangecontainer .range_slider:before {
      background: linear-gradient(to right, #000 1px, #FFF 0);
      background-size: calc(10% - .1px); }
    .rangecontainer .range_slider .ui-slider-handle {
      width: 19px;
      height: 19px;
      top: -9px;
      margin-left: -9px; } 
}
.main_header {
	transition: .5s all;
}
.main_header.nav-down {
	top: 0%;
	opacity: 1;
}
.main_header.nav-up {
	top: -100px;
	opacity: 0;
}




.ddbg,
.ddbg-lng {
    position: fixed;
    display: none;
    z-index: 999;
    background: #000;
    width: 101px;
    height: 61px;
}

.ddbg.active, .ddbg-lng.active { display: block; }

.main_header .header_nav_block .choose_lang .jq-selectbox__dropdown {
  border-radius: 0;
}
.swiper-slide .vimeo_video {
	filter: grayscale(0);
}
.main_swiper .swiper-slide .img .dark {
	display: none;
}
.main_swiper .swiper-slide .detail_link {
	display: none !important;
}
.main_swiper .swiper-slide .img {
	overflow: hidden;
}

.portfolio_page .item_title_block a.inner_title {
	text-decoration: underline;
}
.portfolio_page .item_title_block a.inner_title:hover {
	color: #B2B2B2;
}
.video_section .mobile_gif {
	display: none;
	line-height: 0;
}
.video_section .mobile_gif img {
	width: 100%;
	height: auto;
}
.three_img_list {
	width: 100%;
}
.portfolio_item_section .horizontal_small {
	max-width: 100%;
}

.thanks_modal .modal-dialog {
	width: 100%;
	max-width: 600px;
	margin: 20% auto;
}
.thanks_modal .modal-dialog .modal-content {
	position: relative;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: #000;
	margin: auto;
}
.thanks_modal .modal-dialog .modal-content .modal-body {
	position: relative;
	padding: 50px;
	text-align: center;
	color: #FFF;
	box-shadow: 0px 5px 15px rgba(255,255,255,.2);
}
.thanks_modal .modal-dialog .modal-content .close {
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    width: 26px;
    height: 26px;
    border: none;
    background: url(../img/close_modal.png) no-repeat center center;
    background-size: 18px 18px;
    opacity: 1;
}
.thanks_modal .modal-dialog .modal-content .close:hover {
    transform: rotate(90deg);
}
.thanks_modal .modal-dialog .modal-content .modal-body .modal_title {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
	margin-bottom: 20px;
}
.thanks_modal .modal-dialog .modal-content .modal-body p {
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	margin: 0px;
}
.brif_form .checkbox_block p span:before, .brif_form .checkbox_block p span:after {
	display: none;
}
.brif_form p .red {
	color: red;
}
.review_form input[type="radio"], .review_form input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}
.review_form .submit_btn {
	margin-top: 40px;
}
.thanks_modal p a {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	margin: 0px 10px;
	margin-top: 20px;
}
.thanks_modal p a:hover {
	color: #b2b2b2
}


.review_form.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: not-allowed;
}
.thanks_modal p a {
	text-decoration: underline;
}

#video-wrap .recorder {
  display: none;
}

#video-wrap #myVideo,
#video-wrap #myVideo-mobile {
    display: block;
    margin: 50px auto;
}

#video-wrap .msg {
  display: none;
}

#video-wrap .msg.intro {
  display: block;
}
.video_review_modal .modal-dialog .modal-content {
	background: #121212;
	overflow: hidden;
}
.video_review_modal .lines_container .line {
	background: #424242;
}
.video_review_modal .lines_container .line:nth-of-type(4) {
	left: auto;
	right: 0px;
}
.video_review_modal .container {
	position: relative;
	z-index: 2;
}
.video_review_modal .lines_container {
	position: absolute;
	z-index: 0;
}
.video_review_modal #video-wrap #myVideo {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.video_review_modal .myVideo-dimensions.vjs-fluid {
	padding-top: 31%;
}
.video_review_modal #video-wrap .msg.intro {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.video_review_modal .video-js .vjs-control-bar {
	background: rgba(41,41,41,.8)
}
.video_review_modal .submit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 298px;
	width: 100%;
	border: 1px solid #b0b0b0;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
	padding: 20px;
	background: none;
	color: #FFF;
	transition: .3s all;
}
.video_review_modal .submit:hover {
	background: #FFF;
	color: #000;
}
.video_review_modal #video-form {
	position: relative;
}
.video_review_modal #video-form:before, .video_review_modal #video-form:after {
	content: "";
	display: block;
	width: 54px;
	height: 10px;
	background: #FFF;
	position: absolute;
	top: -106px;
	left: 0px;
	
}
.video_review_modal #video-form:after {
	top: auto;
	left: auto;
	right: 0px;
	bottom: -106px;
}
.video_review_modal #video-wrap .msg.intro {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
}
.main_footer .footer_contacts .block_title {
	font-weight: 500;
	font-size: 26px;
}


.steps_swiper .arrows_block .dotted {
	border-radius: 0px;
}
.talant_section {
	background: none;
	padding: 0px;
	max-width: 100%;
}
.talant_section .section_header {
	padding: 0px;
}
.talant_section .page_title, .talant_section p {
	color: #000;
}
.main_footer .footer_soc .block_title {
	border: none;
}
.main_footer .footer_contacts .block_title {
	border: none;

}
.main_footer .footer_contacts .block_title strong {
	display: inline;	
	border-bottom: 1px solid #fff;
}
.services_nav_section .nav_wrapper .nav_list .panel .panel-heading .hidden_link:before {
	display: none;
}

.rangecontainer .range_slider .ui-slider-handle {
	transition: none;
}
.portfolio_section .other_wrapper .item .img_link img {
	transition: 2s all;
}
.portfolio_section .other_wrapper .item .img_link:hover img {
	transform: scale(1.2);
}

.cocoen {
	position: relative;
	width: 100%;
	line-height: 0;
}
.portfolio_page.burj-boutique .item_title_block p br {
	display: block;
}
.cocoen.vertical img, .cocoen.vertical picture > img {
	height: 100%;
}
.main_header .header_nav_block .header_nav li .sub-menu {
	min-width: 116px;
}
.main_swiper .swiper-slide .brand {
	mix-blend-mode: difference;
	color: #FFF;
}

.new_rangecontainer .range_slider {
	width: 100%;
	margin-top: 50px;
}
.new_rangecontainer .range_slider:before {
	display: none;
}
.new_rangecontainer .range_slider span {
	position: absolute;
	top: -30px;
	left: -100px;
	right: -100px;
	margin: auto;
	text-align: center;
	color: #000;
}
.new_rangecontainer .range_title {
    font-size: 18px;
    line-height: 32px;
    color: #666565;
    margin-bottom: 0px;
}
.rangecontainer.new_rangecontainer p, .rangecontainer.new_rangecontainer p:last-of-type {
	width: 100%;
	text-align: left;
	font-size: 18px;
    line-height: 32px;
    color: #666565;
    margin-bottom: 0px;
}


.awards_table_section {
	position: relative;
    width: 100%;
	padding-top: 20px;
	padding-bottom: 80px;
}

.awards_table_section .block_title {
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
}
.award_item  {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0px;
}
.award_item .item_achievement {
	width: 33.333%;
	color: #000;
	padding-right: 15px;
}
.award_item .item_link {
	width: 33.333%;
	padding-right: 25px;
}
.award_item .item_nomination {
	width: 24%;
	color: #000;
	padding-right: 15px;
}
.award_item  p {
	color: #000;
	margin: 0px;
}
.award_item a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #666565;
}
.award_item a:hover {
	color: #000;
}
.award_item a:hover:after {
	opacity: 1;
}
.award_item a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../img/arrow_right.svg") no-repeat center center;
	background-size: 100% 100%;
	transform: rotate(-45deg);
	position: relative;
	top: -2px;
	opacity: .5;
	transition: .3s all;
	margin: 0px;
	margin-left: 7px;
}
.award_item .item_year {
	width: 9.333%;
	color: #000;
	text-align: right;
}
.award_item.award_item_header {
	padding: 10px 0px;
}
.award_item.award_item_header p {
	font-size: 14px;
	color: #666565;
	margin: 0px;
}
.award_item:last-of-type {
	border: none;
}


.info_section .section_title:after {
	display: none;
}


.main_footer .logo_block .logo {
margin-top: 0px;
}
/*
.main_section .main_title:before, .new_section_for_index .new_section_title:before, .new_section_for_index .wrapper .item .number:before, .info_section .section_title:after, .info_section .section_title:before, .info_section .section_title:before, .info_section .section_title:after, .info_section ul:before, .steps_section .steps-swiper-pagination:before, .services .section_title:after, .callback_section p:before {
	display: none;
}
*/
.contacts_section .soc_list li a.youtube_icon svg {
	width: 80%;
	height: 70%;
}
.contacts_section .soc_list li a:hover svg {
	fill: #FFF;
}
.main_header .pointer-events > a {
	pointer-events: none !important;
}
.portfolio_page .vertical_small .video_wrap {
	position: relative;
    float: left;
    width: calc(50% - 9px);
    margin-right: 18px;
}
.portfolio_page .vertical_small .video_wrap .embed-container {
	margin-bottom: 0px;
}
.portfolio_page .vertical_small .video_wrap:nth-of-type(2n+2) {
	margin-right: 0px;
}


.chat-modal {
    position: fixed;
    right: 30px;
    height: 50px;
    background: #FFF;
    bottom: 30px;
    z-index: 999;
    width: 50px;
    max-width: 100%;
    border: 3px solid #000;
    border-radius: 50%;
    overflow: hidden;
    mix-blend-mode: exclusion;
}

.chat-modal.active {
    height: 500px;
    width: 450px;
    border-radius: 0;
    mix-blend-mode: initial;
}

.chat-modal .chat-header {
    width: 100%;
    height: 50px;
    background: #000;
    max-height: 100%;
    cursor: pointer;
    background-blend-mode: exclusion;
    mix-blend-mode: exclusion;
}

.chat-modal.active .chat-header {
    background-blend-mode: initial;
    mix-blend-mode: initial;
}

.chat-modal .chat-modal-wrap {
  width: 100%;
  height: calc(100% - 50px);
  display: none;
}

.chat-modal.active .chat-modal-wrap {
  display: block;
}

.chat-modal iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.chat-modal .chat-toggle {
    justify-content: flex-end;
    width: 100%;
    display: flex;
    height: 45px;
    /* background: #fff; */
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('https://linnikov.agency/wp-content/themes/theme/img/ai.svg');
}

.chat-toggle span {
    color: #FFF;
    display: flex;
    height: 100%;
    width: 45px;
    justify-content: center;
    align-items: center;
}

.chat-modal.active .chat-toggle span {
    font-size: 2em;
}

.soc_list a:hover svg path {
  fill: #FFF;
}

.callback_modal_form .go-brief .jq-selectbox__dropdown {
    top: auto !important;
    bottom: 100% !important;
}

div#g-recaptcha {
    margin: 30px auto;
}

button.disabled {
    pointer-events: none;
    opacity: 0.5;
}


@media screen and (max-width: 1199px) {
	.portfolio_page .vertical_small .video_wrap .embed-container {
		height: 308px !important;
	}
}
@media screen and (max-width: 767px) {

	.portfolio_page .vertical_small .video_wrap {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 17px;
	}

	.portfolio_page .vertical_small .video_wrap .embed-container {
		height: 290px;
	}

	.portfolio_page .vertical_small .video_wrap.mobile_hide {
		display: none;
	}

  .chat-modal.active {
    right: 0;
    bottom: 0;
  }

  li#menu-item-12 > a {
    display: none;
  }

}



