.footer {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer .footer-main-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  display: block;
}
.footer .footer-bg-parts {
  position: absolute;
  display: flex;
  left: 0;
  flex-direction: row;
  align-items: flex-end;
}
.footer .footer-bg-parts .bg-part {
  position: relative;
}
.footer .footer-bg-parts .bg-part img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer .footer-top {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
.footer .footer-top .contacts {
  margin-right: 14%;
}
.footer .footer-top .contacts a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.footer .footer-top .address {
  color: white;
}
.footer .footer-top .bottom-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer-top .bottom-menu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.footer .footer-bottom-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.footer .footer-bottom-block .copyrights {
  color: white;
}
.footer .footer-bottom-block .footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.footer .footer-bottom-block .footer-legals {
  color: white;
}
.footer .footer-bottom-block .footer-legals a {
  color: white;
  text-decoration: none;
  line-height: 100%;
}

@media screen and (min-width: 1600px) {
  .footer {
    padding-top: 34.12%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_xl.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-top {
    bottom: 50%;
  }
  .footer .footer-top .contacts {
    margin-right: 14%;
  }
  .footer .footer-top .contacts a {
    font-size: 0.8em;
  }
  .footer .footer-top .address {
    width: 25%;
    font-size: 0.8em;
  }
  .footer .footer-top .bottom-menu {
    width: 26%;
    margin-right: 4%;
    margin-left: 6%;
  }
  .footer .footer-top .bottom-menu a {
    width: 30%;
    font-size: 0.75em;
  }
  .footer .footer-bottom-block {
    bottom: 20px;
    gap: 60px;
  }
  .footer .footer-bottom-block .copyrights {
    margin-top: 5px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
  .footer .footer-bottom-block .footer-socials a {
    width: 35px;
    height: 35px;
    position: relative;
  }
  .footer .footer-bottom-block .footer-socials a img {
    width: 35px;
    object-fit: cover;
  }
  .footer .footer-bottom-block .footer-legals {
    font-size: 12px;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 7px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1599px) {
  .footer {
    padding-top: 34.12%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_xl.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-top {
    bottom: 43%;
  }
  .footer .footer-top .contacts {
    margin-right: 14%;
  }
  .footer .footer-top .contacts a {
    font-size: 0.8em;
  }
  .footer .footer-top .address {
    width: 25%;
    font-size: 0.8em;
  }
  .footer .footer-top .bottom-menu {
    width: 26%;
    margin-right: 4%;
    margin-left: 5%;
  }
  .footer .footer-top .bottom-menu a {
    width: 45%;
    font-size: 0.75em;
  }
  .footer .footer-bottom-block {
    bottom: 20px;
    gap: 60px;
  }
  .footer .footer-bottom-block .copyrights {
    font-size: 0.9em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .footer .footer-bottom-block .copyrights .footer-socials a {
    width: 40px;
    height: 40px;
    position: relative;
  }
  .footer .footer-bottom-block .copyrights .footer-socials a img {
    width: 40px;
    object-fit: cover;
  }
  .footer .footer-bottom-block .footer-legals {
    font-size: 12px;
  }
  .footer .footer-bottom-block .footer-legals .security .item {
    line-height: 1.2em;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 7px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1370px) {
  .footer {
    padding-top: 34.12%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_xl.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-bg-parts {
    margin-left: 40px;
    margin-right: 40px;
    bottom: 140px;
    width: calc(100% - 80px);
    gap: 30px;
  }
  .footer .footer-bg-parts .bg-part-1 {
    width: 20.77%;
    display: block;
  }
  .footer .footer-bg-parts .bg-part-2 {
    width: 30.23%;
    display: block;
  }
  .footer .footer-bg-parts .bg-part-3 {
    width: 27.75%;
    display: block;
  }
  .footer .footer-bg-parts .bg-part-4 {
    display: none;
  }
  .footer .footer-bg-parts .bg-part-5 {
    width: 17.05%;
    display: block;
  }
  .footer .footer-top {
    bottom: 40%;
  }
  .footer .footer-top .contacts {
    margin-right: 9%;
  }
  .footer .footer-top .contacts a {
    font-size: 0.8em;
  }
  .footer .footer-top .address {
    width: 25%;
    font-size: 0.8em;
  }
  .footer .footer-top .bottom-menu {
    width: 26%;
    margin-right: 7%;
    margin-left: 5%;
    justify-content: flex-end;
  }
  .footer .footer-top .bottom-menu a {
    width: 45%;
    font-size: 0.75em;
  }
  .footer .footer-bottom-block {
    bottom: 20px;
    gap: 60px;
  }
  .footer .footer-bottom-block .copyrights {
    font-size: 0.9em;
  }
  .footer .footer-bottom-block .footer-legals {
    font-size: 12px;
  }
  .footer .footer-bottom-block .footer-legals .security .item {
    line-height: 0.75em !important;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 7px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  .footer {
    padding-top: 53.88%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_l.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-top {
    flex-direction: column-reverse !important;
    bottom: 36%;
  }
  .footer .footer-top .contacts {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .footer-top .contacts a {
    font-size: 0.8em;
  }
  .footer .footer-top .address {
    width: 36%;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .footer-top .bottom-menu {
    width: 26%;
    margin-right: 2%;
    margin-left: auto;
    justify-content: flex-end;
  }
  .footer .footer-top .bottom-menu a {
    width: 45%;
    font-size: 0.75em;
  }
  .footer .footer-bottom-block {
    bottom: 5%;
    gap: 60px;
  }
  .footer .footer-bottom-block .copyrights {
    font-size: 0.9em;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }
  .footer .footer-bottom-block .copyrights a {
    width: 30px !important;
    height: 30px !important;
  }
  .footer .footer-bottom-block .copyrights a img {
    width: 30px !important;
  }
  .footer .footer-bottom-block .footer-legals {
    font-size: 12px;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 7px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 67.38%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_m.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-top {
    flex-direction: column-reverse !important;
    bottom: 33%;
  }
  .footer .footer-top .contacts {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 19px;
  }
  .footer .footer-top .contacts a {
    font-size: 0.8em;
  }
  .footer .footer-top .address {
    width: 50%;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-top .bottom-menu {
    width: 500px;
    margin-right: 2%;
    margin-left: auto;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .footer .footer-top .bottom-menu a {
    width: 30%;
    font-size: 0.75em;
  }
  .footer .footer-bottom-block {
    bottom: 7%;
    gap: 30px;
    justify-content: space-around;
  }
  .footer .footer-bottom-block .copyrights {
    font-size: 10px;
    align-items: flex-start;
  }
  .footer .footer-bottom-block .footer-legals {
    font-size: 10px;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 5px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 10px;
  }
}
@media screen and (max-width: 760px) {
  .footer {
    padding-top: 88.25%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_s.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-top {
    flex-direction: column !important;
    bottom: 45%;
  }
  .footer .footer-top .contacts {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 12px;
    margin-bottom: 20px;
  }
  .footer .footer-top .contacts a {
    font-size: 10px;
    line-height: 12px;
  }
  .footer .footer-top .address {
    width: 80%;
    line-height: 12px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-top .bottom-menu {
    display: none;
  }
  .footer .footer-bottom-block {
    bottom: 6%;
    margin-right: 10px;
    gap: 15px;
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .footer .footer-bottom-block .copyrights {
    width: calc(100% - 20px);
    font-size: 8px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 13px;
    flex-direction: row-reverse;
  }
  .footer .footer-bottom-block .copyrights p {
    width: 50%;
  }
  .footer .footer-bottom-block .copyrights .footer-socials {
    gap: 10px;
    flex-shrink: 1;
  }
  .footer .footer-bottom-block .copyrights .footer-socials a {
    width: 20px;
    height: 20px;
  }
  .footer .footer-bottom-block .copyrights .footer-socials a img {
    width: 20px;
  }
  .footer .footer-bottom-block .footer-legals {
    width: 45%;
    margin-right: 10px;
    font-size: 8px;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 5px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 8px;
  }
}
@media screen and (max-width: 450px) {
  .footer {
    padding-top: 88.25%;
  }
  .footer .footer-main-bg {
    background: url("/local/images/footer/footer_s.png") 100% 0 no-repeat;
    background-size: cover;
  }
  .footer .footer-top {
    flex-direction: column !important;
    bottom: 45%;
  }
  .footer .footer-top .contacts {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 12px;
    margin-bottom: 20px;
  }
  .footer .footer-top .contacts a {
    font-size: 10px;
    line-height: 12px;
  }
  .footer .footer-top .address {
    width: 80%;
    line-height: 12px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-top .bottom-menu {
    display: none;
  }
  .footer .footer-bottom-block {
    bottom: 4%;
    margin-right: 10px;
    gap: 15px;
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .footer .footer-bottom-block .copyrights {
    width: calc(100% - 20px);
    font-size: 8px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 13px;
    flex-direction: row-reverse;
  }
  .footer .footer-bottom-block .copyrights p {
    width: 45%;
    margin-right: 10px;
  }
  .footer .footer-bottom-block .copyrights .footer-socials {
    gap: 10px;
    flex-shrink: 1;
    width: 50%;
    margin-left: auto;
    justify-content: center;
  }
  .footer .footer-bottom-block .copyrights .footer-socials a {
    width: 20px !important;
    height: 20px !important;
  }
  .footer .footer-bottom-block .copyrights .footer-socials a img {
    width: 20px !important;
  }
  .footer .footer-bottom-block .footer-legals {
    width: 45%;
    margin-right: 10px;
    font-size: 8px;
  }
  .footer .footer-bottom-block .footer-legals .security .item:first-child {
    margin-bottom: 5px;
  }
  .footer .footer-bottom-block .footer-legals a {
    font-size: 8px;
  }
}

/*# sourceMappingURL=footer.css.map */
