@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
html {
  box-sizing: border-box;
}
.main {
  flex-grow: 1;
}
body {
  display: flex;
  flex-direction: column;
}
html,
body {
  height: 100%;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1465px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.breadcrumbs {
  /* background-image: linear-gradient(to right, #f5b600, #f8be00, #fac600, #fccf00, #fed700); */
  background-color: #eaeaea;
  margin-bottom: 40px;
  padding: 15px 0 0 0;
  color: #010101;
}
.breadcrumbs .home {
  padding-left: 40px;
  position: relative;
  font-weight: normal;
}
.breadcrumbs .home::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url('../img/icons/home.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__link {
  color: #010101;
  padding-right: 5px;
  transition: 0.3s ease 0s;
  position: relative;
  font-weight: normal;
}
.breadcrumbs-mobile__link::before, .breadcrumbs__link::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  height: 19px;
  margin-top: 1px;
}
.breadcrumbs__link:hover {
  color: #696969;
}
.breadcrumbs__item {
  color: #010101;
  margin-bottom: 15px;
}
.breadcrumbs__item span {
  font-weight: normal;
}
.news-page {
  padding-bottom: 50px;
}
.breadcrumbs-mobile {
  margin-bottom: 40px;
  color: #696969;
}
.breadcrumbs-mobile__item {
  margin-bottom: 5px;
}
.breadcrumbs-mobile__item span {
  padding-left: 40px;
}
.breadcrumbs-mobile__link {
  color: #696969;
  position: relative;
}
.breadcrumbs-mobile .home {
  padding-left: 40px;
  position: relative;
  color: #696969 !important;
}
.breadcrumbs-mobile .home::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url('../img/icons/home-2.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs-mobile .home__link {
  color: #696969;
  padding-right: 10px;
  transition: 0.3s ease 0s;
  position: relative;
}
.breadcrumbs-mobile__link {
  padding-right: 10px;
}
.breadcrumbs-mobile__item {
  font-weight: normal;
}
.breadcrumbs-mobile__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .breadcrumbs__item span {
    padding-left: 40px;
  }
  .breadcrumbs-mobile .special-span {
    padding-left: 0;
  }
}
