#footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.footer__wrapper {
  width: 95%;
  border-radius: 40px;
  background-image: url("/sites/all/themes/vesta_theme/image/footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 330px;
}

.footer__container {
  max-width: 1171px !important;
}

.footer__logo-section {
}
.footer__logo {
  width: 104px;
  height: 104px;
  margin-top: 17px;
}
.footer__logo-title {
  color: #ffffff;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  margin-top: 23px;
}

.footer__menu {
  margin-top: 32px;
  margin-left: 40px;
}

.footer__tel-section {
  display: flex;
  flex-direction: column;
}

.footer__tel-section .region {
  padding-left: 30px;
  padding-top: 25px;
  font-size: 14px;
  font-family: "Manrope";
  color: #ffffff;
}

.footer__tel-section .region .block-title {
  padding-bottom: 5px;
}

.footer__tel-section .region:first-child {
  padding-left: 30px;
  padding-top: 0px;
  margin-top: 36px;
}

.footer__email-section {
  display: flex;
  flex-direction: column;
}

#block-vesta-theme-pochta {
  margin-top: 36px;
  font-size: 14px;
  font-family: "Manrope";
  color: #ffffff;
  margin-left: 24px;
}

#block-vesta-theme-pochta .block-title {
  padding-bottom: 5px;
}

#block-vesta-theme-adres {
  margin-top: 25px;
  font-size: 14px;
  font-family: "Manrope";
  color: #ffffff;
  padding-right: 20px;
  margin-left: 20px;
}

#block-vesta-theme-adres .block-title {
  padding-bottom: 5px;
}

.footer__email-section .region {
}

.footer__vesta {
  padding: 0px !important;
}

.title-vesta-1 {
  margin-top: 36px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Manrope";
  width: 105% !important;
}

.title-vesta-2 {
  margin-top: 9px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Manrope";
}

/* меню в футере */

#block-vesta-theme-menyuvpodvale ul.sf-menu a {
  padding: 0.5em 1.5em;
  font-size: 14px !important;
  font-family: "Manrope" !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

#superfish-menyu-v-podvale {
  
}

#superfish-menyu-v-podvale li {
  position: relative;
  padding: 0.4em 1.5em;
}

#superfish-menyu-v-podvale li a {
  padding: 2px !important;
}

#superfish-menyu-v-podvale li ul {
  background-color: white;
  width: 200px !important;
  border-radius: 2px;
  z-index: 100 !important;
  text-align: center;
}

#block-vesta-theme-menyuvpodvale #superfish-menyu-v-podvale li ul li a {
  color: #b12860 !important;
}

#superfish-menyu-v-podvale  .sf-sub-indicator {
  display: none;
}

.o-hover__block {
  margin: 60px 0;
}
.c-btn {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 40px;
  height: 100%;
  opacity: 1 !important;
  text-decoration: none !important;
}
.c-btn:after {
  content: "";
  display: block;
  position: absolute;
}
.c-btn:before {
  content: "";
  display: block;
  position: absolute;
}
.c-btn:after:hover {
  content: "";
  display: block;
  position: absolute;
}
.c-btn:before:hover {
  content: "";
  display: block;
  position: absolute;
}

.c-btn--double-line:after {
  transform-origin: right;
  transform: scaleX(0);
  top: 0;
  height: 2px;
  width: 100%;
  background-color: #a1a5ca;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.c-btn--double-line:before {
  transform-origin: left;
  transform: scaleX(0);
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #97c2b9;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--double-line:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.c-btn--double-line:hover:before {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

#block-vesta-theme-pochta {
  transition: 0.5s;
}

a[href^="mailto:"],
a[href^="tel:"] {
  text-decoration: none !important;
  opacity: 1 !important;
}

a[href^="mailto:"] #block-vesta-theme-pochta:hover,
a[href^="tel:"]:hover {
  text-decoration: none !important;
  opacity: 0.7 !important;
}    

a[href^="mailto:"] #block-vesta-theme-adres {
  opacity: 1 !important;
  text-decoration: none !important;
  cursor: default;
}



@media (max-width: 1920px) {
}

@media (max-width: 1300px) {
  .title-vesta-1 {
    padding-right: 10px;
  }
}

@media (max-width: 1200px) {
  .footer__tel-section .region {
    padding-left: 10px;
  }

  .footer__tel-section .region:first-child {
    padding-left: 10px;
  }

  .footer__email-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer__menu {
    margin-left: 0px;
  }

  .footer__wrapper {
    padding-left: 20px;
  }
}

@media (max-width: 996px) {
  #block-vesta-theme-menyuvpodvale ul.sf-menu a {
    font-size: 12px !important;
  }
  .title-vesta-1 {
    font-size: 12px;
  }
  .title-vesta-2 {
    font-size: 12px;
  }

  #block-vesta-theme-adres {
    font-size: 12px;
  }

  .footer__tel-section .region {
    font-size: 12px;
  }

  .footer__logo-title {
    font-size: 12px;
  }

  #block-vesta-theme-pochta {
    font-size: 12px;
  }

  #footer .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .footer__wrapper {
    padding-left: 30px;
    padding-right: 10px;
  }

  #superfish-menyu-v-podvale li {
    padding: 0.4em 0em;
  }

  #superfish-menyu-v-podvale {
    width: 50%;
  }

  .footer__logo-title {
    padding-right: 16px;
  }
}

@media (max-width: 768px) {
  #superfish-menyu-v-podvale {
    display: block !important;
  }

  .footer__logo-section {
    max-width: 30% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }

  .footer__menu {
    max-width: 20% !important;
  }

  .footer__tel-section {
    max-width: 30% !important;
    text-align: center;
  }

  .footer__email-section {
    max-width: 50% !important;
  }

  .footer__vesta {
    justify-content: flex-end;
    max-width: 40% !important;
    display: flex;
    flex-direction: column;
  }

  #block-vesta-theme-menyuvpodvale {
    display: flex;
    justify-content: center;
  }

  #superfish-menyu-v-podvale {
    width: 100%;
    text-align: center;
  }

  .footer__wrapper {
    padding-left: 10px;
  }

  .sm-flex {
    display: flex;
    justify-content: space-evenly;
  }

  .region-footer-email {
    display: flex;
  }

  .footer__vesta {
    text-align: end;
  }

  #block-vesta-theme-pochta {
    margin-top: 33px;
    margin-left: 11px;
  }

  #block-vesta-theme-adres {
    margin-top: 15px;
    margin-left: 20px;
  }

  #superfish-menyu-v-podvale li {
    padding-bottom: 14px !important;
}

}
@media (max-width: 576px) {

    .footer__logo-section {
        max-width: 100% !important;
        text-align: center;
    }

    .footer__menu {
        max-width: 30% !important;
    }

    .footer__tel-section {
        max-width: 43% !important;
    }

    .footer__email-section {
        max-width: 100% !important;
    }

    #block-vesta-theme-adres {
        text-align: center;
        padding-left: 19px;
        max-width: 210px;
    }

    #block-vesta-theme-pochta {
        margin-left: 22px;
        margin-top: 17px;
        text-align: center;
    }

    .region-footer-email {
        justify-content: space-evenly;
    }

    .footer__vesta {
        text-align: center;
        margin-bottom: 30px;
        max-width: 100% !important;
    }

    .footer__wrapper {
        width: 92% !important;
    }

}
