/*
* SMALL DISPLAYS:
*/

/*
* MEDIUM DISPLAYS:
*/

/*
* LARGE DISPLAYS:
*/

/*
* XLARGE DISPLAYS:
*/

/*
* XXLARGE DISPLAYS:
*/

@media screen {
  /* normal col */
  /* {s,m,l}w = {small, medium, large} width */
  .row__col_sw_1 {
    flex: 0 0 auto;
    width: calc(99.99% * 1/12 - (24px - 24px * 1/12));
  }
  .row__col_sw_1:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_1:last-child {
    margin-right: 0;
  }
  .row__col_sw_1:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_2 {
    flex: 0 0 auto;
    width: calc(99.99% * 2/12 - (24px - 24px * 2/12));
  }
  .row__col_sw_2:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_2:last-child {
    margin-right: 0;
  }
  .row__col_sw_2:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_3 {
    flex: 0 0 auto;
    width: calc(99.99% * 3/12 - (24px - 24px * 3/12));
  }
  .row__col_sw_3:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_3:last-child {
    margin-right: 0;
  }
  .row__col_sw_3:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_4 {
    flex: 0 0 auto;
    width: calc(99.99% * 4/12 - (24px - 24px * 4/12));
  }
  .row__col_sw_4:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_4:last-child {
    margin-right: 0;
  }
  .row__col_sw_4:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_5 {
    flex: 0 0 auto;
    width: calc(99.99% * 5/12 - (24px - 24px * 5/12));
  }
  .row__col_sw_5:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_5:last-child {
    margin-right: 0;
  }
  .row__col_sw_5:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_6 {
    flex: 0 0 auto;
    width: calc(99.99% * 6/12 - (24px - 24px * 6/12));
  }
  .row__col_sw_6:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_6:last-child {
    margin-right: 0;
  }
  .row__col_sw_6:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_7 {
    flex: 0 0 auto;
    width: calc(99.99% * 7/12 - (24px - 24px * 7/12));
  }
  .row__col_sw_7:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_7:last-child {
    margin-right: 0;
  }
  .row__col_sw_7:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_8 {
    flex: 0 0 auto;
    width: calc(99.99% * 8/12 - (24px - 24px * 8/12));
  }
  .row__col_sw_8:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_8:last-child {
    margin-right: 0;
  }
  .row__col_sw_8:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_9 {
    flex: 0 0 auto;
    width: calc(99.99% * 9/12 - (24px - 24px * 9/12));
  }
  .row__col_sw_9:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_9:last-child {
    margin-right: 0;
  }
  .row__col_sw_9:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_10 {
    flex: 0 0 auto;
    width: calc(99.99% * 10/12 - (24px - 24px * 10/12));
  }
  .row__col_sw_10:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_10:last-child {
    margin-right: 0;
  }
  .row__col_sw_10:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_11 {
    flex: 0 0 auto;
    width: calc(99.99% * 11/12 - (24px - 24px * 11/12));
  }
  .row__col_sw_11:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_11:last-child {
    margin-right: 0;
  }
  .row__col_sw_11:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_sw_12 {
    flex: 0 0 auto;
    width: calc(99.99% * 12/12 - (24px - 24px * 12/12));
  }
  .row__col_sw_12:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_sw_12:last-child {
    margin-right: 0;
  }
  .row__col_sw_12:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  /* offset col */
  /* {s,m,l}o = {small, medium, large} offset */
  .row__col_so_1 {
    position: relative;
    left: calc(99.99% * 1/12 - (24px - 24px * 1/12) + 24px);
  }
  .row__col_so_2 {
    position: relative;
    left: calc(99.99% * 2/12 - (24px - 24px * 2/12) + 24px);
  }
  .row__col_so_3 {
    position: relative;
    left: calc(99.99% * 3/12 - (24px - 24px * 3/12) + 24px);
  }
  .row__col_so_4 {
    position: relative;
    left: calc(99.99% * 4/12 - (24px - 24px * 4/12) + 24px);
  }
  .row__col_so_5 {
    position: relative;
    left: calc(99.99% * 5/12 - (24px - 24px * 5/12) + 24px);
  }
  .row__col_so_6 {
    position: relative;
    left: calc(99.99% * 6/12 - (24px - 24px * 6/12) + 24px);
  }
  .row__col_so_7 {
    position: relative;
    left: calc(99.99% * 7/12 - (24px - 24px * 7/12) + 24px);
  }
  .row__col_so_8 {
    position: relative;
    left: calc(99.99% * 8/12 - (24px - 24px * 8/12) + 24px);
  }
  .row__col_so_9 {
    position: relative;
    left: calc(99.99% * 9/12 - (24px - 24px * 9/12) + 24px);
  }
  .row__col_so_10 {
    position: relative;
    left: calc(99.99% * 10/12 - (24px - 24px * 10/12) + 24px);
  }
  .row__col_so_11 {
    position: relative;
    left: calc(99.99% * 11/12 - (24px - 24px * 11/12) + 24px);
  }
  /* auto size col */
  .row__col_s {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    margin-right: 24px;
  }
  .row__col_s:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row__col_sw_0 {
    display: none;
  }
  .row__col_so_0 {
    margin-left: 0;
  }
  /* {s,m,l}of = {small, medium, large} order first */
  .row__col_sof {
    order: -1;
  }
  /* {s,m,l}ol = {small, medium, large} order last */
  .row__col_sol {
    order: 1;
  }
}

@media screen and (min-width: 40.063em) {
  /* normal col */
  /* {s,m,l}w = {small, medium, large} width */
  .row__col_mw_1 {
    flex: 0 0 auto;
    width: calc(99.99% * 1/12 - (24px - 24px * 1/12));
  }
  .row__col_mw_1:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_1:last-child {
    margin-right: 0;
  }
  .row__col_mw_1:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_2 {
    flex: 0 0 auto;
    width: calc(99.99% * 2/12 - (24px - 24px * 2/12));
  }
  .row__col_mw_2:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_2:last-child {
    margin-right: 0;
  }
  .row__col_mw_2:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_3 {
    flex: 0 0 auto;
    width: calc(99.99% * 3/12 - (24px - 24px * 3/12));
  }
  .row__col_mw_3:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_3:last-child {
    margin-right: 0;
  }
  .row__col_mw_3:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_4 {
    flex: 0 0 auto;
    width: calc(99.99% * 4/12 - (24px - 24px * 4/12));
  }
  .row__col_mw_4:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_4:last-child {
    margin-right: 0;
  }
  .row__col_mw_4:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_5 {
    flex: 0 0 auto;
    width: calc(99.99% * 5/12 - (24px - 24px * 5/12));
  }
  .row__col_mw_5:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_5:last-child {
    margin-right: 0;
  }
  .row__col_mw_5:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_6 {
    flex: 0 0 auto;
    width: calc(99.99% * 6/12 - (24px - 24px * 6/12));
  }
  .row__col_mw_6:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_6:last-child {
    margin-right: 0;
  }
  .row__col_mw_6:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_7 {
    flex: 0 0 auto;
    width: calc(99.99% * 7/12 - (24px - 24px * 7/12));
  }
  .row__col_mw_7:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_7:last-child {
    margin-right: 0;
  }
  .row__col_mw_7:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_8 {
    flex: 0 0 auto;
    width: calc(99.99% * 8/12 - (24px - 24px * 8/12));
  }
  .row__col_mw_8:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_8:last-child {
    margin-right: 0;
  }
  .row__col_mw_8:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_9 {
    flex: 0 0 auto;
    width: calc(99.99% * 9/12 - (24px - 24px * 9/12));
  }
  .row__col_mw_9:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_9:last-child {
    margin-right: 0;
  }
  .row__col_mw_9:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_10 {
    flex: 0 0 auto;
    width: calc(99.99% * 10/12 - (24px - 24px * 10/12));
  }
  .row__col_mw_10:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_10:last-child {
    margin-right: 0;
  }
  .row__col_mw_10:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_11 {
    flex: 0 0 auto;
    width: calc(99.99% * 11/12 - (24px - 24px * 11/12));
  }
  .row__col_mw_11:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_11:last-child {
    margin-right: 0;
  }
  .row__col_mw_11:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_mw_12 {
    flex: 0 0 auto;
    width: calc(99.99% * 12/12 - (24px - 24px * 12/12));
  }
  .row__col_mw_12:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_mw_12:last-child {
    margin-right: 0;
  }
  .row__col_mw_12:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  /* offset col */
  /* {s,m,l}o = {small, medium, large} offset */
  .row__col_mo_1 {
    position: relative;
    left: calc(99.99% * 1/12 - (24px - 24px * 1/12) + 24px);
  }
  .row__col_mo_2 {
    position: relative;
    left: calc(99.99% * 2/12 - (24px - 24px * 2/12) + 24px);
  }
  .row__col_mo_3 {
    position: relative;
    left: calc(99.99% * 3/12 - (24px - 24px * 3/12) + 24px);
  }
  .row__col_mo_4 {
    position: relative;
    left: calc(99.99% * 4/12 - (24px - 24px * 4/12) + 24px);
  }
  .row__col_mo_5 {
    position: relative;
    left: calc(99.99% * 5/12 - (24px - 24px * 5/12) + 24px);
  }
  .row__col_mo_6 {
    position: relative;
    left: calc(99.99% * 6/12 - (24px - 24px * 6/12) + 24px);
  }
  .row__col_mo_7 {
    position: relative;
    left: calc(99.99% * 7/12 - (24px - 24px * 7/12) + 24px);
  }
  .row__col_mo_8 {
    position: relative;
    left: calc(99.99% * 8/12 - (24px - 24px * 8/12) + 24px);
  }
  .row__col_mo_9 {
    position: relative;
    left: calc(99.99% * 9/12 - (24px - 24px * 9/12) + 24px);
  }
  .row__col_mo_10 {
    position: relative;
    left: calc(99.99% * 10/12 - (24px - 24px * 10/12) + 24px);
  }
  .row__col_mo_11 {
    position: relative;
    left: calc(99.99% * 11/12 - (24px - 24px * 11/12) + 24px);
  }
  /* auto size col */
  .row__col_m {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    margin-right: 24px;
  }
  .row__col_m:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .row__col_mw_0 {
    display: none;
  }
  .row__col_mo_0 {
    margin-left: 0;
  }
  /* {s,m,l}of = {small, medium, large} order first */
  .row__col_mof {
    order: -1;
  }
  /* {s,m,l}ol = {small, medium, large} order last */
  .row__col_mol {
    order: 1;
  }
}

@media screen and (min-width: 64.063em) {
  /* normal col */
  /* {s,m,l}w = {small, medium, large} width */
  .row__col_lw_1 {
    flex: 0 0 auto;
    width: calc(99.99% * 1/12 - (24px - 24px * 1/12));
  }
  .row__col_lw_1:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_1:last-child {
    margin-right: 0;
  }
  .row__col_lw_1:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_2 {
    flex: 0 0 auto;
    width: calc(99.99% * 2/12 - (24px - 24px * 2/12));
  }
  .row__col_lw_2:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_2:last-child {
    margin-right: 0;
  }
  .row__col_lw_2:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_3 {
    flex: 0 0 auto;
    width: calc(99.99% * 3/12 - (24px - 24px * 3/12));
  }
  .row__col_lw_3:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_3:last-child {
    margin-right: 0;
  }
  .row__col_lw_3:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_4 {
    flex: 0 0 auto;
    width: calc(99.99% * 4/12 - (24px - 24px * 4/12));
  }
  .row__col_lw_4:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_4:last-child {
    margin-right: 0;
  }
  .row__col_lw_4:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_5 {
    flex: 0 0 auto;
    width: calc(99.99% * 5/12 - (24px - 24px * 5/12));
  }
  .row__col_lw_5:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_5:last-child {
    margin-right: 0;
  }
  .row__col_lw_5:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_6 {
    flex: 0 0 auto;
    width: calc(99.99% * 6/12 - (24px - 24px * 6/12));
  }
  .row__col_lw_6:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_6:last-child {
    margin-right: 0;
  }
  .row__col_lw_6:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_7 {
    flex: 0 0 auto;
    width: calc(99.99% * 7/12 - (24px - 24px * 7/12));
  }
  .row__col_lw_7:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_7:last-child {
    margin-right: 0;
  }
  .row__col_lw_7:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_8 {
    flex: 0 0 auto;
    width: calc(99.99% * 8/12 - (24px - 24px * 8/12));
  }
  .row__col_lw_8:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_8:last-child {
    margin-right: 0;
  }
  .row__col_lw_8:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_9 {
    flex: 0 0 auto;
    width: calc(99.99% * 9/12 - (24px - 24px * 9/12));
  }
  .row__col_lw_9:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_9:last-child {
    margin-right: 0;
  }
  .row__col_lw_9:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_10 {
    flex: 0 0 auto;
    width: calc(99.99% * 10/12 - (24px - 24px * 10/12));
  }
  .row__col_lw_10:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_10:last-child {
    margin-right: 0;
  }
  .row__col_lw_10:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_11 {
    flex: 0 0 auto;
    width: calc(99.99% * 11/12 - (24px - 24px * 11/12));
  }
  .row__col_lw_11:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_11:last-child {
    margin-right: 0;
  }
  .row__col_lw_11:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_lw_12 {
    flex: 0 0 auto;
    width: calc(99.99% * 12/12 - (24px - 24px * 12/12));
  }
  .row__col_lw_12:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_lw_12:last-child {
    margin-right: 0;
  }
  .row__col_lw_12:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  /* offset col */
  /* {s,m,l}o = {small, medium, large} offset */
  .row__col_lo_1 {
    position: relative;
    left: calc(99.99% * 1/12 - (24px - 24px * 1/12) + 24px);
  }
  .row__col_lo_2 {
    position: relative;
    left: calc(99.99% * 2/12 - (24px - 24px * 2/12) + 24px);
  }
  .row__col_lo_3 {
    position: relative;
    left: calc(99.99% * 3/12 - (24px - 24px * 3/12) + 24px);
  }
  .row__col_lo_4 {
    position: relative;
    left: calc(99.99% * 4/12 - (24px - 24px * 4/12) + 24px);
  }
  .row__col_lo_5 {
    position: relative;
    left: calc(99.99% * 5/12 - (24px - 24px * 5/12) + 24px);
  }
  .row__col_lo_6 {
    position: relative;
    left: calc(99.99% * 6/12 - (24px - 24px * 6/12) + 24px);
  }
  .row__col_lo_7 {
    position: relative;
    left: calc(99.99% * 7/12 - (24px - 24px * 7/12) + 24px);
  }
  .row__col_lo_8 {
    position: relative;
    left: calc(99.99% * 8/12 - (24px - 24px * 8/12) + 24px);
  }
  .row__col_lo_9 {
    position: relative;
    left: calc(99.99% * 9/12 - (24px - 24px * 9/12) + 24px);
  }
  .row__col_lo_10 {
    position: relative;
    left: calc(99.99% * 10/12 - (24px - 24px * 10/12) + 24px);
  }
  .row__col_lo_11 {
    position: relative;
    left: calc(99.99% * 11/12 - (24px - 24px * 11/12) + 24px);
  }
  /* auto size col */
  .row__col_l {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    margin-right: 24px;
  }
  .row__col_l:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 64.063em) and (max-width: 90em) {
  .row__col_lw_0 {
    display: none;
  }
  .row__col_lo_0 {
    margin-left: 0;
  }
  /* {s,m,l}of = {small, medium, large} order first */
  .row__col_lof {
    order: -1;
  }
  /* {s,m,l}ol = {small, medium, large} order last */
  .row__col_lol {
    order: 1;
  }
}

@media screen and (min-width: 90.063em) {
  /* normal col */
  /* {s,m,l}w = {small, medium, large} width */
  .row__col_xlw_1 {
    flex: 0 0 auto;
    width: calc(99.99% * 1/12 - (24px - 24px * 1/12));
  }
  .row__col_xlw_1:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_1:last-child {
    margin-right: 0;
  }
  .row__col_xlw_1:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_2 {
    flex: 0 0 auto;
    width: calc(99.99% * 2/12 - (24px - 24px * 2/12));
  }
  .row__col_xlw_2:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_2:last-child {
    margin-right: 0;
  }
  .row__col_xlw_2:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_3 {
    flex: 0 0 auto;
    width: calc(99.99% * 3/12 - (24px - 24px * 3/12));
  }
  .row__col_xlw_3:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_3:last-child {
    margin-right: 0;
  }
  .row__col_xlw_3:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_4 {
    flex: 0 0 auto;
    width: calc(99.99% * 4/12 - (24px - 24px * 4/12));
  }
  .row__col_xlw_4:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_4:last-child {
    margin-right: 0;
  }
  .row__col_xlw_4:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_5 {
    flex: 0 0 auto;
    width: calc(99.99% * 5/12 - (24px - 24px * 5/12));
  }
  .row__col_xlw_5:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_5:last-child {
    margin-right: 0;
  }
  .row__col_xlw_5:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_6 {
    flex: 0 0 auto;
    width: calc(99.99% * 6/12 - (24px - 24px * 6/12));
  }
  .row__col_xlw_6:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_6:last-child {
    margin-right: 0;
  }
  .row__col_xlw_6:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_7 {
    flex: 0 0 auto;
    width: calc(99.99% * 7/12 - (24px - 24px * 7/12));
  }
  .row__col_xlw_7:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_7:last-child {
    margin-right: 0;
  }
  .row__col_xlw_7:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_8 {
    flex: 0 0 auto;
    width: calc(99.99% * 8/12 - (24px - 24px * 8/12));
  }
  .row__col_xlw_8:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_8:last-child {
    margin-right: 0;
  }
  .row__col_xlw_8:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_9 {
    flex: 0 0 auto;
    width: calc(99.99% * 9/12 - (24px - 24px * 9/12));
  }
  .row__col_xlw_9:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_9:last-child {
    margin-right: 0;
  }
  .row__col_xlw_9:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_10 {
    flex: 0 0 auto;
    width: calc(99.99% * 10/12 - (24px - 24px * 10/12));
  }
  .row__col_xlw_10:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_10:last-child {
    margin-right: 0;
  }
  .row__col_xlw_10:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_11 {
    flex: 0 0 auto;
    width: calc(99.99% * 11/12 - (24px - 24px * 11/12));
  }
  .row__col_xlw_11:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_11:last-child {
    margin-right: 0;
  }
  .row__col_xlw_11:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xlw_12 {
    flex: 0 0 auto;
    width: calc(99.99% * 12/12 - (24px - 24px * 12/12));
  }
  .row__col_xlw_12:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xlw_12:last-child {
    margin-right: 0;
  }
  .row__col_xlw_12:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  /* offset col */
  /* {s,m,l}o = {small, medium, large} offset */
  .row__col_xlo_1 {
    position: relative;
    left: calc(99.99% * 1/12 - (24px - 24px * 1/12) + 24px);
  }
  .row__col_xlo_2 {
    position: relative;
    left: calc(99.99% * 2/12 - (24px - 24px * 2/12) + 24px);
  }
  .row__col_xlo_3 {
    position: relative;
    left: calc(99.99% * 3/12 - (24px - 24px * 3/12) + 24px);
  }
  .row__col_xlo_4 {
    position: relative;
    left: calc(99.99% * 4/12 - (24px - 24px * 4/12) + 24px);
  }
  .row__col_xlo_5 {
    position: relative;
    left: calc(99.99% * 5/12 - (24px - 24px * 5/12) + 24px);
  }
  .row__col_xlo_6 {
    position: relative;
    left: calc(99.99% * 6/12 - (24px - 24px * 6/12) + 24px);
  }
  .row__col_xlo_7 {
    position: relative;
    left: calc(99.99% * 7/12 - (24px - 24px * 7/12) + 24px);
  }
  .row__col_xlo_8 {
    position: relative;
    left: calc(99.99% * 8/12 - (24px - 24px * 8/12) + 24px);
  }
  .row__col_xlo_9 {
    position: relative;
    left: calc(99.99% * 9/12 - (24px - 24px * 9/12) + 24px);
  }
  .row__col_xlo_10 {
    position: relative;
    left: calc(99.99% * 10/12 - (24px - 24px * 10/12) + 24px);
  }
  .row__col_xlo_11 {
    position: relative;
    left: calc(99.99% * 11/12 - (24px - 24px * 11/12) + 24px);
  }
  /* auto size col */
  .row__col_xl {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    margin-right: 24px;
  }
  .row__col_xl:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 90.063em) and (max-width: 120em) {
  .row__col_xlw_0 {
    display: none;
  }
  .row__col_xlo_0 {
    margin-left: 0;
  }
  /* {s,m,l}of = {small, medium, large} order first */
  .row__col_xlof {
    order: -1;
  }
  /* {s,m,l}ol = {small, medium, large} order last */
  .row__col_xlol {
    order: 1;
  }
}

@media screen and (min-width: 120.063em) {
  /* normal col */
  /* {s,m,l}w = {small, medium, large} width */
  .row__col_xxlw_1 {
    flex: 0 0 auto;
    width: calc(99.99% * 1/12 - (24px - 24px * 1/12));
  }
  .row__col_xxlw_1:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_1:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_1:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_2 {
    flex: 0 0 auto;
    width: calc(99.99% * 2/12 - (24px - 24px * 2/12));
  }
  .row__col_xxlw_2:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_2:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_2:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_3 {
    flex: 0 0 auto;
    width: calc(99.99% * 3/12 - (24px - 24px * 3/12));
  }
  .row__col_xxlw_3:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_3:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_3:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_4 {
    flex: 0 0 auto;
    width: calc(99.99% * 4/12 - (24px - 24px * 4/12));
  }
  .row__col_xxlw_4:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_4:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_4:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_5 {
    flex: 0 0 auto;
    width: calc(99.99% * 5/12 - (24px - 24px * 5/12));
  }
  .row__col_xxlw_5:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_5:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_5:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_6 {
    flex: 0 0 auto;
    width: calc(99.99% * 6/12 - (24px - 24px * 6/12));
  }
  .row__col_xxlw_6:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_6:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_6:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_7 {
    flex: 0 0 auto;
    width: calc(99.99% * 7/12 - (24px - 24px * 7/12));
  }
  .row__col_xxlw_7:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_7:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_7:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_8 {
    flex: 0 0 auto;
    width: calc(99.99% * 8/12 - (24px - 24px * 8/12));
  }
  .row__col_xxlw_8:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_8:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_8:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_9 {
    flex: 0 0 auto;
    width: calc(99.99% * 9/12 - (24px - 24px * 9/12));
  }
  .row__col_xxlw_9:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_9:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_9:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_10 {
    flex: 0 0 auto;
    width: calc(99.99% * 10/12 - (24px - 24px * 10/12));
  }
  .row__col_xxlw_10:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_10:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_10:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_11 {
    flex: 0 0 auto;
    width: calc(99.99% * 11/12 - (24px - 24px * 11/12));
  }
  .row__col_xxlw_11:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_11:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_11:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  .row__col_xxlw_12 {
    flex: 0 0 auto;
    width: calc(99.99% * 12/12 - (24px - 24px * 12/12));
  }
  .row__col_xxlw_12:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
  }
  .row__col_xxlw_12:last-child {
    margin-right: 0;
  }
  .row__col_xxlw_12:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
  /* offset col */
  /* {s,m,l}o = {small, medium, large} offset */
  .row__col_xxlo_1 {
    position: relative;
    left: calc(99.99% * 1/12 - (24px - 24px * 1/12) + 24px);
  }
  .row__col_xxlo_2 {
    position: relative;
    left: calc(99.99% * 2/12 - (24px - 24px * 2/12) + 24px);
  }
  .row__col_xxlo_3 {
    position: relative;
    left: calc(99.99% * 3/12 - (24px - 24px * 3/12) + 24px);
  }
  .row__col_xxlo_4 {
    position: relative;
    left: calc(99.99% * 4/12 - (24px - 24px * 4/12) + 24px);
  }
  .row__col_xxlo_5 {
    position: relative;
    left: calc(99.99% * 5/12 - (24px - 24px * 5/12) + 24px);
  }
  .row__col_xxlo_6 {
    position: relative;
    left: calc(99.99% * 6/12 - (24px - 24px * 6/12) + 24px);
  }
  .row__col_xxlo_7 {
    position: relative;
    left: calc(99.99% * 7/12 - (24px - 24px * 7/12) + 24px);
  }
  .row__col_xxlo_8 {
    position: relative;
    left: calc(99.99% * 8/12 - (24px - 24px * 8/12) + 24px);
  }
  .row__col_xxlo_9 {
    position: relative;
    left: calc(99.99% * 9/12 - (24px - 24px * 9/12) + 24px);
  }
  .row__col_xxlo_10 {
    position: relative;
    left: calc(99.99% * 10/12 - (24px - 24px * 10/12) + 24px);
  }
  .row__col_xxlo_11 {
    position: relative;
    left: calc(99.99% * 11/12 - (24px - 24px * 11/12) + 24px);
  }
  /* auto size col */
  .row__col_xxl {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    margin-right: 24px;
  }
  .row__col_xxl:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .row__col_xxlw_0 {
    display: none;
  }
  .row__col_xxlo_0 {
    margin-left: 0;
  }
  /* {s,m,l}of = {small, medium, large} order first */
  .row__col_xxlof {
    order: -1;
  }
  /* {s,m,l}ol = {small, medium, large} order last */
  .row__col_xxlol {
    order: 1;
  }
}

.row {
    display: flex;
    flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.row_order_reverse {
    flex-direction: row-reverse;
    flex-wrap: row-reverse;
}

@media screen {
    /* {s,m,l}al = {small, medium, large} align left */
    .row_sal {
    justify-content: flex-start;
    text-align: start;
  }
    /* {s,m,l}ac = {small, medium, large} align center */
    .row_sac {
    justify-content: center;
    text-align: center;
  }
    /* {s,m,l}ar = {small, medium, large} align right */
    .row_sar {
    justify-content: flex-end;
    text-align: end;
  }
    /* {s,m,l}vat = {small, medium, large} vertical align top */
    .row_svat {
    align-items: flex-start;
  }
    /* {s,m,l}vam = {small, medium, large} vertical align medium */
    .row_svam {
    align-items: center;
  }
    /* {s,m,l}vab = {small, medium, large} vertical align bottom */
    .row_svab {
    align-items: flex-end;
  }
}

@media screen and (min-width: 40.063em) {
    /* {s,m,l}al = {small, medium, large} align left */
    .row_mal {
    justify-content: flex-start;
    text-align: start;
  }
    /* {s,m,l}ac = {small, medium, large} align center */
    .row_mac {
    justify-content: center;
    text-align: center;
  }
    /* {s,m,l}ar = {small, medium, large} align right */
    .row_mar {
    justify-content: flex-end;
    text-align: end;
  }
    /* {s,m,l}vat = {small, medium, large} vertical align top */
    .row_mvat {
    align-items: flex-start;
  }
    /* {s,m,l}vam = {small, medium, large} vertical align medium */
    .row_mvam {
    align-items: center;
  }
    /* {s,m,l}vab = {small, medium, large} vertical align bottom */
    .row_mvab {
    align-items: flex-end;
  }
}

@media screen and (min-width: 64.063em) {
    /* {s,m,l}al = {small, medium, large} align left */
    .row_lal {
    justify-content: flex-start;
    text-align: start;
  }
    /* {s,m,l}ac = {small, medium, large} align center */
    .row_lac {
    justify-content: center;
    text-align: center;
  }
    /* {s,m,l}ar = {small, medium, large} align right */
    .row_lar {
    justify-content: flex-end;
    text-align: end;
  }
    /* {s,m,l}vat = {small, medium, large} vertical align top */
    .row_lvat {
    align-items: flex-start;
  }
    /* {s,m,l}vam = {small, medium, large} vertical align medium */
    .row_lvam {
    align-items: center;
  }
    /* {s,m,l}vab = {small, medium, large} vertical align bottom */
    .row_lvab {
    align-items: flex-end;
  }
}

@media screen and (min-width: 90.063em) {
    /* {s,m,l}al = {small, medium, large} align left */
    .row_xlal {
    justify-content: flex-start;
    text-align: start;
  }
    /* {s,m,l}ac = {small, medium, large} align center */
    .row_xlac {
    justify-content: center;
    text-align: center;
  }
    /* {s,m,l}ar = {small, medium, large} align right */
    .row_xlar {
    justify-content: flex-end;
    text-align: end;
  }
    /* {s,m,l}vat = {small, medium, large} vertical align top */
    .row_xlvat {
    align-items: flex-start;
  }
    /* {s,m,l}vam = {small, medium, large} vertical align medium */
    .row_xlvam {
    align-items: center;
  }
    /* {s,m,l}vab = {small, medium, large} vertical align bottom */
    .row_xlvab {
    align-items: flex-end;
  }
}

@media screen and (min-width: 120.063em) {
    /* {s,m,l}al = {small, medium, large} align left */
    .row_xxlal {
    justify-content: flex-start;
    text-align: start;
  }
    /* {s,m,l}ac = {small, medium, large} align center */
    .row_xxlac {
    justify-content: center;
    text-align: center;
  }
    /* {s,m,l}ar = {small, medium, large} align right */
    .row_xxlar {
    justify-content: flex-end;
    text-align: end;
  }
    /* {s,m,l}vat = {small, medium, large} vertical align top */
    .row_xxlvat {
    align-items: flex-start;
  }
    /* {s,m,l}vam = {small, medium, large} vertical align medium */
    .row_xxlvam {
    align-items: center;
  }
    /* {s,m,l}vab = {small, medium, large} vertical align bottom */
    .row_xxlvab {
    align-items: flex-end;
  }
}
.header-new {
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 24px;
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
    .header-new a{
      text-decoration: none;
    }
    .header-new__content{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
    }
    .header-new__logo{
      width: 256px;
    }
    .header-new__logo .logo{
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
    .header-new__mail .link{
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        color: #1B4A6E;
      }
    .header-new__icons{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding-top: 12px;
    }
    @media( min-width: 640px){
    .header-new__icons{
        width: 256px;
        margin-left: auto;
        padding: 0
    }
      }
    @media (min-width: 1024px){
    .header-new__icons{
        display: none
    }
      }
    .header-new__description{
      display: none;
    }
    @media(min-width: 1024px){
    .header-new__description{
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        width: 303px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 24px
    }
      }
    .header-new__right-col{
      display: none;

    }
    @media (min-width: 1024px){
    .header-new__right-col{
        margin-left: auto;
        display: block

    }
      }
    .header-new__menu{
      visibility: hidden;
      width: 100%;
    }
    @media(max-width: 1023px){
        .header-new__menu .menu-top__li_livel_1{
          height: 0;
          pointer-events: none;
        }
          .header-new__menu .menu-top__li_livel_1 .link{
            visibility: hidden;
          }
      }
    @media (min-width: 1024px){
    .header-new__menu{

        padding-top: 24px;
        visibility: visible;
        display: block
    }
      }
    .header-new__phone{
      margin-bottom: 8px;
    }
    .header-new__phone a{
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        color: #1B4A6E;
      }

.logo {
  padding: 0;

}
.logo img{
    width: 100%;
    display: block;
  }
.image {
    border: 0;
}
.link {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
.link_disabled {
        pointer-events: none;
    }
.button {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
.menu-top {
  width: 100%;
}
.menu-top__ul{
    list-style: none;
    padding: 0px;
    margin: 0;
  }
.menu-top__ul_level_1{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
.menu-top__ul_drop-down_show {
       display: -webkit-box!important;
       display: -ms-flexbox!important;
       display: flex!important;
       width: 100%;
       position: absolute;
       z-index: 5;
    }
.menu-top__ul_drop-down_hidden {
       display: none;
    }
.menu-top__ul_level_2{
      position: absolute;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99;
      width: 100%;
      padding-bottom: 10px;
    }
.menu-top__ul_level_3{
      display: none;
      position: absolute;
      z-index: 99;
      width: calc(100% + 2px);
      height: 100%;
      top: 0;
      left: 100%;
    }
.menu-top__ul_search{
      padding: 24px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(600% + 10px);
      left: calc(-10px - 500%);
      background: #fff;
    }
@media(max-width: 1023px){
.menu-top__ul_search_show{
          display: block;
          visibility: visible;
          padding: 24px;
          width: calc(600% + 10px);
          left: calc(-34px - 500%);
          pointer-events: all;
          background: #fff
      }
        }
.menu-top__li_livel_1{
        cursor: pointer;
        font-size: 20px;
        line-height: 130%;
        height: 74px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(99.99% * 1/6 - (2px - 2px * 1/6));
      }
.menu-top__li_livel_1:nth-child(1n){
    margin-right: 2px;
    margin-left: 0;
      }
.menu-top__li_livel_1:last-child{
    margin-right: 0;
      }
.menu-top__li_livel_1:nth-child(6n){
    margin-right: 0;
    margin-left: auto;
      }
.menu-top__li_livel_1 .icon_rotate{
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
          }
.menu-top__li_livel_1 .link{
          color: #fff;
          height: 100%;
          background: #1B4A6E;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 13px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          text-align: center;
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
.menu-top__li_livel_1 .link_hovered{
          background: #4D7CA0;
        }
.menu-top__li_livel_2{
        display: block;
        text-transform:none;
        cursor: pointer;
      }
.menu-top__li_livel_2 .link{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 76px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-top: 2px solid #fff;
          text-align: center;
          padding: 0 10px;
          background: #7FAED2;
        }
.menu-top__li_livel_2 .link .icon{
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
          }
.menu-top__li_livel_2 .link_hovered{
          background: #6B9ABE;
        }
.menu-top__li_drop_down{
        position: relative;
      }
.menu-top__li_livel_3{
        height: 100%;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-left: 2px solid #fff;
        position: absolute;
      }
.menu-top__li_livel_3 .link{
          height: 100%;
          width: 100%;
          display: block;
          padding: 0;
          background: #fff;
        }
.menu-top__li_livel_3 .link .livel-text{
            background: #F5F5F5;
            color: #1B4A6E;
            height: 74px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
          }
.menu-top__li_livel_3 .link .livel-text__title{
              font-size: 20px;
            }
.menu-top__li_livel_3 .link .livel-text__subtitle{
              font-size: 16px;
            }
.menu-top__li_livel_3 .link .image{
            display: block;
            width: 100%;
            height: 150px;
            -o-object-fit: contain;
               object-fit: contain;
          }
.menu-top__li_livel_3 .link_hovered .livel-text{
            background: #E1E1E1;
          }
.menu-top__li_show .link{
          height: 228px;
        }
.menu-top__li_livel_3:nth-child(2){
  top:0;
  left: 100%;
}
.menu-top__li_livel_3:nth-child(3){
  top:0;
  left: 200%;
}
.menu-top__li_livel_3:nth-child(4){
  top:0;
  left: 300%;
}
.menu-top__li_livel_3:nth-child(5){
  top:0;
  left: 400%;
}
.icon {
    display: inline-block;

    text-align: center;

    background: 50% no-repeat;
}
/* Hack for correct baseline positioning */
.icon:empty:after {
        visibility: hidden;

        content: '\00A0';
    }
/*
     * Чтобы иконка правильно позиционировалась внутри блочного контекста,
     * нужно прописать родителю свойство line-height со значением, равным высоте иконки
     */
.icon > img,
    .icon > svg {
        margin: -5.15em 0 -5em; /* 0.15 — magic number, empirically found */

        vertical-align: middle;
    }
.icon {
  display: inline-block;
  text-align: center;
  background-size: contain;
}
.icon_size_xxs {
        width: 5px;
        height: 5px;
    }
.icon_size_xs {
        width: 10px;
        height: 10px;
    }
.icon_size_s {
        width: 15px;
        height: 15px;
    }
.icon_size_m {
        width: 20px;
        height: 20px;
    }
.icon_size_l {
        width: 24px;
        height: 24px;
    }
.icon_size_xl {
        width: 30px;
        height: 30px;
    }
.icon_size_xxl {
        width: 40px;
        height: 40px;
    }
.icon_size_xxxl {
        width: 50px;
        height: 50px;
    }
.icon_size_xxxxl, .icon_size_4xl {
        width: 65px;
        height: 65px;
    }
.icon_size_xxxxxl, .icon_size_5xl {
        width: 100px;
        height: 100px;
    }
.icon_menu-burger{
      background-image: url("/tpl/hydropompe-spb.ru/img/icon/burger.svg");
    }
.icon_menu-close{
      background-image: url("/tpl/hydropompe-spb.ru/img/icon/close.svg");
    }
.icon_menu-mail{
      background-image: url("/tpl/hydropompe-spb.ru/img/icon/mail.svg");
    }
.icon_menu-phone{
      background-image: url("/tpl/hydropompe-spb.ru/img/icon/phone.svg");
    }
.icon_menu-search{
      background-image: url("/tpl/hydropompe-spb.ru/img/icon/search.svg");
    }
.icon_navigation-chewron-down{
      background-image: url("/tpl/hydropompe-spb.ru/img/icon/chewron-down.svg");
    }
.form-search__wrapp{
    height: 64px;
    background: #F6F6F6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

  }
.form-search_width_avaliable{
    width: 100%;
  }
.form-search_width_240px{
    width: 240px;
  }
.form-search .form-field{
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.form-search .input__control{
  border: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  height: 100%!important;
  padding: 0!important;
  text-align: left;
}
.input {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
.input_width_available{
    width: 100%;
  }
.input_width_available .input__control{
      width: 100%!important;
    }
.input__control{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 250px;
    height: 50px;
    padding: 8px 16px;
    background: #F6F6F6!important;
    border-radius: 0;
    font-size: 16px;
    color: #828282;
    font-family: Arial, Helvetica, sans-serif;
  }
.input_hovered .input__control{
      outline: 0;
    }
.input_focused .input__control{
      outline: 0;
      color: #000000;
      font-size: 16px;
    }
.button_theme_islands {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;

    color: #000;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background: rgba(0, 0, 0, 0.2);

    text-align: center;
    white-space: nowrap;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button_theme_islands::-moz-focus-inner {
        padding: 0;

        border: 0;
    }
.button_theme_islands .button__text {
        position: relative;

        display: inline-block;
        overflow: hidden;

        text-overflow: ellipsis;
        vertical-align: top;
    }
.button_theme_islands .icon {
        position: relative;
    }
.button_theme_islands.button_type_link {
        text-decoration: none;
    }
/* Decorative element (inner background) */
.button_theme_islands:before {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;

        content: '';

        border-radius: 2px;
        background: #fff;
    }
.button_theme_islands.button_hovered {
        cursor: pointer;

        background: rgba(0, 0, 0, 0.3);
    }
.button_theme_islands.button_focused-hard {
        z-index: 1;

        background: rgba(178, 142, 0, 0.6);
    }
.button_theme_islands.button_focused-hard.button:before {
            -webkit-box-shadow: 0 0 0 1px #ffcc00, inset 0 0 0 1px #ffcc00;
                    box-shadow: 0 0 0 1px #ffcc00, inset 0 0 0 1px #ffcc00;
        }
.button_theme_islands.button_pressed:before {
        background: #f6f5f3;
    }
.button_theme_islands.button_checked {
        background: rgba(153, 122, 0, 0.5);
    }
.button_theme_islands.button_checked:before {
            background: #ffeba0;
        }
.button_theme_islands.button_checked.button_pressed {
            background: rgba(129, 103, 0, 0.6);
        }
.button_theme_islands.button_checked.button_pressed:before {
                background: #fee481;
            }
.button_theme_islands.button_checked.button_hovered {
            background: rgba(129, 103, 0, 0.6);
        }
.button_theme_islands.button_view_plain {
        background: none;
    }
.button_theme_islands.button_view_plain.button_pressed {
            background: #f6f5f3;
        }
.button_theme_islands.button_view_plain.button_checked {
            background: #ffeba0;
        }
.button_theme_islands.button_view_plain.button_checked.button_pressed {
                background: #fee481;
            }
.button_theme_islands.button_view_plain.button_disabled {
            background: none;
        }
.button_theme_islands.button_view_action {
        background: #ffdb4d;
    }
.button_theme_islands.button_view_action:before {
            display: none;
        }
.button_theme_islands.button_view_action.button_hovered {
            background: #ffd633;
        }
.button_theme_islands.button_view_action.button_pressed {
            background: #ffcc00;
        }
.button_theme_islands.button_view_action.button_focused-hard {
            -webkit-animation: button-action-focus 0.5s infinite linear alternate;
                    animation: button-action-focus 0.5s infinite linear alternate;

            -webkit-box-shadow: none;

                    box-shadow: none;
        }
.button_theme_islands.button_view_pseudo {
        overflow: hidden;

        background: none;
    }
.button_theme_islands.button_view_pseudo:before {
            background: none;
            -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
                    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        }
.button_theme_islands.button_view_pseudo.button_hovered:before {
            -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
                    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
        }
.button_theme_islands.button_view_pseudo.button_pressed:before {
            background: rgba(0, 0, 0, 0.05);
        }
.button_theme_islands.button_view_pseudo.button_checked:before {
                background: #ffeba0;
                -webkit-box-shadow: 0 0 0 1px rgba(153, 122, 0, 0.5);
                        box-shadow: 0 0 0 1px rgba(153, 122, 0, 0.5);
            }
.button_theme_islands.button_view_pseudo.button_checked.button_hovered:before {
                -webkit-box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
                        box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
            }
.button_theme_islands.button_view_pseudo.button_checked.button_pressed:before {
                background: #fee481;
                -webkit-box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
                        box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
            }
.button_theme_islands.button_disabled {
        background: rgba(0, 0, 0, 0.08);
    }
.button_theme_islands.button_disabled:before {
            display: none;
        }
.button_theme_islands.button_disabled.button_checked {
            background: rgba(0, 0, 0, 0.15);
        }
.button_theme_islands.button_disabled .button__text {
            color: #767676;
        }
.button_theme_islands.button_disabled .icon {
            opacity: 0.3;
        }
.button_theme_islands.button_size_s {
        font-size: 13px;
        line-height: 24px;
    }
.button_theme_islands.button_size_s .icon {
            width: 24px;
        }
.button_theme_islands.button_size_s .button__text {
            margin: 0 10px;
        }
.button_theme_islands.button_size_m {
        font-size: 13px;
        line-height: 28px;
    }
.button_theme_islands.button_size_m .icon {
            width: 28px;
        }
.button_theme_islands.button_size_m .button__text {
            margin: 0 13px;
        }
.button_theme_islands.button_size_l {
        font-size: 15px;
        line-height: 32px;
    }
.button_theme_islands.button_size_l .icon {
            width: 32px;
        }
.button_theme_islands.button_size_l .button__text {
            margin: 0 15px;
        }
.button_theme_islands.button_size_xl {
        font-size: 18px;
        line-height: 38px;
    }
.button_theme_islands.button_size_xl .icon {
            width: 38px;
        }
.button_theme_islands.button_size_xl .button__text {
            margin: 0 18px;
        }
.button_theme_islands .icon + .button__text {
        margin-left: 0;
    }
.button_theme_islands .button__text:not(:last-child) {
        margin-right: 0;
    }
@-webkit-keyframes button-action-focus {
    from {
        background-color: #ffdb4d;
    }

    to {
        background-color: #fc0;
    }
}
@keyframes button-action-focus {
    from {
        background-color: #ffdb4d;
    }

    to {
        background-color: #fc0;
    }
}
.control-group .button_checked + .button_theme_islands:before,
    .control-group .radio_checked + .radio .button_theme_islands:before,
    .control-group .checkbox_checked + .checkbox .button_theme_islands:before {
        left: 0;
    }
.control-group .button_theme_islands {
        border-radius: 0;
    }
.control-group .button_theme_islands:before {
            right: 0;

            border-radius: 0;
        }
.control-group .button_theme_islands.button_checked:before {
            right: 1px;
        }
.control-group .button_theme_islands.button_focused-hard.button:before {
            left: 0;
        }
.control-group > .button_theme_islands:first-child,
    .control-group > :first-child .button_theme_islands,
    .control-group > :first-child.popup + .button_theme_islands {
        border-radius: 3px 0 0 3px;
    }
.control-group > .button_theme_islands:first-child:before, .control-group > :first-child .button_theme_islands:before, .control-group > :first-child.popup + .button_theme_islands:before {
            border-radius: 2px 0 0 2px;
        }
.control-group > .button_theme_islands:first-child.button_focused-hard.button:before, .control-group > :first-child .button_theme_islands.button_focused-hard.button:before, .control-group > :first-child.popup + .button_theme_islands.button_focused-hard.button:before {
            left: 1px;
        }
.control-group > .button_theme_islands:last-child,
    .control-group > :last-child .button_theme_islands {
        border-radius: 0 3px 3px 0;
    }
.control-group > .button_theme_islands:last-child:before, .control-group > :last-child .button_theme_islands:before {
            border-radius: 0 2px 2px 0;
            right: 1px;
        }
.control-group > :only-child .button_theme_islands {
        border-radius: 3px;
    }
.control-group > :only-child .button_theme_islands:before {
            border-radius: 2px;
        }
.show-form {
    
}
/*! Pushy - v1.2.0 - 2019-4-24
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    padding: 0px;
    margin: 0;
}
.pushy{
    position: fixed;
    width: 360px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* enables momentum scrolling in iOS overflow elements */
.pushy a{
        display: block;
        font-size: 20px;
        color: #054982;
        padding: 16px 15px;
        text-decoration: none;
    }
/* a:hover{
        color: #FFF;
    } */
.pushy ul:first-child{
        /* margin-top: 10px; */
    }
.pushy.pushy-left{
        left: 0;
    }
.pushy.pushy-right{
        right: 0;
    }
.pushy-link{
    border-bottom: 1px solid #E0E0E0;

}
.pushy-link_icon{
    /* padding-right: 20px;
    padding-top: 20px;
    width: fit-content;
    margin-left: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.pushy-link_border_none{
    border: none;
  }
.pushy-link_level_1{
    /* border-bottom: 1px solid #E0E0E0; */
  }
.pushy-link_level_2{


  }
.pushy-content{
    visibility: hidden;
    position: relative;
}
.pushy-content__top{
      font-weight: 700;
      font-size: 20px;
      line-height: 150%;
      color: #054982;
      padding: 16px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #E0E0E0;
    }
/* Menu Movement */
.pushy-left{
    -webkit-transform: translate3d( unquote('-' + 360px) ,0,0);
    transform: translate3d( unquote('-' + 360px) ,0,0);
}
.pushy-open-left #container,
    .pushy-open-left .push{
        -webkit-transform: translate3d( 360px ,0,0);
        transform: translate3d( 360px ,0,0);
    }
.pushy-right{
    -webkit-transform: translate3d( 360px ,0,0);
    transform: translate3d( 360px ,0,0);
}
.pushy-open-right #container,
    .pushy-open-right .push{
        -webkit-transform: translate3d( unquote('-' + 360px) ,0,0);
        transform: translate3d( unquote('-' + 360px) ,0,0);
    }
.pushy-open-left .pushy,.pushy-open-right .pushy{
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
.pushy-open-left .pushy-content,.pushy-open-right .pushy-content{
        visibility: visible;
    }
/* Menu Transitions */
#container,
.pushy,
.push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
}
.pushy-content{
    -webkit-transition: visibility .2s cubic-bezier(.16, .68, .43, .99);
    transition: visibility .2s cubic-bezier(.16, .68, .43, .99);
}
/* Site Overlay */
.site-overlay{
    display: none;
}
.pushy-open-left .site-overlay,.pushy-open-right .site-overlay{
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
        animation: fade 500ms;
    }
@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
/* Submenu Appearance */
/* border-bottom: 1px solid #E0E0E0; */
.pushy-submenu > ul{

        -webkit-transition: max-height 0.2s ease-in-out,
                    visibility 0.2s ease-in-out;

        transition: max-height 0.2s ease-in-out,
                    visibility 0.2s ease-in-out;
    }
.pushy-submenu > ul .pushy-link{
            font-size: 1rem;
            -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
        }
.pushy-submenu > ul .pushy-link_livel_3 .link{
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
.pushy-submenu > ul .pushy-link_livel_3 .link-text__title{
                  font-size: 20px;
                }
.pushy-submenu > ul .pushy-link_livel_3 .link-text__subtitle{
                  font-size: 16px;
                }
.pushy-submenu > ul .pushy-link_livel_3 .image{
                display: block;
                width: 58px;
                height: 58px;
                -o-object-fit: contain;
                   object-fit: contain;
              }
/* Submenu Buttons */
.pushy-submenu button{
        width: 100%;
        color: #054982;
        padding: 16px 15px;
        text-align: left;
        background: transparent;
        border: 0;
        font-size: 1.25rem;
        outline: 0;
        border-bottom: 1px solid #E0E0E0;
    }
.pushy-submenu button:hover{
            /* color: #FFF; */
        }
/* Submenu Icon */
.pushy-submenu > a,
    .pushy-submenu > button {
        position: relative;
    }
.pushy-submenu > a::after,
    .pushy-submenu > button::after {
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("/tpl/hydropompe-spb.ru/img/icon/chewron-blue.svg") no-repeat;
        background-position: center center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }
.pushy-submenu > button::before {
        content: '';
        display: none;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 50%;
        left: 15px;
        background: url("/tpl/hydropompe-spb.ru/img/icon/chewron-blue.svg") no-repeat;
        background-position: center center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }
/* Submenu Movement */
.pushy-submenu-closed > ul{
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
    }
.pushy-submenu-closed .pushy-link{
        opacity: 0;
    }
.pushy-submenu-open{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
}
.pushy-submenu-open > ul{
        max-height: 1000px;
        visibility: visible;
    }
.pushy-submenu-open .pushy-link{
        opacity: 1;
    }
/* Submenu Icon */
.pushy-submenu-open > button{
      font-weight: 700;
      padding-left: 47px;
    }
.pushy-submenu-open > a::after,
    .pushy-submenu-open > button::after{
        /* -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg); */
        /* transform: translateY(-100%) rotate(180deg); */
        width: 15px;
        height: 15px;
        background: url("/tpl/hydropompe-spb.ru/img/icon/close.svg") no-repeat;
    }
.pushy-submenu-open > button::before{
        /* -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg); */
        display: block;
    }