footer {
  background: #E9EAED;
}

.footer-main {
  padding: 33px 0 45px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-left {
  margin-bottom: 35px;
  width: 100%;
}

.footer-menu__content {
  display: none;
  padding-top: 20px;
}

.footer-menu__title {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.footer-menu__title::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  right: 0;
  top: 9px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4xNTAyNCA1LjUxNDQxTDAuMTQ0ODgxIDEuMzYwMjdDLTAuMDQ4Mjk0MSAxLjE1OTkyIC0wLjA0ODI5NDEgMC44MzUwOTggMC4xNDQ4ODEgMC42MzQ3NjlMMC42MTIwNDMgMC4xNTAyNTdDMC44MDQ4ODkgLTAuMDQ5NzUwOCAxLjExNzQzIC0wLjA1MDEzNTYgMS4zMTA3MyAwLjE0OTQwMkw0LjUwMDAxIDMuNDQxNjRMNy42ODkyNyAwLjE0OTQwMkM3Ljg4MjU3IC0wLjA1MDEzNTMgOC4xOTUxMSAtMC4wNDk3NTA1IDguMzg3OTYgMC4xNTAyNTdMOC44NTUxMiAwLjYzNDc3QzkuMDQ4MjkgMC44MzUxMTkgOS4wNDgyOSAxLjE1OTk0IDguODU1MTIgMS4zNjAyN0w0Ljg0OTc2IDUuNTE0MzlDNC42NTY2IDUuNzE0NzQgNC4zNDM0MiA1LjcxNDc0IDQuMTUwMjQgNS41MTQ0MVoiIGZpbGw9IiMxRjFGMUYiLz4KPC9zdmc+Cg==");
  transition: transform 0.12s linear;
}

.footer-menu__box.opened .footer-menu__title::after {
  transform: scale(1, -1);
  transition: transform 0.12s linear;
}

.footer-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-top: 20px;
  color: #314152;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding-top: 0px;
}
.footer-menu__inner ul {
  list-style: none;
  padding: 0;
}
.footer-menu__inner ul li {
  position: relative;
  padding-left: 14px;
}
.footer-menu__inner ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #93989E;
}
.footer-menu__inner a[href*="tel:"] {
  color: #314152;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}
.footer-menu__inner a[href*="mailto:"] {
  color: #314152;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.c-links {
  display: flex;
  flex-direction: column;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  margin-bottom: 26px;
}

.f-soc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  text-decoration: none;
}
.f-soc.icovk {
  background: #6695BD;
}
.f-soc.icovk[class^=ico]::before, .f-soc.icovk[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 10px;
  color: #fff;
}
.f-soc.icotg {
  background: #0088CC;
}
.f-soc.icotg[class^=ico]::before, .f-soc.icotg[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 12px;
  color: #fff;
}
.f-soc.icook {
  background: #FF9205;
}
.f-soc.icook[class^=ico]::before, .f-soc.icook[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 14px;
  color: #fff;
}

.footer-middle {
  margin-bottom: 27px;
  display: flex;
  align-items: flex-start;
}

picture.map {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.footer-right {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  display: flex;
  width: 100%;
}
.footer-right:not(:last-child) {
  margin-bottom: 16px;
}

.f-menu ul {
  list-style: none;
  padding: 0;
}
.f-menu ul li:not(:last-child) {
  margin-bottom: 14px;
}
.f-menu ul li a {
  color: #314152;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: all 0.12s linear;
}
.f-menu ul li a:hover {
  text-decoration-color: inherit;
}

.footer-bottom {
  background: #DFE0E3;
  padding: 26px 0 16px 0px;
}

.copyright-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.copyright-block span.copyright {
  color: #727B87;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.copyright-block span {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.f-payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-bottom: 17px;
}

.f-right {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.author {
  color: #727B87;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.author[class^=ico]::before, .author[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 16px;
  color: #727B87;
}
.author a {
  color: #727B87;
}

@media screen and (min-width: 600px) {
  .footer-main {
    padding: 43px 0 45px 0;
  }
  .footer-menu__box .footer-menu__title {
    font-size: 17px;
  }
  .footer-menu__box .footer-menu__content {
    font-size: 15px;
  }
  .footer-menu__box .footer-menu__content a[href*="tel:"] {
    font-size: 17px;
  }
  .footer-menu__box .footer-menu__content a[href*="mailto:"] {
    font-size: 14px;
  }
  .footer-left {
    width: auto;
  }
  .footer-menu__box {
    min-width: 284px;
  }
  .footer-social {
    gap: 6px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .footer-middle {
    margin-bottom: 36px;
  }
  picture.map {
    border-radius: 20px;
  }
  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer-bottom {
    padding: 26px 0 26px 0px;
  }
  .copyright-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .copyright-block span.copyright {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .copyright-block span {
    font-size: 15px;
  }
  .f-payments {
    margin-bottom: 18px;
  }
  .f-right {
    gap: 18px;
  }
  .author {
    font-size: 13px;
  }
  .author a {
    color: #727B87;
  }
}
@media screen and (min-width: 1024px) {
  .footer-main {
    padding: 66px 0 54px 0;
    justify-content: flex-start;
    gap: 60px;
  }
  .footer-menu__box {
    min-width: initial;
  }
  .footer-menu__box .footer-menu__title {
    font-size: 20px;
  }
  .footer-menu__box .footer-menu__content {
    font-size: 17px;
  }
  .footer-menu__box .footer-menu__content a[href*="tel:"] {
    font-size: 19px;
  }
  .footer-menu__box .footer-menu__content a[href*="mailto:"] {
    font-size: 16px;
  }
  .footer-social {
    margin-top: 28px;
    margin-bottom: 22px;
  }
  .footer-middle {
    margin-bottom: 0;
  }
  picture.map {
    border-radius: 20px;
  }
  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
  }
  .footer-bottom {
    padding: 20px 0 25px 0px;
  }
  .copyright-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .f-right {
    gap: 13px;
  }
  .footer-right {
    flex-direction: row;
    gap: 20px 160px;
  }
  .footer-menu__title {
    pointer-events: none;
    flex: none;
  }
  .footer-left {
    margin-bottom: 0;
  }
  .footer-menu__box .footer-menu__content {
    display: block;
  }
  .footer-menu__box .footer-menu__title::after {
    display: none;
  }
  .f-menu ul li {
    margin-bottom: 14px;
  }
  .footer-bottom__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .copyright-block {
    align-items: flex-start;
    max-width: 250px;
  }
  .copyright-block span {
    text-align: left;
    color: #727B87;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .footer-bottom__wrapper {
    align-items: center;
  }
  .copyright-block {
    max-width: 485px;
  }
  .footer-menu__inner {
    font-size: 17px;
    line-height: 26px;
  }
  .footer-menu__inner ul li::before {
    top: 10px;
  }
  .footer-menu__title {
    pointer-events: none;
  }
  .footer-middle {
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-right {
    gap: initial;
    flex: 1;
  }
}