@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700');
/*-----------------------------------------------------------------
[Table of contents]

- Basic styles
- Universal classes
- Header
- Intro
- Sidebar
- Footer
- Projects
- Testimonials
- Contacts
- Services
- CTA
- Pricing
- Portfolio
- About
- Blog
- Page 404
- Index
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
[Basic styles]
-----------------------------------------------------------------*/
body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.36363636em;
  font-weight: 300;
  color: #000;
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}
section,
.section {
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}
.remove-section-margin {
  margin-bottom: -150px;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 3.27272727em;
  line-height: 1.11111111;
  margin-top: 1.11111111em;
  margin-bottom: 0.86111111em;
}
h2,
.h2 {
  font-size: 2em;
  line-height: 1.13636364;
  margin-top: 1.13636364em;
  margin-bottom: 0.86363636em;
}
h3,
.h3 {
  font-size: 1.63636364em;
  line-height: 1.22222222;
  margin-top: 1.22222222em;
  margin-bottom: 0.72222222em;
}
h4,
.h4 {
  font-size: 1.27272727em;
  line-height: 1.28571429;
  margin-top: 1.28571429em;
  margin-bottom: 0.64285714em;
}
h5,
.h5 {
  font-size: 1.09090909em;
  line-height: 1.33333333;
  margin-top: 1.33333333em;
  margin-bottom: 0.58333333em;
}
h6,
.h6 {
  font-size: 0.90909091em;
  line-height: 1.4;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}
/* Blockquote */
.blockquote {
  background-color: #f0f0f0;
  position: relative;
  width: calc(100% - 120px);
  max-width: 560px;
  padding-top: 2.54545455em;
  padding-bottom: 2.54545455em;
  margin: 45px auto 16px;
}
.blockquote:first-child {
  margin-top: 0;
}
.blockquote::before {
  content: "";
  display: block;
  width: 2.90909091em;
  height: 2.90909091em;
  background-image: url("../images/icons/quote-hand-drawn-symbol.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blockquote__author {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  display: block;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
.blockquote__author::before {
  content: "– ";
}
.blockquote blockquote {
  margin: 0 -60px 16px;
}
.blockquote blockquote:last-child {
  margin-bottom: 0;
}
blockquote {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #888888;
  text-align: center;
}
/* Table */
.table {
  overflow-x: auto;
}
.table:last-child table {
  margin-bottom: 0;
}
table {
  border: 1px solid #ccc;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 16px;
}
table th,
table td {
  border: 1px solid #ccc;
  padding: 0.90909091em;
}
table th {
  text-align: left;
}
table td {
  font-weight: 300;
}
/* Lists */
ul,
ol {
  padding-left: 24px;
  margin: 0 0 0.81818182em;
}
ul li,
ol li {
  margin: 0.54545455em 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 0.81818182em;
  margin-bottom: 1em;
}
dl {
  padding-left: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 0 18px;
}
ul li {
  list-style: none;
}
ul li::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #19d0ff;
  margin: 0 10px 0 -18px;
}
.list_yellow li::before {
  background-color: #ffea00;
}
/* Images */
img {
  max-width: 100%;
}
img.alignleft {
  margin: 8px 1.36363636em 1.36363636em 0;
}
img.alignright {
  margin: 8px 0 1.36363636em 1.36363636em;
}
/* Buttons */
button {
  border: none;
  background-color: transparent;
  background-image: none;
  outline: none;
  padding: 0;
}
/* Links */
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a img {
  border-width: 0;
}
/* Paragraphs */
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0 0 0.81818182em;
}
p:last-child {
  margin-bottom: 0;
}
/* Text fields */
input,
textarea {
  display: block;
  background-color: #eef2f7;
  border: 2px solid transparent;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
input.error,
textarea.error {
  border-color: #e74c3c;
}
input.error ~ .label_placeholder,
textarea.error ~ .label_placeholder {
  color: #e74c3c;
}
input {
  height: 70px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: vertical;
  height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}
mark {
  background-color: #ffea00;
}
/*-----------------------------------------------------------------
[Universal classes]
-----------------------------------------------------------------*/
.testing {
  position: absolute;
  left: 40% !important;
  top: 0px;
  height: 527px;
}

.testing-2 {
 position: absolute;
	left: 0% !important;
	top: 0px;
	height: 527px;
	padding: 0 60px 0 0 !important;
}

.testing-3  {
	padding-left: 30px !important;
}
.testing-4 {
	margin-left:60px !important;
	margin-right: -120px !important;
    text-align: right !important;
}


.page-wrap {
  min-height: 100%;
  min-width: 318px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
}
.page-shift {
  width: 100%;
  left: 0;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.content {
  background-color: #f0f0f0;
  padding-top: 150px;
  padding-bottom: 150px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
}
.content > div {
  position: relative;
}
.container-fluid {
  max-width: 1920px;
  position: relative;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.img_bordered {
  border: 1px solid #ccc;
}
.img_block {
  display: block;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
.img-caption {
  margin-top: 8px;
  font-style: italic;
  text-align: center;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.section-border-top {
  position: relative;
}
.section-border-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("../images/border-bg-top.png");
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-position: 0 0;
}
.section-border-top_outer::before {
  background-image: url("../images/border-bg-bottom.png");
  top: auto;
  bottom: 100%;
}
.section-border-bottom {
  position: relative;
}
.section-border-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("../images/border-bg-bottom.png");
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-position: 0 0;
}
.section-border-bottom_outer::after {
  background-image: url("../images/border-bg-top.png");
  bottom: auto;
  top: 100%;
}
.link_underline {
  box-shadow: 0 1px 0 0 #19d0ff;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.link_underline:hover,
.link_underline:focus {
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.link_underline-black {
  box-shadow: 0 1px 0 0 #000;
}
.btn {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #888888;
  display: block;
  width: 100%;
  position: relative;
  padding: 19px 8px;
  bottom: 0;
  margin-bottom: 4px;
  -webkit-transition: bottom 0.2s, background-color 0.2s;
  transition: bottom 0.2s, background-color 0.2s;
  max-width: 324px;
}
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #555555;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.btn:hover {
  background-color: #a2a2a2;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active {
  bottom: -4px;
}
.btn:active::after {
  height: 0;
}
.btn_cta {
  background-color: #A1A1A4;
}
.btn_cta::after {
  background-color: #000000;
}
.btn_cta:hover {
  background-color: #42c4dd;
}
.btn_big {
  font-size: 20px;
  padding-top: 38px;
  padding-bottom: 38px;
}
.btn_wide {
  max-width: none;
}
.form {
  margin: 0 -15px;
}
.form::after {
  display: block;
  content: "";
  clear: both;
}
.form__item {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__item_half {
  width: 50%;
}
.form button {
  margin-top: 10px;
}
.label_placeholder {
  color: #888;
  line-height: 70px;
  cursor: text;
  position: absolute;
  top: 0;
  padding-left: 30px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.label_required::after {
  content: " *";
  color: #ffea00;
}
.icon {
  font-size: 24px;
  width: 2em;
  height: 2em;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  vertical-align: top;
  text-decoration: none;
}
.icon:hover,
.icon:focus {
  text-decoration: none;
}
.icon:hover::before {
  color: #888;
}
.icon::before {
  display: inline-block;
  width: 100%;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.icon_circle {
  border-radius: 50%;
}
.icon_black {
  background-color: #000;
}
.icon_black::before {
  color: #fff;
}
.icon_black:hover {
  background-color: #888;
}
.icon_black:hover::before {
  color: #fff;
}
.section-bg {
  background-color: #fafafa;
  display: inline-block;
  width: 100%;
}
.section-bg section,
.section-bg .section {
  width: 100%;
  background-color: inherit;
}
.horizontal-line {
  overflow: hidden;
}
.horizontal-line::before,
.horizontal-line::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid;
  width: 100%;
  position: relative;
}
.horizontal-line::before {
  margin-left: -100%;
  right: 30px;
}
.horizontal-line::after {
  margin-right: -100%;
  left: 30px;
}
.horizontal-line__text {
  display: inline-block;
  vertical-align: middle;
}
.horizontal-line_left::after {
  content: none;
}
.horizontal-line_right::before {
  content: none;
}
@media screen and (max-width: 991px) {
	
	.testing {
    left: 0 !important;
}
	.testing-2 {
    padding-right: 40px !important;
}
	.testing-3 {
    padding-left: 10px !important;
}
	.testing-4 { 
		margin-right: -60px !important;
		}
	
  .horizontal-line::before {
    right: 15px;
  }
  .horizontal-line::after {
    left: 15px;
  }
}
.text_yellow {
  color: #ffea00 !important;
}
.text_black {
  color: #000 !important;
}
.text_gray {
  color: #888 !important;
}
.text_white {
  color: #fff !important;
}
.text_grey {
  color: #A1A1A4 !important;
}

.text_blue {
  color: #42c4dd !important;
}

.text_spacing {
  letter-spacing: 0.6em;
}
.bg_yellow {
  background-color: #ffea00;
}
.bg_blue {
  background-color: #A1A1A4;
}

.bg_tcblue {
  background-color: #42C4DD;
}

.bg_white {
  background-color: #ffffff;
}
.blockquote__text_big {
  font-size: 2em;
  line-height: 1.13636364em;
}
.block-center {
  display: block !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.page-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../images/icons/loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .page-loader {
    background-size: 28px;
  }
}
/*Headings styles*/
.heading_marked-outside {
  display: inline-block;
  padding-left: 100%;
  margin-left: -100%;
  position: relative;
  background-color: #ffea00;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
}
.heading_marked {
  letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  background-color: #ffea00;
}
.heading_bordered {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: none;
  padding-bottom: 0.54545455em;
  border-bottom: 4px solid #000;
  margin-bottom: 1.63636364em;
}
.heading_double {
  position: relative;
  font-weight: 700;
  text-transform: none;
}
.heading_double__main {
  position: relative;
  z-index: 2;
  margin-top: 0;
  text-transform: none;
  display: block;
  margin-top: -1.13888889em;
}
.heading_double__duplicate {
  font-size: 2.77777778em;
  line-height: 100%;
  color: #f9f9f9;
  display: block;
  white-space: nowrap;
}
.heading_marked-part {
  margin-top: 0;
  margin-bottom: 1.11111111em;
  line-height: 100%;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.heading_marked-part__text {
  text-transform: none;
  font-weight: 700;
  position: relative;
  z-index: 2;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
  width: 60%;
  margin-left: 20%;
}
@media screen and (max-width: 991px) {
  .heading_marked-part__text {
    width: 100%;
    margin-left: 0;
  }
}
.heading_marked-part::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: #ffea00;
  width: 60%;
  top: 3px;
  left: 0;
}
.heading_marked-part-right::after {
  right: 0;
  left: auto;
}
.heading_rotated {
  font-weight: 700;
  font-size: 9.09090909em;
  line-height: 0.92em;
  text-transform: none;
  margin: 0;
  color: #dedede;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -moz-transform: rotate(-90deg) translate(-100%, 0);
  -o-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  position: absolute;
  transform-origin: 0 0;
  left: 12px;
  white-space: nowrap;
}
.heading_rotated-right {
  top: 0;
  left: 100%;
  -webkit-transform: rotate(-90deg) translate(-100%, -100%);
  -moz-transform: rotate(-90deg) translate(-100%, -100%);
  -o-transform: rotate(-90deg) translate(-100%, -100%);
  -ms-transform: rotate(-90deg) translate(-100%, -100%);
  transform: rotate(-90deg) translate(-100%, -100%);
  margin-left: -60px;
}
@media screen and (max-width: 991px) {
  .heading_rotated {
    font-size: 4em;
    margin-bottom: 32px;
    position: static;
    transform: none;
    margin-left: 0;
  }
}
.heading_compact {
  margin-bottom: 64px;
}
.heading_compact .responsive-text {
  font-weight: 700;
  margin: 0;
  width: 50%;
  max-width: 350px;
}
@media screen and (max-width: 1199px) {
  .heading_compact .responsive-text {
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .heading_compact {
    margin-bottom: 48px;
  }
}
.img-zoom {
  display: block;
  overflow: hidden;
}
.img-zoom img {
  transition: transform 380ms ease-in-out, -webkit-transform 380ms ease-in-out;
}
.img-zoom img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*Masonry*/
.masonry:last-child {
  margin-bottom: -60px;
}
.masonry .masonry__sizer {
  width: 20%;
}
.masonry .masonry__item {
  margin-bottom: 60px;
  padding: 0 30px;
  -webkit-backface-visibility: hidden;
}
.masonry .masonry__item > img {
  width: 100%;
}
.masonry_size-3 .masonry__sizer {
  width: 50%;
}
.masonry_size-3 .masonry__item {
  width: 50%;
}
.masonry .masonry__item.masonry__item_wide {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .masonry {
    margin-left: -20px;
    margin-right: -20px;
  }
  .masonry:last-child {
    margin-bottom: -40px;
  }
  .masonry .masonry__item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .masonry .masonry__sizer {
    width: 50%;
  }
  .masonry .masonry__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .masonry {
    margin-left: -10px;
    margin-right: -10px;
  }
  .masonry:last-child {
    margin-bottom: -20px;
  }
  .masonry .masonry__item {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .masonry .masonry__item_big {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .masonry_size-2 .masonry__item,
  .masonry_size-2 .masonry__sizer {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .masonry .masonry__sizer {
    width: 100%;
  }
  .masonry .masonry__item {
    width: 100%;
  }
}
/*-----------------------------------------------------------------
[Header]
-----------------------------------------------------------------*/
.header {
  padding: 50px 30px;
  z-index: 99;
}
.header-wrap {
  letter-spacing: -0.3em;
  padding-left: 20px;
  padding-right: 20px;
}
.header-wrap > * {
  letter-spacing: normal;
}
.header__item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.header__menu-btn {
  vertical-align: top;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 101;
  padding: 8px;
  margin-top: -8px;
  margin-right: -8px;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.header__menu-btn button {
  position: relative;
}
.header__menu-btn button span {
  display: block;
  width: 1.04166667em;
  height: 0.08333333em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.52083333em;
  margin-top: -0.04166667em;
}
.header__menu-btn button span::after,
.header__menu-btn button span::before {
  content: "";
  width: 1.04166667em;
  height: 0.08333333em;
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.header__menu-btn button span::before {
  top: -0.25em;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header__menu-btn button span::after {
  bottom: -0.25em;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header__menu-wrap {
  background-color: #ffea00;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 40px;
  z-index: 100;
  transform: translateX(100%);
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  display: table;
}
.header__menu-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.header__menu-nav {
  margin-bottom: 0;
  padding: 50px 0;
  border: solid #000;
  border-width: 4px 0;
  max-height: 56vh;
  overflow-y: auto;
}
.header__menu-nav li {
  font-family: "Oswald", sans-serif;
  font-size: 2.18181818em;
  line-height: 1;
  margin-top: 0em;
  margin-bottom: 0.41666667em;
  text-transform: uppercase;
  padding: 0 0.60416667em;
}
.header__menu-nav li:last-child {
  margin-bottom: 0;
}
.header__menu-nav li::before {
  content: none;
}
.header__menu_opened .header__menu-wrap {
  transform: translateX(0);
}
.header__menu_opened .header__menu-btn {
  z-index: 101;
  background-color: rgba(255, 234, 0, 0.8);
}
.header__menu_opened .header__menu-btn span {
  background-color: transparent;
}
.header__menu_opened .header__menu-btn span::before,
.header__menu_opened .header__menu-btn span::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.header__menu_opened .header__menu-btn span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu_opened .header__menu-btn span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu_opened .menu-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header__social {
  margin-top: 16px;
}
.header_top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s linear 0.2s;
  transition: opacity 0.2s, visibility 0s linear 0.2s;
}
.logo {
  max-height: 40px;
}
/*-----------------------------------------------------------------
[Intro]
-----------------------------------------------------------------*/
.intro_inner {
  margin-top: 100px;
}
.intro-wrap {
  position: relative;
  z-index: 2;
}
.intro__btns {
  letter-spacing: -0.3em;
  margin: 0 -30px;
}
.intro__btns > * {
  letter-spacing: normal;
}
.intro__btns-item {
  display: inline-block;
  width: 50%;
  padding: 0 30px;
}
.intro__subheading {
  margin-top: 0;
  margin-bottom: 1.45454545em;
}
.intro_main {
  background-color: #ffffff;
  margin-top: 0 !important;
}
.intro_main .intro-wrap {
  padding-top: 220px;
  padding-bottom: 220px;
}
.intro_main .intro__heading {
  font-size: 3em;
  margin-bottom: 26px;
}
.intro__text {
  position: relative;
  z-index: 2;
}
.intro__img {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.breadcrumbs {
  letter-spacing: -0.3em;
}
.breadcrumbs > * {
  letter-spacing: normal;
}
.breadcrumbs div {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-right: 4px;
}
.breadcrumbs div:last-child::after {
  content: none;
}
.breadcrumbs div::after {
  content: " //";
  margin-right: 2px;
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
}
.blog {
  padding-right: 414px;
}
.blog__item {
  background-color: #fff;
  padding: 150px 200px 150px 100px;
  margin: 0 0 60px;
}
.blog__item:last-child {
  margin-bottom: 0;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
/*-----------------------------------------------------------------
[Sidebar]
-----------------------------------------------------------------*/
.sidebar {
  min-width: 384px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar__content {
  padding: 60px 30px;
  background-color: #fff;
}
.sidebar__heading {
  margin-top: 0;
  margin-bottom: 1.2em;
}
.sidebar__item {
  margin-bottom: 50px;
  clear: both;
}
.sidebar__item:last-child {
  margin-bottom: 0;
}
.sidebar.fix-bottom,
.sidebar.fix-top {
  margin-right: 10px;
  position: fixed;
}
.sidebar.fix-bottom {
  bottom: 0;
  top: auto;
}
.sidebar.fix-top {
  top: 0;
  bottom: auto;
}
.category {
  font-style: italic;
  margin-bottom: 12px;
  clear: both;
}
.category:last-child {
  margin-bottom: 0;
}
.category__qty {
  font-style: normal;
  color: #888;
  float: right;
  margin-left: 10px;
}
.post-preview {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
}
.post-preview::after {
  display: block;
  content: "";
  clear: both;
}
.post-preview:first-child {
  padding-top: 0;
}
.post-preview:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.post-preview__photo {
  float: left;
  width: 80px;
  margin-top: 0.36363636em;
}
.post-preview__info {
  margin-left: 80px;
  padding-left: 15px;
}
.post-preview__link {
  display: block;
  font-weight: 700;
  margin-bottom: 0.45454545em;
}
.field-group {
  position: relative;
}
.field-group input {
  padding-right: 70px;
}
.field-group__btn {
  width: 70px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.search-field__btn {
  background-image: url("../images/icons/search.svg");
}
/*-----------------------------------------------------------------
[Footer]
-----------------------------------------------------------------*/
.footer {
  background-color: #111111;
  padding: 20px 0;
  position: relative;
  z-index: 98;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.copyright {
 
	
 letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  background-color: #ffea00;
}

.copyrightre {
 
	
 letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  background-color: #ffffff;
}


/* Other */
.post-footer {
  border-top: 4px solid #000;
  padding: 30px 0;
  margin-top: 72px;
  margin-bottom: 64px;
  letter-spacing: -0.3em;
}
.post-footer > * {
  letter-spacing: normal;
}
.post-footer__item {
  display: inline-block;
  vertical-align: top;
}
.post-footer__item.tags {
  width: 70%;
  padding-right: 10px;
}
.post-footer__item.social {
  width: 30%;
  text-align: right;
}
.post-footer__item.social a {
  margin-right: 0.83333333em;
}
.tags span {
  font-style: italic;
  color: #888888;
  display: inline-block;
  margin-right: 0.81818182em;
  margin-bottom: 0.18181818em;
}
.tags a:hover,
.tags a:focus {
  color: #000;
  text-decoration: none;
}
.social {
  letter-spacing: -0.3em;
  white-space: nowrap;
}
.social > * {
  letter-spacing: normal;
}
.social a:last-child {
  margin-right: 0;
}
/* Pages navigation */
.nav-links {
  letter-spacing: -0.3em;
  margin: 60px 0;
}
.nav-links::after {
  display: block;
  content: "";
  clear: both;
}
.nav-links > * {
  letter-spacing: normal;
}
.nav-links__item {
  width: 50%;
  font-weight: 700;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.nav-links__item:hover {
  text-decoration: none;
}
.nav-links__item::before {
  content: "";
  width: 45px;
  height: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.nav-previous {
  padding-left: 72px;
  padding-right: 30px;
  float: left;
}
.nav-previous::before {
  background-image: url("../images/icons/arrow-left.svg");
  left: 0;
}
.nav-next {
  padding-right: 72px;
  padding-left: 30px;
  float: right;
}
.nav-next::before {
  background-image: url("../images/icons/arrow-right.svg");
  right: 0;
}
/*Comments*/
.comment-list {
  margin: 0 0 136px;
  padding: 0;
}
.comment-list li {
  list-style: none;
  margin: 2.18181818em 0;
}
.comment-list .children {
  padding-left: 60px;
}
.comment-list .children li {
  list-style: none;
}
.comment__header {
  margin-bottom: 16px;
}
.comment__info,
.comment__content {
  overflow: hidden;
}
.comment__author {
  font-weight: 700;
  margin-right: 16px;
}
.comment__reply {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.comment__reply:hover,
.comment__reply:focus {
  text-decoration: none;
}
.comment__reply:hover {
  opacity: .9;
}
.comment__reply::before {
  font-family: "FontAwesome";
  content: "\f112";
  color: #19d0ff;
  margin-right: 8px;
}
.comment__date {
  margin-top: 8px;
}
.date {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1.42857143em;
  font-weight: 300;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.author-photo {
  float: left;
  width: 120px;
  margin: 0.36363636em 30px 0.36363636em 0;
}
.photo_circle {
  border-radius: 50%;
}
@media screen and (min-width: 1680px) {
  .intro__img {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1439px) {
  body {
    font-size: 20px;
  }
  section,
  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .remove-section-margin {
    margin-bottom: -100px;
  }
  input,
  textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
  input {
    height: 60px;
  }
  .field-group input {
    padding-right: 60px;
  }
  .field-group__btn {
    width: 60px;
  }
  .label_placeholder {
    line-height: 60px;
    padding-left: 20px;
  }
  textarea {
    height: 250px;
  }
  .btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .btn_big {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .icon {
    font-size: 20px;
  }
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header__menu-btn {
    top: 30px;
  }
  .logo {
    max-height: 32px;
  }
  .intro_inner {
    margin-top: 64px;
  }
  .intro_main .intro-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .intro__btns-item {
    min-width: 320px;
    margin-bottom: 20px;
  }
  .intro__btns-item:last-child {
    margin-bottom: 0;
  }
  .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blog {
    padding-right: 348px;
  }
  .blog__item {
    padding: 100px 136px 100px 64px;
    margin-bottom: 40px;
  }
  .nav-links {
    margin: 40px 0;
  }
  .nav-links__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .comment-list {
    margin-bottom: 100px;
  }
  .comment-list .children {
    padding-left: 40px;
  }
  .author-photo {
    width: 88px;
  }
  .sidebar {
    min-width: 318px;
  }
  .sidebar__content {
    padding: 40px 20px;
  }
  .sidebar__item {
    margin-bottom: 30px;
  }
  .post-preview__photo {
    width: 64px;
  }
  .post-preview__info {
    margin-left: 64px;
  }
  .post-footer {
    margin-top: 56px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
    line-height: 1.625em;
  }
  section,
  .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .remove-section-margin {
    margin-bottom: -64px;
  }
  input {
    height: 50px;
  }
  .field-group input {
    padding-right: 50px;
  }
  .field-group__btn {
    width: 50px;
  }
  .label_placeholder {
    line-height: 50px;
  }
  textarea {
    height: 200px;
  }
  .img_block {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .blockquote {
    margin-top: 32px;
  }
  .blockquote::before {
    width: 40px;
    height: 40px;
  }
  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .btn_big {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header__menu-btn {
    top: 24px;
  }
  .header__menu-nav {
    padding: 40px 0;
  }
  .intro_inner {
    margin-top: 40px;
  }
  .intro_main .intro-wrap {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blog {
    padding-right: 318px;
  }
  .blog__item {
    padding: 60px 80px 60px 40px;
    margin-bottom: 30px;
  }
  .post-footer {
    margin-top: 48px;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .nav-links {
    margin: 30px 0;
  }
  .nav-links__item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-links__item::before {
    width: 36px;
  }
  .nav-next {
    padding-right: 60px;
  }
  .nav-previous {
    padding-left: 60px;
  }
  .comment-list {
    margin-bottom: 72px;
  }
  .comment-list .children {
    padding-left: 30px;
  }
  .comment__reply {
    font-size: 12px;
  }
  .comment__date {
    margin-top: 4px;
  }
  .author-photo {
    width: 72px;
    margin-right: 24px;
  }
  .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .btn_big {
    font-size: 18px;
  }
  .icon {
    font-size: 18px;
  }
  .logo {
    max-height: 24px;
  }
  .blog {
    padding-right: 30px;
  }
  .blog__item {
    padding: 40px 24px;
  }
  .sidebar {
    position: static;
    min-width: auto;
    margin-top: 48px;
  }
  .blockquote::before {
    width: 32px;
    height: 32px;
  }
  .blockquote__author {
    font-size: 14px;
  }
  .post-footer {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .comment-list {
    margin-bottom: 56px;
  }
  .comment__content {
    padding-left: 0;
  }
  .author-photo {
    width: 56px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .body_bordered::before,
  .body_bordered::after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: #000;
    position: absolute;
    z-index: 999;
    position: fixed;
  }
  .body_bordered::before {
    top: 0;
  }
  .body_bordered::after {
    bottom: 0;
  }
  .body_bordered .page-wrap::before,
  .body_bordered .page-wrap::after {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background-color: #000;
    position: absolute;
    z-index: 999;
    position: fixed;
    top: 0;
  }
  .body_bordered .page-wrap::before {
    left: 0;
  }
  .body_bordered .page-wrap::after {
    right: 0;
  }
  .body_bordered .header__menu_opened .header__menu-wrap {
    margin-right: 10px;
  }
  .section_fixed {
    top: 0;
    width: 100%;
  }
  .section_fixed + * {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  body {
    font-size: 14px;
    line-height: 1.71428571em;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  input {
    height: 40px;
  }
  .label_placeholder {
    line-height: 40px;
  }
  table td,
  table th {
    padding: 4px;
  }
  .img_block {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .btn_big {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .icon {
    font-size: 16px;
  }
  .blockquote {
    width: calc(100% - 60px);
  }
  .blockquote blockquote {
    margin-left: -30px;
    margin-right: -30px;
  }
  .blockquote__author {
    font-size: 12px;
  }
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .header__menu-wrap {
    padding: 0 15px;
  }
  .header__menu-btn {
    right: 15px;
  }
  .header__menu-nav {
    padding: 30px 0;
  }
  .intro__img {
    display: none;
  }
  .intro__btns {
    margin: 0 -15px;
  }
  .intro__btns-item {
    padding: 0 15px;
    min-width: 200px;
  }
  .intro_main .intro-wrap {
    padding-top: 96px;
    padding-bottom: 64px;
  }
  .blog__item {
    padding: 32px 16px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .post-footer {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .post-footer__item {
    margin-bottom: 16px;
  }
  .post-footer__item:last-child {
    margin-bottom: 0;
  }
  .post-footer__item.tags,
  .post-footer__item.social {
    width: 100%;
  }
  .post-footer__item.social {
    text-align: left;
  }
  .post-footer .social {
    text-align: left;
  }
  .nav-links__item {
    width: auto;
  }
  .nav-previous {
    padding-right: 15px;
  }
  .nav-next {
    padding-left: 15px;
  }
  .comment-list {
    margin-bottom: 48px;
  }
  .comment-list .children {
    padding-left: 16px;
  }
  .comment__info {
    overflow: visible;
    line-height: 1.42857143em;
  }
  .comment__reply {
    display: block;
    margin: 4px 0;
  }
  .author-photo {
    width: 32px;
  }
  .form__item {
    margin-bottom: 20px;
  }
  .form__item_half {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .header__menu-wrap {
    width: 100%;
  }
  .intro__btns-item {
    width: 100%;
  }
}
/*-----------------------------------------------------------------
[Projects]
-----------------------------------------------------------------*/
.projects__subtitle {
  margin-bottom: 80px;
  padding-right: calc(20% + 30px);
}
.blockquote.projects__blockquote {
  margin-top: 20px;
  margin-bottom: 0;
}
.category-text {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.2em;
}
.category-text * {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .category-text {
    font-size: 12px;
  }
}
.project {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.project__wrap {
  position: relative;
}
.project__content {
  position: relative;
}
.project__category {
  z-index: 2;
}
.project__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.project__img {
  position: relative;
  z-index: 2;
}
.project__img-link {
  display: block;
  overflow: hidden;
}
.project_type-1 .project__content::after,
.project_type-2 .project__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 50px;
}
.project_type-1 .project__category,
.project_type-2 .project__category,
.project_type-4 .project__category {
  position: absolute;
  top: 0;
  text-align: right;
  line-height: 100%;
  width: 100%;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  margin-top: -3px;
}
.project_type-1 .project__content,
.project_type-2 .project__content,
.project_type-4 .project__content {
  margin-bottom: 20px;
}
.project_type-1 .project__title,
.project_type-2 .project__title,
.project_type-4 .project__title {
  margin-bottom: 0;
}
.project_type-1 {
  padding-right: 50px;
  padding-left: 60px;
}
.project_type-1 .project__category {
  right: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.project_type-1 .project__img {
  margin-left: -60px;
  padding-left: 60px;
  overflow: hidden;
}
.project_type-1 .project__content::after {
  left: 50px;
}
.project_type-2 {
  padding-left: 50px;
  padding-right: 60px;
}
.project_type-2 .project__category {
  left: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -moz-transform: rotate(-90deg) translateY(-100%);
  -o-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
}
.project_type-2 .project__img {
  margin-right: -60px;
  padding-right: 60px;
  overflow: hidden;
}
.project_type-2 .project__content::after {
  right: 50px;
}
.project_type-2 .project__title {
  text-align: right;
}
.project_type-3 {
  padding-left: 33.33333333%;
  overflow: hidden;
}
.project_type-3 .project__wrap {
  display: table;
}
.project_type-3 .project__content {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 60px 60px 0;
}
.project_type-3 .project__margin {
  margin-left: -60px;
}
.project_type-3 .project__title {
  margin-left: -50%;
  padding-left: 50%;
}
.project_type-3 .project__title > span {
  padding-bottom: 6px;
}
.project_type-4 .project__category {
  right: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.project_type-4 .project__content {
  padding: 60px;
  padding-left: 120px;
}
.project_type-4 .project__title {
  margin-top: -60px;
  padding-left: 120px;
  padding-right: 60px;
}
.project_type-4 .project__img {
  margin-left: -70px;
  padding-left: 70px;
  overflow: hidden;
}
.project_type-5 .project__wrap {
  display: table;
}
.project_type-5 .project__content {
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 60px;
  color: #A1A1A4;
}
.project_type-6 {
  padding-top: 60px;
}
.project_type-6 .project__title {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 30px;
  left: 50px;
  transform-origin: 0 0;
  margin-bottom: 0;
}
.project_type-6 .project__category {
  position: absolute;
  left: 124px;
  bottom: 74px;
  margin-bottom: 0;
}
.project_type-6 .project__desc {
  position: absolute;
  top: -60px;
  right: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  color: #fff;
  padding: 96px 60px;
  width: 70%;
  max-width: 516px;
}
.project_type-6 .project__desc-text {
  margin-bottom: 80px;
}
.project_type-6 .project__desc-link {
  font-size: 2em;
  font-weight: 700;
}
.project_type-7 {
  height: 100%;
}
.project_type-7 .project__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.project_type-7 .project__content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}
.project_type-7 .project__margin {
  margin-left: -60px;
  padding: 80px 60px 80px 0;
}
.project_type-7 .project__title > span {
  padding-bottom: 6px;
}
.fact {
  position: relative;
  font-family: "Oswald", sans-serif;
}
.fact__text {
  font-weight: 300;
  position: relative;
  margin-bottom: 0;
}
.fact__text span {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 100%;
}
.fact__text::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  background-color: #ffea00;
  top: 0;
  left: 17.5%;
}
.fact__link {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 2em;
  line-height: normal;
  font-weight: 700;
}
.fact__link::before {
  content: "";
  display: block;
  width: 2px;
  height: 100px;
  border: 1px solid;
  margin: 30px auto 16px;
}
.masonry .fact {
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .projects__subtitle {
    padding-right: 30px;
    margin-bottom: 60px;
  }
  .project_type-1 .project__content::after,
  .project_type-2 .project__content::after {
    top: 30px;
    margin: 0 -20px;
  }
  .project_type-1 {
    padding-right: 30px;
    padding-left: 40px;
  }
  .project_type-1 .project__img {
    padding-left: 40px;
    margin-left: -40px;
  }
  .project_type-2 {
    padding-left: 30px;
    padding-right: 40px;
  }
  .project_type-2 .project__img {
    padding-right: 40px;
    margin-right: -40px;
  }
  .project_type-3 .project__margin {
    margin-left: -40px;
  }
  .project_type-3 .project__content {
    padding: 40px 40px 40px 0;
  }
  .project_type-4 .project__content {
    padding: 40px;
    padding-left: 80px;
  }
  .project_type-4 .project__img {
    margin-left: -50px;
    padding-left: 50px;
  }
  .project_type-4 .project__title {
    padding-right: 40px;
    padding-left: 80px;
    margin-top: -40px;
  }
  .project_type-5 .project__content {
    padding: 40px;
  }
  .project_type-6 {
    padding-top: 40px;
  }
  .project_type-6 .project__desc {
    top: -40px;
    right: 40px;
    padding: 64px 40px;
  }
  .project_type-6 .project__desc-text {
    margin-bottom: 48px;
  }
  .project_type-6 .project__title {
    left: 30px;
    bottom: 0px;
  }
  .project_type-6 .project__category {
    left: 100px;
    bottom: 44px;
  }
  .project_type-7 .project__content {
    padding-left: 40px;
  }
  .project_type-7 .project__margin {
    margin-left: -40px;
    padding: 60px 40px 60px 0;
  }
}
@media screen and (max-width: 1199px) {
  .project_type-6 .project__category {
    bottom: 34px;
  }
}
@media screen and (max-width: 991px) {
  .project_type-3 {
    padding-left: 40px;
  }
  .project_type-3 .project__title {
    margin-left: 0;
    padding-left: 0;
  }
  .project_type-6 {
    padding-top: 0;
  }
  .project_type-6 .project__desc {
    position: static;
    width: 100%;
    max-width: none;
    padding: 40px;
  }
  .project_type-6 .project__desc-text {
    margin-bottom: 32px;
  }
  .project_type-6 .project__title {
    transform: none;
    top: 15px;
    left: 15px;
    bottom: auto;
  }
  .project_type-6 .project__category {
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .projects__subtitle {
    margin-bottom: 40px;
  }
  .project_type-1 .project__content::after,
  .project_type-2 .project__content::after {
    top: 20px;
    margin: 0 -30px;
  }
  .project_type-1 {
    padding-left: 30px;
    padding-right: 20px;
  }
  .project_type-1 .project__img {
    margin-left: -30px;
    padding-left: 30px;
  }
  .project_type-2 {
    padding-right: 30px;
    padding-left: 20px;
  }
  .project_type-2 .project__img {
    margin-right: -30px;
    padding-right: 30px;
  }
  .project_type-3 .project__content {
    padding: 30px 30px 30px 0;
  }
  .project_type-4 .project__content {
    padding: 30px;
    padding-left: 60px;
  }
  .project_type-4 .project__img {
    padding-left: 40px;
    margin-left: -40px;
  }
  .project_type-4 .project__title {
    padding-left: 60px;
    padding-right: 30px;
    margin-top: -30px;
  }
  .project_type-5 .project__content {
    padding: 30px;
  }
  .project_type-6 .project__desc {
    padding: 30px;
  }
  .project_type-6 .project__desc-text {
    margin-bottom: 24px;
  }
  .project_type-7 .project__content {
    padding-left: 30px;
  }
  .project_type-7 .project__margin {
    margin-left: -30px;
    padding: 30px 30px 30px 0;
  }
}
/*-----------------------------------------------------------------
[Testimonials]
-----------------------------------------------------------------*/
.testimonials__heading-text {
  padding-bottom: 30px;
  background-color: #fafafa;
  position: relative;
  z-index: 2;
}
.testimonials__wrap {
  margin-left: -20%;
}
.testimonials__wrap::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  margin-left: -12.5%;
}
.testimonials__items {
  letter-spacing: -0.3em;
  text-align: center;
  margin-bottom: -60px;
  position: relative;
}
.testimonials__items > * {
  letter-spacing: normal;
}
.testimonial {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.testimonial .blockquote {
  max-width: none;
  margin-bottom: 0;
}
.testimonial_big {
  width: 75%;
}
.testimonial:first-child {
  float: right;
}
@media screen and (max-width: 1439px) {
  .testimonials__items {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px;
  }
  .testimonial {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonials__wrap {
    margin-left: 0;
  }
  .testimonials__wrap::before {
    content: none;
  }
  .testimonials__heading-text {
    padding-bottom: 0;
    background-color: transparent;
  }
  .testimonial:first-child {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .testimonials__items {
    margin-bottom: -30px;
  }
  .testimonial {
    margin-bottom: 30px;
  }
  .testimonial_big {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial {
    width: 100%;
  }
}
/*-----------------------------------------------------------------
[Contacts]
-----------------------------------------------------------------*/
.contacts__form {
  background-color: #fafafa;
  padding: 80px 60px;
}
.contacts__list a {
  color: #19d0ff;
}
.section_fixed {
  margin-bottom: 0;
}
.section_fixed + * {
  padding-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .contacts__form {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .fact {
    width: 100%;
    max-width: 200px;
    margin: 72px auto 0;
  }
  .contacts__title .responsive-text {
    width: 50%;
    max-width: 200px;
  }
  .contacts__form {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .fact {
    margin-top: 64px;
  }
  .fact__link::before {
    height: 48px;
  }
  .contacts__form {
    margin-bottom: 40px;
    padding: 24px;
  }
}
@media screen and (max-width: 479px) {
  .fact {
    width: 50%;
    max-width: 180px;
    margin-top: 56px;
  }
}
/*-----------------------------------------------------------------
[Services]
-----------------------------------------------------------------*/
.services-wrap {
  letter-spacing: -0.3em;
  margin-bottom: -72px;
}
.services-wrap > * {
  letter-spacing: normal;
}
.services__item {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  text-align: center;
  margin-bottom: 72px;
  padding: 0 16px;
  word-wrap: break-word;
}
.services__item-img {
  display: inline-block;
  margin-bottom: 22px;
  width: 120px;
  height: 120px;
  padding: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
}
.services__item-img_bordered {
  border: 4px solid #ffea00;
}
.services__item-caption {
  font-size: 2em;
  line-height: 1.13636364em;
}
/*-----------------------------------------------------------------
[СTA]
-----------------------------------------------------------------*/
.cta {
  padding: 120px 20px;
  background-color: #ffea00;
}
.cta-wrap {
  letter-spacing: -0.3em;
}
.cta-wrap > * {
  letter-spacing: normal;
}
.cta__item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.cta__heading {
  position: relative;
  line-height: normal;
  text-align: right;
}
.cta__heading-wrap {
  display: inline-block;
  background-color: #ffea00;
  position: relative;
  z-index: 2;
  padding-left: 24px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: -0.3em;
}
.cta__heading-wrap > * {
  letter-spacing: normal;
}
.cta__heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.cta__heading-text {
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  width: 272px;
  margin: 0;
}
.cta__heading-icon {
  display: inline-block;
  vertical-align: baseline;
  font-size: 124px;
  line-height: 96%;
  color: #fff;
  padding-left: 16px;
}
.responsive-text {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.responsive-text span {
  line-height: 100%;
}
/*-----------------------------------------------------------------
[Pricing]
-----------------------------------------------------------------*/
.pricing-table {
  background-color: #111;
  border-width: 0;
  color: #fff;
  margin-bottom: 60px;
  overflow: hidden;
}
.pricing-table tr:first-child {
  background-color: #000;
}
.pricing-table td,
.pricing-table th {
  border-width: 0;
  padding: 14px 30px;
}
.pricing-table td:first-child,
.pricing-table th:first-child {
  padding-left: 60px;
  width: 66.66666667%;
}
.pricing-table td:last-child,
.pricing-table th:last-child {
  text-align: right;
  padding-right: 60px;
}
.pricing-table th {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1.09090909em;
  font-weight: 300;
  text-transform: uppercase;
}
.pricing-table td {
  padding-top: 44px;
  padding-bottom: 44px;
  vertical-align: top;
}
.pricing-table td:last-child {
  vertical-align: middle;
}
.pricing-table__price {
  color: #27d3ff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.40909091em;
}
.pricing-table__price:first-child {
  margin-left: 0;
}
.pricing-table__price_old {
  opacity: 0.3;
  font-size: 0.68181818em;
  line-height: 1.06666667em;
  position: relative;
  padding: 0 2px;
}
.pricing-table__price_old::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #000;
}
.pricing-table__list {
  margin-bottom: 0;
  width: 50%;
  float: left;
  padding-right: 10px;
}
.pricing-table__list:last-child {
  padding-right: 0;
}
.pricing-table_yellow {
  background-color: #ebd800;
  color: #000;
}
.pricing-table_yellow tr:first-child {
  background-color: #ffea00;
}
.pricing-table_yellow .pricing-table__price {
  color: #000;
}
@media screen and (max-width: 1679px) {
  .services-wrap {
    margin-bottom: -56px;
  }
  .services__item {
    width: 50%;
    margin-bottom: 56px;
  }
  .services__item-img {
    width: 100px;
    height: 100px;
  }
  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cta__heading-text {
    width: 240px;
  }
  .cta__heading-icon {
    font-size: 110px;
  }
}
@media screen and (max-width: 1439px) {
  .cta__heading-text {
    width: 200px;
  }
  .cta__heading-icon {
    font-size: 92px;
  }
  .pricing-table {
    margin-bottom: 40px;
  }
  .pricing-table th,
  .pricing-table td {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pricing-table th:first-child,
  .pricing-table td:first-child {
    padding-left: 40px;
  }
  .pricing-table th:last-child,
  .pricing-table td:last-child {
    padding-right: 40px;
  }
  .pricing-table td {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pricing-table td:first-child {
    width: auto;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .pricing-table__list {
    width: 100%;
    float: none;
  }
  .pricing-table__list:first-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .services-wrap {
    margin-bottom: -48px;
  }
  .services__item {
    margin-bottom: 48px;
  }
  .services__item-img {
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
  }
  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta__heading-text {
    width: 180px;
  }
  .cta__heading-icon {
    font-size: 84px;
  }
  .pricing-table td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .services__item-img {
    width: 72px;
    height: 72px;
  }
  .cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pricing-table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .cta__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding-left: 0;
    padding-right: 0;
  }
  .cta__item {
    margin-bottom: 16px;
  }
  .cta__item:last-child {
    margin-bottom: 0;
  }
  .cta__heading {
    text-align: center;
  }
  .cta__heading-wrap {
    padding: 0 16px;
  }
  .cta__heading-text {
    width: 160px;
  }
  .cta__heading-icon {
    font-size: 72px;
  }
  .pricing-table tr {
    display: block;
    padding: 16px 16px;
  }
  .pricing-table td,
  .pricing-table th {
    display: block;
    width: 100%;
    padding: 0;
  }
  .pricing-table td:first-child,
  .pricing-table th:first-child {
    width: 100%;
    padding-left: 0;
  }
  .pricing-table td:last-child,
  .pricing-table th:last-child {
    text-align: left;
    padding-right: 0;
    margin-bottom: 0;
  }
  .pricing-table td {
    overflow: hidden;
    margin-bottom: 8px;
  }
  .pricing-table th {
    margin-bottom: 4px;
  }
  .pricing-table__list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .services-wrap {
    margin-bottom: -40px;
  }
  .services__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .cta__heading {
    text-align: right;
  }
  .cta__heading-wrap {
    padding-right: 0;
  }
  .pricing-table__list {
    width: 100%;
    float: none;
  }
}
/*-----------------------------------------------------------------
[Portfolio]
-----------------------------------------------------------------*/
.filter {
  background-color: #eef2f7;
  margin-bottom: 60px;
  text-align: center;
}
.filter__wrap {
  letter-spacing: -0.3em;
}
.filter__wrap > * {
  letter-spacing: normal;
}
.filter__item {
  display: inline-block;
  vertical-align: top;
  padding: 2em 1.36363636em;
  cursor: pointer;
  position: relative;
}
.filter__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #19d0ff;
  transition: height 0.2s;
}
.filter__item.opened {
  color: #19d0ff;
}
.filter__item.opened::after {
  height: 4px;
}
.filter__item:hover {
  color: #19d0ff;
}
.filter__toggle {
  display: none;
}
.preview {
  display: block;
  position: relative;
}
.preview .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preview .border span {
  display: block;
  position: absolute;
  transition: margin 0.2s;
  background-color: #fff;
}
.preview .border .top,
.preview .border .bottom {
  width: 100%;
  height: 15px;
  left: 0;
  margin: -15px 0;
}
.preview .border .left,
.preview .border .right {
  width: 15px;
  height: 100%;
  top: 0;
  margin: 0 -15px;
}
.preview .border .top {
  top: 0;
}
.preview .border .bottom {
  bottom: 0;
}
.preview .border .left {
  left: 0;
}
.preview .border .right {
  right: 0;
}
.preview .cover__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.preview .cover__item_main {
  position: static;
}
.preview .cover__item.active {
  opacity: 1;
}
.preview:hover .border span {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .filter {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .filter {
    background-color: transparent;
    margin: 0 15px 30px;
    position: relative;
    text-align: left;
  }
  .filter__toggle {
    display: block;
    padding: 8px 30px 8px 20px;
    position: relative;
    background-color: #eef2f7;
  }
  .filter__toggle.opened {
    background-color: #19d0ff;
    color: #fff;
  }
  .filter__toggle.opened::after {
    border-top-color: #fff;
    transform: rotate(-180deg);
  }
  .filter__toggle::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: transparent;
    border-top-color: #000000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
  }
  .filter__wrap {
    display: none;
    background-color: #eef2f7;
    z-index: 105;
    width: 100%;
    left: 0;
    padding: 8px 0 16px;
  }
  .filter__item {
    padding: 8px 20px;
    display: block;
  }
  .filter__item.opened {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .filter {
    margin-bottom: 30px;
  }
}
/* Portfolio details #1 */
.intro_project__heading {
  font-family: "Open Sans", sans-serif;
  padding-left: 25%;
}
.project-info {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
.project-info:first-child {
  margin-top: 0;
}
.project-info__item {
  margin-bottom: 10px;
}
.project-info__item:last-child {
  margin-bottom: 0;
}
.heading_vertical-line {
  line-height: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.heading_vertical-line::after {
  content: "";
  width: 2px;
  height: 100px;
  border-right: 2px solid;
  display: block;
  margin: 24px auto 0;
}
.pretext {
  margin-bottom: 72px;
}
.pretext:last-child {
  margin-bottom: 0;
}
.project-desc__item {
  margin-bottom: 100px;
}
.project-desc__item:last-child {
  margin-bottom: 0;
}
.heading_half {
  width: 50%;
  margin-bottom: 0;
}
.fact_vertical-line {
  height: 100%;
  overflow: hidden;
}
.fact_vertical-line::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  min-height: 64px;
  border: 1px solid;
  margin: 30px auto 0;
}
.site {
  text-align: center;
  padding: 140px 0;
  background-image: url("https://www.thecoup.de/images/tc-layer.png");
  background-size: cover;
  background-position: center bottom;
  position: relative;
  border: 1px solid #ebebeb;
}
.site__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
	background-image: url("https://www.thecoup.de/images/tc-layer.png");
  opacity: 0.6;
  top: 0;
  left: 0;
}
.site__link {
  font-size: 2em;
  line-height: normal;
  font-weight: 700;
  display: inline-block;
  position: relative;
}


.project-nav {
  background-color: #eef2f7;
}
.nav-links {
  position: relative;
}
.nav-links__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
}
.nav-links__menu-btn {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icons/menu.svg");
  background-size: contain;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-links_with-menu {
  margin: 19px 0;
}
.nav-links_with-menu .nav-previous {
  padding-right: 40px;
}
.nav-links_with-menu .nav-next {
  padding-left: 40px;
}
@media screen and (max-width: 1439px) {
  .project-desc__item {
    margin-bottom: 64px;
  }
  .heading_vertical-line::after {
    height: 80px;
  }
  .site {
    padding: 90px 0;
  }
	

	
}
@media screen and (max-width: 1199px) {
  .project-desc__item {
    margin-bottom: 40px;
  }
  .site {
    padding: 56px 0;
  }

  .project-info__item > div {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .pretext {
    margin-bottom: 56px;
  }
  .project-desc__title {
    margin-bottom: 30px;
  }
  .project-desc__title .responsive-text {
    max-width: 180px;
    width: 100%;
  }
  .heading_vertical-line.responsive-text {
    max-width: 180px;
  }
  .heading_vertical-line::after {
    height: 64px;
  }
  .site__link {
    font-size: 24px;
  }
  .grid__item {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .project-desc__title .responsive-text {
    max-width: 160px;
  }
  .heading_vertical-line.responsive-text {
    max-width: 160px;
  }
  .heading_vertical-line::after {
    height: 48px;
  }
  .site__link {
    font-size: 18px;
  }
	

  .intro_project__heading {
    padding-left: 0;
  }
  .intro_project__heading::before {
    content: none;
  }
  .project-info {
    font-size: 12px;
  }
  .nav-links__menu {
    position: static;
    text-align: center;
    margin: 0 0 10px;
  }
  .nav-links__menu-btn {
    background-size: 30px;
  }
  .nav-links_with-menu .nav-previous {
    padding-right: 15px;
  }
  .nav-links_with-menu .nav-next {
    padding-left: 15px;
  }
}
/* Portfolio details #2 */
.project-details {
  counter-reset: item;
}
.project-details__item {
  background-size: cover;
  background-position: top center;
}
.project-details__item-wrap {
  min-height: 100vh;
  position: relative;
  padding-top: 140px;
  padding-bottom: 170px;
}
.project-details__item-number {
  position: absolute;
  left: 0;
  bottom: 80px;
  color: #333;
}
.project-details__item-number-text {
  font-family: "Oswald", sans-serif;
  font-size: 3.27272727em;
  line-height: 100%;
  font-weight: 300;
  white-space: nowrap;
}
.project-details__item-number-text:before {
  content: counters(item, ".", decimal-leading-zero);
  counter-increment: item;
  margin: 0;
  position: static;
  border-width: 0;
  display: inline-block;
  width: auto;
}
.project-details__title {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2em;
  color: #ffea00;
}
.project-details__text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 56px 30px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .project-details__item-wrap {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .project-details__item-number {
    bottom: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .project-details__item-wrap {
    padding-top: 56px;
    padding-bottom: 86px;
  }
  .project-details__item-number {
    bottom: 24px;
  }
}
/* Portfolio details #3 */
.intro_full-height {
  margin: 0;
  position: relative;
}
.intro_full-height .intro-wrap {
  height: 100vh;
  display: table;
  float: none;
  table-layout: fixed;
}
.intro_full-height .intro__content {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.intro__heading_type-2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.intro__heading_line-left {
  padding-left: 33.33333333%;
  margin-left: -33.33333333%;
}
.intro__bg {
  position: absolute;
  height: 100vh;
  background-color: #ffea00;
  top: 0;
  right: 0;
}
.project-video__heading {
  margin-top: 0;
}
.scroll-section {
  width: 45px;
  height: 45px;
  background-image: url("../images/icons/arrow-down.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
  margin-bottom: 30px;
  z-index: 2;
  cursor: pointer;
  transition: bottom 0.2s;
}
.scroll-section:hover {
  bottom: -5px;
}
.project-details__heading {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 700;
}
.project-details__heading,
.project-details__subtitle {
  padding-left: 33.33333333%;
}
.mfp-title {
  font-size: 14px;
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 991px) {
  .project-details__heading,
  .project-details__subtitle {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .project-video__heading {
    margin-bottom: 30px;
  }
  .fact_vertical-line::after {
    height: 48px;
    min-height: 0;
  }
}
/*-----------------------------------------------------------------
[About]
-----------------------------------------------------------------*/
.about__wrap {
  letter-spacing: -0.3em;
}
.about__wrap > * {
  letter-spacing: normal;
}
.about__item {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.about__heading {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 700;
  margin-top: 0;
  margin-left: -33.33333333%;
  padding-left: 33.33333333%;
  position: relative;
  z-index: 3;
}
.about__text .project__category {
  line-height: normal;
}
.img_underlayer {
  position: relative;
  margin-right: 50px;
  margin-bottom: 50px;
}
.img_underlayer img {
  position: relative;
  z-index: 2;
}
.img_underlayer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 50px;
  background-color: #ffffff;
}
.img-mask {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: inline-block;
}
.img-mask img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -moz-transition: opacity 0s linear 0.6s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: opacity 0s linear 0.6s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s, 0.6s;
  transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.img-mask .mask {
  background-color: #000;
  z-index: 99;
  margin: 0 -10px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background: #010101;
  z-index: 3;
  -moz-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  -o-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.4s cubic-bezier(0.77, 0, 0.175, 1), margin 0.4s cubic-bezier(0.77, 0, 0.175, 1), left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.img-mask.imageLoad img {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img-mask.imageLoad .mask {
  margin-right: 0;
  right: -1px;
  bottom: 0;
  left: 100%;
}
@media screen and (min-width: 768px) {
  .os-animation,
  .staggered-animation {
    opacity: 0;
    -webkit-animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    animation-duration: 1s !important;
    transition-duration: 1s !important;
    transition: none !important;
  }
  .os-animation.animated,
  .staggered-animation.animated {
    opacity: 1;
  }
  .os-animation[data-os-animation="fadeInUp"] {
    animation-timing-function: ease;
  }
  .img-mask img {
    opacity: 0;
  }
}
@media screen and (max-width: 1439px) {
  .img_underlayer {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .img_underlayer::after {
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .img_underlayer {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .img_underlayer::after {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__heading {
    padding-left: 0;
    margin-left: 0;
  }
  .about__heading::before {
    content: none;
  }
  .about__item {
    vertical-align: top;
  }
  .about__photo {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .about__item {
    width: 100%;
  }
  .about__photo {
    max-width: 270px;
    margin-bottom: 50px;
    margin-right: 20px;
  }
}
/*-----------------------------------------------------------------
[Blog]
-----------------------------------------------------------------*/
.blog__item {
  position: relative;
}
.blog__item_pt-0 {
  padding-top: 0;
}
.blog__block-wide {
  margin-left: -100px;
  margin-right: -200px;
}
.blog__block-wide img {
  margin: 0;
}
.blog__date {
  width: 84px;
  background-color: #ffea00;
  padding: 14px 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog-post {
  position: relative;
}
.blog-post__title {
  font-size: 2em;
  line-height: 1.13636364em;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 20px 60px;
}
.blog-post_text {
  background-color: #19d0ff;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.blog-post_text .blog-post__title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  background-color: transparent;
  color: #000;
  text-align: center;
}
.video {
  border: 10px solid #19d0ff;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-preview {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-preview img {
  transition: transform 0.2s;
}
.video-preview .overlay {
  background-color: #000;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.video-preview:hover .overlay {
  opacity: 0.5;
}
.video-preview:hover .video-play-btn {
  transform: scale(1.1);
}
.video-play-btn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 57.5px 0 57.5px 100px;
  border-color: transparent transparent transparent #19d1ff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -57.5px;
  cursor: pointer;
  transition: transform 0.2s;
}
.mfp-iframe-holder .mfp-iframe {
  border: 10px solid #19d1ff;
}
.pagination {
  background-color: #fff;
  padding: 44px 60px;
  margin-top: 80px;
  text-align: center;
  position: relative;
}
.pagination-arrow {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin: -22.5px 60px 0;
  transition: left 0.2s, right 0.2s;
}
.pagination-arrow_prev {
  left: 0;
  background-position: center left;
}
.pagination-arrow_prev:hover {
  left: -5px;
}
.pagination-arrow_next {
  right: 0;
  background-position: center right;
}
.pagination-arrow_next:hover {
  right: -5px;
}
.arrow-prev {
  background-image: url("../images/icons/arrow-left.svg");
}
.arrow-next {
  background-image: url("../images/icons/arrow-right.svg");
}
.pages {
  font-weight: 700;
  padding: 0 64px;
  letter-spacing: -0.3em;
}
.pages > * {
  letter-spacing: normal;
}
.pages span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.pages span.active {
  color: #888888;
}
.pages span a {
  display: block;
  line-height: 45px;
  padding: 0 10px;
}
.pages span a:hover,
.pages span a:focus {
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  .blog__block-wide {
    margin-left: -64px;
    margin-right: -136px;
  }
  .blog-post__title {
    font-size: 1.5em;
    padding-left: 40px;
    padding-right: 40px;
  }
  .video-play-btn {
    border-width: 40px 0 40px 70px;
    margin-top: -35px;
    margin-left: -40px;
  }
  .pagination {
    padding: 30px 40px;
    margin-top: 60px;
  }
  .pagination-arrow {
    margin-left: 40px;
    margin-right: 40px;
  }
  .pages span {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1199px) {
  .blog__block-wide {
    margin-left: -40px;
    margin-right: -80px;
  }
  .blog__date {
    width: 64px;
    padding: 10px 12px;
  }
  .blog-post__title {
    padding: 15px 20px;
  }
  .pagination {
    padding: 20px 30px;
    margin-top: 40px;
  }
  .pagination-arrow {
    width: 40px;
    height: 40px;
    margin: -20px 30px 0;
  }
  .pages {
    padding: 0 40px;
  }
  .pages span {
    margin: 0 8px;
  }
  .pages span a {
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .blog__block-wide {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 767px) {
  .blog__block-wide {
    margin-left: -16px;
    margin-right: -16px;
  }
  .blog__date {
    width: 40px;
    padding: 6px 8px;
  }
  .video {
    border-width: 5px;
  }
  .video-play-btn {
    border-width: 17px 0 17px 30px;
    margin-top: -15px;
    margin-left: -17px;
  }
  .mfp-iframe-holder .mfp-iframe {
    border-width: 5px;
  }
  .pagination {
    padding: 10px 15px;
  }
  .pagination-arrow {
    width: 60px;
    height: 30px;
    margin: -15px 15px 0;
  }
  .pages span {
    margin: 0 4px;
  }
  .pages span a {
    line-height: 30px;
  }
}
/*-----------------------------------------------------------------
[Page 404]
-----------------------------------------------------------------*/
.page-404 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.page-404__container {
  max-width: 1192px;
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-404__item {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.page-404__heading {
  padding-right: 30px;
  white-space: nowrap;
}
.page-404__heading .fact {
  display: inline-block;
  vertical-align: middle;
  font-size: 177px;
  padding-right: 30px;
  margin: 0;
  width: auto;
  max-width: none;
}
.page-404__heading-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  max-width: 340px;
}
.page-404__btn {
  width: 324px;
}
.page-wrap_full-height {
  padding-bottom: 0 !important;
}
.page-wrap_full-height .page-shift {
  display: table;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  .page-404__heading .fact {
    font-size: 140px;
  }
  .page-404__heading-text {
    max-width: 270px;
  }
  .page-404__btn {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .page-404__heading .fact {
    font-size: 100px;
    padding-right: 15px;
  }
  .page-404__heading-text {
    max-width: 200px;
  }
  .page-404__btn {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-404__item {
    display: block;
    margin-bottom: 24px;
  }
  .page-404__item:last-child {
    margin-bottom: 0;
  }
  .page-404__heading {
    padding-right: 0;
    text-align: center;
  }
  .page-404__heading .fact {
    font-size: 72px;
  }
  .page-404__heading-text {
    max-width: 160px;
  }
  .page-404__btn .btn {
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  .page-404__heading .fact {
    font-size: 104px;
    padding-right: 0;
  }
  .page-404__heading-text {
    display: block;
    margin-top: 10px;
  }
}
/*-----------------------------------------------------------------
[Index]
-----------------------------------------------------------------*/
.intro_index {
  margin: 0;
  padding-top: 72px;
}
.intro_index .intro__text {
  max-width: 380px;
}
.intro_index .intro__heading {
  margin-bottom: 48px;
}
.presentation-line {
  content: "";
  display: block;
  width: 2px;
  height: 160px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -80px;
  z-index: 3;
}
.index-pages {
  letter-spacing: -0.3em;
  margin: 0 -15px;
}
.index-pages > * {
  letter-spacing: normal;
}
.index-pages__item {
  text-align: center;
  width: 33.33333333%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 72px;
  padding: 0 15px;
}
.index-pages__item:hover {
  text-decoration: none;
}
.index-pages__item:hover .index-pages__item-title {
  top: -4px;
}
.index-pages__item-title {
  font-family: "Open Sans", sans-serif;
  color: #19d0ff;
  font-weight: 700;
  text-transform: none;
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
@media screen and (max-width: 1399px) {
  .presentation-line {
    height: 96px;
    margin-top: -48px;
  }
}
@media screen and (max-width: 1199px) {
  .intro_index {
    padding-top: 64px;
  }
  .presentation-line {
    height: 64px;
    margin-top: -32px;
  }
}
@media screen and (max-width: 991px) {
  .index-pages__item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .intro_index {
    padding-top: 48px;
  }
  .intro_index .intro__text {
    width: 250px;
    max-width: 100%;
  }
  .index-pages__item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 479px) {
  .index-pages__item {
    width: 100%;
  }
}
