#machines-icon-pos {
    position: absolute;
    z-index: 1000;
    right: 6vw;
    bottom: -4.5vw;
}

#machines-icon {
    width: 17vw;
    border: none;
}

#rs-team-logo {
    position: fixed;
    left: 6vw;
    z-index: 1000;
    height: clamp(71px, 6vh, 144px)
}

#phone-number-link, #rs-team-page-link, #email-link {
    color: black;
    font-size: 14px;

}

#company-contacts {
    display: flex;
    justify-content: center;
    color: #1b1b1b;
    gap: 10px;
    padding-top: 10px;
}

#phone-number-link, #email-link {
    color: black;
}

#phone-icon {
    width: 43px;
    height: 41px;
}

#email-icon {
    width: 43px;
    height: 41px;
}

#website-icon {
    width: 45px;
    height: 41px;
}

.footer, .footer-welcome {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13vh;
    background-color: #ffffff;
    text-align: center;
    z-index: 1001;
    box-sizing: border-box;
    env(safe-area-inset-bottom); /* support for notch / iPhone */
}

.footer-welcome {
    padding-top: 0;
}

#email-link {
    font-size: 14px;
}

@media (max-width: 1209px) {
    #email-link, #rs-team-page-link, #phone-number-link {
        font-size: 10px;
    }

}

@media (max-width: 955px) {
    #rs-team-logo {
        display: none;
    }
}

@media (max-width: 919px) {
    .card {
        margin-bottom: 10px;
    }
}

@media (max-width: 819px) {
    #machines-icon-pos {
        display: none;
    }
}

@media (max-width: 800px) {
  #email-link, #rs-team-page-link, #phone-number-link {
    font-size: 12px;
  }
}

@media (max-width: 505px) {
  #email-link, #rs-team-page-link, #phone-number-link {
    font-size: 10px !important;
  }
}

@media (max-width: 448px) {
     #company-contacts div img {
         display: block;
     }

    #phone-icon {
        margin-left: 22px;
    }

    #email-icon {
        margin-left: 26px;
    }

    #website-icon {
        margin-left: 13px;
    }
}

