.mui-flex {
  display: flex;
}
.mui-margin1 {
  margin: 10px;
}
.mui-flex1 {
  flex: 1;
}
.mui-transparent-avatar {
  background-color: transparent;
}
@-moz-keyframes _Animation_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes _Animation_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes _Animation_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _Animation_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
:root {
  --fg-1: #ede9e6;
  --fg-2: #ffe8ba;
  --navbar-color: #0d1640;
  --body-color: #eeebe6;
}
html {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 18px;
  line-height: 24px;
  overflow-y: scroll;
}
li {
  margin-top: 0.5em;
}
.app-container {
  min-height: 100vh;
  background-color: var(--body-color);
  display: flex;
  flex-direction: column;
}
.main {
  width: 100%;
  max-width: 1600px;
  flex-grow: 1;
  margin: 0 auto;
  padding: 6rem 4rem 4rem;
}
@media (max-width: 768px) {
  .main {
    padding: 2.4rem;
  }
}
@media (max-width: 480px) {
  .main {
    padding: 1.2rem;
  }
}
.main_page-homepage,
.main_page-registration,
.main_page-login {
  background-color: #4a678a;
  max-width: none;
  background-image: url(/i/cloud1.jpg);
  background-position: 50% 100%;
  background-size: cover;
}
.app-spinner {
  margin: 3rem 0 2.5rem;
}
.app-button-block {
  margin: 3rem 0 2.5rem;
  display: flex;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}
@media print {
  .app-button-block {
    display: none;
  }
}
@media (max-width: 480px) {
  .app-button-block {
    flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
    text-align: center;
  }
}
.app-button {
  margin-right: 1rem;
}
.app-button_right {
  margin-left: auto;
}
@media (max-width: 480px) {
  .app-button_right {
    margin-left: 0;
  }
}
.app-simple-link {
  cursor: pointer;
}
a {
  color: #a23002;
  text-decoration: none;
}
a:hover {
  color: #b75400;
  text-decoration: underline;
}
@media print {
  .hide-on-print {
    display: none;
  }
}
.text-badge {
  display: inline-block;
  white-space: nowrap;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(17,19,104,0.12), 0 3px 6px rgba(17,19,104,0.06);
  -moz-box-shadow: 0 2px 3px rgba(17,19,104,0.12), 0 3px 6px rgba(17,19,104,0.06);
  box-shadow: 0 2px 3px rgba(17,19,104,0.12), 0 3px 6px rgba(17,19,104,0.06);
  padding: 0 0.25em;
}
.text-badge__inner {
  display: inline-block;
  line-height: 0.7;
  padding: 0.2em 0;
  min-width: 0.8em;
}
.circle-icon {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-bottom: 0.19em;
  margin-right: 0.15em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.circle-icon_a {
  background-color: #a5a88b;
}
.circle-icon_b {
  background-color: #a7e73e;
}
.circle-icon_c {
  background-color: #f1d609;
}
.circle-icon_d1 {
  background-color: #498aef;
}
.circle-icon_d2 {
  background-color: #e26473;
}
.circle-icon_ab {
  background-color: _$c_ab;
}
.circle-icon_ac {
  background-color: _$c_ac;
}
.circle-icon_bd1 {
  background-color: #78b896;
}
.circle-icon_cd2 {
  background-color: #e99d3e;
}
.circle-icon_d1d2 {
  background-color: #9577b1;
}
.svg-cloud-icon {
  display: inline-block;
  width: 6rem;
}
.svg-cloud-icon_big {
  width: 10rem;
}
.svg-cloud-icon__connectors {
  stroke: #ccc;
}
.svg-cloud-icon__box {
  fill: #e5e5e5;
  rx: 2;
  ry: 2;
}
.svg-cloud-icon[class*="A"] .svg-cloud-icon__box_A {
  fill: #a5a88b;
}
.svg-cloud-icon[class*="B"] .svg-cloud-icon__box_B {
  fill: #a7e73e;
}
.svg-cloud-icon[class*="C"] .svg-cloud-icon__box_C {
  fill: #f1d609;
}
.svg-cloud-icon[class*="D1"] .svg-cloud-icon__box_D1 {
  fill: #498aef;
}
.svg-cloud-icon[class*="D2"] .svg-cloud-icon__box_D2 {
  fill: #e26473;
}
.arrow-icon {
  display: inline-block;
  height: 0.2em;
  width: 0.2em;
  margin-bottom: 0.25em;
  margin-right: 0.1em;
  margin-left: 0.21em;
  position: relative;
  background-color: #ccc;
}
.arrow-icon:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 100%;
  margin-right: -1px;
  margin-top: -0.3em;
  border-style: solid;
  border-width: 0.3em 0.3em 0.3em 0;
  border-color: transparent;
  border-right-color: #ccc;
}
.arrow-icon_a {
  background-color: #a5a88b;
}
.arrow-icon_a:after {
  border-right-color: #a5a88b;
}
.arrow-icon_b {
  background-color: #a7e73e;
}
.arrow-icon_b:after {
  border-right-color: #a7e73e;
}
.arrow-icon_c {
  background-color: #f1d609;
}
.arrow-icon_c:after {
  border-right-color: #f1d609;
}
.arrow-icon_d1 {
  background-color: #498aef;
}
.arrow-icon_d1:after {
  border-right-color: #498aef;
}
.arrow-icon_d2 {
  background-color: #e26473;
}
.arrow-icon_d2:after {
  border-right-color: #e26473;
}
.arrow-icon_ab {
  background-color: #99bf4e;
}
.arrow-icon_ab:after {
  border-right-color: #99bf4e;
}
.arrow-icon_ac {
  background-color: #c2b538;
}
.arrow-icon_ac:after {
  border-right-color: #c2b538;
}
.arrow-icon_bd1 {
  background-color: #78b896;
}
.arrow-icon_bd1:after {
  border-right-color: #78b896;
}
.arrow-icon_cd2 {
  background-color: #e99d3e;
}
.arrow-icon_cd2:after {
  border-right-color: #e99d3e;
}
.arrow-icon_d1d2 {
  background-color: #9577b1;
}
.arrow-icon_d1d2:after {
  border-right-color: #9577b1;
}
.flex-line {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.flex-line_wrap {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-line__right {
  margin-left: auto;
}
.text-header {
  padding-bottom: 0.4em;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.8em;
}
.air-top1 {
  padding-top: 1rem;
}
.air-top2 {
  padding-top: 2rem;
}
.air-top3 {
  padding-top: 3rem;
}
.air-top5 {
  padding-top: 5rem;
}
._big-text {
  line-height: 1.3;
  font-size: 150%;
}
@media (max-width: 480px) {
  ._big-text {
    font-size: 120%;
  }
}
p._big-text {
  margin: 0.3em 0;
}
._muted {
  color: #717171;
}
@media print {
  .notifications-wrapper {
    display: none;
  }
}
@media (max-width: 640px) {
  .mobile-hide {
    display: none;
  }
}
.navbar {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  height: 50px;
  background-color: var(--navbar-color);
  text-shadow: 0 1px 1px rgba(3,11,50,0.15);
  white-space: nowrap;
  color: var(--fg-1);
}
@media print {
  .navbar {
    display: none;
  }
}
.navbar svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(3,11,50,0.15));
  filter: drop-shadow(0 1px 1px rgba(3,11,50,0.15));
}
.navbar-part {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.navbar-part_right {
  margin-left: auto;
}
.navbar-logo {
  width: 60px;
  position: relative;
  margin-right: 20px;
}
.navbar-logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/i/thinkloud-logo-color.svg);
}
.navbar-link {
  cursor: pointer;
  padding: 0.4em 0.8em;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  color: inherit;
}
.navbar-link svg {
  fill: var(--fg-1);
}
.navbar-link_active:not(:hover) {
  color: var(--fg-2);
}
.navbar-link_active:not(:hover) svg {
  fill: var(--fg-2);
}
.navbar-link:hover {
  color: #fff;
}
.navbar-link:hover svg {
  fill: #fff;
}
.navbar-text {
  font-size: 16px;
  white-space: nowrap;
  color: inherit;
}
.outline-ico {
  color: #fff;
  text-shadow: 1px 1px #d56b01;
}
.documents-list__item {
  border-bottom: 4px dotted #2a2a2a;
}
.app-form {
  padding: 3rem;
}
.app-form_standard {
  display: block;
}
.app-form_mid-width {
  max-width: 600px;
  margin: auto;
}
.app-form-line {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.app-form-label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.app-form-submit-block {
  margin-top: 4rem;
}
.login-form {
  max-width: 320px;
  margin: auto;
}
.registration-form {
  max-width: 50rem;
  margin: auto;
}
.login-form {
  max-width: 320px;
  margin: auto;
}
.cloud-editor__intro {
  margin-bottom: 3rem;
}
.cloud-editor__header {
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  position: relative;
}
@media print {
  .cloud-editor__header button {
    display: none;
  }
}
.cloud-editor__heading {
  display: block;
  margin-right: auto;
}
.cloud-editor__top-save {
  position: absolute;
  right: 0;
  top: -6rem;
}
.cloud-editor__subpage > * {
  animation: _Animation_fadein 0.2s linear;
}
.cloud-editor__wrap-box {
  margin-bottom: 2rem;
  padding: 2.1rem 1.5rem 1.4rem;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(94,74,0,0.133), 0px 2px 12px -3px rgba(104,36,5,0.071), 0px 8px 18px -8px rgba(8,31,108,0.196);
  -moz-box-shadow: 0px 1px 4px 0px rgba(94,74,0,0.133), 0px 2px 12px -3px rgba(104,36,5,0.071), 0px 8px 18px -8px rgba(8,31,108,0.196);
  box-shadow: 0px 1px 4px 0px rgba(94,74,0,0.133), 0px 2px 12px -3px rgba(104,36,5,0.071), 0px 8px 18px -8px rgba(8,31,108,0.196);
}
html .cloud-editor__wrap-box_success {
  background-image: linear-gradient(-80deg, #e9ffb1, #fbfde5, #fff);
  background-color: #eff7e0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cloud-editor__cloud-wrap {
  position: relative;
  margin: 0 -2rem;
}
.cloud-editor__cloud-connectors {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.cloud-editor__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cloud-editor__svg-line {
  pointer-events: all;
  stroke: #818181;
  fill: none;
  stroke-width: 3px;
}
.cloud-editor__svg-line_AB {
  stroke: #99bf4e;
  marker-end: url("#cloud-editor__svg-arrowhead_AB");
}
.cloud-editor__svg-line_AC {
  stroke: #c2b538;
  marker-end: url("#cloud-editor__svg-arrowhead_AC");
}
.cloud-editor__svg-line_BD1 {
  stroke: #78b896;
  marker-end: url("#cloud-editor__svg-arrowhead_BD1");
}
.cloud-editor__svg-line_CD2 {
  stroke: #e99d3e;
  marker-end: url("#cloud-editor__svg-arrowhead_CD2");
}
.cloud-editor__svg-line_D1D2 {
  stroke: #9577b1;
  marker-end: url("#cloud-editor__svg-arrowhead_D1D2");
  marker-start: url("#cloud-editor__svg-arrowhead_D2D1");
}
.cloud-editor #cloud-editor__svg-arrowhead_AB {
  fill: #99bf4e;
}
.cloud-editor #cloud-editor__svg-arrowhead_AC {
  fill: #c2b538;
}
.cloud-editor #cloud-editor__svg-arrowhead_BD1 {
  fill: #78b896;
}
.cloud-editor #cloud-editor__svg-arrowhead_CD2 {
  fill: #e99d3e;
}
.cloud-editor #cloud-editor__svg-arrowhead_D1D2,
.cloud-editor #cloud-editor__svg-arrowhead_D2D1 {
  fill: #9577b1;
}
.cloud-editor__cloud-line {
  position: relative;
  flex-grow: 1;
  pointer-events: none;
}
.cloud-editor__cloud-box {
  pointer-events: all;
  z-index: 2;
  padding: 1.5rem;
  margin: 2rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body .cloud-editor__cloud-box_d1 {
  border: 0.5rem solid #498aef;
}
body .cloud-editor__cloud-box_d2 {
  border: 0.5rem solid #e26473;
}
body .cloud-editor__cloud-box_b {
  border: 0.5rem solid #a7e73e;
}
body .cloud-editor__cloud-box_c {
  border: 0.5rem solid #f1d609;
}
body .cloud-editor__cloud-box_a {
  border: 0.5rem solid #a5a88b;
}
.cloud-editor__cloud-connectors {
  display: none;
}
@media (min-width: 640px) {
  .cloud-editor__cloud-wrap {
    display: flex;
  }
  .cloud-editor__cloud-line {
    display: flex;
    flex-grow: 1;
  }
  .cloud-editor__cloud-connectors {
    display: block;
  }
}
@media (min-width: 640px) {
  .cloud-editor__cloud-wrap {
    flex-direction: column;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .cloud-editor__cloud-line {
    flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
    flex-grow: 1;
  }
  .cloud-editor__cloud-box {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .cloud-editor__cloud-wrap {
    flex-direction: row-reverse;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .cloud-editor__cloud-line {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cloud-editor__cloud-box {
    width: auto;
  }
}
.cloud-editor__multiline {
  position: relative;
  padding-right: 3rem;
  animation: _Animation_fadein 0.2s linear;
}
.cloud-editor__multiline-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cloud-editor__multiline-button_remove {
  padding: 1rem 0.5rem;
  top: 0px;
  right: 0px;
  position: absolute;
}
.cloud-editor__multiline-button_add {
  margin-top: 1rem;
  position: relative;
}
.cloud-editor__multiline-button svg {
  width: 2rem;
  height: 2rem;
  fill: #e4e4e4;
}
.cloud-editor__multiline-button_remove:hover svg {
  fill: #e97428;
}
.cloud-editor__multiline-button_add:hover svg {
  fill: #9bc70a;
}
.cloud-editor__multiline textarea,
.cloud-editor__multiline input {
  color: #0273c9;
}
.cloud-editor__line {
  display: block;
}
.cloud-editor__error-line {
  margin: 1rem 0;
  padding: 0.5rem 1rem 0.6rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  background-color: #ffb8a7;
  text-align: center;
}
.doc-progress {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-grow: 1;
  justify-content: stretch;
  -webkit-justify-content: stretch;
  margin: 0 3rem 0 auto;
}
@media print {
  .doc-progress {
    display: none;
  }
}
@media (max-width: 480px) {
  .doc-progress {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0.5em;
  }
}
.doc-progress__step {
  margin: 0 0.2rem 0 0.2rem;
  background-color: transparent;
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: stretch;
  -webkit-justify-content: stretch;
  position: relative;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 5px;
}
.doc-progress__step-wrapper {
  flex-grow: 1;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}
@media (max-width: 480px) {
  .doc-progress__step-wrapper {
    width: 20%;
  }
}
.doc-progress__step-inner {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-grow: 1;
  align-self: stretch;
  min-width: 1em;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #c7c5c7;
  color: #fff;
  height: 2.2em;
}
.doc-progress__step:hover {
  background-color: #f7f9f9;
}
.doc-progress__step_active {
  background-color: #f7f9f9;
}
.doc-progress__step_active .doc-progress__step-inner {
  background-color: #97d107;
}
.cloud-editor__final-table {
  margin: 0 -10px;
}
.cloud-editor__final-table td {
  padding: 10px;
  width: 33%;
  vertical-align: top;
  border-bottom: 1px dotted #919191;
}
.cloud-editor__cloud-box label + div {
  margin-top: 26px;
  line-height: 1.1;
}
.consolidate-table__row_first .consolidate-box_bc,
.consolidate-table__row_first .consolidate-box_d1d2 {
  padding-right: 3rem;
}
.consolidate-table__row_second .consolidate-box_bc,
.consolidate-table__row_second .consolidate-box_d1d2 {
  padding-left: 3rem;
}
.consolidate-box {
  vertical-align: top;
}
.consolidate-box_a {
  width: 30%;
}
.consolidate-box_bc,
.consolidate-box_d1d2 {
  width: 40%;
  min-width: 40%;
}
.consolidate-box_swap {
  padding: 0;
  vertical-align: middle;
  width: 50px;
}
.consolidate-box__text {
  background-color: #fff;
  line-height: 1.3;
  padding: 0.8rem 1.2rem 1rem;
  margin: 0.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.consolidate-box__text_d1 {
  border: 3px solid #498aef;
}
.consolidate-box__text_d2 {
  border: 3px solid #e26473;
}
.consolidate-box__text_b {
  border: 3px solid #a7e73e;
}
.consolidate-box__text_c {
  border: 3px solid #f1d609;
}
.consolidate-box__text_a {
  border: 3px solid #a5a88b;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.float-image-left {
  float: left;
  margin: 0.2em 1em 1em 0;
  width: 100px;
  height: auto;
}
.float-image-right {
  float: right;
  margin: 0.2em 0 1em 1em;
  width: 100px;
  height: auto;
}
.welcome {
  margin: 0 auto 0;
  max-width: 18em;
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(20,20,20,0.067), 0 11px 23px -4px rgba(20,20,20,0.067);
  -moz-box-shadow: 0 1px 3px rgba(20,20,20,0.067), 0 11px 23px -4px rgba(20,20,20,0.067);
  box-shadow: 0 1px 3px rgba(20,20,20,0.067), 0 11px 23px -4px rgba(20,20,20,0.067);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.welcome__intro {
  margin: 1em 0;
  line-height: 1.02;
}
.welcome__button {
  cursor: pointer;
  margin: 0.2em 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-shadow: 0 1px 2px rgba(8,25,51,0.133);
  padding: 0.6em 0.9em 0.65em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 300;
  background-color: #899f0f;
  color: var(--fg-1);
}
.welcome__button:hover {
  background-color: #9fb90d;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(20,20,20,0.067);
  -moz-box-shadow: 0 1px 3px rgba(20,20,20,0.067);
  box-shadow: 0 1px 3px rgba(20,20,20,0.067);
}
@supports (display: grid) {
  .gridlist {
    display: grid;
    grid-gap: 30px 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.gridlist__cell {
  flex-grow: 1;
  flex-basis: 280px;
}
