footer {
  background: #2E323D;
  color: #fff;
  padding: 3.25rem 0;
}
footer .container {
  flex-direction: column;
  gap: 1.25rem;
}

.footer-left {
  margin: 0 0 .5rem;
}

.block-brending-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 20rem;
}
.block-brending-footer .logo {
  max-width: 200px;
}
.block-brending-footer .site-name {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: .875rem;
  padding: .125rem 5px 5px;
}
.block-brending-footer .site-slogan {
  display: inherit;
  font-size: .875rem;
}
.block-brending-footer .calc a {
  align-items: center;
  background: url("../images/icons/icon-calc.svg") no-repeat 0 50%;
  display: flex;
  color: #f2f2f2;
  font-family: "Sero Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 2.25rem;
  line-height: 21px;
  padding: 0 0 0 44px;
}
.block-brending-footer .calc a:hover {
  font-weight: 900;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  order: 2;
}
footer .block-menu {
}

.block-footer-catalog-menu {
}
.footer-menu .menu {}
.block-menu-footer .menu--level-1 {
  display: flex;
  flex-direction: column;
  gap: .625rem;
}
.footer-menu .menu li {
  margin: 0 0 .5rem;
}
.block-menu-footer .menu--level-1 > li {
  margin: 0;
}
.footer-menu .menu li:last-child {
  margin: 0;
}
.footer-menu .menu li a {
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1rem;
}
.footer-menu .menu li a.menu__link--level-1 {
  font-size: 19px;
  line-height: 25px;
}
.footer-menu .menu li a.menu__link--level-2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
.footer-menu .menu li a.menu__link--has-children {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.footer-menu .menu li a:hover {
  font-weight: 900;
}
.footer-menu .menu__item--has-children > a:after {
  background: url(../images/icons/icon-collapsed-white.svg) no-repeat 50%;
  content: "";
  display: block;
  height: .5rem;
  width: .875rem;
  transform: rotate(0);
  transition: transform .3s;
}
.block-menu-footer-catalog .menu--level-1 > .menu__item--has-children > a:after {
  content: none;
}
.footer-menu .menu li a:hover {}
.footer-menu .menu li ul {
  display: none;
  flex-direction: column;
  margin: 1.25rem 0 0 0;
}
.block-menu-footer-catalog .menu li ul {
  display: flex;
}
.block-menu-footer-catalog .menu li ul ul {
  display: none;
}
.footer-menu .menu li.expanded ul {
  display: flex;
}

.footer-right {
  order: 1;
}
.block-footer-contacts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block-footer-contacts *,
.block-footer-contacts .button-white {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}
.block-footer-contacts .button-white:hover {
  background: #000;
  border: 1px solid #000;
}
.block-footer-contacts a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
}
.footer-contacts-top {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
}
.block-footer-contacts .footer-email {
  display: none;
}
.block-footer-contacts .footer-email span {
  display: block;
  color: #F2F2F2;
  font-family: "Sero Pro", sans-serif;
  font-size: .875rem;
  line-height: 1.125rem;
}
.block-footer-contacts .footer-email a {
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 21px;
}
.block-footer-contacts .footer-email a:hover {
  color: #F2F2F2;
  font-weight: 900;
}
.block-footer-contacts .footer-whatsapp {
  display: none;
}
.footer-whatsapp .whatsapp:hover {
  font-weight: 900;
}
.block-footer-contacts .footer-phones {
  margin: 0 0 5px;
  order: 0;
}
.block-footer-contacts .phone-item {
  font-family: "Sero Pro", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  white-space: nowrap;
}
.block-footer-contacts .phone-item:hover {
  color: #F2F2F2;
  font-weight: 900;
}
.block-footer-contacts .footer-call {
  order: 1;
}
.block-footer-contacts .button-white {
  background: transparent;
  border: 1px solid #f2f2f2;
  padding: 0.5rem 2.25rem;
}
.block-footer-contacts .footer-work_times {
  background: url("../images/icons/icon-time.svg") no-repeat 0 50%;
  display: flex;
  flex: 0 0 calc(100% - 2rem);
  justify-content: space-between;
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
}
.block-footer-contacts .footer-work_time {
}
.block-footer-contacts .footer-work_time span {
  display: block;
}
.block-footer-contacts .footer-adress {
  background: url("../images/icons/icon-adress.svg") no-repeat 0 50%;
  background-size: 23px;
  flex: 0 0 calc(100% - 2rem);
  margin: 0 0 .75rem;
  max-width: 14rem;
  padding: 0 0 0 2rem;
}
.block-footer-contacts .footer-email_social {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  gap: .5rem;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.block-footer-contacts .footer-email_social .footer-email {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.block-footer-contacts .footer-social {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.block-footer-contacts .footer-social span {
  text-align: center;
}
.block-footer-contacts .footer-social .social {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.block-footer-contacts .footer-social a {
  display: block;
  height: 1.5rem;
  font-size: 0;
  width: 1.5rem;
}
.block-footer-contacts .footer-social .icon.telegram {
  background: url(../images/icons/icon-tg-white.svg) no-repeat 50%;
  background-size: cover;
}
.block-footer-contacts .footer-social .icon.vkontakte {
  background: url(../images/icons/icon-vk-white.svg) no-repeat 50%;
  background-size: cover;
}
.block-footer-contacts .footer-payments_method {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}
.block-footer-contacts .payment_method {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  padding-left: 28px;
}
.footer-payments_method .payment_nocash {
  background: url(../images/icons/icon-nocash.svg) no-repeat 0 50%;
}
.footer-payments_method .payment_cash {
  background: url(../images/icons/icon-cash.svg) no-repeat 0 50%;
}
.footer-payments_method .payment_qrcode {
  background: url(../images/icons/icon-qrcode.svg) no-repeat 0 50%;
}


.block-copyright {
  order: 10;
  width: 100%;
}
.block-copyright .block__content {
  display: flex;
  flex-direction: column;
  gap: .625rem;
  width: 100%;
}
.block-copyright .block__content * {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}
.block-copyright .block__content a {
  text-decoration: underline;
}
.block-copyright .block__content a:hover {
  font-weight: 900;
}
.block-copyright .footer-payments_method {
  margin: 0 0 .625rem;
}

@media (min-width: 768px) {
  footer {
    padding: 3.75rem 0;
  }
  footer .container {
    display: grid;
    gap: 0 1.25rem;
    grid: repeat(3, 1fr) / repeat(2, 1fr);
  }

  .footer-left {
    margin: 0;
  }

  .block-brending-footer {
    max-width: 16rem;
  }
  .block-brending-footer .site-slogan {
    font-family: "Sero Pro", sans-serif;
    font-size: 1rem;
    line-height: 21px;
  }
  .block-brending-footer .calc a {
    background-size: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 0 0 34px;
  }

  .footer-menu {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    grid-area: 2 / 1 / 4 / 2;
    max-width: 400px;
  }
  footer .block-menu {
    flex: 0 0 152px;
  }
  .footer-menu .menu li a {
    font-size: 1.125rem;
  }
  .footer-menu .menu li a.menu__link--level-2,
  .footer-menu .menu li a.menu__link--level-2 {
    font-size: .75rem;
  }
  .block-menu-footer-catalog .menu li a.menu__link--level-2 {
    font-family: Sero Pro, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1rem;
  }
  .footer-menu .menu__item--has-children > a:after {
    content: none;
  }
  .footer-menu .menu li {
    margin: 0;
  }
  .footer-menu .menu li ul {
    display: flex;
    gap: .635rem;
    margin: .375rem 0 0 0;
  }
  .footer-menu .menu li ul li a {
    font-family: Raleway, sans-serif;
    font-size: .75rem;
    font-weight: 400;
  }
  .block-menu-footer-catalog .menu li ul li a.menu__link--level-2 {
    font-family: "Sero Pro", sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1rem;
  }
  .footer-menu .menu li ul ul {
    display: flex;
  }

  .footer-right {
    grid-area: 1 / 2 / 3 / 3;
  }
  .block-footer-contacts {
    gap: 1rem 0;
  }
  .block-footer-contacts * {
    font-size: .875rem;
    line-height: 1.125rem;
  }
  .block-footer-contacts .footer-contacts-top {
    align-items: center;
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .block-footer-contacts .footer-whatsapp {
    display: inherit;
    order: 5;
  }
  .footer-whatsapp .whatsapp {
    color: #fff;
    background: url(../images/icons/icon-whatsapp-white.svg) no-repeat 0 50%;
    background-size: inherit;
    font-size: .875rem;
    font-weight: 400;
    padding-left: 1.875rem !important;
    width: auto;
  }
  .block-footer-contacts .footer-phones {
    flex: 0 0 100%;
    margin: 0;
  }
  .block-footer-contacts .phone-item {
    font-size: 28px;
    line-height: 2.25rem;
  }
  .block-footer-contacts .button-white {
    padding: .375rem 2rem;
  }
  .block-footer-contacts .footer-work_times {
    flex-direction: column;
    margin: 0 0 1.5rem;
  }
  .block-footer-contacts .footer-work_time span {
    display: inline;
  }
  .block-footer-contacts .footer-adress {
    font-size: .875rem;
    line-height: 18px;
    margin: 0 0 .75rem;
    max-width: calc(100% - 2rem);
  }
  .block-footer-contacts .footer-email_social {
    margin: 0 0 1.5rem;
  }
  .block-footer-contacts .footer-payments_method {
    display: flex;
  }

  .block-copyright {
  }
  .block-copyright .block__content {
    height: 100%;
  }
  .block-copyright .politics {
    margin-top: auto;
  }
  .block-copyright .footer-payments_method {
    display: none;
  }
}
@media (min-width: 1440px) {
  footer {
    padding: 3.125rem 0;
  }

  footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6.5rem;
    justify-content: start;
    position: relative;
  }

  .footer-left {
    flex: 0 0 184px;
    margin: .5rem 0 0;
  }
  .block-brending-footer .brending-wrapper {
    margin: 0 0 .625rem;
  }
  .block-brending-footer .logo {
    max-width: 124px;
  }
  .block-brending-footer .site-name {
    font-size: 6px;
    font-weight: 400;
    line-height: .5rem;
    margin: 0;
    max-width: 136px;
    padding: 0 5px 5px;
  }
  .block-brending-footer .site-slogan {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0 0 1.5rem;
    max-width: 185px;
  }

  .block-brending-footer .calc a {
    background-size: 1.875rem;
    font-size: 17px;
    line-height: 21px;
    padding: 0 0 0 46px;
  }

  .footer-menu {
    flex: 0 0 460px;
    justify-content: space-between;
    max-width: 460px;
    order: 1;
    position: relative;
    z-index: 1;
  }
  footer .block-menu {
    flex: 0 0 170px;
  }
  .footer-menu .menu li ul {
    gap: 0.325rem;
    margin: 0.5rem 0 0 0;
  }
  .footer-menu .menu li ul ul {
  }
  .block-menu-footer .menu--level-1 {
    gap: 1.125rem;
  }

  .footer-right {
    flex: 0 0 410px;
    margin: 0 0 0 auto;
    order: 2;
    padding: 0 0 2.25rem;
  }
  .block-footer-contacts {
    gap: 1.25rem 0;
  }
  .block-footer-contacts .block__title {
  }
  .block-footer-contacts .footer-contacts-top {
    gap: .75rem 0;
  }
  .footer-contacts-top .footer-item {
    display: block;
    flex: 0 0 48%;
  }
  .block-footer-contacts .footer-email span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1rem;
    margin: 0 0 .25rem;
  }
  .block-footer-contacts .footer-email a {
    font-size: 18px;
    line-height: 31px;
  }
  .block-footer-contacts .footer-whatsapp {
    order: 1;
  }
  .footer-whatsapp .whatsapp {
    font-size: 1rem;
    line-height: 1;
    padding: .125rem 0 .125rem 1.875rem !important;
  }
  .block-footer-contacts .footer-phones {
    margin: .25rem 0 0;
  }
  .block-footer-contacts .phone-item {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 33px;
  }
  .block-footer-contacts .footer-call {
    order: 4;
  }
  .block-footer-contacts .button-white {
    padding: 0.5rem 2.5rem;
  }
  .block-footer-contacts .footer-work_times {
    flex-direction: row;
    gap: 1.25rem;
    justify-content: start;
    margin: 0;
  }
  .block-footer-contacts .footer-work_times * {
    font-size: .75rem;
    line-height: 1rem;
  }
  .block-footer-contacts .footer-work_time {
    font-size: .75rem;
    line-height: 1rem;
  }
  .block-footer-contacts .footer-work_time:first-child {
    flex: 0 0 160px;
  }
  .block-footer-contacts .footer-work_time span {
    display: block;
  }
  .block-footer-contacts .footer-adress {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0 0 0.5rem;
    padding: .25rem 0 .25rem 2rem;
  }
  .block-footer-contacts .footer-email_social {
    order: 10;
  }
  .block-footer-contacts .footer-email_social .footer-email {
    display: none;
  }
  .block-footer-contacts .footer-social {
    flex-direction: row-reverse;
  }
  .block-footer-contacts .footer-payments_method {
    margin: 0 0 0.5rem;
  }


  .block-copyright {
    bottom: 0;
    left: 45px;
    position: absolute;
    right: 45px;
    width: calc(100% - 90px);
    z-index: 0;
  }
  .block-copyright .block__content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .block-copyright .footer-payments_method {
  }
  .block-copyright .block__content * {
    font-weight: 200;
  }
  .block-copyright .block__content span {
    display: block;
  }
  .block-copyright .politics {
    max-width: 410px;
  }
  .block-copyright .copyright {
    max-width: 230px;
  }
}
@media (min-width: 1680px) {
  footer {
    padding: 3.25rem 0;
  }

  .footer-left {
    flex: 0 0 280px;
  }
  .block-brending-footer .logo {
    max-width: 180px;
  }
  .block-brending-footer .site-name {
    font-size: 9px;
    line-height: .625rem;
    max-width: 180px;
  }
  .block-brending-footer .site-slogan {
    font-size: 1.125rem;
    letter-spacing: .4px;
    line-height: 1.375rem;
    margin: 0 0 2rem;
    max-width: 300px;
    width: 300px;
  }
  .block-brending-footer .calc a {
    background-size: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0 0 0 40px;
  }

  .footer-menu {
    flex: 0 0 480px;
    max-width: 480px;
  }
  footer .block-menu {
    flex: 0 0 185px;
  }
  .footer-menu .menu li ul {
    gap: 0.625rem;
    margin: 0.375rem 0 0 0;
  }
  .footer-menu .menu li ul ul {
    margin: 0.625rem 0 0 0;
  }
  .footer-menu .menu li ul li a {
    letter-spacing: 1.1px;
  }

  .footer-right {
    flex: 0 0 480px;
    margin: -.5rem 0 0 auto;
  }
  .block-footer-contacts {
    gap: 1rem 0;
    max-width: 100%;
  }
  .block-footer-contacts .footer-contacts-top {
    gap: .5rem 0;
  }
  .block-footer-contacts .footer-email span {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
  }
  .block-footer-contacts .footer-email a {
    font-size: 1.25rem;
    line-height: 33px;
  }
  .footer-whatsapp .whatsapp {
    letter-spacing: 1.2px;
    padding: .75rem 0 .125rem 1.875rem !important;
  }
  .block-footer-contacts .footer-phones {
    flex: 0 0 50%;
    margin: .5rem 0 0;
  }
  .block-footer-contacts .phone-item {
    font-size: 1.25rem;
    letter-spacing: .8px;
    line-height: 35px;
  }
  .block-footer-contacts .footer-phone:first-child .phone-item {
    font-size: 1.625rem;
    line-height: 35px;
  }
  .block-footer-contacts .footer-work_times {
    gap: 4rem;
  }
  .block-footer-contacts .footer-work_time {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .block-footer-contacts .footer-work_time:first-child {
    flex: 0 0 180px;
  }
  .block-footer-contacts .footer-work_time span {
    font-size: .875rem;
    line-height: 1.125rem;
  }
  .block-footer-contacts .footer-adress {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0 0 0 2rem;
    min-height: 35px;
  }
  .block-footer-contacts .payment_method {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .block-copyright .politics {
    max-width: 484px;
  }
  .block-copyright .copyright {
    max-width: 300px;
  }
  .block-copyright .block__content * {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}