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,
dl, dt, dd, ol, ul, li,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.l-grid {
  overflow: hidden;
  width: 100%; }
  .l-grid__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .l-grid__col {
    flex: 0 0 auto;
    margin: 0 13px; }

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

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

.hover a:hover {
  text-decoration: underline; }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
  background-color: var(--brand-color); }
  .main-header__grid {
    height: 100%; }
  .main-header__row {
    height: 100%; }
  .main-header__gutter {
    width: calc( 8.3333333333% - 26px ); }
  .main-header__col {
    position: relative;
    width: calc( 83.3333333333% - 26px ); }
  .main-header__logo {
    position: absolute;
    top: 90px;
    right: 0; }
  .main-header__slogan {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 50%;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: var(--bg-color); }

.ie:not(.edge) .main-header {
  position: relative; }

@media only screen and (max-height: 599px) {
  .main-header {
    height: 100vh; } }
@media only screen and (max-width: 1023px) {
  .main-header__col.is-logo {
    width: calc( 83.3333333333% - 26px ); }
  .main-header__col.is-title {
    width: calc( 83.3333333333% - 26px ); }
  .main-header__logo {
    right: auto;
    left: 0; }
  .main-header__slogan {
    font-size: 50px;
    line-height: 1.4;
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .main-header__logo {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .main-header__slogan {
    bottom: 80px;
    font-size: 40px;
    line-height: 1.25; } }
.main-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-top: 600px;
  color: var(--brand-color);
  background-color: var(--bg-color); }
  .main-content__gutter {
    width: calc( 8.3333333333% - 26px ); }
  .main-content__col {
    width: calc( 66.6666666667% - 26px ); }
  .main-content__copy {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left; }

.ie:not(.edge) .main-content {
  margin-top: 0; }

.ie:not(.edge) .main-content__grid {
  padding-top: 100px; }

@media only screen and (max-height: 599px) {
  .main-content {
    margin-top: 100vh; } }
@media only screen and (max-width: 1399px) {
  .main-content__col {
    width: calc( 75% - 26px ); }
  .main-content__copy {
    font-size: 50px;
    line-height: 1.4; } }
@media only screen and (max-width: 767px) {
  .main-content__copy {
    font-size: 30px;
    line-height: 1.33; } }
.main-footer {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  color: var(--brand-color);
  background-color: var(--bg-color); }
  .main-footer__gutter {
    width: calc( 8.3333333333% - 26px ); }
  .main-footer__col {
    width: calc( 16.6666666667% - 26px ); }
  .main-footer__col:nth-child(6), .main-footer__col:nth-child(7) {
    width: calc( 16.6666666667% - 26px ); }
  .main-footer__store {
    display: flex;
    align-items: center;
    padding-bottom: 30px; }
    .main-footer__store span {
      margin-left: 15px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.56;
      text-align: left; }
  .main-footer__nav {
    display: flex;
    flex-direction: column; }
  .main-footer__item {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    text-align: left; }
  .main-footer__copyright {
    padding: 72px 0 70px;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.08;
    text-align: left; }
  .main-footer__copyright .main-footer__col {
    width: calc( 41.6666666667% - 26px ); }
  .main-footer__copyright .main-footer__col:nth-child(5) {
    text-align: right; }
  .main-footer__made-with-sense {
    color: var(--brand-color);
    text-decoration: none; }

@media only screen and (max-width: 1023px) {
  .main-footer__col:nth-child(2) {
    width: calc( 33.3333333333% - 26px ); }
  .main-footer__col:nth-child(4) {
    width: calc( 41.6666666667% - 26px ); }
  .main-footer__col:nth-child(7), .main-footer__col:nth-child(9) {
    width: calc( 33.3333333333% - 26px ); }
  .main-footer__col:nth-child(n + 6) {
    margin-top: 48px; }
  .main-footer__store span, .main-footer__item {
    font-size: 14px;
    line-height: 1.5; }
  .main-footer__copyright .main-footer__col:nth-child(2) {
    width: calc( 41.6666666667% - 26px ); } }
@media only screen and (min-width: 1024px) {
  .main-footer__contacts .main-footer__gutter:nth-child(6), .main-footer__contacts .main-footer__gutter:nth-child(8) {
    display: none; } }
@media only screen and (min-width: 768px) {
  .main-footer__copyright .main-footer__gutter:nth-child(3), .main-footer__copyright .main-footer__gutter:nth-child(4) {
    display: none; } }
@media only screen and (max-width: 767px) {
  .main-footer {
    padding-top: 150px; }
    .main-footer__col:nth-child(2) {
      width: calc( 41.6666666667% - 26px ); }
    .main-footer__contacts .main-footer__gutter:nth-child(3) {
      display: none; }
    .main-footer__store span, .main-footer__item {
      font-size: 12px;
      line-height: 1.5; }
    .main-footer__item.is-address {
      max-width: 170px; }
    .main-footer__copyright {
      flex-wrap: wrap;
      font-size: 10px;
      line-height: 2.5; }
    .main-footer__copyright .main-footer__col {
      font-size: 10px;
      line-height: 2.5; }
    .main-footer__copyright .main-footer__col:nth-child(2), .main-footer__copyright .main-footer__col:nth-child(5) {
      width: calc( 83.3333333333% - 26px ); }
    .main-footer__copyright .main-footer__col:nth-child(3) {
      text-align: left; }
    .main-footer__copyright .main-footer__col:nth-child(5) {
      margin-top: 5px; }
    .main-footer__copyright .main-footer__col:nth-child(5) {
      text-align: left; } }

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