form .form-group {
  margin-bottom: 20px;
}






.news-img-wrap .outer {
  margin-top: 24px;
  clear: both;
}
.news-img-wrap .outer:nth-of-type(1) {
  margin-top: 0;
}
.news-list-view-full .news-img-wrap .outer:nth-of-type(2) {
  display: none;
}



/* clear fix */
.news-additional-elements:before {
  content: "";
  display: table;
  clear: both;
}

.module__companies {
  margin-top: 40px;
}

.news-img-wrap, .news-img-wrap .outer {
  overflow: hidden
}


.news .article .news-img-wrap a {
  border: none !important;
  margin: 0 !important;
}




.module_companies__socials {
  display: flex;
  flex-flow: row wrap;
  column-gap: 20px;
}
.module_companies__social a {
  display: block;
  color: #333;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}
.module_companies__social a:hover {
  display: block;
  color: #333;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}

 .module_companies__social a:hover span {
  border-bottom: 1px solid #333;
}

.module_companies__social .icon {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  width: 20px;
}

.module_companies__social a span,
.module_companies__social span span {
  margin-left: 12px;
}

.module__companies__entry__contact__column {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  margin-top:20px;
}
.module__companies__entry__contact__column:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.module__companies__entry__contact__column table.data {
  margin-bottom: 20px;
}

.btn--totop {
  color: #ffffff;
  border-radius: 0;
  height: 24px;
  width: 24px;
  padding: 0;
  font-size: 10px;
  position: fixed;
  opacity: 0;
  bottom: 20px;
  right:calc(var(--bs-gutter-x)/ 2 + 12px);
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.btn--totop:hover {
  color: #ffffff;
}

.btn--totop i {
  margin-top: 6px;
}

.panel .panel-heading {
  padding-top: 12px;
}
.panel .panel-heading,
.panel .panel-body {
  padding-left: 12px;
  padding-right: 12px;
}

.panel .panel-body {
  padding-bottom: 12px;
}

.panel.ad {
  background: #fffed2;
}

.panel.ad.ad-1039 {
  background: rgb(138,138,138);
  background: linear-gradient(90deg, rgb(181, 181, 181) 0%, rgba(255,255,255,1) 48%, rgba(187,187,187,1) 100%);
  box-shadow: inset -12px 0 30px -12px rgba(0,0,0,0.2);
}

.panel.ad .panel-body a{
  font-weight: 700;
}