html {
  height: 100%;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  scroll-behavior: smooth;
}
body {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.4px;
  padding-left: 24px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
main {
  overflow: hidden;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}
hr {
  width: 33%;
  margin-top: 20px;
  border: 1px solid #7894d2;
  text-shadow: 0px 3px 0px #000000;
}
p {
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 36px;
}
img {
  display: block;
  width: 100%;
}
/*.portfolio__item-img img:hover {
  transform: scale(1.05);
  transition: all 0.8s ease-in-out;
}*/
a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
ul.list {
  padding: 0;
  margin: 0 0 0 -2px;
}
ul.list li {
  padding-left: 32px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
  position: relative;
  list-style: none;
}
ul.list li:before {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 12px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
.logo {
  width: 70px;
  height: 32px;
}
.icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  height: 100%;
  width: 100%;
  text-align: center;
  width: 24px;
  height: 24px;
}
.icon--twitter {
  background-image: url("../img/twitter.svg");
}
.icon--facebook {
  background-image: url("../img/facebook.svg");
}
.icon--pinterest {
  background-image: url("../img/pinterest.svg");
}
.icon--link {
  background-image: url("../img/link.svg");
}
.icon--comment {
  background-image: url("../img/comments.svg");
}
.blog, .project, .works, .article {
  padding-top: 100px;
}
.blog__title, .project__title, .works__title, .article__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  body {
  }
  ul.list li {
    margin-bottom: 16px;
  }
  .blog, .project, .works, .article {
    padding-top: 136px;
  }
  .blog__title, .project__title, .works__title {
    margin-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .blog, .project, .works, .article {
    padding-bottom: 192px;
  }
}
@media (min-width: 1280px) {
  .blog, .project, .works, .article {
    padding-top: 192px;
  }
  .blog__title, .project__title, .works__title {
    margin-bottom: 88px;
  }
}
/**/
/**/
/**/
/* ====================================================02. Helper classes */
/* ==================================================== */
.page__title {
  font-weight: 500;
  font-size: 58px;
  letter-spacing: 5.1px;
  line-height: 72px;
  text-transform: uppercase;
  text-align: center;
}
.nomargin {
  margin-left: 0;
  margin-right: 0;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page__title {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 2.5px;
    line-height: 44px;
  }
}
/**/
/**/
/**/
/* ====================================================03. Grid */
/* ==================================================== */
.container {
  display: block;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col--w2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.col--w3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.col--w4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -moz-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}
.col--w5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -moz-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}
.col--w6 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  -moz-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}
.col--w7 {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -moz-box-flex: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}
.col--w8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -moz-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
}
.col--w9 {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  -moz-box-flex: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
}
.col--w10 {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -moz-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}
.col--w11 {
  -webkit-box-flex: 11;
  -webkit-flex-grow: 11;
  -moz-box-flex: 11;
  -ms-flex-positive: 11;
  flex-grow: 11;
}
.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .col {
  }
  .col--xs-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col--xs-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col--xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col--xs-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col--xs-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col--xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col--xs-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col--xs-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col--xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col--xs-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col--xs-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col--xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col--xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col--xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .col--xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col--xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .col--xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col--xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .col--xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col--xs-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  .container {
  }
  .col--sm-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col--sm-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col--sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col--sm-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col--sm-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col--sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col--sm-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col--sm-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    /*max-width: 83.66666667%;
    */
  }
  .col--sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col--sm-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col--sm-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col--sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col--sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /*.col--sm-offset-2 {
    margin-left: 5.66666667%;
  }
  */
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col--sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col--sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col--sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 900px;
  }
  .col--md-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col--md-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col--md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col--md-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col--md-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col--md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col--md-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    float: left;
  }
  .col--md-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col--md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col--md-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 93.5000000%;
  }
  .col--md-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col--md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col--md-offset-0 {
    margin-left: 0;
  }
  .col--md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col--md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col--md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col--md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col--md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1200px;
  }
  .col--lg-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col--lg-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col--lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col--lg-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col--lg-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col--lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col--lg-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col--lg-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col--lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /*
  .col--lg-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 90%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }*/
  .col--lg-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col--lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*
  .col--lg-offset-1 {
    margin-left: 8.33333333%;
  }*/
  /*.col--lg-offset-2 {
    margin-left: 10.66666667%;
  }
  */
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col--lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col--lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col--lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
/**/
/**/
/**/
/* ====================================================04. Slider */
/* ==================================================== */
.slider {
  position: relative;
  margin-top: 40px;
  margin-bottom: 72px;
}
.slider figcaption {
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  position: absolute;
  bottom: -42px;
  text-align: center;
  width: 100%;
}
.slider .slick-slide {
  position: relative;
}
.slider .slick-slide p {
  margin: 0;
}
.slider .slick-slide:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(89.26%, rgba(28, 29, 31, 0.0001)), to(#16181A));
  background: -webkit-linear-gradient(top, rgba(28, 29, 31, 0.0001) 89.26%, #16181A 100%);
  background: -moz-linear-gradient(top, rgba(28, 29, 31, 0.0001) 89.26%, #16181A 100%);
  background: -o-linear-gradient(top, rgba(28, 29, 31, 0.0001) 89.26%, #16181A 100%);
  background: linear-gradient(180deg, rgba(28, 29, 31, 0.0001) 89.26%, #16181A 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.15;
}
.slider .slick-dots {
  position: absolute;
  bottom: 70px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 2;
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 4px;
  cursor: pointer;
  opacity: 0.6;
  border: 0;
  outline: none;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.slider .slick-dots li button:hover {
  opacity: 1;
}
.slider .slick-dots li.slick-active button {
  background-color: transparent;
  width: 8px;
  height: 8px;
  padding: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.slider .slick-list {
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-bottom: 44px;
}
.slider .slick-prev {
  left: -58px;
}
.slider .slick-prev:before {
  content: '';
  background-image: url("../img/arrow-left.svg");
}
.slider .slick-next {
  right: -58px;
}
.slider .slick-next:before {
  content: '';
  background-image: url("../img/arrow-right.svg");
}
.slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -webkit-calc(50% - 28px);
  top: -moz-calc(50% - 28px);
  top: calc(50% - 28px);
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slider .slick-arrow:before {
  -webkit-font-smoothing: antialiased;
  display: block;
  height: 33px;
  width: 18px;
  opacity: .75;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.slider .slick-arrow:hover:before {
  opacity: 1;
}
@media (max-width: 1279px) {
  .slider {
    margin-bottom: 72px;
  }
  .slider .slick-prev {
    left: -34px;
  }
  .slider .slick-next {
    right: -34px;
  }
}
@media (max-width: 1023px) {
  .slider {
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .slider .slick-arrow {
    width: 56px;
    height: 64px;
    z-index: 1;
    background-color: rgba(31, 31, 31, 0.5);
  }
  .slider .slick-arrow:before {
    margin: 0 auto;
  }
  .slider .slick-prev {
    left: 0;
  }
  .slider .slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slider {
    margin-bottom: 24px;
  }
  .slider figcaption {
    bottom: -28px;
  }
  .slider .slick-arrow {
    width: 28px;
    height: 32px;
    z-index: 1;
    background-color: rgba(31, 31, 31, 0.5);
  }
  .slider .slick-arrow:before {
    margin: 0 auto;
    height: 16px;
    width: 9px;
  }
  .slider .slick-slide:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(84.08%, rgba(28, 29, 31, 0.0001)), to(#16181A));
    background: -webkit-linear-gradient(top, rgba(28, 29, 31, 0.0001) 84.08%, #16181A 100%);
    background: -moz-linear-gradient(top, rgba(28, 29, 31, 0.0001) 84.08%, #16181A 100%);
    background: -o-linear-gradient(top, rgba(28, 29, 31, 0.0001) 84.08%, #16181A 100%);
    background: linear-gradient(180deg, rgba(28, 29, 31, 0.0001) 84.08%, #16181A 100%);
  }
  .slider .slick-list {
    padding-bottom: 40px;
  }
  .slider .slick-dots {
    bottom: 44px;
  }
}
/**/
/**/
/**/
/* ====================================================05. Buttons */
/* ==================================================== */
.btn {
  font-weight: bold;
  font-size: 12px;
  margin-right: auto;
  letter-spacing: 1.5px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  background-color: white;
  padding: 6px 20px 6px 20px;
  border: 2px solid;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  box-shadow: 0px 2px 2px 0px #8c8c8c4a;
}
.btn:focus {
  outline: none;
}
.btn--reply {
  padding: 0 8px 0 26px;
  border: none;
  position: relative;
}
.btn--reply:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  display: block;
  background-image: url("../img/comments.svg");
  background-position: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**/
/**/
/**/
/* ====================================================06. Header */
/* ==================================================== */


.header-no-btn {
  position: fixed;
  top: 0;
  left: 32px;
  right: 0;
  height: 94px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-transition: background 0.2s ease-in-out, top 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, top 0.2s ease-in-out;
}
.header--up {
  top: -120px;
}

.header__burger span {
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header__burger span:before, .header__burger span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header__burger span:before {
  top: -8px;
}
.header__burger span:after {
  top: 8px;
}
.header__menu-status:checked ~ .header__burger span {
  background: transparent;
}
.header__menu-status:checked ~ .header__burger span:before {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  -moz-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  -o-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.header__menu-status:checked ~ .header__burger span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  -moz-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  -o-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}
.header__menu-status:checked ~ .header__nav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.header a {
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
letter-spacing: 0.1em;
  line-height: 48px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  text-transform: uppercase;
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  margin: 0 auto 56px;
}
.header__nav-item .logo {
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .header {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -moz-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-top: 24px;
    left: 24px;
  }
  .header--up {
    top: -80px;
  }
  .header__menu {
    margin-top: 0;
    margin-left: -10px;
  }
  .header__nav-item {
    margin: 0 auto 32px;
  }
  .header__logo {
    top: 4px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header a {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    display: block;
    margin-bottom: 32px;
    letter-spacing: 2px;
  }
}
/**/
/**/
/**/
/* ====================================================07. Footer */
/* ==================================================== */
footer p, footer a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.4px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}
.footer {
  height: 100px;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  position: fixed;
  bottom: 0;
  left: 32px;
  right: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding-bottom: 40px;
}
.footer__socials {
  text-align: center;
}
.footer__dash {
  width: 40px;
  position: relative;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  margin: 0 22px;
}
.footer__dash:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
}
.footer__mail {
  text-align: center;
}
.footer__tel {
  text-align: right;
}
.footer__icon {
  margin-right: 22px;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.footer__icon:hover {
  opacity: 0.7;
}
.footer__icon:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .footer {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -moz-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    display: block;
    padding-top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__text {
    padding: 0 40px 0 24px;
    text-align: right;
  }
  .footer__socials {
    padding: 0 0 24px 0;
    text-align: left;
  }
  .footer__mail {
    padding: 0 40px 0 0;
    text-align: right;
  }
  .footer__tel {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .footer__text {
    text-align: center;
    padding-bottom: 16px;
    line-height: 32px;
  }
  .footer__socials {
    text-align: center;
    padding-bottom: 16px;
  }
  .footer__mail {
    text-align: center;
  }
  .footer__mail a {
    line-height: 32px;
  }
  .footer__tel {
    text-align: left;
  }
  .footer__tel a {
    line-height: 32px;
  }
  .footer__dash {
    margin: 0 20px;
  }
  .footer__icon {
    margin-right: 20px;
  }
}
/**/
/**/
/**/
/* ====================================================08. Blog */
/* ==================================================== */
.blog__item {
  margin-bottom: 56px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.blog__item:hover {
  opacity: 0.7;
}
.blog__item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog__item-img:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.blog__item-img img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog__item-title {
  color: inherit;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.49px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.blog__item-text {
  line-height: 28px;
  margin-bottom: 8px;
}
.blog__item-date {
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  margin-bottom: 0;
}
.blog-section__preview {
  width: 60%;
  float: left;
  text-decoration: none;
}
.blog-section__title {
  margin-left: -webkit-calc(40% - 261px);
  margin-left: -moz-calc(40% - 261px);
  margin-left: calc(40% - 261px);
  float: left;
  width: 261px;
}
.blog-section__link {
  margin-left: -webkit-calc(40% - 261px);
  margin-left: -moz-calc(40% - 261px);
  margin-left: calc(40% - 261px);
  float: left;
  width: 261px;
}
@media (max-width: 1023px) {
  .blog {
    padding-bottom: 56px;
  }
  .blog__item {
    margin-bottom: 48px;
  }
  .blog__item-title {
    margin-bottom: 12px;
  }
  .blog__preview-img {
    margin-bottom: 20px;
  }
  .blog__preview-img img {
    display: block;
  }
  .blog-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-section__preview {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .blog-section__title {
    margin-left: 0;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .blog-section__link {
    margin-left: 0;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .blog {
    padding-top: 104px;
    padding-bottom: 8px;
  }
  .blog__item {
    margin-bottom: 48px;
  }
  .blog__pagination {
    margin-bottom: 56px;
  }
}
/**/
/**/
/**/
/* ====================================================09. Works */
/* ==================================================== */
.works {
  padding-bottom: 200px;
}
@media (max-width: 1023px) {
  .works {
    padding-bottom: 56px;
  }
}
/**/
/**/
/**/
/* ====================================================10. Project */
/* ==================================================== */
.project {
  padding-bottom: 192px;
}
.project__img {
  margin-bottom: 40px;
}
.project__img--secondary {
  margin-bottom: 32px;
}
.project__client-image {
  width: 160px;
  margin: 0 auto 24px;
  position: relative;
}
.project__client-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.project__client-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 66.66667%;
  height: 66.66667%;
}
.project__client-info {
  overflow: hidden;
  margin-bottom: 12px;
}
.project__client-heading {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.project__client-text {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 28px;
  margin-bottom: 20px;
}
.project__link {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
.project__link i {
  margin-right: 12px;
}
.project__description-heading {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.45px;
  line-height: 28px;
  margin-bottom: 8px;
}
.project__description-text {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 28px;
  margin-bottom: 16px;
}
.project__description-text:last-child {
  margin-bottom: 32px;
}
.project__steps {
  margin-bottom: 32px;
}
.project__steps-heading {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.45px;
  line-height: 28px;
  margin-bottom: 16px;
}
.project__contact {
  margin-bottom: 48px;
}
.project__contact-form {
  display: none;
}
.project__contact .contact-form__status ~ .project__contact-preview {
  display: block;
}
.project__contact .contact-form__status:checked ~ .project__contact-preview {
  display: none;
}
.project__contact .contact-form__status:checked ~ .project__contact-form {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.project__others {
  padding-bottom: 40px;
}
.contact-preview {
  padding: 40px 32px;
  position: relative;
  text-align: center;
}
.contact-preview__label {
  cursor: pointer;
  margin-top: 24px;
}
.contact-preview__text {
  margin: 0;
}
@media (max-width: 767px) {
  .project {
    padding-bottom: 8px;
  }
  .project__image {
    margin-bottom: 32px;
  }
  .project__client-image {
    margin-bottom: 32px;
  }
  .project__client-heading {
    text-align: left;
    margin-bottom: 12px;
  }
  .project__client-text {
    margin-bottom: 24px;
  }
  .project__client-info {
    margin-bottom: 8px;
  }
  .project__description-heading {
    margin-bottom: 12px;
  }
  .project__others {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .project {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .project__image {
    margin-bottom: 72px;
  }
  .project__img--secondary {
    margin-bottom: 72px;
  }
  .project__client-image {
    width: 328px;
    margin-right: 72px;
    margin-bottom: 72px;
  }
  .project__client-info {
    margin-bottom: 40px;
  }
  .project__client-heading {
    margin-bottom: 16px;
  }
  .project__client--text {
    margin-bottom: 24px;
  }
  .project__description-text:last-child {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .project__image {
    margin-bottom: 88px;
  }
  .project__client-image {
    width: 360px;
    margin-right: 88px;
    margin-bottom: 88px;
  }
  .project__client-heading {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .project__client-text {
    margin-bottom: 32px;
  }
  .project__steps {
    margin-bottom: 72px;
  }
  .project__steps-heading {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.45px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .project__contact {
    margin-bottom: 88px;
  }
}
/**/
/**/
/**/
/* ====================================================11. Article */
/* ==================================================== */
.article__subtitle {
  display: block;
  text-align: center;
  margin-bottom: 72px;
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
}
.article__date {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  margin: 0 20px;
}
.article__stat {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  margin: 0 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.article__stat:hover {
  opacity: 1;
}
.article__heading {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.45px;
  line-height: 32px;
  margin-bottom: 16px;
}
.article__text {
  margin-bottom: 32px;
}
.article__text--large p {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 36px;
}
.article__image {
  margin-top: 40px;
  margin-bottom: 72px;
}
.article__quote {
  margin-bottom: 32px;
}
.article__quote blockquote {
  margin: 0;
  padding: 28px 53px;
  position: relative;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 36px;
}
.article__quote blockquote:before {
  content: "\201c";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}
.article__quote blockquote:after {
  content: "\201d";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 36px;
}
.article__shares {
  margin-bottom: 48px;
}
.article__shares-icon {
  display: inline-block;
  margin-right: 40px;
}
.article__shares-icon:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .article {
    padding-bottom: 48px;
  }
  .article__title {
    margin-bottom: 32px;
  }
  .article__subtitle {
    margin-bottom: 48px;
  }
  .article__image {
    margin-top: 16px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .article {
    padding-bottom: 0;
  }
  .article__title {
    margin-bottom: 20px;
  }
  .article__subtitle {
    margin-bottom: 40px;
  }
  .article__image {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .article__text {
    margin-bottom: 16px;
  }
  .article__text p {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 28px;
  }
  .article__text--large p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 28px;
  }
  .article__heading {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.45px;
    line-height: 28px;
  }
  .article__quote {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .article__quote blockquote {
    padding: 28px 0;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 28px;
  }
  .article__shares {
    margin-bottom: 0;
  }
}
/**/
/**/
/**/
/* ====================================================12. Home */
/* ==================================================== */
.home__welcome {
  position: relative;
padding-top: 130px;
margin-bottom:  30px;
}
.home__contacts-title {
  /* font-family: 'Poppins', sans-serif;
  */
  font-size: 2.4em;
  letter-spacing: 0.5pt;
}
.home__welcome-layer {
  z-index: 1;
  position: relative;
  /* background-color: hsla(221, 14%, 13%, 0.7);
  */
  padding-top: 0px;
  padding-bottom: 20px;
  /* box-shadow: 0 4px 4px #00000059;
  */
}
.works__welcome-layer {
  z-index: 1;
  position: relative;
}
.home__welcome-bg {
display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 225%;
    z-index: -10;
    background-position: 50% 50%;
    background-attachment: fixed;
    opacity: 0.85;
    background: url(../img/full-bloom.png);
    background-color: #f5f5f569;
    background-blend-mode: screen;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}

.works__welcome-bg {
display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 225%;
    z-index: -10;
    background-position: 50% 50%;
    background-attachment: fixed;
    opacity: 1;
    background: url(../img/s01_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    /* background-blend-mode: normal; */
    /* background-blend-mode: soft-light;*/
}
.works__welcome-bg_lower {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 238%;
    z-index: -5;
    background-position: 50% 50%;
    /* background-attachment: fixed; */
    opacity: 100;
    /* background: url(../img/binding_dark.png); */
    /* background-size: cover; */
    background-image: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 0%));
    /* background-repeat: no-repeat; */
    /* background-color: #385cac; */
    /* background-blend-mode: overlay; */
    /* background-blend-mode: hard-light; */
}

.home__welcome-bg:before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  left: -37px;
  top: 0;
  right: -10px;
  height: 100vh;
}
.home__welcome-title {
  letter-spacing: 0.004em;
  line-height: 0.98em;
}
.home__welcome-content {
font-family: 'Poppins', sans-serif;
    font-size: 0.84em;
    letter-spacing: 0.2px;
    line-height: 36px;
    /* margin-top: 8px; */
    text-align: center;
    font-weight: 400;
    clear: both;
}
.works__welcome-content {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7vh;
  letter-spacing: 0.2px;
  line-height: 3.8vh;
  /* margin-top: 8px;
  */
  text-align: center;
  font-weight: 300;
  clear: both;
}
.home__portfolio {

}
.works__portfolio {

}
.home__about {
padding-top: 100px;
    margin-bottom: 90px;
}
.home__about-title {
  font-weight: 500;
  font-size: 62px;
  letter-spacing: 3.5px;
  line-height: 96px;
  text-transform: uppercase;
  margin-top: -14px;
}
.home__about-content {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 32px;
  margin-bottom: 32px;
  margin-top: -5px;
}
.home__about-figure {
  max-width: 360px;
}
.home__about-skills-title {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 20px;
}
.home__blog {
  margin-bottom: 56px;
}
.home__blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home__blog-preview {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 560px;
  -moz-box-flex: 1;
  -ms-flex: 1 0 560px;
  flex: 1 0 560px;
  max-width: 560px;
  text-decoration: none;
}
.home__blog-preview-img {
  margin-bottom: 24px;
}
.home__blog-preview-title {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.45px;
  line-height: 32px;
}
.home__blog-preview-text {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
.home__blog-preview-date {
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  opacity: 0.7;
  margin-bottom: 0;
}
.home__blog-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 260px;
  -moz-box-flex: 1;
  -ms-flex: 1 0 260px;
  flex: 1 0 260px;
  max-width: 260px;
  margin-top: -22px;
}
.home__blog-title-text {
  font-weight: 500;
  font-size: 74px;
  letter-spacing: 5.7px;
  line-height: 96px;
  text-transform: uppercase;
  margin-bottom: 88px;
}
.home__contacts {
padding-top: 80px;
    padding-bottom: 80px;
    clear: left;
    background: #fff;
    background-blend-mode: hard-light;
    background-image: url(../img/gate2.jpg);
}
.home__contacts-content {
font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin-bottom: 32px;
}

.works__headers-content {
font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center;
}
.home__contacts-geo, .home__contacts-mail, .home__contacts-contacts {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
  margin-bottom: 16px;
}
.home__contacts-geo a, .home__contacts-mail a, .home__contacts-contacts a {
  text-decoration: underline;
}
@media (max-width: 1279px) {
  .home__welcome {
    padding-top: 124px;
    height: 634px;
  }
  .home__welcome-content {
/*font-weight: 500; */
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-top: 18px;
    margin-left: auto;
    text-align: center;
    max-width: 90%;
    margin-right: auto;
  }
  .home__welcome-bg:before {
    height: 634px;
  }
  .home__portfolio {
    margin-top: -7.5em;
    margin-bottom: 0;
  }
  .home__about {
    margin-bottom: 136px;
  }
  .home__about-figure {
    max-width: 320px;
  }
  .home__blog {
    margin-bottom: 0;
  }
  .home__blog-preview {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 520px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 520px;
    flex: 1 0 520px;
    max-width: 520px;
  }
}
@media (max-width: 1023px) {
  .home__welcome {
    padding-top: 112px;
    height: auto;
    padding-bottom: 194px;
  }
  .home__welcome-content {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 42px;
    margin-top: 0px;
    margin-left: auto;
    text-align: center;
    max-width: 95%;
    margin-right: auto;
  }
  .home__welcome-bg:before {
    height: 100%;
  }
  .home__about {
    padding-top: 88px;
    margin-bottom: 88px;
  }
  .home__about-title {
    margin-bottom: 32px;
    margin-top: 0;
  }
  .home__about-content {
    margin-bottom: 48px;
  }
  .home__about-figure {
    max-width: 360px;
    margin-bottom: 48px;
  }
  .home__about-skills-title {
    margin-top: 0;
  }
  .home__portfolio {
    margin-top: -125px;
    margin-bottom: 0;
  }
  .home__blog {
    margin-bottom: 0;
  }
  .home__blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 96px;
  }
  .home__blog-preview {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home__blog-title {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    margin-top: 0;
  }
  .home__blog-title-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 48px;
  }
  .home__blog-link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home__contacts {
    padding-top: 88px;
    margin-bottom: 88px;
  }
  .home__contacts-title {
    margin-bottom: 32px;
  }
  .home__contacts-info {
    margin-top: 0;
  }
  .home__contacts-tel {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .home__welcome {
    padding-top: 100px;
    padding-bottom: 48px;
  }
  .home__welcome-bg:before {
    top: 20px;
    left: -112px;
    background-position: left;
    -webkit-background-size: 895px 568px;
    -moz-background-size: 895px 568px;
    -o-background-size: 895px 568px;
    background-size: 895px 568px;
  }
  .home__welcome-title {
  }
  .home__welcome-content {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .home__portfolio {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home__about {
    padding-top: 48px;
    margin-bottom: 48px;
  }
  .home__about-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 64px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .home__about-content {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .home__about-figure {
    margin: auto;
  }
  .home__about-skills-title {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .home__blog {
    margin-bottom: 0;
  }
  .home__blog-wrapper {
    padding-bottom: 80px;
  }
  .home__blog-title-text {
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 4px;
    line-height: 64px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .home__blog-preview-img {
    margin-bottom: 20px;
  }
  .home__blog-preview-title {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.45px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .home__blog-preview-text {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 28px;
  }
  .home__contacts {
    padding-top: 48px;
    padding-bottom: 32px;
    margin-bottom: 0;
  }
  .home__contacts-title {
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 4px;
    line-height: 64px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .home__contacts-content {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .home__contacts-geo, .home__contacts-mail, .home__contacts-tel {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .home__contacts-tel {
    margin-bottom: 32px;
  }
}
/**/
/**/
/**/
/* ====================================================13. Socials */
/* ==================================================== */
.socials {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid #385cad;
  width: 100%;
  height: 32px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  padding-right: 12vh;
  -webkit-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  z-index: 2;
}
.socials__nav {
  text-align: center;
  width: 310px;
  display: inline-block;
  float: right;
  height: 100%;
}
.socials__nav-item:last-child .socials__link {
  margin-right: 0;
}
.socials__link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 32px;
  margin-right: 20px;
  float: left;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .socials {
    height: 24px;
    padding-right: 115px;
  }
  .socials__link {
    line-height: 24px;
  }
}
/**/
/**/
/**/
/* ====================================================14. Pagination */
/* ==================================================== */
.pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.31px;
}
.pagination__item {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: text-bottom;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination__item:hover {
  opacity: 1;
}
.pagination__item--dots {
  width: auto;
  padding: 0 8px;
  opacity: 0.7;
}
.pagination__item--dots:hover {
  opacity: 0.7;
}
.pagination__item--active {
  opacity: 1;
  pointer-events: none;
}
.pagination > .pagination__item:first-child {
  width: auto;
}
.pagination > .pagination__item:first-child a {
  width: auto;
  padding-left: 18px;
  padding-right: 48px;
  position: relative;
}
.pagination > .pagination__item:first-child a:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-image: url(data:image/svg+xml;
  base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDcgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+aWNvbnMgLyBsaWdodCAvIGNhbGVuZGFyIGFycm93IC8gcmlnaHQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUG9ydGZvbGlvLVRoZW1lLUJsb2ctMTI4MC0iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NTguMDAwMDAwLCAtMjA1MS4wMDAwMDApIiBvcGFjaXR5PSIwLjY5OTk5OTk4OCI+ICAgICAgICA8ZyBpZD0iQ29tcG9uZW50cy0vLVBhZ2luYXRpb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzMi4wMDAwMDAsIDIwMzYuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5Nzk3Ij4gICAgICAgICAgICA8ZyBpZD0icGFnZS1saW5rLWNvcHktNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY3LjAwMDAwMCwgMC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9Imljb25zLS8tbGlnaHQtLy1jYWxlbmRhci1hcnJvdy0vLXJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDguMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNTAwMDAwLCAxMi4wMDAwMDApIHJvdGF0ZSgxODAuMDAwMDAwKSB0cmFuc2xhdGUoLTEyLjUwMDAwMCwgLTEyLjAwMDAwMCkgIiBwb2ludHM9IjEwIDcgMTUgMTIgMTAgMTciPjwvcG9seWxpbmU+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
*/}
.pagination > .pagination__item:last-child {
  width: auto;
}
.pagination > .pagination__item:last-child a {
  width: auto;
  padding-left: 48px;
  padding-right: 18px;
  position: relative;
}
.pagination > .pagination__item:last-child a:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 /* background-image: url(data:image/svg+xml;
  base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDcgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+aWNvbnMgLyBsaWdodCAvIGNhbGVuZGFyIGFycm93IC8gcmlnaHQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUG9ydGZvbGlvLVRoZW1lLUJsb2ctMTI4MC0iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NTguMDAwMDAwLCAtMjA1MS4wMDAwMDApIiBvcGFjaXR5PSIwLjY5OTk5OTk4OCI+ICAgICAgICA8ZyBpZD0iQ29tcG9uZW50cy0vLVBhZ2luYXRpb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzMi4wMDAwMDAsIDIwMzYuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5Nzk3Ij4gICAgICAgICAgICA8ZyBpZD0icGFnZS1saW5rLWNvcHktNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY3LjAwMDAwMCwgMC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9Imljb25zLS8tbGlnaHQtLy1jYWxlbmRhci1hcnJvdy0vLXJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDguMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgcG9pbnRzPSIxMCA3IDE1IDEyIDEwIDE3Ij48L3BvbHlsaW5lPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
*/}
.pagination__link {
  text-decoration: none;
  display: block;
  line-height: 40px;
}
.pagination__dots {
  line-height: 40px;
}
@media (max-width: 767px) {
  .pagination {
    letter-spacing: -5px;
  }
  .pagination__item {
    letter-spacing: normal;
  }
  .pagination > .pagination__item:first-child {
    width: auto;
  }
  .pagination > .pagination__item:first-child a {
    width: 24px;
    padding-left: 0;
    padding-right: 16px;
    position: relative;
    overflow: hidden;
    text-indent: 100px;
  }
  .pagination > .pagination__item:last-child {
    width: auto;
  }
  .pagination > .pagination__item:last-child a {
    width: 24px;
    padding-left: 16px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    text-indent: 100px;
  }
}
/**/
/**/
/**/
/* ====================================================15. Comments */
/* ==================================================== */
.comments {
  padding-top: 24px;
}
.comments__header {
  margin-bottom: 16px;
}
.comments__add {
  width: 132px;
  float: right;
}
.comments__label {
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1.5px;
  line-height: 40px;
  line-height: 50px;
  text-transform: uppercase;
  vertical-align: middle;
}
.comments__count {
  margin-left: 20px;
  padding: 0 8px;
  vertical-align: text-bottom;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
  display: inline-block;
}
.comments__list {
  margin: 0;
  padding: 0;
}
.comments__list-item {
  list-style: none;
  padding-left: 0;
}
.comments__list-item .comment {
  -webkit-box-shadow: inset 0px -1px 0px #373737;
  -moz-box-shadow: inset 0px -1px 0px #373737;
  box-shadow: inset 0px -1px 0px #373737;
}
.comments__list .comments__list .comment {
  padding-left: 80px;
}
.comment {
  padding: 32px 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment__photo {
  margin-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 48px;
  -moz-box-flex: 1;
  -ms-flex: 1 0 48px;
  flex: 1 0 48px;
  max-width: 48px;
}
.comment__photo-wrapper {
  padding-top: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.comment__photo-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.comment__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  line-height: 1rem;
}
.comment__author {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
  line-height: 24px;
  margin-right: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}
.comment__time {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  vertical-align: middle;
}
.comment__text {
  margin-top: 12px;
  display: block;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
  line-height: 24px;
}
.comment__reply {
  display: block;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .comments {
    padding-top: 48px;
  }
  .comments__add {
    margin-top: 32px;
    float: none;
  }
  .comments__list .comments__list .comment {
    padding-left: 20px;
  }
  .comments__list .comments__list .comment .comment__photo {
    margin-left: 20px;
  }
  .comments__count {
    margin-left: 12px;
  }
  .comment {
    position: relative;
    padding: 24px 0 16px;
  }
  .comment.form--comment {
    padding-top: 0;
  }
  .comment__content {
    max-width: 100%;
  }
  .comment__photo {
    position: absolute;
    left: 0;
    top: 24px;
    height: 48px;
    width: 48px;
  }
  .comment__author {
    display: block;
    margin-left: 60px;
    margin-bottom: 2px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .comment__time {
    display: block;
    margin-left: 60px;
  }
  .comment__text {
    margin-top: 24px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 28px;
    line-height: 24px;
  }
}
/**/
/**/
/**/
/* ====================================================16. Skills */
/* ==================================================== */

.skills {
    height: 100%;
    max-width: 1200px;
    margin: auto;
}

.skills__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 32px;
  margin-bottom: 16px;
  padding-left: 0;
}
.skills__item:before {
  display: none;
}
.skills__item:last-child {
  margin-bottom: 0;
}
.skills__progress {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.skills__progress span {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
}
.skills__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 80%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  opacity: 1;
}
.skills__value {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 20%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  opacity: 1;
}
/**/
/**/
/**/
/* ====================================================17. Portfolio */
/* ==================================================== */
.portfolio {
  margin-left: -2px;
  margin-right: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio__more {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 24px;
}
.portfolio__item {
  padding-left: 2px;
  padding-right: 2px;
  /* -webkit-flex-basis: 50%;
  */
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0 0 24px;
  /* max-height: 15vh;
  */
}
.portfolio__item a {
  display: block;
}
.portfolio__item-link {
  text-decoration: none;
}
.portfolio__item-img img {
  display: block;
}
.portfolio__item-title {
  height: 64px;
  position: relative;
  padding: 8px;
}
.portfolio__title {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 28px;
  line-height: 16px;
}
.portfolio__subtitle {
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.35px;
  line-height: 16px;
  font-size: 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media only screen and (min-width: 768px) {
  .portfolio {
     border-radius: 4px;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    background-color: #edededa3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: 1px solid #ffffff;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.17);
}
  .portfolio__item {
    padding-left: 4px;
    padding-right: 4px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    margin: 4px 0 16px;
  }
  .portfolio__item-title {
    padding: 12px 16px;
  }
  .portfolio__title {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 32px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .portfolio__subtitle {
     width: 100%;
    position: static;
    font-weight: 500;
    font-size: 12.5px;
    opacity: 0.7;
    letter-spacing: 0.1px;
    line-height: 18px;
  }
  .portfolio__more {
    margin-top: 58px;
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .portfolio__more {
margin-bottom: 90px;
    padding-left: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .portfolio__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .portfolio__item-title {
    padding: 12px 16px;
  }
  .portfolio__item-img img {
    display: block;
  }
  .portfolio--grid .portfolio {
    margin-left: 0;
    margin-right: 0;
  }
  .portfolio--grid .portfolio__item {
    padding: 0.15em;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .portfolio--grid .portfolio__item:hover .portfolio__item-title {
    bottom: 0;
  }
  .portfolio--grid .portfolio__item-title {
    position: absolute;
    bottom: -60px;
    /* left: 0; */
    /* right: 0; */
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 98%;
    -webkit-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    opacity: 100;
  }
  .portfolio--grid .portfolio__item-img img {
    width: 100%;
  }
}
/**/
/**/
/**/
/* ====================================================18. Form */
/* ==================================================== */
.field {
  position: relative;
  padding-bottom: 48px;
}
.field__input, .field__textarea {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  padding: 0 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.field__input.input-error, .field__textarea.input-error {
  border: 1px solid #ed5555;
}
.field__input:focus, .field__input:valid, .field__textarea:focus, .field__textarea:valid {
  outline: none;
}
.field__input:focus + .field__label, .field__input:valid + .field__label, .field__textarea:focus + .field__label, .field__textarea:valid + .field__label {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0.7;
  left: 20px;
}
.field__label {
  position: absolute;
  top: 2px;
  left: 36px;
  cursor: text;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
  pointer-events: none;
  opacity: 0.5;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.35px;
}
.field__input {
  height: 48px;
  box-shadow: inset 0px 1px 2px 1px #a5a5a58a;
}
.field__textarea {
  padding: 12px 16px;
  min-height: 144px;
  height: 100%;
  box-shadow: inset 0px 1px 2px 1px #a5a5a58a;
}
.form__btn--submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.form--comment {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .field__label {
    left: 24px;
  }
  .form--comment {
    margin-top: 32px;
  }
  .form--comment .comment__photo {
    position: static;
    padding-top: 0;
    margin-bottom: 32px;
  }
  .form--comment .comment__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}