.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #2063a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_top-left {
    width: 100%;
    gap: 0;
  }
  .footer .footer_top-left-column2 {
    margin: 32px 0 0 0;
  }
  .footer .footer_top-right {
    width: 100%;
    gap: 0;
  }
  .footer .footer_top-right .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 90%;
  }
  .footer .footer_bottom .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_top-left {
    width: 100%;
  }
  .footer .footer_top-left-column2 {
    margin: 32px 0 0 0;
  }
  .footer .footer_top-right {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_top-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_top-left-column1 {
    width: 100%;
  }
  .footer .footer_top-left-column1 .logo-footer img {
    padding-bottom: 24px;
  }
  .footer .footer_top-left-column2 {
    width: 100%;
    margin: 0;
  }
  .footer .footer_top-left-column2 .iframe {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top-left-column2 h1 {
    margin: 24px 0 16px 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .footer .footer_top-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_top-right-column4 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .footer .footer_top-right-column4 h1 {
    margin: 10px 0 16px 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .footer .footer_top-right-column3 {
    width: 100%;
    margin: 32px 0 24px 0;
  }
  .footer .footer_top-right-column3 h1 {
    margin: 4px 0 16px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
  }
}

.footer_top {
  width: 100%;
  background: #2063a3;
}

.footer_top-left {
  width: 50%;
}

.footer_top-left .logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}

@media only screen and (max-width: 568px) {
  .footer_top-left .logo-footer {
    margin-top: 8px;
  }
}

.footer_top-left .logo-footer img {
  float: left;
  width: 157px;
  height: 182px;
}

@media only screen and (max-width: 568px) {
  .footer_top-left .logo-footer img {
    width: 142px;
    height: 164px;
  }
}

.footer_top-left-column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_top-left-column1-row {
  margin: 8px 0 0 0;
}

.footer_top-left-column1-row .logo-map {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_top-left-column1-row .logo-map_adress {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer_top-left-column1-row .footer-content-column1 {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(100% - 35px);
      flex-basis: calc(100% - 35px);
}

.footer_top-left-column1 img {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_top-left-column2 {
  width: 50%;
  margin: 32px 0 0 0px;
}

.footer_top-left-column2 h1 {
  margin: 32px 0 28px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_top-left-column2 iframe {
  width: 100%;
  height: auto;
}

.footer_top-left-column2 iframe #mapDiv .gm-style img {
  display: none;
}

.footer_top-left-column2 iframe #mapDiv .gm-style .vQ43Ie {
  display: none;
}

.footer_top-left-column2 iframe #mapDiv .gm-style .default-card {
  display: none;
}

.footer_top-left-column2 iframe #mapDiv .google-maps-link {
  display: none;
}

.footer_top-right {
  width: 50%;
}

@media screen and (min-width: 1240px) {
  .footer_top-right {
    width: 50%;
    position: relative;
    left: -48px;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
  .footer_top-right-column3 {
    position: relative;
    left: -22px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .footer_bottom-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-left: 9px !important;
  }
  .footer_top-left .logo-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  .footer_bottom-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-left: 9px !important;
  }
  .footer_top-left .logo-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .footer_bottom-right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-left: 0px !important;
  }
}

.footer_top-right-column3 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 32px;
  margin-left: 25px;
}

.footer_top-right-column3 h1 {
  margin: 32px 0 24px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_top-right-column4 .link-footer {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}

.footer_top-right-column4 {
  width: 50%;
  margin-top: 32px;
}

.footer_top-right-column4 h1 {
  margin: 32px 0 28px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_top-right-column4 input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius: 100px; */
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  height: 40px;
}

.footer_top-right-column4 input[type="text"] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
}

.footer_top-right-column4 button {
  border: none;
  background: none;
  width: 20%;
}

.footer_bottom {
  width: 100%;
  height: 40px;
  position: relative;
  background: #135492;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.footer_bottom .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.footer_bottom-right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 25px;
}

@media only screen and (max-width: 568px) {
  .footer_bottom-right {
    margin-top: 0;
  }
}

@media only screen and (max-width: 568px) {
  .footer_bottom-right {
    gap: 0 12px;
  }
}

.footer_bottom-left span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: white;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow";
  font-style: normal;
}

.icon-lk {
  width: 8px;
  height: 12px;
}

.f-icon-lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_top-right-comlumn4-row.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-Submit button {
  padding: 0;
  border: none;
  line-height: 1;
  width: 100%;
}

.input-Submit {
  margin-left: 8px;
}

.input-Email {
  width: 180px;
}
/*# sourceMappingURL=footer.css.map */