* {
    font-family: "Inter", sans-serif;
}

.mobile-block {
    width: 800px;
    height: 1280px;
    background: #000;
    margin: 0 auto;
    border: 4px solid rgba(36, 253, 97, 1);
}

.header {
    display: flex;
    justify-content: center;
}

.header-number {
    font-size: 60px;
    color: #24FD61;
    min-width: 60px;
    font-family: "Quicksand", sans-serif;
}

.nav-big-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 70px;
    border-radius: 15px;
    background: #000;
    border: 4px solid #24FD61;;
}

.header__logo {
  position: relative;
  display: block;
  width: 300px;
  height: 80px;
  padding-top: 10px;
}

.nav-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #24FD61;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-top p {
    font-size: 2rem;
    text-align: center;
}

.container_numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 15px;
    width: 446px;
    margin: 0 auto;
    margin-top: 170px;
}

.num-box {
    display: inline-block;
    text-align: center;
    width: 135px;
    height: 135px;
    border: 2px solid rgba(36, 253, 97, 1);
    border-radius: 12px;
    font-size: 60px;
    text-decoration: none;
    color: rgba(36, 253, 97, 1);
    background: #000;
    cursor: pointer;
    margin-bottom: 5px;
}

.text-center { text-align: center; }

.main {
    margin-bottom: 30px;
    margin-top: 50px;
}

.footer {
  display: flex;
  justify-content: space-between;
  height: 3rem;
}

.header-border {
  border-left: 4px solid #24FD61;
  border-right: 4px solid #24FD61;
  border-bottom: 4px solid #24FD61;
  border-radius: 0px 0px 30px 30px;
}

.left-box-button {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
}

.left-up {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    left: -4px;
    border-bottom: 4px solid #24FD61;
    border-left: 4px solid #24FD61;
    border-bottom-left-radius: 25px;
}

.left-center {
    position: absolute;
    top: 15px;
    left: 0;
    width: 145px;
    height: 100px;
    border-top: 4px solid #24FD61;
    border-bottom: 4px solid #24FD61;
    border-right: 4px solid #24FD61;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.left-down {
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: -38px;
    left: -4px;
    border-top: 4px solid #24FD61;
    border-left: 4px solid #24FD61;
    border-top-left-radius: 25px;
}

.right-box-button  {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    /* margin-top: 10px; */
}

.right-up {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    right: -4.5px;
    border-bottom: 4px solid #24FD61;
    border-right: 4px solid #24FD61;
    border-bottom-right-radius: 25px;
}

.right-center {
    position: absolute;
    top: 15px;
    right: 0;
    width: 145px;
    height: 100px;
    border-top: 4px solid #24FD61;
    border-bottom: 4px solid #24FD61;
    border-left: 4px solid #24FD61;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.right-down {
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: -38px;
    right: -4.5px;
    border-top: 4px solid #24FD61;
    border-right: 4px solid #24FD61;
    border-top-right-radius: 25px;
}

.left-box-button img {
    position: absolute;
    top: 40px;
    left: 35px;
    width: 60px;
    height: 50px;
}
.right-box-button img  {
    position: absolute;
    top: 40px;
    right: 45px;
    width: 50px;
    height: 50px;
}

.center-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: rgba(36, 253, 97, 1);
    border-radius: 12px;
    padding: 3rem 8rem;
    margin-top: 20px;
    font-size: 3rem;
    font-family: "Inter", sans-serif;
}

.red {
    color: #FD2424;
}

.center-text {
    text-align: center;
}

.text-black {
    font-weight: 650;
    border-bottom: 3px solid #000;
}

.tel-input {
    letter-spacing: 2px;
    font-size: 1.8rem;
    background-color: #24FD61;
    color: #000000;
    font-weight: 400;
    outline: none;
    text-align: center;
    width: 80%;
}

.mobile-block {
    width: 800px;
    height: calc(1640px - 17px);
}
