@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,700,500italic,700italic);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  cursor: pointer; }

.custom_select:after {
  cursor: pointer !important; }

* {
  font-family: Roboto; }

/*//small devices*/
/*//small devices*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.required:after {
  content: '*';
  padding-left: 5px; }

body {
  background: #fff; }

.self_service_container * {
  margin: 0;
  padding: 0; }

#sell_stock_changed {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1190px; }

#nav_row {
  margin-bottom: 45px; }

a.download {
  color: #0069d2;
  text-decoration: none;
  background: url("../pics/download.png") left center no-repeat;
  padding-left: 18px; }
  a.download span {
    text-decoration: underline;
    -webkit-transform: scaleY(1.0019);
    -ms-transform: scaleY(1.0019);
    transform: scaleY(1.0019);
    color: #0069d2;
    font-size: 15.97px;
    font-weight: 400;
    line-height: 26px; }

div.upload {
  background: url("../pics/upload.png") left center no-repeat;
  width: auto;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative; }
  div.upload span {
    position: absolute;
    width: auto;
    height: 15px;
    z-index: 2;
    color: #0069d2;
    font-size: 13.97px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline;
    -webkit-transform: scaleY(1.0019);
    -ms-transform: scaleY(1.0019);
    transform: scaleY(1.0019);
    left: 15px; }
  div.upload input {
    cursor: pointer;
    position: relative;
    z-index: 99999;
    display: block !important;
    width: auto !important;
    height: 30px !important;
    opacity: 0 !important;
    overflow: hidden !important; }

.field_text_small {
  border-style: solid;
  border-width: 1px;
  border-color: #7E9DB2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-transform: scaleX(1.0011);
  -ms-transform: scaleX(1.0011);
  transform: scaleX(1.0011);
  padding: 0 10px 0 8px; }

.field_text_middle {
  border-style: solid;
  border-width: 1px;
  border-color: #7E9DB2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 170px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-transform: scaleX(1.0011);
  -ms-transform: scaleX(1.0011);
  transform: scaleX(1.0011);
  padding: 0 10px 0 8px; }

.border-bottom {
  border-bottom: 1px solid #d8d8d8; }

.custom_select {
  line-height: 35px;
  display: inline-block;
  position: relative; }
  .custom_select select {
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #7E9DB2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #828589;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom_select select option {
      color: #828589;
      font-size: 18px;
      font-weight: 400;
      text-align: left;
      -webkit-transform: scaleX(1.0011);
      -ms-transform: scaleX(1.0011);
      transform: scaleX(1.0011);
      padding: 0 15px 0 0; }
    .custom_select select::-ms-expand {
      display: none; }
  .custom_select:after {
    position: absolute;
    width: 9px;
    height: 6px;
    content: " ";
    right: 15px;
    top: 50%;
    margin-top: -3px;
    background: url("../pics/custom_select.png") center no-repeat; }

.custom_checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  .custom_checkbox [type="checkbox"]:not(:checked),
  .custom_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .custom_checkbox [type="checkbox"]:not(:checked) + label,
  .custom_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer; }
  .custom_checkbox [type="checkbox"]:not(:checked) + label:before,
  .custom_checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #7E9DB2;
    background: #fff; }
  .custom_checkbox [type="checkbox"]:not(:checked) + label:after,
  .custom_checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 14px;
    color: #0069d2;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .custom_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .custom_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .custom_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .custom_checkbox [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .custom_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .custom_checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }
  .custom_checkbox [type="checkbox"]:checked:focus + label:before,
  .custom_checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue; }
  .custom_checkbox label {
    color: #626262;
    font-size: 17.97px;
    /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 26px;
    /* Approximation due to font substitution */
    -webkit-transform: scaleY(1.0019);
    -ms-transform: scaleY(1.0019);
    transform: scaleY(1.0019);
    /* width and height properties ommitted due to transform */ }
  .custom_checkbox label:hover:before {
    border: 1px solid #4778d9 !important; }

div.table-block .table-row {
  height: 30px; }
  div.table-block .table-row:nth-child(odd) {
    background-color: #f3f5f6; }
  div.table-block .table-row:nth-child(even) {
    background-color: #ffffff; }
  div.table-block .table-row .table-column {
    display: inline-block;
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
    text-indent: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    div.table-block .table-row .table-column.table-head {
      color: #0069d2; }

@media (max-width: 1189px) {
  a.download {
    max-width: 100% !important; }
    a.download span {
      font-size: 14px; }
  .custom_checkbox label {
    font-size: 14px; }
  div.upload span {
    font-size: 14px; }
  .field_text_small {
    width: 90px;
    font-size: 13px; }
  .field_text_middle {
    width: 130px;
    font-size: 13px; } }

@media (max-width: 767px) {
  a.download span {
    display: none; }
  .custom_select {
    width: 100% !important;
    display: block !important;
    line-height: 100% !important;
    clear: both; }
    .custom_select select {
      padding: 2px 2px 2px 5px !important;
      width: 100% !important;
      clear: both; }
      .custom_select select option {
        padding: 5px 15px 5px 3px; }
  .field_text_small {
    width: 90px;
    font-size: 13px; }
  .field_text_middle {
    width: 130px;
    font-size: 13px; }
  div.table-block .table-row {
    height: 30px; }
    div.table-block .table-row.odd {
      background-color: #f3f5f6; }
    div.table-block .table-row.even {
      background-color: #ffffff; }
    div.table-block .table-row .table-column {
      display: inline-block;
      width: -webkit-calc(100% / 5);
      width: calc(100% / 5);
      text-indent: 1px;
      color: #333333;
      font-size: 10px;
      font-weight: 400;
      line-height: 30px;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      div.table-block .table-row .table-column.table-head {
        color: #0069d2; } }

.btn-gray {
  display: block;
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d8e0e6), color-stop(99%, #dce4ea));
  background: -webkit-linear-gradient(bottom, #d8e0e6 0%, #dce4ea 99%);
  background: linear-gradient(0deg, #d8e0e6 0%, #dce4ea 99%);
  -webkit-box-shadow: 0 2px 0 0 #abb1b6;
  box-shadow: 0 2px 0 0 #abb1b6;
  height: 40px;
  line-height: 40px;
  color: #0069d2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 #d9e1e6;
  padding: 0 15px;
  border: none;
  text-transform: uppercase;
  cursor: pointer; }

.btn-orange {
  display: block;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc600), color-stop(99%, #ffc600));
  background: -webkit-linear-gradient(bottom, #ffc600 0%, #ffc600 99%);
  background: linear-gradient(0deg, #ffc600 0%, #ffc600 99%);
  -webkit-box-shadow: 0 2px 0 0 #d98a01;
  box-shadow: 0 2px 0 0 #d98a01;
  line-height: 100% !important;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  color: #582e09;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 0 #ffc600;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  white-space: normal; }

@media only screen and (max-width: 479px) {
  .btn-orange {
    font-size: 14px; } }

.accordion .ac-item-label input.ac-item-toggle {
  display: none; }
  .accordion .ac-item-label input.ac-item-toggle:checked + label:after {
    background: transparent url("../pics/ac_open.png") no-repeat center center !important; }

.accordion .ac-item-label label.ac-item-toggle-mask {
  position: relative;
  display: block;
  z-index: 20;
  cursor: pointer;
  height: 13px;
  width: 13px; }
  .accordion .ac-item-label label.ac-item-toggle-mask:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: transparent url("../pics/ac_close.png") no-repeat center center; }

.accordion .ac-item-articles-list {
  display: none; }

.accordion .ac-item-label input.ac-item-toggle:checked ~ .ac-dropdown {
  display: block !important; }

.accordion .ac-item-label input.ac-item-toggle:checked ~ .show-when-open {
  display: inline-block !important; }

.accordion .ac-item-label input.ac-item-toggle:checked ~ .hide-when-open {
  display: none !important; }

.tooltipster-default {
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #a9adb0;
  box-shadow: 0 2px 10px 0 #a9adb0;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: none;
  color: #828589;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  -webkit-transform: scaleX(1.0011);
  -ms-transform: scaleX(1.0011);
  transform: scaleX(1.0011);
  width: auto; }
  .tooltipster-default .tooltipster-content {
    padding: 0 5px 0 5px;
    height: 25px;
    line-height: 25px; }
  .tooltipster-default .tooltipster-arrow {
    display: none; }

.popup_content {
  display: none;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -298px;
  width: 596px;
  height: auto;
  min-height: 520px;
  padding: 16px;
  z-index: 1002;
  overflow: auto;
  background-color: #dce4ea;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2); }

.navigation_row {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #d4d9dd;
  box-shadow: 0 2px 0 0 #d4d9dd;
  position: relative; }
  @media (max-width: 1189px) {
    .navigation_row {
      max-height: 80px;
      margin-top: 0; } }
  .navigation_row {
    background-color: #fff;
    position: relative;
    border-bottom: 2px solid #d6dade;
    border-top: 2px solid #d6dade;
}
  .navigation_row .nav_module_container {
    /*top level li item */ }
    .navigation_row .nav_module_container .logo_block {
      width: 276px;
      height: 100%; }
      @media (min-width: 1189px) {
        .navigation_row .nav_module_container .logo_block {
          float: left; } }
      .navigation_row .nav_module_container .logo_block .logo {          
        /*padding: 6px 5px 6px 0;*/ }
      .navigation_row .nav_module_container .logo_block img {
          max-width: none;
        /*height: 88px;*/
        width: 253px;
        margin-right: 23px; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .logo_block {
          border: none;
          width: 30%;
          height: auto;
          margin-left: 2%;
          vertical-align: middle; }
          .navigation_row .nav_module_container .logo_block img {
            width: 210px;
            height: 65px; } }
    .navigation_row .nav_module_container .menu_icon {
      display: none;
      width: 36px;
      height: 27px;
      text-align: center;
      vertical-align: middle; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .menu_icon {
          display: inline-block;
          float: right;
          vertical-align: middle;
          margin-top: 26.5px;
          margin-right: 35px; }
          .navigation_row .nav_module_container .menu_icon img {
            max-width: 36px;
            max-height: 27px; } }
      @media (max-width: 767px) {
        .navigation_row .nav_module_container .menu_icon {
          margin-right: 15px; } }
    .navigation_row .nav_module_container .nav_row_items {
      width: 100%;
      height: 100px; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .nav_row_items {
          max-height: 80px;
          width: 100%; } }
    .navigation_row .nav_module_container .menu_top_list {
      margin: 0;
      padding: 0;
      height: 100px;
      text-align: left;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .menu_top_list {
          height: 80px; } }
    .navigation_row .nav_module_container .menu_top_list_item {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100px;
      display: table;
      /*width: 150px;*/
      vertical-align: middle;
      border-right: 2px solid #d6dade;
      text-align: center;
      margin: 0; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .menu_top_list_item {
          display: none; } }
      @media (min-width: 1189px) {
        .navigation_row .nav_module_container .menu_top_list_item {
          float: left; } }
      .navigation_row .nav_module_container .menu_top_list_item.active {
        background: #eaedef; }
      .navigation_row .nav_module_container .menu_top_list_item.first {
        border-left: 2px solid #d6dade; }
    .navigation_row .nav_module_container .menu_top_list_item_link {
      display: table-cell;
      vertical-align: middle;
      color: #252525;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }
    .navigation_row .nav_module_container .sub_menu {
      max-width: 100%;
      width: 100%;
      left: 0;
      top: 100px;
      background-color: #eaedef;
      position: absolute;
      height: 48px;
      border-top: 2px solid #d6dade;
      border-bottom: 2px solid #d6dade; }
      .navigation_row .nav_module_container .sub_menu ul {
        padding: 0;
        text-align: left;
        max-width: 1190px;
        margin-right: auto;
        margin-left: auto;
        border-left: 1px solid #d6dade; }
        .navigation_row .nav_module_container .sub_menu ul li {
          display: inline-block;
          text-align: center;
          line-height: 45px;
          width: 13%;
          border-right: 1px solid #d6dade; }
          .navigation_row .nav_module_container .sub_menu ul li a {
            color: #0069d2;
            font-size: 1.125em;
            font-weight: 500;
            text-align: center; }
            .navigation_row .nav_module_container .sub_menu ul li a.active {
              color: #d5464a; }
    .navigation_row .nav_module_container .menu_top_list_item:hover .sub_menu {
      background: #eaedef; }
    .navigation_row .nav_module_container .menu_sub_item_link {
      color: #0069d2;
      text-decoration: none; }
    .navigation_row .nav_module_container .menu_sub_item_link:hover {
      color: #d5464a; }
    .navigation_row .nav_module_container .display_small {
      display: block; }
    .navigation_row .nav_module_container .dropdown_small {
      display: none;
      width: 16.4%;
      min-width: 100px;
      position: absolute;
      background: #fff;
      -webkit-box-shadow: 0 2px 10px 0 #a9adb0;
      box-shadow: 0 2px 10px 0 #a9adb0;
      right: 0;
      z-index: 1004;
      text-align: center;
      padding-top: 15px;
      margin-top: -80px;
      padding-right: 25px; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .dropdown_small .top_level_list_small {
          padding: 0; }
          .navigation_row .nav_module_container .dropdown_small .top_level_list_small li {
            padding-bottom: 10px; }
            .navigation_row .nav_module_container .dropdown_small .top_level_list_small li .sub_menu_small {
              margin-top: 10px; }
              .navigation_row .nav_module_container .dropdown_small .top_level_list_small li .sub_menu_small ul {
                padding: 0; }
                .navigation_row .nav_module_container .dropdown_small .top_level_list_small li .sub_menu_small ul li {
                  padding-bottom: 0; } }
      .navigation_row .nav_module_container .dropdown_small a {
        font-size: 1em;
        color: #333;
        font-weight: 100;
        line-height: 1.5em;
        text-align: center; }
      .navigation_row .nav_module_container .dropdown_small .dropdown_small_menu_list {
        margin-top: 22px;
        clear: both; }
        .navigation_row .nav_module_container .dropdown_small .dropdown_small_menu_list .logo_block {
          display: none; }
        .navigation_row .nav_module_container .dropdown_small .dropdown_small_menu_list .sub_menu {
          display: none; }
      .navigation_row .nav_module_container .dropdown_small .nav_small_close {
        width: 3%;
        min-width: 15px;
        height: auto;
        float: right;
        margin-right: 5.9%; }
      @media (max-width: 1189px) {
        .navigation_row .nav_module_container .dropdown_small {
          width: 320px;
          text-align: center;
          padding-top: 15px;
          padding-right: 0; }
          .navigation_row .nav_module_container .dropdown_small .dropdown_menu_item.has_children {
            display: block;
            padding-top: 5px;
            background: #eaedef; }
            .navigation_row .nav_module_container .dropdown_small .dropdown_menu_item.has_children .sub_menu_small a {
              color: #d5464a; }
          .navigation_row .nav_module_container .dropdown_small .nav_small_close {
            width: 3%;
            min-width: 15px;
            height: auto;
            float: right;
            margin-right: 5.9%; } }
      @media (max-width: 767px) {
        .navigation_row .nav_module_container .dropdown_small {
          width: 100%;
          max-width: 100%; } }

.footer-row {
  clear: both;
  height: auto;
  background: rgba(2, 31, 60, 0.9) url(../pics/bg_footer.png) top right repeat-y;
  padding-top: 20px;
  border-top: 12px solid #0069d2; }
  @media (max-width: 1189px) {
    .footer-row .module_container {
      padding: 0 30px; } }
  @media (max-width: 1189px) {
    .footer-row {
      padding: 30px 0 0;
      height: auto; } }
  @media (max-width: 767px) {
    .footer-row {
      padding: 22px 0 0; } }

.mailto_link {
  color: white; }

.footer_menu {
  width: 100%; }
  .footer_menu .footer_logo {
    width: 254px;
    height: 88px; }
    @media (max-width: 767px) {
      .footer_menu .footer_logo {
        padding-bottom: 15px; } }
  .footer_menu .footer_sitemap {
    width: 75%;
    padding-top: 34px;
    float: right;
    text-align: left; }
    .footer_menu .footer_sitemap .footer_sitemap_list {
      margin: 0;
      padding: 0; }
      .footer_menu .footer_sitemap .footer_sitemap_list li a {
        color: #ffffff;
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        width: 15%; }
    @media (max-width: 1189px) {
      .footer_menu .footer_sitemap {
        display: none; } }
  @media (max-width: 1189px) {
    .footer_menu {
      width: 40%; }
      .footer_menu img {
        width: 100%;
        max-width: 451px;
        max-height: 167px; } }
  @media (max-width: 767px) {
    .footer_menu {
      padding: 0;
      text-align: center;
      width: 100%; }
      .footer_menu img {
        width: 70.5%;
        height: auto; } }

.footer-info {
  padding-top: 0;
  color: white;
  padding-bottom: 0;
  text-align: left;
  height: auto;
  margin-top: 20px; }
  @media (max-width: 1189px) {
    .footer-info {
      margin-top: 0;
      height: auto; } }
  @media (max-width: 767px) {
    .footer-info {
      height: auto; } }
  .footer-info .info_container {
    width: 572px;
    height: auto; }
    @media (max-width: 1189px) {
      .footer-info .info_container {
        font-size: 0.875em; } }
  .footer-info h2 {
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 300;
    text-align: left;
    line-height: 100%;
    border-bottom: 1px solid rgba(45, 53, 78, 0.49);
    -webkit-box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 1189px) {
      .footer-info h2 {
        font-size: 0.875em; } }
    @media (max-width: 767px) {
      .footer-info h2 {
        line-height: 39px; } }
  .footer-info .footer_about {
    margin-right: 35px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; }
    @media (max-width: 1189px) {
      .footer-info .footer_about {
        margin-top: -120px;
        float: right;
        right: 3%;
        display: inline-block;
        border: none;
        font-size: 1em;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .footer-info .footer_about h2 {
          display: none; } }
    @media (max-width: 950px) {
      .footer-info .footer_about {
        margin-top: -150px; } }
    @media (max-width: 767px) {
      .footer-info .footer_about {
        display: none;
        float: none; } }
  @media (max-width: 767px) {
    .footer-info .info_container {
      width: 100%;
      text-align: center; } }
  .footer-info .contacts {
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300; }
    @media (max-width: 1189px) {
      .footer-info .contacts {
        border-top: none; } }
    .footer-info .contacts .address {
      width: 50%;
      padding-right: 15px;
      height: auto;
      padding-top: 10px;
      vertical-align: top; }
    .footer-info .contacts .numbers {
      width: 40%;
      height: auto;
      padding: 10px 15px 0 0; }
      @media (max-width: 767px) {
        .footer-info .contacts .numbers {
          padding: 0; } }
    .footer-info .contacts p {
      margin: 0;
      padding: 0; }
    .footer-info .contacts .icons {
      margin-top: 10px; }
      .footer-info .contacts .icons img {
        width: 35px;
        height: 35px;
        margin-right: 15px; }
    @media (max-width: 1189px) {
      .footer-info .contacts {
        width: 94%;
        font-size: 0.875em;
        line-height: 22px; }
        .footer-info .contacts .address {
          max-width: 33%;
          width: 33%; }
        .footer-info .contacts .numbers {
          max-width: 33%;
          width: 33%; }
        .footer-info .contacts .icons {
          position: absolute;
          margin-top: -60px;
          width: 33%;
          right: 3%;
          text-align: center; }
          .footer-info .contacts .icons img {
            width: 36px;
            height: auto; } }
    @media (max-width: 767px) {
      .footer-info .contacts {
        color: #ffffff;
        font-size: 28px;
        font-weight: 300;
        line-height: 48px;
        text-align: center;
        width: 100%; }
        .footer-info .contacts h2 {
          font-size: 14px;
          font-weight: 400;
          line-height: 100%;
          text-align: center; }
        .footer-info .contacts .address {
          max-width: 100%;
          width: 100%;
          height: auto;
          display: block;
          overflow: hidden;
          padding-bottom: 10px;
          text-align: center;
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-right: 0; }
        .footer-info .contacts .numbers {
          max-width: 100%;
          width: 100%;
          display: block;
          height: auto;
          border-top: 1px solid rgba(45, 53, 78, 0.75);
          padding-left: 0;
          padding-top: 10px;
          font-size: 14px;
          font-weight: 300;
          line-height: 28px; }
        .footer-info .contacts .icons {
          width: 100%;
          margin-left: 0;
          position: relative;
          margin-top: 20px;
          right: 0; } }

.footer_content_block {
  padding-top: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media (max-width: 1189px) {
    .footer_content_block {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-top: 35px;
      font-size: 0.875em; } }

.footer_bottom_block {
  height: 70px;
  margin-top: 15px;
  background-color: rgba(2, 31, 60, 0.6); }
  @media (max-width: 1189px) {
    .footer_bottom_block {
      margin-left: -30px;
      padding-left: 30px; } }
  .footer_bottom_block .copyright {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px; }
    @media (max-width: 767px) {
      .footer_bottom_block .copyright {
        width: 75%;
        line-height: 1.575em;
        color: #fff;
        font-size: 1.03em;
        font-weight: 200;
        float: left; } }
    .footer_bottom_block .copyright a {
      color: #fff; }
  .footer_bottom_block .to_top {
    display: inline-block;
    float: none;
    position: absolute;
    right: 40px;
    line-height: 70px; }
    .footer_bottom_block .to_top span {
      display: inline-block;
      margin-right: 40px; }
    @media (max-width: 767px) {
      .footer_bottom_block .to_top {
        width: auto;
        right: 0;
        float: right;
        position: relative; }
        .footer_bottom_block .to_top span {
          display: none; } }
    .footer_bottom_block .to_top a {
      line-height: 40px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      text-align: center; }
    .footer_bottom_block .to_top .arrow_top {
      margin-right: 0;
      width: 40px;
      height: 40px;
      padding: 0;
      background-color: rgba(52, 62, 91, 0.9);
      display: inline-block;
      border-radius: 50%;
      margin-left: 0;
      vertical-align: middle;
      position: relative; }
      .footer_bottom_block .to_top .arrow_top img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -11px; }
  @media (max-width: 767px) {
    .footer_bottom_block {
      clear: both;
      padding: 10px 15px;
      margin-left: 0;
      display: table;
      min-width: 100%; } }

.top_header_row {
  text-align: right;
  position: relative;
  vertical-align: middle;
  padding-top: 0; }
  @media (max-width: 1189px) {
    .top_header_row .module_container {
      padding-top: 0; }
      .top_header_row .module_container .search_input {
        border: 1px solid #d4d9dd; } }
  @media (min-width: 1189px) {
    .top_header_row {
      height: 70px; } }
  @media (max-width: 767px) {
    .top_header_row {
      height: 66px;
      vertical-align: middle; } }
  .top_header_row .header_link_block {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .top_header_row .header_link_block {
        text-align: left;
        max-width: none;
        display: block;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 25px; } }
  .top_header_row .header_link {
    color: #0069d2;
    font-weight: 300;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 17px;
    text-transform: capitalize; }
    @media (min-width: 1189px) {
      .top_header_row .header_link {
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid #0069d2;
        padding-right: 3px;
        margin-right: 14px; } }
    @media (max-width: 767px) {
      .top_header_row .header_link {
        margin: 0;
        position: relative;
        font-size: 18px;
        width: 100%;
        font-weight: 100;
        line-height: 100%;
        text-align: left;
        padding-right: 1%;
        padding-top: 0; } }
    @media (max-width: 340px) {
      .top_header_row .header_link {
        font-size: 16px;
        padding-right: 12px; } }
  .top_header_row .header_login {
    margin-left: 15px; }
    @media (min-width: 1189px) {
      .top_header_row .header_login {
        text-decoration: none; } }
    @media (max-width: 767px) {
      .top_header_row .header_login {
        padding-left: 0; } }

.link_separator:after {
  content: "";
  border-right: 1px solid #b6bbbe; }

@media only screen and (min-width: 768px) and (max-width: 1189px) {
  .top_header_row .header_link_block {
    left: 35%;
    margin-top: 30px;
    position: absolute;
    top: 70px;
    z-index: 1000;
    line-height: 40px; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .top_header_row .header_link_block {
    left: 0;
    top: 25px;
    margin-top: 0; } }

#sell_stock_changed .control_row {
  height: 40px;
  line-height: 40px; }
  #sell_stock_changed .control_row > div {
    display: inline-block;
    vertical-align: top; }
  #sell_stock_changed .control_row .control_button .btn-gray {
    width: 530px; }
  #sell_stock_changed .control_row .control_total {
    width: 450px;
    text-indent: 10px;
    color: #828589;
    font-size: 18px;
    font-weight: 400;
    -webkit-transform: scaleX(1.0011);
    -ms-transform: scaleX(1.0011);
    transform: scaleX(1.0011); }
    #sell_stock_changed .control_row .control_total span {
      color: #0069d2;
      font-size: 18px;
      font-weight: 700; }
  #sell_stock_changed .control_row .control_options .custom_select select {
    width: 202px;
    padding: 0 10px; }

#sell_stock_changed .expand_blocks_row {
  margin-top: 15px; }
  #sell_stock_changed .expand_blocks_row .accordion {
    border: 1px solid #d8d8d8; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label {
      background: #FCFCFC; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
        vertical-align: top;
        display: inline-block;
        height: 98px;
        width: 36px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask:after {
          top: 50%;
          right: 10px;
          margin-top: -7px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-name {
        vertical-align: top;
        display: inline-block;
        height: 98px;
        width: 670px;
        cursor: pointer; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
          margin-top: 25px;
          color: #0069d2;
          font-size: 18px;
          font-weight: 400;
          text-align: left; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-name p {
          color: #626262;
          font-size: 18px;
          font-weight: 300;
          line-height: 40px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-download {
        vertical-align: top;
        display: inline-block;
        width: 296px;
        height: 98px;
        line-height: 52px;
        cursor: pointer; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total {
        vertical-align: top;
        display: inline-block;
        width: 174px;
        height: 98px;
        line-height: 98px;
        position: relative;
        z-index: 5;
        cursor: pointer; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total > div {
          display: inline-block; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-label {
          color: #626262;
          font-size: 18px;
          font-weight: 300;
          text-align: left;
          width: 120px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-value {
          width: 36px;
          text-align: right;
          color: #0069d2;
          font-size: 18px;
          font-weight: 700; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles {
        border-top: 1px solid #d8d8d8; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-label {
          position: relative; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-background {
          display: none;
          background: #F0F2F3;
          height: 98px;
          position: absolute;
          width: 100%;
          z-index: 0;
          top: 0; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-cars-quantity {
          color: #0069d2;
          text-transform: uppercase;
          font-size: 50px;
          display: inline-block;
          height: 98px;
          line-height: 98px;
          width: 474px;
          cursor: pointer;
          position: relative;
          z-index: 5; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-toggle-mask {
          width: 58px;
          position: relative;
          z-index: 5; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-name {
          width: 200px;
          position: relative;
          z-index: 5; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-details {
          position: relative;
          z-index: 5;
          display: inline-block;
          height: 98px;
          width: 444px;
          vertical-align: top;
          cursor: pointer; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-details p {
            color: #626262;
            font-size: 18px;
            font-weight: 300; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-details p:first-child {
            margin-top: 25px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body {
          display: none; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article {
            border-top: 1px solid #d8d8d8; }
            #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label {
              position: relative; }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-toggle-mask {
                width: 58px;
                position: relative;
                z-index: 5; }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-name {
                width: 200px;
                position: relative;
                z-index: 5; }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-details {
                position: relative;
                z-index: 5;
                display: inline-block;
                height: 98px;
                width: 444px;
                vertical-align: top;
                cursor: pointer; }
                #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-details p {
                  color: #626262;
                  font-size: 18px;
                  font-weight: 300; }
                #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-details p:first-child {
                  margin-top: 25px; }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-download {
                position: relative;
                z-index: 5; }
                #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-download .custom_checkbox {
                  margin-top: 54px; }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-price {
                position: relative;
                z-index: 5;
                display: none;
                color: #0069d2;
                font-size: 50px;
                font-weight: 300;
                line-height: 98px;
                text-align: right;
                cursor: pointer; }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body {
                display: none;
                padding: 0 18px 20px 35px;
                background: #F0F2F3; }
                #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side {
                  float: left;
                  width: 705px; }
                  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list {
                    float: left;
                    background-color: #ffffff;
                    width: 685px;
                    height: auto;
                    padding: 20px 0 20px 20px; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list ul {
                      list-style: none; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list ul li {
                        float: left;
                        padding-left: 1em;
                        text-indent: -.7em;
                        color: #333333;
                        width: 300px;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 24px; }
                        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list ul li:before {
                          content: "• ";
                          color: #0069d2; }
                  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form {
                    background-color: #ffffff;
                    float: left;
                    width: 685px;
                    height: auto;
                    margin: 20px 0 0 0;
                    padding: 20px 20px 20px 20px; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form h6 {
                      color: #0069d2;
                      font-size: 17.97px;
                      font-weight: 400;
                      line-height: 38px;
                      -webkit-transform: scaleY(1.0019);
                      -ms-transform: scaleY(1.0019);
                      transform: scaleY(1.0019); }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-checkboxes {
                      display: inline-block;
                      vertical-align: top;
                      margin: 10px 0 0 0; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-checkboxes .custom_checkbox {
                        display: block; }
                        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-checkboxes .custom_checkbox label {
                          color: #333333;
                          font-size: 13.97px;
                          font-weight: 300;
                          line-height: 30px;
                          -webkit-transform: scaleY(1.0019);
                          -ms-transform: scaleY(1.0019);
                          transform: scaleY(1.0019); }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-uploads {
                      display: inline-block;
                      vertical-align: top;
                      margin: 10px 0 0 20px; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-field label span {
                      display: inline-block;
                      width: 244px;
                      color: #333333;
                      font-size: 13.97px;
                      font-weight: 300;
                      line-height: 45px;
                      -webkit-transform: scaleY(1.0019);
                      -ms-transform: scaleY(1.0019);
                      transform: scaleY(1.0019); }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button {
                      padding: 10px 0 10px 244px; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button button, #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button input[type="submit"] {
                        height: 40px;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 26px;
                        text-shadow: 0px 1px 0px #ffc600; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form {
                      margin: 10px 0 0 0; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form label {
                        display: inline-block;
                        width: 418px;
                        color: #333333;
                        font-size: 14px;
                        font-weight: 300; }
                        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form label span {
                          display: inline-block;
                          width: 244px;
                          color: #333333;
                          font-size: 14px;
                          font-weight: 300; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form button, #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form input[type="submit"] {
                        display: inline-block;
                        height: 35px;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 26px;
                        text-shadow: 0px 1px 0px #ffc600;
                        margin-left: 8px; }
                #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side {
                  float: right;
                  width: 410px; }
                  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos {
                    width: 410px; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos img {
                      display: inline-block;
                      width: 192px;
                      height: 123px; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos img + img {
                        margin-left: 22px; }
                  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-data {
                    width: 410px;
                    padding: 0 0 20px 0; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-data .ac-item-data-label {
                      display: inline-block;
                      color: #626262;
                      font-size: 22px;
                      font-weight: 300;
                      line-height: 30px;
                      text-align: left;
                      float: left;
                      clear: both; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-data .ac-item-data-value {
                      display: inline-block;
                      color: #0069d2;
                      font-size: 22px;
                      font-weight: 300;
                      line-height: 30px;
                      text-align: left;
                      float: right; }
                  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change {
                    width: 410px;
                    padding: 15px 0 0 0;
                    display: block;
                    position: relative;
                    clear: both; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .ac-item-address {
                      display: block;
                      position: relative;
                      border-top: 1px solid #d8d8d8;
                      border-bottom: 1px solid #d8d8d8;
                      padding: 15px 0; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .ac-item-address p {
                        color: #333333;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 24px; }
                        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .ac-item-address p:last-child {
                          display: block;
                          margin-bottom: 10px; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .ac-item-address .btn-gray {
                        margin-top: 10px; }
                        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .ac-item-address .btn-gray img {
                          margin: 0 8px 0 0; }
                    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .custom_checkbox {
                      width: 100%;
                      padding: 15px 0;
                      margin: 0; }
                      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-date-change .custom_checkbox label {
                        color: #626262;
                        font-size: 17.97px;
                        font-weight: 300;
                        line-height: 26px;
                        -webkit-transform: scaleY(1.0019);
                        -ms-transform: scaleY(1.0019);
                        transform: scaleY(1.0019); }
              #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-background {
                display: none;
                background: #F0F2F3;
                height: 98px;
                position: absolute;
                width: 100%;
                z-index: 0;
                top: 0; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label + .ac-item-label {
      border-top: 1px solid #d8d8d8; }

@media (max-width: 1189px) {
  #sell_stock_changed {
    max-width: 1189px;
    width: 98%;
    margin: 0 auto; }
    #sell_stock_changed .control_row {
      height: auto; }
      #sell_stock_changed .control_row .control_button {
        display: block; }
        #sell_stock_changed .control_row .control_button button {
          min-height: 45px; }
      #sell_stock_changed .control_row .control_total {
        margin-top: 5px;
        width: auto;
        font-size: 14px; }
        #sell_stock_changed .control_row .control_total span {
          font-size: 14px; }
      #sell_stock_changed .control_row .control_options {
        margin-top: 5px;
        float: right; }
        #sell_stock_changed .control_row .control_options .custom_select select option {
          font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-toggle-mask {
      width: 5%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-name {
      width: 44%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-name h3 {
        font-size: 14px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-name p {
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-download {
      width: 28%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-total {
      width: 21%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-total .ac-item-total-label {
        font-size: 14px;
        width: 60%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label > .ac-item-total .ac-item-total-value {
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-toggle-mask {
      width: 8%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-name {
      width: 20%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-name h3 {
        font-size: 14px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-name p {
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-details {
      width: 20%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-details p {
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-price {
      display: none !important; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-download {
      width: 28%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-total {
      width: 21%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-total .ac-item-total-label {
        font-size: 14px;
        width: 60%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-total .ac-item-total-value {
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body {
      padding: 0 15px 15px 15px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side {
        width: 48%; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-details-list {
          width: 100%;
          height: auto;
          padding: 18px 0 18px 18px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-details-list ul li {
            width: 45%;
            font-size: 14px;
            line-height: 22px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form {
          width: 100%;
          height: auto;
          padding: 18px 0 18px 18px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form h6 {
            font-size: 15px;
            line-height: 21px;
            padding-right: 15px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-checkboxes label {
            line-height: 22px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-uploads {
            margin-left: 0; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-field label span {
            width: 55%;
            font-size: 14px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button {
            padding-left: 0;
            height: 45px; }
            #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button button, #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button input[type="submit"] {
              float: right;
              margin-right: 18px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form label {
            width: 70%; }
            #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form label span {
              width: 40%;
              font-size: 14px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form button, #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form input[type="submit"] {
            margin-left: 0;
            width: 76px;
            padding: 0 2px 0 2px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side {
        width: 48%; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-price-devices .ac-item-price-devices-value {
          color: #0069d2;
          font-size: 50px;
          font-weight: 300; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-price-devices .ac-item-price-devices-discount {
          color: #333333;
          font-size: 14px;
          font-weight: 400; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-price-devices .ac-item-price-devices-discount span {
            color: #0069d2;
            font-size: 40px;
            font-weight: 300; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-photos {
          width: 100%; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-photos img {
            width: 48%;
            height: auto; }
            #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-photos img + img {
              margin-left: 2%; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-data {
          width: 100%; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-data .ac-item-data-label {
            width: 54%;
            font-size: 16px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-data .ac-item-data-value {
            width: 44%;
            font-size: 16px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-date-change .custom_checkbox label {
          font-size: 14px;
          line-height: 22px;
          padding-top: 3px; } }

@media (max-width: 767px) {
  #sell_stock_changed {
    max-width: 767px;
    width: 100%;
    margin: 0 auto; }
    #sell_stock_changed .control_row .control_button {
      margin-bottom: 8px; }
      #sell_stock_changed .control_row .control_button button {
        width: 100% !important;
        height: auto;
        line-height: 16px; }
    #sell_stock_changed .control_row .control_total {
      width: 48%; }
    #sell_stock_changed .control_row .control_options {
      display: block !important;
      float: none !important;
      width: 100% !important;
      clear: both; }
      #sell_stock_changed .control_row .control_options .custom_select {
        width: 100% !important;
        display: block !important;
        line-height: 100% !important;
        clear: both; }
        #sell_stock_changed .control_row .control_options .custom_select select {
          padding: 2px 2px 2px 5px !important;
          width: 100%;
          clear: both; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
      width: 8%;
      height: 6px;
      padding-top: 50px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask:after {
        right: 5px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-name {
      width: 82%;
      height: 56px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
        margin-top: 10px;
        font-size: 14px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-name p {
        line-height: 20px;
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-download {
      width: 7%;
      height: 56px;
      line-height: 39px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-download-devices {
      padding: 0 0 0 8%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-download-devices .custom_checkbox label {
        font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total {
      width: 100%;
      text-align: right;
      height: 20px;
      line-height: 20px;
      margin-bottom: 20px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total > div {
        height: inherit;
        line-height: inherit;
        font-size: 14px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-label {
        width: 35%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-value {
        margin-right: 10px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-toggle-mask {
      width: 12%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-name {
      width: 86%;
      height: auto; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details {
      width: 100%;
      padding-left: 12%;
      height: auto; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details p {
        margin-top: 0 !important; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-download {
      width: 100%;
      height: auto;
      padding-left: 12%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-download .custom_checkbox {
        margin-top: 0; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-download .custom_checkbox label {
          font-size: 14px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-total {
      width: 100%;
      text-align: right; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-total .ac-item-total-label {
        width: 35%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side {
      width: 100%;
      float: none; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list {
        padding: 0; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list ul {
          margin: 18px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list ul li {
            width: 100%;
            float: none;
            font-size: 14px;
            line-height: 22px; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form {
        padding: 0; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form h6 {
          padding: 14px 14px 0 14px;
          font-size: 16px;
          line-height: 21px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form {
          padding: 0 14px 14px 14px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-checkboxes .custom_checkbox label {
            font-size: 14px;
            line-height: 23px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-uploads .upload span {
            font-size: 14px; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-field label span {
            width: 100%; }
          #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-button button, #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.big-form .ac-item-form-button input[type="submit"] {
            float: left !important;
            width: 130px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form label {
          width: 100%; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form button, #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form div.one-line-form input[type="submit"] {
          margin: 8px 0 0 41%; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side {
      width: 100%;
      float: none; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos img {
        margin: 0;
        width: 100%; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos img + img {
          margin: 20px 0 0 0; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-data {
        margin-top: 8px; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-data .ac-item-data-label {
          font-size: 14px;
          line-height: 20px;
          width: 59%; }
        #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-data .ac-item-data-value {
          font-size: 14px;
          line-height: 20px;
          width: 39%; } }

.ac-item-address-btn {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0 0; }
  .ac-item-address-btn img {
    margin: 0 8px 0 0; }

@media only screen and (max-width: 1024px) {
  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side {
      width: 100%;
      display: block;
      position: relative; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%; }
      #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  .custom_checkbox {
    width: 100%; }
    .custom_checkbox label {
      word-spacing: initial; } }

@media only screen and (max-width: 1024px) {
  .ac-item-left-side, .ac-item-right-side {
    width: 100% !important;
    display: block; }
  .ac-item-right-side {
    padding: 0 15px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important; }
    .ac-item-right-side .ac-item-date-change {
      width: 100% !important; }
    .ac-item-right-side .ac-item-data {
      width: 100% !important;
      display: block;
      margin-top: 0 !important;
      padding: 0 !important; }
    .ac-item-right-side .ac-item-photos {
      width: 100% !important; }
      .ac-item-right-side .ac-item-photos img {
        width: 50% !important;
        display: inline-block;
        height: auto !important;
        float: left;
        padding: 0 25px 0 5px !important; }
      .ac-item-right-side .ac-item-photos img + img {
        margin-left: 0 !important;
        margin: 0 !important; } }

@media only screen and (min-width: 1025px) and (max-width: 1189px) {
  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side {
    width: 55% !important;
    float: left;
    margin-right: 15px; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-details-list {
      width: 100% !important; }
    #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-form {
      width: 100% !important; }
  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side {
    width: 40% !important;
    float: left;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 479px) {
  .ac-item-left-side, .ac-item-right-side {
    width: 100% !important;
    display: block; }
  .ac-item-left-side .ac-item-form {
    width: 100% !important;
    display: block; }
    .ac-item-left-side .ac-item-form .one-line-form {
      display: block !important;
      width: 100% !important; }
      .ac-item-left-side .ac-item-form .one-line-form label span {
        display: block !important;
        width: 100% !important; }
      .ac-item-left-side .ac-item-form .one-line-form input[type="text"] {
        display: block;
        margin-bottom: 10px !important; }
      .ac-item-left-side .ac-item-form .one-line-form label {
        width: 100% !important;
        display: block !important; }
      .ac-item-left-side .ac-item-form .one-line-form button {
        margin: 0 !important;
        margin-left: 0 !important; }
    .ac-item-left-side .ac-item-form div.big-form {
      padding: 0 !important; }
      .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields input[type="text"] {
        display: block;
        margin-bottom: 10px !important; }
      .ac-item-left-side .ac-item-form div.big-form .ac-item-form-fields .ac-item-form-button {
        padding: 0 !important; }
  .ac-item-right-side {
    padding: 0 15px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important; }
    .ac-item-right-side .ac-item-data {
      width: 100% !important;
      display: block;
      margin-top: 0 !important;
      padding: 0 !important; }
    .ac-item-right-side .ac-item-photos {
      width: 100% !important; }
      .ac-item-right-side .ac-item-photos img {
        width: 100% !important;
        display: block;
        height: auto !important; }
      .ac-item-right-side .ac-item-photos img + img {
        margin-left: 0 !important; } }

@media only screen and (min-width: 320px) and (max-width: 1189px) {
  #sell_stock_changed .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-articles .ac-item-articles-body .ac-item-article .ac-item-article-label .ac-item-details {
    width: auto !important;
    height: auto !important; } }

#self_service_order {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1190px; }
  #self_service_order .control_row .control_title {
    display: inline-block;
    vertical-align: top;
    color: #0069d2;
    font-size: 29.99px;
    font-weight: 300;
    text-align: left;
    text-indent: 18px; }
  #self_service_order .control_row .control_buttons {
    display: inline-block;
    height: 35px;
    vertical-align: top;
    margin: 5px 0 0 752px; }
    #self_service_order .control_row .control_buttons > div {
      display: inline-block;
      width: 33px;
      height: 33px;
      background-color: white;
      border-style: solid;
      border-width: 1px;
      border-color: #7E9DB2;
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer; }
      #self_service_order .control_row .control_buttons > div.active {
        background-color: #0069d2; }
      #self_service_order .control_row .control_buttons > div + div {
        margin-left: 3px; }
    #self_service_order .control_row .control_buttons .brand-type {
      background-image: url("../pics/icon1.png"); }
      #self_service_order .control_row .control_buttons .brand-type.active {
        background-image: url("../pics/icon1a.png"); }
    #self_service_order .control_row .control_buttons .order-date {
      background-image: url("../pics/icon2.png"); }
      #self_service_order .control_row .control_buttons .order-date.active {
        background-image: url("../pics/icon2a.png"); }
    #self_service_order .control_row .control_buttons .delivery-date {
      background-image: url("../pics/icon3.png"); }
      #self_service_order .control_row .control_buttons .delivery-date.active {
        background-image: url("../pics/icon3a.png"); }
  #self_service_order .control_row .control_options {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px; }
    #self_service_order .control_row .control_options .custom_select select {
      width: 202px;
      padding: 0 10px; }
  #self_service_order .expand_blocks_row {
    margin-top: 10px; }
    #self_service_order .expand_blocks_row .accordion {
      border: 1px solid #d8d8d8; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label {
        background: #FCFCFC; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
          vertical-align: top;
          display: inline-block;
          height: 50px;
          width: 36px; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask:after {
            top: 50%;
            right: 6px;
            margin-top: -7px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-name {
          vertical-align: top;
          display: inline-block;
          height: 48px;
          width: 222px;
          cursor: pointer; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
            color: #0069d2;
            font-size: 18px;
            font-weight: 400;
            text-align: left;
            line-height: 48px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-date {
          cursor: pointer;
          vertical-align: top;
          display: inline-block;
          height: 48px;
          color: #626262;
          font-size: 18px;
          font-weight: 300;
          line-height: 48px;
          width: 734px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total {
          vertical-align: top;
          display: inline-block;
          width: 184px;
          height: 48px;
          line-height: 48px;
          position: relative;
          z-index: 5;
          cursor: pointer; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total > div {
            display: inline-block; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-label {
            color: #626262;
            font-size: 18px;
            font-weight: 300;
            text-align: left;
            width: auto; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-value {
            width: 36px;
            text-align: right;
            color: #0069d2;
            font-size: 18px;
            font-weight: 700; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article {
          border-top: 1px solid #d8d8d8; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label {
            position: relative; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-toggle-mask {
              width: 58px;
              position: relative;
              z-index: 5;
              height: 98px; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-name {
              width: 200px;
              position: relative;
              z-index: 5;
              height: 98px; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-name h3 {
                height: 98px;
                line-height: 98px; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details {
              position: relative;
              z-index: 5;
              display: inline-block;
              height: 98px;
              width: 608px;
              vertical-align: top;
              cursor: pointer; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details p {
                color: #626262;
                font-size: 18px;
                font-weight: 300; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details p:first-child {
                margin-top: 25px; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details-list {
              position: relative;
              z-index: 5;
              display: inline-block;
              height: 98px;
              vertical-align: top;
              cursor: pointer;
              width: 166px; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details-list ul {
                margin: 10px 0 0 0; }
                #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details-list ul li {
                  color: #626262;
                  font-size: 18px;
                  font-weight: 300;
                  line-height: 26px;
                  padding-left: 1em; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details-list ul li:before {
                    content: "• ";
                    color: #0069d2; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-image {
              position: relative;
              z-index: 5;
              display: inline-block;
              height: 98px;
              vertical-align: top;
              cursor: pointer;
              width: 132px; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-image img {
                margin: 8px 0 0 0; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body {
              display: none;
              padding: 0 18px 20px 52px;
              background: #F0F2F3; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side {
                float: left;
                width: 415px; }
                #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block {
                  padding: 0 0 15px 0; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block + .ac-item-list-block {
                    padding-top: 8px; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li {
                    padding-left: 1em;
                    color: #333333;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li:before {
                      content: "• ";
                      color: #0069d2; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li b {
                      font-weight: normal;
                      display: inline-block;
                      width: 214px;
                      padding-left: 0.7em; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li a.download span {
                      font-size: 14px; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li i {
                      color: #0069d2;
                      font-size: 14px;
                      font-weight: 300;
                      font-style: italic;
                      line-height: 24px; }
                #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-order-details {
                  background: url("../pics/pdf-icon.png") left center no-repeat;
                  height: 35px;
                  line-height: 35px;
                  text-indent: 48px;
                  margin-left: 15px; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-order-details a.download {
                    font-size: 16px; }
              #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side {
                float: right;
                background: #F0F2F3;
                position: relative;
                z-index: 6;
                top: -98px;
                right: -12px; }
                #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-inside-details-list {
                  display: inline-block;
                  vertical-align: top; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-inside-details-list ul {
                    margin: 10px 0 0 0; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-inside-details-list ul li {
                      padding-left: 1em;
                      color: #333333;
                      font-size: 18px;
                      font-weight: 300;
                      line-height: 26px; }
                      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-inside-details-list ul li:before {
                        content: "• ";
                        color: #0069d2; }
                #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos {
                  display: inline-block;
                  width: 300px;
                  vertical-align: top;
                  margin-top: 8px; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos > img {
                    display: block;
                    width: 300px;
                    height: 180px; }
                  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos .ac-item-address {
                    margin-top: 15px; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos .ac-item-address p {
                      color: #333333;
                      font-size: 14px;
                      font-weight: 400;
                      line-height: 24px; }
                    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos .ac-item-address button {
                      margin-top: 15px; }
                      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side .ac-item-photos .ac-item-address button img {
                        margin: 0 8px 0 0;
                        width: auto !important;
                        height: auto !important;
                        margin-top: 13px; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-background {
              display: none;
              background: #F0F2F3;
              height: 98px;
              position: absolute;
              width: 100%;
              z-index: 0;
              top: 0; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label + .ac-item-label {
        border-top: 1px solid #d8d8d8; }
  #self_service_order .bottom_row {
    margin: 20px 0 0 0;
    text-align: right;
    padding: 0 0 0 0; }
    #self_service_order .bottom_row a {
      color: #0069d2;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      text-decoration: underline; }

@media (max-width: 1189px) {
  #self_service_order {
    max-width: 1189px;
    width: 98%;
    margin: 0 auto; }
    #self_service_order .control_row {
      height: auto; }
      #self_service_order .control_row .control_title {
        font-size: 30px; }
      #self_service_order .control_row .control_buttons {
        margin-left: 42%; }
      #self_service_order .control_row .control_options .custom_select select option {
        font-size: 14px; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-toggle-mask {
      width: 5%; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-name {
      width: 44%; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-name h3 {
        font-size: 14px; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-date {
      width: 28%;
      font-size: 14px; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-total {
      width: 21%; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-total .ac-item-total-label {
        font-size: 14px;
        width: 60%; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label > .ac-item-total .ac-item-total-value {
        font-size: 14px; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-toggle-mask {
      width: 8%; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-name {
      width: 20%; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-name h3 {
        font-size: 14px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-name p {
        font-size: 14px; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-details {
      width: 34%; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-details p {
        font-size: 14px; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body {
      padding: 0 15px 15px 15px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side {
        width: 57%; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li {
          font-size: 14px; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li b {
            width: 55%; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li a.download span {
            display: inline; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-left-side .ac-item-order-details a.download span {
          display: inline; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side {
        width: 43%; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-inside-details-list {
          width: 35%; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-inside-details-list ul li {
            font-size: 14px;
            line-height: 23px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-photos {
          width: 63%; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-photos > img {
            width: 100%;
            height: auto; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label > .ac-item-article-body .ac-item-right-side .ac-item-photos .ac-item-address p {
            font-size: 14px;
            line-height: 18px; }
    #self_service_order .bottom_row a {
      font-size: 14px; } }

@media (max-width: 767px) {
  #self_service_order {
    max-width: 767px;
    width: 96%;
    margin: 0 auto; }
    #self_service_order .control_row .control-options {
      display: block !important;
      float: none !important;
      width: 100% !important;
      clear: both; }
      #self_service_order .control_row .control-options .custom-select {
        width: 100% !important;
        display: block !important;
        line-height: 100% !important;
        clear: both; }
        #self_service_order .control_row .control-options .custom-select select {
          padding: 2px 2px 2px 5px !important;
          width: 100%;
          clear: both; }
      #self_service_order .control_row .control-options option {
        font-size: 16px; }
    #self_service_order .control_row .control_title {
      text-indent: 0;
      font-size: 20px;
      display: block;
      margin-bottom: 5px; }
    #self_service_order .control_row .control_buttons {
      display: none; }
    #self_service_order .expand_blocks_row .accordion .ac-item-label {
      position: relative; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-background {
        height: 70px !important; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
        width: 8%;
        height: 70px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask:after {
          right: 5px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-name {
        width: 42%;
        height: 35px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
          font-size: 14px;
          line-height: 35px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-date {
        position: absolute;
        width: 50%;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        left: 8%;
        top: 28px;
        text-indent: 3px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total {
        width: 90%;
        text-align: right;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 24px;
        right: 0; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total > div {
          height: inherit;
          line-height: inherit;
          font-size: 14px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-label {
          width: 35%; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-total .ac-item-total-value {
          margin-right: 10px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-toggle-mask {
        width: 12%;
        height: 70px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-name {
        width: 86%;
        height: 25px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-name h3 {
          height: 25px;
          line-height: 30px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details {
        width: 50%;
        position: absolute;
        left: 12%;
        top: 30px;
        height: auto; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details p {
          text-indent: 3px;
          margin-top: 0 !important; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details-list {
        height: 70px;
        position: absolute;
        top: 0;
        right: 20px;
        width: auto; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-details-list ul li {
          font-size: 14px;
          line-height: 18px; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-image {
        display: none; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side {
        width: 100%;
        float: none; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-photos-devices {
          padding: 6px 5px 0 5px; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-photos-devices > img {
            width: 100%;
            height: auto; }
          #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-photos-devices .ac-item-address {
            font-size: 14px;
            position: relative;
            margin-top: 10px; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-photos-devices .ac-item-address p {
              width: 65%;
              color: #333333; }
            #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-photos-devices .ac-item-address button {
              position: absolute;
              top: 0;
              right: 0;
              width: 45px;
              height: 45px;
              margin: 0;
              overflow: hidden;
              line-height: 45px; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li b {
          width: 80%; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li a.download span {
          display: none; }
        #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li i {
          display: block; }
      #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-right-side {
        display: none; }
    #self_service_order .bottom_row a {
      font-size: 14px; } }

@media only screen and (max-width: 767px) {
  #self_service_order .control_row .control_options {
    width: 100%;
    display: block;
    position: relative; }
  #self_service_order .expand_blocks_row .accordion .ac-item-label .ac-item-articles-list .ac-item-article .ac-item-article-label .ac-item-article-body .ac-item-left-side .ac-item-order-details {
    margin-left: 0; } }

#self_service_offers {
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 15px;
  width: 1190px;
  margin-bottom: 60px; }
  #self_service_offers .control_row {
    height: 40px;
    line-height: 40px; }
    #self_service_offers .control_row .control_title {
      display: inline-block;
      vertical-align: top;
      color: #0069d2;
      font-size: 29.99px;
      font-weight: 300;
      text-align: left;
      text-indent: 19px; }
    #self_service_offers .control_row .control_options {
      display: inline-block;
      vertical-align: top;
      float: right;
      margin-top: 4px; }
      #self_service_offers .control_row .control_options .custom_select select {
        width: 202px;
        padding: 0 10px; }
  #self_service_offers .expand_blocks_row {
    margin-top: 10px; }
    #self_service_offers .expand_blocks_row .accordion {
      border: 1px solid #d8d8d8; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label {
        position: relative;
        background: #FCFCFC;
        padding: 15px 0 0; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
          display: inline-block;
          left: 15px; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-name {
          display: inline-block;
          cursor: pointer;
          position: relative;
          z-index: 5;
          margin-left: 45px; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
            color: #0069d2;
            font-size: 18px;
            font-weight: 400;
            text-align: left;
            margin-bottom: 15px; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-date {
          cursor: pointer;
          vertical-align: initial !important;
          display: inline-block;
          height: auto !important;
          color: #626262;
          font-size: 18px;
          font-weight: 300;
          line-height: 100% !important;
          width: auto !important;
          position: relative;
          z-index: 5;
          float: right;
          margin-right: 15px; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body {
          display: none;
          padding: 15px 0;
          background: #F0F2F3; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side {
            float: left;
            background-color: #fff;
            position: relative;
            width: 669px;
            height: auto;
            padding: 0 18px 18px 18px;
            margin: 16px 0 45px 0; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side.ac-item-left-side-offers {
              width: 100%;
              margin: 0 auto;
              margin-bottom: 0;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block {
              padding: 19px 0 10px 0; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li {
                padding-left: 1.3em;
                text-indent: -.7em;
                color: #333333;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li:before {
                  content: "• ";
                  color: #0069d2; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li b {
                  font-weight: normal;
                  display: inline-block;
                  width: 214px;
                  padding-left: 0.7em; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li a.download span {
                  font-size: 14px; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li i {
                  color: #0069d2;
                  font-size: 14px;
                  font-weight: 300;
                  font-style: italic;
                  line-height: 24px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details-deals {
              background: url("../pics/pdf-icon.png") left center no-repeat;
              height: 35px;
              line-height: 35px;
              padding-left: 48px;
              margin-left: 15px;
              bottom: -50px;
              left: 0;
              position: absolute; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details-deals a.download {
                font-size: 16px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details {
              background: url("../pics/pdf-icon.png") left center no-repeat;
              height: 35px;
              line-height: 35px;
              padding-left: 48px;
              margin: 4px 0 8px 6px; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details a.download {
                font-size: 16px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button {
              margin: 0px 0 0 0; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button {
                height: 40px;
                line-height: 40px;
                display: inline-block; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button + button {
                  margin-left: 8px; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side {
            float: right;
            width: 406px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-offers-price {
              color: #0069d2;
              font-size: 50px;
              font-weight: 300;
              line-height: 75px; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-offers-price .ac-item-offers-discount {
                color: #333333;
                font-size: 18px;
                font-weight: 400;
                line-height: 26px;
                margin-top: 18px; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-offers-price .ac-item-offers-discount span {
                  color: #0069d2;
                  font-size: 40px;
                  font-weight: 300;
                  line-height: 26px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos {
              margin-top: 0; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos > img {
                display: inline-block;
                vertical-align: top;
                width: 48%;
                height: auto; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos > img + img {
                  margin-left: 12px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos-deals {
              margin-top: 12px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-color-list {
              margin: 10px 0 0 0; }
              #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-color-list ul li {
                padding-left: 1em;
                text-indent: -.7em;
                color: #333;
                font-size: 18px;
                font-weight: 400;
                line-height: 26px;
                float: left;
                width: 115px; }
                #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-color-list ul li:before {
                  content: "• ";
                  color: #0069d2; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-background {
          display: none;
          background: #F0F2F3;
          position: absolute;
          width: 100%;
          z-index: 0;
          top: 0; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label + .ac-item-label {
        border-top: 1px solid #d8d8d8; }

@media (max-width: 1189px) {
  #self_service_offers {
    max-width: 1189px;
    width: 98%;
    margin: 0 auto; }
    #self_service_offers .control_row {
      height: auto; }
      #self_service_offers .control_row .control_options {
        float: right; }
        #self_service_offers .control_row .control_options .control_title {
          font-size: 30px; }
        #self_service_offers .control_row .control_options .custom_select select option {
          font-size: 14px; }
    #self_service_offers .expand_blocks_row .accordion .ac-item-label > .ac-item-name h3 {
      font-size: 14px; }
    #self_service_offers .expand_blocks_row .accordion .ac-item-label > .ac-item-date {
      font-size: 14px; }
    #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side {
      width: 46%; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-list-block ul li {
        font-size: 14px;
        line-height: 22px; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details a.download span {
        font-size: 14px;
        line-height: 23px; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button {
        font-size: 16px;
        height: 45px;
        padding: 0 12px 0 12px; }
    #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side {
      width: 48%; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-offers-price {
        font-size: 50px; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos img + img {
        margin-left: 2%; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-color-list ul li {
        width: auto; } }

@media (max-width: 767px) {
  #self_service_offers {
    max-width: 767px;
    width: 96%;
    margin: 0 auto;
    padding-top: 15px; }
    #self_service_offers .control_row .control_title {
      text-indent: 0;
      font-size: 20px; }
    #self_service_offers .control_row .control-options {
      display: block !important;
      float: none !important;
      width: 100% !important;
      clear: both; }
      #self_service_offers .control_row .control-options .custom-select {
        width: 100% !important;
        display: block !important;
        line-height: 100% !important;
        clear: both; }
        #self_service_offers .control_row .control-options .custom-select select {
          padding: 2px 2px 2px 5px !important;
          width: 100%;
          clear: both; }
      #self_service_offers .control_row .control-options option {
        font-size: 16px; }
    #self_service_offers .expand_blocks_row .accordion .ac-item-label {
      position: relative; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-name {
        width: auto;
        height: auto; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
          font-size: 14px; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 span {
            display: inline !important;
            color: #626262;
            font-size: 14px;
            margin-left: 3px; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-date {
        display: none; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side {
        width: auto;
        float: none;
        padding: 10px;
        margin-bottom: 75px;
        margin-top: 0; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details-deals {
          width: 100%; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details-deals a.download span {
            display: inline; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details {
          margin: 0 0 20px 0;
          left: 0;
          bottom: -70px; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-offers-details a.download span {
            display: inline;
            word-break: break-all; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button {
          margin-top: 34px; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button {
            width: 100%;
            height: 35px;
            min-height: 45px;
            line-height: 16px;
            padding: 8px 12px 8px 12px; }
            #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button + button {
              margin: 8px 0 0 0 !important; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side {
        width: 100%;
        float: none;
        margin-top: 8px; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos img {
          width: 100%;
          height: auto; }
          #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-photos img + img {
            margin: 0 !important; }
        #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side .ac-item-color-list ul li {
          width: auto;
          font-size: 14px; } }

@media only screen and (min-width: 768px) and (max-width: 1189px) {
  #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side {
    float: left !important;
    width: 40% !important;
    padding: 0 15px 15px;
    margin: 0 !important; }
    #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button {
      width: 100%;
      display: block; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button:first-child {
        margin-bottom: 15px; }
      #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side .ac-item-left-button button + button {
        margin-left: 0; }
  #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side {
    float: left !important;
    width: 60% !important;
    margin: 0 !important; } }

@media only screen and (min-width: 768px) and (max-width: 1189px) {
  #self_service_offers .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side.ac-item-left-side-offers {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  #self_service_offers .control_row .control_options {
    width: 100%;
    display: block;
    position: relative;
    float: none;
    margin-top: 0; } }

#self_service_account {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  width: 1190px; }
  #self_service_account .control_row {
    margin-top: 20px; }
    #self_service_account .control_row .control_title {
      display: inline-block;
      color: #0069d2;
      font-size: 29.99px;
      font-weight: 300;
      text-align: left;
      text-indent: 20px; }
    #self_service_account .control_row .control_options {
      display: inline-block;
      vertical-align: top;
      float: right; }
      #self_service_account .control_row .control_options .custom_select select {
        width: 202px;
        padding: 0 10px; }
  #self_service_account .second_control_row {
    margin-top: 39px; }
  #self_service_account .ss_account_information {
    padding: 14px;
    margin: 9px 0 0 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    position: relative; }
    #self_service_account .ss_account_information ul li {
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
      #self_service_account .ss_account_information ul li span {
        color: #0069d2;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px; }
    #self_service_account .ss_account_information .ss_account_edit_information_button {
      position: absolute;
      bottom: 19px;
      right: 20px; }
      #self_service_account .ss_account_information .ss_account_edit_information_button button img {
        margin-right: 8px; }
  #self_service_account .expand_blocks_row {
    margin-top: 10px; }
    #self_service_account .expand_blocks_row .accordion {
      border: 1px solid #d8d8d8; }
      #self_service_account .expand_blocks_row .accordion .ac-item-label {
        position: relative;
        background: #FCFCFC; }
        #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
          display: none; }
        #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-name {
          display: block;
          width: 100%;
          height: auto;
          cursor: pointer;
          padding: 10px; }
          #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
            line-height: 22px;
            color: #0069d2;
            font-size: 18px;
            font-weight: 400;
            text-indent: 0; }
        #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body {
          display: none;
          background: #F0F2F3;
          border-top: 1px solid #d8d8d8; }
          #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side {
            width: auto !important;
            float: left;
            margin: 0;
            padding: 18px 0 18px 35px; }
            #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side p {
              color: #333333;
              font-size: 14px;
              font-weight: 400;
              line-height: 28px; }
          #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side {
            float: right;
            margin: 25px 18px 18px 18px;
            width: auto !important; }
            #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side button {
              display: inline; }
              #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side button img {
                margin-right: 5px; }
              #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side button + button {
                margin-left: 8px; }
      #self_service_account .expand_blocks_row .accordion .ac-item-label + .ac-item-label {
        border-top: 1px solid #d8d8d8; }
  #self_service_account .bottom_row {
    margin: 20px 0 0 0;
    text-align: right;
    padding: 0 20px 0 0; }
    #self_service_account .bottom_row button {
      display: inline;
      height: 40px;
      line-height: 40px;
      width: 185px;
      font-size: 16px;
      padding: 0 15px 0 15px; }

@media (max-width: 1189px) {
  #self_service_account {
    max-width: 1189px;
    width: 98%;
    margin: 0 auto; }
    #self_service_account .control_row {
      margin-top: 10px; }
      #self_service_account .control_row .control_title {
        font-size: 30px; }
      #self_service_account .control_row .control_options {
        width: 40%;
        text-align: right; }
        #self_service_account .control_row .control_options .custom_select select {
          width: 100%; }
    #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
      font-size: 14px; } }

@media (max-width: 767px) {
  #self_service_account {
    max-width: 767px;
    width: 96%;
    margin: 0 auto; }
    #self_service_account .control_row {
      margin-top: 0;
      margin-bottom: 25px; }
      #self_service_account .control_row .control_title {
        font-size: 20px;
        text-indent: 0;
        display: block;
        margin-bottom: 5px; }
      #self_service_account .control_row .control_options {
        display: block;
        float: none;
        width: 100%; }
        #self_service_account .control_row .control_options .custom_select {
          width: 100%;
          display: block;
          line-height: 100%; }
          #self_service_account .control_row .control_options .custom_select select {
            padding: 2px 2px 2px 5px !important; }
    #self_service_account .ss_account_information {
      padding-bottom: 64px;
      margin-bottom: 20px; }
      #self_service_account .ss_account_information button {
        width: 45px;
        overflow: hidden; }
    #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-left-side {
      padding: 0;
      margin: 15px 0 15px 15px;
      width: 46%; }
    #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side {
      margin: 15px 20px 15px 0;
      width: 42%;
      padding: 0;
      text-align: right; }
      #self_service_account .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-right-side button {
        width: 45px;
        overflow: hidden; } }

#self_service_inbox {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1190px; }
  #self_service_inbox .control_row {
    margin-top: 20px; }
    #self_service_inbox .control_row .control_title {
      display: inline-block;
      vertical-align: top;
      color: #0069d2;
      font-size: 29.99px;
      font-weight: 300;
      text-align: left;
      text-indent: 20px; }
    #self_service_inbox .control_row .control_options {
      display: inline-block;
      vertical-align: top;
      float: right;
      margin-top: 3px; }
      #self_service_inbox .control_row .control_options .custom_select select {
        min-width: 202px;
        padding: 0 10px; }
  #self_service_inbox .second_control_row {
    margin-top: 30px; }
  #self_service_inbox .ss_inbox_information {
    margin-top: 8px;
    padding: 15px;
    background: #fff;
    border: 1px solid #d8d8d8; }
    #self_service_inbox .ss_inbox_information ul li {
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      line-height: 30px;
      padding-left: 1em;
      text-indent: -.7em; }
      #self_service_inbox .ss_inbox_information ul li:before {
        content: "• ";
        color: #0069d2; }
  #self_service_inbox .expand_blocks_row {
    margin-top: 9px; }
    #self_service_inbox .expand_blocks_row .accordion {
      border: 1px solid #d8d8d8; }
      #self_service_inbox .expand_blocks_row .accordion .ac-item-label {
        position: relative;
        background: #FCFCFC; }
        #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-toggle-mask {
          display: none; }
        #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-name {
          display: inline-block;
          cursor: pointer;
          padding: 15px; }
          #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
            color: #0069d2;
            font-size: 18px;
            font-weight: 400; }
        #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-open-button {
          display: inline-block;
          text-align: right;
          float: right;
          color: #0069d2;
          font-size: 16px;
          font-weight: 400;
          text-decoration: underline;
          text-shadow: 0 1px 0 #d9e1e6;
          cursor: pointer;
          padding: 15px;
          clear: both; }
        #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-article-body {
          display: none;
          background: #F0F2F3;
          border-top: 1px solid #d8d8d8; }
          #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-details {
            padding: 15px; }
            #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-article-body .ac-item-details p {
              color: #333333;
              font-size: 14px;
              font-weight: 400;
              line-height: 28px; }
      #self_service_inbox .expand_blocks_row .accordion .ac-item-label + .ac-item-label {
        border-top: 1px solid #d8d8d8; }
  #self_service_inbox .bottom_row {
    margin: 20px 0 0 0;
    text-align: right;
    padding: 0 20px 0 0; }
    #self_service_inbox .bottom_row button {
      display: inline;
      height: 40px;
      line-height: 40px;
      width: 185px;
      font-size: 16px;
      padding: 0 15px 0 15px; }

@media (max-width: 1189px) {
  #self_service_inbox {
    max-width: 1189px;
    width: 98%;
    margin: 0 auto; }
    #self_service_inbox .second_control_row {
      margin-top: 10px; }
    #self_service_inbox .control_row .control_title {
      font-size: 30px; }
    #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-name h3 {
      font-size: 14px; } }

@media (max-width: 767px) {
  #self_service_inbox {
    max-width: 767px;
    width: 96%;
    margin: 0 auto; }
    #self_service_inbox .control_row .control_title {
      font-size: 20px;
      display: block;
      text-indent: 0;
      margin-bottom: 5px; }
    #self_service_inbox .control_row .control-options {
      display: block !important;
      float: none !important;
      width: 100% !important;
      clear: both !important;
      margin-top: 0; }
      #self_service_inbox .control_row .control-options .custom-select {
        width: 100% !important;
        display: block !important;
        line-height: 100% !important;
        clear: both; }
        #self_service_inbox .control_row .control-options .custom-select select {
          padding: 2px 2px 2px 5px !important;
          width: 100% !important;
          clear: both !important;
          display: block; }
    #self_service_inbox .ss_account_information {
      padding-bottom: 64px; }
      #self_service_inbox .ss_account_information button {
        width: 45px;
        overflow: hidden; }
    #self_service_inbox .expand_blocks_row {
      display: block;
      position: relative;
      clear: both; }
      #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-name {
        display: block; }
      #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-open-button {
        display: none; }
      #self_service_inbox .expand_blocks_row .accordion .ac-item-label .ac-item-left-side {
        padding: 0;
        margin: 15px 0 15px 15px;
        width: 46%; }
    #self_service_inbox .ss_inbox_information ul li {
      font-size: 14px;
      line-height: 25px; } }

@media only screen and (max-width: 768px) {
  #self_service_inbox .control_row .control_options {
    display: block !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 0 !important; } }

#self_service_invoices {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1190px; }
  #self_service_invoices .control_row {
    margin-top: 20px; }
    #self_service_invoices .control_row .control_title {
      display: inline-block;
      vertical-align: top;
      color: #0069d2;
      font-size: 29.99px;
      font-weight: 300;
      text-align: left;
      text-indent: 20px; }
    #self_service_invoices .control_row .control_options {
      display: inline-block;
      vertical-align: top;
      float: right; }
      #self_service_invoices .control_row .control_options .custom_select select {
        width: 202px;
        padding: 0 10px; }
  #self_service_invoices .list_row {
    margin-top: 11px;
    border: 1px solid #d8d8d8; }
    #self_service_invoices .list_row .list_item {
      background: #FCFCFC; }
      #self_service_invoices .list_row .list_item .list_item_name {
        color: #0069d2;
        font-size: 18px;
        font-weight: 400;
        line-height: 48px;
        height: 48px;
        display: inline-block;
        width: 29%;
        text-indent: 18px; }
      #self_service_invoices .list_row .list_item .list_item_amount {
        color: #626262;
        font-size: 18px;
        font-weight: 300;
        line-height: 48px;
        height: 48px;
        display: inline-block;
        width: 50%; }
      #self_service_invoices .list_row .list_item .list_item_date {
        color: #626262;
        font-size: 18px;
        font-weight: 300;
        line-height: 48px;
        height: 48px;
        width: 11%;
        display: inline-block; }
      #self_service_invoices .list_row .list_item .list_item_download {
        display: inline-block;
        height: 48px;
        line-height: 48px; }
        #self_service_invoices .list_row .list_item .list_item_download a.download span {
          font-size: 16px; }
      #self_service_invoices .list_row .list_item + .list_item {
        border-top: 1px solid #d8d8d8; }
  #self_service_invoices .bottom_row {
    margin: 20px 0 0 0;
    text-align: right;
    padding: 0 0 0 0; }
    #self_service_invoices .bottom_row a {
      color: #0069d2;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      text-decoration: underline; }

@media (max-width: 1189px) {
  #self_service_invoices {
    max-width: 1189px;
    width: 98%;
    margin: 0 auto; }
    #self_service_invoices .control_row .control_title {
      font-size: 30px; }
    #self_service_invoices .list_row .list_item .list_item_name {
      font-size: 14px; }
    #self_service_invoices .list_row .list_item .list_item_amount {
      font-size: 14px;
      width: 46%; }
    #self_service_invoices .list_row .list_item .list_item_date {
      font-size: 14px; }
    #self_service_invoices .list_row .list_item .list_item_download a.download span {
      font-size: 14px;
      display: inline; }
    #self_service_invoices .bottom_row a {
      font-size: 14px; } }

@media (max-width: 767px) {
  #self_service_invoices {
    max-width: 767px;
    width: 96%;
    margin: 0 auto; }
    #self_service_invoices .control_row {
      margin-top: 0;
      margin-bottom: 25px; }
      #self_service_invoices .control_row .control_title {
        font-size: 20px;
        text-indent: 0;
        margin-bottom: 5px; }
      #self_service_invoices .control_row .control_options {
        display: block !important;
        float: none !important;
        width: 100% !important;
        clear: both; }
        #self_service_invoices .control_row .control_options .custom_select {
          width: 100% !important;
          display: block !important;
          line-height: 100% !important;
          clear: both; }
          #self_service_invoices .control_row .control_options .custom_select select {
            width: 100%;
            padding: 2px 2px 2px 5px !important; }
    #self_service_invoices .list_row .list_item {
      position: relative;
      height: 68px; }
      #self_service_invoices .list_row .list_item .list_item_name {
        font-size: 14px;
        width: 100%;
        height: 34px;
        line-height: 45px; }
      #self_service_invoices .list_row .list_item .list_item_amount {
        height: 34px;
        line-height: 27px;
        font-size: 14px;
        width: 100%;
        text-indent: 18px; }
      #self_service_invoices .list_row .list_item .list_item_date {
        width: auto;
        font-size: 14px;
        position: absolute;
        bottom: 14px;
        right: 18px;
        height: auto;
        line-height: 16px; }
      #self_service_invoices .list_row .list_item .list_item_download {
        position: absolute;
        top: 12px;
        right: 12px;
        height: auto;
        line-height: 16px; }
        #self_service_invoices .list_row .list_item .list_item_download a.download span {
          display: none; }
    #self_service_invoices .bottom_row a {
      font-size: 14px; } }

#login_row {
  background: none; }
  #login_row #login_container .login_title {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1189px) {
      #login_row #login_container .login_title {
        font-size: 26px !important; } }
    @media (max-width: 767px) {
      #login_row #login_container .login_title {
        font-size: 20px !important; } }
  #login_row #login_container .login_small_text {
    color: #333333;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.625;
    text-align: center; }
    @media (max-width: 767px) {
      #login_row #login_container .login_small_text {
        font-size: 1.5em; } }
  #login_row #login_container .login_block {
    height: 550px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 52%;
    margin-right: 73px; }
    @media (max-width: 767px) {
      #login_row #login_container .login_block {
        width: 100%; } }
    @media (max-width: 767px) {
      #login_row #login_container .login_block .login_form {
        padding-left: 10%; } }
    #login_row #login_container .login_block .login_form label {
      color: #333333;
      font-size: 1.125em;
      font-weight: 400;
      line-height: 3.111;
      text-align: left;
      margin-right: 20px; }
    #login_row #login_container .login_block .login_form .input {
      border: 1px solid #7e9db2;
      text-indent: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #ffffff;
      max-width: 500px;
      width: 500px;
      display: inline;
      height: 40px; }
      @media (max-width: 767px) {
        #login_row #login_container .login_block .login_form .input {
          width: 90%; } }
    #login_row #login_container .login_block .login_form .btn_login {
      max-width: 158px;
      max-height: 141px;
      margin-right: 50px;
      display: inline-block; }
    #login_row #login_container .login_block .login_form .forgot_link {
      text-align: left;
      display: inline-block;
      max-width: 350px;
      margin: 0;
      padding-top: 50px;
      vertical-align: top; }
  #login_row #login_container .register_lock {
    vertical-align: top;
    height: 400px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%; }
    #login_row #login_container .register_lock h2 {
      margin-bottom: 0; }
    #login_row #login_container .register_lock p {
      margin-top: 31px;
      margin-bottom: 48px; }
    #login_row #login_container .register_lock button {
      margin: 0;
      width: 160px;
      height: 50px; }
    @media (max-width: 767px) {
      #login_row #login_container .register_lock {
        width: 100%;
        margin-top: 200px; } }
  #login_row #login_container .login-button-row {
    margin-top: 20px; }

@media (max-width: 1189px) {
  #login_row {
    background: white;
    padding: 0 20px; }
    #login_row .login_title {
      font-size: 26px !important; }
    #login_row .login_block {
      width: 40% !important;
      margin-right: 0;
      height: auto;
      min-height: 650px; }
      #login_row .login_block .btn_login {
        max-width: 35% !important;
        width: 35% !important; }
      #login_row .login_block .forgot_link {
        font-size: 0.9em;
        vertical-align: middle;
        top: 0px;
        margin-top: 0px !important; }
    #login_row .register_lock {
      width: 40%;
      height: auto; }
    #login_row .login_form {
      text-align: left; }
      #login_row .login_form input {
        width: 90% !important;
        max-width: 368.5px; }
      #login_row .login_form .btn_login {
        float: left;
        margin-left: 0 !important; }
    #login_row .login-button-row {
      margin-top: 25px; }
  .btn_login {
    max-width: 35% !important;
    width: 35% !important;
    margin-right: 10px !important; } }

@media (max-width: 767px) {
  #login_row {
    padding: 0 !important; }
    #login_row .login_block {
      height: auto !important;
      min-height: 200px;
      text-align: center;
      width: 100% !important; }
      #login_row .login_block .forgot_link {
        font-size: 0.9em;
        vertical-align: middle;
        top: 300px;
        margin-top: 200px !important; }
    #login_row .register_lock {
      text-align: center;
      width: 100%;
      margin-top: 0 !important;
      padding: 0 3px; }
      #login_row .register_lock h2 {
        font-size: 1.55em; }
      #login_row .register_lock button {
        font-size: 0.9em !important;
        padding: 0 20px; }
    #login_row .login_form {
      text-align: center;
      padding-left: 0 !important; }
      #login_row .login_form input {
        width: 90% !important; }
      #login_row .login_form .btn_login {
        float: none;
        margin-left: auto !important;
        margin-top: auto !important;
        height: auto !important;
        max-width: 156px !important;
        max-height: 150px !important; }
      #login_row .login_form .forgot_link {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        margin-top: 32px !important;
        display: block !important;
        padding: 0 !important;
        clear: both;
        text-align: center !important;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.13;
        text-decoration: underline; } }

fieldset {
  padding: 0;
  margin: 0; }

#create_account {
  background: #1f2628 url("../pics/create_account_bg.png") no-repeat 0% -85%;
  background-size: contain;
  min-height: inherit;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: normal; }
  @media (max-width: 1189px) {
    #create_account {
      background-position: 0% -20%; } }
  @media (max-width: 767px) {
    #create_account {
      background: #1f2628; } }
  #create_account h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    padding: 50px 0 12px;
    margin: 0; }
    @media (max-width: 767px) {
      #create_account h1 {
        font-size: 44px;
        padding-top: 35px; } }
  #create_account .desc {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 890px; }
    @media (max-width: 767px) {
      #create_account .desc {
        font-size: 14px;
        padding: 0 20px; } }
  #create_account .account-form {
    margin-right: auto;
    margin-left: auto;
    width: 1190px; }
    @media (max-width: 1189px) {
      #create_account .account-form {
        width: 738px; } }
    @media (max-width: 767px) {
      #create_account .account-form {
        width: 100%; } }
    #create_account .account-form form {
      margin-left: 424px;
      margin-top: 60px; }
      #create_account .account-form form input {
        padding: 0;
        color: black;
        padding: 0 5px; }
      #create_account .account-form form input[type="radio"] {
        vertical-align: middle;
        margin: 0 9px 0 0; }
      #create_account .account-form form .form-line.radio {
        margin-top: 14px;
        min-height: 0; }
        #create_account .account-form form .form-line.radio span {
          margin-right: 0;
          margin-left: 10px; }
        @media (max-width: 767px) {
          #create_account .account-form form .form-line.radio {
            text-align: left; }
            #create_account .account-form form .form-line.radio label {
              width: auto;
              margin: 10px 0; } }
      #create_account .account-form form .lang {
        margin-top: 15px; }
      #create_account .account-form form .text-area {
        margin-top: 11px; }
        #create_account .account-form form .text-area label {
          vertical-align: top;
          padding: 10px 0; }
      #create_account .account-form form input[type="text"].short {
        width: 121px;
        margin: 0; }
      #create_account .account-form form label {
        width: 150px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        @media (max-width: 1189px) {
          #create_account .account-form form label {
            width: 140px; } }
        @media (max-width: 767px) {
          #create_account .account-form form label {
            width: 100%; } }
      #create_account .account-form form input[type="text"], #create_account .account-form form input[type="password"] {
        border: 1px solid #040507;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ffffff;
        width: 610px;
        height: 40px;
        margin: 10px 0; }
        @media (max-width: 1189px) {
          #create_account .account-form form input[type="text"], #create_account .account-form form input[type="password"] {
            width: 578px; } }
        @media (max-width: 767px) {
          #create_account .account-form form input[type="text"], #create_account .account-form form input[type="password"] {
            width: 100%;
            max-width: 600px; } }
      #create_account .account-form form textarea {
        height: 72px;
        width: 602px;
        resize: none;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media (max-width: 1189px) {
          #create_account .account-form form textarea {
            width: 578px; } }
        @media (max-width: 767px) {
          #create_account .account-form form textarea {
            width: 100%; } }
      #create_account .account-form form select {
        padding: 0 6px;
        color: black;
        margin: 9.8px 0;
        border: 1px solid #040507;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 298px;
        height: 40px;
        background: url("../pics/icons/select_down.png") no-repeat 97% #FEFEFE;
        position: relative; }
        @media (max-width: 767px) {
          #create_account .account-form form select {
            width: 100%;
            max-width: 600px; } }
      #create_account .account-form form .inline {
        width: auto; }
        #create_account .account-form form .inline span {
          padding-left: 38px; }
          @media (max-width: 1189px) {
            #create_account .account-form form .inline span {
              padding-left: 8px;
              font-size: 16px; } }
          @media (max-width: 767px) {
            #create_account .account-form form .inline span {
              display: block;
              padding: 9.8px 0; } }
      #create_account .account-form form .form-line {
        width: 100%;
        padding: 0;
        color: #fff;
        min-height: 58px; }
        @media (max-width: 767px) {
          #create_account .account-form form .form-line {
            width: 100%; } }
      #create_account .account-form form .ver {
        margin-top: 5px; }
        @media (max-width: 767px) {
          #create_account .account-form form .ver {
            text-align: left; } }
      #create_account .account-form form .code {
        background: #7e9db2;
        font-size: 18px;
        color: #064e7f;
        padding: 8px 22px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px 0 10px; }
        @media (max-width: 767px) {
          #create_account .account-form form .code {
            margin-left: 0; } }
      #create_account .account-form form .company-info {
        margin-top: 22px;
        display: inline-block;
        width: 100%; }
        #create_account .account-form form .company-info .info-right {
          float: right;
          width: 372px; }
          @media (max-width: 1189px) {
            #create_account .account-form form .company-info .info-right {
              width: 369px; } }
          @media (max-width: 767px) {
            #create_account .account-form form .company-info .info-right {
              width: 100%;
              float: none;
              text-align: left; } }
          #create_account .account-form form .company-info .info-right label {
            padding-left: 15px;
            width: 97px; }
            @media (max-width: 767px) {
              #create_account .account-form form .company-info .info-right label {
                width: 95%;
                font-size: 16px;
                padding-left: 0; } }
          #create_account .account-form form .company-info .info-right input {
            width: 270px; }
            @media (max-width: 1189px) {
              #create_account .account-form form .company-info .info-right input {
                width: 221px; } }
            @media (max-width: 767px) {
              #create_account .account-form form .company-info .info-right input {
                width: 100%; } }
        #create_account .account-form form .company-info .info-left {
          float: left;
          width: 392px;
          text-align: right; }
          @media (max-width: 1189px) {
            #create_account .account-form form .company-info .info-left {
              width: 369px; } }
          @media (max-width: 767px) {
            #create_account .account-form form .company-info .info-left {
              width: 100%;
              float: none;
              text-align: left; } }
        #create_account .account-form form .company-info label {
          font-size: 18px;
          color: #fff;
          text-align: left;
          width: 150px; }
          @media (max-width: 1189px) {
            #create_account .account-form form .company-info label {
              width: 140px; } }
          @media (max-width: 767px) {
            #create_account .account-form form .company-info label {
              width: 100%;
              font-size: 16px; } }
        #create_account .account-form form .company-info input {
          width: 234px;
          margin: 9.8px 0; }
          @media (max-width: 1189px) {
            #create_account .account-form form .company-info input {
              width: 221px; } }
          @media (max-width: 767px) {
            #create_account .account-form form .company-info input {
              width: 100%; } }
      #create_account .account-form form .end {
        margin-left: 152px;
        margin-top: 10px;
        padding-bottom: 14px; }
        #create_account .account-form form .end span {
          padding: 5px 0;
          margin: 10px 0; }
        #create_account .account-form form .end .line {
          width: 50px;
          border-top: solid #7e9db2 1px;
          padding: 4px; }
          @media (max-width: 767px) {
            #create_account .account-form form .end .line {
              display: none; } }
        @media (max-width: 767px) {
          #create_account .account-form form .end {
            text-align: left;
            margin-left: 0; } }
        @media (max-width: 767px) {
          #create_account .account-form form .end button {
            margin: 14px auto;
            display: block; } }
      @media (max-width: 767px) {
        #create_account .account-form form .block-line {
          display: block; } }
      #create_account .account-form form .btn_orange {
        height: 50px;
        width: auto;
        border-radius: 3px;
        margin: 14px 0;
        font-size: 18px;
        max-width: none !important; }
      @media (max-width: 1189px) {
        #create_account .account-form form {
          margin-left: 0; } }
      @media (max-width: 767px) {
        #create_account .account-form form {
          max-width: 600px;
          width: 90%;
          margin: 20px auto auto;
          text-align: center; } }

.pc {
  display: block; }

.tablet {
  display: none; }

.mobile {
  display: none; }

@media (max-width: 1189px) {
  .pc {
    display: none; }
  .tablet {
    display: block !important; }
  .mobile {
    display: none; } }

@media (max-width: 767px) {
  .pc {
    display: none; }
  .tablet {
    display: none; }
  .mobile {
    display: block !important; } }
