@import url(fonts.css);
p {
  margin-bottom: 0px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0px;
  padding: 0px; }

body {
  background-image: url(img/bg_pattern_dark.jpg);
  background-size: 100px 100px; }

.header {
  height: 4rem; }

.title_block {
  width: 100%;
  z-index: 1; }

.logo_name_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4rem;
  color: #ffffff; }
  .logo_name_contacts #logo_top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 65%; }
    .logo_name_contacts #logo_top #logo_top_path {
      -webkit-animation-duration: 60s;
              animation-duration: 60s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: logo_top_fill_keyframes;
              animation-name: logo_top_fill_keyframes; }

@-webkit-keyframes logo_top_fill_keyframes {
  0% {
    fill: #327AFD; }
  16% {
    fill: #D827C9; }
  32% {
    fill: #D82727; }
  48% {
    fill: #E0E21F; }
  64% {
    fill: #1DE43E; }
  80% {
    fill: #12DDEF; }
  100% {
    fill: #327AFD; } }

@keyframes logo_top_fill_keyframes {
  0% {
    fill: #327AFD; }
  16% {
    fill: #D827C9; }
  32% {
    fill: #D82727; }
  48% {
    fill: #E0E21F; }
  64% {
    fill: #1DE43E; }
  80% {
    fill: #12DDEF; }
  100% {
    fill: #327AFD; } }
  .logo_name_contacts .name_work {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 65%;
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Oswald_Light";
    font-size: 1.2rem;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    white-space: nowrap; }
  .logo_name_contacts .contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: 65%;
    margin-left: auto;
    font-family: "Fira_Light";
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff; }

.smoke_container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .smoke_container .sizer {
    height: 0;
    padding-bottom: 33.5%; }
  .smoke_container .smoke_img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 4s;
    -o-transition: opacity 4s;
    transition: opacity 4s; }
  .smoke_container .demoreel_button_block {
    position: relative;
    width: 100%;
    margin-top: 0px;
    overflow: hidden; }
  .smoke_container #canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.main_col {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.services_box {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 30px;
  text-align: justify;
  display: table; }

.services_highlight {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
  display: none; }

.services_box_paddings > div {
  padding-left: 12px;
  padding-right: 12px; }

.mr10 {
  margin-right: 10px; }

.ml10 {
  margin-left: 10px; }

.service_box {
  position: relative;
  display: table-cell;
  width: 25%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(220, 66, 244, 0);
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  .service_box .bottom {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%; }
  .service_box .service_title {
    font-family: "Oswald_Regular";
    font-size: 33px;
    line-height: 40px;
    color: white;
    text-transform: uppercase; }
  .service_box .hor_line {
    width: 100%;
    height: 1px;
    border-top: 1px solid white;
    margin-top: 10px;
    margin-bottom: 10px; }
  .service_box .service_description {
    font-family: "Fira_Light";
    font-size: 17px;
    line-height: 1.6;
    color: white;
    text-align: left;
    margin-bottom: 80px; }
  .service_box .service_example_button {
    display: inline-block;
    margin-top: 20px;
    border: 2px solid white;
    border-radius: 50px;
    padding: 2px 25px 2px 25px;
    font-family: "Oswald_Light";
    font-size: 20px;
    color: white;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: text-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
    transition: text-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear, text-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, text-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, text-shadow 0.1s linear, -webkit-box-shadow 0.1s linear; }

.service_box:hover {
  background-color: rgba(255, 255, 255, 0.1); }
  .service_box:hover .service_example_button {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.45);
            box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.45);
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3); }

.images_block {
  position: relative; }

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
  -o-transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
  transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
  cursor: pointer; }
  .thumbnail .vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, black 100%);
    /* opera 11.10+ */
    /* ie10+ */
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, black 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, black 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* ie6-9 */
    opacity: 0.1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }

.thumbnail:hover .vignette {
  opacity: 0.2; }

.fullscreen_black {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.closeup_table {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  margin: auto; }
  .closeup_table .row {
    display: table-row; }

.closeup_center {
  display: table-cell;
  position: relative;
  opacity: 1;
  text-align: center;
  vertical-align: middle; }
  .closeup_center .closeup_Img {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: visibility 0.15s linear, opacity 0.15s linear;
    -o-transition: visibility 0.15s linear, opacity 0.15s linear;
    transition: visibility 0.15s linear, opacity 0.15s linear;
    max-height: 100%;
    max-width: 100%;
    cursor: default; }

.closeup_controls {
  display: table-cell;
  position: relative;
  text-align: center;
  height: 60px;
  white-space: nowrap; }
  .closeup_controls .arrow_box {
    width: 60px;
    height: 60px;
    border: 2px solid #707070;
    border-radius: 60px;
    display: inline-block;
    opacity: 0.2;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s; }
  .closeup_controls .arrow_box:hover {
    opacity: 1; }
  .closeup_controls .closeup_counter {
    display: inline-block;
    color: #707070;
    font-family: "Oswald_Light";
    font-size: 25px;
    line-height: 60px;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px; }
  .closeup_controls .arrow_box_left {
    background-image: url(img/arrow_left.svg); }
  .closeup_controls .arrow_box_right {
    background-image: url(img/arrow_right.svg); }
  .closeup_controls .info {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Fira_Light";
    font-size: 16px;
    color: #707070;
    vertical-align: top;
    float: left; }
