* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  overflow-x: auto; }

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; }

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 {
  content: '';
  content: none; }

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

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

.__pullRight {
  float: right !important; }

.__pullLeft {
  float: right !important; }

.__invisible {
  visibility: hidden !important; }

.__hidden {
  display: none !important; }

.__clear {
  clear: both !important; }

.__textRight {
  text-align: right !important; }

.__textLeft {
  text-align: left !important; }

.__textCenter {
  text-align: center !important; }

.__textJustify {
  text-align: justify !important; }

.__textNoWrap {
  white-space: nowrap !important; }

.__textLowerCase {
  text-transform: lowercase !important; }

.__textUpperCase {
  text-transform: uppercase !important; }

.__textCapitalize {
  text-transform: capitalize !important; }

.__flexWrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.__flexNoWrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media all and (min-width: 320px) {
  .__hidden-xs-up {
    display: none !important; }
  .__textCenter-xs-up {
    text-align: center !important; }
  .__textRight-xs-up {
    text-align: right !important; }
  .__textLeft-xs-up {
    text-align: left !important; }
  .__flexWrap-xs-up {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-xs-up {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (max-width: 480px) {
  .__hidden-xs-down {
    display: none !important; }
  .__textCenter-xs-down {
    text-align: center !important; }
  .__textRight-xs-down {
    text-align: right !important; }
  .__textLeft-xs-down {
    text-align: left !important; }
  .__flexWrap-xs-down {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-xs-down {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (min-width: 481px) {
  .__hidden-sm-up {
    display: none !important; }
  .__textCenter-sm-up {
    text-align: center !important; }
  .__textRight-sm-up {
    text-align: right !important; }
  .__textLeft-sm-up {
    text-align: left !important; }
  .__flexWrap-sm-up {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-sm-up {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (max-width: 768px) {
  .__hidden-sm-down {
    display: none !important; }
  .__textCenter-sm-down {
    text-align: center !important; }
  .__textRight-sm-down {
    text-align: right !important; }
  .__textLeft-sm-down {
    text-align: left !important; }
  .__flexWrap-sm-down {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-sm-down {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (min-width: 769px) {
  .__hidden-md-up {
    display: none !important; }
  .__textCenter-md-up {
    text-align: center !important; }
  .__textRight-md-up {
    text-align: right !important; }
  .__textLeft-md-up {
    text-align: left !important; }
  .__flexWrap-md-up {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-md-up {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (max-width: 1024px) {
  .__hidden-md-down {
    display: none !important; }
  .__textCenter-md-down {
    text-align: center !important; }
  .__textRight-md-down {
    text-align: right !important; }
  .__textLeft-md-down {
    text-align: left !important; }
  .__flexWrap-md-down {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-md-down {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (min-width: 1025px) {
  .__hidden-lg-up {
    display: none !important; }
  .__textCenter-lg-up {
    text-align: center !important; }
  .__textRight-lg-up {
    text-align: right !important; }
  .__textLeft-lg-up {
    text-align: left !important; }
  .__flexWrap-lg-up {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-lg-up {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (max-width: 1280px) {
  .__hidden-lg-down {
    display: none !important; }
  .__textCenter-lg-down {
    text-align: center !important; }
  .__textRight-lg-down {
    text-align: right !important; }
  .__textLeft-lg-down {
    text-align: left !important; }
  .__flexWrap-lg-down {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-lg-down {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

@media all and (min-width: 1281px) {
  .__hidden-xl-up {
    display: none !important; }
  .__textCenter-xl-up {
    text-align: center !important; }
  .__textRight-xl-up {
    text-align: right !important; }
  .__textLeft-xl-up {
    text-align: left !important; }
  .__flexWrap-xl-up {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .__flexNoWrap-xl-up {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }

.__hidden-xl-down {
  display: none !important; }

.__textCenter-xl-down {
  text-align: center !important; }

.__textRight-xl-down {
  text-align: right !important; }

.__textLeft-xl-down {
  text-align: left !important; }

.__flexWrap-xl-down {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.__flexNoWrap-xl-down {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.grid-container {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto; }
  .grid-container._fluid {
    width: 100%; }

.grid-row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 0; }

.grid-col {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }

.grid-col-xs-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-1 {
  margin-left: 0; }

.grid-col-xs-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-2 {
  margin-left: 0; }

.grid-col-xs-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-3 {
  margin-left: 0; }

.grid-col-xs-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-4 {
  margin-left: 0; }

.grid-col-xs-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-5 {
  margin-left: 0; }

.grid-col-xs-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-6 {
  margin-left: 0; }

.grid-col-xs-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-7 {
  margin-left: 0; }

.grid-col-xs-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-8 {
  margin-left: 0; }

.grid-col-xs-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-9 {
  margin-left: 0; }

.grid-col-xs-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-10 {
  margin-left: 0; }

.grid-col-xs-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-11 {
  margin-left: 0; }

.grid-col-xs-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-12 {
  margin-left: 0; }

.grid-col-sm-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-1 {
  margin-left: 0; }

.grid-col-sm-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-2 {
  margin-left: 0; }

.grid-col-sm-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-3 {
  margin-left: 0; }

.grid-col-sm-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-4 {
  margin-left: 0; }

.grid-col-sm-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-5 {
  margin-left: 0; }

.grid-col-sm-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-6 {
  margin-left: 0; }

.grid-col-sm-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-7 {
  margin-left: 0; }

.grid-col-sm-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-8 {
  margin-left: 0; }

.grid-col-sm-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-9 {
  margin-left: 0; }

.grid-col-sm-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-10 {
  margin-left: 0; }

.grid-col-sm-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-11 {
  margin-left: 0; }

.grid-col-sm-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-12 {
  margin-left: 0; }

.grid-col-md-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-1 {
  margin-left: 0; }

.grid-col-md-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-2 {
  margin-left: 0; }

.grid-col-md-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-3 {
  margin-left: 0; }

.grid-col-md-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-4 {
  margin-left: 0; }

.grid-col-md-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-5 {
  margin-left: 0; }

.grid-col-md-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-6 {
  margin-left: 0; }

.grid-col-md-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-7 {
  margin-left: 0; }

.grid-col-md-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-8 {
  margin-left: 0; }

.grid-col-md-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-9 {
  margin-left: 0; }

.grid-col-md-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-10 {
  margin-left: 0; }

.grid-col-md-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-11 {
  margin-left: 0; }

.grid-col-md-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-12 {
  margin-left: 0; }

.grid-col-lg-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-1 {
  margin-left: 0; }

.grid-col-lg-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-2 {
  margin-left: 0; }

.grid-col-lg-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-3 {
  margin-left: 0; }

.grid-col-lg-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-4 {
  margin-left: 0; }

.grid-col-lg-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-5 {
  margin-left: 0; }

.grid-col-lg-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-6 {
  margin-left: 0; }

.grid-col-lg-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-7 {
  margin-left: 0; }

.grid-col-lg-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-8 {
  margin-left: 0; }

.grid-col-lg-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-9 {
  margin-left: 0; }

.grid-col-lg-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-10 {
  margin-left: 0; }

.grid-col-lg-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-11 {
  margin-left: 0; }

.grid-col-lg-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-12 {
  margin-left: 0; }

.grid-col-xl-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-1 {
  margin-left: 0; }

.grid-col-xl-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-2 {
  margin-left: 0; }

.grid-col-xl-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-3 {
  margin-left: 0; }

.grid-col-xl-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-4 {
  margin-left: 0; }

.grid-col-xl-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-5 {
  margin-left: 0; }

.grid-col-xl-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-6 {
  margin-left: 0; }

.grid-col-xl-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-7 {
  margin-left: 0; }

.grid-col-xl-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-8 {
  margin-left: 0; }

.grid-col-xl-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-9 {
  margin-left: 0; }

.grid-col-xl-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-10 {
  margin-left: 0; }

.grid-col-xl-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-11 {
  margin-left: 0; }

.grid-col-xl-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-12 {
  margin-left: 0; }

@media all and (min-width: 320px) {
  .grid-container {
    width: 480px; }
  .grid-col-xs-1 {
    width: 8.33333%; }
  .grid-col-offset-xs-1 {
    margin-left: 8.33333%; }
  .grid-col-xs-2 {
    width: 16.66667%; }
  .grid-col-offset-xs-2 {
    margin-left: 16.66667%; }
  .grid-col-xs-3 {
    width: 25%; }
  .grid-col-offset-xs-3 {
    margin-left: 25%; }
  .grid-col-xs-4 {
    width: 33.33333%; }
  .grid-col-offset-xs-4 {
    margin-left: 33.33333%; }
  .grid-col-xs-5 {
    width: 41.66667%; }
  .grid-col-offset-xs-5 {
    margin-left: 41.66667%; }
  .grid-col-xs-6 {
    width: 50%; }
  .grid-col-offset-xs-6 {
    margin-left: 50%; }
  .grid-col-xs-7 {
    width: 58.33333%; }
  .grid-col-offset-xs-7 {
    margin-left: 58.33333%; }
  .grid-col-xs-8 {
    width: 66.66667%; }
  .grid-col-offset-xs-8 {
    margin-left: 66.66667%; }
  .grid-col-xs-9 {
    width: 75%; }
  .grid-col-offset-xs-9 {
    margin-left: 75%; }
  .grid-col-xs-10 {
    width: 83.33333%; }
  .grid-col-offset-xs-10 {
    margin-left: 83.33333%; }
  .grid-col-xs-11 {
    width: 91.66667%; }
  .grid-col-offset-xs-11 {
    margin-left: 91.66667%; }
  .grid-col-xs-12 {
    width: 100%; }
  .grid-col-offset-xs-12 {
    margin-left: 100%; } }

@media all and (min-width: 481px) {
  .grid-container {
    width: 768px; }
  .grid-col-sm-1 {
    width: 8.33333%; }
  .grid-col-offset-sm-1 {
    margin-left: 8.33333%; }
  .grid-col-sm-2 {
    width: 16.66667%; }
  .grid-col-offset-sm-2 {
    margin-left: 16.66667%; }
  .grid-col-sm-3 {
    width: 25%; }
  .grid-col-offset-sm-3 {
    margin-left: 25%; }
  .grid-col-sm-4 {
    width: 33.33333%; }
  .grid-col-offset-sm-4 {
    margin-left: 33.33333%; }
  .grid-col-sm-5 {
    width: 41.66667%; }
  .grid-col-offset-sm-5 {
    margin-left: 41.66667%; }
  .grid-col-sm-6 {
    width: 50%; }
  .grid-col-offset-sm-6 {
    margin-left: 50%; }
  .grid-col-sm-7 {
    width: 58.33333%; }
  .grid-col-offset-sm-7 {
    margin-left: 58.33333%; }
  .grid-col-sm-8 {
    width: 66.66667%; }
  .grid-col-offset-sm-8 {
    margin-left: 66.66667%; }
  .grid-col-sm-9 {
    width: 75%; }
  .grid-col-offset-sm-9 {
    margin-left: 75%; }
  .grid-col-sm-10 {
    width: 83.33333%; }
  .grid-col-offset-sm-10 {
    margin-left: 83.33333%; }
  .grid-col-sm-11 {
    width: 91.66667%; }
  .grid-col-offset-sm-11 {
    margin-left: 91.66667%; }
  .grid-col-sm-12 {
    width: 100%; }
  .grid-col-offset-sm-12 {
    margin-left: 100%; } }

@media all and (min-width: 769px) {
  .grid-container {
    width: 1024px; }
  .grid-col-md-1 {
    width: 8.33333%; }
  .grid-col-offset-md-1 {
    margin-left: 8.33333%; }
  .grid-col-md-2 {
    width: 16.66667%; }
  .grid-col-offset-md-2 {
    margin-left: 16.66667%; }
  .grid-col-md-3 {
    width: 25%; }
  .grid-col-offset-md-3 {
    margin-left: 25%; }
  .grid-col-md-4 {
    width: 33.33333%; }
  .grid-col-offset-md-4 {
    margin-left: 33.33333%; }
  .grid-col-md-5 {
    width: 41.66667%; }
  .grid-col-offset-md-5 {
    margin-left: 41.66667%; }
  .grid-col-md-6 {
    width: 50%; }
  .grid-col-offset-md-6 {
    margin-left: 50%; }
  .grid-col-md-7 {
    width: 58.33333%; }
  .grid-col-offset-md-7 {
    margin-left: 58.33333%; }
  .grid-col-md-8 {
    width: 66.66667%; }
  .grid-col-offset-md-8 {
    margin-left: 66.66667%; }
  .grid-col-md-9 {
    width: 75%; }
  .grid-col-offset-md-9 {
    margin-left: 75%; }
  .grid-col-md-10 {
    width: 83.33333%; }
  .grid-col-offset-md-10 {
    margin-left: 83.33333%; }
  .grid-col-md-11 {
    width: 91.66667%; }
  .grid-col-offset-md-11 {
    margin-left: 91.66667%; }
  .grid-col-md-12 {
    width: 100%; }
  .grid-col-offset-md-12 {
    margin-left: 100%; } }

@media all and (min-width: 1025px) {
  .grid-container {
    width: 1280px; }
  .grid-col-lg-1 {
    width: 8.33333%; }
  .grid-col-offset-lg-1 {
    margin-left: 8.33333%; }
  .grid-col-lg-2 {
    width: 16.66667%; }
  .grid-col-offset-lg-2 {
    margin-left: 16.66667%; }
  .grid-col-lg-3 {
    width: 25%; }
  .grid-col-offset-lg-3 {
    margin-left: 25%; }
  .grid-col-lg-4 {
    width: 33.33333%; }
  .grid-col-offset-lg-4 {
    margin-left: 33.33333%; }
  .grid-col-lg-5 {
    width: 41.66667%; }
  .grid-col-offset-lg-5 {
    margin-left: 41.66667%; }
  .grid-col-lg-6 {
    width: 50%; }
  .grid-col-offset-lg-6 {
    margin-left: 50%; }
  .grid-col-lg-7 {
    width: 58.33333%; }
  .grid-col-offset-lg-7 {
    margin-left: 58.33333%; }
  .grid-col-lg-8 {
    width: 66.66667%; }
  .grid-col-offset-lg-8 {
    margin-left: 66.66667%; }
  .grid-col-lg-9 {
    width: 75%; }
  .grid-col-offset-lg-9 {
    margin-left: 75%; }
  .grid-col-lg-10 {
    width: 83.33333%; }
  .grid-col-offset-lg-10 {
    margin-left: 83.33333%; }
  .grid-col-lg-11 {
    width: 91.66667%; }
  .grid-col-offset-lg-11 {
    margin-left: 91.66667%; }
  .grid-col-lg-12 {
    width: 100%; }
  .grid-col-offset-lg-12 {
    margin-left: 100%; } }

@media all and (min-width: 1281px) {
  .grid-container {
    width: 100%; }
  .grid-col-xl-1 {
    width: 8.33333%; }
  .grid-col-offset-xl-1 {
    margin-left: 8.33333%; }
  .grid-col-xl-2 {
    width: 16.66667%; }
  .grid-col-offset-xl-2 {
    margin-left: 16.66667%; }
  .grid-col-xl-3 {
    width: 25%; }
  .grid-col-offset-xl-3 {
    margin-left: 25%; }
  .grid-col-xl-4 {
    width: 33.33333%; }
  .grid-col-offset-xl-4 {
    margin-left: 33.33333%; }
  .grid-col-xl-5 {
    width: 41.66667%; }
  .grid-col-offset-xl-5 {
    margin-left: 41.66667%; }
  .grid-col-xl-6 {
    width: 50%; }
  .grid-col-offset-xl-6 {
    margin-left: 50%; }
  .grid-col-xl-7 {
    width: 58.33333%; }
  .grid-col-offset-xl-7 {
    margin-left: 58.33333%; }
  .grid-col-xl-8 {
    width: 66.66667%; }
  .grid-col-offset-xl-8 {
    margin-left: 66.66667%; }
  .grid-col-xl-9 {
    width: 75%; }
  .grid-col-offset-xl-9 {
    margin-left: 75%; }
  .grid-col-xl-10 {
    width: 83.33333%; }
  .grid-col-offset-xl-10 {
    margin-left: 83.33333%; }
  .grid-col-xl-11 {
    width: 91.66667%; }
  .grid-col-offset-xl-11 {
    margin-left: 91.66667%; }
  .grid-col-xl-12 {
    width: 100%; }
  .grid-col-offset-xl-12 {
    margin-left: 100%; } }

.typ-prototype-heading, h1.typ, .typ-block h1, h2.typ, .typ-block h2, h3.typ, .typ-block h3, h4.typ, .typ-block h4, h5.typ, .typ-block h5, h6.typ, .typ-block h6 {
  font-weight: 600;
  line-height: 1.1; }

h1.typ, .typ-block h1 {
  font-size: 3em;
  margin-top: 1em;
  margin-bottom: 0.5em; }

h2.typ, .typ-block h2 {
  font-size: 2.25em;
  margin-top: 1.19259em;
  margin-bottom: 0.5963em; }

h3.typ, .typ-block h3 {
  font-size: 1.5em;
  margin-top: 1.57778em;
  margin-bottom: 0.78889em; }

h4.typ, .typ-block h4 {
  font-size: 1.3em;
  margin-top: 1.93333em;
  margin-bottom: 0.96667em; }

h5.typ, .typ-block h5 {
  font-size: 1.12em;
  margin-top: 2.3619em;
  margin-bottom: 1.18095em; }

h6.typ, .typ-block h6 {
  font-size: 1em;
  margin-top: 2.73333em;
  margin-bottom: 1.36667em; }

mark.typ, .typ-block mark {
  background: #eff6ff;
  padding: 0.2em; }

pre.typ, .typ-block pre {
  white-space: pre;
  -moz-tab-size: 4;
       tab-size: 4; }

code.typ, .typ-block code {
  background: #f7f7f7;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

code.typ._block, .typ-block code._block {
  display: inline-block;
  max-width: 100%;
  background: #2b2b2b;
  color: #fff;
  padding: 1.3em;
  overflow-x: auto;
  white-space: pre;
  -moz-tab-size: 4;
       tab-size: 4;
  box-sizing: border-box; }

a.typ, .typ-block a {
  color: #34a1cf;
  text-decoration: underline; }
  a.typ:visited, .typ-block a:visited {
    color: #9534cf; }
  a.typ:hover, .typ-block a:hover {
    color: #cf3434;
    text-decoration: none; }

strong.typ, .typ-block strong {
  font-weight: 600; }

em.typ, .typ-block em {
  font-style: italic; }

s.typ, .typ-block s, del.typ, .typ-block del {
  text-decoration: line-through; }

u.typ, .typ-block u, ins.typ, .typ-block ins {
  text-decoration: underline; }

small.typ, .typ-block small {
  font-size: 0.8em; }

abbr.typ, .typ-block abbr {
  cursor: help;
  border-bottom: 1px dotted; }

ul.typ, .typ-block ul {
  list-style: disc;
  padding-left: 40px; }
  ul.typ ul, .typ-block ul ul, ul.typ ol, .typ-block ul ol {
    margin-bottom: 0; }

ol.typ, .typ-block ol {
  list-style: decimal;
  padding-left: 40px; }
  ol.typ ul, .typ-block ol ul, ol.typ ol, .typ-block ol ol {
    margin-bottom: 0; }

blockquote.typ, .typ-block blockquote {
  border-left: 5px solid #eee;
  padding: 1.3em 0 1.3em -webkit-calc(1.3em - 5px);
  padding: 1.3em 0 1.3em calc(1.3em - 5px); }
  blockquote.typ > p:last-child, .typ-block blockquote > p:last-child {
    margin-bottom: 0; }
  blockquote.typ > footer, .typ-block blockquote > footer {
    color: gray;
    font-size: 0.9em; }
    blockquote.typ > footer:before, .typ-block blockquote > footer:before {
      content: '\2014 \00A0'; }

img.typ, .typ-block img {
  max-width: 100%; }

.typ-block {
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.3;
  color: #333; }
  .typ-block p, .typ-block pre, .typ-block blockquote, .typ-block ul, .typ-block ol, .typ-block img {
    margin-bottom: 1.3em; }
    .typ-block p:last-child, .typ-block pre:last-child, .typ-block blockquote:last-child, .typ-block ul:last-child, .typ-block ol:last-child, .typ-block img:last-child {
      margin-bottom: 0; }

.typ-widthControl {
  max-width: 30em;
  position: relative; }

.typ-rhythmGrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(#aacee6 1px, transparent 1px), -webkit-linear-gradient(left, #aacee6 1px, transparent 1px), -webkit-linear-gradient(left, transparent 1.3em, #aacee6 1.3em);
  background-image: linear-gradient(#aacee6 1px, transparent 1px), linear-gradient(to right, #aacee6 1px, transparent 1px), linear-gradient(to right, transparent 1.3em, #aacee6 1.3em);
  background-size: 100% 1.3em, -webkit-calc(1.3em + 2px) 100%, -webkit-calc(1.3em + 2px) 100%;
  background-size: 100% 1.3em, calc(1.3em + 2px) 100%, calc(1.3em + 2px) 100%;
  background-repeat: repeat, no-repeat, no-repeat; }

@font-face {
  font-family: "comfortaa";
  src: url(/static/site/new_base/fonts/comfortaa.ttf) format("TrueType"); }

@font-face {
  font-family: "NotoSans-Regular";
  src: url(/static/site/new_base/fonts/noto-sans-v7-cyrillic_latin-regular.woff) format("TrueType"); }

@font-face {
  font-family: "NotoSans-Bold";
  src: url(/static/site/new_base/fonts/noto-sans-v7-cyrillic_latin-700.woff) format("TrueType"); }

.header {
  z-index: 1;
  position: relative;
  font-family: "NotoSans-Regular";
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.5); }
  .header-top {
    background-color: #d3dce7;
    padding: 3px 0 2px; }
  .header-main {
    background-color: #edf0f3; }
  .header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1141px;
    margin: 0 auto; }
  .header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding-right: 20px;
    max-width: 341px; }
    .header-logo-img {
      width: 105px;
      height: 73px; }
    .header-logo-text {
      position: absolute;
      left: 82px;
      bottom: 9px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "comfortaa";
      font-weight: bold;
      color: #676f79;
      font-size: 13px;
      line-height: 18px; }
      .header-logo-text > span:first-child {
        letter-spacing: 0.8px; }
  .header-logo2 {
    width: 100%;
    max-width: 333px;
    padding-top: 5px;
    padding-right: 20px; }
    .header-logo2-img {
      width: 144px;
      height: 41px;
      margin-top: 3px; }
    .header-logo2-text {
      font-family: "comfortaa";
      font-weight: bold;
      color: #676f79;
      font-size: 13px;
      line-height: 12px; }
  .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 500px;
    margin: 0 -10px; }
    .header-info-link {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 10px;
      font-size: 15px;
      color: #38404a;
      text-decoration: none; }
      .header-info-link:hover {
        color: #1b8cd3; }
      .header-info-link._phone .header-info-link-img {
        width: 15px;
        height: 21px; }
      .header-info-link._mobile {
        display: none; }
        .header-info-link._mobile > svg {
          fill: #7b7d8b; }
      .header-info-link-img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 22px;
        height: 22px;
        margin-right: 7px;
        fill: #1b8cd3; }
  .header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    margin: 0 -8px; }
    .header-nav-mobile {
      position: relative;
      display: none; }
      .header-nav-mobile-burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 45px;
        height: 45px;
        background-color: #2e97d9;
        cursor: pointer; }
        .header-nav-mobile-burger > svg {
          display: none;
          width: 18px;
          height: 26px;
          fill: #ffffff; }
        .header-nav-mobile-burger > span {
          margin-bottom: 3px;
          border-radius: 2px;
          width: 23px;
          height: 3px;
          background-color: #ffffff; }
      .header-nav-mobile-dropdown {
        position: absolute;
        z-index: 1;
        display: none;
        background-color: #ffffff;
        width: 210px;
        box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.5); }
        .header-nav-mobile-dropdown-link {
          display: block;
          padding: 20px 0 15px 25px;
          font-size: 14px;
          color: #38404a;
          text-transform: uppercase;
          text-decoration: none; }
          .header-nav-mobile-dropdown-link > span {
            padding-bottom: 4px;
            border-bottom: 3px solid transparent; }
          .header-nav-mobile-dropdown-link:hover span {
            border-color: #2e97d9; }
    .header-nav-link {
      color: #000000;
      font-size: 14px;
      padding: 0 10px;
      text-decoration: none; }
      .header-nav-link > span {
        padding-bottom: 11px;
        border-bottom: 3px solid transparent; }
      .header-nav-link._active > span {
        border-color: #2e97d9; }
      .header-nav-link:hover {
        color: #2e97d9; }
      .header-nav-link-sep {
        width: 2px;
        height: 15px;
        background-color: #5f6061;
        margin: 0px 17px; }
  .header-group {
    width: 100%;
    max-width: 403px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    text-decoration: none;
    max-width: 206px;
    width: 100%; }
    .header-location:hover .header-location-text {
      color: #2e97d9; }
    .header-location-img {
      width: 17px;
      height: 21px;
      margin-right: 8px;
      fill: #7b7d8b; }
    .header-location-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #38404a;
      font-size: 14px; }
      .header-location-text > span {
        color: #88909b;
        font-size: 11px; }
  .header-lk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    max-width: 151px;
    width: 100%; }
    .header-lk:hover .header-lk-text {
      color: #2e97d9; }
    .header-lk:hover .header-lk-text-enter {
      color: #2e97d9; }
    .header-lk-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-lk-img {
      width: 22px;
      height: 22px;
      margin-right: 10px;
      fill: #7b7d8b; }
    .header-lk-arrow {
      width: 18px;
      height: 7px;
      fill: #676f79; }
    .header-lk-dropdown {
      position: absolute;
      z-index: 1;
      /*display: none;*/
      top: 45px;
      right: -29px;
      background-color: #edf0f3;
      width: 150px;
      box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.5); }
      .header-lk-dropdown-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 12px;
        border-top: 1px solid #bbbbbb;
        font-size: 14px;
        color: #38404a;
        text-decoration: none; }
        .header-lk-dropdown-link:hover {
          color: #2e97d9; }
        .header-lk-dropdown-link-img {
          width: 20px;
          height: 20px; }
        .header-lk-dropdown-info {
          font-size: 10px; padding: 6px 12px; color: #38404a;
        }
        .header-lk-dropdown-info a {color: #38404a;}
    .header-lk-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #38404a;
      font-size: 16px;
      line-height: 15px;
      padding-right: 6px;
      max-width: 92px;}
      .header-lk-text > span {
        color: #88909b;
        font-size: 11px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis}
      .header-lk-text-enter {

        font-size: 14px;
        color: #38404a;
        line-height: 15px; }
  .header-basket {
    position: relative;
    padding: 3px 6px 3px 0; }
    .header-basket:hover .header-basket-img {
      background-color: #4ccd51; }
    .header-basket-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 39px;
      border-radius: 50%;
      background-color: #39b03e; }
      .header-basket-img > svg {
        width: 26px;
        height: 23px;
        margin-right: 3px;
        margin-top: 1px; }
    .header-basket-number {
      position: absolute;
      right: 1px;
      bottom: -3px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 18px;
      height: 18px;
      background-color: #38404a;
      font-family: "NotoSans-Bold";
      color: #ffffff;
      font-size: 10px;
      border-radius: 50%; }
  @media all and (min-width: 1171px) {
    .header .header-row {
      width: 1140px; } }
  @media all and (max-width: 1170px) {
    .header .header-row {
      width: 940px;
      min-width: 940px; }
    .header .header-logo {
      max-width: 280px; }
    .header .header-logo2 {
      max-width: 193px; } }
  @media all and (max-width: 970px) {
    .header .header-top {
      padding: 1px 0 1px; }
    .header .header-row {
      width: 720px;
      min-width: 720px; }
    .header .header-nav {
      margin: 0; }
    .header .header-logo2 {
      display: none; }
    .header .header-logo {
      max-width: 263px; }
    .header .header-info {
      max-width: 500px;
      width: 100%; }
    .header .header-nav-mobile {
      display: block;
      padding-right: 5px; }
    .header .header-nav-link {
      display: none; }
      .header .header-nav-link._tablet {
        display: block; }
    .header .header-group {
      max-width: 376px; }
    .header .header-nav-link-sep {
      display: none; } }
  @media all and (max-width: 780px) {
    .header .header-row {
      max-width: 750px;
      min-width: 320px;
      width: 100%;
      padding: 0;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header .header-logo {
      padding-left: 16px;
      padding-right: 0;
      max-width: 128px; }
    .header .header-logo-text {
      display: none; }
    .header .header-info-link._mail, .header .header-info-link._info {
      display: none; }
    .header .header-info {
      max-width: 195px;
      margin: 0; }
      .header .header-info-link {
        padding-left: 0; }
        .header .header-info-link._mobile {
          display: block; }
    .header .header-nav-link._tablet {
      display: none; }
    .header .header-nav-link._mobile {
      display: block; }
    .header .header-lk {
      max-width: 145px;
      padding-right: 7px; }
    .header .header-basket {
      padding:3px 11px 3px 0; }
      .header .header-basket-number {
        right: 6px;
        bottom: -3px; }
    .header .header-nav-link-sep {
      display: none; }
    .header .header-location {
      display: none; }
    .header .header-group {
      max-width: 206px; } }

.footer {
  font-family: "NotoSans-Regular"; }
  .footer-top {
    background-color: #edf0f3; }
  .footer-main {
    background-color: #d3dce7; }
  .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1141px;
    margin: 0 auto; }
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 640px;
    margin: 0 -10px; }
    .footer-nav-link {
      padding: 0 10px;
      color: #38404a;
      font-size: 14px;
      text-decoration: none; }
      .footer-nav-link:hover {
        color: #1b8cd3; }
  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-social-text {
      color: #38404a;
      font-size: 14px;
      padding-right: 16px; }
    .footer-social-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.5); }
      .footer-social-links-item {
        font-size: 0;
        width: 45px;
        height: 45px; }
        .footer-social-links-item-hover {
          display: none; }
        .footer-social-links-item:hover .footer-social-links-item-hover {
          display: block; }
        .footer-social-links-item:hover .footer-social-links-item-img {
          display: none; }
  .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 20px;
    max-width: 850px;
    width: 100%; }
    .footer-col-group {
      width: 100%;
      max-width: 352px;
      padding-right: 20px; }
      .footer-col-group:last-child {
        max-width: 600px;
        padding-right: 42px; }
    .footer-col:last-child {
      padding-right: 0;
      max-width: 288px; }
      .footer-col:last-child .footer-agree {
        display: none; }
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 65px; }
    .footer-logo-img {
      width: 122px;
      height: 81px; }
    .footer-logo-text {
      position: absolute;
      left: 95px;
      bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "comfortaa";
      font-weight: bold;
      color: #676f79;
      font-size: 15px;
      line-height: 19px; }
      .footer-logo-text > span:first-child {
        letter-spacing: 0.9px; }
  .footer-agree-item {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #38404a;
    padding-bottom: 10px;
    line-height: 14px;}
    .footer-agree-item:hover {
      color: #1b8cd3; }
  .footer-info {
    padding-top: 5px; }
    .footer-info-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-bottom: 12px; }
      .footer-info-link._phone .footer-info-img {
        width: 22px;
        height: 32px; }
    .footer-info-img {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      width: 22px;
      height: 22px;
      fill: #1b8cd3;
      margin-right: 15px; }
    .footer-info-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      color: #38404a;
      line-height: 23px; }
      .footer-info-text > span {
        font-family: "comfortaa";
        font-weight: bold;
        font-size: 25px;
        line-height: 25px;
        padding-top: 2px; }
  @media all and (min-width: 1171px) {
    .footer .footer-row {
      width: 1140px; } }
  @media all and (max-width: 1170px) {
    .footer .footer-row {
      width: 940px;
      min-width: 940px; } }
  @media all and (max-width: 970px) {
    .footer .footer-row {
      width: 720px;
      min-width: 720px; }
    .footer .footer-nav-link {
      display: none; }
      .footer .footer-nav-link._tablet {
        display: block; }
      .footer .footer-nav-link:last-child {
        padding-bottom: 0; }
    .footer .footer-agree {
      display: none; }
    .footer .footer-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer .footer-col-group {
        width: 100%; }
      .footer .footer-col:last-child .footer-col-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%; }
      .footer .footer-col:last-child .footer-agree {
        display: block; }
    .footer .footer-logo {
      margin-bottom: 12px; }
    .footer .footer-info-text {
      line-height: 16px; }
    .footer .footer-info-link {
      padding-bottom: 15px; }
    .footer .footer-col-group:last-child {
      padding-right: 0; }
    .footer .footer-col:last-child {
      max-width: 241px; }
    .footer .footer-col-group > img {
      height: 177px; } }
  @media all and (max-width: 780px) {
    .footer .footer-row {
      max-width: 750px;
      min-width: 320px;
      width: 100%;
      padding: 0;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer .footer-main .footer-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer .footer-col {
      padding: 20px 15px 0; }
      .footer .footer-col:last-child .footer-col-group > img {
        margin-bottom: 13px;
        object-fit: contain; }
      .footer .footer-col:last-child .footer-agree {
        text-align: center; }
    .footer .footer-col-group {
      padding-right: 0; }
    .footer .footer-col:last-child {
      max-width: 100%;
      padding: 0 20px; }
    .footer .footer-nav {
      display: none; }
    .footer .footer-social-text {
      padding-left: 14px; }
    .footer .footer-nav-link {
      display: none; }
      .footer .footer-nav-link._tablet {
        display: none; }
      .footer .footer-nav-link._mobile {
        display: none; } }

.sidebar-container {
  max-width: 255px;
  width: 100%; }

.sidebar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-family: "NotoSans-Regular";
  color: #5e6c7f;
  margin-bottom: 25px;
  opacity: 0.8; }
  .sidebar-item:hover {
    opacity: 1; }
    .sidebar-item:hover .sidebar-group-title {
      text-decoration: none; }
  .sidebar-item:last-child {
    margin-bottom: 0; }

.sidebar-number {
  font-weight: bold;
  font-size: 31px; }

.sidebar-block {
  padding: 11px 0 27px;
  border-bottom: 1px solid #b7bcc2; }

.sidebar-group {
  padding-left: 21px; }
  .sidebar-group-title {
    padding-bottom: 12px;
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    color: #38404a; }
  .sidebar-group-text {
    font-size: 13px;
    line-height: 21px; }

.sidebar-month {
  font-size: 13px;
  line-height: 15px; }

.sidebar-allNews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 157px;
  padding: 22px 0 17px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  opacity: 0.8; }
  .sidebar-allNews:hover {
    opacity: 1; }
    .sidebar-allNews:hover .sidebar-allNews-link {
      text-decoration: none; }
  .sidebar-allNews-icon {
    width: 31px;
    height: 31px;
    fill: #2e97d9; }
  .sidebar-allNews-link {
    padding-left: 24px;
    text-decoration: underline;
    font-family: "NotoSans-Regular";
    font-size: 16px;
    line-height: 24px;
    color: #2e97d9; }

.product-container {
  position: relative;
  border-radius: 5px;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  box-shadow: 0 2px 4px 0px #8d8d8d; }

.product-price-1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 15;
  top: 12px;
  right: -5px;
  padding: 6px 20px 3px 15px;
  background-image: url("../img/static/cen1.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "NotoSans-Regular"; }
  .product-price-1-top {
    font-weight: bold;
    font-size: 14px;
    color: #b0bfd4; }
    .product-price-1-top > span {
      font-size: 10px; }
  .product-price-1-bottom {
    font-weight: bold;
    font-size: 25px;
    color: #fff; }
    .product-price-1-bottom > span {
      font-size: 14px; }
  .product-price-1:after {
    position: absolute;
    top: 12px;
    content: '';
    width: 52px;
    height: 1px;
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
    background-color: red; }

.product-price-2 {
  content: '';
  position: absolute;
  z-index: 5;
  top: 17px;
  right: -5px;
  background-image: url("../img/static/cen2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 126px;
  height: 50px; }

.product-img {
  position: relative;
  z-index: 10;
  content: '';
  padding-bottom: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-color: #f0f1f3; }

.product-description {
  background-color: #fcf5ea;
  border-top: 1px solid #b7bcc2;
  padding: 10px 13px 35px; }

.product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid #79879a; }

.product-promo {
  width: 37%;
  font-family: "NotoSans-Regular";
  font-size: 13px;
  line-height: 19px;
  color: #5e6c7f;
  text-align: end; }
  .product-promo > span {
    font-size: 20px;
    font-weight: bold;
    color: #ff6b3e; }

.product-name {
  width: 63%;
  text-decoration: none;
  font-family: "comfortaa";
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1b8cd3;
  padding-right: 10px; }

.product-text {
  font-size: 13px;
  line-height: 21px;
  font-family: "NotoSans-Regular";
  color: #5e6c7f; }

@media all and (max-width: 1170px) {
  .product .product-name {
    width: 100%;
    padding-bottom: 11px; }
  .product .product-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: left; } }

@media all and (max-width: 500px) {
  .product .news-product {
    padding-bottom: 31px; }
  .product .product-title {
    padding-bottom: 1px;
    margin-bottom: 8px; }
  .product .product-description {
    padding: 9px 15px 18px; }
  .product .product-name {
    width: 63%;
    padding-bottom: 11px; }
  .product .product-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 37%;
    text-align: right; }
  .product .product-img {
    padding-bottom: 83%; } }

.page-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  margin: 0 auto; }

.page-title {
  font-size: 40px;
  line-height: 40px;
  font-family: "comfortaa";
  color: #38404a;
  padding-bottom: 11px; }
  .page-title-date {
    font-size: 13px;
    line-height: 10px;
    font-family: "NotoSans-Regular";
    color: #5e6c7f; }

.page-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -15px -15px; }

.page-col-3 {
  width: -webkit-calc(100%/3);
  width: calc(100%/3);
  padding: 15px 15px; }

.page-col-1 {
  width: 100%;
  padding: 15px 15px; }

.page-col-2 {
  width: 50%;
  padding: 15px 15px; }

.news-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 21px; }
  .news-top-right .sidebar-allNews {
    display: none; }
  .news-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px; }

.news-img {
  content: '';
  width: 100%;
  padding-bottom: 21%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50%; }

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 43px;
  padding-bottom: 60px; }

.news-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 847px;
  width: 100%;
  margin-right: 35px; }

.news-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

.news-title {
  font-size: 25px;
  line-height: 38px;
  font-family: "comfortaa";
  font-weight: bold;
  color: #38404a;
  border-bottom: 2px solid #2e97d9;
  margin-bottom: 13px; }
  .news-title > span {
    font-size: 16px;
    font-weight: 400; }

.news-subTitle {
  font-weight: bold;
  padding-bottom: 13px; }

.news-event {
  font-family: "NotoSans-Regular";
  color: #38404a;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px; }
  .news-event-group {
    padding-left: 43px; }
  .news-event-item {
    padding-bottom: 12px; }
    .news-event-item > span {
      font-weight: bold; }

.news-list {
  font-size: 16px;
  font-family: "NotoSans-Regular";
  line-height: 24px;
  padding-bottom: 34px; }
  .news-list-item {
    padding-bottom: 12px;
    list-style: square;
    color: #1b8cd3; }
    .news-list-item > span {
      color: #38404a; }
    .news-list-item-link {
      color: #1b8cd3; }
      .news-list-item-link:hover {
        text-decoration: none; }

.news-description {
  padding-bottom: 25px;
  font-size: 16px;
  font-family: "NotoSans-Regular";
  line-height: 24px;
  color: #38404a; }
  .news-description-footnote {
    border-left: 5px solid #2e97d9;
    border-radius: 5px;
    background-color: #edf0f3;
    margin-bottom: 30px; }
    .news-description-footnote-text {
      font-family: "NotoSans-Regular";
      padding: 16px 0 13px 17px;
      font-size: 16px;
      color: #38404a; }

.news-product {
  padding-bottom: 30px; }
  .news-product-item {
    position: relative;
    width: 100%;
    text-decoration: none;
    padding: 0 14px 24px; }
    .news-product-item-container {
      position: relative;
      border-radius: 5px;
      box-shadow: 0 2px 4px 0 #8d8d8d; }
    .news-product-item-top {
      position: relative;
      z-index: 30;
      width: 100%;
      padding-bottom: 28%;
      border-radius: 5px 5px 0 0;
      background-size: cover;
      background-position: 0 50%;
      background-repeat: no-repeat; }
    .news-product-item-bottom {
      position: relative;
      z-index: 20;
      bottom: 1%;
      width: 100%; }
  .news-product-link {
    display: block;
    text-decoration: none;
    max-width: 243px; }
    .news-product-link:hover .product-container {
      box-shadow: 0 8px 8px 0 #8d8d8d; }

.news-promo {
  padding-bottom: 18px; }
  .news-promo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-left: 5px solid #ff6b3e;
    border-radius: 5px;
    background-color: #edf0f3; }
  .news-promo-img {
    width: 18px;
    height: 18px;
    fill: #ff6b3e;
    margin: 11px 0 0 24px; }
  .news-promo-group {
    padding: 9px 0 13px 12px;
    font-family: "NotoSans-Regular";
    color: #38404a; }
  .news-promo-title {
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #ff6b3e; }
  .news-promo-discount {
    padding-bottom: 8px; }
    .news-promo-discount > span {
      color: #ff6b3e; }
  .news-promo-valid > span {
    color: #ff6b3e; }

.news-social-link {
  display: block;
  text-decoration: none;
  opacity: 0.8; }
  .news-social-link:hover {
    opacity: 1; }

.news-social-title {
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 40px;
  color: #38404a; }

.news-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 345px;
  width: 100%; }

.news-social-item {
  width: 45px;
  height: 45px; }

.news-social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #45a2dd;
  border-radius: 4px;
  opacity: 0.8; }
  .news-social-button:hover {
    opacity: 1; }
  .news-social-button-icon {
    width: 24px;
    height: 15px;
    fill: #45a2dd; }

@media all and (min-width: 1171px) {
  .news .page-main {
    width: 1140px;
    min-width: 1140px; } }

@media all and (max-width: 1170px) {
  .news .page-main {
    width: 940px;
    min-width: 940px; } }

@media all and (max-width: 970px) {
  .news .page-main {
    width: 720px;
    min-width: 720px; }
  .news .news-top-right .sidebar-allNews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px; }
  .news .sidebar {
    display: none; }
  .news .news-main {
    margin-right: 0;
    max-width: 100%; } }

  .delivery-md-link {
      display: none;
  }
@media all and (max-width: 780px) {
  .news .page-main {
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    padding: 0; }
  .news .page-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 34px; }
  .news .news-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px; }
  .news .page-title-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 12px; }
  .news .sidebar-allNews {
    padding: 0;
    min-width: 0; }
  .news .news-top-right {
    position: absolute;
    top: -15px;
    right: 12px; }
  .news .news-top-left {
    padding-right: 0; }
  .news .news-wrapper {
    padding: 51px 15px; }
  .news .sidebar-allNews-icon {
    width: 20px;
    height: 20px; }
  .news .sidebar-allNews-link {
    padding-left: 9px; }
  .news .news-img {
    padding-bottom: 42%;
    background-position: 50% 50%; }
  .news .news-top {
    padding-bottom: 20px; }
  .news .page-col-3 {
    width: 50%; }
  .news .news-promo-img {
    width: 20px;
    height: 20px;
    fill: #ff6b3e;
    margin: 12px 0 0 10px; }
  .news .news-promo-group {
    padding: 10px 0 13px 10px; }
  .news .news-promo-title {
    padding-bottom: 5px; }
  .news .news-promo-discount {
    padding-bottom: 7px; }
  .news .news-promo-valid span > span {
    display: none; }
  .news .news-promo {
    padding-bottom: 18px; }
  .news .news-social-item {
    width: 40px;
    height: 40px; }
  .news .news-social-button {
    width: 40px;
    height: 40px; }
  .news .news-list {
    padding-left: 20px; }
  .delivery-md-link{
      display: block;
  }}

@media all and (max-width: 500px) {
  .news .page-col-3 {
    width: 100%; } }

  .header-enter-link {
    display: block;
    height: 40px;
    text-align: right;
    width: 100%;
    padding-top: 13px;
    padding-right: 22px;
  }
  .header-lk-text-username {
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .__auto-width {
      width: auto !important;
  }
  /* Tooltip CSS */
.tooltip-bp {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-bp .tooltip-content {
    visibility: hidden;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    width: 281px;
    background-color: #f6f6f6;
    color: #3e3e3e;
    text-align: start;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 1s;
    -moz-transition: all 0.5s ease-out 1s;
    -o-transition: all 0.5s ease-out 1s;
    transition: all 0.5s ease-out 1s;
    padding: 0px 15px;
    box-shadow: 3px 3px 18px -2px rgba(125, 124, 125, 0.48);
}

.tooltip-bp .tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 22%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: #efefef transparent transparent transparent;
}

.tooltip-bp:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

/* Кол-во баллов - Значение */
.value-box {
    background-color: #efefef6b;
    padding: 3px 8px;
    border: 1px solid #80808063;
}

.product-info a {
	display: contents;
}

a:has(> span.glyphicon-info-sign) {
	display: contents
}