@import url("https://use.typekit.net/npi1ndy.css");
/*************************** Сброс стилей *****************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
  background-color: #222;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: black;
}
body {
  height: 10000px;
}
h1 {
  font-variant: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 72px;
  line-height: 100%;
  font-family: bebas-neue-pro, sans-serif;
}
h2 {
  font-variant: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 48px;
  line-height: 100%;
  font-family: bebas-neue-pro, sans-serif;
}
h3 {
  font-variant: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 28px;
  line-height: 100%;
  font-family: bebas-neue-pro, sans-serif;
}
h4 {
  font-variant: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 18px;
  line-height: 100%;
  font-family: pt-sans-pro, sans-serif;
  letter-spacing: 0.04em;
}
p {
  font-variant: normal;
  font-weight: light;
  font-stretch: normal;
  font-size: 22px;
  line-height: 150%;
  font-family: pt-sans-pro, sans-serif;
}
li {
  font-variant: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 18px;
  line-height: 100%;
  font-family: pt-sans-pro, sans-serif;
  list-style-position: inside;
}
.wrapper {
  margin: auto;
  width: 1280px;
}
.wrapperField {
  padding-left: calc((100vw - 1280px) / 2);
  padding-right: calc((100vw - 1280px) / 2);
}
.page-header {
  position: relative;
  z-index: 11;
  min-height: 60px;
}
.page-header--home {
  background-color: #ffffff;
}
.page-header__inner {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.page-header__top {
  position: fixed;
  top: 0;
  width: 1280px;
}
.main-nav {
  display: flex;
  justify-content: flex-end;
  padding: 28px 0;
  background-color: #ffffff;
  box-shadow: 0 calc(calc((100vw - 1280px) / 2) * -1) 0 calc((100vw - 1280px) / 2) #ffffff;
}
.main-nav__item {
  display: block;
  font-variant: normal;
  font-weight: 600;
  font-stretch: normal;
  font-size: 24px;
  line-height: 100%;
  font-family: pt-sans-pro, sans-serif;
  padding: 10px;
  border: #000000 2px solid;
  margin-right: 30px;
}
.main-nav__item.item-active {
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}
.main-nav__item:last-child {
  margin-right: 0;
}
.start-home {
  padding-top: 220px;
  padding-bottom: 120px;
}
.start-home__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.start-home__slogan {
  width: 702px;
}
.start-home__sub-headline {
  display: inline-block;
  padding: 10px 10px 8px 0px;
  color: #ffffff;
  background-color: #305A78;
  box-shadow: -10px 0 #305A78;
  margin-right: auto;
}
.start-home__headline {
  display: inline-block;
  padding: 2px 30px 2px 0;
  color: #ffffff;
  background-color: #FF7777;
  box-shadow: calc(calc((100vw - 1280px) / 2) * -1) 0 #FF7777;
}
.start-home__message {
  margin: 105px 0 0 35px;
  display: inline-block;
}
.start-home__message--headline {
  display: inline-block;
  margin-bottom: 15px;
}
.start-home__message--text {
  display: inline-block;
}
.start-home__bottom {
  margin-top: 84px;
}
.start-home__list {
  display: flex;
  justify-content: space-between;
  margin-left: 35px;
}
.nav__headline {
  margin-bottom: 12px;
}
.nav__item {
  padding-left: 10px;
  margin-bottom: 8px;
}
.nav__item:last-child {
  margin-bottom: 0;
}
.main-pages {
  position: relative;
}
.decoration-page {
  background-color: #ffffff;
  width: 100%;
}
.decoration-page__message {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.marquee {
  animation: marquee 20s infinite linear;
  padding-right: 50px;
  padding-left: 50px;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*# sourceMappingURL=main.css.map */