.body {
  display: flex;
  flex-direction: column;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  color: rgb(52, 88, 119);
  background-color: rgb(240, 240, 255);
}

.page-header {
  display: flex;
  align-items: center;
  border-bottom: 3px solid rgb(66, 166, 255);
}

.logo {
  width: 200px;
  height: 110px;
  margin-right: 25px;
}

.navigation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-s {
  width: 125px;
  height: 25.5;
  text-align: center;
  margin: 5px;
  font-size: 14px;
  border-radius: 10px;
  background-color: rgb(204, 213, 255);
  padding-top: 3px;
}

.nav-s:nth-child(1) {
  padding-top: 10px;
  height: 25.5px;
}

.nav-s:nth-child(2) {
  padding-top: 10px;
  height: 25.5px;
}

.nav-s:nth-child(10) {
  padding-top: 10px;
  height: 25.5px;
}

.nav-s:nth-child(12) {
  padding-top: 10px;
  height: 25.5px;
}

.nav-s:nth-child(13) {
  padding-top: 10px;
  height: 25.5px;
}

.nav-s:nth-child(14) {
  padding-top: 10px;
  height: 25.5px;
  background-color: rgb(122, 235, 30);
}

.nav-s-vk {
  width: 100px;
  align-items: center;
  margin-right: 15px;
  margin-left: auto;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  color: rgb(61, 50, 76);
}

.email {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: rgb(52, 88, 119);
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: rgb(138, 163, 243);
  text-decoration: underline;
}

.footer {
  display: flex;
  flex-direction: row;
  border: 2px solid inherit;
  border-radius: 10px;
  background-color: rgb(204, 213, 255);
  list-style-type: none;
}

.whats {
  width: 150px;
}

.button {
  margin-right: 30px;
  margin-top: 3px;
}

.vk {
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: auto;
}

.btn-up {
  /* фиксированное позиционирование */
  position: fixed;
  /* цвет фона */
  /* background-color: #673ab7;
  /* расстояние от правого края окна браузера */
  right: 5px;
  /* расстояние от нижнего края окна браузера */
  bottom: 90px;

  border-radius: 70px;
  /* вид курсора */
  cursor: pointer;
  /* отображение элемента как flex */
  display: flex;
  /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
  align-items: center;
  /* выравниваем элементы внутри элемента по центру вдоль главной оси */
  justify-content: center;
  /* ширина элемента */
  width: 50px;
  /* высота элемента */
  height: 50px;
}

.btn-up::before {
  content: "";
  width: 50px;
  height: 50px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("pngegg.png");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: rgb(204, 213, 255); /* цвет заднего фона при наведении */
  }
}

.table {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  border: 2px solid black;
  border-collapse: collapse;
  border-color: rgb(55, 128, 192);
}

td {
  height: 27px;
  text-align: left;
  border: 2px solid rgb(55, 128, 192);
}

td:hover {
  background-color: rgb(219, 183, 104);
}

th {
  height: 25px;
  text-align: left;
  background-color: rgb(130, 207, 252);
  color: rgb(79, 37, 228);
}

.th_top {
  text-align: center;
  border: 2px solid rgb(55, 128, 192);
  background-color: rgb(240, 240, 255);
}

.td_coast {
  text-align: center;
  font-weight: bold;
}

.th_middle {
  text-align: center;
}

.call {
  width: 150px;
  position: fixed;
  top: 85%;
  left: 0;
}
