@charset "UTF-8";
html {
  height: 100%;
}

body {
  font-size: 1em;
  overflow-x: hidden;
  height: 100%;
}

a:link {
  color: #0055cc;
}

a:visited {
  color: #990099;
}

.header {
  /* Шапка сайта */
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 3em;
  width: 100%;
  background-color: white;
}

.header > .menu {
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.header .menu .menu-item {
  display: block;
  font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.banner-container {
  position: relative;
  background-color: #e0e1dd;
  width: 100%;
  height: 322px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .banner-container {
    height: auto;
  }
}

.banner-container .banner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0;
}

.banner {
  position: relative;
}
@media screen and (max-width: 899px) {
  .banner {
    position: unset;
  }
}

.banner-container .banner img.size-1 {
  width: 920px;
  height: 370px;
  position: absolute;
  top: 0;
  right: -230px;
}
@media screen and (max-width: 899px) {
  .banner-container .banner img.size-1 {
    left: 50%;
    margin-left: -460px;
  }
}
@media screen and (max-width: 459px) {
  .banner-container .banner img.size-1 {
    display: none;
  }
}

.banner-container .banner img.size-2 {
  width: 100%;
  display: none;
}
@media screen and (max-width: 459px) {
  .banner-container .banner img.size-2 {
    display: block;
  }
}

.banner-container .banner .text-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 16px 480px 20px 20px;
}
@media screen and (max-width: 899px) {
  .banner-container .banner .text-container {
    padding: 0 20px 20px 20px;
    margin-top: 340px;
  }
}
@media screen and (max-width: 459px) {
  .banner-container .banner .text-container {
    margin-top: -29px;
  }
}
.banner-container .banner .text-container p.bread-crumbs {
  font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #696966;
  max-width: 600px;
  margin: 0 0 0 0;
}
.banner-container .banner .text-container h1.banner {
  font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin: 24px 0 0 0;
  text-align: left;
  color: #2c6999;
  max-width: 600px;
}
.banner-container .banner .text-container p.banner {
  font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin: 24px 0 0 0;
  max-width: 600px;
}

/*# sourceMappingURL=styles.css.map */
