.swiper-main {
  display: none !important;
}
.table-main {
  display: table !important;
}
.catalog-content_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-content_top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-catalog {
  margin-top: 5vh;
  margin-bottom: 18vh;
  z-index: 5;
}
.portfolio-item_btn {
  border: none;
}
/* catalog-content_main */
.main-services {
  margin-bottom: 18vh;
  position: relative;
}
.catalog-content_main {
  margin-top: 5vh;
  margin-bottom: 4vh;
}
.table_blur {
  border-collapse: collapse;
  width: 100%;
}
.catalog-content_botton {
  display: flex;
  justify-content: center;
}
.content-main_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5vmax 1.563vw 2vmax 1.563vw;
  position: relative;
  transition: all 0.5s ease;
}
.padding-top {
  padding-top: 0;
}
.main-item_border {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.padding-no {
  padding-left: 0.521vw;
}
.padding-rigth {
  padding-right: 0;
}
.td-border {
  border-bottom: 0px !important;
  padding-bottom: 0;
}
.services-content_top,
.services_content_botton {
  display: flex;
  justify-content: center;
  width: 83vw;
}
.prortfolio-content_project {
  display: grid;
  gap: 2vh;
  width: 26.25vw;
  object-fit: fill;
  position: relative;
  text-decoration: none;
}

.main-catalog .catalog-content_top {
  justify-content: center;
}

.services-content_main {
  display: grid;
  justify-items: center;
  gap: 2.25vw;
  width: 83vw;
}
.image-block_project {
  position: relative;
  width: 26.25vw;
}
.content-main_top {
  display: flex;
  justify-content: space-between;
  gap: 2.25vw;
}
.content-main_botten {
  display: flex;
  justify-content: space-between;
  gap: 2.25vw;
}
.block-white_text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 38%;
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr";
  font-weight: 600;
  font-size: 1.667vw;
  text-align: center;
}
.text-project {
  top: 45% !important;
}
.block-white_text:after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.4s ease-in-out;
}
.prortfolio-block_white:hover {
  .block-white_text:hover:after,
  .block-white_text:focus:after {
    width: 100%;
  }
}
.main-services_content {
  display: grid;
  width: 91vw;
  gap: 5vh;
}
.services-content_project {
  position: relative;
  width: 100%;
}
/* main-instrumentation */
.main-instrumentation {
  margin-bottom: 18vh;
  position: relative;
}
.content-top_title {
  text-align: center;
}
.otherservices-content_top {
  width: 83vw;
}
.instrumentation-content_top {
  display: grid;
  justify-content: center;
}
.instrumentation-content_botton {
  margin-top: 6vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.125vw;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-instrumentation_content_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6vh;
  gap: 3.125vw;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.instrumentation-botton_text {
  font-family: "HelveticaNeueCyr";
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 2.2vh;
  text-align: left;
  color: white;
  width: 37.063vw;
}
.image-inst {
  object-fit: cover;
  width: 39.063vw;
  height: 17.021vw;
}
.image-inst7 {
  object-fit: cover;
  width: 39.063vw;
  height: 17.021vw;
}
.image-inst8 {
  object-fit: cover;
  width: 39.063vw;
  height: 17.021vw;
}

/* .main-catalog_backlight {
  top: 220px;
  left: -240px;
  box-shadow: -100px 200px 200px 300px rgba(177, 177, 177, 0.4);
} */
/* main-typesofscenes */
.main-typesofscenes {
  margin: 18vh 0;
}
.main-typesofscenes_content {
  display: grid;
  justify-items: center;
  width: 83vw;
}
.typesofscenes-content_main {
  width: 44.583vw;
  margin-top: 6vh;
  display: grid;
  gap: 2.5vh;
}
.otherservices_item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 16px;
  text-decoration: none;
}
.typesofscenes-item_block {
  display: grid;
  gap: 0.6vh;
}
.otherservices_item:hover {
  .item_link {
    border: 2px solid rgba(255, 255, 255, 1);
  }
}

.typesofscenes-item_title {
  font-family: "HelveticaNeueCyr";
  font-size: 20px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: white;
}
.typesofscenes-item_text {
  width: 24.74vw;
  font-family: "HelveticaNeueCyr";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: white;
}
.item_link {
  border: 2px solid rgba(255, 255, 255, 0.6);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-way_block {
  display: none;
}

@media (max-width: 769px) {
  .main-item_btn {
    padding: 0.6vh 0.3vw;
    margin-top: 0;
    width: 40.8vw;
  }
}
@media (max-width: 48em) {
  .swiper-main {
    display: block !important;
  }
  .table-main {
    display: none !important;
  }
  .otherservices-content_top {
    display: grid;
    justify-content: left;
  }
  .main-typesofscenes_content {
    justify-items: left;
  }
  .btn-fil {
    border: none;
    background: none;
    color: white;
    font-family: "Futura PT";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.95px;
    letter-spacing: 0.05em;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    order: 2;
  }
  .typesofscenes-content_main {
    width: 91vw;
  }
  .typesofscenes-item_title {
    font-size: 16px;
    width: 240px;
  }
  .typesofscenes-item_text {
    font-size: 14px;
    width: 240px;
  }
  .prortfolio-content_project {
    width: 91vw;
    height: 100%;
    position: relative;
  }
  .services-content_project {
    width: 91vw;
    height: 100%;
    position: relative;
  }
  .block-white_text {
    font-size: 3vw;
    top: 24%;
    left: 24vmin;
    width: 45vw;
  }
  .text-project {
    top: 24% !important;
  }
  .main-way_block {
    display: block;
  }
  .way_block_top {
    display: flex;
    justify-content: space-between;
  }
  .services-content_top,
  .services_content_botton {
    width: 91vw;
  }
  .no-flex {
    display: none !important;
  }
  .main-item_border {
    border: none;
    padding: 0;
  }
  .padding-no {
    padding: 0 !important;
  }
  .instrumentation-content_top,
  .content-top_title {
    width: 100%;
    font-size: 7.75vw;
    line-height: normal;
    text-align: left;
  }
  .instrumentation-content_top {
    display: grid;
    width: 100%;
  }
  .main-instrumentation_content {
    width: 91vw;
  }
  .instrumentation-content_botton {
    display: grid;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin-top: 16px;
    gap: 20px;
  }
  .instrumentation-botton_text {
    width: 100%;
    font-size: 4.375vw;
    line-height: normal;
  }
  .image-inst,
  .image-inst7,
  .image-inst8 {
    width: 91.467vw;
    height: 56.25vw;
    object-fit: cover;
  }
  .services-content_top .content-top_title {
    width: 80%;
    text-align: center;
    line-height: 32.4px;
    font-size: 28px;
  }
  .content-main_top {
    display: grid;
  }
  .services-content_main {
    width: 91vw;
  }
  .content-main_botten {
    display: grid;
  }
  .image-block_project {
    width: 100%;
    height: 15vmin;
    object-fit: cover;
  }
  .image-block_white {
    width: 91vw;
    height: 15vmin;
    object-fit: cover;
  }
  .main-catalog .portfolio-item_btn {
    width: fit-content;
  }
  .portfolio-item_btn {
    width: auto;
  }
  .main-instrumentation_content_block {
    display: grid;
    gap: 20px;
  }
  .table_blur,
  .content-main_block {
    width: 91vw;
  }
  .mar-bot {
    margin-bottom: 6.667vw;
  }
  .mob-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6.667vw;
  }
  .content-main_item {
    border: 0;
    width: 40.8vw;
    padding: 0;
    gap: 3.75vw;
  }
  .block-image {
    width: 100%;
  }
  .main-item_img {
    width: 40.8vw;
    height: auto;
  }
  .main-item_title {
    height: 13.937vw;
    width: auto;
    font-size: 2.775vw;
  }
  .on-flex {
    display: flex;
  }
}
