.mms {
  /* Content Columns */
  /* Layout Columns */
  /* Pushing blocks */ }
  .mms .clearfix::after {
    clear: both;
    content: "";
    display: table; }
  .mms .clear {
    clear: both; }
  .mms .float--left {
    float: left; }
  .mms .float--right {
    float: right; }
  .mms [class*='col-'] {
    float: left;
    min-height: 1px;
    padding-right: 8px;
    /* column-space */
    padding-left: 8px; }
  .mms .grid {
    width: 100%;
    max-width: 1140px;
    min-width: 748px;
    /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
    margin: 0 auto;
    overflow: hidden; }
  .mms .grid:after {
    content: "";
    display: table;
    clear: both; }
  .mms .grid-pad {
    padding-top: 20px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 0;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }
  .mms .push-right {
    float: right; }
  .mms .col-1-1 {
    width: 100%; }
  .mms .col-2-3, .mms .col-8-12 {
    width: 66.66%; }
  .mms .col-1-2, .mms .col-6-12 {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px); }
  .mms .col-1-3, .mms .col-4-12 {
    width: 33.33%; }
  .mms .col-1-4, .mms .col-3-12 {
    width: 25%; }
  .mms .col-1-5 {
    width: 20%; }
  .mms .col-1-6, .mms .col-2-12 {
    width: 16.667%; }
  .mms .col-1-7 {
    width: 14.28%; }
  .mms .col-1-8 {
    width: 12.5%; }
  .mms .col-1-9 {
    width: 11.1%; }
  .mms .col-1-10 {
    width: 10%; }
  .mms .col-1-11 {
    width: 9.09%; }
  .mms .col-1-12 {
    width: 8.33%; }
  .mms .col-11-12 {
    width: 91.66%; }
  .mms .col-10-12 {
    width: 83.333%; }
  .mms .col-9-12 {
    width: 75%; }
  .mms .col-5-12 {
    width: 41.66%; }
  .mms .col-7-12 {
    width: 58.33%; }
  .mms .push-2-3, .mms .push-8-12 {
    margin-left: 66.66%; }
  .mms .push-1-2, .mms .push-6-12 {
    margin-left: 50%; }
  .mms .push-1-3, .mms .push-4-12 {
    margin-left: 33.33%; }
  .mms .push-1-4, .mms .push-3-12 {
    margin-left: 25%; }
  .mms .push-1-5 {
    margin-left: 20%; }
  .mms .push-1-6, .mms .push-2-12 {
    margin-left: 16.667%; }
  .mms .push-1-7 {
    margin-left: 14.28%; }
  .mms .push-1-8 {
    margin-left: 12.5%; }
  .mms .push-1-9 {
    margin-left: 11.1%; }
  .mms .push-1-10 {
    margin-left: 10%; }
  .mms .push-1-11 {
    margin-left: 9.09%; }
  .mms .push-1-12 {
    margin-left: 8.33%; }
  @media handheld, only screen and (max-width: 480px) {
    .mms {
      /* Mobile Layout */
      /* Layout Columns */ }
      .mms .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        /* grid-space to left */
        padding-right: 10px;
        /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */ }
      .mms [class*='col-'] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px;
        /* column-space */ }
      .mms [class*='mobile-col-'] {
        float: left;
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 10px;
        /* column-space */
        padding-bottom: 0; }
      .mms .mobile-col-1-1 {
        width: 100%; }
      .mms .mobile-col-2-3, .mms .mobile-col-8-12 {
        width: 66.66%; }
      .mms .mobile-col-1-2, .mms .mobile-col-6-12 {
        width: 50%; }
      .mms .mobile-col-1-3, .mms .mobile-col-4-12 {
        width: 33.33%; }
      .mms .mobile-col-1-4, .mms .mobile-col-3-12 {
        width: 25%; }
      .mms .mobile-col-1-5 {
        width: 20%; }
      .mms .mobile-col-1-6, .mms .mobile-col-2-12 {
        width: 16.667%; }
      .mms .mobile-col-1-7 {
        width: 14.28%; }
      .mms .mobile-col-1-8 {
        width: 12.5%; }
      .mms .mobile-col-1-9 {
        width: 11.1%; }
      .mms .mobile-col-1-10 {
        width: 10%; }
      .mms .mobile-col-1-11 {
        width: 9.09%; }
      .mms .mobile-col-1-12 {
        width: 8.33%; }
      .mms .mobile-col-11-12 {
        width: 91.66%; }
      .mms .mobile-col-10-12 {
        width: 83.333%; }
      .mms .mobile-col-9-12 {
        width: 75%; }
      .mms .mobile-col-5-12 {
        width: 41.66%; }
      .mms .mobile-col-7-12 {
        width: 58.33%; }
      .mms .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0; } }
  .mms .text-align--left {
    text-align: left; }
  .mms .text-align--center {
    text-align: center; }
  .mms .text-align--right {
    text-align: right; }
  .mms .content-title {
    margin-bottom: 24px; }
    .mms .content-title_h {
      color: #001e46;
      font: 600 16px Arial;
      text-transform: uppercase;
      display: inline-block; }
    .mms .content-title_sub {
      font: 12px Arial;
      color: #333333; }
  .mms .action-link {
    color: #0c8bcc;
    font: 400 11px Arial;
    text-decoration: underline;
    margin-left: 15px;
    text-transform: none; }
  .mms .action-link:hover {
    text-decoration: none; }
  .mms .form-text-13 {
    font: 13px / 18px Arial;
    margin: 0;
    color: #000; }
  .mms .form-text-12 {
    color: #000;
    font: 12px / 16px Arial;
    margin: 4px 0; }
  .mms .star {
    color: #e35205; }
  .mms .store-mod-container {
    width: 100%;
    border: 0;
    background: none; }
  .mms .u-nav {
    list-style: none;
    z-index: 100;
    margin: 0; }
    .mms .u-nav > li {
      display: inline-block;
      position: relative;
      padding: 5px 10px 5px 23px; }
      .mms .u-nav > li:last-child {
        padding-right: 0; }
      .mms .u-nav > li ul {
        list-style: none;
        position: absolute;
        display: none;
        background: #ececee;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0;
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
        z-index: 1000; }
        .mms .u-nav > li ul li {
          text-align: right; }
          .mms .u-nav > li ul li a:hover {
            color: #7c93a6;
            text-decoration: none; }
      .mms .u-nav > li:hover ul {
        display: block; }
      .mms .u-nav > li a {
        color: #333333;
        font: 12px Arial;
        text-decoration: none; }
        .mms .u-nav > li a:hover {
          text-decoration: underline; }
    .mms .u-nav_has-sub.sub--transparent:hover {
      background: none; }
    .mms .u-nav_has-sub.sub--transparent ul {
      background: none; }
    .mms .u-nav_has-sub:hover {
      background: #ececee; }
    .mms .u-nav_sub-divider {
      margin: 20px 0; }
  @media only screen and (max-width: 900px) {
    .mms .u-nav--min900 {
      display: none; } }
  .mms .nav-menu {
    list-style: none; }
    .mms .nav-menu::after {
      clear: both;
      content: "";
      display: table; }
    .mms .nav-menu > li {
      float: left;
      display: block; }
      .mms .nav-menu > li + li {
        margin-left: 55px; }
        @media only screen and (max-width: 1020px) {
          .mms .nav-menu > li + li {
            margin-left: 35px; } }
      .mms .nav-menu > li a {
        color: #1d577f;
        font: 15px Arial;
        display: block;
        text-decoration: none; }
  @media only screen and (max-width: 900px) {
    .mms .nav-menu--hv {
      display: none; }
      .mms .nav-menu--hv > li {
        float: none;
        padding: 10px 0;
        text-align: left; }
        .mms .nav-menu--hv > li + li {
          margin: 0;
          border-top: 1px solid #b2b3b5; } }
  @media only screen and (min-width: 900px) {
    .mms .nav-menu--max900 {
      display: none; } }
  .mms .page-box {
    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;
    min-height: 100px; }
    .mms .page-box_left, .mms .page-box_right {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      padding: 20px 15px; }
    .mms .page-box_left {
      background-color: #004b87; }
    .mms .page-box_right {
      background-color: #0085ca; }
    .mms .page-box_inner {
      padding: 0 15px; }
    .mms .page-box_t {
      font: 700 25px / 24px Arial;
      text-transform: uppercase;
      color: #ffce00; }
    .mms .page-box_subt {
      font: 25px / 24px Arial;
      text-transform: uppercase;
      color: #ffffff; }
    .mms .page-box_text {
      color: #fff;
      font: 15px / 18px Arial;
      margin: 0; }
  .mms .mss-content {
    padding: 31px 24px 18px; }
    .mms .mss-content--grey {
      background: #f3f4f4; }
    .mms .mss-content .contacts {
      padding-bottom: 25px;
      margin-bottom: 50px;
      border-bottom: 1px solid #b2b2b2; }
      .mms .mss-content .contacts:last-child {
        border-bottom: 0; }
      .mms .mss-content .contacts .contacts-footer .form-actions {
        width: auto; }
  .mms table.detail {
    width: 100%;
    color: #333333;
    margin-bottom: 30px; }
    .mms table.detail th {
      text-align: right;
      padding-right: 14px;
      padding-top: 0;
      padding-bottom: 0;
      width: 140px;
      vertical-align: top;
      font: 600 16px / 26px Arial;
      border: 0; }
    .mms table.detail td {
      font: 16px / 26px Arial;
      border: 0;
      padding-top: 0;
      padding-bottom: 0; }
    .mms table.detail hr {
      height: 1px;
      color: #a9abab;
      background: #a9abab;
      border: none; }
  .mms .mms-btn {
    color: #ffffff;
    font-size: 12px;
    background: #77BC1F;
    padding: 10px;
    text-align: center;
    min-width: 200px;
    display: inline-block;
    text-decoration: none;
    border: none;
    text-transform: uppercase; }
    .mms .mms-btn:hover {
      background: #98dd40;
      text-decoration: none; }
    .mms .mms-btn--grey {
      background: #b1b3b3; }
      .mms .mms-btn--grey:hover {
        background: #bec0c0; }
    .mms .mms-btn + .action-link {
      margin-left: 35px; }
  .mms fieldset {
    margin-bottom: 1.5em; }
  .mms .form-element {
    position: relative;
    margin-top: 22px; }
    .mms .form-element__helper {
      font-size: 0.75rem; }
  .mms form .form-row:first-child .form-element:first-child {
    margin-top: 0; }
  .mms .form-element__label {
    display: inline-block;
    color: #004d89;
    font-size: 16px;
    line-height: 1.5; }
    .mms .form-element__label:empty {
      margin: 0; }
    .mms .form-element__label sup {
      color: #cc6600; }
  .mms .form-element__help {
    font-size: 12px;
    color: #333333;
    margin-left: 0.25rem; }
  .mms .form-row {
    width: 100%;
    margin: 0 -8px 0 -8px; }
  .mms .form-row:after {
    content: "";
    display: table;
    clear: both; }
  .mms .form-group {
    margin-bottom: 22px; }
  .mms .form-group--indent {
    margin-top: 50px;
    margin-bottom: 50px; }
  .mms .form-buttons {
    padding-left: 30px; }
    .mms .form-buttons.form-buttons--authorized {
      padding-left: 8px; }
    .mms .form-buttons.form-buttons--authorized-new {
      margin-top: 10px;
      padding-left: 8px; }
    .mms .form-buttons .mms-btn {
      margin-right: 10px; }
      .mms .form-buttons .mms-btn:last-child {
        margin-right: 0; }
  .mms .input-has-icon img {
    position: absolute;
    top: 31px;
    right: 0px; }
  .mms .input-has-icon .input {
    padding-right: 24px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px); }
  .mms .select {
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
    border: 1px solid #d8dde6; }
    .mms .select[disabled] {
      background-color: #e0e5ee;
      border-color: #a8b7c7;
      cursor: not-allowed;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .mms .input {
    background-color: white;
    color: #000;
    border: 1px solid #d8dde6;
    width: -webkit-calc(100% - 1.75rem);
    width: calc(100% - 1.75rem);
    -webkit-transition: border 0.1s linear, background-color 0.1s linear;
    transition: border 0.1s linear, background-color 0.1s linear;
    display: inline-block;
    font-size: 14px;
    padding: 0 1rem 0 0.75rem;
    line-height: 28px;
    height: 28px; }
    .mms .input:focus, .mms .input:active {
      outline: 0;
      border-color: #b2b2b2;
      background-color: white; }
  .mms .input[disabled],
  .mms .input.is-disabled {
    background-color: #e0e5ee;
    border-color: #a8b7c7;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mms .input[disabled]:focus,
  .mms .input[disabled]:active,
  .mms .input.is-disabled:focus,
  .mms .input.is-disabled:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .mms .checkbox {
    display: inline-block; }
    .mms .checkbox .checkbox--faux {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #d8dde6;
      display: inline-block;
      height: 12px;
      width: 12px;
      position: relative;
      -webkit-transition: border 0.1s linear 0s, background-color 0.1s linear 0s;
      transition: border 0.1s linear 0s, background-color 0.1s linear 0s;
      vertical-align: middle; }
    .mms .checkbox .form-element__label {
      display: inline;
      vertical-align: middle;
      font-size: 12px;
      padding-left: 4px;
      color: #373737; }
    .mms .checkbox [type="checkbox"] {
      border: 0 none;
      clip: rect(0px, 0px, 0px, 0px);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      .mms .checkbox [type="checkbox"]:checked > .checkbox--faux:after,
      .mms .checkbox [type="checkbox"]:checked ~ .checkbox--faux:after {
        display: block;
        content: '';
        height: 0.25rem;
        width: 0.5rem;
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
                transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        border-bottom: 2px solid #1589ee;
        border-left: 2px solid #1589ee; }
      .mms .checkbox [type="checkbox"]:focus > .checkbox--faux,
      .mms .checkbox [type="checkbox"]:focus ~ .checkbox--faux {
        content: '';
        border-color: #1589ee;
        -webkit-box-shadow: 0 0 3px #0070D2;
                box-shadow: 0 0 3px #0070D2; }
      .mms .checkbox [type="checkbox"]:focus:checked > .checkbox--faux,
      .mms .checkbox [type="checkbox"]:focus:checked ~ .checkbox--faux {
        border-color: #1589ee;
        background-color: white; }
      .mms .checkbox [type="checkbox"][disabled] > .checkbox--faux,
      .mms .checkbox [type="checkbox"][disabled] ~ .checkbox--faux {
        background-color: #e0e5ee;
        border-color: #a8b7c7; }
      .mms .checkbox [type="checkbox"][disabled] > .checkbox--faux:after,
      .mms .checkbox [type="checkbox"][disabled] ~ .checkbox--faux:after {
        border-color: white; }
    .mms .checkbox--in-row {
      margin-top: 26px; }
  .mms .checkbox + .checkbox {
    margin-left: 30px; }
  .mms .search-form .input {
    border: 1px solid #e5e5e5;
    width: -webkit-calc(160px - 1.7rem);
    width: calc(160px - 1.7rem);
    font-size: 12px;
    font-style: italic;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    padding-right: 27px; }
  .mms .search-form input[type="image"] {
    left: -27px;
    position: relative;
    vertical-align: middle;
    z-index: 100; }
  .mms .content-sep {
    margin: 0 23px;
    border-bottom: 1px solid #b1b3b3; }
  .mms .toggle-button {
    display: block;
    cursor: pointer;
    display: none; }
    .mms .toggle-button span {
      background-color: #0164a7;
      display: block;
      height: 4px;
      margin-bottom: 3px;
      width: 30px; }
    @media only screen and (max-width: 900px) {
      .mms .toggle-button {
        display: block; } }
  .mms .clear {
    clear: both; }
  .mms .icon:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px; }
  .mms .icon.icon-row:before {
    background: url(../img/ico-row.gif) no-repeat center center; }
  .mms .icon.icon-cart:before {
    background: url(../img/ico-cart.gif) no-repeat center center;
    height: 12px;
    width: 14px; }
  .mms .header-info {
    background: #1f567c;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font: 15px Arial;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px; }
    .mms .header-info_details {
      font-size: 11px;
      color: #fff;
      text-decoration: none; }
  .mms header {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 18px 20px 48px;
    border-bottom: 1px #b2b3b5 solid;
    margin-bottom: 30px;
    position: relative; }
    .mms header::after {
      clear: both;
      content: "";
      display: table; }
    .mms header .header_nav {
      margin-top: 42px;
      position: relative; }
      .mms header .header_nav .search-form {
        position: absolute;
        right: -22px;
        top: -4px; }
        @media only screen and (max-width: 900px) {
          .mms header .header_nav .search-form {
            display: none; } }
  .mms article {
    max-width: 604px;
    margin-left: auto;
    margin-right: auto; }
