@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishregularwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishboldwebfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishblackwebfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.w-footer {
  position: relative;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FCF2DF;
  display: -ms-flexbox;
  display: flex; }
  .w-footer__right_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 547px;
    height: 361px;
    z-index: 2;
    overflow: hidden; }
    .w-footer__right_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform-origin: bottom left; }
  .w-footer__bottom_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 580px;
    overflow: hidden; }
    .w-footer__bottom_image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .w-footer__content {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: auto;
    gap: 40px;
    -ms-flex-align: center;
        align-items: center; }
    .w-footer__content .w-footer__logo {
      width: 214px;
      height: 177px;
      object-fit: contain; }
    .w-footer__content .w-footer-links {
      direction: rtl;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .w-footer__content .w-footer-links .footer-link {
        display: inline-block;
        color: #00366a;
        padding-inline: 10px;
        text-decoration: none;
        font-family: "carish"; }
        .w-footer__content .w-footer-links .footer-link:not(:last-child) {
          border-left: 1px solid #00366a; }
    .w-footer__content .w-footer-social {
      display: none; }
  .w-footer__back-to-top {
    position: absolute;
    top: 0;
    left: 360px;
    width: 42px;
    height: 42px;
    background-color: #d0ad67;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 5;
    transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .w-footer {
      min-height: 400px; }
      .w-footer__right_image {
        width: 50%;
        height: auto;
        z-index: 2; }
        .w-footer__right_image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform-origin: bottom left;
          transform: translate(40px, -100px); }
      .w-footer__bottom_image {
        width: 50%;
        height: auto; }
        .w-footer__bottom_image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .w-footer__back-to-top {
        top: 0;
        left: 10px; }
      .w-footer__content {
        gap: 30px; }
        .w-footer__content .w-footer__logo {
          width: 132px;
          height: 110px; }
        .w-footer__content .w-footer-links {
          display: none; }
        .w-footer__content .w-footer-social {
          display: -ms-flexbox;
          display: flex;
          gap: 33px; } }
