/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(bootstrap.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* transition's 0.2s */
a, button, .icon, .fill, .shape {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* Variables */
/* Theme colors */
/* Default settings */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
}

::-moz-selection {
  background: #FBBB00;
  color: #ffffff;
}

::webkit-selection {
  background: #FBBB00;
  color: #ffffff;
}

::-moz-selection {
  background: #FBBB00;
  color: #ffffff;
}

::selection {
  background: #FBBB00;
  color: #ffffff;
}

body {
  font-family: "Muli", Arial, sans-serif;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
  background: #fff;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

body, nav, header, section, footer {
  width: 100%;
  position: relative;
}

a {
  color: #1434E1;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0D2CCB;
  text-decoration: none;
}

strong, b {
  font-weight: 700;
}

i {
  font-style: italic;
}

img {
  text-indent: -9999px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 auto;
  text-align: left;
  font-family: "Muli";
  font-weight: 500;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
  }

  h1 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.7px;
  }
}

h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1.1px;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.9px;
  }

  h2 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
}

h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.7px;
  }

  h3 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}

h4 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }

  h4 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, textarea {
  width: 100%;
  height: 65px;
  padding: 18px 0;
  font-size: 18px;
  font-family: "Muli";
  color: #1C1C1C;
  border-bottom: 1px solid #C3C3C3;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C3C3C3;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C3C3C3;
}

input:focus, textarea:focus {
  border-color: #1C1C1C;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

@media (max-width: 767.98px) {
  input, textarea {
    padding: 10px 0;
    font-size: 16px;
  }
}

textarea {
  resize: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Buttons styles */
button, .btn {
  display: inline-block;
  padding: 14px 25px;
  height: 54px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Muli";
  font-size: 16px;
  font-weight: 700;
  background: #FBBB00;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border-radius: 10px;
}

button:hover, .btn:hover {
  background: #000000;
  color: #ffffff;
}

button.focus, button:focus, .btn.focus, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* remove bootstrap's default box-shadow */
}

button.gold, .btn.gold {
  background: #000000;
  color: #ffffff;
}

button.gold:hover, .btn.gold:hover {
  background: #FFC823;
  color: #000000;
}

button.btn-outline, .btn.btn-outline {
  background: transparent;
  border: 2px solid #FBBB00;
  line-height: 22px;
  color: #FBBB00;
}

button.btn-outline:hover, .btn.btn-outline:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* UI Staff */
/* icons */
.icon-play-white {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #ffffff url(../i/play.svg) no-repeat calc(50% + 3px) 50%;
}

.icon-play-white:hover {
  background-color: #eeeeee;
}

/* Elements */
.section_title {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
}

.section_counter {
  color: #C3C3C3;
  font-size: 20px;
  line-height: 0.5;
  letter-spacing: -1.5px;
}

.section_counter span {
  vertical-align: top;
  display: inline-block;
}

.section_counter .now {
  font-size: 36px;
  font-weight: 800;
}

.section_counter .total {
  margin-left: 3px;
  margin-right: 5px;
}

@media (max-width: 339.98px) {
  .section_counter .now {
    font-size: 30px;
  }
}

/* Animatable blocks */
.animatable {
  opacity: 0.01;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.2s, opacity 0.5s, -webkit-transform 1s;
  transition: all 0.2s, opacity 0.5s, -webkit-transform 1s;
  -o-transition: all 0.2s, opacity 0.5s, transform 1s;
  transition: all 0.2s, opacity 0.5s, transform 1s;
  transition: all 0.2s, opacity 0.5s, transform 1s, -webkit-transform 1s;
}

.animatable.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.slider .animatable {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.slider .animatable.animated {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Theme pages styles */
/* Main navigation */
.hamburger {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #1C1C1C url(../i/hamburger.svg) no-repeat 50% 50%;
  background-size: 16px auto;
  z-index: 999;
}

@media (max-width: 1199.98px) {
  .hamburger {
    display: block;
  }
}

.main_nav {
  position: absolute;
  top: 25px;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  z-index: 1000;
}

.main_nav.fixed {
  top: 0px;
  position: fixed;
}

.main_nav .close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url(../i/close.svg) no-repeat 50% 50%;
  background-size: 16px auto;
  opacity: 1;
  z-index: 10;
}

.main_nav .logo img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main_nav .logo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main_nav .links div {
  margin: 0 18px;
}

.main_nav .links a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 2px solid transparent;
}

.main_nav .links a:hover, .main_nav .links a.active {
  border-color: #ffffff;
}

.main_nav .links a:first-of-type {
  margin-left: 0;
}

.main_nav .links a:last-of-type {
  margin-right: 0;
}

.main_nav .socials a {
  margin-left: 17px;
}

.main_nav .socials a:first-of-type {
  margin-left: 0;
}

.main_nav .socials a:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1199.98px) {
  .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 0px;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .main_nav:before, .main_nav:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 2;
  }

  .main_nav:before {
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1C1C1C));
    background-image: -webkit-linear-gradient(bottom, transparent, #1C1C1C);
    background-image: -o-linear-gradient(bottom, transparent, #1C1C1C);
    background-image: linear-gradient(to top, transparent, #1C1C1C);
  }

  .main_nav:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1C1C1C));
    background-image: -webkit-linear-gradient(top, transparent, #1C1C1C);
    background-image: -o-linear-gradient(top, transparent, #1C1C1C);
    background-image: linear-gradient(to bottom, transparent, #1C1C1C);
  }

  .main_nav.opened {
    width: 300px;
    background-color: #000;
  }

  .main_nav .close {
    display: block;
  }

  .main_nav .container {
    padding: 60px 30px 100px 30px;
    max-height: 100vh;
    overflow: auto;
  }

  .main_nav .logo {
    margin-bottom: 30px;
    display: inline-block;
  }

  .main_nav .logo img {
    max-width: 100%;
  }

  .main_nav .links div {
    margin: 0;
    margin-bottom: 15px;
  }

  .main_nav .socials {
    margin-top: 30px;
  }
}

.logo_mobile {
  margin-bottom: 30px;
  display: none;
}

.logo_mobile img {
  max-width: 300px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.logo_mobile:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1199.98px) {
  .logo_mobile {
    display: inline-block;
  }
}

/* Section Our Clients */
.section_our_clients {
  padding-top: 90px;
  padding-bottom: 135px;
  background: #F8F8F8;
}

.section_our_clients .right {
  padding-top: 15px;
}

.section_our_clients .right .subtitle {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.section_our_clients .right .text {
  color: #888888;
  line-height: 26px;
}

.section_our_clients .logos {
  margin-top: 80px;
}

.section_our_clients .logos a {
  opacity: 0.15;
}

.section_our_clients .logos a:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .section_our_clients {
    padding-bottom: 80px;
  }

  .section_our_clients .logos {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .section_our_clients {
    padding: 50px 0;
  }
}

/* Section Footer Contacts */
.section_footer_contacts {
  padding-top: 85px;
  padding-bottom: 80px;
  background: #ffffff;
}

.section_footer_contacts .left {
  border-right: 1px solid #C3C3C3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

.section_footer_contacts .left .text {
  margin-bottom: 16px;
  max-width: 470px;
}

.section_footer_contacts .right {
  padding-top: 8px;
}

.section_footer_contacts .right .title {
  font-size: 12px;
  line-height: 1.2;
  color: #888888;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section_footer_contacts .right .text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 991.98px) {
  .section_footer_contacts {
    padding-bottom: 40px;
  }

  .section_footer_contacts .right {
    padding-top: 0;
  }

  .section_footer_contacts .right .block {
    margin-bottom: 30px;
  }

  .section_footer_contacts .right .block:last-of-type {
    margin-bottom: 0;
  }

  .section_footer_contacts .right .text {
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .section_footer_contacts .left {
    margin-bottom: 40px;
    border: none;
  }

  .section_footer_contacts .left .text {
    max-width: 100%;
  }

  .section_footer_contacts .right .block {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .section_footer_contacts {
    padding: 30px 0;
    text-align: center;
  }

  .section_footer_contacts .right {
    padding-top: 0;
  }

  .section_footer_contacts .right .block {
    margin-bottom: 30px;
  }

  .section_footer_contacts .right .block:last-of-type {
    margin-bottom: 0;
  }

  .section_footer_contacts .right .block br {
    display: none;
  }
}

/* Footer */
footer {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #ffffff;
}

footer .logo:hover {
  opacity: 0.6;
}

footer .links a {
  display: inline-block;
  margin: 0 18px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #1C1C1C;
  border-bottom: 2px solid transparent;
}

footer .links a:hover, footer .links a.active {
  border-color: #1C1C1C;
}

footer .links a:first-of-type {
  margin-left: 0;
}

footer .links a:last-of-type {
  margin-right: 0;
}

footer .copyright {
  color: #C3C3C3;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 991.98px) {
  footer {
    padding-top: 30px;
  }

  footer .links {
    margin: 20px 0;
  }

  footer .links a:first-of-type {
    margin-left: 18px;
  }

  footer .links a:last-of-type {
    margin-right: 18px;
  }
}

/* Section Featured Projects */
.section_projects {
  background: #ffffff;
}

.section_projects .slider {
  margin-bottom: 70px;
}

.section_projects .slider .block {
  position: relative;
  height: 530px;
  overflow: hidden;
}

.section_projects .slider .block.extratall {
  height: 860px;
}

.section_projects .slider .block.tall {
  height: 650px;
}

.section_projects .slider .block.short {
  height: 410px;
}

.section_projects .slider .block.short .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_projects .slider .block.short .title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 12px;
}

.section_projects .slider .block.short .link {
  font-size: 24px;
  line-height: 34px;
}

.section_projects .slider .block.short .link:after {
  width: 30px;
}

.section_projects .slider .block.short .tags, .section_projects .slider .block.short .client {
  margin-top: 4px;
}

.section_projects .slider .block.short .num {
  bottom: 40px;
}

.section_projects .slider .block:hover .inner {
  opacity: 0.95;
}

.section_projects .slider .block:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.section_projects .slider .block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.section_projects .slider .block .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 63px;
  background: #B8956C;
  overflow: auto;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.section_projects .slider .block .title {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.section_projects .slider .block .text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}

.section_projects .slider .block .link {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  letter-spacing: -1px;
}

.section_projects .slider .block .link:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 38px;
  height: 16px;
  background: url(../i/arrow_right_white.svg) no-repeat 100% 50%;
  background-size: contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.section_projects .slider .block .link:hover {
  opacity: 0.8;
}

.section_projects .slider .block .link:hover:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.section_projects .slider .block .client, .section_projects .slider .block .tags {
  margin-top: 10px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  opacity: 0.8;
}

.section_projects .slider .block .num {
  position: absolute;
  right: 63px;
  bottom: 63px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .section_projects .slider .block {
    height: 444px;
  }

  .section_projects .slider .block.extratall {
    height: 720px;
  }

  .section_projects .slider .block.tall {
    height: 545px;
  }

  .section_projects .slider .block.short {
    height: 343px;
  }
}

@media (max-width: 991.98px) {
  .section_projects .slider .block {
    height: 330px;
  }

  .section_projects .slider .block.extratall {
    height: 535px;
  }

  .section_projects .slider .block.tall {
    height: 405px;
  }

  .section_projects .slider .block.short {
    height: 255px;
  }

  .section_projects .slider .block.short .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section_projects .slider .block.short .title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .section_projects .slider .block.short .link {
    font-size: 20px;
    line-height: 30px;
  }

  .section_projects .slider .block.short .link:after {
    width: 26px;
  }

  .section_projects .slider .block.short .tags, .section_projects .slider .block.short .client, .section_projects .slider .block.short .num {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .section_projects .slider .block.short .num {
    bottom: 20px;
  }

  .section_projects .slider .block .inner {
    padding: 25px;
  }

  .section_projects .slider .block .title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }

  .section_projects .slider .block .text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .section_projects .slider .block .link {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .section_projects .slider .block .link:after {
    margin-left: 10px;
    width: 28px;
  }

  .section_projects .slider .block .client, .section_projects .slider .block .tags {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .section_projects .slider .block .num {
    right: 25px;
    bottom: 25px;
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .section_projects .slider .block {
    height: auto;
  }

  .section_projects .slider .block.extratall, .section_projects .slider .block.tall, .section_projects .slider .block.short {
    height: auto;
  }

  .section_projects .slider .block.short .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section_projects .slider .block .inner {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .section_projects .slider .block .title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .section_projects .slider .block .link {
    margin: 20px 0;
    font-size: 20px;
    line-height: 30px;
  }

  .section_projects .slider .block .link:after {
    width: 26px;
  }

  .section_projects .slider .block .tags, .section_projects .slider .block .client, .section_projects .slider .block .num {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .section_projects .slider .block .num {
    display: none;
  }
}

.section_projects .more .text {
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}

.section_projects .more .btn {
  min-width: 160px;
}

@media (max-width: 767.98px) {
  .section_projects .more .btn {
    margin-top: 30px;
  }
}

/* Main page (index.html) */
.index {
  /* First screen */
  /* Section About us */
  /* Section Features */
  /* Section CTA */
  /* Section Featured Projects */
  /* Section Testimonials */
}

.index header {
  background: #3A3F4D;
  background-image: url('../images/back-header.svg');
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
}

.index header .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 150px;
  min-height: 700px;
}

.index header .left {
  padding-top: 30px;
}

.index header .text {
  margin-top: 40px;
  max-width: 700px;
  font-size: 17px;
  line-height: 35px;
  color: #C3C3C3;
  letter-spacing: 0.4px;
}

.index header .btn {
  margin-top: 35px;
  min-width: 160px;
}

.index header .video {
  position: relative;
}

.index header .video:hover img {
  opacity: 0.8;
}

.index header .video img {
  max-width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.index header .video .icon {
  position: absolute;
  bottom: 125px;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index header .contact_us {
  width: 370px;
  padding: 75px 0px 80px 45px;
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #ffffff;
  color: #1C1C1C;
}

.index header .contact_us:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1140px) / 2);
  background: #ffffff;
}

.index header .contact_us .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.index header .contact_us .text {
  margin-top: 10px;
  color: #888888;
}

@media (max-width: 1199.98px) {
  .index header .container {
    padding-top: 80px;
    min-height: 0;
  }

  .index header .left {
    padding-top: 0;
  }

  .index header h1 br {
    display: none;
  }

  .index header .contact_us {
    padding-top: 40px;
    padding-bottom: 40px;
    right: 590px;
  }

  .index header .contact_us:before {
    width: calc((100vw - 960px) / 2);
  }
}

@media (max-width: 991.98px) {
  .index header .contact_us {
    right: 350px;
  }

  .index header .contact_us:before {
    width: calc((100vw - 720px) / 2);
  }
}

@media (max-width: 767.98px) {
  .index header .container {
    padding-bottom: 50px;
  }

  .index header .video {
    margin-top: 50px;
  }

  .index header .video .icon {
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .index header .contact_us {
    margin-top: 30px;
    position: static;
    width: auto;
    padding: 30px 0;
    background: transparent;
    color: #ffffff;
  }

  .index header .contact_us:before {
    display: none;
  }
}

.index .section_about {
  padding-top: 160px;
  padding-bottom: 55px;
  background: #ffffff;
  overflow: hidden;
}

.index .section_about article {
  margin-top: 15px;
}

.index .section_about .right {
  padding-top: 15px;
}

.index .section_about h2 {
  margin-bottom: 40px;
}

.index .section_about p {
  margin: 0 0 45px 0;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  letter-spacing: 0.3px;
}

.index .section_about blockquote {
  margin: 0 0 45px 0;
  padding: 5px 0 5px 40px;
  border-left: 4px solid #1C1C1C;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.index .section_about img {
  max-width: 100%;
}

.index .section_about .btn {
  min-width: 160px;
}

.index .section_about .slider {
  margin-top: 160px;
  width: calc(850px * 2);
}

.index .section_about .slider img {
  display: block;
  max-width: 820px;
}

.index .section_about .slider .slick-next {
  right: auto;
  left: 960px;
}

.index .section_about .slider .slick-slide {
  position: relative;
}

.index .section_about .slider .slick-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 820px;
  background: #1C1C1C;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}

.index .section_about .slider .slick-slide:hover:before, .index .section_about .slider .slick-slide.slick-current:before {
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .index .section_about {
    padding-top: 80px;
  }

  .index .section_about article {
    margin-top: 80px;
  }

  .index .section_about .slider {
    margin-top: 80px;
    width: 100%;
  }

  .index .section_about .slider img {
    max-width: 100%;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .index .section_about .slider .slick-next {
    right: 0;
    left: auto;
  }

  .index .section_about .slider .slick-slide:before {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .index .section_about article {
    margin-top: 50px;
  }

  .index .section_about .right {
    padding-top: 0;
  }

  .index .section_about .right img {
    max-height: 80vh;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .index .section_about h2, .index .section_about p, .index .section_about blockquote {
    margin-bottom: 30px;
  }

  .index .section_about blockquote {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
  }

  .index .section_about .slider {
    margin-top: 50px;
  }

  .index .section_about .slider .slick-slide:before {
    display: none;
  }
}

.index .section_features {
  padding-top: 80px;
  padding-bottom: 140px;
  background: #ffffff;
}

.index .section_features .slider_menu {
  margin-top: 123px;
}

.index .section_features .slider_menu a {
  position: relative;
  display: block;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 4px solid #E5E5E5;
}

.index .section_features .slider_menu a:after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #FED55A;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.index .section_features .slider_menu a:hover:after, .index .section_features .slider_menu a.active:after {
  width: 78%;
}

.index .section_features .slider {
  margin-top: 56px;
}

.index .section_features .slider .left {
  padding-top: 12px;
}

.index .section_features .slider .right .inner {
  padding-left: 65px;
}

.index .section_features .slider .text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}

.index .section_features .slider .advantages {
  margin-top: 69px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.index .section_features .slider .advantages img {
  margin-right: 45px;
  width: 54px;
  height: 54px;
  border-radius: 100%;
}

.index .section_features .slider .advantages .advantage {
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .index .section_features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .index .section_features .slider_menu {
    margin-top: 80px;
  }

  .index .section_features .slider {
    margin-top: 80px;
  }
}

@media (max-width: 991.98px) {
  .index .section_features .slider_menu {
    margin-top: 50px;
  }

  .index .section_features .slider_menu a {
    margin-bottom: 20px;
  }

  .index .section_features .slider {
    margin-top: 20px;
  }

  .index .section_features .slider .right {
    margin-top: 30px;
  }

  .index .section_features .slider .right .inner {
    padding-left: 0;
  }

  .index .section_features .slider .advantages {
    margin-top: 30px;
  }

  .index .section_features .slider .advantages img {
    margin-right: 20px;
  }

  .index .section_features .slider .advantages .advantage {
    margin-bottom: 20px;
  }
}

.index .section_cta {
  padding-top: 113px;
  padding-bottom: 122px;
  background: #FBBB00;
}

.index .section_cta h2 {
  color: #ffffff;
}

.section_cta h2 span {
  color: #000;
}

.section_cta ol {
  counter-reset: item;
  font-weight: 600;
}

ol li {
  display: block;
}

.section_cta ol li:before {
  content: counter(item) "/ ";
  counter-increment: item;
  color: #000;
}

.index .section_cta .text {
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}

.index .section_cta .btn {
  margin-top: 20px;
  min-width: 160px;
}

@media (max-width: 1199.98px) {
  .index .section_cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .index .section_cta h2 br, .index .section_cta .text br {
    display: none;
  }

  .index .section_cta .text {
    margin-top: 20px;
    color: #ffffff;
  }

  .index .section_cta .btn {
    margin-top: 50px;
  }
}

.index .section_projects {
  padding-top: 144px;
  padding-bottom: 40px;
}

.index .section_projects .title_holder {
  margin-top: 120px;
}

.index .section_projects h2 {
  font-size: 48px;
  line-height: 54px;
}

.index .section_projects .slider_menu {
  padding-top: 20px;
}

.index .section_projects .slider_menu a {
  display: inline-block;
  margin-left: 25px;
  font-size: 20px;
  line-height: 30px;
  color: #C3C3C3;
}

.index .section_projects .slider_menu a:first-of-type {
  margin-left: 0;
}

.index .section_projects .slider_menu a:hover, .index .section_projects .slider_menu a.active {
  color: #1434E1;
}

.index .section_projects .slider {
  margin-top: 103px;
}

@media (max-width: 1199.98px) {
  .index .section_projects {
    padding-top: 80px;
  }

  .index .section_projects .title_holder {
    margin-top: 60px;
  }

  .index .section_projects .slider {
    margin-top: 80px;
  }
}

@media (max-width: 991.98px) {
  .index .section_projects .title_holder {
    margin-top: 40px;
  }

  .index .section_projects .slider_menu a {
    margin-left: 0;
    margin-right: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .index .section_projects .slider_menu a:last-of-type {
    margin-right: 0;
  }

  .index .section_projects .slider {
    margin-top: 50px;
  }

  .index .section_projects h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.7px;
  }
}

.index .section_testimonials {
  padding-top: 80px;
  padding-bottom: 155px;
  background: #ffffff;
}

.index .section_testimonials .container {
  position: relative;
}

.index .section_testimonials .slider {
  margin-top: 100px;
}

.index .section_testimonials .left {
  padding-bottom: 70px;
}

.index .section_testimonials .name {
  font-size: 18px;
  line-height: 30px;
}

.index .section_testimonials .position {
  margin-top: 12px;
  color: #888888;
}

.index .section_testimonials h3 {
  margin-top: 90px;
}

.index .section_testimonials .next {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  color: #000000;
}

.index .section_testimonials .next:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  width: 54px;
  height: 54px;
  background: #FED55A url(../i/arrow_right_black.svg) no-repeat 50% 50%;
  background-size: 25px auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.index .section_testimonials .next:hover:after {
  background-color: #FFC823;
}

@media (max-width: 1199.98px) {
  .index .section_testimonials {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .index .section_testimonials .slider {
    margin-top: 80px;
  }

  .index .section_testimonials h3 {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .index .section_testimonials {
    padding-top: 40px;
  }

  .index .section_testimonials .slider {
    margin-top: 50px;
  }

  .index .section_testimonials .left {
    padding-bottom: 20px;
  }

  .index .section_testimonials .next {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 767.98px) {
  .index .section_testimonials .slider {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .index .section_testimonials .slick-slide img {
    max-height: 70vh;
  }
}

/* About us page (about.html) */
.about {
  /* First screen */
  /* Section About Us	 */
  /* Section Awards */
  /* Section Team */
  /* Section Upcoming Events */
}

.about header {
  padding-top: 170px;
  padding-bottom: 155px;
  background: #3A3F4D;
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .about header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about .section_about {
  padding-top: 0px;
  padding-bottom: 80px;
  background: #ffffff;
}

.about .section_about article {
  margin-top: 88px;
}

.about .section_about article h2 {
  max-width: 700px;
}

.about .section_about article .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}

.about .section_about article .video {
  margin-top: 75px;
  position: relative;
  display: block;
}

.about .section_about article .video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about .section_about .second_title {
  margin-top: 65px;
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.about .section_about .services {
  padding-top: 8px;
}

.about .section_about .service {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #888888;
}

@media (max-width: 1199.98px) {
  .about .section_about {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about .section_about article {
    margin-top: 50px;
  }

  .about .section_about h4 br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .about .section_about .services {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .about .section_about article .video {
    margin-top: 30px;
  }

  .about .section_about .second_title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.about .section_awards {
  padding-top: 35px;
  padding-bottom: 80px;
  background: #ffffff;
}

.about .section_awards h2 {
  margin-top: 85px;
  margin-bottom: 108px;
}

.about .section_awards .table_row {
  padding-top: 65px;
  border-top: 1px solid #C4C4C4;
}

.about .section_awards .table_row:last-of-type {
  border-bottom: 1px solid #C4C4C4;
}

.about .section_awards .right .row {
  margin-bottom: 60px;
}

.about .section_awards .col_title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.about .section_awards .col_text {
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}

.about .section_awards .col_text .title {
  color: #000000;
  margin-bottom: 16px;
}

.about .section_awards .year {
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .about .section_awards {
    padding-bottom: 40px;
  }

  .about .section_awards h2 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .about .section_awards .table_row {
    padding-top: 30px;
  }

  .about .section_awards .right .row, .about .section_awards .logo {
    margin-bottom: 30px;
  }

  .about .section_awards .col_title, .about .section_awards .col_text {
    margin-bottom: 10px;
  }
}

.about .section_team {
  padding-top: 65px;
  padding-bottom: 50px;
  background: #ffffff;
}

.about .section_team .slider {
  margin-top: 105px;
}

.about .section_team .block {
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
  height: 255px;
}

.about .section_team .block:hover .inner {
  opacity: 1;
}

.about .section_team .block:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.about .section_team .block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.about .section_team .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
  background: rgba(184, 149, 108, 0.9);
  color: #ffffff;
  opacity: 0;
  overflow: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.about .section_team .name {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.about .section_team .position {
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.about .section_team .text {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1199.98px) {
  .about .section_team {
    padding-top: 40px;
  }

  .about .section_team .slider {
    margin-top: 50px;
  }

  .about .section_team .block {
    height: 290px;
    margin-bottom: 0;
  }

  .about .section_team .block.animatable {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about .section_team .slick-prev {
    left: 15px;
  }

  .about .section_team .slick-next {
    right: 15px;
  }
}

@media (max-width: 991.98px) {
  .about .section_team .block {
    margin: 0 auto;
    max-width: 330px;
    height: 330px;
  }
}

@media (max-width: 359.98px) {
  .about .section_team .block {
    height: calc(100vw - 30px);
  }
}

.about .section_upcoming_events {
  padding-top: 40px;
  padding-bottom: 150px;
  background: #ffffff;
}

.about .section_upcoming_events .events {
  margin-top: 95px;
}

.about .section_upcoming_events .event {
  width: 230px;
  max-width: 100%;
}

.about .section_upcoming_events .date {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.about .section_upcoming_events .title {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.about .section_upcoming_events .text {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}

.about .section_upcoming_events .btn {
  margin-top: 60px;
  min-width: 160px;
}

@media (max-width: 1199.98px) {
  .about .section_upcoming_events {
    padding-bottom: 80px;
  }

  .about .section_upcoming_events .events {
    margin-top: 50px;
  }

  .about .section_upcoming_events .btn {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .about .section_upcoming_events img {
    width: 100%;
  }

  .about .section_upcoming_events .event {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .about .section_upcoming_events .event {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Projects page (projects.html) */
.projects {
  /* First screen */
  /* Section Featured Projects */
  /* Section CTA type 2 */
}

.projects header {
  min-height: 660px;
  padding-top: 180px;
  padding-bottom: 135px;
  background: #1C1C1C;
  color: #ffffff;
}

.projects header .slider_menu {
  padding-top: 20px;
}

.projects header .slider_menu a {
  display: inline-block;
  margin-left: 25px;
  font-size: 20px;
  line-height: 30px;
  color: #C3C3C3;
}

.projects header .slider_menu a:first-of-type {
  margin-left: 0;
}

.projects header .slider_menu a:hover, .projects header .slider_menu a.active {
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .projects header {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .projects header .slider_menu a {
    margin-left: 0;
    margin-right: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .projects header .slider_menu a:last-of-type {
    margin-right: 0;
  }
}

.projects .section_projects {
  padding-bottom: 80px;
  margin-bottom: -205px;
}

.projects .section_projects .container {
  position: relative;
  top: -205px;
}

@media (max-width: 1199.98px) {
  .projects .section_projects {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .projects .section_projects .container {
    top: 0;
  }
}

@media (max-width: 575.98px) {
  .projects .section_projects .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.projects .section_cta_2 {
  padding-top: 70px;
  padding-bottom: 170px;
  background: #ffffff;
}

.projects .section_cta_2 .text {
  margin-top: 15px;
  color: #888888;
  font-size: 18px;
  line-height: 28px;
}

.projects .section_cta_2 .btn {
  margin-top: 45px;
  min-width: 160px;
}

@media (max-width: 1199.98px) {
  .projects .section_cta_2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .projects .section_cta_2 h2 br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .projects .section_cta_2 h2 {
    margin-bottom: 20px;
  }

  .projects .section_cta_2 .text {
    margin-top: 0;
  }

  .projects .section_cta_2 .btn {
    margin-top: 30px;
  }
}

/* Works page (works.html) */
.works {
  /* First screen */
  /* Section Work Process */
}

.works header {
  overflow: hidden;
}

.works header .black {
  padding-top: 185px;
  padding-bottom: 185px;
  background: #1C1C1C;
  color: #ffffff;
}

.works header .black .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #C3C3C3;
  letter-spacing: 0.4px;
}

.works header .black .img_holder {
  position: relative;
  margin-top: 15px;
}

.works header .black .img_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.works header .white {
  padding-top: 55px;
  padding-bottom: 45px;
  background: #ffffff;
}

.works header .white .table_row {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 18px;
  line-height: 26px;
}

.works header .white .label {
  width: 160px;
  color: #888888;
}

.works header .white .text {
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .works header .black {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .works header .black .text br {
    display: none;
  }

  .works header .black .img_holder {
    margin-top: -70px;
  }
}

@media (max-width: 992.98px) {
  .works header .black .img_holder img {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .works header .black .img_holder {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .works header .white .table_row {
    font-size: 16px;
    line-height: 24px;
  }

  .works header .white .label {
    width: 120px;
  }
}

.works .section_work_process {
  padding-top: 95px;
  padding-bottom: 120px;
}

.works .section_work_process h2 {
  margin-bottom: 30px;
}

.works .section_work_process p, .works .section_work_process .text {
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  letter-spacing: 0.4px;
}

.works .section_work_process p {
  margin: 0 0 60px 0;
}

.works .section_work_process .video {
  position: relative;
  display: block;
}

.works .section_work_process .video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works .section_work_process .text_with_button {
  margin-bottom: 105px;
}

.works .section_work_process .text_with_button .btn {
  min-width: 160px;
}

.works .section_work_process .images img {
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  .works .section_work_process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .works .section_work_process p {
    margin-bottom: 30px;
  }

  .works .section_work_process .text_with_button {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .works .section_work_process .text_with_button .btn {
    margin-top: 30px;
  }

  .works .section_work_process .images img {
    margin-bottom: 30px;
  }
}

/* Contacts page (contacts.html) */
.contacts {
  /* First screen */
  /* Section Contacts Map */
  /* Section Contacts Form */
}

.contacts header {
  min-height: 500px;
  padding-top: 195px;
  padding-bottom: 150px;
  background: #3A3F4D;
  background-image: url(../images/back-header.svg);
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
}

.contacts header .description {
  margin-top: 25px;
  font-size: 18px;
  line-height: 36px;
  color: #888888;
  letter-spacing: 0.4px;
}

.contacts header .right {
  padding-top: 15px;
}

.contacts header .right .title {
  font-size: 12px;
  line-height: 1.2;
  color: #888888;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.contacts header .right .text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1199.98px) {
  .contacts header {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .contacts header .right .text {
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .contacts header .right {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .contacts header .right br {
    display: none;
  }
}

.contacts .section_contacts_map {
  background: #ffffff;
  margin-bottom: 0px;
}

.contacts .section_contacts_map .container {
  position: relative;
  top: 0px;
}

.contacts .section_contacts_map #google_map {
  width: 100%;
  height: 600px;
  background: #888888;
}

.contacts .section_contacts_map #google_map_infobox {
  display: none;
}

.contacts .section_contacts_map .infobox {
  width: 170px;
  padding: 16px;
  color: #ffffff;
  background: #1C1C1C;
  font-family: "Muli";
}

.contacts .section_contacts_map .infobox .title {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 22px;
  color: #C3C3C3;
}

.contacts .section_contacts_map .infobox .address {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1199.98px) {
  .contacts .section_contacts_map {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contacts .section_contacts_map .container {
    top: 0;
  }

  .contacts .section_contacts_map #google_map {
    height: 90vh;
  }
}

@media (max-width: 575.98px) {
  .contacts .section_contacts_map {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts .section_contacts_map #google_map {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.contacts .section_contacts_form {
  padding-top: 85px;
  padding-bottom: 85px;
}

.contacts .section_contacts_form form {
  margin-top: 66px;
}

.contacts .section_contacts_form form.success input, .contacts .section_contacts_form form.success textarea, .contacts .section_contacts_form form.success button {
  display: none;
}

.contacts .section_contacts_form form.success .success {
  display: block;
}

.contacts .section_contacts_form form.error .error {
  display: block;
}

.contacts .section_contacts_form form .success, .contacts .section_contacts_form form .error {
  display: none;
}

.contacts .section_contacts_form form .error {
  font-size: 18px;
  line-height: 28px;
  color: red;
}

.contacts .section_contacts_form form .success {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 42px;
}

.contacts .section_contacts_form input {
  margin-bottom: 40px;
}

.contacts .section_contacts_form .socials_and_btn {
  margin-top: 30px;
}

.contacts .section_contacts_form button {
  min-width: 160px;
}

.contacts .section_contacts_form .socials a {
  margin-right: 18px;
  opacity: 0.4;
}

.contacts .section_contacts_form .socials a:hover {
  opacity: 1;
}

.contacts .section_contacts_form .socials .title {
  margin-left: 62px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .contacts .section_contacts_form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contacts .section_contacts_form h2 br {
    display: none;
  }

  .contacts .section_contacts_form form {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .contacts .section_contacts_form input {
    margin-bottom: 20px;
  }

  .contacts .section_contacts_form form .success {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  .contacts .section_contacts_form button {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .contacts .section_contacts_form .socials .title {
    margin-left: 25px;
  }
}

blockquote b {
  color: #FBBB00;
}

h2 {
  color: #FBBB00;
}

.index .section_features .slider .advantages img {
  width: 28px;
  margin-right: 20px;
}

.index .section_features .slider .advantages .advantage {
  margin-bottom: 5px;
}

.index .section_features .slider .advantages img {
  width: 28px;
  margin-right: 20px;
}

.index .section_features .slider .advantages .advantage {
  margin-bottom: 5px;
}

.index .section_features h3.animatable.animated {
  font-size: 24px;
}

.index .section_features .slider .advantages {
  margin-top: 20px;
}

.btn-fixed-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .btn-fixed-mobile {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    padding: 12px 20px;
  }

  .btn-fixed-mobile img {
    width: 15px;
  }

  .btn-fixed-mobile:hover img {
    filter: invert(1);
  }
}
