.footer {
  padding: 65px 15px;
  background-color: #ededed
}
.footer__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid #bbb
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 248px;
  margin-bottom: 20px
}
.footer__association {
  width: 100%;
  max-width: 276px;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  padding: 8px
}
.footer__association-icon {
  display: inline-block;
  width: 100%;
  max-width: 68px;
  margin-right: 16px
}
.footer__association-text {
  color: #3d4345;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%
}
.footer__nav {
  display: flex
}
.footer__col:not(:last-child) {
  margin-right: 50px
}
.footer__col-title {
  text-transform: uppercase;
  color: #3d4345;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px
}
.footer__list {
  padding: 0;
  list-style-type: none
}
.footer__list-item:not(:last-child) {
  margin-bottom: 8px
}
.footer__list-item a {
  color: #3d4345;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: end
}
.footer__tel {
  display: inline-block;
  margin-bottom: 10px;
  color: #5b9118!important;
  text-decoration: none;
  text-align: right;
  font-family: RobotoSlab,sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px
}
.footer__address {
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  max-width: 284px;
  text-align: right;
  font-size: 14px;
  color: #5b9118!important;
  text-decoration: none;
  font-weight: 700;
  line-height: 140%
}
.footer__contacts-col {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 24px
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  color: #3d4345!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%
}
.footer__contacts-item:not(:last-child) {
  margin-bottom: 8px
}
.footer__contacts-item svg {
  margin-right: 8px
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 230px
}
.footer__reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 14px;
  font-weight: 500;
  color: #5b9118!important;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #5b9118;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  transition: color .3s linear,background-color .3s linear
}
.footer__reviews:active,
.footer__reviews:hover {
  color: #fff!important;
  background-color: #5b9118
}
.footer__button {
  display: flex;
  width: 100%;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px
}
.footer__row {
  padding-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.footer__social {
  display: flex
}
.footer__social-link {
  text-decoration: none
}
.footer__social-link:not(:last-child) {
  margin-right: 10px
}
.footer__payment {
  display: flex
}
.footer__payment-link {
  text-decoration: none
}
.footer__payment-link:not(:last-child) {
  margin-right: 10px
}
.footer__bottom {
  display: flex;
  align-items: start;
  justify-content: space-between
}
.footer__copy {
  color: #3d4345;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%
}
.footer__text {
  color: #3d4345;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: end;
  flex-direction: column
}
.footer__text span {
  display: inline-block
}
@media (max-width:1200px) {
  .footer__wrap {
    flex-wrap: wrap
  }
  .footer__contacts {
    margin-top: 40px;
    width: 100%;
    align-items: start
  }
  .footer__tel {
    font-size: 28px;
    line-height: 30px
  }
  .footer__address {
    text-align: start
  }
  .footer__contacts-col {
    align-items: start
  }
}
@media (max-width:740px) {
  .footer {
    padding: 30px 15px
  }
  .footer__wrap {
    padding-bottom: 40px
  }
  .footer__nav {
    margin-top: 30px;
    width: 100%
  }
  .footer__row {
    padding-top: 30px
  }
  .footer__payment-link img {
    width: 78px;
    height: 40px
  }
}
@media (max-width:660px) {
  .footer__row {
    flex-direction: column;
    align-items: start
  }
  .footer__social {
    margin-bottom: 20px
  }
  .footer__bottom {
    flex-direction: column
  }
  .footer__text {
    margin-top: 10px;
    align-items: start
  }
}
@media (max-width:575px) {
  .footer__association {
    max-width: initial
  }
  .footer__col:not(:last-child) {
    margin-right: 24px
  }
  .footer__buttons {
    max-width: initial
  }
}