@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");
@import url("fonts/djsans.css");
html,
body {
  margin: 0;
  padding: 0;
  background: #f6f7f9;
  font-family: sans-serif;
  height: 100%;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  padding: 5px 0;
}
.content {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.content p {
  width: 80%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Arial";
  color: #2b3443;
  margin: 0;
}
a {
  text-decoration: none;
}
.content > .but_search {
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.social_button {
  position: absolute;
  right: 0;
  top: -15px;
}
.social_button i {
  width: 35px;
  height: 30px;
  font-size: 25px;
  padding-top: 5px;
  margin: 5px;
  cursor: pointer;
  background: #16283c;
  color: white;
  border-radius: 5px;
}
.social_button i:hover {
  transition: 0.5s;
}
.social_button a:nth-child(1) > i:hover {
  background: #3b5998;
}
.social_button a:nth-child(2) > i:hover {
  background: #0088cc;
}
.social_button a:nth-child(3) > i:hover {
  background: #1da1f2;
}
.social_button a:nth-child(4) > i:hover {
  background: #7360f2;
}
.social_button a:nth-child(5) > i:hover {
  background: #fcc781;
}
header {
  background: rgb(45, 57, 73);
  background: linear-gradient(
    0deg,
    rgba(45, 57, 73, 1) 0%,
    rgba(30, 31, 36, 1) 100%
  );
  width: 100%;
  height: auto;
  padding-top: 25px;
}
header > div {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
#myInput {
  display: none;
}
header > div > div > div > div {
  margin: 0 5px;
}
.social_button input {
  border-radius: 3px;
  padding: 5px 7px;
  margin: 0 3px;
}
.social_button input[type="button"] {
  background: rgba(22, 40, 60, 1);
  color: white;
  cursor: pointer;
  border: none;
}
.social_button input[type="button"]:hover {
  background: rgba(22, 40, 60, 0.9);
  transition-duration: 300ms;
}
.social_button input[type="text"] {
  width: 285px;
  border: 1px solid silver;
  text-align: center;
}
header > div > div .icon_feed {
  width: 20px;
}
header span {
  font-family: "Open Sans", sans-serif;
  color: #a1a2a4;
  padding: 0 5px;
  font-size: 14px;
}
header a {
  color: #a1a2a4;
  text-decoration: none;
  font-weight: bold;
}
header a:hover {
  color: #f3ae21;
  transition-duration: 500ms;
}
header > div > hr {
  height: 1px;
  border: none;
  color: #333;
  background-color: rgb(87, 87, 87);
}
p {
  text-align: justify;
  font-family: "Arial";
  color: #2b3443;
}
.search_comp {
  max-width: 1200px;
  margin: 50px auto 0px;
  padding: 0px 20px;
}
.search_comp p {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
.search_comp > form {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .search_comp h1 {
    font-size: 1.5em;
  }
}
input {
  font-family: "Arial";
}
table {
  max-width: 100%;
  margin: 0 auto;
}
td,
th {
  text-align: center;
  font-family: "Arial";
  color: #000;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
td:nth-child(2){
  text-align: left;
}
th {
  font-size: 20px;
  background: #2b3443;
  color: white;
  padding: 10px 10px;
  font-weight: 200;
  font-size: 0.9em;
}
th:nth-child(3n),
th:nth-child(4n),
th:nth-child(5n),
th:nth-child(6n),
th:nth-child(7n) {
  width: 75px;
}
td {
  padding: 3px 10px;
  font-size: 14px;
}
tr {
  background: #fff;
}
.address td {
  background: #f5f1f1;
  text-align: center;
  box-shadow: none;
  color: #61626a;
}
tr.select_item {
  background: #fcc781;
}
.bottom_info {
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
.bottom_info > div:first-child {
  width: 60%;
}
.bottom_info > div > div p,
.bottom_info > div > div h2 {
  text-align: center;
}
.bottom_info > div > div p:first-child {
  font-size: 27px;
}
.bottom_info > div > div p:last-child {
  font-size: 25px;
}
.bottom_info > div > div input,
.search_comp input {
  /* margin: 5px; */
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.bottom_info > div > div input[type="text"],
.search_comp input[type="text"] {
  height: 55px;
  width: 240px;
  font-size: 15px;
  padding: 0 15px;
}
input[type="submit"] {
  height: 55px;
  width: 270px;
  font-size: 17px;
  font-weight: 200;
  color: white;
  background: rgb(0, 32, 57);
  background: linear-gradient(
    90deg,
    rgba(0, 32, 57, 1) 0%,
    rgba(0, 51, 70, 1) 35%,
    rgba(0, 52, 71, 1) 100%
  );
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #002039;
}
.bottom_info > div:first-child {
  margin-bottom: 150px;
}
#man {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  height: auto;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 973px) {
  .bottom_info > div:first-child {
    margin-bottom: 100px;
  }
  .social_button {
    position: initial;
  }
}
@media screen and (max-width: 768px) {
  .search_comp > form {
    margin-top: 100px;
  }
  .bottom_info {
    display: block;
  }
  .bottom_info > div:first-child {
    margin: 0 auto 50px auto;
  }
  #man {
    display: none;
  }
}
.bottom_info input,
.bottom_info > div > div input[type="text"],
.search_comp input[type="text"] {
  margin: 5px 0;
}
@media screen and (max-width: 510px) {
  .search_comp {
    margin-top: 0;
  }
  .bottom_info > div:first-child {
    width: 100%;
  }
  .bottom_info input,
  .bottom_info > div > div input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 439px) {
  .search_comp > form {
    margin-top: 10px;
  }
}
.table {
  padding: 0px 20px;
}
/* Footer ------------------------------- */
.footer {
  display: flex;
  background-color: #262c33;
  color: #fff;
}
.footer__container {
  flex-direction: column;
  max-width: 1200px;
  padding-top: 5px;
  padding-bottom: 25px;
  margin: 0 auto;
}
.footer__nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer__nav-menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0px;
}
.footer__nav-menu ul li {
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.692;
  font-family: Questrial, sans-serif;
}

.footer__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer__contacts a {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.footer a {
  color: #a1a2a4;
  padding: 5px 10px;
}
.footer a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer__contacts {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .footer__container {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.footer__phone img {
  width: 15px;
}
.footer__phone {
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer__mail {
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer__mail img {
  width: 15px;
}
