@import url(about.css);
.mainslider {
  position: relative;
}

.mainslider__slide {
  position: relative;
  height: 605px;
  padding: 165px 0;
  text-align: center;
  box-sizing: border-box;
}

.mainslider__slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainslider__slide h2,
.mainslider__slide .h2 {
  width: 70%;
  margin: 0 auto;
  font-size: 63px;
  line-height: 200px;
  color: #ffffff;
  margin-bottom: 50px;
  opacity: 0;
}

.mainslider__slide a {
  margin-right: 30px;
}

.mainslider__slide a:last-child {
  margin-right: 0;
}

.mainslider .slick-arrow {
  top: 50%;
}

.mainslider .slick-prev {
  left: 80px;
}

.mainslider .slick-next {
  right: 80px;
}

.forfree__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px;
}

.forfree__items-item {
  width: 16%;
  text-align: center;
}

.forfree__items-item img {
  margin-bottom: 30px;
}

.forfree__items-item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}

.build {
  background: url(../img/build-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
  position: relative;
}
.build .wrapper {
  position: relative;
  z-index: 20;
}

.build h2 {
  margin-bottom: 37px;
}
.build_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(20px);
  opacity: 0;
}
.build .under-h2 {
  font-family: "PT Sans", sans-serif;
  line-height: 20px;
  width: 57%;
  margin: 0 auto;
  text-align: center;
  color: #424242;
}

.build__items {
  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: 30px;
}

.build__items-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: 20px;
  width: 49%;
  max-height: 290px;
  background: #fff;
  text-decoration: none;
}

.build__items-item:nth-child(3),
.build__items-item:nth-child(4) {
  margin: 0;
}

.build__items-item div img {
  height: 100%;
  max-width: 340px;
}

.build__items-item div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 22px;
}

.build__items-item p {
  font-size: 13px;
  line-height: 17px;
  color: #424242;
}

.build__items-item-text {
  margin: 10px 0;
}

.build__items-item-price {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.build__items-item-price span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #cf4032;
}

.build__items-item button {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.build__items-item .green-btn {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .build_mask {
    opacity: 1;
  }
  .build .under-h2,
  .build h1 {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .build .under-h2,
  .build h1 {
    color: #fff;
  }

  .build_mask {
    opacity: 1;
  }
}

.service {
  text-align: center;
}

.service__items {
  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: 30px 0 40px 0;
}

.service__items-item {
  width: 19%;
  text-align: left;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.service__items-item img {
  width: 100%;
  height: 172px;
  object-fit: cover;
}

.service__items-item h4,
.service__items-item p,
.service__items-item div {
  font-family: "PT Sans", sans-serif;
  padding: 0 15px;
  color: #424242;
}

.service__items-item div {
  margin: 10px 0;
  text-transform: uppercase;
}

.service__items-item h4 {
  font-weight: 300;
  margin: 10px 0;
}

.projects__title {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #424242;
  margin: 1.5em 0 0.5em 0;;
}

.projects__slider {
  position: relative;
  border-radius: 8px;
  margin-top: 50px;
}

.projects__slider-slide {
  background: #fff;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  margin-right: 10px;
  text-decoration: none;
}

.projects__slider-slide-properties,
.projects__slider-slide-buttons {
  padding: 0 17px;
  text-align: center;
}

.projects__slider-slide-properties 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;
  color: #424242;
  background: url(../img/props-dot.png) repeat 0 -6px;
}

.projects__slider-slide-properties dl dt {
  background: url(../img/props-antidot.png) repeat 0 -6px;
}

.projects__slider-slide-properties dl dt.price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #cf4032;
  margin-top: -4px;
  background: url(../img/props-antidot.png) repeat 0 -2px;
}

.projects__slider-slide-buttons {
  padding-bottom: 10px;
}

.projects__slider.noslider .projects__slider-slide {
  padding: 0;
  margin: 0 20px;
  margin-bottom: 20px;
  width: 310px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  display: inline-block;
}
.projects__slider.noslider .projects__slider-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.projects__slider.noslider .projects__slider-slide-buttons {
  padding-bottom: 20px;
}

.projects .slick-list {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  margin-right: -10px;
}

.projects .slick-arrow {
  background: url(../img/arrow-slider-grey.png);
}

.projects .slick-arrow:hover {
  background: url(../img/arrow-slider-black.png);
}

.projects .slick-prev {
  left: -150px;
}

.projects .slick-next {
  right: -150px;
}

.projects .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.ourworks h2 {
  margin-bottom: 30px;
}

.ourworks .slick-slide img {
  object-fit: cover;
  width: 100%;
  max-height: 350px;
}

.main-reviews h2 {
  margin: 30px 0;
}

.whyus__items {
  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;
  font-family: "PT Sans", sans-serif;
  margin-top: 45px;
}

.whyus__items-item {
  position: relative;
  width: 31.5%;
  border: 1px solid #424242;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 65px 40px 35px;
  margin-bottom: 40px;
}

.whyus__items-item:nth-child(4),
.whyus__items-item:nth-child(5),
.whyus__items-item:nth-child(6) {
  margin: 0;
}

.whyus__items-item-number {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #cecf8d;
}

.whyus__items-item .whyus__title {
  margin-top: 26px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
}

.whyus__items-item p {
  font-size: 16px;
  line-height: 20px;
  color: #424242;
}

.attention__title {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #424242;
  margin: 0 0 0.5em 0;
}

.attention__items {
  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-family: "PT Sans", sans-serif;
  margin-top: 50px;
}

.attention__items-item {
  width: 27%;
  text-align: center;
}

.attention__items-item img {
  margin-bottom: 35px;
}

.attention__items-item p {
  color: #424242;
}

a.pagi-btn:not([href]) {
  background: #32383f;
  color: #fff;
}

.partners__item img {
  width: 100%;
  height: 125px;
  object-fit: scale-down;
  padding: 20px;
  box-sizing: border-box;
  filter: grayscale(1);
  transition: 0.3s;
}

.partners__item span:hover img {
  filter: initial;
}

.ourworks__slider {
  width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 80%;
}

.ourworks__slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid;
  left: 4px;
  top: 4px;
  box-shadow: 4px 4px 0 0px #dedfa1;
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6),
    box-shadow 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.08s;
}

.ourworks__slider:hover:before {
  transform: translate(10px, 10px);
  box-shadow: 14px 14px 0 0px #dedfa1;
}

.ourworks__slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.group_by_block a {
  display: inline-block;
  color: #cf4032;
  text-decoration-color: transparent;
  border-right: 1px solid #00000030;
  padding: 0 10px 4px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.group_by_block span.name_group {
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.group_by_block a:before,
.group_by_block a:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 2px;
  background: #cf4032;
  width: calc(100% - 20px);
  height: 1px;
  transition: transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translateX(calc(100% + 11px));
}

.group_by_block a:before {
  bottom: 0px;
  transform: translateX(calc(-100% - 11px));
}

.group_by_block a:hover:before,
.group_by_block a:hover:after {
  transform: translateX(0);
}

.cookie_message {
  position: fixed;
  left: 50%;
  bottom: 10px;
  width: 400px;
  background: #0000007a;
  color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  display: none;
  max-width: 90%;
  transform: translateX(-50%);
  z-index: 9999;
}

.cookie_message a {
  color: #fff;
  font-weight: bold;
}

.cookie_message span {
  font-size: 16px;
  cursor: pointer;
  display: block;
  background: #cf4032;
  width: 20px;
  margin: 0 auto;
  margin-top: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  height: 20px;
  padding: initial;
  border-radius: 50%;
  font-weight: bold;
}

form.forms .jq-checkbox {
  float: left;
}

form.forms label.agreement {
  margin-bottom: 30px;
  font-size: 15px;
}

.project_text {
  margin-top: 40px;
}

.header__main-menu .tolko-mobilka {
  width: 250px;
  position: absolute;
  left: 0;
  top: calc(0% + 21px);
  background: #424242;
  display: block;
  padding: 10px;
  text-align: left;
  transition: none;
  z-index: 100;
  flex-direction: column;
  opacity: 0;
}

.main-menu ul li ul[style*="display: block"] {
  display: flex !important;
}

.main-menu ul li ul li {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.menu-arrow-down {
  pointer-events: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s transform ease-out;
}

.menu-arrow-down--active {
  transform: rotateZ(-0.5turn);
}

.menu-arrow-down::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='64 64 896 896' focusable='false' width='16' height='16' fill='white' aria-hidden='true'%3E%3Cpath d='M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z'%3E%3C/path%3E%3C/svg%3E");
}

.header__main-menu ul li ul.tolko-mobilka {
  display: none;
}

.header__main-menu .tolko-mobilka li:first-child {
  padding-top: 20px;
}

.project__consult {
  padding: 77px 20px 53px;
  background: center no-repeat url(../img/consult.webp);
  color: #ffffff;
  width: 100%;
  min-height: 360px;
  box-sizing: border-box;
  background-size: 120%;
  margin: 30px 0 0 0;
}

.project__consult-mobile {
  display: none;
}

.project__consult-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  
}

.project__consult-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 11px;
  line-height: 16px;
}

.project__consult-list li:before {
  content: "✔";
  color: green;
  margin-right: 10px;
  /* -webkit-text-stroke: 1px #000000; */
  font-size: 10px;
  font-style: italic;
}

.project__callback {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  background: #ebb72b;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  margin: 48px 0 0;
}

.footer_towns {height: 400px; text-align: center}
.footer_towns-wrapper {width: 80%; display: inline-block; margin-top: 100px}
.footer_towns-wrap.left {background: white; width: 40%; float: left; padding: 30px; height: 180px; text-align: left; border-radius: 10px}
.footer_towns-wrap.right {background: white;width: 40%;display: flex;justify-content: space-between;float: right;padding: 30px;text-align: left;border-radius: 10px}
.footer_towns-links {width: 30%;}
.footer_towns-links p {color: #ababab; cursor: default;}
.footer_towns-links a {color: #ababab; text-decoration: none; margin: 0 0 0.7em; display: block}
.footer_towns-links a:hover {color: #000 !important; cursor: pointer; font-weight: bold;}

@media screen and (max-width: 992px) {
  .footer_towns { height: max-content; padding: 32px 0; }
  .footer_towns-wrapper { display: flex; width: 100%; height: 100%; align-items: center; flex-direction: column; gap: 20px; }
  .footer_towns-wrap.left { width: 80% !important; }
  .footer_towns-wrap.right { width: 80% !important; }  
}
@media screen and (max-width: 768px) {
  .footer_towns-wrap.right { height: max-content; float: unset; }
}
@media screen and (max-width: 576px) {
  .footer_towns-wrap.right { flex-direction: column; }
}

@media (min-width: 699px) {
  .header__main-menu ul.top__menu li:hover ul.tolko-mobilka {
    pointer-events: all;
    opacity: 1;
    display: flex;
  }
}

@media (max-width: 1420px) {
  .header__main-menu .top__menu {
    flex-wrap: wrap;
  }

  .header__main-menu .top__menu li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 874px) {
  .project__consult {
    display: none;
  }

  .project__consult-mobile {
    display: block;
    margin: 60px auto;
    max-width: 320px;
    background-size: 100%;
  }

  .project__consult-title {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
  }

  .project__consult-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 699px) {
  /* .mainslider {
    display: none;
  } */

  .slick-initialized .slick-slide {
    max-height: 180px;
  }

  .mainslider__slide img {
    object-fit: contain;
  }

  .header__main-menu .top__menu {
    flex-wrap: nowrap;
  }

  .header__main-menu .tolko-mobilka {
    width: auto;
    position: static;
    left: unset;
    top: unset;
    background: #424242;
    display: block;
    padding: 0;
    text-align: left;
    transition: none;
    flex-direction: column;
    margin: 0;
    opacity: 1;
  }

  .header__main-menu .top__menu li {
    padding-bottom: 0;
  }

  .header__main-menu .top__menu .tolko-mobilka li {
    padding: 5px 0;
  }

  .menu-arrow-down {
    pointer-events: all;
  }
}

@media screen and (max-width: 425px) {
  .mainslider__slide img {
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .slick-initialized .slick-slide {
    max-height: 195px;
  }
}

@media screen and (max-width: 320px) {
  .slick-initialized .slick-slide {
    max-height: 170px;
  }
}
