.bg-main {
  background-color: #009491 !important;
}

.text-main,
.text-main-hover:hover {
  color: #009491 !important;
}

.h-52 {
  height: 52px !important;
  overflow: hidden;
}

.rounded-1r {
  border-radius: 1rem;
}

.accordion-button:focus {
  z-index: 0;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.accordion-button:not(.collapsed) {
  color: #009491;
  background-color: unset;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

main {
  background-color: #EDECEC;
}

.mobile .menu_block .menu {
  display: none;
}

.mobile .menu_block .menu::after {
  display: none;
}

.mobile .menu_block .prm_home {
  display: block !important;
}

.mobile .menu_block .prm_home img {
  width: 100%;
}

.breadcrumb_block {
  background-color: #EDECEC;
}

.breadcrumb_block li {
  font-size: 1.3rem;
}

.breadcrumb_block li a:hover {
  color: #009491;
}

.video_block .video_source {
  font-weight: bold;
}

.video_block .video_source span > a {
  color: #009491;
  line-height: 1.8;
  text-transform: uppercase;
}

.video_block p {
  line-height: 1.8;
}

.video_block p a:hover {
  color: #009491;
}

.video_block .videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: clamp(330px, 650px, 56.25%);
}

.video_block .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 650px;
}

.other_video_block .card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.other_video_block .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}

.other_video_block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
}

@media (max-width: 767.98px) {
  .other_video_block img {
    height: auto;
    max-height: 350px;
  }
}
