* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.Module__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Module__inner a {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.Module__inner img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.navig {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.navig a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.navig a:hover {
    text-decoration: underline;
}

.Module__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.Module__buttons p {
    font-size: 14px;
    margin: 0;
}

.Module__icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.Module__icons img {
    width: 28px;
    height: 27px;
}

.Module__text {
    margin-top: 20px;
}

.Module__text p {
    font-size: 12px;
    margin: 0;
}

.Contacts {
    margin-top: 50px;
    flex: 1;
}

.Contacts__inner {
    max-width: 1056px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.Contacts__inner_navig {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 400;
}

.Contacts__inner_navig a {
    text-decoration: none;
    color: #18291bcc;
}

.Contacts__inner_navig p {
    color: #18291bcc;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0;
}

.Contacts__inner h1 {
    font-size: 32px;
    font-weight: 700;
    color: #18291bcc;
    margin-top: 50px;
    margin-bottom: 0;
}

.Contacts__inner_content {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.Contacts__inner_content_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Contacts__inner_content_info_ip {
    width: 697px;
    height: 119.5px;
    border-radius: 20px;
    background-color: #F8F8F8;
    padding-left: 20px;
}

.Contacts__inner_content_info_ip p:nth-child(1) {
    color: #0b0f0cd0;
    margin-top: 34.75px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.Contacts__inner_content_info_ip p:nth-child(2) {
    color: #18291bcc;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.Contacts__inner_content_info_contacts {
    width: 697px;
    height: 119.5px;
    display: flex;
    gap: 8px;
}

.contacts_phone {
    width: 344.5px;
    height: 119.5px;
    border-radius: 20px;
    background-color: #F8F8F8;
    display: flex;
    gap: 15px;
    padding-left: 20px;
}

.contacts_phone img {
    width: 48px;
    height: 48px;
    margin-top: 35.75px;
    cursor: pointer;
}

.contacts_phone_text {
    display: flex;
    flex-direction: column;
    margin-top: 23.75px;
    width: 241.5px;
    height: 72px;
}

.contacts_phone_text p:nth-child(1) {
    color: #2f49338f;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.contacts_phone_text p:nth-child(2) {
    color: #18291bcc;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
}

.contacts_phone_text p:nth-child(3) {
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.contacts_mail {
    width: 344.5px;
    height: 119.5px;
    border-radius: 20px;
    background-color: #F8F8F8;
    display: flex;
    gap: 15px;
    padding-left: 20px;
}

.contacts_mail img {
    width: 48px;
    height: 48px;
    margin-top: 35.75px;
    cursor: pointer;
}

.contacts_mail_text {
    display: flex;
    flex-direction: column;
    margin-top: 38.75px;
    width: 241.5px;
    height: 42px;
}

.contacts_mail_text p:nth-child(1) {
    color: #18291bcc;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.contacts_mail_text p:nth-child(2) {
    color: #18291bcc;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
}

.Contacts__inner_content_hours {
    width: 351px;
    height: 247px;
    border-radius: 20px;
    background-color: #F8F8F8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Contacts__inner_content_hours h1 {
    color: #18291bcc;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.content_hours_monday {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.content_hours_monday p:nth-child(1) {
    color: #3e63448f;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.content_hours_monday p:nth-child(2) {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.content_hours_tuesday {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.content_hours_tuesday p:nth-child(1) {
    color: #3e63448f;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.content_hours_tuesday p:nth-child(2) {
    color: #3e63448f;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.content_hours_saturday {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.content_hours_saturday p:nth-child(1) {
    color: #3e63448f;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.content_hours_saturday p:nth-child(2) {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.Contacts__inner_map {
    margin-top: 44px;
}

.Contacts__inner_map img {
    border-radius: 20px;
    width: 1036px;
    height: 354px;
}

