@charset 'UTF-8';
/*
*************** file navigation ***************
Header
Footer
Preloader
*/

/*==================================== Style Reset =================================================*/

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

button {
  cursor: pointer;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

a {
  text-decoration: none;
}
.overflow {
  height: 100%;
  overflow: hidden;
}
/*===================================FONTS=====================================================*/

/*===================================Proxima-Nova-Light=====================================================*/

@font-face {
  font-family: 'Proxima-Nova-Light';
  font-weight: 300;
  src: url('../fonts/ProximaNova/Mark-Simonson-Proxima-Nova-Light.otf');
}

@font-face {
  font-family: 'Proxima-Nova-Regular';
  font-weight: normal;
  src: url('../fonts/ProximaNova/Mark-Simonson-Proxima-Nova-Regular.otf');
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  font-weight: 600;
  src: url('../fonts/ProximaNova/Mark-Simonson-Proxima-Nova-Semibold.otf');
}

@font-face {
  font-family: 'ProximaNova-bold-it';
  font-weight: bold;
  src: url('../fonts/ProximaNova/Mark-Simonson-Proxima-Nova-Bold-Italic.otf');
}

/*===================================Playfair-Display=====================================================*/

@font-face {
  font-family: 'PlayfairDisplayBold';
  font-weight: bold;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf');
}

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  font-weight: normal;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
}

body.move .header {
  opacity: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 7.320644216691069vw;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: none;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 3.2rem;
  height: 100%;
  letter-spacing: .002rem;
  color: #1a1a1a;
  background-color: #fff;
  font-family: 'Proxima-Nova-Regular';
  font-size: .14rem;
  line-height: 1.86;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  padding-top: .7rem;
}

.paragraf {
  color: #1a1a1a;
  opacity: 0.8;
}

.container {
  max-width: 12rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: .3rem;
  padding-left: .3rem;
}

div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
}


.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo img {
  width: 1.13rem;
}

.font-nova-bold-it {
  font-family: 'ProximaNova-bold-it';
}

.playfair-bold {
  font-family: PlayfairDisplayBold;
}

.paragraf {
  margin-bottom: .3rem;
}

.container-small {
  max-width: 12rem;
  max-width: 6.2rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: .3rem;
  padding-left: .3rem;
}

.title-content {
  font-size: .14rem;
  line-height: .16rem;
  text-transform: uppercase;
}

.subtitle {
  letter-spacing: .01rem;
  opacity: 0.4;
  font-family: 'ProximaNova-Semibold';
  font-size: .12rem;
}

/* ================category-menu================ */
.css-winner-block {
  width: 1rem;
  position: fixed;
  top: 5.65rem;
  left: 1.12rem;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 1s;
}
.done .css-winner-block {
  opacity: 1;
}
.category-menu {
  width: 2.8rem;
  margin-left: 1.12rem;
  position: fixed;
  opacity: 0;
  top: 3.3rem;
  z-index: 10;
  transition: 1.5s;
  transform: translateX(-0.5rem);
}

body.done .category-menu {
  transform: translateX(0);
  opacity: 1;
}

.category-menu__list li {
  margin-bottom: 0.05rem;
}

.category-menu__list li.current-menu-item a {
  padding-left: .35rem;
  opacity: 1;
}

.category-menu__list li.current-menu-item a:before {
  opacity: 1;
}

.category-menu__list li a:hover {
  padding-left: .35rem;
  opacity: 1;
}

.category-menu__list li a:hover:before {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.category-menu__list li a {
  position: relative;
  opacity: 0.2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  letter-spacing: .01rem;
  color: #1a1a1a;
  font-family: 'PlayfairDisplay-Regular';
  font-size: .12rem;
}

.category-menu__list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: .2rem;
  height: .01rem;
  content: '';
  opacity: 0;
  background-color: #1a1a1a;
}

/* MAIN */

/*============================================Preloader===============================================*/

.preloader {
  /* opacity: 1; */
  /* visibility: visible; */
  background-color: #1a1a1a;
  /*padding: 1.3rem 0 1.5rem;*/
  position: fixed;
  z-index: 20;
  width: 100%;
  display: flex;
  overflow: hidden;
  left: 0;
  bottom: 0;
  flex-direction: column;
  height: 0;
  /*min-height: 6.6rem;*/
  transition:  1s;
}

.preloader.is-open {
  height: 100vh;

}

.preloader-img {
  opacity: 0;
  transition: 0.5s;

}

.preloader-content {
  opacity: 0;

  transition: 0.3s;
  transform: translateY(0.6rem);
}


.preloader.is-open .preloader-img {
  opacity: 1;
  transition-delay: 0.5s;

}

.preloader.is-open .preloader-content {
  opacity: 0.8;
  transition-delay: 0.7s;
  transform: translateY(0);
}

.preloader.is-open .preloader__author  {
  opacity: 0.8;
  transition-delay: 0.6s;
  transform: translateY(0);
}

.preloader.success {
  transition-delay: 0s !important;
  background-color: #fafafa;
  transition: transform .6s;
  user-select: none;
  transform: translateX(0) !important;
}


.preloader.white {
  background-color: #fafafa;
}

.preloader-conitaner {
  margin: auto;
}

.preloader.done {
  /*height: 0 !important;*/
  top: 0;
  right: 0;
  /*transition-delay: 1.4s;*/
  /*transform: translateX(-100%);*/
  /* opacity: 0; */
  /* transition: 0.5s; */
}

.preloader-img {
  width: 1.7rem;
  height: 0.16rem;
  object-fit: contain;
  margin: 0 auto 0.95rem auto;
}

.preloader-img svg {
  display: block;
  width: 100%;
  height: 100%;
}

.preloader__author {
  color: #fff;

  opacity: 0.7;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
  margin-top: 0.3rem;
  font-family: 'Proxima-Nova-Light';
  transition: 0.5s;
  letter-spacing: 0.01rem;
}

.preloader-content {
  position: relative;
  width: 6.9rem;
  margin: 0 auto;
  transition: 0.5s;
  /*opacity: 0.8;*/
  color: #fff;
  text-align: center;
}

.preloader-content p {
  font-size: 0.22rem;
  font-family: 'PlayfairDisplay-Regular';
  line-height: 1.45;
  letter-spacing: 0.02rem;
}

.preloader-content::after,
.preloader-content::before {
  content: '';
  display: block;
  background: url('../img/elements/quotes.svg') no-repeat center center;
  background-size: cover;
  height: 0.1rem;
  width: 0.08rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
}

.preloader-content::before {
  margin-bottom: 0.25rem;
}

.preloader-content::after {
  margin-top: 0.25rem;
}

 .preloader2 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transition: transform .6s;
  left: 0;
  z-index: 9999;
  background-color: #fafafa;
}



body.done .preloader2 {
  transform: translateX(-100%);
}

.project-title {
  letter-spacing: 0.015rem;
}

body.move .preloader2 {
  transform: translateX(0%);

}

body.move .preloader {
  transform: translateX(0);
  transition-delay: 0s;
  transition: transform .6s;
  background-color: #fafafa;
  z-index: 1000;

}

body.move .preloader .preloader-conitaner {
  display: none;
}

/*============================================wellcome==================================================*/

.button-nav {
  display: none;
  cursor: pointer;
  padding: 10px 5px;
}

.button-nav span {
  width: 26px;
  display: block;
  height: 1px;
  transition: 0.5s;
  background-color: #1a1a1a;
}

.button-nav.dark span {
  background-color: #1a1a1a !important;
}

.header.open .button-nav span {
  margin-bottom: 0;

}

.header.open .button-nav span:nth-child(1) {
  opacity: 0;

}

.header.open .button-nav span:nth-child(2) {
  transform: rotate(-45deg);

} 

.header.open .button-nav span:nth-child(3) {
  transform: rotate(45deg);
} 

/* body.inside-page .button-nav span {
  background-color: #fff;
} */

.button-nav span:not(:last-child) {
  margin-bottom: 5px;
}
.wellcome {
  height: calc(100vh - .7rem);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.wellcome-info {
  padding-top: 2.1rem;
}

.wellcome__title {
  margin-bottom: .1rem;
  letter-spacing: .068rem;
  font-size: .82rem;
  line-height: .95;
}

.wellcome a {
  color: inherit;
}

.wellcome-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: .4rem;
}

.wellcome-location .col:not(:first-child) {
  margin-left: .7rem;
}

.wellcome-location h2 {
  margin-bottom: .15rem;
  font-size: .16rem;
  letter-spacing: 0.003rem;
}

.wellcome__title + p {
  letter-spacing: 0.01rem;
}

.wellcome-location p {
  font-size: .12rem;
  letter-spacing: 0.01rem;
}

/*============================================blog==================================================*/

.blog-page {
  position: relative;
  z-index: 0;
}

.blog-page::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  margin-left: -25%;
  content: '';
  background-color: #fafafa;
}

.blog-main {
  padding-top: 1.8rem;
  padding-bottom: 1.4rem;
}

.blog-main .container {
  width: 11rem;
}

.blog-title {
  letter-spacing: .016rem;
  font-size: .18rem;
  line-height: 1.33;
}

.blog-date {
  letter-spacing: .01rem;
  opacity: .6;
  color: #1a1a1a;
  font-family: ProximaNova-Semibold, sans-serif;
  font-size: .12rem;
}

.blog-read a {
  padding: 0 .06rem .04rem 0;
  transition: .5s;
  color: #1a1a1a;
  border-bottom: .01rem solid #000;
  font-family: ProximaNova-Semibold, sans-serif;
  font-size: .12rem;
  letter-spacing: 0.002rem;
}

.blog-read a:hover {
  border-bottom: 0.01rem solid transparent;
}

.blog-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.blog-article__desc {
  transform: translateX(-0.5rem);
  opacity: 0;
}



.blog-article.done .blog-article__desc {
  transition: 1s;
  transform: translateX(0);
  transition-delay: .3s;
  opacity: 1;
}

.blog-article:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.blog-article:nth-child(even) .blog-article__img {
  margin: 0 0 0 .7rem;
}

.blog-article:nth-child(even) .anim {
  right: auto;
  left: 0;
}

.blog-article:nth-child(even) .blog-article__desc {
  text-align: right;
}

.blog-article:nth-child(even) .blog-read a {
  padding: 0 0 .04rem .06rem;
}

.blog-article:last-child {
  margin-bottom: 0;
}

.blog-article__img {
  width: 52%;
  margin-right: .7rem;
  overflow: hidden;
}

.blog-article__img img {
  display: block;
  width: 100%;
  transition: 0.3s;
  height: 3.8rem;
}

.animation-container {
  position: relative;
 
}
.video-container,
.container-small {
  margin-bottom: .5rem;
}
.video-container > iframe {
  display: block;
  margin: auto;
}

.blog-article__img img:hover {
  transform: scale(1.1);
}

.blog-article__desc h2 {
      max-width: 3.7rem;
}

.blog-article__read {
  margin-top: .38rem;
}

/*============================================inside-blog==================================================*/

.inside-blog__wellcome {
  position: relative;
  height: 3.6rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.inside-blog__wellcome img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.inside-blog__wellcome::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5));
}

.inside-blog p {
  margin-bottom: .2rem;
  opacity: 0.8;
}

.inside-blog__about-top {
  position: relative;
  z-index: 2;
  max-width: 8.4rem;
  margin: 0 auto;
  line-height: 1.1;
  margin-top: -.9rem;
  padding: .65rem 0.5rem .6rem 0.5rem;
  text-align: center;
  background-color: #fff;
}

.inside-blog__about-top .container {
  max-width: 8.84rem;
}

.inside-blog__main-title {
  letter-spacing: .025rem;
  margin-bottom: 0.5rem;
  font-size: .28rem;
    opacity: 0;
  transform: translateY(-1rem);
  transition: 1s;
}

.inside-blog__desc {
  padding-bottom: 1rem;
/*  opacity: 0;
  transform: translateY(1rem);
  transition: 1s;*/
}

/*.inside-page.done .inside-blog__desc {
  opacity: 1;
  transform: translateY(0);
}*/

body.done .inside-blog__main-title {
  opacity: 1;
  transform: translateY(0);
}

.inside-blog__projects .container {
  max-width: 10.5rem;
}

.inside-blog-title {
  text-align: center;
  opacity: 0.8;
  letter-spacing: .003rem;
  font-size: .22rem;
}

.inside-blog-title a {
  color: inherit;
}

.inside-blog-article {
  margin-bottom: 1rem;
}

.inside-blog__article-title {
  margin-bottom: .5rem;
  transition: .5s;
  opacity: 0;
  transform: translateY(0.5rem);

}

.inside-blog-article .container-small {
    transition: .5s;
  opacity: 0;
  transform: translateY(0.5rem);
}

.inside-blog-article.done .container-small  {
   opacity: 1;
  transform: translateY(0);
}

.inside-blog-article.done .inside-blog__article-title {
  opacity: 1;
  transform: translateY(0);
}

.inside-blog-img {
  height: 4.4rem;
  width: 9.8rem;
  margin: 0 auto 0.6rem auto;
}

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

.inside-blog .blog-main {
  padding-top: 0;
}

.inside-blog .blog-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.inside-blog .blog-article:nth-child(odd) {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.inside-blog .blog-article:nth-child(odd) .blog-article__img {
  margin: 0 0 0 .75rem;
}

.inside-blog .blog-article:nth-child(odd) .blog-article__desc {
  text-align: right;
}

.inside-blog .blog-article:nth-child(odd) .blog-read a {
  padding: 0 0 .04rem .06rem;
}

.inside-blog .blog-article:nth-child(even) {
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.inside-blog .blog-article:nth-child(even) .blog-article__img {
  margin: 0 .75rem 0 0;
}

.inside-blog .blog-article:nth-child(even) .blog-article__desc {
  text-align: left;
}

.inside-blog .blog-article:nth-child(even) .blog-read a {
  padding: 0 .06rem .04rem 0;
}

.section-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 1.31rem;
  background-color: #fafafa;
  transition: .3s;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}


.section-share__link a:hover {
 transform: translateY(-0.1rem);
}

.section-share__link {
  margin: auto;
  text-align: center;
}

.section-share__link a {
  color: #1a1a1a;
  display: block;
  transition: .3s;
  width: 100%;
}

.share-box {
  letter-spacing: .02rem;
  text-transform: uppercase;
}

.share-box a::after {
  display: block;
  width: .07rem;
  height: .14rem;
  margin: .05rem auto 0 auto;
  content: '';
  background: url('../img/icon/facebook.svg') no-repeat;
}

.see-also__title {
  margin: .7rem 0;
  letter-spacing: 0.01rem;
  text-align: center;
  font-family: 'ProximaNova-Semibold';
}

/*============================================about==================================================*/

.page-about {
  position: relative;
}

.page-about::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 2.36rem;
  width: 35%;
  height: 100%;
  content: '';
  background-color: #fafafa;
}

.section-about {
  padding: 1.5rem 0 1rem 0;
}

.section-about .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.section-about__info {
  padding-left: .6rem;
}

.section-about__info .paragraf:last-child {
  margin-bottom: .6rem;
}

.section-about__info p {
  color: #1a1a1a;
  margin-bottom: .3rem;
  opacity: 0.8;
}




.section-about .container {
  max-width: 11.9rem;
}

.section-about__photo {
  margin-left: 1.1rem;
  width: 4.3rem;
  height: 6.6rem;
  
}

.section-about__photo .anim {
  right: auto;
  left: 0;
}

.section-about__photo img {
  display: block;
  width: auto;
}

.about__title-content {
  margin-bottom: .3rem;
}

.author-hello {
  font-family: 'Proxima-Nova-Light', sans-serif;
  font-size: .16rem;
}

.author-name {
  letter-spacing: .056rem;
  font-size: .62rem;
  line-height: 1.23;
}

.about__author-name {
  margin-bottom: .1rem;
}

.about__info-top {
  width: 100%;
}
.author-profession {
  letter-spacing: .004rem;
  font-size: .18rem;
  line-height: 1.56;
}

.about__author-profession {
  margin-bottom: .35rem;
}

.about-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .12rem;
}

.about-contact:not(:last-child) {
  margin-bottom: .5rem;
}

.about-contact__item a {
  color: #1a1a1a;
}

.about-contact__item:not(:first-child) {
  margin-left: .4rem;
}

.about-contact__social {
  font-family: 'ProximaNova-Semibold';
}



/*============================================PROJECT==================================================*/

.project-main {
  position: relative;
  display: flex;
  padding: .8rem 0 .5rem 0;
}

.project-main::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 78%;
  height: 100%;
  top: 0;
  right: 0;
  transition: 2s;
  background-color: #fafafa;
}

/* .project-main.done::after {
  width: 80%;

} */

.container-wrapper {
  width: 9rem;
  margin-left: 3.9rem;
  margin-right: 1.2rem;
}

.project-main .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1rem;
}

.project:last-child {
  margin-bottom: 0;
}

.project:nth-child(3n+1) {
    align-self: flex-start;
}

.project:nth-child(3n+2) {
  flex-direction: row-reverse;
  margin-right: .4rem;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.project:nth-child(3n+2) .project__desc {
  margin-top: 1.2rem;
  padding-right: 0;
  margin-left: 0;
  text-align: right;
  width: 3rem;
}

.project.done:nth-child(3n+2) .project__desc {
  opacity: 1;
  padding-right: .6rem;
  transform: translateX(0);
  transition: 1.5s;
}

.project:nth-child(3n+2) .project__img {
  width: 5.8rem;
  height: 3.4rem;
}

.project:nth-child(3n+2) .project__date {
  margin-top: 1rem;
}

.project:nth-child(3n+3) {
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.project:nth-child(3n+3) .project__desc {
  flex-direction: row;
  margin: 0;
  padding: .3rem .2rem 0 .2rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.project:nth-child(3n+3) .project__date {
  margin: 0;
}

.project:nth-child(3n+3) .project__img {
  width: 8.8rem;
  height: 4.5rem;
}

.project__img {
  width: 6.5rem;
  overflow: hidden;
  position: relative;
  height: 4.9rem;
}

.project__img img {
  transition: .3s;

}

.project__img img:hover {
  transform: scale(1.03);
}

.animation {
   /* overflow: hidden;
  max-width: 0;
  transition: max-width 1.5s;
  will-change: transform; */

  position: relative;
  

}


.anim {
  display: block;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  width: 100%;
  will-change: width;
  transition: width 1s;
  height: 100%;
  background-color: #fafafa;
} 


.interior-element .anim {
  background-color: #fff;
      top: .9rem;
    right: -.8rem;
}


.blog-article .anim {
  background-color: #fafafa;
  /* border-right: 1.8rem solid #fff; */
   /* background-color: t;  */

/* background: linear-gradient(90deg, rgb(255, 255, 255) 17.5%, rgb(250, 250, 250) 0%); */
  /* border-left: 1.8rem solid #fff; */
  
}

.blog-article__img .anim {

}

.inside-blog-img .anim {
  background-color: #FEFEFE;
}
/*
.blog-article:nth-child(even) .anim {
  width: 85%;
}

.blog-article:nth-child(odd) .anim {
  width: 85%;

}*/


.blog-article .anim:after {
  /* content: ''; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  background-color: #fafafa;
  width: 1.81rem;
  height: 100%;
}
/* 
.blog-article .anim:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: #fff;
  width: 1.81rem;
  height: 100%;
} */

/* .blog-article.done .anim::before {
  z-index: -5;

} */

.blog-article.done .anim::after {
  z-index: -5;
  width: 0;
}
/* 
.blog-article .anim:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  background-color: red;
  width: 20%;
  height: 100%;
} */


.blog-article.done .anim {
  border: 0;
}

.project .anim {
  right: auto;
  left: 0;
}

h1::selection,
h2::selection,
h3::selection,
p::selection,
li::selection,
a::selection,
strong::selection,
span::selection {
	color: #fff;
  background: #2d2d2d; /* Цвет фона */
}

.blog-article {
  /* box-sizing: content-box; */
}

.project__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 1.9rem 0 0 .6rem;
  opacity: 0;
  transform: translateX(-0.25rem);
  transition: 1s;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.project.done .project__desc {
  opacity: 1;
  transition: .8s;
  transform: translateX(0);
}

.project__date {
  opacity: 1;
  margin-top: 1.7rem;
  letter-spacing: 0.034rem;
}

/*============================================inside-project==================================================*/

.inside-project__header {
  padding: .2rem 0 0;
}

.inside-project-container {
  display: flex;
}

.inside-project__header-title {
  font-weight: 700;
  font-size: .14rem;
  line-height: .16rem;
  text-transform: uppercase;
  margin: 0 0 .1rem 0;
}

.project-date {
  display: block;
  font-size: .12rem;
  line-height: .14rem;
  letter-spacing: 0.266667px;
}

.inside-project__header-left-col {
  padding-right: .2rem;
  border-right: 1px solid #E3E3E3;
}

.inside-project__header-right-col {
  padding-left: .2rem;
}

.project-cat {
  display: block;
  font-size: .12rem;
  line-height: .14rem;
  color: #979797;
  margin-top: .03rem;
}

.inside-project {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #fafafa));
  background: -webkit-linear-gradient(left, #fff 50%, #fafafa 50%);
  background: -o-linear-gradient(left, #fff 50%, #fafafa 50%);
  background: linear-gradient(to right, #fff 50%, #fafafa 50%);
}

.inside-project__desc {
  padding: .40rem 0 .95rem 0;
}

.inside-project__desc .container {
  max-width: 6.2rem;
}

.inside-project p {
  margin-bottom: .2rem;
  opacity: .8;
}

.full-img {
  height: auto;
  margin-bottom: 1.2rem;
}

.full-img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: none;
}

.section-gallery-work {
  padding-bottom:1.4rem ;
}

.section-gallery-work .container {
  max-width: 10.9rem;
}

.gallery-work__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.6rem;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.galerry-work__item {
  width: -webkit-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  margin: 0 .6rem;
  height: 6rem;
}


.galerry-work__item:not(:first-child) {
  margin-top: 2.05rem;
}

.galerry-work__item:nth-child(odd) {
  margin-top: 0;
}

.galerry-work__item:nth-child(odd) .anim {
  background-color: #FEFEFE;
}

.galerry-work__item:nth-child(even) .anim {
  right: auto;
  left: 0;
}



.gallery-work__img {
  display: block;
  width: 100%;
  min-height: 5.8rem;
}

.inside-project__hallway .container {
  max-width: none;
}

.inside-project__hallway-photo {
  margin-bottom: 1.8rem;
  height: 6rem;
}

.inside-project__hallway-photo img {
  display: block;
  width: 100%;
  max-width: none;
}

/*============================================Header==================================================*/

.header {
  padding: .2rem .5rem;
  transition: 1s;
  will-change: transform;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  color: #1a1a1a;
  transform: translateY(-100px);
}

body.done .header {
  transform: translateY(0);
}

.header.fixed {
/*  padding: .1rem;*/
  /* background-color: #fff; */
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); */
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header .logo a {
  display: block;
  width: 1.7rem;
  height: 0.14rem;
}

.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nav li::after {
  background-color: #1a1a1a;
}

/* .inside-page .header {
  color: #fff;
} */


.inside-page .header.fixed {
  color: #1a1a1a;
}

.inside-page .header.fixed .nav li::after {
  background-color: #1a1a1a;
}

/* .inside-page .nav li::after {
  background-color: #fff;
} */

.nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}

.nav li {
  position: relative;
  color: inherit;
}

.nav li:not(:first-child) {
  margin-left: .5rem;
}

#menu-languages li {
    margin-left: .05rem !important ;
}

.nav li::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: .01rem;
  content: '';
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background-color: #1a1a1a;
}

.nav li:hover:after,
.nav li.active:after,
.nav li.current-menu-item:after, 
.nav li.current-menu-item-parent:after {
  width: 100%;
}

.nav a {
  letter-spacing: .004rem;
  padding: 0.05rem 0;
  color: inherit;
  font-size: .12rem;
}

.menu-line {
  display: block;
  width: 35px;
  height: 5px;
  margin: 6px 0;
  background-color: black;
}

.btn-toggle {
  display: inline-block;
  cursor: pointer;
  border: none;
  background: none;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-color: #333;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -ms-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.inside-project {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #fafafa));
  background: -webkit-linear-gradient(left, #fff 50%, #fafafa 50%);
  background: -o-linear-gradient(left, #fff 50%, #fafafa 50%);
  background: linear-gradient(to right, #fff 50%, #fafafa 50%);
}

.inside-project__desc {
  padding: .85rem 0 .95rem 0;
}

.inside-project__desc .container {
  max-width: 6.2rem;
}

.inside-project p {
  margin-bottom: .2rem;
  opacity: .8;
}

.full-img {
  margin-bottom: 1.2rem;
}

.full-img img {
  display: block;
  width: 100%;
  max-width: none;
}

.section-gallery-work {
  padding-bottom: 1.4rem;
}

.section-gallery-work .container {
  max-width: 10.9rem;
}

.gallery-work__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.6rem;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.galerry-work__item {
  width: -webkit-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  margin: 0 .6rem;
}

.galerry-work__item:not(:first-child) {
  margin-top: 2.05rem;
}

.galerry-work__item:nth-child(odd) {
  margin-top: 0;
}

.gallery-work__img {
  display: block;
  width: 100%;
  min-height: 5.8rem;
}

.inside-project__hallway .container {
  max-width: none;
}

.inside-project__hallway-photo {
  margin-bottom: 1.8rem;
}

.inside-project__hallway-photo img {
  display: block;
  width: 100%;
  max-width: none;
}

/*============================================page-interior==================================================*/

.page-interior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem 0 2rem 0;
}

.page-interior .container-wrapper {
  width: 8.5rem;
  margin: 0 0 0 4.2rem;
}

.interior-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.interior-element.active .modal {
  max-height: 100%;
}
.interior-element__detalis a {
  padding: 0 .14rem .04rem 0;
}

.interior-element.animation {
  transition: max-width 2.3s;
  overflow: visible;
}

.interior-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.interior-element:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -ms-flex-item-align: end;
}

.interior-element .anim {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}



.interior-element:nth-child(3n+2) .interior-element__detalis a {
  padding: 0 0 .04rem .14rem;
}

.footer-contact a,
.about-contact__item a,
.footer__company-logo a {
  position: relative;
}

.footer-contact a:after,
.about-contact__item a:after,
.footer__company-logo a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
  width: 0;
  height: 0.01rem;
  background-color: #fff;
}

.about-contact__item a:after {
  background-color: #1a1a1a;
}

.footer-contact a:hover:after,
.about-contact__item a:hover:after,
.footer__company-logo a:hover:after {
  width: 100%;
}

.interior-element:nth-child(3n+1) .interior-element__photo  .anim,
.interior-element:nth-child(3n+1) .interior-element__photo img {
      right: -.2rem;
      top: .9rem;
}

.interior-element:nth-child(3n+2) .interior-element__photo  .anim,
.interior-element:nth-child(3n+2) .interior-element__photo img {
      right: .7rem;
      top: .9rem;
}

.interior-element:nth-child(3n+3) .interior-element__photo  .anim,
.interior-element:nth-child(3n+3) .interior-element__photo img {
    top: .8rem;
    right: -.4rem;
}

.interior-element__photo img:hover {
  transform: translateY(-0.25rem);
}

.interior-element__photo {
  width: 3.5rem;
  height: 3.8rem;
  transition: 1s;
  transition-delay: 0.5s;
}

.interior-element__photo img {
  position: relative;
  object-fit: contain;
  transition: 0.4s;
  cursor: pointer;
/*  top: .9rem;
  right: -.8rem;*/
}



.interior-element__desc {
  margin-left: .8rem;
  transition: 1s;
  opacity: 0;
  transform: translateX(-0.5rem);
  transition-delay: 0.2s;
}

.interior-element:nth-child(even) .interior-element__desc {
    margin: 0 1.4rem 0 0;
}

.interior-element.done .interior-element__desc {
  opacity: 1;
  transform: translateX(0);
}

.interior-element__detalis {
  margin-top: .35rem;
}


    .interior-element.done .interior-element__photo {
      background-color: #fafafa;
    }

    .interior-element:nth-child(3n+2) .interior-element__photo {
      width: 3rem;
      height: 3.8rem;
    }

/*   .interior-element:nth-child(3n+2) .anim {
    right: -.8rem;
    top: .9rem;

   }

   .interior-element:nth-child(3n+1) .anim {
      right: -.2rem;
      top: .9rem;
   }


.interior-element:nth-child(3n+3) .anim {
    top: .8rem;
    right: -.4rem;
}
*/
/*============================================Next-project==================================================*/

.section-next-project {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 2.4rem;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.section-next-project:hover::after {
  opacity: 0;
}

.section-next-project:hover .next-project__title {
  color: #fff;
}

.section-next-project:hover .next-project__content p {
  color: #fff;
  opacity: 1;
}

.section-next-project::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  content: '';
  background-color: #fff;
  opacity: 0.8;
}
.section-next-project > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.next-project__content {
  margin: auto;
}

.next-project__content p {
  letter-spacing: 0.012rem;
}

.next-project__title {
  letter-spacing: .027rem;
  color: #1a1a1a;
  font-size: .32rem;
}

.next-project__title a {
  color: inherit;
}

/*============================================Modal==================================================*/

.modal {
  max-height: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100vh;

  will-change: max-height;
  transition: 1s;
  background-color: #fff;
  opacity: .97;
}

.modal.open {
  max-height: 100%;
}

.modal .row {
  padding: .9rem;
}

.modal-content {
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  background-color: #fff;
}

.modal__title {
  letter-spacing: .023rem;
  font-size: .26rem;
}

.modal-close {
  position: absolute;
  top: .67rem;
  right: .87rem;
  will-change: transform;
  width: .29rem;
  height: .29rem;
  transition: .5s;
  cursor: pointer;
}

.modal-close::after,
.modal-close::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: .29rem;
  height: .01rem;
  content: '';
  background-color: #1a1a1a;
}

.modal-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-close:hover {
  transform: rotate(180deg);
}

.interrior-photo {
  width: 3.4rem;
  height: 5rem;
}

.interrior-photo img {
  object-fit: contain;
}

.interrior-props-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .07rem;
  flex-basis: 50%;
}


.interrior-props {
  font-family: 'ProximaNova-Semibold';
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}

.interrior-desc {
  margin-top: .5rem;
  margin-left: .7rem;
  min-width: 300px;
  max-width: 5rem;
  width: 100%;
}

.interrior-desc__text {
  max-width: 3.3rem;
  margin-top: .35rem;
}

.modal__sub-title {
  font-family: 'ProximaNova-Semibold';
  font-size: .12rem;
}

.interrior-value {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
}

/*============================================Footer==================================================*/

.footer {
	padding: .3rem 0;
	color: #fff;
	background-color: #1a1a1a;
	font-size: .12rem;
	position: relative;
	z-index: 1;
}

.footer a {
  color: inherit;
}

.footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer .container {
  max-width: 12.4rem;
}

.footer p {
  /*background-color: red;*/
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact li {
  margin-bottom: .05rem;
}

.footer__social {
  margin-left: 1.4rem;
  font-family: 'ProximaNova-Semibold';
}

.footer__company-logo {
  margin-bottom: .3rem;
  display: flex;
  justify-content: flex-end;
}

.footer__company-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}

.footer__company-logo + .copyright img {
  display: block;
  width: auto;
  object-fit: contain;
  height: 0.1rem;
  margin-left: .1rem;
}

.copyright a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copyright a span {
  display: block;
}

/*=============================================libs====================================================*/

/*================ slick-slider ==========================*/

/* Slider */

.slick-loading .slick-list {
  background: #fff url('../img/icon/ajax-loader.gif') center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 30px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background-color: #000;
  font-size: 0;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #c2c2c2;
  font-size: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #ff9100;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

    .section-see-also .blog-article .anim {
    background-color: #FEFEFE;
  }


.section-see-also .blog-article:nth-child(odd) .anim {
  right: auto;
  left: 0;
}

.section-see-also .blog-article:nth-child(even) .anim {
  right: 0;
  left: auto;
}

.header.open a {
  color: #1a1a1a;
}

.header.open .nav li a {
  color: #1a1a1a;
}

.header.open .current-menu-item-parent a:after {
  width: 100%;
}


.interior-element__desc-top h2 {
  letter-spacing: 0.016rem;
}

.header.open .button-nav span {
  background-color: #1a1a1a;
}
/*============================================Media====================================================*/
@media only screen and (max-width: 767px) {

  .wrapper {
    padding-top: 70px;
  }

  .interior-element__desc-top h2 {
    line-height: 1.33;
  letter-spacing: 1.6px;
  }
  p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }

  .preloader-conitaner {

    padding: 0 30px;
  }

  .about__title-content {
    letter-spacing: 0.3px;
  }

  .preloader-content::after, 
  .preloader-content::before {
    width: 5px;
    height: 11px;
  }

  .preloader-content::before {
    margin-bottom: 20px;
  }

  .preloader-img {
    width: 170px;
    height: 14px;
    margin-bottom: 80px;
    /* transform: translateX(50%); */
  }

  .preloader-content::after {
    margin-top: 20px;
  }

  .preloader__author {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 1px;
    margin-top: 30px;
  }

  .preloader-content {
    width: 100%;
  }
  .preloader-content p {
    font-size: 16px;
    line-height: 1.5;
  letter-spacing: 1.5px;
  }



  html {
    font-size: 12px;
    letter-spacing: 0.2px;
    /* font-size: 31.25vw; */
  }

  .paragraf {
    font-size: 14px;
  }

  .title-content {
    font-size: 18px;
  }


  .subtitle {
    font-size: 12px;
    letter-spacing: 1px;
  }

  /*============================================HEADER====================================================*/
    .header .container {
      max-width: 100%;
      padding: 20px;
    }

    .header .logo a {
      width: 170px;
      height: 14px;
    }

    .header {
      padding: 0;
    }
  
  .button-nav {
    display: block;
  }

  .header-content {
    flex-wrap: wrap;
  }

  nav {
    width: 100%;
  }

  .nav {
    max-height: 0;
    overflow: hidden;
    background-color: #c2c2c2;
    transition: max-height .5s;
    flex-direction: column;
    align-items: center;
  }

  .nav a {
    font-size: 12px;
  }

  .nav li  {
    margin: 0 !important;
  }





  /*============================================category====================================================*/
  .category-menu {
    position: static;
    margin-top: 126px;
    margin-bottom: 40px;
    width: auto;
    margin-left: 30px;
    transform: translateX(-150px);
    transition: 1s;
  }
  
  body.done .category-menu {
    transform: translateX(0);
    opacity: 1;

  }

  .category-menu__list li a {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 1px;
  }

  .category-menu__list li.current-menu-item a  {
    padding-left: 35px;
  }

  .category-menu__list li a:hover {
    padding-left: 35px;
}

  .category-menu__list li a:before  {
    width: 20px;
    height: 1px;
  }

  .category-menu__list li {
    margin-bottom: 5px;
  }
  /*============================================PROJECT====================================================*/



  .project-main {
    padding: 50px 0;
  }

  .project-main::after {
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    top: 100%;
    /* background-color: gray; */
  }
  

  body.done .project-main::after {
    top: 0;

  }


  .project {

    flex-direction: column !important;
    margin: 0 0 60px 0 !important;
  }
  .project:nth-child(even) {
    margin-right: auto !important;
    padding-right: 60px;
  }
  .project:nth-child(odd) {
    margin-left: auto !important;
    padding-left: 60px;
  }
  .project__desc {
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 20px 10px !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .project__date {
    letter-spacing: 3.4px;
    margin-top: 0 !important;
  }
  .project__img {
    width: 100% !important;
    height: 320px !important;
  }

  .project__img img {
    max-width: 100% !important;
    width: auto !important;
  }

  .project:nth-child(even) .anim {
    left: auto;
    right: 0;
  }



  .project-main .container-wrapper {
    margin: 0;
    width: 100%;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .project-title {
    line-height: 1.22;
  letter-spacing: 1.5px;
  }


  /*============================================ABOUT====================================================*/
  .section-about {
    padding-bottom: 50px;
    padding-top: 120px;
  }



  .section-about .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .section-about .paragraf {
    margin-bottom: 30px;
  }

  .about-contact {
    font-size: 12px;
  }

  .section-about .row {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .about__title-content {
    margin-top: 50px;
    margin-bottom: 20px;
  }


  .author-hello {
    font-size: 16px;
  }

  .about__author-name {
    font-size: 40px;
    max-width: 200px;
    line-height: 1.2;
    letter-spacing: 3.6px;
    margin-bottom: 15px;
  }

  .about__author-profession {
    font-size: 18px;
    letter-spacing: 0.4px;
  }

  .about__info-top {
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-about__photo {
    margin: 215px auto 40px auto;
    max-width: 350px;
    width: 100%;
    height: 380px;
  }

  .section-about__photo img {
    width: 100%;
  }

  .section-about::after {
    width: 100%;
    right: 0;
    top: 330px;
    background-color: #fafafa;
  }

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

  .about-contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-contact__item {
    margin: 0 0 10px 0 !important;
  }

/*============================================interior====================================================*/

.blog-article-list {
  align-items: center !important;
}

.interior-element {
  flex-direction: column !important;
  margin-bottom: 60px;
  width: 100%;
}

.interior-element.animation {
  transition: max-width 1.5s;
}

.page-interior .container-wrapper {
  max-width: 500px !important;
  margin: 0 auto;
  width: auto !important;
  overflow: hidden;
    padding: 0 20px;
  }

  .interior-element__photo {
    width: 100% !important;
    height: auto !important;
  }

  .interior-element__photo img {

   max-height: 310px;

    max-width: 100% !important;
    width: auto !important;
    left: 50%;

    transform: translateX(-50%);


  }

    .interior-element:nth-child(3n+1) .interior-element__photo img,
    .interior-element:nth-child(3n+1) .anim {
    bottom: -70px;
    right: auto;
    top: auto;
  }

    .interior-element:nth-child(3n+2) .interior-element__photo img,
    .interior-element:nth-child(3n+2) .anim {
    bottom: -105px;
    right: auto;
    top: auto;
  }

  .interior-element:nth-child(3n+3) .interior-element__photo img,
  .interior-element:nth-child(3n+3) .anim {
    bottom: -70px;
    right: auto;
    top: auto;
  }

  .anim {
    right: 0 !important;
    top: auto !important;
  }

  .interior-element__detalis a {
    font-size: 12px;
  }

  .interior-element__desc {
    display: flex;
    width: 100%;
    margin: 50px 0 0 0 !important;
    text-align: left !important;
    justify-content: space-between;
    padding: 0 20px;
  }

  .blog-read a {
    padding-bottom: 7px !important;

  }

  /*============================================Inside Blog====================================================*/
  .inside-blog__projects .container {
    padding: 0 20px;
  }
  
  .inside-blog__desc .container-small {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .container-small {
    max-width: 100%;
  }

  .inside-blog__about-top {
    max-width: 80%;
    padding: 35px 25px;
    margin-top: -50px;
    margin-bottom: 20px;
    
    
  }

  .inside-blog p {
    font-size: 14px;
    padding: 0 8px;
  }

  .inside-blog-title {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
  }

  .inside-blog__wellcome {
    min-height: 320px;
  }

  .inside-blog__main-title {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 10px;
  }

  .inside-blog-article {
    margin-bottom: 50px;
  }

  .inside-blog-img {
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }

  .inside-blog__projects .container {
    max-width: 100%;
  }




  .preloader-content {
  transform: translateY(50px);
}

.preloader__author {
  transform: translateY(50px);
}



  .section-about__info {
    padding-left: 0;  
  }

  /*============================================MODAL====================================================*/
    .modal-content {
      flex-direction: column;
    }


    .modal .row {
      padding: 60px 30px;
    }

    .interrior-photo {
      max-width: 300px;
      width: 100%;
      height: auto;
      margin: 0 auto
    }

    .interrior-props-list {
      font-size: 14px;
      margin-top: 40px;
    }

    .modal__sub-title {
      margin-bottom: 30px;
    }

    .interrior-desc {
      margin: 0 auto;
    }

    .modal-close {
      right: 27px;
      top: 29px;
      height: 29px;
      width: 29px;
    }

    .interrior-value {
      flex-basis: 50%;
      text-align: right;
    }
    .modal-close::before,
    .modal-close::after {
      width: 29px;
      height: 1px;
    }
    .modal__title,
    .modal__sub-title {
      text-align: center;
    }

    .interrior-desc__text {
      max-width: none;
    }

    .modal__title {
      line-height: 0.92;
      letter-spacing: 2.3px;
    }
  /*============================================BLOG====================================================*/
 
  .blog-main {
    padding: 120px 0 20px 0;
  }

  .nav {
    position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
     background-color: rgba(255, 255, 255, 0.9);
   box-shadow: 0 2px 3px -3px #333;
}



.header.open {

/*  background-color: #fff;
  transition: 0s;*/
}

.header {
    transform: translateY(-200px);
}

.nav ul {


  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 80px 0 50px 0;


}

.nav li::after {
  content: none;
  height: 1px;

}

.nav li a {
  padding: 5px 0;
  position: relative;
  line-height: 1.83;
  letter-spacing: 0.4px;


}

.interior-element__photo img:hover {

   transform: translate(-50%, -15px) !important;
}


.nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1a1a1a;
}

.nav ul li {
  padding: 5px 0;
}

.nav li.current-menu-item a:after {
  width: 100%;
}



  .blog-page::after {
    content: none;
  }

  .blog-main .container {
    max-width: 500px;
    width: auto !important;
    padding: 0 20px;
  }



  .blog-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .blog-date {
    font-size: 12px;
  }

  .blog-article {
    flex-direction: column !important;
    margin-bottom: 60px !important;
    align-items: center;
    text-align: center !important;


  }


  .blog-article__read {
    display: none;
  }

  .blog-article__img {
    margin: 0 0 20px 0 !important;
    width: auto;
    
  }
  
  .blog-article__img img {
    max-height: 300px;
    height: 100%;
    max-width: 100% !important;
    width: auto !important;
  }


  .blog-article__desc {
    text-align: center !important;

  }

  .blog-article__desc h2 {
    max-width: 100%;
    margin-bottom: 10px;
  }


  .blog-article__title {
    max-width: none !important;
  }

  .blog-article.done .blog-article__desc {
    transition-delay: .4s;
    text-align: left;
  }

  .blog-article__desc {
    padding: 0 20px 0 10px;
  }

  .inside-project__hallway-photo {
    height: 400px;
  }

  .blog-article .anim {
    background-color: #FFFFFF !important;
  }

/*============================================inside-project====================================================*/

  .inside-project__header {
    padding: 20px 0 0;
  }

  .inside-project .container {
      padding: 0 20px;
  }

  .inside-project-container.container {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }

  .inside-project__header-left-col {
    padding-right: 20px;
  }

  .inside-project__header-title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
  }

  .project-date {
    font-size: 12px;
    line-height: 14px;
  }

  .project-cat {
    font-size: 12px;
    line-height: 14px;
    color: #979797;
    margin-top: 3px;
  }

  .inside-project__header-right-col {
      padding-left: 20px;
  }

  .inside-project__desc .container {
    max-width: 100%;
    padding: 0;
  }

  .wellcome-info {
    margin: auto 0;

    padding: 0;
    padding-top: 150px;
  }

  .wellcome-info p {
    font-size: 12px;
  }

  .wellcome-info .container {
    max-width: 100%;
    width: auto;
    padding: 30px;
  }

  .wellcome {
    height: 60vh;
    display: flex;
    flex-direction: column;
  }

  .wellcome__title {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .wellcome-info h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .section-share {
    min-height: 130px;
  }

  .section-share__link a {
    font-size: 14px;
  }
  .share-box a::after {
    width: 7px;
    height: 14px;
  }

  .section-see-also {
    padding: 50px 0 40px 0;
  }


  .blog-title {
    letter-spacing: 1.6px;
  }

  .see-also__title {
    font-size: 14px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }

  .full-img {
    padding: 0 20px;
    max-height: 100%;
    margin-bottom: 25px;
  }

  .inside-project .container {
    padding: 0 20px;
  }

  .wellcome-location {
    margin-top: 40px;
  }

  .inside-project__full img {
    height: 400px;


  }

  .wellcome-location .col:not(:first-child) {
    margin-left: 70px;
  }

  .next-project__title {
    font-size: 32px;
    
  }

  .next-project__content p {
    font-size: 14px;
  }

  .section-next-project {
    min-height: 240px;
  }

  .inside-project__desc .paragraf {
    margin-bottom: 20px;
  }

  .inside-project__desc .paragraf:last-child {
    margin-bottom: 0;
  }

  .gallery-work__list {
    flex-direction: column;
    margin: 0;
  }
  .galerry-work__item {
    width: 100% !important;
    margin: 0;
    height: 400px;
    margin-bottom: 25px;
    margin-top: 0 !important;
  }

  .footer-contact a:after,
  .about-contact__item a:after,
  .footer__company-logo a:after {
    height: 1px;
  }

  .section-gallery-work .container {
    max-width: 100%;

  }

  .section-gallery-work {
  padding-bottom: 0;
}

  .inside-project__desc {
    padding: 60px 0 120px; 0;
  }

  .inside-project {
    padding: 0;
  }
  .video-container > iframe {
    width: 100% !important;
  }
  /*============================================FOOTER====================================================*/

  .copyright a {
    justify-content: flex-start;
  }
  
  .footer {
    padding: 50px 0;
    font-size: 12px;
  }

  .footer-contact {
    margin-bottom: 20px;
  }

  .footer .container {
    max-width: 100%;
    padding: 0 30px;
  }
  

  .footer__company-logo + .copyright img {
    height: 10px;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 40px;
  }


  .footer__company-logo {
    justify-content: flex-start;
  }

  .footer__company-logo + .copyright img {
    margin: 0 0 0 10px;
  }

  .footer .row,
  .footer .col {
    flex-direction: column;
  }

  .footer__social {
    margin-left: 0;
  }

  .footer .copyright {
    height: auto;
    text-align: left;
  }
}



@media only screen and (max-width: 430px) {
  .blog-article.done .blog-article__desc {
    align-self: flex-start;
    text-align: left !important;
    padding-left: 10px;

  }

}
