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

body {
  font-family: 'Geometria';
  font-size: 12px;
  color: #171e37;
  line-height: 1.5;
  background-color: #f4f4f4;
}

.st1 {
  fill: #f63038;
}

.grid {
  display: grid;
  grid-gap: 0 6%;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-auto-rows: 10px;
}

.grid.projects-empty {
  display: block;
  font-size: 12pt;
  font-weight: normal;
  margin-top: -20px;
}

.container {
  max-width: 1080px;
  width: 86%;
  margin: 0 auto;
}

.container-small {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.container-small_extra {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.upp {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h1 {
  font-size: 72px;
  line-height: 1.2;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

h3 {
  font-size: 24px;
  color: #171e37;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  color: #171e37;
  line-height: 1.2;
}

a {
  color: #f63038;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

a:hover {
  color: #d00911;
}

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

.title-small {
  color: #171e37;
  font-family: "PT Sans";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.title-small_margin {
  margin-left: 10px;
}

.title-small_margin-right {
  margin-right: 120px;
}

.title-small_inline {
  display: inline-block;
}

.page-opacity {
  opacity: 0;
  visibility: hidden;
}

.page-loading .first-bg,
.page-loading .first-wrap__cell,
.page-loading .header-nav,
.page-loading .header_fixed,
.page-loading .project,
.page-loading .breadcrumbs,
.page-loading .filter,
.page-loading .about-us,
.page-loading .contacts,
.page-loading .footer,
.page-loading .projects_transition {
  opacity: 0;
  visibility: hidden;
}

.page-loading .contacts {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .projects_transition {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.page-loading .first-wrap__cell {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .first-bg {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .first-wrap__cell {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .about-us {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .header-nav {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .header_fixed {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .project {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .breadcrumbs {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .filter {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.page-loading .first-right__text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.page-loading .first-right__line {
  height: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.page-loaded .first-bg,
.page-loaded .first-wrap__cell,
.page-loaded .first-right,
.page-loaded .header-nav,
.page-loaded .header_fixed,
.page-loaded .project,
.page-loaded .breadcrumbs,
.page-loaded .filter,
.page-loaded .about-us,
.page-loaded .contacts,
.page-loaded .footer,
.page-loaded .projects_transition,
.page-loaded .action {
  opacity: 1;
  visibility: visible;
}

.page-loaded .projects-transition {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .about-us {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .contacts {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .first-bg {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .first-wrap__cell {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .header-nav {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .header_fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .project {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .breadcrumbs {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .filter {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-loaded .first-right__text {
  opacity: 1;
  visibility: visible;
}

.page-loaded .first-right__line {
  height: 70px;
}

.button {
  display: inline-block;
  padding: 1em 3em;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 30px;
  background-color: #f63038;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
}

.button:focus {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.button:hover {
  color: #fff;
  background-color: #d00911;
}

.separator {
  position: relative;
  left: 50%;
  margin-left: -1px;
  height: 80px;
  width: 2px;
  background-color: #171e37;
  margin: 30px 0;
}

.separator-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}

.separator-wrap:hover {
  cursor: pointer;
}

.separator-wrap:hover .separator-content {
  color: #f63038;
}

.separator-wrap:hover .separator-line::before {
  content: '';
  position: absolute;
  background-color: #dddee1;
  height: 40px;
  width: 2px;
}

.separator-wrap:hover .separator-line-o::before {
  content: '';
  position: absolute;
  background-color: #f63038;
  height: 40px;
  width: 2px;
}

.separator-full {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.separator-line {
  height: 40px;
  width: 2px;
  margin: 15px 0;
  background-color: #000;
}

.separator-line::before {
  content: '';
  position: absolute;
  height: 0px;
  width: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.separator-line-o {
  background-color: #dddee1;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.separator-content {
  color: #171e37;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.separator-content:hover {
  color: #f63038;
}

.burger-line {
  position: absolute;
  right: 50%;
  margin-right: -15px;
  height: 2px;
  width: 34px;
  top: 19px;
  margin-top: -6px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition: margin-top 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, width 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-top 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, width 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-top 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, transform 0.2s cubic-bezier(0.19, 1, 0.22, 1), width 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-top 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, transform 0.2s cubic-bezier(0.19, 1, 0.22, 1), width 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.burger-line_s {
  margin-top: 6px;
  width: 24px;
}

.burger-wrap {
  position: absolute;
  right: 2%;
  height: 40px;
  width: 40px;
}

.burger-wrap:hover {
  cursor: pointer;
}

.burger-wrap:hover .burger-line {
  width: 30px;
}

.header {
  position: absolute;
  width: 100%;
}

/* .header.header-white .header-logo svg .st0 {
  fill: #fff;
} */

.header.header-white .burger-line {
  background-color: #fff;
}

.header.header-white .burger-line_s {
  background-color: #fff;
}

.header.header-white .header-nav__item a {
  color: white;
}

.header.header-white .header-nav__item a:hover {
  color: #f63038;
}

.header .header-nav__item.current a {
  color: #f63038;
}

.header .header-nav__item.current a::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* .header.header-black .header-logo svg .st0 {
  fill: #000;
} */

.header.header-black .burger-line {
  background-color: #000;
}

.header.header-black .burger-line_s {
  background-color: #000;
}

.header_black .header-nav__item {
  color: #000;
}

.header_black .burger-line {
  background-color: #000;
}

.header_black .burger-line_s {
  background-color: #000;
}

.header_fixed {
  top: 20px;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header-logo {
  width: 40px;
  height: 156px;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: end;
  left: 2%;
  background-repeat: no-repeat;
  color: #000;
}

.header-white .header-logo {
  color: #fff;
}

.header-logo svg {
  width: 100%;
  /* height: 100%; */
}

.header-logo-o {
  display: none;
}

.header-nav {
  position: relative;
  z-index: 1;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.header-nav__item {
  margin-right: 4em;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.header-nav__item a {
  padding: 20px 0;
  color: #171e37;
}

.header-nav__item a:hover {
  color: #f63038;
}

.header-nav__item a::before {
  position: absolute;
  top: 20px;
  left: 50%;
  content: '';
  height: 6px;
  width: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #f63038;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.header-nav__item:hover {
  color: #f63038;
}

.header-nav__item a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.burger_active:hover .burger-line {
  width: 24px;
}

.burger_active .burger-line {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
  width: 24px;
  -webkit-transition: margin-top 0.2s, -webkit-transform 0.2s 0.4s;
  transition: margin-top 0.2s, -webkit-transform 0.2s 0.4s;
  transition: margin-top 0.2s, transform 0.2s 0.4s;
  transition: margin-top 0.2s, transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s;
}

.burger_active .burger-line_s {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
  width: 24px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-set {
  overflow: hidden !important;
}

.menu-loading .menu-block__nav-item {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
}

.menu-loading .menu-block__nav-item:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-loading .menu-block__nav-item:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-loading .menu-block__nav-item:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-loading .menu-block__nav-item:nth-child(4) {
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-loading .menu-block__filter {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-loading .follow-item-1,
.menu-loading .follow-item-2,
.menu-loading .follow-item-3,
.menu-loading .menu-block__follow {
  opacity: 0;
  visibility: visible;
}

.menu-loading .menu-block__follow {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu-active .menu-block__nav-item {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.menu-active .menu-block__nav-item:nth-child(1) {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.menu-active .menu-block__nav-item:nth-child(2) {
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.menu-active .menu-block__nav-item:nth-child(3) {
  -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.menu-active .menu-block__nav-item:nth-child(4) {
  -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.menu-active .menu-block__filter {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: all 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.menu-active .menu-block__follow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 2.6s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all 2.6s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.menu-active .follow-item-1,
.menu-active .follow-item-2,
.menu-active .follow-item-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.menu-active .menu-block {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.menu-active .menu-bg {
  opacity: 1;
}

.menu-wrap {
  width: 80%;
  height: 100%;
  margin: auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.menu-block {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateX(2000px);
  transform: translateX(2000px);
}

.menu-block__follow {
  position: absolute;
  bottom: 2%;
  width: 80%;
}

.menu-block__follow-item {
  margin-right: 3%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.menu-block__exit {
  position: absolute;
  font-family: Arial;
  right: 0;
  z-index: 1;
  font-size: 40px;
  font-weight: 400;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0 10px;
}

.menu-block__exit:hover {
  color: #f63038;
  cursor: pointer;
}

.menu-block__nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 56px;
  line-height: 1.3;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-block__nav-item {
  position: relative;
  max-width: 70%;
  color: #171e37;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0.2em 0;
}

.menu-block__nav-item.current a {
  color: #d00911;
}

.menu-block__nav-item.current::before {
  width: 50px;
}

.menu-block__nav-item a {
  color: #171e37;
}

.menu-block__nav-item a:hover {
  color: #d00911;
}

.menu-block__nav-item:hover::before {
  width: 50px;
}

.menu-block__nav-item::before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 3px;
  width: 0px;
  background-color: #f63038;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-block__filter {
  font-family: "PT Sans";
}

.menu-block__filter-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.menu-block__filter-buttons {
  max-width: 400px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-block__filter-button {
  border-radius: 20px;
  border: 1px solid #dddee1;
  font-size: 16px;
  padding: 2px 14px;
  color: #858995;
  margin-right: 4%;
  margin-bottom: 5%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menu-block__filter-button:hover {
  color: #171e37;
}

.value-inputs,
.area-inputs {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.value,
.floor {
  width: 25%;
  font-size: 0px;
  padding: 0 10px;
}

.area {
  width: 50%;
}

.input {
  width: 100%;
  height: 48px;
  border: 1px solid #dddee1;
  background-color: #ffffff;
  outline: none;
  font-family: 'PT Sans';
  font-size: 16px;
  padding-left: 50px;
}

.input-text {
  position: relative;
  font-family: 'PT Sans';
  font-size: 18px;
  color: #858995;
  width: 50%;
  padding: 0 10px;
}

.input-text::after {
  position: absolute;
  content: 'Руб.';
  right: 11px;
  top: 11px;
  padding-right: 10px;
  background-color: #fff;
}

.input-text::before {
  position: absolute;
  content: 'От';
  top: 11px;
  margin-left: 20px;
}

.input-text_area::after {
  content: 'м²';
}

.input-text_before::before {
  content: 'До';
}

.filter {
  padding-top: 120px;
}

.filter-top {
  position: relative;
}

.filter-wrap {
  display: -ms-flex;
  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: 60px -10px 30px -10px;
}

.filter-filter {
  font-family: "PT Sans";
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-filter__title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.filter-filter__buttons {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-filter__button {
  border-radius: 20px;
  border: 1px solid #dddee1;
  font-size: 16px;
  padding: 0px 14px;
  margin-right: 1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.filter-filter__button a {
  color: #858995;
}

.filter-filter__button a:hover {
  color: #171e37;
}

.filter-filter__button_current {
  background-color: #f63038;
  border: none;
}

.filter-filter__button_current a {
  color: #ffffff;
}

.show {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  cursor: pointer;
  display: inline-block;
  margin: 40px 0 60px 0;
}

.show:hover .show-img_rotaite {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.show:hover .show-text {
  color: #f63038;
}

.show-img {
  display: inline-block;
  vertical-align: middle;
}

.show-img_rotaite {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.show-text {
  margin-left: 10px;
  color: #171e37;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.first {
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  height: 100vh;
  overflow: hidden;
}

.first-bg {
  z-index: -1;
  position: absolute;
  background-color: #1f2537;
  background-image: url("../img/new-bg.jpg");
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.first-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.first-wrap__cell {
  display: table-cell;
  vertical-align: middle;
}

.first-title {
  margin-top: 100px;
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 72px;
}

.first-buttons {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-button__add {
  display: none;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  vertical-align: middle;
  cursor: pointer;
}

.first-button__add-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.first-button__add-text {
  display: inline-block;
}

.first-right {
  position: absolute;
  right: 3%;
  bottom: 20px;
  vertical-align: middle;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.first-right:hover .first-right__text {
  color: #f63038;
}

.first-right:hover .first-right__line::before {
  height: 100%;
}

.first-right__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.first-right__line {
  position: relative;
  width: 2px;
  height: 0px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.first-right__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f63038;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.content h3 {
  margin-bottom: 10px;
}

.preloader {
  opacity: 0.3;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.projects {
  padding-top: 120px;
  position: relative;
}

.projects_padding {
  padding-top: 40px;
}

.project-structure {
  display: block;
  padding-top: 30px;
  font-size: 16px;
}

.projects-preloader {
  width: 100%;
  height: 100vh;
  display: -ms-flex;
  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;
  display: none;
}

.projects-top {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 40px;
}

.projects-logo {
  position: absolute;
  left: 2%;
  top: 48px;
}

.projects-text {
  color: #171e37;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 700;
}

.projects-items {
  display: -ms-flex;
  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;
}

.projects-img {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.projects-item {
  position: relative;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  height: 100%;
  color: #171e37;
}

/* .projects-item::after{
  content: '-30%';
  position: absolute;
  top: -15px;
  right: -15px;
  padding-top: 11px;
  padding-left: 3px;
  background-color: #f63038;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
} */
.projects-item:hover {
  color: #171e37;
}

.projects-item:hover .projects-img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.projects-item:hover h3 {
  color: #f63038;
}

.projects-item h3 {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.projects-item__img {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.projects-item__val {
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Geometria';
}

.projects-item__val-student {
  margin-right: 2em;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'Geometria';
  color: #858995;
}

.projects-item__val-student.line::before {
  position: absolute;
  content: '';
  bottom: 10px;
  left: -2px;
  width: 110px;
  height: 2px;
  background-color: #f63038;
}

.projects-item__val-student-second {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'Geometria';
  color: #858995;
}

.projects-item__text {
  font-size: 16px;
  font-family: "PT Sans";
  padding-bottom: 60px;
}

.projects-item__text-s {
  color: #858995;
}

.project-bottom {
  display: -ms-flex;
  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;
}

.project-bottom__item {
  margin: 50px 0;
}

.project-wrap {
  background-color: #fff;
}

.project-wrap__img {
  position: relative;
  padding-top: 55%;
  background: url(/img/project/big-img.png) center no-repeat;
  background-size: cover;
}

/* .project-wrap__img::before{
  content: '-30%';
  position: absolute;
  top: -15px;
  right: -15px;
  padding-top: 11px;
  padding-left: 3px;
  background-color: #f63038;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
} */
.project-value {
  font-family: "PT Sans";
  color: #858995;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  font-size: 26px;
}

.project-value__students {
  display: inline-block;
  position: relative;
  color: #858995;
  font-size: 18px;
  font-family: "PT Sans";
  margin-right: 1em;
}

.project-value__students.line::before {
  position: absolute;
  content: '';
  bottom: 12px;
  left: -5px;
  width: 100px;
  height: 2px;
  background-color: #f63038;
}

.project-line {
  height: 1px;
  width: 100%;
  background-color: #dddee1;
  margin-bottom: 60px;
}

.project-top {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin: 30px 0; */
  margin-bottom: 10px;
  padding-top: 30px;
}

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

.project-top__block_right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.project-content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.project-content__text {
  font-size: 16px;
  font-family: "PT Sans";
  font-weight: normal;
  padding-right: 50px;
  margin-bottom: 20px;
}

.project-content__block {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.project-content__block_right {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.gallery-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;

}

.gallery-image {
  flex-basis: 20%;
  margin: 0 19px;
  position: relative;
  margin-bottom: 2em;
  outline: none;
  -ms-flex-preferred-size: 20%;
}

.gallery-image div {
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image:hover::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/gallery/shape.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.documents-title {
  position: relative;
  word-wrap: break-word;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.documents-img {
  width: 100%;
  padding-top: 140%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #858995 solid;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.documents-image {
  position: relative;
  outline: none;
  width: 20%;
  margin: 0 19px;
  margin-bottom: 20px;
}

.documents-image_m {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.documents-image:hover .documents-img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.documents-image:hover .documents-title {
  position: relative;
  color: #f63038;
}

.documents-image:hover .documents-line {
  height: 30px;
}

.documents-line {
  position: absolute;
  height: 0px;
  width: 2px;
  background-color: #171e37;
  margin-left: 50%;
  bottom: 100%;
  margin-bottom: 7px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.documents-format {
  font-family: "PT Sans";
  font-size: 16px;
  color: #858995;
}

.documents-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.breadcrumbs {
  padding-top: 120px;
  margin-bottom: 50px;
}

.breadcrumbs__item {
  margin-right: 2em;
  color: #858995;
  font-family: "PT Sans";
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.table-project {
  width: 100%;
  border-spacing: 0;
}

table {
  font-family: "PT Sans";
  font-size: 16px;
}

select,
.select {
  -webkit-appearance: none;
  height: 48px;
  width: 100%;
  border: #dddee1 1px solid;
  background-color: white;
  overflow: hidden;
  outline: none;
  font-size: 18px;
  font-family: "PT Sans";
}

.select {
  position: relative;
}

.select::after {
  position: absolute;
  content: url("../img/select.svg");
  top: 10px;
  right: 8px;
}

select {
  width: 100%;
  border: none;
  padding-left: 20px;
}

select:-moz-focus-inner {
  outline: none;
}

.td_gray {
  color: #858995;
}

.about-us {
  padding-top: 140px;
}

.about-us__line {
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 70px;
  background-color: #dddee1;
}

.about-us__images {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  padding-top: 30px;
}

.about-us__image-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
}

.about-us__image-2 {
  width: 63.6%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .about-us__image-1 {
    width: 100%;
  }

  .about-us__image-2 {
    width: 100%;
  }

  .about-us__images {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
  }


}

.about-us__images img {
  display: block;
  max-width: 100%;
}

.about-us__image-2 img {
  scale: 1.2;
}

/* .about-us__image-2 img {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
} */

.about-us__text-part-1 {
  margin-top: 60px;
  font-size: 24px;
}

.about-us__text-part-2 {
  margin-top: 60px;
  font-family: "PT Sans";
  font-size: 18px;
  margin-bottom: 30px;
}

.about-us__text-part-3 {
  margin-top: 30px;
  font-family: "PT Sans";
  font-size: 18px;
}

.about-us__title {
  font-size: 36px;
  position: relative;
}

.about-us__title::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 70px;
  background-color: #171e37;
  bottom: 14px;
  left: 190px;
}

.about-wrap {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  text-align: right;
  margin-top: 7px;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.about-title_mobile {
  display: none;
}

.about-text {
  max-width: 700px;
  color: #171e37;
  font-size: 24px;
}

.about-text_red {
  color: #f63038;
  cursor: pointer;
}

.services-container>*+* {
  margin-top: clamp(3.75rem, 2.4296rem + 5.6338vw, 7.5rem);
}

.services-container .services-section:last-child .services-section__img {
  margin-top: 56px;
}

.services-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.services-top p {
  font-family: "PT Sans";
  font-weight: 500;
  font-size: 16px;
  width: 33.3333333333%;
  margin: 0;
}

.services-top h2 {
  font-size: clamp(1.5rem, 1.368rem + 0.5634vw, 1.875rem);
}

.services-section h2 {
  margin-bottom: 24px;
  width: 60%;
  font-size: clamp(1.5rem, 1.368rem + 0.5634vw, 1.875rem);
}

.services-section__text {
  font-family: "PT Sans";
  width: 60%;
  font-size: 16px;
  font-weight: 400;
  margin-block: 0;
}

.services-section-wrapper {
  padding-left: 8.333%;
  margin-top: 36px;
  display: flex;
  gap: 8.333%;
}

.services-section__img img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.services-section--2 .services-section-list {
  flex: 33.333%;
}

.services-section--2 .services-section__img {
  position: sticky;
  top: 0;
  height: 100%;
  flex: 42%;
}

.services-section-list>*+* {
  margin-top: 36px;
}

.services-section-list__title {
  color: rgb(246, 48, 56);
  margin: 0;
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
}

.services-section-list__text {
  font-size: 16px;
  font-weight: 400;
  margin-block: 0;
  font-family: "PT Sans";
}

.services-section-list__item>*+* {
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .services-section-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .services-top p {
    width: 50%;
  }

  .services-section h2 {
    width: 100%;
  }

  .services-section__text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .services-section--2 .services-section-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .services-section-wrapper {
    flex-direction: column;
    gap: 36px;
  }
}

@media (max-width: 540px) {
  .services-top p {
    width: 60%;
  }
}

@media (max-width: 500px) {
  .services-top {
    flex-direction: column;
    justify-content: baseline;
    align-items: baseline;
  }

  .services-top p {
    width: 100%;
  }
}

.about-arrow {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.contacts {
  padding-top: 120px;
  margin-bottom: 100px;
}

.contacts-wrap__form {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.contacts-wrap__addres {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.contacts-form {
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-wrap__form.contacts-form__success .contacts-form {
  display: none;
}

.contacts-wrap__form.contacts-form__success .contacts-info {
  display: none;
}

.contacts-wrap__form.contacts-form__success .contacts-form-message {
  display: block;
}

.contacts-wrap__form.contacts-form__success .contacts-form-message p {
  font-weight: normal;
  font-size: 1.2em;
  font-family: "PT Sans";
}

.contacts-wrap__form .contacts-form-message {
  display: none;
}

.contacts-info {
  margin-top: 46px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-family: "PT Sans";
  font-size: 18px;
}

.contacts-email {
  margin-right: 30px;
  margin-bottom: 20px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.contacts-block {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 70px;
}

.write {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  margin-top: 70px;
}

.form-name label,
.form-data label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 16px 0;
}

.form-top {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  font-family: "PT Sans";
}

.form-name {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.form-data {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.form-input {
  height: 48px;
  padding-left: 10px;
  border: 1px solid #dddee1;
  font-size: 16px;
}

.form-input_big {
  width: 90%;
  height: 96px;
  padding-left: 10px;
  border: 1px solid #dddee1;
  padding-top: 10px;
  font-family: "PT Sans";
  font-size: 16px;
}

.form-bottom {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}

.form-field textarea {
  max-width: 90%;
}

.form-share {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.form-share:hover {
  cursor: pointer;
}

.form-share:hover span {
  color: #f63038;
}

.form-share span {
  margin-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form-share__btn {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-btn {
  padding: 1em 2em;
  margin-right: 20px;
  margin-bottom: 20px;
}

.footer {
  font-family: "PT Sans";
  color: #858995;
  font-size: 16px;
  margin-bottom: 56px;
  margin-top: 55px;
}

.footer-wrap {
  display: -ms-flex;
  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;
}

.footer-country {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.footer-text {
  margin-right: 27px;
  color: #858995;
  font-size: 16px;
  font-weight: 400;
}

.footer-text_red {
  color: #f63038;
  margin-left: 5px;
}

.scroll-over {
  overflow: auto;
}

.scroll-wait {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.active-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

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

.text-container p {
  font-family: "PT Sans";
}

.text-container ul {
  padding: 0 1.5em;
  list-style: disc;
}

.text-container ol {
  padding: 0 1.5em;
}

.text-container li {
  padding: .3em .5em;
  font-size: 16px;
  font-family: "PT Sans";
}

.text-container ol li {
  padding: .3em .5em;
}

.action {
  opacity: 0;
  left: calc(-60px + 2%);
  bottom: 110px;
  position: fixed;
  padding-left: 50px;
  max-width: 160px;
  transform: rotate(-90deg);
  color: #858995;
  font-size: 13px;
  line-height: 1;
  z-index: 1;
}

.action::before {
  content: '-30%';
  position: absolute;
  top: -6px;
  left: 0px;
  padding-top: 11px;
  padding-left: 3px;
  background-color: #f63038;
  height: 40px;
  width: 40px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  transform: rotate(90deg);
}

@media (max-height: 780px) {
  .menu-block__nav {
    font-size: 50px;
  }
}

@media (max-height: 600px) {
  .menu-block__filter {
    display: none;
  }

  .menu-block__nav {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .form-field textarea {
    max-width: 100%;
    width: 100%;
  }

  .first-bg {
    background-attachment: inherit;
  }

  .contacts-wrap__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts {
    padding-top: 60px;
  }

  .contacts-info {
    margin-top: 0;
  }

  .contacts-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-us__title::before {
    display: none;
  }

  .about-us {
    padding-top: 60px;
  }

  .gallery-image {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .documents-image {
    width: 24%;
  }

  nav {
    display: none;
  }

  .projects {
    padding-top: 50px;
  }

  .filter {
    padding-top: 60px;
  }

  .value-inputs,
  .area-inputs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .area {
    padding: 0 10px;
    width: 100%;
  }

  .floor,
  .value {
    width: 48%;
  }

  .value {
    margin-bottom: 30px;
  }

  .title-small_margin {
    margin-left: 0;
  }

  .input-text {
    width: 47%;
    padding: 0;
  }

  .project {
    margin-top: 80px;
  }

  .project-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-content__text {
    padding-right: 0;
  }

  .breadcrumbs {
    display: none;
  }

  .menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-block__nav-item {
    max-width: 100%;
  }

  .menu-block {
    width: 100%;
  }

  .first,
  .header-nav {
    padding-left: 3%;
  }

  .header-logo {
    height: 53px;
  }

  .header-icon {
    display: none;
  }

  .header-icon-o {
    display: block;
  }

  .header-nav__item {
    color: #f63038;
  }

  .logo-part-1,
  .logo-part-2,
  circle {
    display: none;
  }

  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-title {
    display: none;
  }

  .about-title_mobile {
    margin-bottom: 20px;
    display: block;
  }

  .menu-block__filter {
    display: none;
  }

  .form-fields {
    width: 100%;
  }

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

@media (max-width: 768px) {
  .gallery-image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .container {
    width: 90%;
  }

  .header-logo {
    width: 40px;
  }

  .header_fixed {
    top: 10px;
  }

  .projects-line {
    display: none;
  }
}

@media (max-width: 700px) {
  .first-title {
    font-size: 48px;
  }

  .projects-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projects-text {
    margin-top: 20px;
  }

  .menu-block__nav {
    font-size: 50px;
  }
}

@media (max-width: 500px) {

  .form-name,
  .form-data {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form-btn {
    margin-right: 0;
    font-size: 13px;
  }

  .form-top,
  .form-input_big,
  .form-bottom {
    width: 100%;
  }

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

  .about-us__text-part-1 {
    font-size: 18px;
  }

  .about-us__text-part-2,
  .about-us__text-part-3 {
    font-size: 16px;
  }

  .gallery-image {
    -ms-flex-preferred-size: 39%;
    flex-basis: 39%;
  }

  .documents-image {
    width: 40%;
  }

  .input-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .floor,
  .value {
    width: 100%;
  }

  .floor {
    margin-bottom: 20px;
  }

  .input-text_margin {
    margin-left: 0;
  }

  .projects-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .menu-block__nav-item {
    font-size: 26px;
    padding: 0.4em 0;
  }
}

@media (max-width: 420px) {
  .gallery-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .about-us__text-part-1 {
    font-size: 16px;
  }

  .first-title {
    font-size: 35px;
  }

  .button {
    padding: 1em 2em;
  }

  .header-right {
    display: none;
  }

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

  .documents-image {
    width: 37%;
  }
}