@font-face {
  font-family: Ptsans;
  src: url('../font/PTS55F.ttf');
}
body {
  font-family: Verdana, sans-serif;
}
.top_logo {
  transform: scale(1.2);
}
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 35px;
}
.about {
  text-indent: 30px;
  width: 100%;
  text-align: justify;
  margin: 50px auto;
  font-size: 16px;
}
.main_header {
  text-align: center;
  margin: 50px 0;
}
.main_list li {
  margin: 20px 0;
  text-align: justify;
  font-size: 16px;
}
.main_slider {
  margin-top: 15px;
}
.main_slider img {
  outline: none;
}
#newsBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#newsBlock > div {
  margin-bottom: 15px;
}
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials li {
  float: left;
  margin-left: 25px;
}
.socials a {
  color: white;
  transition: color 0.5s;
}
.socials a:hover {
  color: #ed8701;
}
.breadcrumbs {
  margin-top: 15px;
}
.breadcrumbs a {
  text-decoration: none;
  color: black;
}
.breadcrumbs > span:after {
  content: "/";
  color: #ed8701;
}
.breadcrumbs > span:last-child:after {
  content: " ";
}
@media (max-width: 1170px) {
  .container {
    width: 700px;
  }
  .about {
    width: 98%;
    margin: 20px auto;
    text-align: center;
  }
  .main_list li {
    text-align: center;
  }
}
@media (max-width: 740px) {
  .container {
    width: 350px;
    padding: 0;
  }
}
