
@font-face {
  font-family: 'closer';
  src: url('../fonts/closer-light.otf');
}

@font-face {
  font-family: 'closer-bold';
  src: url('../fonts/сloser-semiBold.otf');
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  color: #000;
  font-size: 14px;
  font-family: 'closer', sans-serif;
  background: #FAFAFA;
  overflow-x: hidden;
}

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

img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

img.aligncenter {
    display: block;
	float: none;
    margin: 20px auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
  div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto!;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  /* line-height: 17px; */
  margin: 0;
  padding: 0 4px 5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0.5em 1em;
}


  /* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
} 

select,
textarea,
input,
button {
  outline: none;
}

.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #000000;
  font-size: 14px;
  font-family: 'closer', sans-serif;
  text-decoration: none;
}

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

p {margin-bottom: 1em;}

p:last-of-type {margin-bottom: 0;}

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

body .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.header,
.footer {
  background: #FAFAFA;
}

.header-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap {
  height: 80px;
  padding: 15px 0px;
}

.logo-block-header {
  flex: 0 0 15%;
  text-align: left;
}

.logo-link {
  display: block;
  max-width: 210px;
  width: 100%;
  height: auto;
}

.logo-link img {
  display: block;
  max-width: 210px;
  width: 100%;
  height: auto;
}

.mobile-btn {
  display: none;
}

.nav-block-header {
   flex: 0 0 70%;
}

.nav-block-header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item {
  padding: 5px 30px;
  margin: 0 30px;
}

.nav-block-header .menu-item a {
  font-family: 'closer', sans-serif;
  font-size: 14px;
  /* line-height: 20px; */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}

.nav-block-header .current-menu-item a {
  position: relative;
}

.nav-block-header .current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.nav-block-header .current-menu-item a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.nav-block-header .menu-item a:hover::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.langs-block-header {
  flex: 0 0 15%;
  text-align: right;
}

.langs-block-header .wpml-ls-legacy-dropdown-click {
  width: 60px;
  margin-left: auto;
}

.langs-block-header .wpml-ls-legacy-dropdown-click ul a {
  background-color: #FAFAFA;
  border: 0;
  font-family: 'closer-bold', sans-serif;
  font-size: 14px;
  /* line-height: 20px; */
  color: #000000;
}

.langs-block-header .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  text-align: center;
}

.langs-block-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0;
}

.langs-block-header .wpml-ls-legacy-dropdown-click ul a:hover,
.langs-block-header .wpml-ls-legacy-dropdown-click ul a:focus,
.langs-block-header .wpml-ls-legacy-dropdown-click ul .wpml-ls-current-language:hover > a {
  background-color: #FAFAFA;
}

.langs-block-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none;
}

.langs-block-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-image: url('../img/down-arrow.svg');
  width: 14px;
  height: 9px;
  position: absolute;
  right: 9px;
  top: 10px;
}

.langs-block-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background: #FFFFFF;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

/* FRONT PAGE */

.home-title {
  margin: 250px 0 110px 0;
}

.home-title p {
  font-family: 'closer-bold', sans-serif;
  font-size: 5.5vw;
  text-transform: uppercase;
  margin-bottom: 0;
  /* line-height: 1.4; */
  letter-spacing: -2px;
}

.home-subtitle-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 210px;
}

.home-subtitle-block > div {
  flex: 0 0 25%;
  margin: 0 25px;
}

.home-subtitle-block-title {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.social-list {
  display: flex;
  align-items: center;
}

.home-social-list {
  justify-content: center;
}

.header-social-list {
  justify-content: flex-start;
  margin-top: 100px;
  display: none;
}

.social-item {
  margin: 0 20px;
}

.home-subtitle-block-text {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
  /* text-indent: 70px; */
  max-width: 370px;
}

.home-banner {
  z-index: -1;
  position: relative;
}

.home-descr {
  z-index: 999;
  position: relative;
  background-color: #FAFAFA;
  padding: 80px 0 100px 0;
}

.home-descr-wrap {
  display: flex;
  align-items: flex-start;
}

.home-descr-title-wrap {
  flex: 0 0 60%;
}

.home-descr-title {
  font-family: 'closer-bold', sans-serif;
  font-size: 72px;
  /* line-height: 76px; */
  text-transform: uppercase;
  color: #000000;
  max-width: 370px;
}

.home-descr-text-wrap {
  flex: 0 0 35%;
}

.home-descr-text {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  color: #000000;
  max-width: 550px;
  margin-bottom: 50px;
}

.home-descr-link {
  position: relative;
  font-family: 'closer-bold', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  text-transform: uppercase;
  color: #000000;
}

.home-descr-link::before {
  content: '';
  background-image: url('../img/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: -4px;
}

.home-descr-link:hover::after { 
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
}

.home-projects-list {
  z-index: 999;
  position: relative;
  background-color: #FAFAFA;
}

.home-project-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 75px 0;
  position: relative;
}

.home-project-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 30px;
  right: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1s ease-out;
}

.home-project-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 4px;
  left: 30px;
  right: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1s ease-out;
}

.home-project-item.visible::after,
.home-project-item.visible::before {
  transform: scaleX(1);
  transform-origin: bottom right;
}

.home-project-item-descr {
  flex: 0 0 35%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 640px;
}

.home-project-item-title a {
  font-family: 'closer-bold', sans-serif;
  font-size: 28px;
  /* line-height: 36px; */
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  color: #000;
}

.home-project-item-title a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 1s ease-out;
}

.home-project-item-title a:hover {
  color: #000;
}

.home-project-item-title a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.home-project-item-direction {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  color: #000000;
}

.home-project-item-parametrs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
}

.home-project-item-parametrs-item {
  width: 150px;
  margin-right: 20px;
}

.home-project-item-parametrs-item-title {
  font-family: 'closer', sans-serif;
  font-size: 10px;
  /* line-height: 16px; */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}

.home-project-item-parametrs-item-value {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  color: #000000;
}

.home-project-item-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
}

.home-project-item-slider-numbers {
  width: 150px;
  margin-right: 20px;
}

.home-project-item-slider-arrows {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.arrow-prev,
.arrow-next {
  display: block;
  width: 90px;
  height: 38px;
  border: 2px solid #000;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.arrow-prev:hover,
.arrow-next:hover {
  background-color: #000;
}

.arrow-prev::before {
  content: '';
  background-image: url('../img/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.arrow-next::before {
  content: '';
  background-image: url('../img/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.arrow-prev:hover::before {
  background-image: url('../img/right-arrow-white.svg');
}

.arrow-next:hover::before {
  background-image: url('../img/right-arrow-white.svg');
}

.home-project-item-slider-numbers-title {
  font-family: 'closer', sans-serif;
  font-size: 10px;
  /* line-height: 16px; */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}

.home-project-item-slider-numbers-value {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  color: #000000;
}

.home-project-item-slider {
  flex: 0 0 60%;
  height: 640px;
}

.slider-item {
  max-height: 640px;
  margin-right: 25px;
}

.slider-item img {
  max-height: 640px;
}

.footer {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 30px;
  right: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1s ease-out;
}

.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 4px;
  left: 30px;
  right: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1s ease-out;
}

.footer.visible::after,
.footer.visible::before {
  transform: scaleX(1);
  transform-origin: bottom right;
}

.cooperation-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 190px;
}

.cooperation-title {
  flex: 0 0 50%;
  text-align: left;
}

.cooperation-title p {
  font-family: 'closer-bold', sans-serif;
  font-size: 64px;
  /* line-height: 64px; */
  letter-spacing: 0em;
  text-align: left;
  width: 65%;
  text-transform: uppercase;
}

.cooperation-contacts {
  flex: 0 0 50%;
  text-align: left;
}

p.cooperation-contacts-title {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}

.cooperation-contacts-email-item,
.cooperation-contacts-networks-item {
  border: 2px solid #000;
  max-width: 360px;
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.cooperation-contacts-email-item a,
.cooperation-contacts-networks-item a {
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 10px 15px;
  font-family: 'closer', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
 

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cooperation-contacts-email-item a p,
.cooperation-contacts-networks-item a p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: -15px;
}

.cooperation-contacts-email-item a p::before,
.cooperation-contacts-networks-item a p::before {
  content: '';
  background-image: url('../img/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.cooperation-contacts-email-item a:hover,
.cooperation-contacts-networks-item a:hover {
  color: #ffffff;
  background-color: #000000;
}

.cooperation-contacts-email-item a:hover p::before,
.cooperation-contacts-networks-item a:hover p::before {
  background-image: url('../img/right-arrow-white.svg');
}

.cooperation-contacts-email-item a span,
.cooperation-contacts-networks-item a span {
  font-family: 'closer', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 8px;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cooperation-contacts-email-item a span.title,
.cooperation-contacts-networks-item a span.title {
  font-family: 'closer-bold', sans-serif;
}

.cooperation-contacts-email-item a:hover span,
.cooperation-contacts-networks-item a:hover span {
  color: #ffffff;
}

.cooperation-contacts-adress {
  margin-top: 80px;
}

.cooperation-contacts-adress-item {
  display: flex;
  margin-bottom: 25px;
}

.cooperation-contacts-adress-item a {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-left: 5px;
  position: relative;
}

.cooperation-contacts-adress-item a:hover::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
}

.footer-wrap {
  align-items: center;
}

.logo-block-footer {
  flex: 0 0 50%;
  text-align: left;
}

.copyright {
  margin-top: 40px;
}

.nav-block-footer {
  flex: 0 0 50%;
  text-align: left;
}

.nav-block-footer .menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.nav-block-footer .menu .menu-item {
  flex: 0 0 40%;
  padding: 0;
  margin: 0 0 15px 0;
}

.nav-block-footer .menu-item a {
  text-align: center;
  color: #000000;
  position: relative;

  font-family: 'closer', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
}

.nav-block-footer .current-menu-item a {
  position: relative;
}

.nav-block-footer .current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.nav-block-footer .current-menu-item a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.nav-block-footer .menu-item a:hover::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

/* CATEGORY */

.cat-header-block {
  margin: 160px 0 110px 0;
  display: flex;
  align-items: flex-end;
}

.cat-title-wrap {
  flex: 0 0 60%;
}
.cat-title {
  font-family: 'closer-bold', sans-serif;
  max-width: 600px;
  width: 100%;
  font-size: 112px;
  /* line-height: 106px; */
  text-transform: uppercase;
}

.cat-descr-wrap {
  flex: 0 0 35%;
}

.cat-header-block p.cat-descr {
  margin-bottom: 10px;
  max-width: 185px;
  width: 100%;
  font-size: 16px;
}

.project-tags {
  margin-bottom: 60px;
}

.project-tag-item {
  margin-right: 80px;
  font-family: 'closer', sans-serif;
  font-size: 14px;
  /* line-height: 20px; */
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
}

.button.is-checked {
  position: relative;
}

.button.is-checked::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.button.is-checked::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;  
}

.cat-project-item {
  margin: 0 0px 120px 30px;
  width: 47%; 
}

.cat-project-item img {
  display: block;
  width: 100%;
  height: auto;
  height: 600px;
  overflow: hidden;
  transition: transform 0.25s;
}

.cat-project-item:hover img {
  transform: scale(1.01);
}

.cat-project-item .cat-project-title {
  margin: 20px 0 25px 0;
}

.cat-project-item .cat-project-title p {
  font-family: 'closer-bold', sans-serif;
  font-size: 32px;
  /* line-height: 36px; */
  text-transform: uppercase;
  color: #000;
  position: relative;
  display: inline-block;
}

.cat-project-item .cat-project-title p:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 1s ease-out;
}

.cat-project-item:hover .cat-project-title p:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.cat-project-descr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cat-project-descr-item {
  min-width: 150px;
  margin-right: 25px;
  color: #000;
}

.cat-project-item:hover .cat-project-descr-item {
  color: #000;
}

.cat-project-parameter-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
}

.cat-project-parameter-value {
  font-size: 16px;
}

/* PROJECT */

.project-main-banner {
  margin: 80px 0;
  max-height: 800px;
}

.project-main-banner img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}

.project-information .project-title {
  font-family: 'closer-bold', sans-serif;
  font-size: 112px;
  /* line-height: 106px; */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 90px;
}

.project-descr {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  flex-wrap: wrap;
}

.project-descr-item {
  min-width: 180px;
  margin-bottom: 40px;
  margin-right: 30px;
}

.project-parameter-title {
  font-family: 'closer', sans-serif;
  font-size: 10px;
  /* line-height: 16px; */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}

.project-parameter-value {
  font-family: 'closer', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  color: #000000;
}

.project-feedback-block {
  margin: 50px 0 110px 0;
}

.project-feedback-button {
  border: 2px solid #000;
  max-width: 750px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.project-feedback-button:hover {
  color: #ffffff;
  background-color: #000000;
}

.project-feedback-button p {
  font-family: 'closer-bold', sans-serif;
  font-size: 16px;
  /* line-height: 24px; */
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.project-feedback-button p:before {
  content: '';
  background-image: url('../img/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.project-feedback-button:hover p {
  color: #ffffff;
}

.project-feedback-button:hover p::before {
  background-image: url('../img/right-arrow-white.svg');
}

.project-descr-text {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.project-photos {
  margin-top: 50px;
  margin-bottom: 150px;
}

.img-align-left {
  margin: 0 auto 0 0;
  text-align: left;
}

.img-align-right {
  margin: 0 0 0 auto;
  text-align: right;
}

.one-photo-in-row,
.two-photo-in-row,
.three-photo-in-row {
  width: 100%;
  height: 800px;
}

.one-photo-in-row {
  margin-bottom: 50px;
}

.two-photo-in-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.three-photo-in-row {
  margin-bottom: 50px;
}

.one-photo-in-row img,
.two-photo-in-row img,
.three-photo-in-row img {
  object-fit: cover;
  width: auto;
  height: 800px;
}

.img-width-wide {
  flex: 0 0 63%;
}

.img-width-wide img {
  width: 100%;
}

.img-width-narrow {
  flex: 0 0 34%;
}

.img-width-narrow img {
  width: 100%;
}

.three-photo-in-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.img-width-three {
  flex: 0 0 31%;
  width: 100%;
}

.img-width-three img {
  width: 100%;
}
/* PAGE */

.page-title {
  font-family: 'closer-bold', sans-serif;
  font-size: 5.5vw;
  /* line-height: 106px; */
  text-transform: uppercase;
  margin: 160px 0 110px 0;
}

.page-title-left {
  text-align: left;
  margin-bottom: 0;
}

.page-title-right {
  text-align: right;
  margin-bottom: 0;
}

.feedback-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 240px;
}

.feedback-block,
.feedback-image {
  flex: 0 0 50%;
}

.feedback-block .feedback-descr {
  max-width: 740px;
  padding-right: 50px;

  font-family: 'closer', sans-serif;
  font-style: normal;
  font-size: 16px;
  /* line-height: 24px; */
  margin-bottom: 40px;
}

.feedback-form {
  width: 100%;
  max-width: 740px;
}


.feedback-form select,
.feedback-form textarea {
  display: block;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  border-radius: 0;
}

.feedback-form select {
  border: 0;
  outline: none;
  border-bottom: 1px solid #000;
  background-color: #FAFAFA;
  padding: 8px 0;
  border-radius: 0;
}

.feedback-form select:first-child {
  color: #000;
  font-family: 'closer', sans-serif;
}

.feedback-form select option {
  color: #000;
  padding: 8px 16px;
  font-family: 'closer', sans-serif;
}

.feedback-form input[type=text],
.feedback-form input[type=email] {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 0;
  outline: none;
  border-bottom: 1px solid #000;
  background-color: #FAFAFA;
  padding: 8px 0;
  margin: 15px 0;
  font-size: 16px;
}

.feedback-form textarea {
    border: 0;
    outline: none;
    border-bottom: 1px solid #000;
    background-color: #FAFAFA;
    padding: 8px 0;
    border-radius: 0;
}

.feedback-form textarea::placeholder,
.feedback-form input::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: 'closer', sans-serif;
  opacity: 1;
}


.send-btn {
  max-width: 370px;
  width: 100%;
  display: block;
  border: 2px solid #000;
  padding: 8px 0;
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
  background-color: #FAFAFA;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  position: relative;
}

.feedback-form .send-btn input[type=submit] {
  border: 0;
  outline: none;
  background-color: #FAFAFA;

  font-family: 'closer-bold', sans-serif;
  font-size: 16px;
 
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  background-color: transparent;
}

.send-btn:hover {
  color: #fff;
  background-color: #000;
}

.send-btn:hover p,
.send-btn:hover input[type=submit] {
  color: #fff;
}

.send-btn p {
  position: relative;
  display: inline-block;
  /* line-height: 30px; */
  cursor: pointer;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  margin-left: -25px;
}

.send-btn p::before {
    content: '';
    background-image: url('../img/right-arrow.svg');
    width: 24px;
    height: 24px;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.send-btn:hover p::before {
  background-image: url('../img/right-arrow-white.svg');
}

.feedback-form .send-btn .wpcf7-spinner {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
 
.feedback-image img {
  display: block;
  width: 100%;
  max-width: 930px;
  height: auto;
  max-height: 720px;
  object-fit: cover;
  margin: 0 0 0 auto;
}


.modal-dialog {
  max-width: 755px;
  width: 100%;
  
  background: #FFFFFF;
}

.modal-content {
  border: 0;
  padding: 30px 30px 70px 30px;
}

.modal-header {
  border: 0;
  padding: 0;
}

.modal-header .close {
  opacity: 1;
  font-size: 2rem;
}

.modal-title {
  font-family: 'closer-bold', sans-serif;
  font-size: 68px;
  /* line-height: 76px; */
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-align: center;
  margin: 45px auto 0;
}

.modal-body {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.modal-body form input[type=text],
.modal-body form input[type=email] {
  display: block;
  width: 100%;

  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #000;
  background-color: #FFFFFF;
  padding: 8px 0;
  margin: 20px 0 0 0;
  font-size: 16px;
}

.modal-body form textarea {
    border: 0;
    outline: none;
    border-bottom: 1px solid #000;
    background-color: #FFFFFF;
    padding: 8px 0;
    margin: 15px 0 0 0;
    width: 100%;
    border-radius: 0;
}

.modal-body form textarea::placeholder,
.modal-body form input::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: 'closer', sans-serif;
  opacity: 1;
}


.modal-body form .send-btn {
  max-width: 600px;
  width: 100%;
  display: block;
  border: 2px solid #000;
  padding: 8px 0;
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
  background-color: #FFFFFF;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  position: relative;
}

.modal-body form .send-btn input[type=submit] {
  border: 0;
  outline: none;
  background-color: #FFFFFF;

  font-family: 'closer-bold', sans-serif;
  font-size: 16px;
 
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  background-color: transparent;
}

.modal-body form .send-btn:hover {
  color: #fff;
  background-color: #000;
}

.modal-body form .send-btn:hover p,
.modal-body form .send-btn:hover input[type=submit] {
  color: #fff;
}

.modal-body form .send-btn p {
  position: relative;
  display: inline-block;
  /* line-height: 30px; */
  cursor: pointer;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  margin-left: -25px;
}

.modal-body form .send-btn p::before {
    content: '';
    background-image: url('../img/right-arrow.svg');
    width: 24px;
    height: 24px;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modal-body form .send-btn:hover p::before {
  background-image: url('../img/right-arrow-white.svg');
}

.modal-body form .send-btn .wpcf7-spinner {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .cooperation-title p {
    font-size: 56px;
  }

  .home-title p {
    font-size: 7vw;
  }

  .home-subtitle-block {
    padding-bottom: 180px;
  }

  .project-information .project-title {
    font-size: 72px;
    /* line-height: 72px; */
  }

  .one-photo-in-row img {
    width: 90%;
  }

  .page-title {
    font-size: 5.5vw;
  }

  .cat-project-item {
    margin: 0 0px 120px 30px;
    width: 47%;
  }

  .cat-project-item img {
    height: 450px;
  }

  .home-project-item-descr, 
  .home-project-item-slider {
    height: 500px;
  }

  .slider-item {
    height: 500px;
  }

  .slider-item img {
    max-height: 500px;
  }

  .feedback-form {
    width: 80%;
    max-width: 740px;
  }

  .feedback-form select {
    padding: 2px 0;
  }
  
  .feedback-form input[type=text],
  .feedback-form input[type=email] {
    padding: 2px 0;
  }
  
  .feedback-form textarea {
      padding: 2px 0;
  }

  .one-photo-in-row, .two-photo-in-row, .three-photo-in-row {
    height: 550px;
  }

  .one-photo-in-row img, .two-photo-in-row img, .three-photo-in-row img {
    height: 550px;
  }

  .project-main-banner {
    max-height: 600px;
  }
  
  .project-main-banner img {
    max-height: 600px;
  }

  .cooperation-contacts-email-item,
  .cooperation-contacts-networks-item {
    max-width: 330px;
  }

  .cooperation-contacts-email-item a,
  .cooperation-contacts-networks-item a {
    max-width: 330px;
    padding: 10px;
  }

  .cooperation-contacts-email-item a span,
  .cooperation-contacts-networks-item a span {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .header-wrap {
    flex-direction: column;
    height: auto;
    padding: 25px 0;
  }

  .nav-block-header .menu {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .logo-block-header,
  .nav-block-header,
  .langs-block-header {
    flex: 0 0 100%;
    width: 100%;
  }

  .logo-block-header {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-btn {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .mobile-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .mobile-btn span:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .mobile-btn span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .mobile-btn span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .mobile-btn.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 3px;
  }
  
  .mobile-btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  .mobile-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 3px;
  }

  .nav-block-header {
    margin-top: 40px;
    display: none;
  }

  .nav-block-header.open {
    display: block;
  }

  .nav-block-header .menu .menu-item {
    margin: 0 0 30px 0;
    padding: 0;
  }

  .langs-block-header {
    text-align: left;
    display: none;
    position: relative;
  }

  .langs-block-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 76px;
    background: #000;
  }

  .langs-block-header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 80px;
    background: #000;
  }

  .langs-block-header.open {
    display: block;
  }

  .langs-block-header .wpml-ls-legacy-dropdown-click {
    margin-left: -10px;
    margin-right: auto;
  }

  .header-social-list.open {
    display: flex;
  }

  .header-social-item {
    margin: 0 40px 0 0;
  }

  .home-title {
    margin: 200px 0 50px 0;
  }

  .home-subtitle-block-text {
    font-size: 14px;
  }
  
  .home-descr { 
    padding: 50px 0 60px 0;
  }

  .home-descr-wrap {
    flex-wrap: wrap;
  }

  .home-descr-title-wrap {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .home-descr-text-wrap {
    flex: 0 0 100%;
  }

  .home-descr-title {
    max-width: 100%;
    font-size: 48px;
  }

  .home-descr-text {
    max-width: 85%;
  }

  .cooperation-wrap {
    flex-wrap: wrap;
  }

  .cooperation-title {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  .cooperation-contacts {
    flex: 0 0 100%;
  }

  .cooperation-title p {
    width: 100%;
    font-size: 48px;
  }

  .cooperation-wrap {
    margin-bottom: 150px;
  }

  .cooperation-contacts-adress {
    margin-top: 40px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer-wrap {
    flex-wrap: wrap;
  }

  .logo-block-footer {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .nav-block-footer {
    flex: 0 0 100%;
  }

  .cat-title {
    font-size: 72px;
    /* line-height: 68px; */
    max-width: 400px;
  }

  .cat-title-wrap {
    flex: 0 0 100%;
  }

  .cat-descr-wrap {
    display: none;
  }

  .cat-header-block {
    margin: 120px 0 80px 0;
  }

  .project-descr {
    width: 100%;
  }

  .project-information .project-title {
    font-size: 92px;
    /* line-height: 92px; */
    margin-bottom: 60px;
  }

  .project-descr-item {
    min-width: 220px;
  }

  .cat-project-item img {
    height: 350px;
  }

  .one-photo-in-row img {
    width: 100%;
  }

  .page-title {
    margin: 120px 0 80px 0;
  }

  .feedback-wrap {
    flex-wrap: wrap;
    margin-bottom: 120px;
  }

  .feedback-block {
    flex: 0 0 100%;
    margin-bottom: 75px;
  }
  .feedback-image {
    flex: 0 0 100%;
    width: 100%;
  }

  .feedback-block .feedback-descr {
    max-width: 100%;
    font-size: 14px;
    padding-right: 0;
  }

  .feedback-form {
    width: 100%;
    max-width: 100%;
  }

  .feedback-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    margin: 0 auto;
  }

  .cat-project-item {
    margin: 0 0px 120px 30px;
    width: 46%;
  }
}

@media screen and (max-width: 992px) {
  body .container {
    padding: 0 15px;
  }

  .home-project-item::before,
  .footer::before {
    left: 15px;
  }

  .home-project-item::after,
  .footer::after {
    left: 15px;
  }

  .project-tag-item {
    margin-right: 35px;
  }

  .cat-project-item {
    margin: 0 15px 120px 15px;
    width: 46%;
  }

  .cat-project-item img {
    height: 400px;
  }

  .cooperation-contacts-email-item a p,
  .cooperation-contacts-networks-item a p {
    margin-left: 0;
  }
}

@media screen and (max-width: 812px) {
  .home-title {
    margin: 150px 0 50px 0;
  }

  .home-title p {
    font-size: 10vw;
  }

  .page-title {
    font-size: 10vw;
    /* line-height: 1.4; */
  }

  .page-title-right {
    text-align: left;
  }

  .home-subtitle-block {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .home-subtitle-block > div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .home-subtitle-block-title {
    text-align: left;
    font-size: 14px;
  }

  .home-subtitle-block-text {
    margin: 0;
    max-width: 320px;
  }

  .home-social-list {
    order: 3;
    justify-content: flex-start;
  }

  .social-item {
    margin: 0 40px 0 0;
  }

  .home-project-item {
    flex-wrap: wrap;
    padding: 50px 0;
  }

  .home-project-item-descr {
    flex: 0 0 100%;
    height: auto;
    margin-left: 15px;
  }

  .home-project-item-slider {
    flex: 0 0 100%;
    margin-left: 15px;
    height: 400px;
  }

  .home-project-item-parametrs {
    display: none;
  }

  .home-project-item-slider-navigation {
    margin-bottom: 35px;
  }

  .slider-item {
    max-height: 400px;
  }

  .slider-item img {
    max-height: 400px;
  }

  .home-project-item-slider.visible .slider-item {
    height: 400px;
  }

  .cat-project-item {
    width: 96%;
    margin: 0 15px 60px 15px;
  }

  .cat-project-info {
    display: flex;
    margin-top: 20px;
  }

  .cat-project-item .cat-project-title {
    margin: 0;
    flex: 0 0 55%;
  }

  .cat-project-item .cat-project-title p {
    font-size: 20px;
    /* line-height: 1.4; */
  }
  .cat-project-descr {
    flex: 0 0 40%;
  }

  .project-information .project-title {
    font-size: 72px;
    /* line-height: 72px; */
    margin-bottom: 50px;
  }

  .project-feedback-block {
    margin-top: 20px;
  }

  .project-feedback-button {
    max-width: 570px;
  }

  .one-photo-in-row, .two-photo-in-row, .three-photo-in-row {
    height: 450px;
  }

  .one-photo-in-row img, .two-photo-in-row img, .three-photo-in-row img {
    height: 450px;
  }

  .one-photo-in-row {
    margin-bottom: 25px;
  }

  .project-photos {
    margin-bottom: 90px;
  }

  .project-descr-item {
    min-width: 150px;
  }

  .modal-content {
    padding: 20px 20px 50px 20px;
  }

  .modal-dialog {
    max-width: 640px;
  }

  .modal-title {
    margin: 25px auto 0;
    font-size: 56px;
    /* line-height: 56px; */
  }

  .feedback-wrap {
    margin-bottom: 80px;
  }


  .project-tag-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .send-btn {
    max-width: 100%;
  }

  .cooperation-wrap {
    margin-bottom: 100px;
  }
}


@media screen and (max-width: 600px) {
  .logo-link {
    max-width: 170px;
  }
  .home-project-item-title a {
    font-size: 22px;
  }

  .home-project-item-slider-navigation {
    display: none;
  }

  .home-project-item-header {
    margin-bottom: 20px;
  }

  .home-project-item-slider {
    height: 250px;
    overflow-x: hidden;
  }

  .home-projects-list {
    overflow-x: hidden;
  }

  .slider-item {
    max-height: 250px;
  }

  .slider-item img {
    max-height: 250px;
  }

  .home-project-item-slider.visible .slider-item {
    height: 250px;
  }

  .cooperation-title p {
    font-size: 42px;
    /* line-height: 48px; */
  }

  p.cooperation-contacts-title {
    font-size: 16px;
  }

  .cooperation-contacts-adress-item a {
    font-size: 14px;
  }

  .cooperation-contacts-email-item a, .cooperation-contacts-networks-item a {
    padding: 15px 5px;
  }

  .cooperation-contacts-email-item a p, .cooperation-contacts-networks-item a p {
    justify-content: flex-start;
  }

  .cooperation-contacts-email-item a p::before, .cooperation-contacts-networks-item a p::before {
    right: 0;
  }

  .cat-header-block {
    flex-wrap: wrap;
    margin: 90px 0 50px 0;
  }

  .cat-title {
    font-size: 44px;
    /* line-height: 48px; */
    max-width: 400px;
    margin-bottom: 15px;
  }

  .cat-descr-wrap {
    display: block;
    flex: 0 0 100%;
  }

  .project-tags {
    margin-bottom: 20px;
  }

  .project-tag-item {
    font-size: 12px;
  }

  .cat-project-item {
    width: 92%;
  }

  .cat-project-info {
    flex-wrap: wrap;
  }

  .cat-project-item .cat-project-title {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .cat-project-descr {
    flex: 0 0 100%;
  }

  .cat-project-descr {
    font-size: 10px;
  }

  .cat-project-descr-item {
    min-width: 100px;
  }

  .project-information .project-title {
    font-size: 32px;
    /* line-height: 32px; */
  }

  .project-main-banner {
    margin: 50px 0;
  }

  .one-photo-in-row, .two-photo-in-row, .three-photo-in-row {
    height: 250px;
  }

  .one-photo-in-row img, .two-photo-in-row img, .three-photo-in-row img {
    height: 250px;
  }

  .project-photos {
    margin-bottom: 50px;
  }

  .project-feedback-block {
    margin: 20px 0 50px 0;
  }

  .project-parameter-value {
    font-size: 12px;
  }

  .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }

  .modal-title {
    font-size: 28px;
    /* line-height: 28px; */
  }

  .page-title {
  margin: 90px 0 50px 0;
  }

  .page-title-right {
    text-align: left;
  }

  .cat-project-item img {
    height: 250px;
  }
}

@media screen and (max-width: 450px) {
  .home-descr-title {
    font-size: 32px;
  }

  .home-project-item-title a {
    font-size: 16px;
  }

  .cooperation-contacts-email-item a span, .cooperation-contacts-networks-item a span {
    font-size: 14px;
  }

  .home-project-item-header {
    margin-right: 15px;
  }

  .cooperation-title p {
    font-size: 42px;
    /* line-height: 48px; */
  }

  .project-descr-item {
    min-width: 130px;
  }

  .modal-body form input[type=text],
  .modal-body form input[type=email] {
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 350px) {
  .cooperation-contacts-email-item a span, .cooperation-contacts-networks-item a span {
    font-size: 12px;
  }

  .cooperation-title p {
    font-size: 42px;
    /* line-height: 42px; */
  }

  .project-descr-item {
    min-width: 100px;
  }

  .home-subtitle-block-text {
    max-width: 270px;
  }
}