.footer__links-link,
.footer__slider-magnifier {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.footer__links-link:focus,
.footer__slider-magnifier:focus {
  outline-color: rgba(0, 0, 0, 0);
}
.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .footer {
    overflow: visible;
  }
}
.footer__wrap {
  padding-top: 30px;
  padding-bottom: 84px;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .footer__wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__wrap {
    padding-top: 63px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__wrap {
    padding-top: 87px;
  }
}
.footer__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 6px;
  background: #cdcfcf;
}
.footer__content {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 30px 0;
  }
}
@media only screen and (min-width: 900px) {
  .footer__content {
    margin: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__col {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col {
    padding: 0;
  }
}
.footer__col_1 {
  padding-right: 46px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .footer__col_1 {
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col_1 {
    flex-direction: column-reverse;
    width: 42.4%;
  }
}
@media only screen and (min-width: 991px) {
  .footer__col_1 {
    width: 28%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__col_1 {
    width: 31%;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col_1 {
    width: 29%;
    margin-right: 5%;
  }
}
.footer__col_2 {
  margin-top: 29px;
  padding-right: 46px;
}
@media only screen and (min-width: 600px) {
  .footer__col_2 {
    padding-right: 0;
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col_2 {
    flex: 1;
    width: 20px;
    display: block;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 991px) {
  .footer__col_2 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__col_2 {
    justify-content: space-between;
    gap: 11%;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col_2 {
    justify-content: center;
    gap: 5%;
    margin-right: 3%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1850px) {
  .footer__col_2 {
    gap: 20%;
  }
}
.footer__col_3 {
  margin-top: 18px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .footer__col_3 {
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col_3 {
    width: 296px;
    flex: none;
    padding: 0;
    padding-right: 21px;
    margin-top: -49px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__col_3 {
    width: 351px;
    padding-right: 31px;
    margin-top: -102px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col_3 {
    width: 30%;
    padding-right: 35px;
    margin-top: -146px;
  }
}
.footer__socials {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  height: 100%;
  max-height: 271px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .footer__socials {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__socials {
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
    position: relative;
    max-height: none;
    flex-direction: row;
    align-items: flex-start;
    height: auto;
  }
}
@media only screen and (min-width: 900px) {
  .footer__socials {
    margin-top: auto;
    max-width: 100%;
    margin-bottom: 7px;
    gap: 17px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__socials {
    padding: 0;
    gap: 20px;
    margin-bottom: 19px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  flex-wrap: wrap;
  max-height: 116px;
  gap: 10px 28px;
}
@media screen and (max-width: 600px) {
  .footer__links {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__links {
    max-width: 300px;
    margin: 0;
  }
}
@media only screen and (min-width: 900px) {
  .footer__links {
    gap: 11px 60px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__links {
    gap: 11px 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__links {
    padding: 0;
    max-height: 131px;
    gap: 11px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__links {
    max-height: 140px;
    gap: 10px 14%;
    max-width: none;
  }
}
@media only screen and (min-width: 1850px) {
  .footer__links {
    gap: 10px 21%;
  }
}
.footer__links-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: #4b4e51;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer__links-link {
    cursor: pointer;
  }
  .footer__links-link:hover {
    color: #f60;
  }
}
.footer__links-link:active {
  color: #f60;
}
@media only screen and (min-width: 1180px) {
  .footer__links-link {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__links-link {
    font-size: 16px;
  }
}
.footer__stores {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .footer__stores {
    gap: 10px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 900px) {
  .footer__stores {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .footer__stores {
    width: 156px;
    flex: none;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__stores {
    width: 180px;
  }
}
.footer__stores-button {
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
  flex: none;
}
@media only screen and (min-width: 600px) {
  .footer__stores-button {
    width: 140px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__stores-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__stores-button {
    width: 100%;
  }
}
.footer__stores-marketplaces {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
@media only screen and (min-width: 600px) {
  .footer__stores-marketplaces {
    gap: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__stores-marketplaces {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__stores-marketplaces {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.footer__contacts {
  margin-top: 30px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer__contacts {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__contacts {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .footer__contacts {
    padding: 0;
    margin-top: 21px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__contacts {
    margin-top: 0;
  }
}
.footer__contacts-links {
  display: flex;
  align-items: center;
  gap: 31px;
}
@media only screen and (min-width: 900px) {
  .footer__contacts-links {
    gap: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-links {
    gap: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-links {
    gap: 40px;
  }
}
.footer__contacts-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #4b4e51;
  transition: 0.3s;
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-link {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .footer__contacts-link {
    cursor: pointer;
  }
  .footer__contacts-link:hover {
    color: #f60;
  }
}
.footer__contacts-link:active {
  color: #f60;
}
.footer__contacts-link_active {
  color: #f60;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__contacts-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 16px;
  max-width: 300px;
}
@media only screen and (min-width: 900px) {
  .footer__contacts-info {
    display: block;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-info {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-info {
    margin-top: 30px;
  }
}
.footer__contacts-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: #4b4e51;
  flex: 1;
  width: 10px;
}
@media only screen and (min-width: 900px) {
  .footer__contacts-text {
    width: 100%;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-text {
    font-size: 12px;
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-text {
    font-size: 15px;
    max-width: 286px;
  }
}
.footer__contacts-text:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-text-br {
    display: none;
  }
}
.footer__slider {
  border-radius: 20px;
}
.footer__slider-nav {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
.footer__slider-slide {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 300px;
}
@media only screen and (min-width: 900px) {
  .footer__slider-slide {
    height: 306px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__slider-slide {
    height: 356px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__slider-slide {
    height: 400px;
  }
}
.footer__slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #19191b;
  opacity: 0.3;
}
.footer__slider-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
}
.footer__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer__slider-magnifier {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  box-shadow:
    inset 0 0 30px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8),
    0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  border-radius: 12px;
  width: 34px;
  height: 34px;
  fill: #fff;
  padding: 9px;
  transition: 0.3s;
}
.footer__slider-magnifier::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 20px 0 rgba(255, 124, 36, 0.6);
  background: #fb9031;
  transition: 0.3s;
  opacity: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  .footer__slider-magnifier::before {
    border-radius: 14px;
  }
}
@media (hover: hover) {
  .footer__slider-magnifier {
    cursor: pointer;
  }
  .footer__slider-magnifier:hover {
    background: hsla(0, 0%, 100%, 0.03);
    box-shadow:
      inset 0 0 30px 0 hsla(0, 0%, 100%, 0.6),
      inset 0 0 2px 0 hsla(0, 0%, 100%, 0.6),
      0 4px 20px 0 rgba(25, 25, 27, 0.1);
  }
  .footer__slider-magnifier:hover::before {
    opacity: 1;
  }
}
.footer__slider-magnifier:active::before {
  box-shadow: none;
}
@media only screen and (min-width: 900px) {
  .footer__slider-magnifier {
    backdrop-filter: blur(8px);
  }
}
@media only screen and (min-width: 1180px) {
  .footer__slider-magnifier {
    border-radius: 14px;
    width: 40px;
    height: 40px;
    padding: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__slider-magnifier {
    width: 44px;
    height: 44px;
    padding: 13px;
  }
}
.footer__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #4b4e51;
  position: absolute;
  bottom: 0;
  opacity: 0.4;
  z-index: 10;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  rotate: 180deg;
  right: -16px;
  display: flex;
}
@media only screen and (min-width: 600px) {
  .footer__text {
    right: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__text {
    font-size: 12px;
  }
}
.footer__text-dec {
  display: inline-block;
  margin: 2px 0;
}
.footer__text-copy {
  rotate: 90deg;
}
