.nursery_footer--wrapper {
  background: var(--white);
}

/* -- top-footer -- */

.top_footer--wrapper {
  padding: 3.25rem 0rem 2.3125rem;
}
.top_footer--col {
  margin-bottom: 1.875rem;
}
.top_footer--title {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #334B55;
  padding-left: 1rem;
  margin-bottom: 2.4375rem;
  border-left:  5px solid #86C899;
}
.happy_customers_slider {
  position: relative;
  overflow: hidden;
}
.news_and_articles {
  position: relative;
  overflow: hidden;
  max-height: 375px;
  height: 100%;
}
.list_item--wrapper {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
.list_details {
  padding-left: 1.1875rem;
}
.list_item--wrapper:last-child {
  margin-bottom: 0rem;
}
.customer_img--wrapper {
  max-width: 60px;
  width: 100%;
}
.customer_name--wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.customer_name--wrapper .customer_name {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #6C7A80;
  display: block;
  margin-right: 1.1875rem;
}
.list_info a {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6C7A80;
  transition: all 0.5s ease;
}
.top_footer--col:nth-child(2) .list_item--wrapper {
  align-items: center;
}
.date_month--wrapper {
  width: 33px;
  height: 37px;
  background: #E7B385;
  border-radius: 5px;
  position: relative;
  padding: 6px 10px 7px 6px;
}
.date_month--wrapper .date_month {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.05em;
  color: #BD7433;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer_nursery--img {
  text-align: center;
}
.top_footer--col:nth-child(4) .list_info {
  color: #334B55;
  transition: all 0.3s ease-in-out;
}
.list_item--wrapper > a {
  display: flex;
  align-items: center;
}
.social_media--icons {
  width: 30px;
  text-align: center;
}
.social_media--icons img {
  transition: all 0.3s ease-in-out;
}
.list_item--wrapper > a:hover .social_media--icons img {
  transform: scale(1.1);
}
.list_item--wrapper > a:hover .list_info {
  color: var(--nursery-primary-color);
}
.list_item--wrapper .list_info a:hover {
  color: var(--black);
}
footer .links {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #6C7A80;
}
@media ( min-width: 768px ) {
  .top_footer--wrapper {
    padding: 5.25rem 0rem 4.3125rem;
  }
  .top_footer--title {
    padding-left: 1.75rem;
    margin-bottom: 3.4375rem;
  }
  .list_item--wrapper {
    margin-bottom: 2.875rem;
  }
}
@media ( min-width: 1200px ) {
  .top_footer--col {
    margin-bottom: 0px;
  }
}
/* -- bottom-fotter -- */
.bottom_footer--wrapper {
  background: #F6F6F6;
  padding: 2.5625rem 0rem 2.0625rem;
}
.bottom_footer--col {
  margin-bottom: 1.25rem;
}
.accept_cards {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #334B55;
  display: block;
  padding-bottom: 15px;
}
.card_list--wrapper {
  display: flex;
  align-items: center;
}
.card_list--wrapper .card_list {
  margin: 0px 17px;
}
.card_list--wrapper .card_list:first-child {
  margin-left: 0px;
}
.card_list--wrapper .card_list:last-child {
  margin-right: 0px;
}
.footer_bottom--title {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6C7A80;
  display: block;
}
.footer_address {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #6C7A80;
  display: block;
  padding-top: 0.9375rem;
}
.footer_mail--address {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #6C7A80;
  display: block;
  padding-top: 0.9375rem;
}
.footer_mail--address:hover {
  color: var(--black);
}
.footer_logo--wrapper {
  display: block;
}
.copyright {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6C7A80;
  display: block;
  position: relative;
  margin-top: 15px;
}
.logo_copyright--col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .logo_copyright--col {
    flex-direction: row;
  }
  .copyright {
    margin-top: 0;
  }
}
@media ( min-width: 992px ) {
  .bottom_footer--col {
    margin-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bottom_footer--col:first-child {
    border-left: none;
  }
  .logo_copyright--col {
    padding-top: 2.125rem;
  }
  .footer_logo--wrapper {
    margin-right: 6.5625rem;
  }
  
  .policy_col {
    display: flex;
    align-items: center;
  }
}
@media ( min-width: 1200px ) {
  .copyright::before {
    width: 750px;
    left: -48rem;
  }
}
@media ( min-width: 1680px ) {
  .bottom_footer--details {
    padding-left: 15px;
  }
  .card_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .accept_cards {
    padding-bottom: 0px;
  }
  .copyright::before {
    width: 1120px;
    left: -71rem;
  }
}
@media ( min-width: 1880px ) {
  .copyright::before {
    width: 1320px;
    left: -83rem;
  }
}
/* -- container-size -- */

@media ( min-width: 1200px ) {
  .nursery_footer--wrapper .container {
    max-width: 1241px;
  }
  .nursery_footer--wrapper .footer_container {
    max-width: 1300px;
  }
}
@media ( min-width: 1680px ) {
  .nursery_footer--wrapper .container {
    max-width: 1541px;
  }
  .nursery_footer--wrapper .footer_container {
    max-width: 1672px;
  }
}
@media ( min-width: 1880px ) {
  .nursery_footer--wrapper .container {
    max-width: 1741px;
  }
  .nursery_footer--wrapper .footer_container {
    max-width: 1872px;
  }
}