body {
  overflow-x: hidden;
  width: 100vw;
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1776px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  background-size: cover;
  position: relative;
}

.nav__menu .nav__info {
  display: none;
}

.title {
  color: rgb(43, 42, 41);
  font-size: 71px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.header {
  position: relative;
  display: flex;
  gap: 44px;
}
.header__logo {
  width: 215px;
  display: flex;
  align-items: center;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__menu {
  width: 100%;
}

.content-image {
    display: flex;
  margin: 0 20px 20px 0;
  max-width: 700px;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}
.content-image img {
  width: 100%;
}

.bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.blue-button {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(31, 107, 159);
  border-radius: 30px;
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: center;
}

.blue-button:hover {
  background: rgb(255, 255, 255);
  color: rgb(31, 107, 159);
}
.blue-button:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(434%) hue-rotate(171deg) brightness(90%) contrast(91%);
}

.submenu .submenu_item {
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s ease-in-out;
}

.nav__elem:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 1450px) {
  .nav .nav__top {
    gap: 30px;
  }
}
.nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.nav__mobil {
  display: none;
}
.nav__mobil--active {
  display: none;
}
.nav__info {
  margin-left: 42px;
  display: flex;
  align-items: center;
  color: rgb(255, 188, 177);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.nav__info::before {
  content: "";
  height: 34px;
  background: rgb(255, 188, 177);
  width: 1px;
  margin-right: 20px;
}
.nav__elem {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 27px;
  border-radius: 30px;
  width: max-content;
  transition: all 0.2s ease-in-out;
}
.nav .nav__menu > .nav__elem {
  padding: 0 10px;
  flex: fit-content;
}
@media screen and (min-width: 1450px) {
  .nav .nav__menu > .nav__elem:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
    background: rgba(255, 255, 255, 0.3);
  }
}
.nav__bottom {
  display: flex;
  gap: 50px;
}
.nav__menu {
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 100%;
}
.nav__callback {
  height: 60px;
  width: 276px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.nav__number {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.social {
  display: flex;
  gap: 11px;
}
.social__elem {
  width: 53px;
  height: 53px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(31, 107, 159);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.main {
  height: 100vh;
}

header.default {
  padding-bottom: 20px;
}

.banner {
  max-width: 1776px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.banner .slick-list {
  overflow: visible;
}
.banner__elem {
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner__title {
  color: rgb(255, 188, 177);
  text-align: left;
  text-transform: uppercase;
  font-size: 125px;
  font-weight: 400;
  line-height: 100%;
  max-width: 900px;
}
.banner__text {
  position: relative;
  margin-top: 60px;
  padding: 48px 48px 79px;
  background: linear-gradient(135deg, rgba(31, 107, 159, 0.5), rgba(31, 107, 159, 0.25) 100%);
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  max-width: 726px;
}
.banner__button {
  position: absolute;
  bottom: -30px;
  left: 48px;
  padding: 0 32px;
  height: 60px;
}
.banner__nav {
  display: flex;
  gap: 11px;
  position: absolute;
  bottom: -30px;
  right: 48px;
}
.arrow-left {
  width: 53px;
  height: 53px;
}

.arrow-right {
  width: 53px;
  height: 53px;
}

section {
  padding: 90px 0;
}

.blue {
  background: rgb(237, 244, 249);
}

.dark {
  background: rgb(20, 28, 40);
}
.dark .title {
  color: white;
}

.catalog-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.catalog-list__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.catalog-list__item {
  width: 100%;
  cursor: pointer;
  background-color: white;
  height: 319px;
  overflow: hidden;
  position: relative;
  padding: 40px 40px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: rgb(43, 42, 41);
  font-size: 29px;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.2s ease-in-out;
}
.catalog-list__item .wave {
  background-color: #1C5D99;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 0;
}
.catalog-list__item .catalog-wave {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.catalog-list__item path {
  transition: d 0.3s ease-in-out;
}
.catalog-list__item.hidden {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.catalog-list__item:hover {
  color: white;
}
.catalog-list__item:hover .wave {
  width: 100%;
}
.catalog-list__item:hover .catalog-wave {
  left: 100%;
}
.catalog-list__item:hover .catalog-list__anchor {
  background: rgb(255, 255, 255);
  color: rgb(31, 107, 159);
}
.catalog-list__item:hover .catalog-list__anchor img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(434%) hue-rotate(171deg) brightness(90%) contrast(91%);
}
.catalog-list__name {
  position: relative;
  z-index: 2;
  max-width: 70%;
}
.catalog-list__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.catalog-list__anchor {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  bottom: 20px;
}
.catalog-list__more {
  margin: 60px auto 0;
  height: 60px;
  width: 276px;
}

.services {
  position: relative;
  color: white;
  overflow: hidden;
}
.services__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.services__title {
  position: relative;
  z-index: 2;
  color: white !important;
}
.services__item {
  position: relative;
  padding: 40px;
  background: linear-gradient(180deg, rgb(31, 107, 159), rgba(31, 107, 159, 0.5) 100%);
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
}
.services__item:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(31, 107, 159);
}
.services__item:hover .services__arrow {
  background: rgb(255, 255, 255);
  color: rgb(31, 107, 159);
}
.services__item:hover .services__arrow img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(434%) hue-rotate(171deg) brightness(90%) contrast(91%);
}
.services__name {
  position: relative;
  font-size: 29px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 15px;
}
.services__name::after {
  position: absolute;
  content: "";
  width: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.2;
  height: 1px;
  bottom: 0;
  left: 0;
}
.services__text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.services__arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 40px;
  bottom: -30px;
}

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #4973ff;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 500ms;
}

.waves::before,
.waves::after {
  content: "";
  position: absolute;
  width: 300vw;
  height: 300vw;
  top: -65vw;
  left: 50%;
  transform: translate(-50%, -75%);
}

.waves::before {
  border-radius: 44%;
  background: rgba(153, 155, 255, 0.33);
  animation: waves 8s linear infinite;
}

.waves::after {
  border-radius: 44%;
  background: rgb(20, 28, 40);
  animation: waves 15s linear infinite;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.project__button {
  padding: 0 30px;
  height: 60px;
}
.project__more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__name {
  color: rgb(31, 107, 159);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.project__item {
  display: grid !important;
  grid-template-columns: 4fr 6fr;
  gap: 85px;
  padding-bottom: 50px;
}
.project__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 77px;
}
.project__elem {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.project__image {
  position: relative;
  height: 233px;
}
.project__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__anchor {
  position: absolute;
  bottom: -30px;
  right: 40px;
  height: 60px;
  width: 60px;
}
.project__anchor img {
  height: unset;
  width: unset;
}
.project__link {
  position: absolute;
  right: 40px;
  bottom: -30px;
  height: 60px;
  padding: 0 30px;
}
.project__sub {
  position: relative;
  gap: 19px;
  padding-left: 20px;
}
.project__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgb(87, 87, 87);
}
.project__bold {
  margin-bottom: 20px;
  color: rgb(87, 87, 87);
  font-size: 19px;
  font-weight: 700;
}
.project__light {
  color: rgb(43, 42, 41);
  font-size: 18px;
  font-weight: 400;
}
.project__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
.counter {
  color: rgb(87, 87, 87);
  font-size: 19px;
  font-weight: 700;
}
.work__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}
.work__item:hover {
  cursor: pointer;
}
.work__item:hover .work__img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(434%) hue-rotate(171deg) brightness(90%) contrast(91%);
}
.work__img {
  transition: all 0.2s ease-in-out;
  margin-bottom: 31px;
  filter: brightness(0);
}
.work__name {
  color: rgb(43, 42, 41);
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.work__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(43, 42, 41);
  opacity: 0.2;
}
.work__text {
  color: rgb(43, 42, 41);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.feedback {
  background-size: cover;
}
.feedback__area {
  display: grid;
  grid-template-columns: 726px 1fr;
  gap: 70px;
}
.feedback__form {
  padding: 40px 40px 60px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}
.feedback input {
  margin-top: 57px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(156, 166, 176);
}
.feedback__input-all {
  position: relative;
  display: flex;
  gap: 104px;
}
.feedback__input-half {
  display: flex;
  gap: 104px;
}
.feedback__input-checkbox {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgb(87, 87, 87);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}
.feedback__input-checkbox input {
  margin-top: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.feedback__submit {
  height: 60px;
  padding: 0 30px;
  position: absolute;
  right: 40px;
  bottom: -30px;
}
.feedback__info {
  color: white;
}
.feedback__title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 125px;
  font-weight: 400;
  line-height: 100%;
}
.feedback__title span {
  color: rgb(255, 188, 177);
}
.feedback__text {
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 700;
}
.news__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
.news__img {
  margin-bottom: 20px;
}
.news__img img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__text {
  padding-left: 20px;
  border-left: 1px solid rgb(87, 87, 87);
  color: rgb(34, 44, 74);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.news__date {
  margin-top: 24px;
  color: rgb(70, 70, 70);
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  text-decoration-line: underline;
}

.footer {
  color: white;
  background: rgb(20, 28, 40);
  padding-top: 120px;
}
.footer__area {
  display: grid;
  grid-template-columns: 364px 1fr 276px;
  gap: 90px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__logo {
  margin-bottom: 33px;
}
.footer__sub {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
}
.footer__search {
  margin-top: auto;
  position: relative;
}
.footer__search input {
  width: 364px;
  padding: 0 35px;
  height: 60px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
}
.footer__search img {
  position: absolute;
  right: 35px;
  top: 19px;
}
.footer__menu {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer__menu-item {
  margin-bottom: 22px;
  transition: color 0.2s ease-in-out;
}
.footer__menu-item:hover {
  color: rgb(61, 139, 192);
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.footer__bottom {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(148, 147, 147);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}
.footer__malevich {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.page-head {
  padding: 25px 0 5px;
}
.page-head__title {
  margin-bottom: 0;
  margin-top: 29px;
  text-align: left;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  color: rgb(151, 151, 151);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}
.search-page .footer__search {
  width: -moz-fit-content;
  width: fit-content;
}

.catalog-detail {
  padding-bottom: 35px;
}
.catalog-detail__area {
  display: grid;
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
  gap: 87px;
}
.catalog-detail__big {
  margin-bottom: 35px;
}
.catalog-detail__big a {
  height: 100%;
}
.catalog-detail__big .slick-slide {
  z-index: 8 !important;
}
.catalog-detail__big .slick-current {
  z-index: 9 !important;
}
.catalog-detail__big-item {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-detail__mini {
  cursor: pointer;
  margin: 0 -15px;
}
.catalog-detail__mini img {
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-detail__mini .slick-slide {
  margin: 0 15px;
  box-sizing: border-box;
  border: 3px solid white;
}
.catalog-detail__mini .slick-current {
  border: 3px solid rgb(31, 107, 159);
}
.catalog-detail__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.catalog-detail__hars {
  margin-bottom: 30px;
}
.catalog-detail__desc {
  margin-bottom: 31px;
}
.catalog-detail__sert-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-detail__button {
  height: 60px;
  padding: 0 30px;
}

.price span {
  color: rgb(31, 107, 159);
}

.buy {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(239, 130, 113);
  height: 60px;
  padding: 0 40px;
}

.hars__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.hars__body {
  margin-top: 15px;
}
.hars__elem {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(43, 42, 41, 0.2);
}
.hars__name {
  color: rgb(43, 42, 41);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.hars__content {
  color: rgb(43, 42, 41);
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
}

.slick-prev:before {
  content: url("/dist/img/left-arrow-icon.svg");
}

.slick-next:before {
  content: url("/dist/img/right-arrow-icon.svg");
}

.slick-prev {
  left: calc(50% - 70px);
}

.slick-next {
  right: calc(50% - 70px);
}

.slick-prev, .slick-next {
  z-index: 10;
  top: unset;
  bottom: -60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(31, 107, 159);
  transition: all 0.2s ease-in-out;
}

.slick-prev:hover, .slick-next:hover {
  background: rgb(255, 255, 255);
  color: rgb(31, 107, 159);
}
.slick-prev:hover:before, .slick-next:hover:before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(434%) hue-rotate(171deg) brightness(90%) contrast(91%);
}
.slick-prev:hover:after, .slick-next:hover:after {
  filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(434%) hue-rotate(171deg) brightness(90%) contrast(91%);
}

.detail-title {
  color: rgb(43, 42, 41);
  font-size: 29px;
  font-weight: 700;
  line-height: 130%;
}

.link {
  color: rgb(31, 107, 159);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  cursor: pointer;
}

.desc__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.desc__body {
  margin-top: 20px;
}

.sert {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tab {
  background-color: white;
  padding: 40px 0 100px;
}
.tab__head {
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: rgba(31, 107, 159, 0.15);
  border-radius: 30px;
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  margin-bottom: 30px;
}
.tab__head-elem {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 19px 30px;
  color: rgb(43, 42, 41);
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.2s ease-in-out;
}
.tab__head-elem.active {
  background: rgb(43, 42, 41);
  color: rgb(255, 255, 255);
}
.tab__body {
  border-top: 1px solid rgba(43, 42, 41, 0.15);
  padding-top: 30px;
  color: rgb(43, 42, 41);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.top-line {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(43, 42, 41, 0.15);
}

.content {
  min-height: 40vh;
}
.content h1 {
  font-size: 56px;
}
.content h2 {
  font-size: 38px;
}
.content h3 {
  font-size: 28px;
}
.content h4 {
  font-size: 24px;
}
.content blockquote {
  text-decoration: underline;
}
.content p {
  margin: 10px 0;
}
.content li {
  list-style: circle;
  margin-left: 30px;
}

.submenu {
  display: none;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  background: rgb(31, 107, 159);
  padding: 20px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}

.mob-link {
  display: flex;
  gap: 6px;
}

@media screen and (min-width: 1450px) {
  .submenu {
    display: none;
  }
  .submenu_item {
    position: relative;
  }
  .mob-link {
    position: relative;
  }
/*   .submenu_item:hover .submenu {
  display: block;
} */
}
.partners {
  padding-top: 30px;
  margin-top: 30px;
}
.partners__area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid rgba(43, 42, 41, 0.15);
  padding-top: 50px;
}
.partners__content {
  display: flex;
  align-items: center;
  gap: 100px;
}

.service-detail__area {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  gap: 87px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-detail__info {
  display: flex;
  flex-direction: column;
}
.service-detail__text {
  margin-top: 30px;
  color: white;
  font-size: 18px;
  line-height: 130%;
}
.service-detail__button {
  margin-top: 60px;
  margin-left: auto;
  height: 60px;
  padding: 0 40px;
  align-self: flex-end;
}
.service-detail__img {
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-detail__area {
  padding-top: 35px;
  border-top: 1px solid rgba(43, 42, 41, 0.2);
  display: grid;
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
  gap: 20px;
}
.contact-detail__info {
  display: grid;
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
}
.contact-detail__name {
  display: flex;
  flex-direction: column;
}
.contact-detail__social {
  margin-top: auto;
}
.contact-detail__item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.contact-detail .tel {
  font-size: 32px;
}
.mobil-menu {
  display: none;
  align-items: center;
  gap: 13px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.15);
  padding: 0 30px;
}

body.popup--active {
  overflow-y: hidden;
}
body.popup--active .popup {
  display: flex;
}

.popup {
  align-items: center;
  justify-content: center;
  z-index: 30;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.popup__area {
  position: relative;
  width: 100%;
  background-size: cover;
}
.popup__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 40px;
  right: 72px;
  width: 53px;
  height: 53px;
  transition: all 0.3s ease-in-out;
}
.popup__close:hover {
  background: rgba(209, 209, 209, 0.45);
}

@media screen and (max-width: 1705px) {
  .nav__bottom {
    gap: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .submenu .submenu_item {
    padding: 0;
  }
  .nav__elem {
    height: unset;
    padding: 15px 0;
    white-space: wrap;
  }
  .nav__menu {
    padding: 30px 20px;
  }
  .nav__menu .nav__info {
    display: flex;
    width: 300px;
    margin-top: 50px;
    margin-left: 0;
  }
  .project__list {
    display: block;
  }
  .project__list .slick-slide {
    margin: 0 15px;
  }
  .project__image {
    margin-bottom: 40px;
  }
  .partners__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .nav__menu, .nav__info, .nav__elem {
    display: none;
  }
  .mobil-menu {
    cursor: pointer;
  }
  .menu--active .nav__menu {
    display: block;
  }
  .img-down {
    margin-left: 15px;
    width: 15px;
  }
  .nav__menu {
    transition: all 0.2s ease-in-out;
    display: none;
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 20;
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    background: rgb(20, 28, 40);
  }
  .nav__menu .nav__elem {
    display: block;
  }
  .nav__menu .submenu1 {
    padding: 18px 27px;
    width: 250px;
  }
  .nav__menu .submenu {
    left: 300px;
    top: 0;
    position: absolute;
    width: calc(100% - 300px);
  }
  .mobil-menu {
    display: flex;
  }
  .nav__top {
    justify-content: flex-end;
    gap: 20px;
  }
  .nav__bottom {
    justify-content: flex-end;
    gap: 20px;
  }
  .banner__title {
    font-size: 90px;
  }
  .catalog-list__area {
    grid-template-columns: 1fr 1fr;
  }
  .work__area {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .feedback__area {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .news__area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .footer__menu {
    grid-template-columns: 1fr;
  }
  .services__area {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .catalog-detail__area {
    display: grid;
    grid-template-columns: minmax(1px, 1fr);
    gap: 87px;
  }
  .service-detail__area {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
  .contact-detail__area {
    grid-template-columns: minmax(1px, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .feedback__title {
    font-size: 77px;
  }
  .feedback__text {
    font-size: 24px;
  }
  .footer__area {
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr) minmax(1px, 1fr);
    gap: 30px;
  }
  .footer__search input {
    width: 100%;
  }
  .project__item {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 50px;
  }
  footer .nav__callback {
    margin-left: 38px;
    padding: 0 30px;
  }
  .footer__menu {
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
  }
}
@media screen and (max-width: 768px) {
  footer .nav__callback {
    margin-left: 81px;
    padding: 0 30px;
  }
  .catalog-detail__big-item {
    height: 300px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer__search input {
    display: none;
  }
  .footer__search button {
    position: relative;
    top: 60px;
    left: 20px;
  }
  .footer__search img {
    position: unset;
  }
  .contact-detail__info {
    grid-template-columns: minmax(1px, 1fr);
    gap: 30px;
  }
  .contact-detail__social {
    margin-top: 20px;
  }
  .nav__menu .submenu {
    left: 0;
    width: 100%;
    top: 10px;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
  }
  .submenu .submenu_item {
    padding: 0 13px;
  }
  .nav__menu .submenu1 {
    width: 100%;
  }
  .submenu .submenu_item {
    width: 100%;
  }
  .nav__callback {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
  }
  .nav__number {
    font-size: 18px;
  }
  .banner__title {
    font-size: 40px;
  }
  .menu--active .nav__mobil--default {
    display: none;
  }
  .menu--active .nav__mobil--active {
    display: block;
  }
  .banner__nav {
    display: none;
  }
  .footer__info .nav__callback {
    display: flex !important;
  }
  .footer__social .social {
    justify-content: center;
  }
  .partners__area {
    flex-direction: column;
  }
  .partners__content {
    margin-top: 20px;
  }
  .feedback input {
    padding-bottom: 10px;
  }
  .feedback__title {
    margin-bottom: 10px;
  }
  .feedback__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .popup__close {
    right: 15px;
    top: 12px;
  }
  .popup__area {
    position: relative;
    padding: 70px 0 20px;
    width: 100%;
    background-size: cover;
  }
  .detail-title {
    font-size: 20px;
  }
  .catalog-detail__price {
    flex-direction: column;
    gap: 30px;
  }
  .hars__elem {
    grid-template-columns: minmax(1px, 1fr);
    gap: 5px;
  }
  .catalog-detail__sert-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 625px) {
  .header {
    gap: 10px;
  }
  .nav__social .social .social__elem:nth-child(n+4) {
    display: none;
  }
  section {
    padding: 40px 0;
  }
  .project__name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .project__bold {
    font-size: 17px;
  }
  .project .slick-slide {
    margin: 0 15px;
  }
  .project__nav {
    display: flex;
    align-items: center;
    gap: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
  .project__light {
    color: rgb(43, 42, 41);
    font-size: 16px;
    font-weight: 400;
  }
  .services__item {
    padding: 20px;
  }
  .catalog-list__area {
    grid-template-columns: minmax(1px, 1fr);
  }
  .title {
    font-size: 32px;
  }
  .nav {
    display: flex;
    justify-content: space-between;
  }
  .nav__mobil {
    display: block;
  }
  .mobil-menu, .nav__callback {
    display: none;
  }
  .nav__top {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .work__area {
    grid-template-columns: minmax(1px, 1fr);
    gap: 30px;
  }
  .work__text {
    font-size: 16px;
  }
  .work__name {
    font-size: 20px;
  }
  .feedback__input-half {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
  .feedback__form {
    padding: 20px 20px 60px;
  }
  .feedback__title {
    font-size: 31px;
    line-height: 110%;
  }
  .feedback__text {
    font-size: 20px;
  }
  .feedback__social {
    justify-content: center;
  }
  .feedback input {
    margin-top: 27px;
  }
  .news__area {
    grid-template-columns: minmax(1px, 1fr);
  }
  .footer__area {
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
    gap: 10px;
  }
  .footer__info {
    grid-column: span 2;
  }
  .footer__bottom {
    gap: 20px;
    flex-direction: column;
  }
  .footer__malevich {
    align-self: flex-end;
  }
  .footer__social {
    justify-content: center;
  }
  .banner__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin-top: 30px;
  }
}

ul > ul, ul ul  ul {
    display: none;
}
ul > li:hover > ul {
    display: block;
}
.submenu_level_2 {
  position: absolute;
  left: calc(100% - 4rem);
  top: calc(100% - 1rem);
}
.catalog-list__more.btn-more {
  width: 276px;
  display: flex;
  margin: 60px auto 0;
}
.gallery-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  transition: all 0.2s linear;
  gap: 30px;
}

.gallery-box a {
  position: relative;
  overflow: hidden;
}

.gallery-box a img {
    transform: scale(1);
    transition: all 0.2s linear;
    position: relative;
}

.gallery-box a:after {
    content: '';
    background: linear-gradient(135deg, rgba(31, 107, 159, 0.5), rgba(31, 107, 159, 0.25) 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s linear;
}

.gallery-box a:hover:after {
    content: '';
    opacity: 1;
}

.gallery-box a:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 1280px) {
    .gallery-box {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 960px) {
    .gallery-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .gallery-box {
        gap: 20x;
        grid-template-columns: repeat(2, 1fr);
    }
}
/*# sourceMappingURL=style.css.map */
