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

html, body, div, span, object, b, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, tt, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

footer, header, nav, section, main {
  display: block;
}

button {
  cursor: pointer;
  border: none;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #434343;
  background: #fff;
}

button {
  font-family: "HelveticaNeueCyr", sans-serif;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
/*  padding: 80px 0 20px 0 !important;*/
}



.main_section {
  height: 844px;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.main_section > .wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main_section .main_arrows_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  margin-top: 50px;
}
.main_section .main_arrows_container .prevsl, .main_section .main_arrows_container .nextsl {
  position: static;
}
.main_section .main_arrows_container .prevsl {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.main_section .main_arrows_container .prevsl::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 0.5;
}
.main_section .main_arrows_container .nextsl {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #B8292F;
}
.main_section .main_arrows_container .nextsl::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
}
.main_section .pag {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  bottom: 80px;
}
.main_section .pag .current_nubmer {
  color: #FFF;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 92.308%;
  border-bottom: 4px solid #fff;
}
.main_section .pag .total_number {
  color: #B8292F;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 20px;
}
.main_section .main_slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main_section .main_slider .swiper-slide {
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
}
.main_section .main_slider .wrapper {
  height: 100%;
  padding-left: 187px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main_slider_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.main_subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.main_title {
  color: #FFF;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.main_btn {
  width: 250px;
  height: 50px;
  border-radius: 10px;
  background: #B8292F;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 5px;
  transition: all 0.2s ease-in-out;
}
header.active {
  background: #fff;
  opacity: 0.8;
  padding: 15px 0;
}
header.active .header_phones a, header.active .header_mails a {
  color: #434343;
}
header.active .header_line {
  background: #434343;
}
header.active nav a {
  color: #434343;
}
header.active .header_phones a:first-child::before, header.active .header_mails a:first-child::before, header.active .search_wrapper {
  filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(1980%) hue-rotate(186deg) brightness(104%) contrast(84%);
}

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

.logo {
  width: 158px;
  height: 71px;
  background: url(../img/svg/logo.svg) center no-repeat;
}

.callback {
  color: #B8292F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.search_wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.search_btn {
  width: 21px;
  height: 21px;
  background: url(../img/svg/search33.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.search_input {
  color: #FFF;
  font-family: "HelveticaNeueCyr";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  width: 60px;
  padding: 0;
}
.search_input::-moz-placeholder {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.search_input::placeholder {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.search_callback {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.header_contacts {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.header_phones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.header_phones a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white;
}
.header_phones a:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.header_phones a:first-child::before {
  content: "";
  height: 21px;
  width: 21px;
  background: url(../img/svg/phone.svg) center no-repeat;
  flex-shrink: 0;
}

.header_mails {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header_mails a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white;
}
.header_mails a:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.header_mails a:first-child::before {
  content: "";
  height: 21px;
  width: 21px;
  background: url(../img/svg/mail.svg) center no-repeat;
  flex-shrink: 0;
}

.header_line {
  height: 2px;
  width: 100%;
  background: white;
  margin: 15px 0;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.design_slider_container {
  position: relative;
}

.design_slider .swiper-slide {
  width: auto;
}

.arrows_container {
  position: absolute;
  bottom: 35px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
.arrows_container .prevdes, .arrows_container .nextdes {
  position: static;
}
.arrows_container .prevdes {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.arrows_container .prevdes::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 0.5;
}
.arrows_container .nextdes {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid white;
}
.arrows_container .nextdes::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
}
.arrows_container .prevnews, .arrows_container .nextnews {
  position: static;
}
.arrows_container .prevnews {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.arrows_container .prevnews::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 0.5;
}
.arrows_container .nextnews {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid white;
}
.arrows_container .nextnews::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
}

.design_item {
  width: 272px;
  height: 500px;
  background: linear-gradient(172deg, rgba(0, 0, 0, 0.6) 50.44%, rgba(0, 0, 0, 0) 132.52%), url(../img/bg2.jpg), lightgray 50%/cover no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.design_item .design_item_abs_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(184, 41, 47) 50%, rgb(107, 124, 173) 100%);
  padding: 32px;
  padding-top: 76px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
  transition: all 0.2s ease-in-out;
}
.design_item.hover .design_item_abs_container {
  opacity: 0;
  visibility: hidden;
}

.abs_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
}

.design_section {
  margin-top: 4px;
  overflow: hidden;
}

.design_txt {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 45px;
}
.design_txt ul {
  margin-left: 25px;
}

.designt_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 31px;
}
.designt_title::after {
  content: "";
  width: 156px;
  height: 2px;
  background: #B8292F;
}

.about_section {
  padding-top: 100px;
}
.about_section .wrapper {
  padding-left: 284px;
}

.section_title {
  color: #B8292F;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about_content {
  margin-top: 40px;
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 670px;
}
.about_content p {
  margin-bottom: 20px;
}
.about_content ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.about_content ul li + li {
  margin-top: 6px;
}

.background_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.background_wrapper .circles {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

.about_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  color: #434343;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
}

.about_img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 32px;
  width: 546px;
  margin-top: 50px;
}

.partners_section {
  margin-top: 56px;
}
.partners_section .wrapper {
  padding-left: 284px;
}

.partners_grid {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 49px;
  flex-wrap: wrap;
  row-gap: 38px;
}

.news_section {
  overflow: hidden;
  margin-top: 130px;
}
.news_section .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.news_section .news_main_item {
  width: 270px;
  height: 390px;
  background: url(../img/news.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.news_section .news_main_item .arrows_container {
  bottom: 16px;
  right: 16px;
}
.news_section .nm_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 20px;
}
.news_section .nm_title::after {
  content: "";
  width: 156.08px;
  height: 2px;
  background: #B8292F;
}

.news_slider .swiper-slide {
  width: auto;
}
.news_slider .swiper-slide:nth-child(even) .news_item {
  background: #B8292F;
}

.news_item {
  padding: 18px;
  width: 270px;
  height: 390px;
  background: #6E6E9C;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.news_item .news_date {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.news_item .news_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_item .news_title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 61px;
  margin-bottom: 12px;
}
.news_item .news_txt {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  height: 157px;
}
.news_item .news_more {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 10px;
  gap: 7px;
}
.news_item .news_more::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.news_slider_container {
  width: calc(100% - 277px);
}

.projects_section {
  background: linear-gradient(180deg, #B8292F 15.01%, #6E6E9C 78.15%);
  background-size: cover;
  margin-top: 100px;
}
.projects_section .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.project_item {
  width: 25%;
  height: 429px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 28px;
  padding-top: 60px;
  padding-bottom: 45px;
  overflow: hidden;
}
.project_item:nth-child(8n+4) {
  border-right: none;
}
.project_item:nth-child(8n+8) {
  border-right: none;
}
.project_item:nth-child(n+5):nth-child(-n+8) {
  border-bottom: none;
}
.project_item .abs_project {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/pp1.jpg) center no-repeat, lightgray 50%/cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 43px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.project_item .abs_project .abs_project_title {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 33px;
}
.project_item .abs_project .abs_project_txt {
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}
.project_item .abs_project .abs_project_more {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.project_item:hover .abs_project {
  opacity: 1;
  visibility: visible;
}

.project_title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.more_projects {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.more_projects::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.callback_section {
  height: 581px;
  background: url(../img/bg4.jpg) center no-repeat;
  background-size: cover;
}
.callback_section .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.callback_section .main_btn {
  background: none;
  border: 1px solid white;
}

.callback_section_title {
  color: #FFF;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 92.308%;
  margin-bottom: 26px;
}

.callback_section_subtitle {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90.909%;
  margin-bottom: 73px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

footer {
  background: white;
  padding-top: 52px;
  padding-bottom: 23px;
}

.footer_mid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 50px;
}

.f_title {
  color: #B8292F;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.f_numbers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  position: relative;
}
.f_numbers .abs_ico {
  position: absolute;
  left: 0;
  top: 0;
}
.f_numbers a {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.f_numbers a:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.f_numbers a:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/svg/phoneb.svg) center no-repeat;
  background-size: contain;
}

.f_mails {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 15px;
}
.f_mails a {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.f_mails a:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.f_mails a:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/svg/mailb.svg) center no-repeat;
  background-size: contain;
}

.f_adrs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
}
.f_adrs > div {
  color: #434343;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
  width: 100%;
}
.f_adrs > div::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url(../img/svg/pointer.svg) center no-repeat;
}

.f_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.f_nav a {
  color: #434343;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.f_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.copy {
  color: #727272;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.multzavod {
  width: 113px;
  height: 17px;
  background: url(../img/svg/multzavod.svg) center no-repeat;
}

.geography_section {
  margin-top: 70px;
}

.map {
  margin-top: 42px;
  width: 100%;
  height: 552px;
}

.burger {
  display: none;
}

.hiddenmenu {
  display: none;
}

.project_about_section {
  margin-top: -70px;
  position: relative;
  margin-bottom: 75px;
  z-index: 2;
}
.project_about_section .project_circles {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.project_about_section .wrapper {
  overflow: hidden;
  padding: 40px 70px;
  border-radius: 30px;
  position: relative;
  background: white;
  /*         &::after{
              content: '';
              background: white;
              position: absolute;
              top: 0;
              left: 0;
              border-radius: 30px;
              opacity: 1;
              width: 100%;
              height: 100%;
          } */
}
.project_about_section .wrapper .project_circles {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_title {
  color: #2B2B2B;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.about_section_txt {
  color: #434343;
  font-family: "Courier New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.about_section_txt p + p {
  margin-top: 20px;
}

.about_section_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.project_about_slider_wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.project_about_slider_wrapper .main_arrows_container {
  position: absolute;
  bottom: 42px;
  right: 103px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
}
.project_about_slider_wrapper .main_arrows_container .prevphoto, .project_about_slider_wrapper .main_arrows_container .nextphoto {
  position: static;
}
.project_about_slider_wrapper .main_arrows_container .prevphoto {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.project_about_slider_wrapper .main_arrows_container .prevphoto::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 0.5;
}
.project_about_slider_wrapper .main_arrows_container .nextphoto {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #B8292F;
}
.project_about_slider_wrapper .main_arrows_container .nextphoto::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
}

.next_project {
  width: calc(50% - 16px);
  height: 517px;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/next_project.jpg) center no-repeat, lightgray 50%/cover no-repeat;
  background-size: cover;
  padding: 86px 50px 43px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.next_project .main_btn {
  margin-left: auto;
}

.next_project_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}
.next_project_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 156.08px;
  height: 2px;
  background: #B8292F;
}

.callback_project {
  width: calc(50% - 16px);
  height: 517px;
  border-radius: 30px;
  background: #B8292F;
  padding: 86px 43px 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.callback_project .main_btn {
  background: none;
  border: 1px solid #FFF;
}

.callback_project_title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 26px;
}

.callback_project_txt {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 73px;
}

.dop_projects_section {
  margin-top: 75px;
}
.dop_projects_section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

@media screen and (max-width: 1303px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
}
.abs_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.abs_img_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(43, 43, 43, 0.3) 17.42%, rgba(0, 0, 0, 0.09) 45.07%, rgba(43, 43, 43, 0.3) 92.18%);
}
.abs_img_bg img {
  width: 100%;
  height: auto;
}

.txt_main_s {
  padding-top: 220px;
 /* margin-top: 160px;*/
}

.main_txt_grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.main_txt_grid .about_grid {
  width: 309px;
  border-radius: 30px;
  background: #B8292F;
  padding: 50px 27px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}
.main_txt_grid .about_item {
  width: 100%;
  color: white;
}
.main_txt_grid .about_item img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2882%) hue-rotate(8deg) brightness(112%) contrast(101%);
}

.txt_main_container {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.txt_main_container p + p {
  margin-top: 20px;
}
.txt_main_container ul {
  margin: 20px 0;
  margin-left: 25px;
}

@media screen and (max-width: 916px) {
  .header_contacts_and_search {
    display: none;
  }
  .header_line {
    display: none;
  }
  header nav {
    display: none;
  }
  .main_section .main_slider .wrapper {
    padding-left: 0;
  }
  .main_title {
    font-size: 36px;
  }
  .main_section {
    min-height: 464px;
    height: auto;
  }
  .main_section > .wrapper {
    min-height: 464px;
  }
  .main_section .main_arrows_container {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .main_section .pag {
    bottom: 10px;
  }
  .main_section .pag .current_nubmer {
    font-size: 52px;
  }
  .main_section .pag .total_number {
    font-size: 32px;
  }
  .design_slider_container .arrows_container {
    display: none;
  }
  .about_section .wrapper {
    padding-left: 0;
  }
  .partners_section .wrapper {
    padding-left: 0;
  }
  .partners_grid {
    gap: 20px;
  }
  .news_slider_container {
    width: 100%;
  }
  .news_section .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .news_section .news_main_item {
    height: auto;
    padding: 0;
    color: #434343;
    width: 100%;
    background: none;
  }
  .news_section .nm_title {
    color: #434343;
    padding: 0;
    line-height: 1em;
    font-size: 35px;
    text-transform: uppercase;
  }
  .news_section .news_main_item .arrows_container {
    display: none;
  }
  .project_item {
    width: 50%;
    border: 1px solid #FFF !important;
    height: 300px;
    padding: 20px 10px;
  }
  .project_item:nth-child(odd) {
    border-left: none !important;
  }
  .project_item:nth-child(even) {
    border-right: none !important;
  }
  .project_item .abs_project {
    padding: 25px 10px;
  }
  .callback_section_title {
    font-size: 45px;
  }
  .callback_section {
    height: auto;
    padding: 50px 0;
  }
  .callback_section_subtitle {
    margin-bottom: 20px;
  }
  .callback_section_subtitle br {
    display: none;
    line-height: normal;
  }
  footer .wrapper, footer .footer_mid, footer .f_contacts, footer .f_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  footer .f_nav, footer .f_adrs {
    align-items: center;
    justify-content: flex-start;
  }
  footer .f_title, footer .copy {
    text-align: center;
  }
  footer .multzavod {
    order: -1;
  }
  .news_section {
    margin-top: 70px;
  }
  .burger {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: #B8292F;
  }
  header.active .burger span {
    background: #B8292F;
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .hiddenmenu {
    position: fixed;
    top: 0;
    left: 0%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 12;
  }
  .hiddenmenu.active {
    visibility: visible;
    opacity: 1;
  }
  .burger_menu {
    background: white;
    background-size: cover;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    padding: 132px 0 5% 5%;
    box-sizing: border-box;
  }
  .hidden_items {
    max-height: 75vh;
    overflow: auto;
  }
  .hidden_socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .hidden_socials a:not(:last-child) {
    margin-right: 18px;
  }
  .hidden_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hidden_item a {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #434343;
    margin-bottom: 20px;
  }
  .hidden_item a:last-child {
    margin-bottom: 0;
  }
  .hidden_item + .hidden_item {
    margin-top: 50px;
  }
  .hiddenmenu {
    display: block;
    width: 100%;
  }
  .news_item .news_txt {
    line-height: 1.2em;
    height: 144px;
  }
  .design_item.hover .design_item_abs_container {
    opacity: 1;
    visibility: visible;
  }
  .swiper-slide.swiper-slide-active .design_item_abs_container {
    opacity: 0;
    visibility: hidden;
  }
  .news_item .news_title {
    line-height: 1em;
  }
  .project_about_section {
    margin-top: 75px;
  }
  .project_about_section .wrapper {
    padding: 20px;
  }
  .project_about_slider_wrapper .main_arrows_container {
    bottom: 10px;
    right: 10px;
  }
  .dop_projects_section .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .next_project {
    padding: 40px 20px;
    width: 100%;
    height: 300px;
  }
  .callback_project {
    padding: 40px 20px;
    width: 100%;
    height: auto;
  }
  .main_txt_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main_txt_grid .about_grid {
    width: 100%;
  }
  .project_about_section .wrapper .project_circles {
    width: auto;
    max-width: none;
  }
}/*# sourceMappingURL=styles.css.map */
.design_item{
    padding-top: 146px;
    justify-content: space-between;
}
.search_input{
    transition: all 0.2s ease-in-out;
}
.search_input:focus{
    width: 200px;
}

.conts {
    display: flex;
    gap: 20px;
}
.conts img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.conts #map1, .conts #map2 {
    width: 300px;
    height: 200px;
}



.project_about_section table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.project_about_section table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}
.project_about_section table thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
.project_about_section table thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
.project_about_section table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.project_about_section table tbody tr:nth-child(even){
	background: #B8292F;
	color: #FFFFFF;
}
.project_about_section table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.project_about_section table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}



.abs_img_bg img{
    max-height: 100vh;
    object-fit: cover;
}
.services_grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}
.project_item{
  cursor: pointer;
}
.news_item{
  cursor: pointer;
}
.services_grid .design_item{
    width: calc(100% / 3 - 10px / 3);
}
.services_grid .design_item:hover .design_item_abs_container{
    opacity: 0;
    visibility: hidden;
}
.project_grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}
.abs_project_title{
    display: block;
}
.project_grid .project_item{
    width: calc(100% / 3 - 10px / 3);
    height: 300px;
}
.project_grid .project_item .abs_project{
    padding: 30px 20px;
    justify-content: space-between;
}
.documents_grid{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.documents_title{
    width: 100%;
    margin: 10px 0;
    font-size: 28px;
    text-align: center;
}
.document{
    width: calc(100% / 3 - 20px / 3);
    height: 500px;
}
.document img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* modal */


.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
}
[data-micromodal-trigger="modal-1"]{
    cursor: pointer;
}
.close_modal{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
}
.close_modal svg{
    width: 100%;
    height: 100%;
}
.modal__container input{
    width: 254px;
    box-sizing: border-box;
    border: 1px solid #b8292f;
    border-radius: 10px;
    padding: 14px 20px;
    outline: none;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 18px;
    line-height: 21px;
}
.modal__container form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.modal__container input::placeholder{
    color: #969696;
}
.modal_title{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: white;
}
.form_warning{
    color: white;
    text-align: center;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.search_grid{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.search_subtitle{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* modal */

.project_item .abs_project{
  opacity: 1;
  visibility: visible;
}
.about_section_img{
  height: 500px;
}
.btn_border{
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #b8292f;
  border: 1px solid #b8292f;
}
.contacts-choose-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-right: 20px;
}
.contacts-choose-address a:first-child {
  border-radius: 20px 0 0 20px;
  margin-right: -4px;
}
.contacts-choose-address a {
    cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  width: 160px;
  padding: 16px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.contacts-choose-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contacts-choose-address a:hover {
  background: #e9e9e9;
}
.contacts-choose-address a:last-child {
  border-radius: 0 20px 20px 0;
}
.contacts-flex{
    width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  gap: 20px;
}
.contacts-address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contacts-flex svg{
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.contacts-mail-text, .contacts-phones-text, .contacts-address-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 255px;

  
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.benefits-item-container .contacts-flex .contacts-address img {
  flex-shrink: 0;
  width: 30px!important;
  height: 30px!important;
  max-width: none!important;
}
.contacts-phones {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.benefits-item-container .contacts-flex .contacts-phones img {
  flex-shrink: 0;
  width: 30px!important;
  height: 30px!important;
  max-width: none!important;
}
.contacts-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.benefits-item-container .contacts-flex .contacts-mail img {
  flex-shrink: 0;
  width: 30px!important;
  height: 30px!important;
  max-width: none!important;
}
.contacts-mail-text a, .contacts-phones-text a {
  text-decoration: none;
  display: block;
  
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.f_menu .f_title{
  text-align: start;
}
.footer_mid{
  justify-content: space-between;
}
.photo_slider .swiper-slide{
  position: relative;
}
.photo_slider .swiper-slide::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(0,0,0,0.6951155462184874) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}
.callback_section{
  display: none;
}
.design_item{
  padding-top: 40px;
}
.txt_main_container h3{
  font-size: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 916px){
  .f_menu .f_title{
    text-align: center;
  }
}
@media screen and (max-width: 820px){
    .services_grid .design_item , .project_grid .project_item{
        width: calc(100% / 2 - 10px /2);
    }
    .document{
        width: calc(100% / 2 - 10px / 2);
        height: 500px;
    }
    .contacts-choose-container{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .contacts-flex{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
    
    .conts{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
}
@media screen and (max-width: 600px){
    .services_grid .design_item, .project_grid .project_item{
        width: 100%;
    }
    .document{
        width: 100%;
        height: 500px;
    }
    .f_nav a{
      text-align: center;
    }
    .f_adrs>div{
      justify-content: flex-start;
      gap: 10px;
      text-align: start;
    }
}