*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1, .pum-trigger, input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
/*  color: rgba(255, 38, 20, 0.79); */
color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-shadow: 1px 3px 18px rgba(106, 137, 179, 0.29);
  box-shadow: 1px 3px 18px rgba(106, 137, 179, 0.29);
  border-radius: 25px;
  border: 1px solid rgba(255, 39, 21, 0.79);
/*  background-color: rgba(226, 226, 231, 0.79); */
background-color: rgba(255, 38, 20, 0.79);
  padding: 11px 44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
margin-top: 15px;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 1160px;
}

.header__container1 {
  padding: 5px 0;
  background-color: #ededed;
}

.header__wrap1 {
  padding-left: 155px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  position: absolute;
  left: 0;
  top: 24px;
  max-width: 385px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__logo-img {
  max-width: 105px;
  width: 100%;
}

.header__logo-text {
  color: #ff2714;
  font-size: 24px;
  font-weight: 700;
}

.header__adress {
  color: #898888;
  font-size: 14px;
  font-weight: 500;
  padding-left: 19px;
  position: relative;
}

.header__adress:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 17px;
  background: url("../img/adress.png") center no-repeat;
}

.header__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__link1 {
  margin-left: 14px;
  color: #49658d;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.header__tel-wrap {
  margin-bottom: 2px;
}

.header__tel-wrap:last-child {
  margin-bottom: 0;
}

.header__tel {
  display: inline-block;
  color: #494949;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}

.header__tel:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/tel-icon1.png") center no-repeat;
}

.header__tel2:after {
  background-image: url("../img/tel-icon2.png");
}

.header__container2 {
  padding: 24px 0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__item {
  margin-right: 10px;
}

.social__item:last-child {
  margin-right: 0;
}

.social__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu li {
  margin-right: 40px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #676767;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu a.active {
  color: #48648c;
  font-weight: 700;
}

.slider {
  background-color: #fafafa;
  position: relative;
  max-width: 2000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider__nav {
  position: absolute;
  bottom: 65px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 23px;
}

.slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-item__wrap1 {
  width: 50%;
}

.slider-item__wrap1 img {
  width: 100%;
}

.slider-item__wrap2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 34px;
  padding-bottom: 25px;
}

.slider-item__wrap3 {
  max-width: 956px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 32px;
}

.slider-item__text-wrap {
  width: calc(100% - 373px);
}

.slider-item__img {
  max-width: 373px;
  width: 100%;
  margin-top: auto;
}

.slider-item__title {
  color: black;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.slider-item__title b {
  color: #ff2714;
  font-weight: 500;
}

.slider-item__text1 {
  color: black;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 27px;
}

.slider-item__text2 {
  color: #676767;
  font-size: 19.8px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 9px;
}

.slider-item__btn1 {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  padding: 11px 10px;
  text-align: center;
  margin-top: 48px;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  position: static;
  outline: none;
  width: 31px;
  height: 23px;
  margin-top: 0;
  background: url("../img/arrow1.png") center no-repeat;
}

.swiper-button-next-style1,
.swiper-container-rtl .swiper-button-prev-style1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination-style1 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 17px;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  opacity: 1;
  width: 53px;
  height: 13px;
  border-radius: 3px;
  background-color: #ece9e9;
  margin-right: 18px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  background-color: #536d93;
}

.portfolio {
  padding: 45px 0;
}

.portfolio__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  margin-top: -20px;
  padding-bottom: 63px;
  position: relative;
}

.portfolio__tab-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17px;
  background: url("../img/line.png") center repeat;
}

.portfolio__tab-list li {
  width: 32%;
  margin-top: 20px;
}

.portfolio__tab-list a {
  display: block;
  color: #49658d;
  font-size: 30px;
  font-weight: 500;
  border: 3px solid #ededed;
  text-align: center;
  padding: 19px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__tab-list a.active {
  color: black;
  border: 3px solid #48648d;
}

.portfolio__tab {
  display: none;
}

.portfolio__tab:first-child {
  display: block;
}

.portfolio__tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
}

.portfolio__tab-wrap {
  width: 48%;
  margin-top: 30px;
  text-align: center;
}

.portfolio__tab-wrap .swiper-pagination-style1 {
  margin: 0;
}

.portfolio__tab-title {
  color: #676767;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 55px;
}

.portfolio__tab-slider {
  margin-bottom: 10px;
  min-height: 380px;
}

.portfolio__tab-list1 {
  margin-top: 57px;
  text-align: left;
}

.portfolio__tab-list1 li {
  color: black;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.portfolio__tab-list1 li:last-child {
  margin-bottom: 0;
}

.portfolio__tab-list1 li b {
  color: #ff2714;
  font-size: 30px;
  font-weight: 700;
}

.portfolio__tab-list1 li i {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

.title {
  color: black;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 49px;
}

.title b {
  font-weight: 500;
  color: #ff2715;
}

.architectural {
  background-color: #fafafa;
  padding-top: 63px;
  padding-bottom: 40px;
}

.architectural .swiper-pagination-style1 {
  margin: 0;
}

.architectural .title {
  margin-bottom: 35px;
}

.architectural__slider {
  margin-bottom: 45px;
}

.architectural__text1 {
  color: black;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 72px;
  position: relative;
  text-align: center;
}

.architectural__text1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17px;
  background: url("../img/line.png") center repeat;
}

.architectural__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -36px;
}

.architectural__text2 {
  color: black;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.architectural-item {
  width: 48.7%;
  margin-top: 36px;
}

.architectural-item__img {
  padding-top: 71.2%;
}

.advantages {
  padding-top: 68px;
  padding-bottom: 76px;
}

.advantages__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px;
  margin-top: -20px;
  margin-bottom: 61px;
}

.advantages__col1 {
  width: 33.3333%;
  padding: 0px 10px;
  margin-top: 20px;
}

.advantages__list2-wrap {
  border: 3px solid #48648d;
  padding: 87px 60px 92px 60px;
}

.advantages__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -128px;
}

.advantages-item2 {
  width: 48%;
  margin-top: 128px;
  padding-left: 117px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-item2__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.advantages-item2__text {
  color: black;
  font-size: 24px;
  font-weight: 500;
}

.advantages-item1 {
  text-align: center;
}

.reviews {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 72px;
}

.reviews__title {
  color: black;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 47px;
  padding-bottom: 61px;
  position: relative;
  text-align: center;
}

.reviews__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17px;
  background: url("../img/line.png") center repeat;
}

.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 54px;
}

.reviews-item:nth-child(2n) .reviews-item__wrap1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.reviews-item:last-child {
  margin-bottom: 0;
}

.reviews-item__wrap1 {
  width: 48.9%;
}

.reviews-item__img {
  padding-top: 71%;
}

.reviews-item__wrap2 {
  width: 48.6%;
  margin-top: 15px;
}

.reviews-item__title {
  color: #676767;
  font-size: 24px;
  font-weight: 500;
  padding-left: 83px;
  position: relative;
  margin-bottom: 25px;
}

.reviews-item__title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 64px;
  height: 64px;
  background: url("../img/reviews-icon.png") center no-repeat;
}

.reviews-item__title b {
  font-weight: 700;
}

.reviews-item__text {
  color: #676767;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  font-style: italic;
}

.reviews-item__btn1 {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 76px;
  padding: 11px 10px;
  text-align: center;
}

.partners {
  padding-top: 75px;
  padding-bottom: 59px;
}

.partners__title {
  text-align: center;
  color: black;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 58px;
}

.partners__slider {
  margin-bottom: 55px;
}

.partners__slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners__slider .swiper-container {
  padding: 20px;
  margin: -20px;
}

.partners-item {
  width: 100%;
  -webkit-box-shadow: 1px 4px 9px rgba(222, 229, 217, 0.72);
  box-shadow: 1px 4px 9px rgba(222, 229, 217, 0.72);
  border-radius: 7px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 132px;
  padding: 10px;
}

.map {
  height: 496px;
}

.map #map {
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #536d93;
  padding: 15px 0;
}

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

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 361px;
  width: 100%;
}

.footer__logo-img {
  max-width: 87px;
  width: 100%;
}

.footer__logo-text {
  color: #e7e7ec;
  font-size: 24px;
  font-weight: 700;
}

.footer__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.footer__link1 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
margin-left: 14px;
}

.footer__adress {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 19px;
  position: relative;
}

.footer__adress:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 17px;
  background: url("../img/adress-white.png") center no-repeat;
}

.footer__tel-wrap {
  margin-bottom: 10px;
}

.footer__tel-wrap:last-child {
  margin-bottom: 0;
}

.footer__tel {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}

.footer__tel:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/tel-white-icon1.png") center no-repeat;
}

.footer__tel2:after {
  background-image: url("../img/tel-white-icon2.png");
}

.toggle {
  width: 27px;
  height: 20px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  display: none;
}

.toggle__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle.active .toggle__line {
  background-color: transparent;
}

.toggle.active .toggle__line:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.active .toggle__line:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .social__link:hover {
  opacity: 0.7;
}

.no-touch .header__link1:hover {
  text-decoration: underline;
}

.no-touch .menu a:hover {
  color: #48648c;
}

.no-touch .btn1:hover, .pum-trigger:hover, input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
/*  background-color: rgba(255, 38, 20, 0.79); */
background-color: rgba(226, 226, 231, 0.79);
/*   color: #000; */
color: rgba(255, 38, 20, 0.79);
}

.no-touch .portfolio__tab-list a:hover {
  color: black;
  border: 3px solid #48648d;
}

@media only screen and (max-width: 1700px) {
  .slider__nav {
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    padding-bottom: 40px;
  }

  .slider-item__title {
    font-size: 24px;
  }

  .slider-item__text1 {
    font-size: 18px;
  }

  .slider-item__text2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1400px) {
  .slider-item__wrap1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider-item__wrap2 {
    width: 100%;
    padding: 30px 10px;
  }

  .slider-item {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-item__wrap3 {
    padding-left: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 1100px) {
  .header__logo {
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
    width: auto;
    padding-top: 65px;
  }

  .header__wrap1 {
    padding-left: 0;
  }

  .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__logo-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 55px;
  }

  .header__link1 {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .header__social-wrap {
    max-width: 161px;
    width: 100%;
  }

  .header__adress {
    max-width: 190px;
    width: 100%;
  }

  .header__logo-text {
    font-size: 18px;
  }

  .header__container1 {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .title,
  .partners__title,
  .reviews__title {
    font-size: 30px;
  }

  .portfolio__tab-list a {
    font-size: 20px;
    border-width: 1px !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .portfolio__tab-title,
  .portfolio__tab-list1 li b,
  .architectural__text1,
  .architectural__text2,
  .reviews-item__title {
    font-size: 20px;
  }

.price-text {
    font-size: 20px !important;
  }

  .portfolio__tab-list1 li i,
  .advantages-item2__text {
    font-size: 18px;
  }

  .portfolio__tab-list1 li,
  .reviews-item__text {
    font-size: 16px;
  }

  .architectural__text1,
  .reviews__title {
    padding-bottom: 30px;
  }

  .reviews,
  .partners,
  .advantages,
  .architectural,
  .portfolio {
    padding: 30px 0;
  }

  .footer__tel-container {
    width: 48%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .advantages__list2-wrap {
    padding: 40px 20px;
  }

  .advantages-item2__img {
    width: 50px;
  }

  .advantages-item2 {
    padding-left: 70px;
    margin-top: 40px;
  }

  .advantages__list2 {
    margin-top: -40px;
  }

  .reviews-item__btn1 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 850px) {
  .toggle {
    display: block;
  }

  .header__container2 {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 30px 0;
    padding-top: 70px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__container2.active {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }

  .menu li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .menu li:last-childd {
    margin-bottom: 0;
  }

  .menu a {
    display: inline-block;
  }

  .body-overflow {
    overflow: hidden;
  }

  .header__social-wrap {
    max-width: none;
    width: 53%;
    margin-top: 15px;
  }

  .header__tel-container {
    margin-top: 15px;
  }

  .header__link1 {
    width: auto;
  }

  .header__social-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 800px) {
  .slider-item__text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .slider-item__img {
    margin-left: auto;
    margin-right: auto;
  }

.slider-item__img {
display:none;
}

  .map {
    height: 400px;
  }
}

@media only screen and (max-width: 750px) {
  .portfolio__tab-list li {
    width: 48%;
  }

  .footer__tel-container {
    width: 100%;
    text-align: center;
  }

  .footer__contact-container {
    width: 100%;
    text-align: center;
  }

  .footer__adress {
    display: inline-block;
    text-align: left;
  }

  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    position: relative;
    text-align: center;
    max-width: none;
    width: auto;
  }

  .footer__logo-img {
    max-width: 65px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }

  .footer__logo-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 700px) {
  .portfolio__tab-wrap {
    width: 100%;
  }

  .advantages__col1 {
    width: 50%;
  }

  .reviews-item__wrap1 {
    width: 100%;
    margin-bottom: 25px;
  }

  .reviews-item:nth-child(2n) .reviews-item__wrap1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .reviews-item__wrap2 {
    margin-top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .advantages-item2 {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .header__social-wrap {
    width: 100%;
  }

  .header__social-wrap .social {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__link1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .header__tel-container {
    width: 100%;
    text-align: center;
  }

  .header__adress {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
  }

  .portfolio__tab-list li {
    width: 100%;
  }

  .swiper-pagination-style1 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
  }

  .architectural-item {
    width: 100%;
  }

  .advantages__col1 {
    width: 100%;
  }
}

.price-text {
color: black;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}

.popmake-320 {
    text-align: center;
}

.main-header-callback-form {
    text-align: center;
}

div#pum_popup_title_320 {
    color: black;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

.input3 {
    height: 36px;
    padding-left: 5px;
    border: 1px solid #d7d8d9;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.pum-container .pum-title {
margin-bottom: 10px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.wpcf7 form .wpcf7-response-output {
    font-weight: 400;
}