.portfolio__nav {
  text-align: center;
  margin: 23px 0 38px;
}
.portfolio__nav a {
  font-size: 23px;
  line-height: 31px;
  text-transform: uppercase;
  text-decoration: none;
  color: #D0D0D0;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.portfolio__nav a.current {
  color: #000;
  font-weight: 700;
}
.portfolio__nav a:hover {
  color: #000;
}
.portfolio__nav span {
  margin: 0 10px;
  font-size: 23px;
  color: #D0D0D0;
}
.portfolio__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio__items-projectsList{
  margin-top: 20px;
}
.portfolio__items-projectsList-title{
  margin-top: 80px;
}
.portfolio__items-item {
  display: inline-block;
  position: relative;
  width: 24.4%;
  margin-right: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  height: 280px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.portfolio__items-projectsList .portfolio__items-item{
  width: 30%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.portfolio__items-item:nth-child(4n) {
  margin-right: 0;
}
.portfolio__items-projectsList .portfolio__items-item:nth-child(4n){
  margin-right: 30px;
}
.portfolio__items-projectsList .portfolio__items-item:nth-child(3n){
  margin-right: 0;
}
.portfolio__items-item:hover {
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.portfolio__items-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.portfolio__items-item-title {
  padding: 13px 20px;
  margin: 0;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #424242;
}
.portfolio__items-item-label {
  position: absolute;
  padding: 7px 12px;
  left: 20px;
  top: 15px;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.portfolio__items-item-label.brown {
  background: #854627;
}
.portfolio__items-item-label.grey {
  background: #9F9F9F;
}
.portfolio__items-item-label.orange {
  background: #DB6B2D;
}
.portfolio .pagination {
  margin-bottom: 60px;
}
.portfolio__items-projectsList-link{
  text-align: center;
}

.project__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 25px;
}
.project__preview-slides {
  width: 65%;
}
.project__preview-right {
  width: 33%;
  margin-top: 3px;
}
.project__preview-right p {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}
.project__preview-right .prop {
  margin-bottom: 10px;
}
.project__preview-right .prop:before {
  content: "";
  display: inline-block;
  background: url(../img/square-icon.png);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 24px;
}
.project__preview-right .prop span {
  font-weight: 500;
  font-size: 14px;
}
.project__preview-right .prop.wall, .project__preview-right .prop.wall2 {
  margin-bottom: 24px;
}
.project__preview-right .prop.height:before {
  background: url(../img/height-icon.png);
  width: 24px;
  height: 25px;
}
.project__preview-right .prop.size:before {
  background: url(../img/size-icon.png);
  width: 30px;
  height: 28px;
  margin-right: 20px;
}
.project__preview-right .prop.wall:before {
  background: url(../img/wall-icon.png);
  width: 24px;
  height: 24px;
}
.project__preview-right .prop.wall2:before {
  background: url(../img/wall2-icon.png);
  width: 24px;
  height: 22px;
}
.project__preview-right .prop.roof:before {
  background: url(../img/roof-icon.png);
  width: 26px;
  height: 23px;
}
.project__preview-right .prop.foundation:before {
  background: url(../img/foundation.svg);
  width: 26px;
  height: 26px;
}
.project__preview-right .prop.load-bearingwalls:before {
  background: url(../img/load-bearingwalls.svg);
  width: 26px;
  height: 26px;
}
.project__preview-right .prop.partitions:before {
  background: url(../img/partitions.svg);
  width: 26px;
  height: 26px;
}
.project__preview-right .prop.facadeFinishing:before {
  background: url(../img/facadeFinishing.svg);
  width: 26px;
  height: 26px;
}
.project__preview-right .prop.nfloors:before {
  background: url(../img/nfloors.svg);
  width: 26px;
  height: 26px;
}
.project__preview-right .prop.nbathrooms:before {
  background: url(../img/nbathrooms.svg);
  width: 26px;
  height: 26px;
}
.project__preview-right .prop.nbedrooms:before {
  background: url(../img/nbedrooms.svg);
  width: 26px;
  height: 26px;
}


.project__preview-right .prop-val {
  margin-left: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
}
.project__preview-right-select {
  background: #DFE0A8;
  margin-top: 18px;
  padding: 20px 10px;
}
.project__preview-right-select-materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.project__preview-right-select-materials div {
  width: 23%;
  cursor: pointer;
}
.project__preview-right-select-materials div img {
  width: 100px;
  height: 47px;
  max-width: 100%;
}
.project__preview-right-select-materials div p {
  width: 99%;
  padding: 8px 0;
  margin-top: -3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #424242;
  transition: background 0.5s;
}
.project__preview-right-select-materials div p.dark {
  background: #424242;
  color: #fff;
}
.project__preview-right-select-materials div p.light {
  background: #CECF8D;
}
.project__preview-right-select h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #424242;
}
.project__preview-right-select-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #424242;
}
.project__preview-right-select-title-top {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #424242;
}
.project__preview-right-select h3:first-child{
  margin-top: 0;
}
.project__preview-right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
}
.project__preview-right-links a {
  display: inline-block;
  width: 45%;
  margin-bottom: 17px;
  font-size: 12px;
  line-height: 19px;
  color: #424242;
  cursor: pointer;
  text-decoration: underline;
}
.project__preview-right-links a:hover {
  text-decoration: none;
}
.project__preview-right-links a.right {
  text-align: right;
}
.project__preview-right-links a.consult:before {
  content: "";
  display: inline-block;
  background: url(../img/consult.png);
  width: 18px;
  height: 21px;
  margin-right: 15px;
  vertical-align: middle;
}
.project__preview-right-links a.noicon {
  padding-left: 33px;
}
.project__preview-right-text {
  margin-top: 30px !important;
}
.project__detail {
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.project__detail table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.project__detail table tr td {
  width: 49%;
  vertical-align: top;
  letter-spacing: 0;
}
.project__moreinfo {
  margin-top: 20px;
}
.project__moreinfo-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* border-bottom: 4px solid #424242; */
}

.project__moreinfo-tabs-tab {
  padding: 12px 20px;
  border: 1px solid #DADADA;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  color: #424242;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
}
.project__moreinfo-tabs-tab.current {
  border: 0;
  font-weight: 500;
  color: #fff;
  background: #424242;
}
.project__moreinfo-tabsinfo {
  margin: 40px 0;
}
.project__moreinfo-tabsinfo > div {
  display: none;
}
.project__moreinfo-tabsinfo > .tab1 {
  display: block;
}
.project__moreinfo-tabsinfo-photos a {
  width: 325px;
  height: 210px;
  margin-right: 21px;
  margin-bottom: 20px;
  display: inline-block;
}
.project__moreinfo-tabsinfo-photos img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project .project__preview-slider .slick-slide img.image_back_blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  filter: blur(15px) brightness(1.2);
  opacity: 0.9;
}
.project__moreinfo-tabsinfo-photos img:nth-child(4n) {
  margin-right: 0;
}
.project__moreinfo-tabsinfo-plan img {
  display: inline-block;
  vertical-align: top;
  max-width: 70%;
  margin-right: 20px;
}
.project__moreinfo-tabsinfo-plan div {
  display: inline-block;
  max-width: 49%;
  vertical-align: top;
}
.project__moreinfo-tabsinfo-plan div p {
  font-weight: 300;
}
.project__moreinfo-tabsinfo-spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  background: url(../img/props-dot.png) repeat-x 0 -6px;
  margin: 0;
  margin-bottom: 25px;
}
.project__moreinfo-tabsinfo-spec dl dt {
  background: url(../img/props-antidot.png) repeat-x 0 -6px;
}
.project__moreinfo-tabsinfo-spec dl dt:last-child {
  font-weight: bold;
  max-width: 58%;
  text-align: right;
}
.project__moreinfo-tabsinfo-spec-text {
  margin-top: 50px;
  font-weight: 300;
  line-height: 25px;
}
.project__moreinfo-tabsinfo-spec-question {
  font-family: "PT Sans";
  position: relative;
  font-size: 24px;
  line-height: 40px;
  border: 1px solid #000;
  color: #424242;
  text-align: center;
  padding: 16px 25px 25px 25px;
  margin-top: 30px;
}
.project__moreinfo-tabsinfo-spec-question:before {
  content: "";
  background: url(/img/question.png);
  width: 13px;
  height: 37px;
  display: block;
  position: absolute;
  left: 10px;
}
.project__moreinfo-tabsinfo-spec-question .ask-form {
  font-weight: bold;
  text-decoration: underline;
}
.project__moreinfo-tabsinfo-steps-step {
  position: relative;
  border: 1px solid #838383;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.project__moreinfo-tabsinfo-steps-step span.number {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #CECF8D;
}
.project__moreinfo-tabsinfo-steps-step h2 {
  font-family: "PT Sans";
  font-size: 26px;
  margin-bottom: 25px;
}
.project__moreinfo-tabsinfo-price {
  font-weight: 300;
}
.project__moreinfo-tabsinfo-price-items {
  margin: 30px 0 50px;
  width: 770px;
}
.project__moreinfo-tabsinfo-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 21px;
  background: url(../img/props-dot.png) repeat-x 0 -1px;
  margin: 0;
  margin-bottom: 25px;
}
.project__moreinfo-tabsinfo-price dl dt {
  background: url(../img/props-antidot.png) repeat-x 0 -1px;
}
.project__moreinfo-tabsinfo-price dl dt:last-child {
  font-weight: bold;
  max-width: 58%;
  text-align: right;
  white-space: nowrap;
}
.project__examples h2 {
  margin-bottom: 20px;
}
.project__examples-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 50px;
  background: #F1F1F1;
}
.project__examples-item:last-child {
  margin-bottom: 0;
}
.project__examples-item-props {
  width: 100%;
}
.project__examples-item-props ul {
  margin: 0;
  padding-left: 50px;
  list-style: none;
}
.project__examples-item-props ul li {
  padding: 11px 20px;
  font-weight: 300;
}
.project__examples-item-props ul li:nth-child(2n) {
  background: #F1F1F1;
  padding: 17px 20px;
}
.project__examples-item-props ul li:nth-child(2n-1) {
  background: #E7E7E7;
}
.project__examples-item-props ul li:last-child {
  padding: 35px 20px;
}
.project__examples-item-props ul li.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  background: #424242;
  position: relative;
}
.project__examples-item-props ul li.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: -50px;
  background: #DEDFA1;
}
.project__examples-item-props ul li span.name {
  font-weight: 500;
}
.project__examples-item-props ul li a.consult {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #424242;
  cursor: pointer;
  text-decoration: underline;
}
.project__examples-item-props ul li a.consult:hover {
  text-decoration: none;
}
.project__examples-item-props ul li a.consult:before {
  content: "";
  display: inline-block;
  background: url(../img/consult.png);
  width: 18px;
  height: 21px;
  margin-right: 15px;
  vertical-align: middle;
}
.project__examples-item-slides {
  width: 49%;
}
.project .project__preview-slider {
  width: 100%;
}
.project .project__preview-slider .slick-slide {
  position: relative;
  overflow: hidden;
}
.project .project__preview-slider .slick-slide img {
  height: 630px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.project .project__preview-slider ul.slick-dots {
  left: 3%;
}
.project .project__examples-item-slider {
  width: 100%;
}
.project .project__examples-item-slider .slick-slide img {
  max-height: 510px;
  max-width: 100%;
}
.project .project__examples-item-slider ul.slick-dots {
  left: 3%;
}
.project .project__examples-item-slider-nav {
  width: 35%;
  margin: 0 auto;
  padding: 20px 0;
}
.project .project__examples-item-slider-nav img {
  height: 50px;
  width: 60px;
  margin: 0 auto;
}
.project .project__examples-item-slider-nav img:hover {
  border: 3px solid #CECF8D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
p.portfolio__items-item-label.blagoustroystvo {
  background: #cf4032;
}

.project_page .project__moreinfo-tabsinfo-photos img {
  width: 325px;
  height: 210px;
  margin: 7px 10px;
  max-width: 100%;
}
.project__moreinfo-tabsinfo-plan.tab3{
  display: flex;
  justify-content: center;
}
.project__moreinfo-tabsinfo-plan.tab3 img {
  margin: 0px auto;
  display: block;
}
.project__moreinfo-tabsinfo-photos.tab2 img {
  cursor: pointer;
}
.project__moreinfo-tabsinfo-plan.tab3 img:hover, .project__moreinfo-tabsinfo-photos.tab2 img:hover{
  filter: brightness(0.5);
}

@media screen and (max-width: 1199px){
  .portfolio__items-projectsList .portfolio__items-item{
    width: 46%;
  }
  .portfolio__items-projectsList .portfolio__items-item:nth-child(3n){
    margin-right: 30px;
  }
  .portfolio__items-projectsList .portfolio__items-item:nth-child(2n){
    margin-right: 0;
  }
}

@media screen and (max-width: 550px){
  .portfolio__items-projectsList .portfolio__items-item{
    width: 100%;
  }
  .portfolio__items-projectsList .portfolio__items-item,
  .portfolio__items-projectsList .portfolio__items-item:nth-child(3n){
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .project .project__preview-slider .slick-slide img {
    height: 430px;
  }
}
