@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* korean */
/* {
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */
/* rus  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
* {
    font-family: "Montserrat", serif;
    font-size: auto;
    color: rgb(139, 139, 139);
    font-style: normal;
    margin: 0;
}

body {
    margin: 0;


    max-height: 100vh;
    max-width: 100%;
}

.container {
    max-width: 1288px;
    margin: 0 auto;
    display: flex;
    ;
}

main {
    max-height: 90vh;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;

    align-items: flex-start;

    gap: 50px;
    padding: 0 80px;

    margin-bottom: 100px;

}

.logo:hover {

    left: 150px;
    top: 55px;

    transform: scale(1.5);

}

.lk {
    width: 60px;
    height: 60px;
}

header .container {
    min-height: 5vh;
    max-width: 100%;
    font-family: "Montserrat", serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c8ba8d;
    padding-right: 110px;
    padding-left: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* text-transform:capitalize; */
    /* margin-bottom: 50px; */
}

nav {
    padding: 20px;

}

ul {
    display: flex;

    list-style: none;
}

li {

    display: flex;
    margin-right: 45px;

}

a {
    color: hsla(47, 18%, 20%, 0.814);
    text-decoration: none;
    font-size: 18px;

}

.a_header:hover {
    color: rgb(49, 36, 105);
    font-size: 18px;

}

.a_card:hover {
    color: rgb(58, 7, 86);
    font-size: 18px;

}

.proba a {
    font-size: 14px;
}

.a_footer:hover {
    color: rgb(49, 36, 105);
    font-size: 10px;
}

.proba:hover {
    animation: puls 5s 3;

}

@keyframes puls {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.lk:hover {
    transform: scale(1.5);
    border-radius: 100px solid rgb(49, 36, 105);
}

.mail p:hover {
    color: rgb(49, 36, 105);
    font-size: 18px;
}

.tel p:hover {
    color: rgb(49, 36, 105);
    font-size: 10px;
}

.social:hover {
    transform: scale(1.5);
    border-radius: 100px solid rgb(49, 36, 105);

}

.a_footer {
    font-size: 8px;
    font-family: "Montserrat", serif;
    color: rgb(139, 139, 139);
}

footer p {
    color: rgb(139, 139, 139);
}

.copyright p:hover {
    color: rgb(49, 36, 105);
    font-size: 18px;

}



.menu {
    width: 54px;
    height: 54px;
}

.lk {
    width: 54px;
    height: 54px;
}

footer {
    background-color: #c8ba8d;
}

.footer {
    display: flex;
    flex-direction: column;
    background-color: #c8ba8d;
    padding: 20px;
}

.footer1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: row;
    color: rgb(139, 139, 139);
    gap: 50px;
}

.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(139, 139, 139);
    font-size: 14px;
    font-style: normal;
}

.tel {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: rgb(139, 139, 139);
    font-size: 14px;
    font-style: normal;
}

.tel img {
    width: 10px;
    height: 10px;
}

.footer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer2 img {
    width: 36px;
    height: 36px;
}

.footer3 {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.footer3 ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer3 a {
    color: rgb(139, 139, 139);
}

.copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;


    gap: 3px;


    color: hsla(47, 18%, 20%, 0.814);

    color: rgb(139, 139, 139);

    font-size: 14px;
    font-style: normal;
}

#copyright {
    height: 20px;
    width: 20px;

}

.perehod img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid rgb(49, 36, 105);
}

.perehod>a:hover {
    transform: scale(1.5);

}

.perehod {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    padding: 0 120px 0 120px;
    margin-bottom: 20px;

}

                                                         /* главная страница */
.m
table {
    width: 50%;
    border-collapse: collapse;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border-spacing: 20;
    border-collapse: collapse;


}

th {
    background-color: #f4f4f4;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
}

td {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 24px;
}

td:nth-child(odd) {
    font-weight: 700;
}

tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tr:nth-child(even) {
    background-color: #eaeaea;
}

table td:first-child {
    border-bottom-left-radius: 20px;
}

table td:last-child {
    border-bottom-right-radius: 20px;
}

table th:first-child {
    border-top-left-radius: 20px;
}

table th:last-child {
    border-top-right-radius: 20px;
}


