@charset "UTF-8";
/*!
 * -------------------------------------
Theme Name: lviv-tech
Theme URI: lviv-tech.city
Author: lviv-tech
Author URI: http://lviv-tech.com
Description: Corporative site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lviv-site
Tags: corporative site, lviv-tech, css, js, webpack, sass, lazyload, canvas

 * -------------------------------------
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  line-height: 1; }

body {
  font-family: "Roboto", sans-serif, serif;
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

a {
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
  box-sizing: border-box; }

:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.cf:before, .cf:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.cf:after {
  clear: both; }

@font-face {
  font-family: "NewBaskervilleC";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/NewBaskervilleC/NewBaskervilleC.eot");
  src: url("assets/fonts/NewBaskervilleC/NewBaskervilleC.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NewBaskervilleC/NewBaskervilleC.woff") format("woff"), url("assets/fonts/NewBaskervilleC/NewBaskervilleC.ttf") format("truetype"); }

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

@font-face {
  font-family: "kfund-font";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/kfund/kfund-font-icon.eot");
  src: url("assets/fonts/kfund/kfund-font-icon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/kfund/kfund-font-icon.woff") format("woff"), url("assets/fonts/kfund/kfund-font-icon.ttf") format("truetype"); }

/*
kFund-icon
powered by http://app.fontastic.me/
*/
.kf-icon {
  display: inline-block;
  vertical-align: text-bottom;
  font: normal normal normal 14px/1 "kfund-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.kf-icon-left-open-big:before {
  content: "\61"; }

.kf-icon-right-open-big:before {
  content: "\62"; }

.kf-icon-arrow-right:before {
  content: "\63"; }

.kf-icon-facebook:before {
  content: "\64"; }

.kf-icon-twitter:before {
  content: "\65"; }

.kf-icon-youtube:before {
  content: "\66"; }

.kf-icon-instagram:before {
  content: "\67"; }

.kf-icon-vk:before {
  content: "\68"; }

.kf-icon-gplus:before {
  content: "\69"; }

.kf-icon-rss:before {
  content: "\6a"; }

.kf-icon-usd:before {
  content: "\6b"; }

.kf-icon-eur:before {
  content: "\6c"; }

.kf-icon-search:before {
  content: "\6d"; }

.kf-icon-quotes:before {
  content: "\6e"; }

.kf-icon-close:before {
  content: "\6f"; }

.kf-icon-tags:before {
  content: "\70"; }

.kf-icon-arrow-left-c:before {
  content: "\71"; }

.r180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.r270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.btn {
  display: inline-block;
  vertical-align: middle; }

.modal__close:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.btn {
  border: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  text-decoration: none; }
  .btn:active {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4); }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1100px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.offset-right-1 {
  margin-right: 8.33333%; }

.offset-right-2 {
  margin-right: 16.66667%; }

.offset-right-3 {
  margin-right: 25%; }

.offset-right-4 {
  margin-right: 33.33333%; }

.offset-right-5 {
  margin-right: 41.66667%; }

.offset-right-6 {
  margin-right: 50%; }

.offset-right-7 {
  margin-right: 58.33333%; }

.offset-right-8 {
  margin-right: 66.66667%; }

.offset-right-9 {
  margin-right: 75%; }

.offset-right-10 {
  margin-right: 83.33333%; }

.offset-right-11 {
  margin-right: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .offset-right-sm-0 {
    margin-right: 0%; }
  .offset-right-sm-1 {
    margin-right: 8.33333%; }
  .offset-right-sm-2 {
    margin-right: 16.66667%; }
  .offset-right-sm-3 {
    margin-right: 25%; }
  .offset-right-sm-4 {
    margin-right: 33.33333%; }
  .offset-right-sm-5 {
    margin-right: 41.66667%; }
  .offset-right-sm-6 {
    margin-right: 50%; }
  .offset-right-sm-7 {
    margin-right: 58.33333%; }
  .offset-right-sm-8 {
    margin-right: 66.66667%; }
  .offset-right-sm-9 {
    margin-right: 75%; }
  .offset-right-sm-10 {
    margin-right: 83.33333%; }
  .offset-right-sm-11 {
    margin-right: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .offset-right-md-0 {
    margin-right: 0%; }
  .offset-right-md-1 {
    margin-right: 8.33333%; }
  .offset-right-md-2 {
    margin-right: 16.66667%; }
  .offset-right-md-3 {
    margin-right: 25%; }
  .offset-right-md-4 {
    margin-right: 33.33333%; }
  .offset-right-md-5 {
    margin-right: 41.66667%; }
  .offset-right-md-6 {
    margin-right: 50%; }
  .offset-right-md-7 {
    margin-right: 58.33333%; }
  .offset-right-md-8 {
    margin-right: 66.66667%; }
  .offset-right-md-9 {
    margin-right: 75%; }
  .offset-right-md-10 {
    margin-right: 83.33333%; }
  .offset-right-md-11 {
    margin-right: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .offset-right-lg-0 {
    margin-right: 0%; }
  .offset-right-lg-1 {
    margin-right: 8.33333%; }
  .offset-right-lg-2 {
    margin-right: 16.66667%; }
  .offset-right-lg-3 {
    margin-right: 25%; }
  .offset-right-lg-4 {
    margin-right: 33.33333%; }
  .offset-right-lg-5 {
    margin-right: 41.66667%; }
  .offset-right-lg-6 {
    margin-right: 50%; }
  .offset-right-lg-7 {
    margin-right: 58.33333%; }
  .offset-right-lg-8 {
    margin-right: 66.66667%; }
  .offset-right-lg-9 {
    margin-right: 75%; }
  .offset-right-lg-10 {
    margin-right: 83.33333%; }
  .offset-right-lg-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .offset-right-xl-0 {
    margin-right: 0%; }
  .offset-right-xl-1 {
    margin-right: 8.33333%; }
  .offset-right-xl-2 {
    margin-right: 16.66667%; }
  .offset-right-xl-3 {
    margin-right: 25%; }
  .offset-right-xl-4 {
    margin-right: 33.33333%; }
  .offset-right-xl-5 {
    margin-right: 41.66667%; }
  .offset-right-xl-6 {
    margin-right: 50%; }
  .offset-right-xl-7 {
    margin-right: 58.33333%; }
  .offset-right-xl-8 {
    margin-right: 66.66667%; }
  .offset-right-xl-9 {
    margin-right: 75%; }
  .offset-right-xl-10 {
    margin-right: 83.33333%; }
  .offset-right-xl-11 {
    margin-right: 91.66667%; } }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html ::-moz-selection {
  color: #050505;
  background: #00ff7c; }

html ::selection {
  color: #050505;
  background: #00ff7c; }

body {
  background: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #000000;
  position: relative; }
  body.is-pagetransition .loader-overlay::before {
    height: 250%; }
  body.is-pagetransition .loader-overlay::after {
    opacity: 1; }
  body.is-pagetransitionend .loader-overlay::before, body.is-pagetransitionend .loader-overlay::after {
    opacity: 0; }

.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }
  .loader-overlay::before {
    content: '';
    width: 200%;
    height: 0;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 900;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
            transform: translate(-50%, -50%) rotate(-25deg);
    transition: height 0.9s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .loader-overlay::after {
    content: '';
    display: block;
    width: 250px;
    height: 50px;
    background-image: url(assets/images/logo-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50vh;
    z-index: 901;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0, 0.99); }

.body-wrapper {
  overflow: hidden; }

.container--full {
  position: relative;
  height: 100%; }

.container-wrap {
  width: 100%;
  max-width: 1340px;
  position: relative;
  margin: 0 auto; }

h1,
.h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.6rem;
  color: #000000; }

h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #313131;
  padding-bottom: 0.43rem; }

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 2rem; }

h4,
.h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  text-transform: uppercase; }

@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 2.4rem; } }

input[type=email],
input[type=password],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

p {
  margin-bottom: 1.538rem; }

a {
  color: #f78e1e;
  text-decoration: underline; }

strong,
b,
.strong {
  font-weight: 500; }

textarea {
  resize: none; }

ul li {
  position: relative;
  padding-left: 2.4rem; }

.img--responsive {
  display: block;
  width: 100%; }

.wrap {
  display: block;
  max-width: 124rem;
  margin: 0 auto;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem; }
  .wrap--grid {
    font-size: 0; }
    .wrap--grid > :not(.wrap--grid) {
      font-size: 1.6rem; }

.text-center {
  text-align: center; }

.link {
  text-decoration: none; }

.clr-white {
  color: #ffffff; }

.sc {
  background: transparent;
  position: relative;
  padding: 4rem 0; }
  .sc__title, .sc__title--title-static {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: right; }
    .sc__title--l {
      text-align: left; }
    @media (max-width: 767px) {
      .sc__title, .sc__title--title-static {
        max-width: 30rem;
        margin-left: auto; } }
  .sc__header {
    font-size: 1.8rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 3rem; }
  .sc--dark {
    color: #ffffff; }
    .sc--dark .heading {
      color: #ffffff; }
  .sc--scew {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 9rem;
    margin-top: -20rem;
    width: 100%;
    z-index: 100; }
    .sc--scew--nmt {
      margin-top: 10rem; }
    .sc--scew .back {
      position: absolute;
      top: 0;
      left: -100%;
      background: #141414;
      width: 300%;
      height: 100%;
      z-index: 0;
      -webkit-transform: rotate(-25deg);
              transform: rotate(-25deg); }
      @media (max-width: 400px) {
        .sc--scew .back {
          left: -225%;
          width: 500%;
      } 
      .page-template-new-resident4 .sc--scew .back, 
      .page-template-new-resident3 .sc--scew .back,
      .page-template-new-resident2 .sc--scew .back,
      .page-template-new-resident1 .sc--scew .back {
          left: -202%;
          width: 500%;
      }
      .page-template-new-resident4 .sc__title,
      .page-template-new-resident3 .sc__title,
      .page-template-new-resident2 .sc__title,
      .page-template-new-resident1 .sc__title
       {
          max-width: 100%;
          
      }      }
    .sc--scew .anim-canvas {
      position: absolute;
      top: 20%;
      width: 932px; }
    .sc--scew .sc__header {
      text-align: left;
      margin-bottom: 0;
      line-height: 0;
      padding: 3rem 0;
      /*border-top: 1px solid #9ca3ad; */
      }
      
    .sc--scew .heading {
      padding-bottom: 0; }
      .page-template-new-resident1 .sc--scew.r-about .column-t:nth-child(1) {
      margin-top: 3rem;
    }
    .page-template-new-resident1 .sc--scew.r-about .column-t:nth-child(2) {
        margin-top: 3rem;
    }
    .sc--scew .column-t:nth-child(1) {
      margin-top: 6rem; }

      .sc--scew.r-about  .column-t:nth-child(1) {
      margin-top: 18rem; }
      .sc--scew .column-tq:nth-child(1)
      {
        margin-top: 6rem;
      }
    .sc--scew .column-t:nth-child(2) {
      margin-top: 8rem; }
    @media (max-width: 575px) {
      .sc--scew .column-t:nth-child(1) {
        margin-top: 2rem; }
      .sc--scew .column-t:nth-child(2) {
        margin-top: 2rem; } }
    .sc--scew .column-ts {
      margin-top: 6rem; }
    .sc--scew .column:nth-child(1) {
      margin-top: 40rem; }
    .sc--scew .column:nth-child(2) {
      margin-top: 28rem; }
    .sc--scew .column:nth-child(3) {
      margin-top: 16rem; }
      .single .sc--scew .column:nth-child(3) {
      margin-top: 0rem; }
    .sc--scew .column:nth-child(4) {
      margin-top: 4rem; }
    /*@media (max-width: 991px) {
      .sc--scew .column:nth-child(1) {
        margin-top: 49rem; }
      .sc--scew .column:nth-child(2) {
        margin-top: 37rem; }
      .sc--scew .column:nth-child(3) {
        margin-top: 25rem; }
      .sc--scew .column:nth-child(4) {
        margin-top: 13rem; } }*/
    @media (max-width: 767px) {
      .sc--scew .column:nth-child(1) {
        margin-top: 10rem; }
      .sc--scew .column:nth-child(2) {
        margin-top: 5rem; }
      .sc--scew .column:nth-child(3) {
        margin-top: 0rem; }
      .sc--scew .column:nth-child(4) {
        margin-top: 5rem; } }

.icon-animate {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7rem;
  margin-left: -3.5rem; }

.js-ic-a__icon {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0); }

#scroller {
  display: none;
  width: 5rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  cursor: pointer; }

@media (min-width: 1440px) {
  html {
    font-size: 0.699304vw; }
  .container {
    width: 100rem; }
  .welcome__content {
    padding-top: 2rem; }
  .image-container {
    width: 1440px;
    height: 1000px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }

    body.page.is-pagetransitionend section#profit.sc--scew {
    margin-top: 10rem;
}
    body.page.is-pagetransitionend section#faq.sc--scew {
    margin-top: 10rem;
}
  .sc--scew {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 9rem;
    margin-top: -13rem;
    width: 100%;
    z-index: 100; }
  .container-wrap {
    width: 100%;
    max-width: 100rem;
    position: relative;
    margin: 0 auto; }
  .welcome__icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 120px auto 0 !important; }
  .video__content .row {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .about__text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 100; } }

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; }
  .sc__title, .sc__title--title-static {
    margin-bottom: 10rem; }
  #about .sc__title, .sc__title--title-static {
    margin-bottom: 0rem; }
    body.page.is-pagetransitionend .sc__title {
    margin-bottom: 0rem; }



  .welcome__slogan {
        font-family: 'Lato', sans-serif !important;
    font-size: 54px; }
  .welcome__sub-slogan {
    font-size: 48px; } }

@media (max-width: 600px) {
  html {
    font-size: 9px; } }

.btn {
  background: #f78e1e;
  color: #fff;
  font-size: 1.1rem;
  line-height: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 1rem 5.4rem;
  border-radius: 9.39rem;
  margin-bottom: 2rem;
  box-shadow: inset 0 0 0 0.1rem #f78e1e;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: box-shadow, background, color; }
  .btn:hover {
    background: transparent;
    color: #000000;
    box-shadow: inset 0 0 0 0.4rem #f78e1e; }
  .btn--nobtn {
    background: none;
    border: none; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fill {
  to {
    fill: #f78e1e; } }

@keyframes fill {
  to {
    fill: #f78e1e; } }

.header {
  width: 100%;
  position: fixed;
  background: transparent;
  padding: 2rem 0;
  z-index: 10;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.2s cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 200; }
  .header.is-hidden {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%); }
  .header.show-bg {
    background: #000; }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    height: 3.4rem; }
  .header__logo {
    display: inline-block;
    width: 21.7rem;
    font-size: 0;
    margin-top: 8px; }
  .header__burger {
    display: none;
    margin-left: 5rem; }
  .header__nav {
    font-weight: 500;
    text-align: right; }
  .header__soc {
    padding-left: 2.4rem;
    font-size: 0;
    line-height: 1; }
    .header__soc-link {
      display: inline-block;
      width: 2.4rem;
      height: 2.4rem;
      margin-left: 2rem;
      border-radius: 50%;
      border: .1rem solid #fff;
      overflow: hidden; }
      .header__soc-link:first-child {
        margin-left: 0; }
      .header__soc-link img {
        width: 2.6rem;
        max-width: none;
        height: 2.6rem;
        margin-top: -.2rem;
        margin-left: -.2rem; }
  .header__menu li {
    padding: 2.0rem;
    line-height: 1;
    font-size: 0; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .menu__link {
    font-size: 1.6rem;
    position: relative;
    color: #ffffff;
    text-decoration: none; }
    .menu__link:after {
      content: "";
      position: absolute;
      width: 100%;
      height: .2rem;
      bottom: -1rem;
      left: 0;
      background-color: #f78e1e;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s; }
    .menu__link:hover:after, .menu__link.active:after {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

@media (max-width: 899px) {
  .header__burger {
    display: block; }
  .header__menu, .header__soc {
    display: none; } }

.footer {
  background: #ffffff;
  padding: 2rem 0; }
  .footer__copyright {
    font-weight: 700;
    text-align: left; }
  .page .footer {
    background: #141414;
    color: #fff; }

.burger, .modal__close {
  position: relative;
  background: none;
  border: none;
  width: 3rem;
  height: 2rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .burger span, .modal__close span {
    display: block;
    position: absolute;
    width: 100%;
    height: .5rem;
    background: #ffffff;
    border-radius: .9rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-property: left, top, opacity, -webkit-transform;
    transition-property: transform, left, top, opacity;
    transition-property: transform, left, top, opacity, -webkit-transform; }
    .burger span:nth-child(1), .modal__close span:nth-child(1) {
      top: 0; }
    .burger span:nth-child(2), .modal__close span:nth-child(2) {
      top: 1rem; }
    .burger span:nth-child(3), .modal__close span:nth-child(3) {
      top: 2rem; }
  .burger:hover:not(.open) span:nth-child(1), .modal__close:hover:not(.open) span:nth-child(1) {
    -webkit-transform: translateX(0.2rem) translateZ(0);
            transform: translateX(0.2rem) translateZ(0); }
  .burger:hover:not(.open) span:nth-child(2), .modal__close:hover:not(.open) span:nth-child(2) {
    -webkit-transform: translateX(-0.2rem) translateZ(0);
            transform: translateX(-0.2rem) translateZ(0); }
  .burger:hover:not(.open) span:nth-child(3), .modal__close:hover:not(.open) span:nth-child(3) {
    -webkit-transform: translateX(0.2rem) translateZ(0);
            transform: translateX(0.2rem) translateZ(0); }
  .open .burger span:nth-child(1), .open .modal__close span:nth-child(1) {
    top: 1rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .open .burger span:nth-child(2), .open .modal__close span:nth-child(2) {
    opacity: 0;
    left: -6rem; }
  .open .burger span:nth-child(3), .open .modal__close span:nth-child(3) {
    top: 1rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.entry-header {
  margin-bottom: 2.5rem; }

.entry-content {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  line-height: 2.7rem; }
  .entry-content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.7rem;
    padding-top: 2rem;
    padding-bottom: .6rem;
    font-weight: 600; }
  .entry-content .post__author + div p:first-child {
    font-weight: 500; }
  .entry-content blockquote {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 600;
    font-style: italic; }

.entry-footer {
  font-size: 1.7rem;
  line-height: 2.7rem; }

.post__author {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: center; }

.mobile-nav, .modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  padding: 7rem 2rem 4rem;
  top: 0;
  left: 0;
  z-index: 400;
  -webkit-transform: translateY(-100%) translateZ(0);
          transform: translateY(-100%) translateZ(0);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform; }
  .mobile-nav.open, .open.modal {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%) translateZ(0);
            transform: translateY(0%) translateZ(0); }
  .mobile-nav__menu li {
    color: #ffffff;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300; }
    .mobile-nav__menu li a {
      color: inherit;
      text-decoration: none; }
  .mobile-nav__burger, .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4rem; }
    .mobile-nav__burger span, .modal__close span {
      background: #ffffff; }

.form__gr {
  position: relative; }
  .form__gr label {
    position: relative;
    display: inline-block;
    background: #ffffff;
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
    padding-bottom: 0.5rem;
    padding-right: 5rem;
    padding-left: 0.5rem;
    margin-left: -0.5rem;
    z-index: 1; }
  .form__gr input {
    margin-bottom: 1.5rem; }

.form__inp, .form__tarea, .form .selectize-input {
  display: inline-block;
  width: 100%;
  border: .2rem solid #000000;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 100;
  padding: 1.5rem 1.5rem;
  border-radius: .3rem;
  box-sizing: border-box; }

.form__tarea {
  height: 22rem; }

.form__btn {
  display: block;
  margin: 3rem auto 1rem; }

.modal {
  padding: 0; }
  .modal__close {
    margin: 2rem 4rem;
    height: 2.7rem; }
    .modal__close:before {
      content: '';
      background: #f78e1e;
      width: 7rem;
      
      height: 7rem; }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: .5rem .8rem;
  border-bottom: .1rem solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 2rem;
  font-size: 2rem !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 2.4rem !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 2.8rem;
  top: 6px;
  font-size: 2.3rem; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 1.8rem;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.welcome {
  background: #000;
  padding-top: 26rem;
  padding-bottom: 0;
  overflow: hidden; }
  @media (max-width: 500px) {
    .welcome {
      padding-top: 200px; } }
  @media (min-width: 400px) {
    .welcome {
      min-height: 110rem; } }
  @media (max-width: 991px) {
    .welcome {
      min-height: 90rem; } }
  @media (min-width: 1400px) {
    .welcome {
      min-height: 117rem; } }
  .welcome__sub-slogan {
    font-size: 5.4rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .welcome__sub-slogan {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .welcome__sub-slogan {
        font-size: 3rem; } }
  .welcome__icon {
    position: relative;
    width: 6rem;
    height: 6rem;
    margin: 5rem auto 0; }
    .welcome__icon:after {
      content: '';
      position: absolute;
      background: #ffffff;
      top: 10rem;
      left: 50%;
      margin-left: -1px;
      width: .2rem;
      height: 80rem; }
  .welcome__slogan {
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
        font-family: 'Lato', sans-serif !important;
    margin-bottom: 4rem; }
    .welcome__slogan span {
      color: #f7901e;
      font-weight: 400; }
    @media (max-width: 600px) {
      .welcome__slogan {
            font-family: 'Lato', sans-serif !important;
        font-size: 26px; } }
    @media (max-width: 991px) {
      .welcome__slogan {
            font-family: 'Lato', sans-serif !important;
        font-size: 3.3rem; } }
  .welcome__p {
    color: #fff;
    font-size: 2rem;
    line-height: 2.6rem;
    max-width: 29.5rem; }
    @media (max-width: 991px) {
      .welcome__p {
        font-size: 1.8rem; } }
  .welcome__link {
    display: inline-block;
    width: 100%;
    max-width: 29rem;
    height: 5.4rem;
    border: .2rem solid #f7901e;
    border-radius: 2.7rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .welcome__link:hover, .welcome__link:focus, .welcome__link:active {
      background-color: #f7901e; }

.image-container {
  width: 120rem;
  height: 80rem;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .image-container img {
    width: 90rem;
    position: absolute;
    right: 0;
    top: 0; }
    .image-container img#layer-2, .image-container img#layer-3 {
      opacity: 0; }
    @media (max-width: 767px) {
      .image-container img {
        width: 60rem; } }
    @media (min-width: 1400px) {
      .image-container img {
        width: 111rem; } }

#welcome-slogan .is-animate i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0, 0.99); }
  #welcome-slogan .is-animate i.is-visible {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.about {
  background: transparent; }
  .about .ic-mobile {
    display: none; }
  .about:after {
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: -2rem;
    left: 50%;
    width: 0.2rem;
    height: 8rem; }
  .about__text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: 100; }
  .about__more {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none; }
    .about__more:hover {
      text-decoration: underline; }

.r-about {
  background: transparent; }
  .r-about .back {
    background: #ffffff; }
  .r-about .sc__title, .r-about .sc__title--title-static {
    color: #000000; }
  .r-about:before {
    content: '';
    position: absolute;
    background: #ffffff;
    top: -12rem;
    left: 47%;
    width: 0.2rem;
    height: 12rem; }

@media (max-width: 767px) {
  .about .ic-mobile {
    display: inline-block;
    width: 7rem;
    position: relative;
    top: -2rem;
    font-weight: 600; }
  .icon-animate {
    display: none; } }

.residents {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 45%, white 47%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  margin-top: -25rem; }

.r-residents {
  background: transparent; }
  .r-residents .back {
    background: #f8f8f8; }
  .r-residents .sc__title, .r-residents .sc__title--title-static {
    color: #000000; }
  .r-residents .form__gr label {
    background: #f8f8f8; }
  .r-residents .form__inp, .r-residents .form__tarea, .r-residents .form__tarea, .r-residents .form .selectize-input {
    background: #f8f8f8; }
  .r-residents .form__header {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 3rem; }

.video {
  background: url("https://lviv-tech.city/wp-content/themes/lviv-site/img/logo_lviv/video-bg-min.jpg") no-repeat center center/cover;
  height: 150rem;
  padding: 0;
  margin-top: -35rem;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem); }
  @media (max-width: 767px) {
    .video {
      margin-top: -40rem; } }
  @media (max-width: 500px) {
    .video {
      height: 140rem; } }
  @media (max-width: 400px) {
    .video {
      height: 160rem; } }
  .video .sc__title, .video .sc__title--title-static {
    color: #111; }
    @media (max-width: 767px) {
      .video .sc__title, .video .sc__title--title-static {
        -webkit-transform: translateY(4rem);
                transform: translateY(4rem); } }
  .video__content {
    height: 100%;
    padding-top: 30rem; }
    @media (max-width: 767px) {
      .video__content {
        padding-top: 40rem; } }
    @media (max-width: 400px) {
      .video__content {
        padding-top: 50rem; } }
  .video__text {
    position: absolute;
    bottom: 43rem;
    max-width: 60rem;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
    .video__text:before {
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.7);
      height: 300%;
      width: 350%;
      top: -60%;
      left: -100%;
      -webkit-transform: rotate(-25deg);
              transform: rotate(-25deg);
      z-index: 0; }
      @media (max-width: 767px) {
        .video__text:before {
          top: -50%; } }
  .video__inner {
    position: relative;
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-weight: 100; }
    @media (max-width: 767px) {
      .video__inner {
        padding-bottom: 8rem;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 500px) {
      .video__inner {
        padding-bottom: 4rem; } }
  .video__launch {
    position: relative;
    display: block;
    padding-bottom: 2rem;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    width: 100%;
    max-width: 29.5rem;
    height: 5.4rem;
    margin: 0 auto;
    border: 0.2rem solid #f78e1e;
    border-radius: 2.7rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .video__launch:hover, .video__launch:focus, .video__launch:active {
      background-color: #f78e1e; }
    @media (max-width: 767px) {
      .video__launch {
        font-size: 1.5rem;
        max-width: 21rem;
        height: 4.4rem;
        line-height: 4rem; } }
  .video__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    width: 10rem;
    margin: auto; }
    @media (max-width: 767px) {
      .video__icon {
        width: 7.4rem; } }

.request {
  padding-top: 15rem;
  background: #ffffff; }
  .request__content {
    max-width: 50rem;
    margin: 0 auto; }
  .request .sc__heading {
    font-size: 4rem;
    line-height: 5.6rem; }

.page-head {
  position: relative;
  background: none;
  height: 66rem; }
  .page-head .sc__content {
    padding-top: 15rem; }

.page-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.ph__list-i {
  padding-left: 1.4rem; }
.ph__list-i:before {
    content: '';
    display: inline-block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #f78e1e;
    position: absolute;
    vertical-align: middle;
    margin-right: 1rem;
    left: -2px;
    top: 8px;
}
  .ph__list-i a {
    font-weight: 500;
    text-decoration: none; }

.ph__heading {
  color: #fff;
  margin-bottom: 1rem; }

.sc__content--mw50 {
  max-width: 50rem;
  margin: 0 auto; }

.faq {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+49,141414+100&0+49,1+50 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #141414 50%, #141414 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#141414',GradientType=0 );
  /* IE6-9 */ }

.page-template-newcontact-page {
  background: #141414; }
  .page-template-newcontact-page #header {
    background: #000; }
  .page-template-newcontact-page .sc__title-static {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .contacts__top {
    margin-top: -20rem;
    padding-top: 40rem; }
  .contacts__link, .contacts__addr {
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    transition: all .3s; }
    .contacts__link:hover, .contacts__addr:hover {
      color: #f78e1e; }
  .contacts__addr:hover {
    color: #ffffff; }
  .contacts__tel {
    margin-bottom: 2rem; }
    .contacts__tel span {
      display: inline-block;
      width: 2.6rem; }
  .page-template-newcontact-page .back {
    margin-top: -16rem;
    background:#000;
    overflow: hidden; }
    .page-template-newcontact-page .back:after {
      content: '';
      position: absolute;
      background: #ffffff;
      bottom: -1rem;
      left: 47%;
      width: 0.2rem;
      height: 8rem;
      -webkit-transform: rotate(25deg);
              transform: rotate(25deg); }
  .contacts__map {
    height: 150vh;
    margin-top: -53rem; }
  @media (max-width: 575px) {
    .page-template-newcontact-page .back {
      margin-top: -7rem; }
      .page-template-newcontact-page .back:after {
        display: none; }
    .page-template-newcontact-page .contacts__map {
      margin-top: -40rem; } }


p.ph__faq {
    font-size: 2rem;
    font-weight: bold;
}
p.ph__faq.padding__top {
    padding-top: 3rem;
}
.page-head li.ph__list-i {
    padding-bottom: 0.5rem;
}

/*new about*/
div.img_about {
  transform: translateY(-10rem); 
  z-index: 101; 
  display: block;
}

@media (max-width: 576px) {
 section#residents.padding_two_block {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
 section#residents.padding_two_block {
    padding-top: 45%;
  }
  .OrderMobile_1 {
    order: -1
  }
  .OrderMobile_2 {
    order: 0    
  }
  .OrderMobile_3 {
    order: 3    
  }
  .OrderMobile_4 {
    order: 4    
  }
  .no_link {
   
   transform: translateY(-15px);
  }
}
@media (max-width: 600px) { 
  .about__text {
    font-size: 1.4rem;
  }
}
.page-template-about-page-php #about.sc--scew .back {
    /*width: 400%;    */
}

.page-template-about-page-php .about:after {
    display: none;
}
.no_link {
    text-decoration: none;
    font-size: 25px;
    text-align: center;
    transform: translateY(-15px);
    /*height: 30px;    */
    background: rgba(0,0,0,0.58);
background: -moz-linear-gradient(top, rgba(0,0,0,0.58) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.58)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.58) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.58) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.58) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.58) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.page-template-fronthome-page-php .no_link {
    text-decoration: none;
    font-size: 25px;
    text-align: center;
    transform: translateY(-15px);
    /*height: 30px;    */
    background: rgba(20,20,20,0.58);
background: -moz-linear-gradient(top, rgba(20,20,20,0.58) 0%, rgba(20,20,20,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,20,20,0.58)), color-stop(100%, rgba(20,20,20,1)));
background: -webkit-linear-gradient(top, rgba(20,20,20,0.58) 0%, rgba(20,20,20,1) 100%);
background: -o-linear-gradient(top, rgba(20,20,20,0.58) 0%, rgba(20,20,20,1) 100%);
background: -ms-linear-gradient(top, rgba(20,20,20,0.58) 0%, rgba(20,20,20,1) 100%);
background: linear-gradient(to bottom, rgba(20,20,20,0.58) 0%, rgba(20,20,20,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414', GradientType=0 );
}


/*resident catalog page */
.margin_top_resident {
  margin-top: -16rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) { 
  .margin_top_resident {
     margin-top: -13rem;
  }
  h2.sc__title.title_resident {
    padding-top: 10rem;
  }
}
@media (min-width: 767px) { 
  h2.sc__title.title_resident {
      padding-top: 17rem;
  }
}

/*newsroom*/


.post-list img.img-responsive.post__image-back {
    width: 100%;
}
.img-box img {
    transition: all 6500ms;
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 1;
}
.img-box {
    overflow: hidden;
}
.post {
    margin-bottom: 30px;
}
.loaded .img-box img {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    border: none;
}
.post-list article:first-child  .post__content {
    position: relative;
    padding: 25px 0px;
}
.post-list .post__content {
    position: relative;
    padding: 25px 30px;
}
.post-list h2 {
  font-size: 2.8rem;
  line-height: 1.4;
}

.post--left h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.post--left h2 a, .post-list h2 a {
  color: #000;
  text-decoration: underline;
  transition-duration:0.5s;
}
.post--left h2 a:hover, .post-list h2 a:hover {
  color: #fff;
  background: #f78e1e;
  text-decoration: none;
  transform: 0.4;
  transition-duration:0.5s;

}
.post__meta {
    padding: 1rem 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #cbcbcb;
}
.post__text {
    font-size: 1.5rem;
    line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .post--left .post__image-front {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .post--left {
    display: -ms-flexbox;
    display: flex;
  }
  .post--left .post__content {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }  
}
.ph__heading {
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
  .page-template-page-newsroom .sc--scew .back {
    left: -80%;
  }
  .post-list .post__content {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .page-template-page-newsroom .sc--scew .back {
    left: -40%;
    top: -5%;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-page-newsroom .sc--scew .back {
    left: -180%;
    top: 0%;
  }
}
@media only screen and (min-width: 1440px){ 
  .page-template-page-newsroom .margin_top_resident {
    margin-top: -24rem;    
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-newsroom  .margin_top_resident {
    margin-top: -21rem;
  }
  .page-template-page-newsroom .page-head {    
    height: 60rem;
  }
  .page-template-page-newsroom .page-head .sc__content {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 768px){   
  .page-template-page-newsroom .page-head .sc__content {
    padding-top: 8rem;
  }
  .page-template-page-newsroom .margin_top_resident {
    margin-top: -24rem;
  }
}

/*post navigation*/
.page-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}
.page-nav, .page-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-nav__list {
    margin: 0 30px;
}
.page-nav__link {
    color: #54585a;
}
.page-nav__item:first-child .sq__box {
    border-left-width: 2px;
}
.page-nav__item.active .sq__box {
    background: rgb(247, 142, 30);
    color: #fff;
}
.page-nav__list .sq__box {
    border-left-width: 2px;
    border-right-width: 2px;
}
.sq__box {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 2px solid rgb(247, 142, 30);
    border-radius: 30px;
    transition: background .3s cubic-bezier(.19,1,.22,1);
}
.page-nav__num {
    font-size: 15px;
    font-style: normal;
}
.sq__vcenter {
    font-size: 1.1rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.no-btn {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sq {
    font-size: 0;
}
.sq__rotate90m {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sq__rotate90 {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sq svg {
    font-size: 14px;
    padding-top: 4px;
}
.icon-arrow-down {
    width: 1em;
    height: 1em;
    fill: initial;
}
li.page-nav__item.sq {
  padding-left: 4px;
}
.single .sc--scew {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 9rem;
    margin-top: 0rem;
    width: 100%;
    z-index: 100;
}

.single .post__text {
    font-size: 1.7rem;
    line-height: 1.6;
}
.single .sc--scew .column:nth-child(2) {
    margin-top: 3.3rem;
}
.single .sc--scew .column-t:nth-child(1) {
    margin-top: 4rem;
}
.single .post__image-front.img-box img {
  width: 100%;
}
.single h1, .single .h1 {
  color: #f78e1e;
}
.single .post__text a {
    font-weight: 500;
}
.single .post__text  blockquote {    
    font-weight: 600;
    font-size: 2rem;
}
section.sc.sc--scew.r-about.r-news {
    padding-bottom: 0rem;
}
@media only screen and (min-width: 1440px){ 
  .single  .margin_top_resident {
    margin-top: -30rem;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 768px){ 
  .single  .margin_top_resident {
    margin-top: -28rem;
    padding-bottom: 0rem;
  }  
}
@media only screen and (max-width: 992px){ 
  .single .sc--scew .back {    
    left: -441%;    
    width: 1000%;    
  }
}
@media only screen and (max-width: 767px){ 
  
  .single  .margin_top_resident {
    margin-top: -26rem;
    padding-bottom: 0rem;
  }
  .single h1, .single .h1 {
    font-size: 2.8rem;
    line-height: 1.3;
  }  
  .single .page-head {    
    height: 29rem;
  }
  .single .page-head .sc__content {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .single .sc--scew .back {    
    left: -388%;    
    width: 1000%;    
  }

}

/*social*/
.blog-entry__social .social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -10px;
    margin-left: 0;
}
.blog-entry__social.show-for-mobile .social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* margin-bottom: -100px; */
    margin-left: -5rem;
    text-align: center;
    margin-top: 4rem;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
}
.blog-entry__social .social__item {
    margin-bottom: 10px;
}
.social__item {
    margin-left: 30px;
}
.show-for-mobile .social__item {
    margin-left: 20px;
}
.blog-entry__social .social__link {
    border-color: #ccc;
}
.blog-entry__social .social__link {
    -webkit-transition: color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
    transition: color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ccc;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.blog-entry__social .social__link [class^="icon-"] {
    font-size: 16px;
}
.social__link i img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 17px;
    transform: translateY(3px);
    opacity: 0.6;
}
@media only screen and (max-width: 767px){ 
  .blog-entry__social.show-for-large {
    display: none;
  }
  .single .sc--scew .column:nth-child(2) {
    margin-top: 0rem;
  }  

}
@media only screen and (min-width: 768px) { 
  .single .page-head .sc__content {
      padding-top: 6rem;
  }
  .single .page-head {    
    height: 30rem;
  }
  .blog-entry__social.show-for-mobile {
    display: none;
  }
/*drop menu*/
.submenu {
  position: absolute;
  top: 4.5rem;              
  background: #000;
  width: 25rem;               
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: .4s ease-in-out;
  text-align: left;
}
ul.submenu li:first-child {
    padding-top: 3rem;
}
ul.submenu li:last-child {
    padding-bottom: 3rem;
}
.submenu li a {
  
  margin: 0 10px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  
}
ul.submenu li {
    padding: 1rem;
    text-align: left;
}

.topmenu > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    background: #000;
    
    text-align: left;
   /* border-radius: 15px;*/
    /*border: 2px solid #f78e1e; */
  }
  .submenu li a:hover {
    color:#f78e1e;
    transition: .4s ease-in-out;
  }
}
ul.mobile-nav__menu a.js-link.menu__link  {
    font-size: 2rem;
    font-weight: 600;
}
ul.mobile-nav__menu ul.submenu a {
   font-size: 1.8rem;
}
span.hr {
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 4rem 0rem;
}
.text-center .contacts__p.contacts__addr {
  font-size: 1.6rem;
  line-height: 1.4;

}
.text-center a.contacts__link {
  font-size: 2rem;
  color:#f78e1e;
}
.text-center a.contacts__link:last-child {
  padding-top: 2rem;
  color:#fff;
  font-size: 1.6rem;
}
section#news span.post__heading {
    font-size: 2.3rem;
    color: #000;
    line-height: 1.6;
    font-weight: 500;
    transform: 0.4;
  transition-duration:0.5s;

}
section#news span.post__heading:hover {
   color: #fff;
   background:#f78e1e; 
   transform: 0.4;
  transition-duration:0.5s;
}
#news .form__btn  {
  color: #fff;
}
#news .form__btn:hover  {
  color: #000;
}

@media only screen and (min-width: 768px) { 
  #news.sc--scew .column:nth-child(2) {
      margin-top: 15rem;
  }
  #news.sc--scew .column:nth-child(1) {
      margin-top: 30rem;
  }
}

/*
19.02.2020
*/
.fancybox-slide--iframe .fancybox-content {
  width  : 800px;
  height : 600px;
  max-width  : 98%;
  max-height : 80%;
  margin: 0;
}
/* button resident */
a.buttun_1,
a.buttun_2, 
a.buttun_3 {
    text-decoration: none;
    display: block;
    padding: 20px;
    border: 1px solid #e5e5e5;
    transition: 1.4s;
}
a.buttun_2 {
transform: translateY(-1px);
}
a.buttun_3 {
transform: translateY(-2px);
}
a.buttun_1:hover, 
a.buttun_2:hover, 
a.buttun_3:hover {
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.05);
    transition: .4s;
}
a.buttun_1:hover span.top_buttom_item, 
a.buttun_2:hover span.top_buttom_item, 
a.buttun_3:hover span.top_buttom_item {
    color: #f78e1e;
    transition: .4s;
}
a.buttun_1:hover .button_description, 
a.buttun_2:hover .button_description, 
a.buttun_3:hover .button_description {
    color: #000;
    transition: 1.4s;

}

.top_buttom_item {
    padding: 0 5px 5px 0;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;  
    color: #000;  
}
span.top_buttom_item span:last-child {
    padding-left: 20px;    

}
.button_description {
    display: block;
    color: #adadad;
    padding: 5px 0px 0px;
    font-size: 1.4rem;
}
span.icon_house {
    display: inline-block;
    height: 42px;
    width: 42px;
    padding: 10px;
    background-image: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/house-sketch.svg);
}
span.icon_sketch {
    display: inline-block;
    height: 42px;
    width: 42px;
    padding: 10px;
    background-image: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/sketch.svg);
}
span.icon_planning {
    display: inline-block;
    height: 42px;
    width: 42px;
    padding: 10px;
    background-image: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/pin.svg);
}
@media (min-width: 900px) {
  .submenu .ph__list-i:before {
      content: '';
      display: inline-block;
      width: .6rem;
      height: .6rem;
      border-radius: 50%;
      background: #f78e1e;
      position: relative;
      vertical-align: middle;
      margin-right: 1rem;
      left: 6px;
      top: -6px;
  }
}
@media (max-width: 899px) {
  .submenu .ph__list-i:before {
      content: '';
      display: inline-block;
      width: .6rem;
      height: .6rem;
      border-radius: 50%;
      background: #f78e1e;
      position: relative;
      vertical-align: middle;
      margin-right: 1rem;
      left: -9px;
      top: 1px;
  }
}
@media (max-width: 575px) {
  #how-to.sc--scew .column-t:nth-child(1) {
      margin-top: 8rem;
  }
}
@media (max-width: 400px) {
  #how-to.sc--scew .column-t:nth-child(1) {
      margin-top: 3rem;
  }
}

.home  #news a span.img_border:before {
    content: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/Path_top_left.svg);
    
    font-size: 12px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: -1px;
    left: 15px;
}
/*.home  #news a span.img_border:after {
    content: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/Path_bottom_right1.svg);
    
    font-size: 12px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 142px;
    right: 123px;
}*/
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-response-output{
	border-color: transparent !important;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7-form.sent .form__gr{
	opacity: 0.3;
	pointer-events: none;
}
.wpcf7-form.sent .form__btn{
	display: none !important;
}

.sc--scew--nmt{
  margin-top: 0;
}
.lang {
  display: flex;
  width: auto;
  top: 12px;
  left: 20px;
  font-size: 14px;
  height: auto;
  position: relative;
  font-weight: 500;
  /* text-decoration: none; */
  color: #fff;
  text-transform: uppercase;
  margin-left: 0px;
}
.header__lang {
  margin-right: 0px;
}
.lang.header__lang.js-lang ul li {
  padding-left: 10px;
  padding-right: 10px;
  }

/*  NEW STYLE */
.lang__current .lang__name{
  border: 2px solid;
  border-radius: 50px;
  padding: 10px;
  text-decoration: none;
  transform: translate(20px, -10px);
  border-color: #f78e1e;
  color: #f78e1e;
  pointer-events: none;
}
.lang__list .lang__link{
color: #fff;
text-decoration: none;
transition: all .3s ease-in-out 0s;   
}
.lang__list .lang__link:hover{
color: #f78e1e;
}
.sc--scew{
  padding-bottom: 13.5rem !important;
}
