/**
 * Place for Footer styles here.

MAIN

*/

/* MAIN */
.page-footer-background {
  background: #FBF5FF;
}

.footer {
  background: #FBF5FF;
}

.page-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #141414;
    margin-left: auto;
    margin-right: auto;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 4fr 3fr 5fr 360px;
    max-width: 1344px;
    row-gap: 30px;
}

.page-footer h3 {
  color: #333333;
}

.page-footer a {
  color: #067C93;
}

.page-footer ul {
  padding-left: 0;
}

.page-footer__branding {
    display: flex;
    flex-direction: column;
}

.page-footer-logo a {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 17px;
    text-transform: uppercase;
}

.page-footer-logo {
  min-width: 200px;
  margin-bottom: 15px;
}

.page-footer-logo svg {
  width: 80px;
  height: 80px
}

.page-footer-logo a {
  font-size: 18px;
  /* font-weight: 900; */
  font-family: 'Gilroy Bold', sans-serif;
  text-transform: uppercase;
  color: #000;
  display: block;
  grid-template-columns: 80px auto;
  column-gap: 10px;
  align-items: center;
  max-width: 170px;
}

.page-footer-logo a div > span:nth-child(1) {
  color: #FFAE00;
}

.page-footer-logo a div > span:nth-child(2) {
  color: #067C93;
}

.page-footer-logo__text {
  display: flex;
  flex-direction: column;
}

.page-footer-branding__private-policy a {
  color: #141414;
}

.page-footer__captcha {
    margin-top: 10px;
}

.page-footer__structure li {
}

.page-footer__structure a {
  color: var(--blue);
}

.page-footer__contacts p {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6C757D;
}

.page-footer-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #323232;
    line-height: normal;
}

.page-footer__visually-impaired {
  color: #067C93;
}




/* STRUCTURE */
.page-footer__structure {

}

.page-footer__structure ul {
    list-style: none!important;
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

.page-footer-structure {

}

.page-footer-structure__menu {

}

/* CONTACTS */
.page-footer__contacts {

}

.page-footer-contacts {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

.page-footer-contacts__phone {

}

.page-footer-contacts__work-time {
    margin-left: 24px;
}

.page-footer-contacts__email {

}

.page-footer-contacts__address {

}

.page-footer-contacts__phone,
.page-footer-contacts__email,
.page-footer-contacts__address {
    display: grid;
    grid-template-columns: 24px auto;
    align-items: baseline;
}

.page-footer-contacts__phone svg,
.page-footer-contacts__email svg,
.page-footer-contacts__address svg {
    margin-top: 5px;
}

.page-footer-contacts__smm {
    margin-left: 24px;
}

.page-footer-contacts__smm tr {
    display: flex;
    column-gap: 15px;
}

.page-footer-contacts__smm a:not(.btn-whatsapp) {
  overflow: hidden;
}

.page-footer-contacts__smm a {
    display: block;
    border-radius: 100%;
}

/* ABOUT */
.page-footer-about__clinic {
    text-align: justify;
}

.page-footer__about {

}

.page-footer-about__search {
    margin-top: 20px;
}

.page-footer-about__search form {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 210px 134px;
}

.page-footer-about__search form .form-actions input {
    font-size: 15px;
}


.page-footer-about__search .form-item-combine {
    /*! width: 240px; */
}

.page-footer-about__search .form-item-combine .form-text {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #fff;
    color: #757575;
    border-radius: 6px;
    font-family: 'Gilroy Light', sans-serif;
    width: 195px;
    font-size: 15px;
    border: 1px solid #e3e3e3;
}

.page-footer-about__search input.button {
    display: flex;
    width: fit-content;
    padding: 8px 48px 8px 48px;
    justify-content: center;
    align-items: center;
    background-color: #FFAE00;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Gilroy Regular', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

.page-footer-hr {
    /*! background-color: #fff; */
    height: 2px;
    margin-top: 50px;
    border-bottom: 2px solid #fff;
}






/* UNDERLINE */
.page-footer-underline {
  background-color: #F4F4F4;
  padding-top: 20px;
}

.page-footer__underline {
    display: grid;
    grid-template-columns: auto 1fr 360px;
    column-gap: 30px;
    row-gap: 30px;
    padding-bottom: 60px;
    color: #141414;
}

.page-footer-underline:before {

}

.page-footer__underline-requisites {

}

.page-footer__underline-subscribe {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-footer__underline-subscribe p {
    margin-top: 0;
}

.page-footer__underline-subscribe input {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
}

.page-footer__underline-subscribe form {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 178px auto;
    column-gap: 25px;
}

.webform-subscribe-title {
    grid-column: 1/3;
}

.webform-subscribe-title a {
  color: #141414;
}

.webform-subscribe-email input {
    display: flex;
    width: 100%;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 6px;
    color: #757575;
    font-family: 'Gilroy Regular', sans-serif;
    font-size: 15px;
    border: 1px solid #e3e3e3;
}

.page-footer__underline-subscribe .webform-button {
    grid-column: 2;
    grid-row: 2;
}

.page-footer__underline-subscribe .form-item-combine .form-text {
    display: flex;
    width: fit-content;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #fff;
    color: #757575;
    border-radius: 6px;
    font-family: 'Gilroy Light', sans-serif;
}

.page-footer__underline-subscribe input.button {
    display: flex;
    width: 134px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    background-color: #FFAE00;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    -webkit-appearance: none;
}

.page-footer__underline-be1st {

}

@media (min-width: 769px) {
  .page-footer__underline-requisites {
    padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .page-footer__underline-requisites {
    padding-bottom: 20px;
  }
}

.page-footer-underline-be1st__content {
    display: flex;
}

.page-footer-underline-be1st__content svg {
  min-width: 100px;
}

.page-footer-underline-be1st__content p {
    margin: 0;
    color: #067C93;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    max-width: 70%;
    width: 100%;
}

.page-footer-underline-be1st__content a {
    color: #067C93!important;;
}

.page-footer-underline-requisites__link p {
  margin: 0;
}

.page-footer-underline-requisites__link a {
  color: #067C93;
}










/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

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

@media (max-width: 1800px) {
    .page-footer {
        padding-left: 250px;
        padding-right: 250px;
        max-width: 1300px;
    }
}

@media (max-width: 1650px) {

}

@media (max-width: 1600px) {
    .page-footer {
        padding-left: 180px;
        padding-right: 180px;
        max-width: 1280px;
    }
}

@media (max-width: 1500px) {

}

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

@media (max-width: 1366px) {
    .page-footer {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1280px) {
    .page-footer {
        padding-left: 100px;
        padding-right: 100px;
        grid-template-columns: 4fr 3fr 5fr;
    }
    .page-footer__underline {
        grid-template-columns: auto 360px;
    }
    .page-footer-underline-be1st__content {
      grid-template-columns: 200px 134px;
    }
}

@media (max-width: 1150px) {
    .page-footer {
        max-width: 950px;
    }
    .page-footer > div {
        grid-template-columns: 230px auto 230px;
        column-gap: 1em;
    }
}

@media (max-width: 1024px) {
    .page-footer {
        grid-template-columns: 1fr 360px;
    }
}

@media (max-width: 991px) {
    .page-footer {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 850px;
        grid-template-columns: 1fr 1fr;
    }
    .page-footer > div {
        align-items: baseline;
    }
    .page-footer__col-2 {
        font-size: 18px;
        line-height: normal;
    }
    .page-footer__underline {
        grid-template-columns: 1fr;
    }
    .page-footer__underline-subscribe {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .page-footer {
        max-width: 800px;
    }
}

@media (max-width: 834px) {
    .page-footer {
        max-width: 85vw;
    }
    .page-footer {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .page-footer > div {
        display: flex;
        flex-direction: column;
        /*! align-items: center; */
    }
    .page-footer__col-3 a {
        justify-content: center;
    }
    .page-footer__footer {
        text-align: center;
        line-height: normal;
    }
}

@media (max-width: 768px) {
    .page-footer {
        grid-template-columns: 1fr;
    }
    .page-footer__clinic {
        grid-row: 2;
        grid-column: 1/3;
    }
    .page-footer__captcha {
        grid-row: 3;
        grid-column: 1/3;
    }
}

@media (max-width: 650px) {
    .page-footer {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .page-footer > div {
        align-items: start;
    }
}

@media (max-width: 550px) {
    .page-footer {
        grid-template-columns: 1fr;
    }
    .page-footer > div {
        align-items: start;
    }
}

@media (max-width: 480px) {
    .page-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-footer-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .page-footer {
        max-width: 100%;
    }
    .page-footer-about__search form {
        grid-template-columns: 150px 134px;
    }
    .page-footer-about__search .form-item-combine .form-text {
        width: 140px;
    }
    .page-footer__underline-subscribe form {
        grid-template-columns: 150px 134px;
    }
    .page-footer-underline-be1st__content {
        grid-template-columns: 170px 120px;
    }
}

@media (max-width: 380px) {
    .page-footer-about__search form {
        grid-template-columns: 130px 120px;
    }
    .page-footer-about__search .form-item-combine .form-text {
        width: 120px;
    }
    .page-footer__underline-subscribe form {
        grid-template-columns: 120px 120px;
    }

}

@media (max-width: 380px) {
    .page-footer-underline-be1st__content {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
}
