.c-footer.c-footer-template-1 .widget-view .widget-view-7 {
  background-color: #243b70;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 40px;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-wrapper-2
  > .widget-parts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-wrapper-2
  > .widget-parts
  > .widget-part {
  display: flex;
  width: 100%;
}
.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-wrapper-2
  > .widget-parts
  > .widget-part:first-of-type {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 544px) {
  .c-footer.c-footer-template-1
    .widget-view
    .widget-view-7
    .widget-wrapper-2
    > .widget-parts
    > .widget-part:first-of-type {
    flex-direction: column;
  }
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-logotype-wrapper {
  display: inline-block;
  width: 197px;
  height: 36px;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-form-button {
  background-color: unset;
  border: unset;
  text-decoration: underline;
  font-family: "Tektur";
  font-weight: 600;
  line-height: 24px;
  padding-right: 0px;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-links {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-links
  .widget-part-items:nth-child(4n) {
  text-align: right;
}
@media (min-width: 555px) and (max-width: 991px) {
  .c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-footer.c-footer-template-1
    .widget-view
    .widget-view-7
    .widget-links
    .widget-part-items:nth-child(even) {
    text-align: right;
  }
}
@media (max-width: 544px) {
  .c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-links {
    grid-template-columns: 1fr;
  }
  .c-footer.c-footer-template-1
    .widget-view
    .widget-view-7
    .widget-links
    .widget-part-items:nth-child(1n) {
    text-align: center;
  }
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-links
  .widget-part-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff !important;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-links
  .widget-part-items
  a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-links
  .widget-links--bold
  a {
  font-weight: 700;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-links
  .widget-part-items
  a:hover {
  opacity: 50%;
  text-decoration: none;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-contacts-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .widget-contacts-item-address {
  font-size: 16px;
  line-height: 24px;
}

.c-footer.c-footer-template-1
  .widget-view
  .widget-view-7
  .intec-content
  .intec-content-wrapper:after {
  display: none;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-panel-items {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #d0d3d8;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .c-footer.c-footer-template-1
    .widget-view
    .widget-view-7
    .widget-panel-items {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-mailing {
  color: #ffffff;
  font-family: "Tektur";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
}
.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-consent-wrap {
  text-align: center;
}
.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-consent {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}
.c-footer.c-footer-template-1 .widget-view .widget-view-7 .widget-copyright {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
