@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helv/Helvetica.eot");
  src: local("Helvetica"), url("../fonts/helv/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/helv/Helvetica.woff2") format("woff2"), url("../fonts/helv/Helvetica.woff") format("woff"), url("../fonts/helv/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helv/Helvetica-Oblique.eot");
  src: local("Helvetica Oblique"), local("Helvetica-Oblique"), url("../fonts/helv/Helvetica-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/helv/Helvetica-Oblique.woff2") format("woff2"), url("../fonts/helv/Helvetica-Oblique.woff") format("woff"), url("../fonts/helv/Helvetica-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helv/Helvetica-BoldOblique.eot");
  src: local("Helvetica Bold Oblique"), local("Helvetica-BoldOblique"), url("../fonts/helv/Helvetica-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/helv/Helvetica-BoldOblique.woff2") format("woff2"), url("../fonts/helv/Helvetica-BoldOblique.woff") format("woff"), url("../fonts/helv/Helvetica-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helv/Helvetica-Light.eot");
  src: local("Helvetica Light"), local("Helvetica-Light"), url("../fonts/helv/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/helv/Helvetica-Light.woff2") format("woff2"), url("../fonts/helv/Helvetica-Light.woff") format("woff"), url("../fonts/helv/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helv/Helvetica-Bold.eot");
  src: local("Helvetica Bold"), local("Helvetica-Bold"), url("../fonts/helv/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helv/Helvetica-Bold.woff2") format("woff2"), url("../fonts/helv/Helvetica-Bold.woff") format("woff"), url("../fonts/helv/Helvetica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helv/Helvetica-LightOblique.eot");
  src: local("Helvetica Light Oblique"), local("Helvetica-LightOblique"), url("../fonts/helv/Helvetica-LightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/helv/Helvetica-LightOblique.woff2") format("woff2"), url("../fonts/helv/Helvetica-LightOblique.woff") format("woff"), url("../fonts/helv/Helvetica-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

body, html {
  margin: 0;
  font-family: "Roboto", sans-serif;
  min-width: 320px;
  background: #000; }

body {
  max-width: 100%;
  -webkit-font-smoothing: antialiased; }
  body.fixed {
    position: fixed; }

* {
  letter-spacing: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

img.lazyload, video.lazyload {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.desk-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mob-only {
  display: none; }

.anim {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .anim.single-project {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.anim-stage > * {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  opacity: 0; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes zoom-fade {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes zoom-fade {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes line {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 510px;
    opacity: 1; } }

@keyframes line {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 510px;
    opacity: 1; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  70% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1; } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  70% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1; } }

@-webkit-keyframes slide {
  to {
    width: 100%;
    opacity: 1; } }

@keyframes slide {
  to {
    width: 100%;
    opacity: 1; } }

@-webkit-keyframes slide-height {
  from {
    opacity: 1; }
  to {
    height: 100%;
    opacity: 1; } }

@keyframes slide-height {
  from {
    opacity: 1; }
  to {
    height: 100%;
    opacity: 1; } }

@-webkit-keyframes fade {
  to {
    opacity: 1; } }

@keyframes fade {
  to {
    opacity: 1; } }

@-webkit-keyframes fade-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fade-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fade-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fade-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fade-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.anim-stage > * {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }

@-webkit-keyframes anim-stage {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes anim-stage {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fade-up-2 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-up-2 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fade-up-3 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-up-3 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fade-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 991px) {
  .anim {
    opacity: 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: opacity 0.6s ease !important;
    -o-transition: opacity 0.6s ease !important;
    transition: opacity 0.6s ease !important;
    -webkit-animation: none !important;
            animation: none !important; }
    .anim.done {
      opacity: 1; }
  .anim-stage > * {
    opacity: 1; }
  @-webkit-keyframes line {
    0% {
      width: 0;
      opacity: 0; }
    100% {
      width: 247px;
      opacity: 1; } }
  @keyframes line {
    0% {
      width: 0;
      opacity: 0; }
    100% {
      width: 247px;
      opacity: 1; } }
  @-webkit-keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px; }
    100% {
      width: 50px;
      height: 50px; } }
  @keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px; }
    100% {
      width: 50px;
      height: 50px; } } }

@media screen and (max-width: 575px) {
  @-webkit-keyframes line {
    0% {
      width: 0;
      opacity: 0; }
    100% {
      width: 150px;
      opacity: 1; } }
  @keyframes line {
    0% {
      width: 0;
      opacity: 0; }
    100% {
      width: 150px;
      opacity: 1; } } }

.is-loaded {
  opacity: 0;
  visibility: visible;
  -webkit-animation: faddingImgAnim 0.5s ease;
          animation: faddingImgAnim 0.5s ease; }

@-webkit-keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

@keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

.container {
  width: 100%;
  max-width: 88%;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none; }

a, button {
  cursor: pointer; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

p, h1, ul, ol, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif; }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes rotating {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Roboto", sans-serif;
  background: #272424; }
  body.no-scroll {
    overflow: hidden; }

.wrapper {
  width: 100%; }

html {
  height: auto;
  min-height: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wrapper,
body {
  height: auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative; }

.pretty-anims .line-2 {
  display: none !important; }

#canvas-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  color: #AA9999; }

.canvas-cont {
  position: fixed;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none; }
  .canvas-cont canvas {
    width: 100%;
    height: 100%; }

p, h1, ul, ol, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: #FAFAFA; }

::-webkit-scrollbar-thumb {
  background: #4F4F4F;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }

.hero {
  width: 100%; }
  .hero .container {
    height: 100%;
    padding-top: 114px;
    position: relative; }

.title {
  font-size: 64px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }
  .title i {
    font-style: italic;
    font-size: 40px;
    line-height: 1.05;
    text-transform: initial;
    font-family: "Cormorant", serif;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .title i::before {
      width: 100%;
      height: 1px;
      bottom: 3px;
      left: 0;
      background: #E95627;
      display: inline-block;
      content: '';
      position: absolute; }
    .title i.link {
      cursor: pointer; }
      .title i.link:hover {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #E95627; }
  .title.done i::before {
    width: 100%; }
  .title strong {
    font-weight: normal;
    position: relative;
    display: inline-block; }
    .title strong::before {
      width: 100%;
      height: 1px;
      bottom: 3px;
      left: 0;
      background: #E95627;
      display: inline-block;
      content: '';
      position: absolute; }

.hero__container {
  width: 100%;
  position: relative;
  height: 822px;
  z-index: 2; }
  .hero__container .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .hero__container .bg::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(18, 18, 18, 0.48);
      display: inline-block;
      content: ''; }
    .hero__container .bg img, .hero__container .bg video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.hero__content {
  position: relative;
  z-index: 2;
  width: 52%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 143px; }
  .hero__content .title {
    width: 100%; }
  .hero__content p {
    position: absolute;
    left: 0;
    top: 94px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF; }

.hero-anims {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none; }
  .hero-anims .line {
    height: 1px;
    background: #AA9999;
    position: absolute; }
    .hero-anims .line-2 {
      top: 270px;
      width: 0;
      right: -6vw;
      -webkit-transition: width 1.4s linear;
      -o-transition: width 1.4s linear;
      transition: width 1.4s linear; }
      .hero-anims .line-2.go {
        width: 78vw; }
    .hero-anims .line-1 {
      width: 1px;
      height: 0;
      right: 71.88vw;
      top: 0;
      -webkit-transition: height 1.3s linear;
      -o-transition: height 1.3s linear;
      transition: height 1.3s linear; }
      .hero-anims .line-1.go {
        height: 93.2%; }
    .hero-anims .line-3 {
      width: 0;
      height: 1px;
      left: 15px;
      top: 93.2%;
      -webkit-transition: width 1.6s ease;
      -o-transition: width 1.6s ease;
      transition: width 1.6s ease; }
      .hero-anims .line-3.go {
        width: 82%; }
    .hero-anims .line-4 {
      width: 1px;
      height: 0;
      opacity: 0;
      top: 270px;
      left: calc(82% + 15px);
      -webkit-transition: height 1.5s linear, opacity 0.2s ease;
      -o-transition: height 1.5s linear, opacity 0.2s ease;
      transition: height 1.5s linear, opacity 0.2s ease; }
      .hero-anims .line-4.go {
        height: 90%;
        opacity: 1; }
        .hero-anims .line-4.go::after {
          opacity: 1; }
      .hero-anims .line-4::after {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 1.5s;
             -o-transition-delay: 1.5s;
                transition-delay: 1.5s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url("../img/oror.svg") no-repeat center/100%; }
  .hero-anims .word {
    top: 261px;
    right: 77.7vw;
    margin-right: -6vw;
    height: 561px;
    width: 8.2299vw;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .hero-anims .word svg {
      position: absolute;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      width: 611px;
      height: 8.2299vw; }
    .hero-anims .word text {
      font-size: 205px;
      line-height: 1.05; }
    .hero-anims .word.go {
      opacity: 1; }
      .hero-anims .word.go svg text {
        -webkit-animation: dash 8s linear forwards;
                animation: dash 8s linear forwards; }

@-webkit-keyframes dash2 {
  0% {
    stroke-dasharray: 800;
    stroke-dashoffset: 100%; }
  85% {
    stroke-dasharray: 3975;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 3975;
    stroke-dashoffset: 0; } }

@keyframes dash2 {
  0% {
    stroke-dasharray: 800;
    stroke-dashoffset: 100%; }
  85% {
    stroke-dasharray: 3975;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 3975;
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%; }
  85% {
    stroke-dasharray: 1975;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 1975;
    stroke-dashoffset: 0; } }

@keyframes dash {
  0% {
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%; }
  85% {
    stroke-dasharray: 1975;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 1975;
    stroke-dashoffset: 0; } }

.parallax-word {
  width: 100%;
  padding: 210px 0 145px; }
  .parallax-word p {
    font-size: 4vw;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
     }
  .parallax-word--reverse p {
    font-size: 3.5vw;
     }

.about-us {
  width: 100%;
  position: relative;
  z-index: 2; }
  .about-us .container {
    padding-bottom: 225px;
    position: relative; }

.about-us__cont {
  width: 100%; }
  .about-us__cont .text {
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 0; }
    .about-us__cont .text .title {
      max-width: 400px; }
    .about-us__cont .text .paragraphs {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 100px; }
      .about-us__cont .text .paragraphs span, .about-us__cont .text .paragraphs p {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 1.2;
        display: inline-block;
        max-width: 527px;
        margin-bottom: 30px;
        color: #FFFFFF; }
        .about-us__cont .text .paragraphs span:last-child, .about-us__cont .text .paragraphs p:last-child {
          margin-bottom: 0; }
        .about-us__cont .text .paragraphs span strong, .about-us__cont .text .paragraphs p strong {
          font-weight: 400;
          color: #E95627; }
      .about-us__cont .text .paragraphs p {
        font-size: 18px;
        font-weight: 300; }

.about-anims {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px; }
  .about-anims .symb {
    position: absolute;
    width: 52%;
    height: auto;
    top: 0;
    max-width: 786px;
    left: 11%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .about-anims .symb svg {
      width: 100%;
      height: auto; }
    .about-anims .symb.go {
      opacity: 1; }
      .about-anims .symb.go svg path {
        -webkit-animation: dash2 6s linear forwards;
                animation: dash2 6s linear forwards; }
  .about-anims .word {
    top: 110px;
    right: -4px;
    height: 564px;
    width: 8.2299vw;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .about-anims .word svg {
      position: absolute;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      width: 611px;
      height: 8.2299vw; }
    .about-anims .word text {
      font-size: 205px;
      line-height: 1.05; }
    .about-anims .word.go {
      opacity: 1; }
      .about-anims .word.go svg text {
        -webkit-animation: dash 8s linear forwards;
                animation: dash 8s linear forwards; }
  .about-anims .line {
    position: absolute;
    background: #605555; }
    .about-anims .line-1 {
      width: 0;
      top: 0;
      left: 0;
      height: 1px;
      -webkit-transition: width 1.2s ease;
      -o-transition: width 1.2s ease;
      transition: width 1.2s ease; }
      .about-anims .line-1.go {
        width: 100%; }
    .about-anims .line-2 {
      width: 1px;
      height: 0;
      top: 0;
      right: 0;
      -webkit-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      transition: height 0.3s ease; }
      .about-anims .line-2.go {
        height: 121px; }

.pretty-stage {
  width: 100%;
  margin-bottom: 50px; }

.pretty-stage__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .pretty-stage__container .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pretty-stage__container .left {
    width: 100%;
    max-width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 117px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 25px; }
    .pretty-stage__container .left .text-parall, .pretty-stage__container .left .cont {
      width: 100%; }
    .pretty-stage__container .left .title {
      width: 100%;
      margin-bottom: 10px; }
    .pretty-stage__container .left p {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF;
      margin-top: 4px; }
  .pretty-stage__container .img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 44%;
    height: 0;
    overflow: hidden;
    position: relative; }
    .pretty-stage__container .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 120%;
      margin-top: -16%;
      -o-object-fit: cover;
         object-fit: cover; }
  .pretty-stage__container .bot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -132px;
    z-index: 2;
    position: relative; }

.pretty-image {
  width: 100%; }

.pretty-anims {
  width: 100%;
  position: relative;
  height: 121px; }
  .pretty-anims .line {
    height: 1px;
    background: #605555;
    position: absolute;
    bottom: 0;
    -webkit-transition: width 1.3s ease, height 0.4s ease;
    -o-transition: width 1.3s ease, height 0.4s ease;
    transition: width 1.3s ease, height 0.4s ease; }
    .pretty-anims .line-1 {
      left: 0;
      width: 0; }
      .pretty-anims .line-1.go {
        width: 100%; }
    .pretty-anims .line-2 {
      right: 0;
      height: 0;
      width: 1px; }
      .pretty-anims .line-2.go {
        height: 121px; }

.big-img {
  width: 100%;
  padding-top: 48%;
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 57px; }
  .big-img img {
    width: 120%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.pretty-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 9%;
  counter-reset: my-awesome-counter2; }

.single-pretty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-increment: my-awesome-counter2;
  width: calc((100% / 3) - (18% / 3)); }
  .single-pretty span {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 8px; }
  .single-pretty p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF; }
  .single-pretty::before {
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 132px;
    text-transform: uppercase;
    color: #FFFFFF;
    content: "." counter(my-awesome-counter2, decimal-leading-zero); }

.facade-types {
  width: 100%; }

.facade-types__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .facade-types__cont .top {
    width: 100%;
    position: relative;
    padding-bottom: 37px; }
    .facade-types__cont .top .pretty-anims {
      position: absolute;
      bottom: 0;
      left: 0; }
    .facade-types__cont .top .title {
      max-width: 527px;
      display: inline-block; }
    .facade-types__cont .top p {
      position: absolute;
      bottom: 37px;
      left: 50%;
      font-style: normal;
      font-weight: 300;
      font-size: 17px;
      line-height: 22px;
      max-width: 300px;
      color: #FFFFFF; }
  .facade-types__cont .bot {
    width: 100%;
    margin-top: 69px; }

.facades-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 125px 50px; }

.single-facade {
  width: calc((100% / 3) - (100px / 3)); }
.single-facade:nth-child(1) {
  z-index: 6;
}
.single-facade:nth-child(2) {
  z-index: 5;
}
.single-facade:nth-child(3) {
  z-index: 4;
}
.single-facade:nth-child(4) {
  z-index: 3;
}
.single-facade:nth-child(5) {
  z-index: 2;
}
.single-facade:nth-child(6) {
  z-index: 1;
}
  .single-facade .cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .single-facade .cont .img {
      width: 100%;
      height: 0;
      padding-top: 55%;
      position: relative;
      overflow: hidden; }
      .single-facade .cont .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
    .single-facade .cont .text {
      width: 100%;
      margin-top: 13px;
      padding: 0 14px 0 44px; }
      .single-facade .cont .text span {
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 9px;
        display: inline-block; }
      .single-facade .cont .text p {
        max-width: 350px;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF; }
  .single-facade:nth-child(even) .cont .img img {
    top: 0%; }

.form-cost {
  width: 100%; }
  .form-cost .container {
    position: relative;
    padding-top: 60px; }
    .form-cost .container .about-anims .word {
      display: none; }

.form-cost__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .form-cost__cont .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 11%; }
    .form-cost__cont .right .form {
      max-width: 526px; }
    .form-cost__cont .right .title {
      max-width: 671px; }
    .form-cost__cont .right p {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF;
      max-width: 500px;
      margin-top: 14px;
      margin-bottom: 50px; }
  .form-cost__cont .left {
    position: relative;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .form-cost__cont .left .word {
      width: 100%;
      left: 0;
      top: 70%;
      position: absolute;
      z-index: 2;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .form-cost__cont .left .word svg {
        width: 100%;
        height: 200px; }
        .form-cost__cont .left .word svg text {
          font-size: 205px; }
    .form-cost__cont .left .img {
      width: 100%;
      padding-top: 92%;
      overflow: hidden;
      height: 0;
      position: relative; }
      .form-cost__cont .left .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }

.fancybox__toolbar__items .carousel__button {
  display: none !important; }
  .fancybox__toolbar__items .carousel__button.fancybox__button--close, .fancybox__toolbar__items .carousel__button.fancybox__button--fullscreen {
    display: block !important; }

.custom-file-upload {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: underline; }
  .custom-file-upload::before {
    width: 34px;
    height: 34px;
    background: url("../img/upload.svg") no-repeat center/100%;
    display: inline-block;
    content: '';
    margin-right: 12px;
    -webkit-filter: invert(1);
            filter: invert(1); }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #E95627 !important; }

.form {
  width: 100%; }
  .form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .form form textarea {
      background: #272323;
      border: 1px solid #605555;
      padding: 10px 27px;
      width: 100%;
      min-height: 90px;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      color: #fff;
      resize: none;
      margin-bottom: 19px; }
    .form form input {
      width: 100%;
      background: #272323;
      border: 1px solid #605555;
      padding: 10px 27px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 60px;
      margin-bottom: 19px;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      /* or 100% */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #FFFFFF; }
      .form form input[type='file'] {
        display: none; }
    .form form .btn {
      width: 100%;
      height: 60px; }

.btn {
  width: auto;
  padding: 10px 27px;
  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;
  text-align: center;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  border: 2px solid #E95627;
  background-color: #E95627;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease; }
  .btn:hover {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
    -o-transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
    color: #E95627;
    background: #fff; }
  .btn.btn-download::before {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    display: inline-block;
    content: '';
    background: url("../img/pdf-icon.png") no-repeat center/100%;
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
  .btn.btn-download:hover::before {
    -webkit-filter: invert(0);
            filter: invert(0);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
  .btn.btn--big {
    font-size: 38px;
    line-height: 1.2;
    padding: 16px 38px; }

.our-works {
  width: 100%;
  margin-top: 200px; }
  .our-works .container {
    position: relative; }

.our-works__cont {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .our-works__cont .top {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 190px; }
    .our-works__cont .top .title {
      max-width: 527px;
      display: inline-block; }

.sliders-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.slider-photo {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-left: calc((6vw + 15px) * -1); }
  .slider-photo .btn-prev {
    display: none; }
  .slider-photo:nth-child(even) {
    margin-right: -6vw;
    margin-left: calc(6vw + 15px); }
    .slider-photo:nth-child(even) .btn-prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .slider-photo:nth-child(even) .btn-next {
      display: none; }
  .slider-photo:last-child {
    margin-bottom: 0; }
  .slider-photo .btn {
    z-index: 2; }
  .slider-photo .btn-prev {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    z-index: 3; }
  .slider-photo .btn-next {
    right: 0;
    top: 50%;
    z-index: 3;
    position: absolute;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }

.single-slide .img {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 55%; }
  .single-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.btns > * {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B0A6A6;
  border: 1px solid #B0A6A6;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.4s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.4s ease;
  transition: background-color 0.3s ease, border 0.3s ease, opacity 0.4s ease;
  cursor: pointer; }
  .btns > *::before {
    width: 34px;
    height: 35px;
    display: inline-block;
    content: '';
    background: url("../img/vect-r.svg") no-repeat center/100%;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
  .btns > *.btn-prev::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btns > *:hover {
    background: #fff;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease; }
    .btns > *:hover::before {
      -webkit-filter: invert(1);
              filter: invert(1);
      -webkit-transition: -webkit-filter 0.3s ease;
      transition: -webkit-filter 0.3s ease;
      -o-transition: filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
  .btns > *.swiper-button-disabled {
    opacity: 0;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.4s ease;
    -o-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.4s ease;
    transition: background-color 0.3s ease, border 0.3s ease, opacity 0.4s ease;
    pointer-events: none; }

.video-bg {
  width: 100%;
  margin-top: 120px; }
  .video-bg .video {
    width: 100%;
    height: 0;
    padding-top: 46.5%;
    position: relative;
    overflow: hidden; }
    .video-bg .video img, .video-bg .video video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }

.our-steps {
  width: 100%;
  margin-top: 86px; }

.grid-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  width: 100%; }
  .grid-steps .grid {
    overflow: hidden;
    border: 1px solid #605555;
    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;
    padding: 20px 10%;
    position: relative; }
    .grid-steps .grid:nth-child(odd) {
      border-right: none; }
    .grid-steps .grid:nth-child(2) {
      padding: 20px 10%; }
      .grid-steps .grid:nth-child(2) img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease; }
        .grid-steps .grid:nth-child(2) img.go {
          opacity: 1; }
    .grid-steps .grid:nth-child(3), .grid-steps .grid:nth-child(4) {
      border-top: none; }
  .grid-steps .line.verti {
    background: #605555;
    width: 1px;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease; }
    .grid-steps .line.verti.go {
      height: 100%; }
  .grid-steps .round {
    border: 1px solid #605555;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 0;
    padding-top: 0;
    height: 0;
    -webkit-transition: width 0.6s ease, padding-top 0.6s ease;
    -o-transition: width 0.6s ease, padding-top 0.6s ease;
    transition: width 0.6s ease, padding-top 0.6s ease; }
    .grid-steps .round.go {
      width: 100%;
      padding-top: 100%; }
  .grid-steps .diagonal-line {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(#605555), color-stop(50.1%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 49.9%, #605555, rgba(255, 255, 255, 0) 50.1%);
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 49.9%, #605555, rgba(255, 255, 255, 0) 50.1%);
    background-repeat: no-repeat;
    font-size: 50px;
    text-align: center;
    color: #ffff00;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transition: width 0.7s ease, height 0.7s ease;
    -o-transition: width 0.7s ease, height 0.7s ease;
    transition: width 0.7s ease, height 0.7s ease; }
    .grid-steps .diagonal-line.reverse {
      top: 0;
      left: 0;
      right: auto;
      background-image: -webkit-gradient(linear, left bottom, right top, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(#605555), color-stop(50.1%, rgba(255, 255, 255, 0)));
      background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49.9%, #605555, rgba(255, 255, 255, 0) 50.1%);
      background-image: linear-gradient(to top right, rgba(255, 255, 255, 0) 49.9%, #605555, rgba(255, 255, 255, 0) 50.1%); }
    .grid-steps .diagonal-line.go {
      width: 100%;
      height: 100%;
      -webkit-transition: width 0.5s ease, height 0.5s ease;
      -o-transition: width 0.5s ease, height 0.5s ease;
      transition: width 0.5s ease, height 0.5s ease; }

.list-steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-reset: my-awesome-counter3; }

.single-step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-increment: my-awesome-counter3; }
  .single-step::before {
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 132px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 34px;
    width: 134px;
    display: inline-block;
    content: "." counter(my-awesome-counter3, decimal-leading-zero); }
  .single-step .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .single-step .text span {
      font-style: normal;
      font-weight: 300;
      font-size: 32px;
      line-height: 1;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 10px;
      display: inline-block; }
      .single-step .text span.open-form {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #E95627; }
        .single-step .text span.open-form:hover {
          color: #fff;
          -webkit-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          transition: color 0.3s ease; }
    .single-step .text p {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF; }
  .single-step:first-child .text span {
    color: #E95627;
    border-bottom: 1px solid #E95627; }
  .single-step:first-child::before {
    color: #E95627; }

.call-us {
  right: 40px;
  bottom: 6%;
  width: 123px;
  height: 123px;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .call-us.hide {
    opacity: 0;
    pointer-events: none; }
  .call-us .message {
    background: #E95627;
    border-radius: 10px;
    padding: 8px 13px;
    width: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .call-us .message::before {
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      width: 0;
      height: 0;
      border-left: 11px solid #E95627;
      border-top: 15px solid rgba(255, 255, 255, 0);
      display: inline-block;
      content: '';
      position: absolute;
      top: 100%;
      left: 20px;
      -webkit-transform: translate(0, -2px) rotate(90deg);
          -ms-transform: translate(0, -2px) rotate(90deg);
              transform: translate(0, -2px) rotate(90deg); }
    .call-us .message p {
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 12px;
      color: #FFFFFF;
      margin-bottom: 15px; }
      .call-us .message p:last-child {
        margin-bottom: 0; }
  .call-us .message {
    left: auto;
    right: 0; }
    .call-us .message::before {
      left: auto;
      right: 40px;
      -webkit-transform: translate(0, -4px) rotate(90deg) rotateX(180deg);
              transform: translate(0, -4px) rotate(90deg) rotateX(180deg); }
  .call-us .img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden; }
    .call-us .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .call-us::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    content: '';
    -webkit-box-shadow: none;
            box-shadow: none; }
  .call-us::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    content: '';
    -webkit-box-shadow: none;
            box-shadow: none; }
  .call-us:hover .message {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .call-us:hover::before {
    -webkit-animation: movingAfter 3s linear infinite;
            animation: movingAfter 3s linear infinite; }
  .call-us:hover::after {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-name: movingAfter;
            animation-name: movingAfter;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes movingAfter {
  0% {
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 1; }
  80% {
    -webkit-box-shadow: 0 0 9px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 9px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35); }
  90% {
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

@keyframes movingAfter {
  0% {
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 1; }
  80% {
    -webkit-box-shadow: 0 0 9px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 9px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35); }
  90% {
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
            box-shadow: 0 0 6px 3px rgba(170, 153, 153, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

.single-soc {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #AA9999;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, left 0.5s ease, top 0.5s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.6s ease;
  transition: background-color 0.3s ease, left 0.5s ease, top 0.5s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.6s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s ease, left 0.5s ease, top 0.5s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s ease, left 0.5s ease, top 0.5s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s ease, left 0.5s ease, top 0.5s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.6s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .single-soc a, .single-soc img {
    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: 100%;
    height: 100%; }
  .single-soc:hover {
    background: #fff;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.6s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.6s ease;
    -o-transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.6s ease;
    -webkit-box-shadow: 0 0 9px 3px #121212;
            box-shadow: 0 0 9px 3px #121212; }

.call-us.open .socials .single-soc:nth-child(1) {
  top: 10%;
  left: -20%; }

.call-us.open .socials .single-soc:nth-child(2) {
  top: 50%;
  left: -35%; }

.call-us.open .socials .single-soc:nth-child(3) {
  top: 90%;
  left: -20%; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: #272424;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.preloader-cont {
  width: 100%;
  height: 100%;
  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; }

.svg-cont {
  width: 540px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-14%, -56%);
      -ms-transform: translate(-14%, -56%);
          transform: translate(-14%, -56%); }
  .svg-cont svg {
    width: 100%;
    height: auto; }
    .svg-cont svg path {
      opacity: 0; }
      .svg-cont svg path.xmark {
        -webkit-animation: lustraGo 4.4s linear forwards;
                animation: lustraGo 4.4s linear forwards; }

.preload-line {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px; }
  .preload-line .wrapper-pr {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    clip: rect(0px, 220px, 220px, 110px); }
    .preload-line .wrapper-pr::after {
      position: absolute;
      width: 100%;
      height: 100%;
      display: inline-block;
      content: '';
      border-radius: 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .preload-line .circle {
    width: 100%;
    height: 100%;
    border: 6px solid #E95627;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    clip: rect(0px, 110px, 220px, 0px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .preload-line p {
    font-size: 20px;
    line-height: 1.2;
    color: #fff; }

div[data-anim~=base] {
  -webkit-animation-iteration-count: 1;
  /* Only run once */
  -webkit-animation-fill-mode: forwards;
  /* Hold the last keyframe */
  -webkit-animation-timing-function: linear;
  /* Linear animation */ }

.wrapper-pr[data-anim~=wrapper] {
  -webkit-animation-duration: 0.01s;
  /* Complete keyframes asap */
  -webkit-animation-delay: 1.8s;
  /* Wait half of the animation */
  -webkit-animation-name: close-wrapper;
  /* Keyframes name */ }

.circle[data-anim~=left] {
  -webkit-animation-duration: 3.6s;
  /* Full animation time */
  -webkit-animation-name: left-spin; }

.circle[data-anim~=right] {
  -webkit-animation-duration: 1.8s;
  /* Half animation time */
  -webkit-animation-name: right-spin; }

/* Rotate the right side of the progress bar from 0 to 180 degrees */
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(180deg); } }

/* Rotate the left side of the progress bar from 0 to 360 degrees */
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg); } }

/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto); } }

@-webkit-keyframes lustraGo {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 1; }
  35% {
    opacity: 0; }
  50% {
    opacity: 0; }
  50% {
    opacity: 1; }
  65% {
    opacity: 1; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes lustraGo {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 1; }
  35% {
    opacity: 0; }
  50% {
    opacity: 0; }
  50% {
    opacity: 1; }
  65% {
    opacity: 1; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.preloader.hide .preload-line {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.preloader.hide .svg-cont {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-50%, -56%);
      -ms-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%); }
  .preloader.hide .svg-cont svg path {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 1 !important; }

.preloader.hide.remove {
  -webkit-transform: translate(0, -120%);
      -ms-transform: translate(0, -120%);
          transform: translate(0, -120%);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease; }
  .preloader.hide.remove .svg-cont {
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }

body main .help {
  position: relative;
  padding-right: 30px; }
  body main .help::after {
    cursor: pointer;
    content: '?';
    color: #E95627;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E95627;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: center;
    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;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  body main .help div.rollup {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    border-radius: 4px;
    position: absolute;
    left: 100%;
    width: 100%;
    bottom: 100%;
    background: #fff;
    color: #272424;
    font-size: 12px;
    line-height: 1.1;
    max-width: 230px;
    padding: 20px; }
    body main .help div.rollup > * {
      margin-bottom: 5px;
      color: #272424 !important;
      font-size: 15px !important;
      line-height: 1.2 !important;
      font-weight: 500 !important; }
      body main .help div.rollup > *:last-child {
        margin-bottom: 0; }
  body main .help:hover div.rollup {
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.lang {
  margin-right: 4%;
  position: relative;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 4%; }
  .lang span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    width: 61px;
    cursor: pointer;
    position: relative; }
    .lang span::after {
      width: 6px;
      height: 6px;
      border: 1px solid #fff;
      border-left: none;
      border-top: none;
      display: inline-block;
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -60%) rotate(45deg);
          -ms-transform: translate(0, -60%) rotate(45deg);
              transform: translate(0, -60%) rotate(45deg); }
    .lang span img {
      width: 100%;
      height: auto; }
    .lang span.open + ul {
      opacity: 1;
      pointer-events: auto; }
  .lang ul {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .lang ul li {
      width: 100%;
      margin: 0 !important;
      display: inline-block; }
      .lang ul li a {
        height: auto;
        line-height: initial;
        padding: 5px 11px;
        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: 55px;
        background: #fff;
        border: 1px solid #E95627;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        .lang ul li a img {
          width: 100%;
          height: auto; }
        .lang ul li a.active, .lang ul li a:hover {
          background: #E95627;
          -webkit-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
      .lang ul li:last-child a {
        border-top: none; }

.header-container {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.logo {
  width: 205px;
  height: auto;
  margin-right: 6.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .logo a, .logo img {
    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: 100%;
    height: auto; }

.menu-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 64px; }
  .menu-container p, .menu-container a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; }
  .menu-container a:hover {
    text-decoration: underline; }
  .menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .menu-container ul li {
      width: 100%;
      margin-bottom: 5px; }
      .menu-container ul li:last-child {
        margin-bottom: 0; }

.footer {
  width: 100%;
  margin-top: 160px;
  padding-bottom: 90px; }

.footer__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer__container .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 109px; }
    .footer__container .top .title {
      text-align: center; }

.footer__cont {
  width: 100%;
  position: relative;
  height: 820px; }

.footer-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .footer-lines .line {
    position: absolute;
    background: #AA9999; }
    .footer-lines .line-1 {
      width: 1px;
      height: 0;
      left: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-1.go {
        height: 100%; }
    .footer-lines .line-2 {
      height: 1px;
      width: 0;
      left: 0;
      top: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-2.go {
        width: 100%; }
    .footer-lines .line-3 {
      width: 1px;
      height: 0;
      right: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-3.go {
        height: 100%; }
    .footer-lines .line-4 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-4.go {
        width: 100%; }
    .footer-lines .line-5 {
      height: 1px;
      width: 0;
      left: 0;
      top: 88px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-5.go {
        width: calc(100% - 288px); }
    .footer-lines .line-6 {
      width: 1px;
      height: 0;
      left: 288px;
      top: 88px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-6.go {
        height: calc(100% + 100px); }
    .footer-lines .line-7 {
      height: 1px;
      width: 0;
      left: 288px;
      bottom: 169px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-7.go {
        width: calc(100% + 100px); }
    .footer-lines .line-8 {
      width: 1px;
      height: 0;
      right: 288px;
      bottom: 169px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-8::before {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url(../img/oror.svg) no-repeat center/100%; }
      .footer-lines .line-8::after {
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 16px;
        height: 51%;
        left: 25px;
        bottom: 88px;
        display: inline-block;
        opacity: 0;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        content: ''; }
      .footer-lines .line-8.go {
        height: calc(100% + 100px); }
        .footer-lines .line-8.go::before {
          opacity: 1; }
        .footer-lines .line-8.go::after {
          opacity: 1;
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
    .footer-lines .line-9 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc(((100% - 88px) / 3) + 30px);
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-9::after {
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-9.go {
        width: 288px; }
        .footer-lines .line-9.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
    .footer-lines .line-10 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc((((100% - 88px) / 3) * 2));
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-10::after {
        position: absolute;
        top: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10::before {
        position: absolute;
        bottom: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10.go {
        width: 288px; }
        .footer-lines .line-10.go::before, .footer-lines .line-10.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }

.footer-inside {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .footer-inside .bot {
    left: 288px;
    bottom: 0;
    height: 169px;
    right: 288px;
    position: absolute;
    padding: 29px 0 29px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-inside .bot-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 15px; }
    .footer-inside .bot-col:last-child {
      padding-right: 0; }
    .footer-inside .bot-col span {
      font-style: normal;
      font-weight: 300;
      font-size: 32px;
      line-height: 1.1;
      text-transform: uppercase;
      color: #FFFFFF;
      display: inline-block;
      margin-bottom: 4px; }
    .footer-inside .bot-col a, .footer-inside .bot-col p {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF;
      max-width: 230px; }
    .footer-inside .bot-col a:hover {
      text-decoration: underline; }
    .footer-inside .bot-col ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer-inside .bot-col ul li {
        width: 38px;
        height: 38px;
        margin-right: 15px; }
        .footer-inside .bot-col ul li a, .footer-inside .bot-col ul li img {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .footer-inside .bot-col ul li a {
          -webkit-transition: -webkit-filter 0.3s ease;
          transition: -webkit-filter 0.3s ease;
          -o-transition: filter 0.3s ease;
          transition: filter 0.3s ease;
          transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
          .footer-inside .bot-col ul li a:hover {
            -webkit-transition: -webkit-filter 0.3s ease;
            transition: -webkit-filter 0.3s ease;
            -o-transition: filter 0.3s ease;
            transition: filter 0.3s ease;
            transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
            .footer-inside .bot-col ul li a:hover img {
              -webkit-filter: invert(45%) sepia(44%) saturate(5390%) hue-rotate(349deg) brightness(97%) contrast(88%);
                      filter: invert(45%) sepia(44%) saturate(5390%) hue-rotate(349deg) brightness(97%) contrast(88%); }
        .footer-inside .bot-col ul li:last-child {
          margin-right: 0; }
  .footer-inside .center {
    position: absolute;
    padding: 23px;
    top: 88px;
    bottom: 169px;
    left: 288px;
    right: 288px; }
    .footer-inside .center .map {
      width: 100%;
      height: 100%; }
      .footer-inside .center .map iframe {
        width: 100%;
        height: 100%; }
  .footer-inside .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    padding: 10px;
    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; }
    .footer-inside .top p {
      text-align: center;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.2;
      color: #FFFFFF; }

@media screen and (max-width: 1650px) {
  .footer__cont {
    height: 720px; }
  .footer {
    padding-bottom: 60px; }
  .footer-inside .bot-col span {
    font-size: 28px; }
  .footer-lines .line {
    position: absolute;
    background: #AA9999; }
    .footer-lines .line-1 {
      width: 1px;
      height: 0;
      left: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-1.go {
        height: 100%; }
    .footer-lines .line-2 {
      height: 1px;
      width: 0;
      left: 0;
      top: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-2.go {
        width: 100%; }
    .footer-lines .line-3 {
      width: 1px;
      height: 0;
      right: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-3.go {
        height: 100%; }
    .footer-lines .line-4 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-4.go {
        width: 100%; }
    .footer-lines .line-5 {
      height: 1px;
      width: 0;
      left: 0;
      top: 88px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-5.go {
        width: calc(100% - 248px); }
    .footer-lines .line-6 {
      width: 1px;
      height: 0;
      left: 248px;
      top: 88px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-6.go {
        height: calc(100% + 100px); }
    .footer-lines .line-7 {
      height: 1px;
      width: 0;
      left: 248px;
      bottom: 169px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-7.go {
        width: calc(100% + 100px); }
    .footer-lines .line-8 {
      width: 1px;
      height: 0;
      right: 248px;
      bottom: 169px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-8::before {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url(../img/oror.svg) no-repeat center/100%; }
      .footer-lines .line-8::after {
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 16px;
        height: 51%;
        left: 25px;
        bottom: 88px;
        display: inline-block;
        opacity: 0;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        content: ''; }
      .footer-lines .line-8.go {
        height: calc(100% + 100px); }
        .footer-lines .line-8.go::before {
          opacity: 1; }
        .footer-lines .line-8.go::after {
          opacity: 1;
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
    .footer-lines .line-9 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc(((100% - 88px) / 3) + 30px);
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-9::after {
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-9.go {
        width: 248px; }
        .footer-lines .line-9.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
    .footer-lines .line-10 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc((((100% - 88px) / 3) * 2));
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-10::after {
        position: absolute;
        top: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10::before {
        position: absolute;
        bottom: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10.go {
        width: 248px; }
        .footer-lines .line-10.go::before, .footer-lines .line-10.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
  .footer-inside .bot {
    left: 248px;
    bottom: 0;
    height: 169px;
    right: 248px; }
  .footer-inside .top {
    height: 88px; }
  .footer-inside .center {
    top: 88px;
    bottom: 169px;
    left: 248px;
    right: 248px; } }

@media screen and (max-width: 1400px) {
  .footer__container .top {
    margin-bottom: 60px; }
  .footer {
    margin-top: 60px; }
  .footer-lines .line {
    position: absolute;
    background: #AA9999; }
    .footer-lines .line-1 {
      width: 1px;
      height: 0;
      left: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-1.go {
        height: 100%; }
    .footer-lines .line-2 {
      height: 1px;
      width: 0;
      left: 0;
      top: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-2.go {
        width: 100%; }
    .footer-lines .line-3 {
      width: 1px;
      height: 0;
      right: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-3.go {
        height: 100%; }
    .footer-lines .line-4 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-4.go {
        width: 100%; }
    .footer-lines .line-5 {
      height: 1px;
      width: 0;
      left: 0;
      top: 88px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-5.go {
        width: calc(100% - 198px); }
    .footer-lines .line-6 {
      width: 1px;
      height: 0;
      left: 228px;
      top: 88px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-6.go {
        height: calc(100% + 100px); }
    .footer-lines .line-7 {
      height: 1px;
      width: 0;
      left: 228px;
      bottom: 149px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-7.go {
        width: calc(100% + 100px); }
    .footer-lines .line-8 {
      width: 1px;
      height: 0;
      right: 198px;
      bottom: 149px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-8::before {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url(../img/oror.svg) no-repeat center/100%; }
      .footer-lines .line-8::after {
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 16px;
        height: 51%;
        left: 25px;
        bottom: 88px;
        display: inline-block;
        opacity: 0;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        content: ''; }
      .footer-lines .line-8.go {
        height: calc(100% + 100px); }
        .footer-lines .line-8.go::before {
          opacity: 1; }
        .footer-lines .line-8.go::after {
          opacity: 1;
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
    .footer-lines .line-9 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc(((100% - 88px) / 3) + 30px);
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-9::after {
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-9.go {
        width: 228px; }
        .footer-lines .line-9.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
    .footer-lines .line-10 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc((((100% - 88px) / 3) * 2));
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-10::after {
        position: absolute;
        top: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10::before {
        position: absolute;
        bottom: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10.go {
        width: 228px; }
        .footer-lines .line-10.go::before, .footer-lines .line-10.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
  .footer-inside .bot {
    left: 228px;
    bottom: 0;
    height: 149px;
    right: 198px; }
  .footer-inside .top {
    height: 88px; }
  .footer-inside .center {
    top: 88px;
    bottom: 149px;
    left: 228px;
    right: 198px; }
  .footer-lines .line-8.go {
    height: 100%; }
  .footer-inside .bot {
    padding: 15px 0 15px 15px; } }

@media screen and (max-width: 1300px) {
  .footer-inside .bot-col span {
    font-size: 20px; }
  .footer-inside .bot-col a, .footer-inside .bot-col p {
    font-size: 14px;
    line-height: 1.1; } }

@media screen and (max-width: 1050px) {
  .footer {
    margin-top: 120px; }
  .footer-lines .line {
    position: absolute;
    background: #AA9999; }
    .footer-lines .line-1 {
      width: 1px;
      height: 0;
      left: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-1.go {
        height: 100%; }
    .footer-lines .line-2 {
      height: 1px;
      width: 0;
      left: 0;
      top: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-2.go {
        width: 100%; }
    .footer-lines .line-3 {
      width: 1px;
      height: 0;
      right: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-3.go {
        height: 100%; }
    .footer-lines .line-4 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-4.go {
        width: 100%; }
    .footer-lines .line-5 {
      height: 1px;
      width: 0;
      left: 0;
      top: 88px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-5.go {
        width: calc(100% - 128px); }
    .footer-lines .line-6 {
      width: 1px;
      height: 0;
      left: 0;
      top: 88px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-6.go {
        height: calc(100% + 100px); }
    .footer-lines .line-7 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 129px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-7.go {
        width: calc(100% + 100px); }
    .footer-lines .line-8 {
      width: 1px;
      height: 0;
      right: 128px;
      bottom: 129px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-8::before {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url(../img/oror.svg) no-repeat center/100%; }
      .footer-lines .line-8::after {
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 16px;
        height: 51%;
        left: 25px;
        bottom: 88px;
        display: inline-block;
        opacity: 0;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        content: ''; }
      .footer-lines .line-8.go {
        height: calc(100% + 100px); }
        .footer-lines .line-8.go::before {
          opacity: 1; }
        .footer-lines .line-8.go::after {
          opacity: 1;
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
    .footer-lines .line-9 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc(((100% - 88px) / 3) + 30px);
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-9::after {
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-9.go {
        width: 0; }
        .footer-lines .line-9.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
    .footer-lines .line-10 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc((((100% - 88px) / 3) * 2));
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-10::after {
        position: absolute;
        top: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10::before {
        position: absolute;
        bottom: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10.go {
        width: 0; }
        .footer-lines .line-10.go::before, .footer-lines .line-10.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
  .footer-lines .line-10.go, .footer-lines .line-9.go {
    display: none; }
  .footer-lines .line-8.go {
    height: 100%; }
  .footer-inside .bot {
    left: 0;
    bottom: 0;
    height: 129px;
    right: 128px; }
  .footer-inside .top {
    height: 88px;
    right: 128px;
    left: 0;
    width: auto; }
  .footer-inside .center {
    top: 88px;
    bottom: 129px;
    left: 0;
    right: 128px; } }

@media screen and (max-width: 900px) {
  .footer-lines .line {
    position: absolute;
    background: #AA9999; }
    .footer-lines .line-1 {
      width: 1px;
      height: 0;
      left: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-1.go {
        height: 100%; }
    .footer-lines .line-2 {
      height: 1px;
      width: 0;
      left: 0;
      top: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-2.go {
        width: 100%; }
    .footer-lines .line-3 {
      width: 1px;
      height: 0;
      right: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-3.go {
        height: 100%; }
    .footer-lines .line-4 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-4.go {
        width: 100%; }
    .footer-lines .line-5 {
      height: 1px;
      width: 0;
      left: 0;
      top: 88px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-5.go {
        width: calc(100% - 128px); }
    .footer-lines .line-6 {
      width: 1px;
      height: 0;
      left: 0;
      top: 88px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-6.go {
        height: calc(100% + 100px); }
    .footer-lines .line-7 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 240px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-7.go {
        width: calc(100% + 100px); }
    .footer-lines .line-8 {
      width: 1px;
      height: 0;
      right: 128px;
      bottom: 240px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-8::before {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url(../img/oror.svg) no-repeat center/100%; }
      .footer-lines .line-8::after {
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 16px;
        height: 51%;
        left: 25px;
        bottom: 88px;
        display: inline-block;
        opacity: 0;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        content: ''; }
      .footer-lines .line-8.go {
        height: calc(100% + 100px); }
        .footer-lines .line-8.go::before {
          opacity: 1; }
        .footer-lines .line-8.go::after {
          opacity: 1;
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
    .footer-lines .line-9 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc(((100% - 88px) / 3) + 30px);
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-9::after {
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-9.go {
        width: 0; }
        .footer-lines .line-9.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
    .footer-lines .line-10 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc((((100% - 88px) / 3) * 2));
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-10::after {
        position: absolute;
        top: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10::before {
        position: absolute;
        bottom: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10.go {
        width: 0; }
        .footer-lines .line-10.go::before, .footer-lines .line-10.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
  .footer-lines .line-10.go, .footer-lines .line-9.go {
    display: none; }
  .footer-lines .line-8.go {
    height: 80%; }
  .footer-inside .top {
    height: 88px;
    right: 128px;
    left: 0;
    width: auto; }
  .footer-inside .center {
    top: 88px;
    bottom: 240px;
    left: 0;
    right: 128px; }
  .footer-inside .bot {
    left: 0;
    bottom: 0;
    height: 240px;
    right: 128px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-inside .bot .bot-col {
      width: 50%; } }

@media screen and (max-width: 700px) {
  .footer-lines .line {
    position: absolute;
    background: #AA9999; }
    .footer-lines .line-1 {
      width: 1px;
      height: 0;
      left: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-1.go {
        height: 100%; }
    .footer-lines .line-2 {
      height: 1px;
      width: 0;
      left: 0;
      top: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-2.go {
        width: 100%; }
    .footer-lines .line-3 {
      width: 1px;
      height: 0;
      right: 0;
      top: 0;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-3.go {
        height: 100%; }
    .footer-lines .line-4 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-4.go {
        width: 100%; }
    .footer-lines .line-5 {
      height: 1px;
      width: 0;
      left: 0;
      top: 88px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-5.go {
        width: calc(100% - 0px); }
    .footer-lines .line-6 {
      width: 1px;
      height: 0;
      left: 0;
      top: 88px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-6.go {
        height: calc(100% + 100px); }
    .footer-lines .line-7 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: 240px;
      -webkit-transition: width 0.9s ease;
      -o-transition: width 0.9s ease;
      transition: width 0.9s ease; }
      .footer-lines .line-7.go {
        width: calc(100% + 100px); }
    .footer-lines .line-8 {
      width: 1px;
      height: 0;
      right: 0px;
      bottom: 240px;
      -webkit-transition: height 0.9s ease;
      -o-transition: height 0.9s ease;
      transition: height 0.9s ease; }
      .footer-lines .line-8::before {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        width: 18px;
        height: 11px;
        display: inline-block;
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url(../img/oror.svg) no-repeat center/100%; }
      .footer-lines .line-8::after {
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 16px;
        height: 51%;
        left: 25px;
        bottom: 88px;
        display: inline-block;
        opacity: 0;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        content: ''; }
      .footer-lines .line-8.go {
        height: calc(100% + 100px); }
        .footer-lines .line-8.go::before {
          opacity: 1; }
        .footer-lines .line-8.go::after {
          opacity: 1;
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
    .footer-lines .line-9 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc(((100% - 88px) / 3) + 30px);
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-9::after {
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-9.go {
        width: 0; }
        .footer-lines .line-9.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
    .footer-lines .line-10 {
      height: 1px;
      width: 0;
      left: 0;
      bottom: calc((((100% - 88px) / 3) * 2));
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease; }
      .footer-lines .line-10::after {
        position: absolute;
        top: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10::before {
        position: absolute;
        bottom: 90px;
        left: 50%;
        border: 1px solid #AA9999;
        border-radius: 10px;
        width: 40%;
        height: 16px;
        display: inline-block;
        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .footer-lines .line-10.go {
        width: 0; }
        .footer-lines .line-10.go::before, .footer-lines .line-10.go::after {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s;
          opacity: 1; }
  .footer-inside .top p {
    font-size: 14px;
    line-height: 1.1; }
  .footer-lines .line-10.go, .footer-lines .line-9.go {
    display: none; }
  .footer-inside .bot-col span {
    font-size: 18px; }
  .footer-inside .bot-col a, .footer-inside .bot-col p {
    margin-bottom: 5px; }
  .footer__cont {
    height: 620px; }
  .footer-inside .center {
    padding: 10px; }
  .footer-lines .line-8.go {
    display: none; }
  .footer-inside .top {
    height: 88px;
    right: 0px;
    left: 0;
    width: auto; }
  .footer-inside .center {
    top: 88px;
    bottom: 240px;
    left: 0;
    right: 0px; }
  .footer-inside .bot {
    left: 0;
    bottom: 0;
    height: 240px;
    right: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-inside .bot .bot-col {
      width: 50%; } }

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(39, 36, 36, 0.4);
  -webkit-transform: translate(0, 110%);
      -ms-transform: translate(0, 110%);
          transform: translate(0, 110%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  will-change: transform;
  z-index: 16;
  overflow: hidden;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .modal-window.visible {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .modal-window.visible .modal-container {
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    .modal-window.visible .modal-cont {
      opacity: 1;
      -webkit-transition-delay: 0.8s;
           -o-transition-delay: 0.8s;
              transition-delay: 0.8s; }

.open-form {
  cursor: pointer; }

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  padding: 2px;
  cursor: pointer; }
  .modal-close span {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
    .modal-close span:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 36, 36, 0.5);
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow-y: auto;
  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;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }

.modal-cont {
  position: relative;
  padding: 70px 120px;
  width: 100%;
  max-width: 720px;
  opacity: 0;
  background: #272424;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .modal-cont .title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block; }
  .modal-cont::before {
    pointer-events: none;
    width: 100%;
    height: 50%;
    border-left: 1px solid #605555;
    border-top: 1px solid #605555;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0; }
  .modal-cont::after {
    pointer-events: none;
    width: 100%;
    height: 50%;
    border-right: 1px solid #605555;
    border-bottom: 1px solid #605555;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0; }

@media screen and (max-width: 1920px) {
  .about-anims .word {
    width: 153px; }
    .about-anims .word svg {
      height: 153px; } }

@media screen and (max-width: 1750px) {
  .grid .title {
    font-size: 46px; } }

@media screen and (max-width: 1650px) {
  .title strong::before {
    bottom: 1px; }
  .pretty-list {
    gap: 60px 7%; }
  .pretty-stage__container .bot {
    margin-top: -110px; }
  .single-pretty {
    width: calc((100% / 3) - (14% / 3)); }
  .single-facade .cont .text {
    padding: 6px 10px 0 20px; }
    .single-facade .cont .text span {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 7px; }
    .single-facade .cont .text p {
      font-size: 16px;
      line-height: 1.2; }
  .single-pretty::before {
    font-size: 74px;
    line-height: 1.2; }
  .single-pretty span {
    font-size: 28px;
    line-height: 1.2; }
  .about-us__cont .text .title {
    max-width: 220px; }
  .about-us .container {
    padding-bottom: 190px; }
  .about-us__cont .text .paragraphs {
    padding-top: 60px; }
  .parallax-word {
    padding: 150px 0 120px; }
  .hero__container {
    height: 550px; }
  .hero-anims .word {
    height: 331px; }
    .hero-anims .word svg {
      width: 359px; }
    .hero-anims .word text {
      font-size: 118px; }
  .hero-anims .line-4 {
    height: 0; }
    .hero-anims .line-4.go {
      height: 70%; }
  .title {
    font-size: 42px;
    line-height: 1.2; } }

@media screen and (max-width: 1400px) {
  .our-works__cont .top {
    padding-bottom: 90px; }
  .our-works {
    margin-top: 90px; }
  .slider-photo .btn-prev {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .slider-photo .btn-next {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .form-cost__cont .right {
    padding-left: 5%; }
  .form-cost__cont .left .word svg text {
    font-size: 15vw; }
  .facades-list {
    gap: 50px; }
  .pretty-stage__container .bot {
    margin-top: -68px; }
  .pretty-list {
    gap: 40px; }
  .single-pretty {
    width: calc((100% / 3) - (80px / 3)); }
  .container {
    width: 100%;
    max-width: 100%; }
  .hero__content {
    padding-top: 77px; }
    .hero__content p {
      top: 34px; }
  .header-container {
    padding: 18px 0; }
  .logo {
    width: 190px; }
  .hero-anims .word {
    right: calc(100% - 240px);
    margin-right: 0;
    top: 181px; }
    .hero-anims .word svg {
      height: 8.5299vw; }
  .hero-anims .line-1 {
    right: calc(100% - 240px); }
  .hero-anims .line-2 {
    top: 190px;
    right: 0;
    margin-right: 0;
    width: 0; }
    .hero-anims .line-2.go {
      width: calc(100% - 240px); }
  .hero-anims .line-4 {
    top: 190px;
    height: 0; }
    .hero-anims .line-4.go {
      height: 80%; } }

@media screen and (max-width: 1300px) {
  .grid .title {
    font-size: 32px; }
  .single-step::before {
    font-size: 64px;
    width: 90px;
    margin-right: 15px; }
  .single-step .text span {
    font-size: 26px;
    line-height: 1.2; } }

@media screen and (max-width: 1200px) {
  .pretty-anims {
    height: 60px; }
    .pretty-anims .line-2.go {
      height: 60px; }
  .big-img {
    margin-top: 20px; }
  .about-us .container {
    padding-bottom: 80px; }
  .pretty-stage__container .left {
    padding-top: 40px; }
  .about-us__cont .text .paragraphs span, .about-us__cont .text .paragraphs p {
    font-size: 20px;
    max-width: 450px;
    margin-bottom: 17px; }
  .about-anims .word text {
    font-size: 70px; }
  .about-anims .word {
    height: 208px; }
    .about-anims .word svg {
      width: 224px; }
  .about-us__cont .text .paragraphs p {
    font-size: 14px;
    line-height: 1.2; }
  .hero-anims .word {
    width: 86px; }
  .hero .container {
    padding-top: 100px; }
  .hero-anims .word svg {
    height: 90px; }
  .title {
    font-size: 32px; }
    .title i {
      font-size: 18px;
      line-height: 32px;
      vertical-align: middle; } }

@media screen and (max-width: 1100px) {
  .grid-steps .grid {
    padding: 20px 5%; }
  .facade-types__cont .top p {
    left: auto;
    right: 0; } }

@media screen and (max-width: 1023px) {
  .our-works__cont .top {
    padding-bottom: 30px; }
  .facades-list {
    gap: 50px 20px; }
  .single-facade {
    width: calc((100% / 3) - (40px / 3)); }
    .single-facade .cont .text span {
      font-size: 20px;
      line-height: 1.2; }
    .single-facade .cont .text p {
      font-size: 12px;
      line-height: 1.2; }
  .pretty-stage__container .left {
    padding-top: 0;
    margin-top: 0px; }
  .single-pretty::before {
    font-size: 60px; }
  .single-pretty span {
    font-size: 22px; }
  .single-pretty p {
    font-size: 14px; }
  .pretty-list {
    gap: 40px; }
  .single-pretty {
    width: calc((100% / 2) - (40px / 2)); }
  .parallax-word {
    padding: 90px 0 70px; }
    .parallax-word p {
      font-size: 4vw;
      white-space: initial;
      margin-left: 0;


    }
  .menu-container {
    padding-left: 30px; }
  .header {
    border-bottom: 1px solid #AA9999; }
  .hero-anims .word {
    right: auto;
    left: 15px;
    margin-right: 0;
    top: 120px;
    width: 70px;
    height: 252px; }
    .hero-anims .word svg {
      height: 70px; }
      .hero-anims .word svg text {
        font-size: 93px; }
  .hero-anims .line-1 {
    top: 122px;
    right: auto;
    left: 83px;
    height: 0; }
    .hero-anims .line-1.go {
      height: 56.4%; }
  .hero-anims .line-2 {
    top: 122px;
    right: 0;
    margin-right: 0;
    width: 0; }
    .hero-anims .line-2.go {
      width: calc(100% - 83px); }
  .hero-anims .line-3 {
    top: calc(56.4% + 122px);
    width: 0; }
    .hero-anims .line-3.go {
      width: 90%; }
  .hero-anims .line-4 {
    left: calc(90% + 15px);
    top: 122px;
    height: 0; }
    .hero-anims .line-4.go {
      height: 80%; }
  .hero__content {
    padding-top: 24px;
    padding-bottom: 12%;
    width: calc(100% - 180px); }
    .hero__content p {
      top: auto;
      bottom: 50px; }
  .hero__container {
    height: 390px; }
  .title {
    font-size: 26px; }
  .logo {
    width: 150px;
    margin-right: 12px; }
  .menu-container p, .menu-container a {
    font-size: 12px;
    line-height: 1.2; } }

@media screen and (max-width: 900px) {
  body main .help div.rollup {
    left: auto;
    right: 0; }
  body main .help div.rollup {
    padding: 12px !important; }
  body main .help div.rollup > * {
    font-size: 13px !important; }
  .call-us {
    right: 40px;
    width: 100px;
    height: 100px; }
    .call-us .message {
      left: auto;
      right: 0; }
      .call-us .message::before {
        left: auto;
        right: 40px;
        -webkit-transform: translate(0, -4px) rotate(90deg) rotateX(180deg);
                transform: translate(0, -4px) rotate(90deg) rotateX(180deg); }
  .single-soc {
    width: 34px;
    height: 34px;
    padding: 6px; }
  .single-step::before {
    font-size: 54px;
    line-height: 1.2; }
  .single-step {
    margin-bottom: 20px; }
    .single-step:last-child {
      margin-bottom: 0; }
  .grid-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .grid-steps .grid {
      width: 100%; }
      .grid-steps .grid:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .grid-steps .grid:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        border-right: 1px solid #605555;
        border-top: none; }
      .grid-steps .grid:nth-child(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        border-right: 1px solid #605555;
        border-top: none; }
      .grid-steps .grid:nth-child(4) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        height: 450px; }
  .form form input {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 12px;
    height: 48px; }
  .form form textarea {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 12px; }
  .form form .btn {
    height: 48px;
    padding: 5px 12px; }
  .btn {
    font-size: 18px;
    line-height: 1.2; }
  .facade-types__cont .top p {
    position: static;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.2; }
  .single-facade {
    width: calc(50% - 10px); } }

@media screen and (max-width: 700px) {
  .modal-container {
    padding: 30px; }
  .modal-cont {
    padding: 40px 20px; }
  .modal-close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px; }
  .modal-cont .title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 18px; }
  .video-bg {
    margin-top: 60px; }
  .our-works {
    margin-top: 35px; }
  .about-us .container {
    padding-bottom: 0px; }
  .about-anims .line-2.go {
    height: 60px; }
  .about-anims .word {
    top: 49px;
    width: 60px;
    right: -1px; }
    .about-anims .word svg {
      height: 60px; }
  .about-us__cont .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-us__cont .text .paragraphs {
      width: 100%;
      padding-right: 60px;
      padding-top: 25px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .about-us__cont .text .paragraphs span {
        font-size: 16px;
        line-height: 1.2; }
      .about-us__cont .text .paragraphs p {
        font-size: 12px;
        line-height: 1.2; }
  .parallax-word {
    padding: 60px 0 40px; }
    .parallax-word p {
      font-size: 4.6vw;
      margin-left: 0;


               }
  .header-container {
    padding: 10px 0; }
  .hero__container {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
  .hero__content p {
    bottom: 20px;
    font-size: 12px;
    line-height: 1.2; }
  .logo {
    width: 150px;
    margin-right: 12px; }
  .menu-container p, .menu-container a {
    font-size: 12px;
    line-height: 1.2; } }

@media screen and (max-width: 625px) {
  .btn.btn-download {
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0) !important;
    position: relative;
    padding: 5px; }
    .btn.btn-download::before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 25px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .header {
    background: #272424; }
  .modal-cont .title {
    width: 100%; }
  .svg-cont {
    width: 90%; }
  .preload-line {
    width: 170px;
    height: 170px; }
    .preload-line .wrapper-pr {
      clip: rect(0px, 170px, 170px, 85px); }
    .preload-line .circle {
      clip: rect(0px, 85px, 170px, 0px); }
  .custom-file-upload {
    font-size: 16px; }
  .grid .title {
    font-size: 24px; }
  .single-step::before {
    font-size: 32px;
    margin-right: 10px;
    width: 52px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .single-step .text span {
    font-size: 20px; }
  .single-step .text p {
    font-size: 12px;
    line-height: 1.2; }
  .form-cost__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .form-cost__cont .left {
      width: 100%; }
    .form-cost__cont .right {
      width: 100%;
      padding-left: 0;
      padding-bottom: 35px; }
  .form-cost__cont .left .word {
    height: 90px;
    top: 70%; }
    .form-cost__cont .left .word svg {
      height: 90px; }
  .form-cost__cont .left .word svg text {
    font-size: 25vw; }
  .single-facade .cont .text {
    margin-top: 5px;
    padding: 0 5px; }
    .single-facade .cont .text span {
      font-size: 16px;
      line-height: 1.2; }
    .single-facade .cont .text p {
      font-size: 12px; }
  .facade-types__cont .bot {
    margin-top: 25px; }
  .facades-list {
    gap: 20px; }
  .pretty-list {
    gap: 30px 20px; }
  .single-pretty span {
    font-size: 18px; }
  .single-pretty {
    width: calc(50% - 10px); }
  .pretty-stage__container .bot {
    margin-top: 0; }
  .pretty-stage__container .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px; }
    .pretty-stage__container .top .left {
      max-width: 100%;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
      margin-top: 15px; }
    .pretty-stage__container .top .img {
      width: 100%;
      padding-top: 60%; }
      .pretty-stage__container .top .img::after {
        background: rgba(18, 18, 18, 0.28);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: inline-block;
        content: ''; } }

@media screen and (max-width: 525px) {
  .parallax-word p {
    font-size: 5.6vw;
    line-height: 1.2;
  }
  .call-us .message {
    pointer-events: none; }
  .single-soc {
    width: 27px;
    height: 27px;
    padding: 2px; }
  .call-us {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px; }
  .title i {
    line-height: 1.4; }
  .slider-photo .btn-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider-photo:nth-child(even) .btn-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-pretty p {
    font-size: 12px;
    line-height: 1.2; }
  .grid-steps .grid:nth-child(4) {
    height: 320px; }
  .btns > * {
    width: 35px;
    height: 35px; }
    .btns > *::before {
      width: 14px; }
  .slider-photo {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  .hero-anims .word {
    right: auto;
    left: 0;
    margin-right: 0;
    top: 80px;
    width: 40px;
    height: 172px; }
    .hero-anims .word svg {
      height: 40px; }
      .hero-anims .word svg text {
        font-size: 63px; }
  .hero-anims .line-1 {
    top: 82px;
    right: auto;
    left: 39px;
    height: 0; }
    .hero-anims .line-1.go {
      height: 56.4%; }
  .hero-anims .line-2 {
    top: 82px;
    right: 0;
    margin-right: 0;
    width: 0; }
    .hero-anims .line-2.go {
      width: calc(100% - 39px); }
  .hero-anims .line-3 {
    top: calc(56.4% + 82px);
    width: 0;
    left: 0; }
    .hero-anims .line-3.go {
      width: calc(90% + 15px); }
  .hero-anims .line-4 {
    left: calc(90% + 15px);
    top: 82px;
    height: 0; }
    .hero-anims .line-4.go {
      height: 80%; }
  .logo {
    width: 88px; }
  .menu-container p, .menu-container a {
    font-size: 10px; }
  .menu-container {
    padding-left: 10px; }
    .menu-container ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2px; }
  .hero .container {
    padding-top: 70px; }
  .hero__container {
    height: 290px; }
  .title {
    font-size: 22px; }
    .title i {
      font-size: 16px; }
  .hero__content {
    width: calc(100% - 90px); }
  .hero__content p {
    bottom: 25px; } }

@media screen and (max-width: 425px) {
  .btn.btn-download {
    width: 36px;
    height: 36px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0) !important;
    position: relative;
    padding: 4px; }
    .btn.btn-download::before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 25px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
