html {
  scroll-behavior: smooth;
}

@media (min-width: 767px) {
  .cardblock .card__main {
    width: 735px;
  }
  .cardblock .card__form {
    width: calc(100% - 735px);
  }
  .imgcard__wrapper {
    flex-wrap: wrap;
  }

	.reviewsblock .imgcard__wrapper {
    flex-wrap: nowrap;
}

  .imgcard__image {
    padding: 20px;
    width: 25%;
    text-align: center;
    margin: 0;
  }
		.reviewsblock .imgcard__image {padding: 0;}
}


.indexheader__subtitle {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .objects__item {
    width: 100%;
  }
}





@media (max-width: 1023px) {
  .indexheader__subtitle {
    font-size: 26px;
   
    margin-bottom: 20px;
  }
  
  .imgcard__content br {
    display: block;
  }
  .linkspanel {
    position: relative;
  }
  .linkspanel .arrowmenu {
    right: -2px;
    top: 8px;
  }
  .linkspanel ul {
    padding-right: 30px;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .linkspanel ul::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .linkspanel ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

.objects__image video.c-video {
  position: absolute;
  bottom: -99999px;
  left: -99999px;
  margin: auto;
  max-height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  right: -99999px;
  top: -99999px;
  transition: all 0.3s ease;
}

.projects__link video.c-video {
  position: absolute;
  bottom: -99999px;
  left: -99999px;
  margin: auto;
  max-height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  right: -99999px;
  top: -99999px;
  transition: all 0.3s ease;
}
a.cardfiles__name {white-space: initial;}
.reviewsblock .imgcard__wrapper {gap: 30px;}
@media (max-width: 767px) {
.reviewsblock .imgcard__wrapper {gap: 5px;}
	.reviewsblock .imgcard__wrapper {
    flex-wrap: wrap;
}
  .indexheader__subtitle {
    font-size: 20px;
   text-align: center;
   line-height: 1.1;
    margin-bottom: 20px;
  }
}