.footer {
 padding: 40px 0;
 background: #232126;
}

.footer-top-wrapper {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.03);
 padding-bottom: 30px;
}

.footer-top-left {
 flex-grow: 0;
 display: flex;
 align-items: center;
}


.footer-logo {
 min-width: 176px;
 width: 176px;
 height: 22px;
 object-fit: contain;
}

.footer-logo-text {
 color: rgba(255, 255, 255, 0.7);
 font-size: 13px;
 font-weight: 400;
 line-height: 16px;
 display: block;
 max-width: 310px;
 padding-left: 30px;
 margin-left: 30px;
 border-left: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-top-right {
 display: flex;
 align-items: center;
 gap: 60px;
 justify-content: flex-end;
}

.footer-social-icons {
 display: flex;
 flex-direction: column;
}

.footer-social-title {
 color: #FFF;
 font-size: 12px;
 font-weight: 500;
 line-height: 15px;
}

.footer-social-items {
 margin-top: 7px;
 display: flex;
 align-items: center;
 gap: 25px;
}

.footer-social-icon {
 display: flex;
 align-items: center;
 gap: 6px;
}

.footer-social-icon:hover .footer-social-icon-text {
 border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-social-icon img {
 max-height: 15px;
 height: 15px;
 object-fit: contain;
 width: auto;
}

.footer-social-icon-text {
 color: rgba(255, 255, 255, 0.6);
 font-size: 12px;
 font-weight: 500;
 line-height: 15px;
 transition: all .3s;
 border-bottom: 1px solid transparent;
 margin-bottom: -1px;
}

.footer-phohe-box {
 display: flex;
 flex-direction: column;
 gap: 4px;
 align-items: flex-end;
}

.footer-phohe-link {
 display: flex;
 align-items: center;
 gap: 6px;
}

.footer-phohe-icon {
 min-width: 17px;
 width: 17px;
 height: 17px;
 object-fit: contain;
}

.footer-phone-text {
 color: #FFF;
 font-size: 15px;
 font-weight: 700;
 line-height: 18px;
}

.footer-call-popup {
 display: block;
 width: fit-content;
 color: #FFC839;
 font-size: 12px;
 font-weight: 500;
 line-height: 15px;
 border-bottom: 1px solid rgba(255, 200, 57, 0.19);
 transition: all .3s;
}

.footer-call-popup:hover {
 color: #FFE8AA;
}

.footer-qr {
 display: flex;
 align-items: center;
 gap: 13px;
}

.footer-qr-title {
 color: #FFF;
 font-size: 14px;
 font-weight: 500;
 line-height: 18px;
 max-width: 91px;
}

.footer-qr-img img {
 min-width: 55px;
 width: 55px;
 height: 55px;
 object-fit: contain;
}


.footer-middle-wrapper {
 border-bottom: 1px solid rgba(255, 255, 255, 0.03);
 padding: 29px 0px;
 display: grid;
 grid-template-columns: repeat(5, auto);
 justify-content: space-between;
 gap: 20px;
}

.footer-menu {
 display: flex;
 flex-direction: column;
 gap: 6px;
 margin-bottom: 20px;
}

.footer-menu:last-child {
 margin-bottom: 0;
}

.footer-menu .footer-menu-item:first-child {
 margin-bottom: 6px;
}

.footer-menu-link {
 color: rgba(255, 255, 255, 0.6);
 font-size: 14px;
 font-weight: 400;
 line-height: 18px;
 transition: all .3s;
}

.footer-menu-link.category-title {
 color: #FFF;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 800;
 line-height: 120%;
 max-width: 180px;
 display: block;
}

a.footer-menu-link:hover {
 color: #FFC839;
}





.footer-bottom {
 padding-top: 30px;
}

.footer-bottom-wrapper {
 display: flex;
 align-items: center;
 gap: 30px;
 justify-content: flex-end;
}

.footer-bottom-text {
 color: rgba(255, 255, 255, 0.31);
 font-size: 13px;
 font-weight: 400;
 line-height: 16px;
 max-width: 823px;
 margin-right: auto;
}

.footer-full-age {
 display: flex;
 align-items: center;
 gap: 10px;
}

.footer-full-age-icon {
 min-width: 55px;
 width: 55px;
 height: 22px;
 object-fit: contain;
}

.footer-readycode {
 margin-right: 38px;
}

.footer-readycode a path {
 transition: all .3s;
}

.footer-readycode a:hover path {
 fill: rgba(255, 200, 57, 1);
}

.footer-full-age-title {
 color: rgba(255, 255, 255, 0.31);
 font-size: 12px;
 font-weight: 400;
 line-height: 15px;
 width: 196px;
}

.footer-honest-sign img {
 min-width: 146px;
 width: 146px;
 height: 34px;
 object-fit: contain;
}

.footer-top-left .footer-qr {
 display: none;
}

.footer-logo-wrapper {
 display: flex;
 align-items: center;
}

.footer-mob-toggle {
 display: none;
}


@media (max-width: 1150px) {
 .footer-top-right {
  gap: 30px;
 }

 .footer-logo-text {
  padding-left: 15px;
  margin-left: 15px;
 }
}

@media (max-width: 1066px) {
 .footer-top-right {
  gap: 15px;
 }

 .footer-qr-title {
  font-size: 13px;
 }

 .footer-phone-text {
  font-size: 14px;
 }

 .footer-qr {
  gap: 0;
 }
}


@media (max-width: 1024px) {


 .footer {
  padding: 20px 0;
 }

 .footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
 }

 .footer-logo-text {
  padding-left: 0;
  margin-left: 0;
  border: none;
 }

 .footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
 }

 .footer-logo {
  min-width: 145px;
  width: 145px;
  height: 17px;
  object-position: left;
 }

 .footer-logo-text {
  font-size: 12px;
  line-height: 14px;
  max-width: 189px;
 }

 .footer-top-wrapper {
  gap: 22px;
  padding-bottom: 15px;
 }

 .footer-phone-text {
  font-size: 15px;
 }

 .footer-qr-img img {
  min-width: 74px;
  width: 74px;
  height: 74px;
 }

 .footer-top-right {
  gap: 22px;
 }

 .footer-qr-title {
  max-width: 76px;
 }

 .footer-qr {
  gap: 4px;
 }


 .footer-middle-wrapper {
  padding: 15px 0;
  grid-template-columns: repeat(3, auto);
  gap: 26px 46px;
 }

 .footer-menu-link.category-title {
  font-size: 12px;
  line-height: 14px;
  max-width: fit-content;
 }

 .footer-menu .footer-menu-item:first-child {
  margin-bottom: 0px;
 }

 .footer-bottom {
  padding-top: 15px;
 }

 .footer-bottom-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
 }

 .footer-bottom-text {
  max-width: 60%;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
 }

 .footer-readycode {
  margin-right: 0;
  order: 5;
 }

 .footer-full-age {
  width: 35%;
 }

 .footer-menu-item {
  display: none;
 }

 .footer-menu-item.show {
  display: list-item;
 }

 .footer-menu-toggle {
  color: #FFC839;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: fit-content;
  border-bottom: 1px dashed #FFC839;
  cursor: pointer;
 }
}


@media (max-width: 768px) {
 .footer-top-wrapper {
  gap: 29px;
  flex-direction: column;
 }

 .footer-top-right .footer-qr {
  display: none;
 }

 .footer-top-right {
  gap: 10px;
  width: 100%;
  justify-content: space-between;
 }

 .footer-top-left .footer-qr {
  display: flex;
 }

 .footer-top-left {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
 }

 .footer-qr-title {
  max-width: 81px;
  width: 81px;
 }

 .footer-logo-text {
  max-width: 173px;
 }

 .footer-middle-wrapper {
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
 }

 .footer-menu {
  margin-bottom: 15px;
  gap: 9px;
 }

 .footer-bottom-text {
  max-width: 100%;
 }

 .footer-full-age {
  width: 100%;
 }

 .footer-mob-toggle {
  display: flex;
  width: 12px;
  height: 12px;
 }

 .footer-menu .footer-menu-item:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 .footer-mob-toggle {
  display: flex;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  transition: all .3s;
 }

 .footer-mob-toggle.active {
  transform: rotate(180deg);
 }



 .footer-menu-item {
  display: none;
 }

 .footer-menu-item.show {
  display: list-item;
 }

 .footer-menu-item:first-child {
  display: list-item;
 }


}


@media (max-width: 335px) {
 .footer-phone-text {
  font-size: 13px;
 }

 .footer-social-items {
  gap: 15px;
 }

 .footer-qr-img img {
  min-width: 55px;
  width: 55px;
  height: 55px;
 }
}