.brnd-footer-bottom-link {
	padding: 50px 0;
	color: var(--brnd-dark-blue);
}
.brnd-footer-wrapper {
	position: relative;
	margin-top: 50px;
}
.brnd-footer-top-bg {
	background-size: 1920px;
	background-position: 0 0;
	position: absolute;
	top: -120px;
	height: 120px;
	right: 0;
	left: 0;
	z-index: -1;
}
.brnd-footer-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  padding: 0 50px;
  flex-wrap: wrap;
}
.brnd-footer-column {
	width: 25%;
  min-width: 250px;
  padding: 50px 0;
}
.brnd-footer-top {
  background-color: var(--brnd-lighter-gray);
}
.brnd-footer-top .brnd-footer-column {
	padding: 50px 0;
}
.brnd-footer-top-title {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--brnd-dark-blue);
}
.brnd-footer-top-text {
	font-size: 18px;
	font-weight: 400;
	color: var(--brnd-dark-blue);
}
.brnd-footer-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brnd-dark-blue);
  width: 300px;
/*  height: 34px;*/
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin-top: 16px;
}
.brnd-footer-top-btn-img {
  width: 9px;
  margin-left: 9px;
}
.brnd-footer-top-list {
	padding-right: 1.5em;
}
.brnd-footer-top-list li a {
	color: var(--brnd-dark-blue);
}
.brnd-footer-top-list li a:hover {
	color: var(--brnd-light-blue);
}
.brnd-footer-social-btns {
  display: flex;
  padding: 16px 0;
}
.brnd-footer-social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  box-sizing: border-box;
  background: white;
  border-radius: 100%;
  border: solid 2px white;
  transition: border-color 300ms ease-in-out;
}
.brnd-footer-social-btn:hover {
	border-color: var(--brnd-dark-blue-opa50);
}

.brnd-footer-middle {
  background: white
}

.brnd-footer-middle .brnd-footer-column {
  display: flex;
}

.brnd-footer-middle-texts {
	font-size: 18px;
  padding-right: 16px;
}

.brnd-footer-middle-title {
  color: var(--brnd-dark-blue);
  font-size: 24px;
  font-weight: 700
}
.brnd-footer-middle-text {
  color: var(--brnd-dark-gray);
  font-size: 14px;
  font-weight: 400
}

.brnd-footer-bottom {
  background-color: var(--brnd-lighter-gray);
  font-size: 18px;
  font-weight: 400;
  color: var(--brnd-dark-gray);
}

.brnd-footer-bottom-container {
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding: 36px;
}

.brnd-footer-bottom-container1 {
  justify-content: space-between;
}
.brnd-footer-bottom-container2 {
	flex-wrap: wrap;
  justify-content: flex-start;
}

.brnd-footer-bottom-container2 a {
  color: var(--brnd-dark-gray);
}

.brnd-footer-bottom span {
  display: inline-block;
  padding: 0 16px;
}

.brnd-footer-separator {
  width: 100%;
  height: 1px;
  background-color: var(--brnd-light-gray);
}

@media screen and (max-width: 1020px) {
  .brnd-footer-columns {
    justify-content: space-around;
  }
	.brnd-footer-column {
		padding: 50px 8px !important;
	}
	.brnd-footer-top .brnd-footer-column {
		padding: 20px;
	}
  .brnd-footer-middle .brnd-footer-column {
    justify-content: flex-start;
  }
	.brnd-footer-social-btns {
		padding-bottom: 24px;
	}
	.brnd-footer-bottom-container1 {
		flex-wrap: wrap;
	}
	.brnd-footer-bottom-container1 .brnd-footer-bottom-link,
	.brnd-footer-bottom-container1 span {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 16px;
	}
}

@media screen and (max-width: 800px) {
	.brnd-footer-columns.brnd-footer-top {
/*		padding-top: 200px;*/
	}
    .brnd-footer-columns{
        padding: 0 20px;
    }
    .brnd-footer-column{
        width: 100%;
    }
    .brnd-footer-middle .brnd-footer-column{
        padding: 20px;
    }
}
