html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select, input, button, textarea,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

body {
  line-height: 1.56;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #0A0A0A;
}
@media screen and (max-width: 1260px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  body {
    font-size: 13px;
  }
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex > * {
  position: relative;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex .flex-column {
  flex-direction: column;
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.bleed-big > *, .flex.break-tablet.bleed.bleed-big > *, .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-tablet.bleed-big > :first-child, .flex.break-tablet.bleed.bleed-big > :first-child, .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed-big > :last-child, .flex.break-tablet.bleed.bleed-big > :last-child, .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile > * {
    width: 100%;
  }
  .flex.break-mobile.bleed-big > *, .flex.break-mobile.bleed.bleed-big > *, .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-mobile.bleed-big > :first-child, .flex.break-mobile.bleed.bleed-big > :first-child, .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed-big > :last-child, .flex.break-mobile.bleed.bleed-big > :last-child, .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .flex.break-mobile.flex-center {
    align-items: flex-start;
  }
}
.flex .line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .flex .line-break-tablet {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .flex .line-break-mobile {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
.flex.bleed > * {
  margin-left: 10px;
  margin-right: 10px;
}
.flex.bleed > :first-child {
  margin-left: 0px;
}
.flex.bleed > :last-child {
  margin-right: 0px;
}
.flex.bleed-big > * {
  margin-left: 30px;
  margin-right: 30px;
}
.flex.bleed-big > :first-child {
  margin-left: 0px;
}
.flex.bleed-big > :last-child {
  margin-right: 0px;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.max-2 > * {
  width: calc( 50% - 10px );
  min-width: calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}
@media screen and (min-width: 1261px) {
  .flex.max-2.bleed-big > * {
    width: calc( 50% - 100px );
    min-width: calc( 50% - 100px );
    max-width: calc( 50% - 100px );
  }
}
.flex.max-2.bleed > :nth-child(2n) {
  margin-right: 0px;
}
.flex.max-2.bleed > :nth-child(2n+1) {
  margin-left: 0px;
}
.flex.max-3 > * {
  width: calc( 33.3% - 20px );
  min-width: calc( 33.3% - 20px );
  max-width: calc( 33.3% - 20px );
}
.flex.max-3.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap > * {
  width: calc( 33.3% - 60px );
  min-width: calc( 33.3% - 60px );
  max-width: calc( 33.3% - 60px );
}
.flex.max-3-big-gap.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-4 > * {
  width: calc( 25% - 15px );
  min-width: calc( 25% - 15px );
  max-width: calc( 25% - 15px );
}
.flex.max-4.bleed > :nth-child(4n) {
  margin-right: 0px;
}
.flex.max-4.bleed > :nth-child(4n+1) {
  margin-left: 0px;
}
.flex.max-4-no-margin > * {
  width: calc( 25% );
  min-width: calc( 25% );
  max-width: calc( 25% );
}
.flex.max-5 > * {
  width: calc( 20% - 15px );
  min-width: calc( 20% - 15px );
  max-width: calc( 20% - 15px );
}
.flex.max-5.bleed > :nth-child(5n) {
  margin-right: 0px;
}
.flex.max-5.bleed > :nth-child(5n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-5 > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-5 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-4 > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-3 > *, .flex.break-tablet.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile.max-5 > *, .flex.break-mobile.max-4 > *, .flex.break-mobile.max-3 > *, .flex.break-mobile.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.wrap-tablet {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 780px) {
  .flex.wrap-mobile {
    flex-flow: row wrap;
  }
}

.flex-tablet {
  display: block;
}
@media screen and (max-width: 1260px) {
  .flex-tablet {
    display: flex;
  }
}

@media screen and (max-width: 780px) {
  .flex-mobile {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .flex-center-tablet {
    align-items: center;
  }
}

.flex-text-center {
  justify-content: center;
}

.flex-text-right {
  justify-content: flex-end;
}

@media screen and (max-width: 1260px) {
  .flex-bottom-tablet {
    align-items: flex-end;
  }
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-right {
  margin-left: auto !important;
}

.flex-item-left {
  margin-right: auto !important;
}

.container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 55px 0px;
  z-index: 11;
  background: #0A0A0A;
}
@media screen and (max-width: 1260px) {
  header.site-header {
    padding: 42px 0px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header {
    padding: 30px 0px;
  }
}
header.site-header .menu-container {
  display: none;
  position: absolute;
  top: -86px;
  left: 0;
  right: 0;
  height: 100vh;
  background: #0A0A0A;
  padding: 100px 57px;
  border-right: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 780px) {
  header.site-header .menu-container {
    border-right: none;
    position: fixed;
    top: 118px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 20px;
    border-right: none;
  }
}
header.site-header .menu-container .menu-close {
  position: absolute;
  top: 86px;
  left: 10px;
}
@media screen and (max-width: 780px) {
  header.site-header .menu-container .menu-close {
    background: #0A0A0A;
    top: -94px;
    left: 20px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
header.site-header .menu-container ul {
  margin: 0;
  padding: 0;
}
header.site-header .menu-container .upper {
  margin-bottom: 120px;
}
header.site-header .menu-container .upper li {
  display: block;
  margin-bottom: 48px;
  font-size: 30px;
  font-family: Helvetica;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  header.site-header .menu-container .upper li {
    font-size: 25px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .menu-container .upper li {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
header.site-header .menu-container .upper li:last-child {
  margin-bottom: 0px;
}
header.site-header .menu-container .upper li.active, header.site-header .menu-container .upper li:hover {
  color: #f6ca2e;
}
header.site-header .menu-container .lower {
  font-weight: 300;
}
header.site-header .logo img {
  height: 85px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1260px) {
  header.site-header .logo img {
    height: 72px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .logo img {
    height: 58px;
  }
}
header.site-header .contacts {
  justify-content: flex-end;
}
header.site-header .contacts .button {
  display: inline-flex;
}
@media screen and (max-width: 780px) {
  header.site-header .contacts .button {
    display: none;
  }
}
header.site-header.menu-open .menu-container {
  display: block;
}

.button {
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 60px;
  border: 1px solid white;
  background: #0A0A0A;
}
@media screen and (max-width: 1260px) {
  .button {
    min-height: 55px;
  }
}
@media screen and (max-width: 780px) {
  .button {
    font-size: 12px;
    min-height: 52px;
    padding: 10px 50px;
  }
}
.button:hover {
  background: white;
  color: #0A0A0A;
}