/* --- Section: footer --- */
.rv-footer {
  color: var(--ffffff);
  background-color: #10405a;
  padding: 25px 40px;
}
.rv-footer-row {
  display: flex;
}
.rv-footer-col-left {
  flex: none;
  width: 30%;
}
.div-block-336 {
  text-align: right;
  flex: none;
  align-self: center;
  width: 50%;
}
.rv-footer-col-right {
  flex: none;
  justify-content: flex-end;
  width: 70%;
  display: flex;
}
.text-block-215 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.div-block-338 {
  text-align: right;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 135px;
  margin-left: 30px;
  display: flex;
}
.link-block-32 {
  margin-left: 15px;
}
.rv-footer-address-left {
  flex: none;
  width: 25%;
  padding-right: 20px;
}
.rv-footer-office-image-widescreen {
  object-fit: cover;
  height: 240px;
  margin-bottom: 55px;
  display: none;
}
.rv-footer-office-image {
  object-fit: contain;
  margin-bottom: 55px;
  display: block;
}
.rv-footer-address {
  color: var(--ffffff);
  background-color: #07324a;
  padding-top: 30px;
  padding-bottom: 60px;
}
.rv-footer-address a {
  color: var(--ffffff);
  text-decoration: none;
}
.rv-footer-address-center {
  margin-right: 0;
}
.rv-footer-address-center,
.rv-footer-address-right {
  flex: none;
  width: 25%;
  padding-right: 20px;
}
.rv-footer-address-item {
  max-width: 345px;
  padding-right: 20px;
}
.rv-footer-address-container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (width>=1280px) {
  .rv-footer-office-image-widescreen {
    object-fit: contain;
    display: block;
  }
  .rv-footer-office-image {
    object-fit: contain;
    display: none;
  }
}
@media screen and (width>=1440px) {
  .rv-footer {
    padding-left: 120px;
    padding-right: 120px;
  }
  .rv-footer-office-image-widescreen {
    object-fit: contain;
    padding-right: 0;
  }
}
@media screen and (width<=767px) {
  .rv-footer-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rv-footer-col-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .div-block-336 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .rv-footer-col-right {
    flex-direction: column;
    width: 100%;
  }
  .div-block-338 {
    text-align: center;
    max-width: none;
    margin-left: 0;
  }
  .rv-footer-address-left,
  .rv-footer-address-center {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .rv-footer-address-right {
    text-align: center;
    width: 100%;
  }
  .rv-footer-address-item {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (width<=991px) {
  .rv-container-1200.footer-address {
    padding-left: 20px;
    padding-right: 20px;
  }
}
