.massOrderDone,
.simpleOrderDone {
  padding-bottom: 0!important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.massOrder .info_item {
  padding-bottom: 19px;
}
.massOrder .w33.left {
  width: 279px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 24px 25px;
}
.massOrder .column.w67.right {
  width: calc(100% - 279px - 50px);
  padding-left: 56px;
}
.massOrder .column.w67.right .row {
  margin-left: -10px;
  margin-right: -10px;
}
.massOrder .notice {
  min-height: 306px;
}
.simpleOrderDone {
  overflow: hidden;
  max-width: 690px;
}
.simpleOrderDone .line_hr {
  margin-top: 15px;
  margin-bottom: 13px;
}
.simpleOrderDone .uploadFileStatus {
  margin-bottom: 30px;
}
.simpleOrderDone a.main_btn {
  margin-top: 12px;
  margin-bottom: 6px;
}
.uploadForm {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.uploadForm button {
  margin-bottom: 0!important;
}
.uploadForm button span {
  display: none;
}
.uploadForm button .default {
  display: block;
}
.uploadFile {
  padding-top: 28px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uploadFile h5 {
  margin-bottom: 0;
}
.uploadFile.droped button .confirm {
  display: block;
}
.uploadFile.droped button .default {
  display: none;
}
.uploadFile.correct .file_data {
  color: #333333;
}
.dropArea {
  padding: 28px 20px 20px;
  height: 121px;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  margin-bottom: 21px;
  margin-top: 44px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropArea:hover,
.dropArea.hover {
  color: #006ADE;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-color: #006ADE;
}
.dropArea:hover svg path,
.dropArea.hover svg path {
  fill: #006ADE;
}
.dropArea .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.dropArea svg {
  margin-bottom: 12px;
}
.dropArea p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.notice {
  background: #FDFAEB;
  border-radius: 3px;
  padding: 43px;
}
.notice .text,
.notice p,
.notice ul,
.notice li,
.notice ol {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
}
.notice a {
  text-align: center;
  color: #006ADE;
  margin-bottom: 20px;
  display: block;
}
.notice a h5 {
  text-decoration: underline;
  color: inherit;
  margin-bottom: 0;
}
.notice a svg {
  margin: 0 auto 16px;
  display: table;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.notice a:hover svg {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.notice.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.notice li {
  text-align: left;
  margin-bottom: 31px;
}
.notice li:last-child {
  margin-bottom: 0;
}
.notice li:before {
  content: "• ";
}
.notice ul,
.notice li {
  list-style: none;
  max-width: initial;
}
.notice.small {
  padding-top: 32px;
  padding-left: 39px;
  padding-bottom: 49px;
}
.notice.w50 {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.label.file input {
  display: none;
}
.file_data {
  position: relative;
  background: #F5F5F5;
  border-radius: 2px;
  padding: 12px 30px 10px 12px;
  font-family: Stolzl;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: none;
  margin-bottom: 19px;
}
.file_data div {
  display: inline-block;
  word-break: break-word;
}
.file_data .close {
  position: absolute;
  padding: 5px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.uploadFileStatus {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 9px 10px 9px 34px;
  margin-top: 16px;
}
.uploadFileStatus > div {
  display: none;
}
.uploadFileStatus svg {
  position: absolute;
  left: 12px;
  top: 11px;
}
.uploadFileStatus span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  text-transform: none;
  color: #666666;
  letter-spacing: 0;
}
.uploadFileStatus.static {
  position: relative;
  display: table;
}
.accountPanel .top_row_inner_page h1 {
  font-weight: 700;
  margin-bottom: 0!important;
}
.accountPanel .tabs {
  padding-top: 34px;
}
.accountPanel .panel_orders_btn .main_btn:last-child {
  min-width: 221px;
}
.account_panel_table table tr.active .table_data input {
  border-color: #006ADE;
}
.account_panel_table tr:nth-child(odd) td {
  color: #006ADE !important;
}
.account_panel_table.edit .home {
  display: block;
  opacity: 1;
}
.account_panel_table.edit .home svg {
  cursor: pointer;
}
.account_panel_table .home {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.account_panel_table .home svg path {
  fill: #D4D4D4;
}
.account_panel_table .home input:checked + svg path {
  fill: #006ADE;
}
.account_panel_table .home.active {
  display: block;
}
.account_panel_table .home label {
  display: table;
}
.account_panel_table .home label input {
  display: none;
}
.account_panel_table input {
  height: 37px;
  max-width: 155px;
}
.account_panel_table td:nth-child(5) input {
  max-width: 334px;
}
.table_data {
  position: relative;
}
.table_data .error {
  display: none;
  position: absolute;
  left: 0;
  color: #eb5757;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  top: 100%;
  margin: 4px 0 0 !important;
}
.table_data.error .error {
  display: block;
}
.table_data.error input {
  border-color: #DF0000 !important;
}
.border_bottom {
  position: relative;
  padding-bottom: 31px;
}
.border_bottom:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  border-bottom: 1px dashed #D4D4D4;
}
.settings_panel_form {
  margin-bottom: 30px;
}
.settings_panel_form:last-child {
  margin-bottom: 0;
}
.settings_panel_form .row {
  margin-bottom: 0;
}
.settings_panel_form.edit input {
  border-color: #006ADE;
}
.settings_panel_form.edit .settings_panel_edit {
  display: none;
}
.settings_panel_form.edit .settings_panel_save,
.settings_panel_form.edit .settings_panel_cancel {
  display: inline-block;
}
.settings_panel_form.edit .viewPassword {
  display: block;
}
.settings_panel_form.edit .remove {
  display: block;
}
.settings_panel_btn.edit .settings_panel_edit {
  display: none;
}
.settings_panel_btn.edit .settings_panel_save,
.settings_panel_btn.edit .settings_panel_cancel {
  display: inline-block;
}
.settings_panel_btn {
  position: absolute;
  top: 0;
  right: 17px;
}
.withPanel_btn {
  padding-top: 26px;
  padding-bottom: 25px;
}
.settings_panel_info .settings_panel_btn {
  position: relative;
  top: 0;
  right: 0;
}
.attorneyPerson {
  min-height: 170px;
  padding-bottom: 20px;
}
.attorneyPerson .w47 {
  padding-right: 43px;
}
.attorneyPerson .remove {
  position: absolute;
  right: 12px;
  top: 32px;
  cursor: pointer;
  display: none;
}
.attorneyPerson .remove:hover svg path {
  fill: black;
}
.attorneyPerson .row:last-child {
  margin-bottom: 0!important;
}
.attorneyPerson .settings_panel_form {
  margin-bottom: 0;
}
.viewPassword {
  position: absolute;
  bottom: 14px;
  right: 14px;
  cursor: pointer;
  display: none;
}
.add_attorney {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  letter-spacing: 0.13em;
  color: #006ADE;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table;
}
.settings_panel_cancel {
  margin-right: 13px;
  display: none;
  color: #3B3B3B !important;
}
.simpleOrder .calc_wrap {
  padding-top: 52px;
  padding-bottom: 11px;
}
.simpleOrder .calc_wrap h5 {
  margin-bottom: 23px;
}
.simpleOrder .calc_wrap #calculator .row {
  margin-bottom: 15px;
}
.simpleOrder .orderInfo {
  position: relative;
  padding-left: 29px;
  margin-top: 0;
}
.simpleOrder .orderInfo b {
  letter-spacing: 0.15px;
}
.simpleOrder .orderInfo svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.simpleOrder .calculator .uploadFileStatus.static {
  margin-top: 45px;
  margin-bottom: 10px;
}
.simpleOrder .main_btn {
  min-width: 230px;
}
.simpleOrder .column.right {
  padding-left: 35px;
}
.simpleOrder .row:first-child {
  z-index: 120;
}
.deliveryFrom {
  z-index: 52;
}
#calculator .tabs_el .row:first-child {
  margin-bottom: 15px;
}
.deliveryTo {
  z-index: 51;
  padding-bottom: 0;
  margin-bottom: 26px;
  border: 0;
}
.deliveryTo .row .row {
  margin-bottom: 15px!important;
}
.deliveryTo .row .row.radio_wrap {
  margin-bottom: 20px !important;
}
.deliverySize {
  margin-bottom: 0;
  padding-bottom: 43px;
}
.deliverySize h5 {
  margin-bottom: 0!important;
}
.deliverySize .row.weight {
  margin-bottom: 27px!important;
}
#calculator .settings_panel_btn {
  right: auto;
  left: 100%;
  margin-left: 19px;
  top: auto;
  bottom: 18px;
}
#calculator .settings_panel_save {
  display: block;
}
.settings_panel_saved {
  color: #019456 !important;
  display: none;
  cursor: default!important;
}
.deliveryItem {
  margin-bottom: 44px;
}
.deliveryItem .line_hr {
  margin-bottom: 0;
}
.deliveryItem > h5 {
  font-weight: 700!important;
}
.deliveryItem .deliverySize {
  border-bottom-width: 0;
}
.deliveryItem:last-child {
  margin-bottom: 0;
}
.deliveryItem:last-child .line_hr {
  display: none;
}
.deliveryItem:last-child .deliverySize {
  border-bottom-width: 1px;
}
.order_block.step1 .column.left .top_row {
  margin-bottom: 26px;
}
.order_block .column.left {
  overflow: hidden;
  margin-bottom: 0;
}
.saveNewAdress {
  max-width: 625px;
}
.saveNewAdress .content_wrap {
  padding: 50px;
  padding-bottom: 30px;
}
.saveNewAdress .row {
  margin: 0 -12px 9px;
  width: auto;
}
.saveNewAdress .w100 {
  margin-left: 12px;
  margin-right: 12px;
}
.saveNewAdress .settings_panel_data label {
  margin-bottom: 0;
}
.saveNewAdress .settings_panel_data .wrap {
  position: relative;
}
.saveNewAdress .settings_panel_data svg {
  top: auto;
  margin: 0;
}
.saveNewAdress .h5 {
  text-align: left;
  font-weight: 700;
}
.saveNewAdress form {
  margin-top: 26px;
}
.saveNewAdress .login_form_btn {
  margin: 22px 0 0 0;
}
.saveNewAdress .login_form_btn .main_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
}
.saveNewAdress .login_form_btn .text_only {
  min-width: initial;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 22px;
}
.saveNewAdress label.w100 {
  margin-left: 12px;
  margin-right: 12px;
}
.ship_order .top_row {
  border: 0;
  height: auto;
  border-radius: 2px 2px 0 0;
}
.ship_order .data {
  border-radius: 0 0 2px 2px;
}
.ship_order .tabs {
  padding-top: 0;
  margin-bottom: 0;
}
.ship_order .tabs .main_tabs .wrap {
  border: 0;
}
.ship_order .tabs .main_tab {
  padding: 0;
  font-family: Stolzl;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-right: 25px;
  border: 0;
  height: 51px;
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
}
.ship_order .tabs .main_tab:last-child {
  margin-right: 0;
}
.ship_order .tabs .main_tab span {
  font: inherit;
  color: initial;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: -0.1px;
}
.ship_order .tabs .main_tab:after {
  display: none;
}
.ship_order .tabs .main_tab:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: 3;
}
.ship_order .tabs .main_tab.active:before {
  opacity: 1;
}
.ship_order .tabs .main_tab:hover span {
  color: #006ADE;
}
.ship_order .tabs .main_tab:hover.active:before {
  border-bottom-color: #006ADE;
}
.ship_order label.w100 {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 21px;
}
.ship_order label.w100 input {
  display: block!important;
  width: 100%;
  font-family: Open Sans;
  font-weight: normal;
  height: 42px;
}
.ship_order label.w100 > span {
  margin-bottom: 6px;
  display: block;
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 13px;
  color: #888888;
  text-transform: none;
}
.ship_order .bottom {
  /*margin-left: -26px;*/
  /*margin-right: -26px;*/
  width: auto;
}
.ship_order .tabs.swipe .main_tabs {
  position: relative;
  margin-left: 0;
  width: auto !important;
}
.ship_order .tabs.swipe .main_tabs .wrap {
  margin-left: 26px;
  margin-right: 26px;
}
.ship_order .tabs .tabs_content {
  margin-top: 19px;
}
.ship_order .data table td label {
  min-width: 135px;
}
.ship_order .bottom .left > span {
  font-size: 16px;
  line-height: 19px;
}
.ship_order.main {
  margin-bottom: 30px;
}
.tabs.swipe {
  position: relative;
}
.ship_order .tabs.swipe:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #EFEFEF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  z-index: 1;
}
.tabs.swipe .shadowTab {
  margin-left: -26px;
  width: calc(100% + 52px) !important;
  position: relative;
}
.tabs.swipe .shadowTab:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.tabs.swipe .shadowTab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.ship_order.total {
  padding: 28px 27px;
}
.ship_order.total .left,
.ship_order.total .price {
  font-size: 20px;
  line-height: 24px;
}
.ship_order .data .calc_cost {
  margin-bottom: 17px;
}
.ship_order.total {
  margin-top: 20px!important;
  border-radius: 2px;
}
.ship_order.total .load_svg {
  display: none;
}
.ship_order.total .order_bottom {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
  margin-top: 16px;
  margin-bottom: -12px;
}
.ship_order.main {
  background: transparent;
}
.ship_order.main > div {
  background: white;
}
.settings_panel_btn.saved .settings_panel_saved {
  display: block!important;
}
.settings_panel_btn.saved .settings_panel_save {
  display: none!important;
}
.ship_order .final_table {
  margin-top: 1px;
}
.info_item.topRow .row {
  max-width: initial;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.info_item.topRow .row p {
  margin-bottom: 0;
}
.info_item.topRow .row .main_btn {
  margin-bottom: 0;
}
.info_item.topRow .row > div {
  margin-bottom: 0;
}
.thanks_block {
  margin-bottom: 0!important;
}
.thanks_block .title p {
  max-width: 382px;
  line-height: 27px;
}
.thanks_block .bottom {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: -6px;
}
.thanks_block .bottom .column {
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
}
.thanks_block .bottom .left {
  width: 44%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.thanks_block .bottom .right {
  width: 53%;
  text-align: right;
}
.thanks_block .topRow .info_item {
  padding-bottom: 40px;
}
.thanks_block .topRow .title {
  padding-bottom: 11px;
}
.thanks_block .info_item {
  padding-right: 54px;
}
.thanks_block .row_from {
  padding-bottom: 4px;
}
.thanks_block .row_from .title {
  margin: 0;
}
.thanks_block .bottom {
  padding-right: 15px;
}
.row_from .accordion_wrap {
  width: 100%;
}
.deliveryOrder {
  max-width: initial;
  margin-left: -74px;
  margin-right: -54px;
  width: auto;
  padding-left: 74px;
  padding-right: 54px;
}
.deliveryOrder .icon {
  top: 51px;
}
.deliveryOrder .icon path {
  fill: black!important;
}
.deliveryOrder h5 {
  margin: 0;
  font-weight: 500;
}
.deliveryOrder .top {
  padding-top: 41px;
  padding-bottom: 37px;
}
.deliveryOrder .content * {
  color: #333333;
  line-height: 19px;
}
.deliveryOrder .content a {
  color: #006ade;
}
.deliveryOrder .content {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
  padding-bottom: 16px;
}
.deliveryOrder .content br {
  line-height: 0;
}
.deliveryOrder .content h6 {
  font-family: Stolzl;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
}
.deliveryOrder .info *,
.deliveryOrder .info p {
  font-size: 12px;
  line-height: 16px;
}
.deliveryOrder .row {
  padding-bottom: 34px;
}
.deliveryOrder .top:before {
  display: none;
}
.deliveryOrder:after {
  content: "";
  position: absolute;
  left: -200px;
  right: -200px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #efefef;
}
.deliveryOrder:last-child:after {
  display: none;
}
.row_from .accordion_wrap {
  padding-top: 3px;
}
.deliveryOrder:first-child .content {
  display: block;
}
.account_panel_table table tr:nth-child(odd) td {
  color: rgba(0, 0, 0, 0.5);
}
.next_small {
  width: calc(100% - 82px - 12px);
}
.tabs_el_wrap .row:first-child {
  z-index: 120;
}
.order_block .column.left {
  overflow: visible;
}
.ship_order .tabs_content .line_hr.large:after {
  left: -26px;
  right: -26px;
}
.isFirefox .ui-slider-handle::after {
  -webkit-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
}
form label textarea {
  min-height: 42px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-right: 30px;
  resize: none;
  line-height: 19px;
}
.textareaWrap {
  padding: 0;
  height: auto;
}
.textareaWrap textarea {
  border: 0;
  display: block;
}
.order_block .column.right {
  margin-bottom: 0;
}
.notice:not(.download) {
  padding-top: 50px;
}
.shipOrderAccordion {
  overflow: visible;
}
.shipOrderAccordion .icon {
  top: 33px;
  right: 2px;
}
.shipOrderAccordion.open .top .right {
  opacity: 0;
  visibility: hidden;
}
.shipOrderAccordion:after {
  content: '';
  position: absolute;
  left: -26px;
  right: -26px;
  height: 1px;
  background: #EFEFEF;
}
.shipOrderAccordion:last-child:after {
  display: none;
}
.shipOrderAccordion .icon path {
  fill: #111111 !important;
}
.shipOrderAccordion .top {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1px;
  min-height: 60px;
  padding: 26px 42px 26px 0;
}
.shipOrderAccordion .top::before {
  display: none;
}
.shipOrderAccordion .top .name {
  flex-shrink: 0;
  font-weight: 400;
}
.shipOrderAccordion .top .right {
  margin: 0;
  width: auto;
  transition: 0.2s;
  opacity: 1;
}
.shipOrderAccordion .top .name,
.shipOrderAccordion .top .price {
  font-family: Stolzl;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #2F80ED;
}
.shipOrderAccordion .top .price {
  color: #333333;
}
.shipOrderAccordion .top .price span {
  margin-right: 5px;
}
.shipOrderAccordion .top .tooltip {
  position: relative;
  margin-left: 8px;
  top: -1px;
}
.shipOrderAccordion .top .tooltip svg {
  display: block;
}
.shipOrderAccordion .top:hover circle {
  fill: transparent;
  stroke: #006ade;
}
.shipOrderAccordion .top:hover path {
  fill: #006ade;
}
.shipOrderAccordion .content {
  padding-left: 23px;
  padding-right: 32px;
  padding-bottom: 8px;
  transform: translateY(-16px);
  margin-bottom: 0;
}
.shipOrderAccordion .content * {
  color: #333333;
}
.shipOrderAccordion .content table td {
  font-size: 14px;
  line-height: 17px;
}
.shipOrderAccordion td:last-child {
  font-size: 16px;
  line-height: 19px;
}
.shipOrderAccordion .topTable .price,
.shipOrderAccordion .topTable td:last-child {
  font-size: 14px!important;
  line-height: 17px!important;
}
.shipOrderAccordion .content table {
  margin-bottom: 8px;
}
.shipOrderAccordion .content table td label:not(.checkbox) {
  margin-bottom: 11px!important;
}
.shipOrderAccordion .bottom {
  padding-top: 0;
  margin-top: -2px;
  padding-bottom: 0;
}
.shipOrderAccordion .bottom .price {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.shipOrderAccordion .bottom .price span {
  font: inherit;
}
.ship_order .accordionsWrap {
  margin-top: -16px;
}
.ship_order .data {
  padding-bottom: 2px;
}
.calculator .tabs_el .text .info {
  position: relative;
  padding-left: 28px;
  margin-bottom: 19px;
}
.calculator .tabs_el .text .info span {
  font: inherit;
  color: inherit;
}
.calculator .tabs_el .text .info svg {
  position: absolute;
  left: 0;
  top: 0;
}
.order_form.step2 {
  max-width: initial;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -22px;
  width: 100%;
}
.order_form.step2 .deliveryOrder.contacts:first-child {
  padding-top: 0;
  margin-top: -17px;
}
.deliveryOrder.contacts {
  margin-left: 0;
  margin-right: 0;
  padding-left: 39px;
  padding-right: 39px;
  padding-right: 0;
  overflow: visible;
}
.deliveryOrder.contacts:after {
  left: -31px;
  right: -31px;
}
.deliveryOrder.contacts .top {
  padding-top: 26px;
  padding-bottom: 40px;
}
.deliveryOrder.contacts .icon {
  right: 23px;
  top: 33px;
}
.deliveryOrder.contacts .content h5 {
  font-family: Stolzl;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 21px;
}
.deliveryOrder.contacts .content {
  padding-top: 13px;
  padding-bottom: 7px;
}
.deliveryOrder.contacts .content .row {
  max-width: 503px;
  padding-bottom: 9px;
}
.deliveryOrder.contacts .content .row label:last-child,
.deliveryOrder.contacts .content .row .label:last-child {
  margin-bottom: 20px;
}
.deliveryOrder.contacts .content .row:last-child {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.deliveryOrder.contacts .content label > span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 5px;
}
.deliveryOrder.contacts .content input {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.ship_order .shipOrderAccordion .content td:last-child {
  font-family: Stolzl;
  font-size: 14px;
  line-height: 17px;
}
.ship_order .shipOrderAccordion .content td:last-child .price {
  font: inherit;
  font-size: inherit;
}
.ship_order .data .calc_cost {
  margin-bottom: 11px;
}
.thanks_block .info_item {
  padding-bottom: 40px;
}
.thanks_block .row_from {
  padding-bottom: 10px;
}
.ship_order .shipOrderAccordion:first-child .content {
  display: block;
}
.accountDotsBlock {
  margin-left: 29px;
  position: relative;
  cursor: pointer;
}
.accountDotsBlock .content {
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: -10px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 23px 25px 26px 30px;
  min-width: 124px;
  z-index: 10;
}
.accountDotsBlock .content button {
  font-family: Stolzl;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006ADE;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 16px;
  font-weight: 500;
}
.accountDotsBlock .content button:hover {
  text-decoration: underline;
}
.accountDotsBlock .content button:last-child {
  margin-bottom: 0;
}
.accountDotsBlock .content .delete_table_line,
.accountDotsBlock .content .cancel_table_line {
  color: #DF0000;
}
.accountDotsBlock .content:before,
.accountDotsBlock .content:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border: 7px solid transparent;
  border-bottom: 7px solid #e8e8e8;
  right: 4px;
}
.accountDotsBlock .content:after {
  border-bottom-color: white;
  bottom: calc(100% - 1px);
}
.accountDotsBlock svg {
  position: relative;
  top: -2px;
}
.accountDotsBlock:active svg path,
.accountDotsBlock:hover svg path {
  fill: #006ADE;
}
.accountDotsBlock:active .content,
.accountDotsBlock:hover .content {
  display: block;
}
.accountDotsBlock:active:after,
.accountDotsBlock:hover:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  height: 25px;
  width: 50px;
}
.account_panel_table .home.active {
  padding-right: 21px;
}
.account_panel_table .home.active.edit .default {
  display: none;
}
.account_panel_table .home.active.edit .adresses_panel_edit {
  display: flex;
}
.account_panel_table .home.active .adresses_panel_edit {
  display: none;
}
.account_panel_table .home.active .default {
  display: flex;
  justify-content: flex-end;
}
.account_panel_table .home.active label {
  cursor: pointer;
}
.account_panel_table .home.active label svg {
  display: block;
}
.add_line_btn button {
  font-weight: 500;
}
.edit_table_line,
.save_table_line,
.delete_table_line,
.cancel_table_line {
  font-family: Stolzl;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006ADE;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 16px;
  font-weight: 500;
}
.edit_table_line:hover,
.save_table_line:hover,
.delete_table_line:hover,
.cancel_table_line:hover {
  text-decoration: underline;
}
.delete_table_line,
.cancel_table_line {
  color: #DF0000;
}
.account_panel_adresses {
  padding-bottom: 0;
}
.form_corporate_repeater .row.margin0{
  align-items: flex-end;
}

.account_panel_adresses .account_panel_table {
  padding-bottom: 80px;
}
.account_panel_adresses .account_panel_table table th:nth-child(1) {
  width: 150px;
  width: 18.4%;
}
.account_panel_adresses .account_panel_table table th:nth-child(2) {
  width: 16.6%;
}
.account_panel_adresses .account_panel_table table th:nth-child(3) {
  width: 13.4%;
}
.account_panel_adresses .account_panel_table table th:nth-child(4) {
  width: 13.4%;
}
.account_panel_adresses .account_panel_table table th:nth-child(5) {
  width: 20%;
}
.account_panel_adresses .account_panel_table table td:nth-child(4) input {
  max-width: 332px;
}
.account_panel_adresses .account_panel_table table td:nth-child(1) {
  width: 18.4%;
  padding-left: 34px;
}
.account_panel_adresses .account_panel_table table td:nth-child(2) {
  width: 16.6%;
}
.account_panel_adresses .account_panel_table table td:nth-child(3) {
  width: 11.4%;
}
.account_panel_table table tr.active .table_data input {
  margin-left: -12px;
}
.account_panel_table .home.active.edit .adresses_panel_edit {
  position: relative;
  right: 4px;
}
.accountDotsBlock .content button {
  display: table;
}
.accountDotsBlock.absolute {
  position: absolute;
  display: none;
}
.accountDotsBlock.absolute .content {
  display: block;
  right: 0;
}
#brands_footer .owl-lazy {
  visibility: hidden;
}
#brands_footer .owl-item.active .owl-lazy {
  visibility: visible;
}
.chosen-container-single .chosen-single span {
  margin-right: 0;
}
.chosen-search {
  padding: 0!important;
}
.chosen-search .chosen-search-input {
  border: 0!important;
  padding-left: 33px;
  height: 42px;
}
.chosen-search:after {
  display: none;
}
.chosen-drop {
  top: 0;
  background: transparent!important;
}
.input-wrap svg {
  z-index: 90;
}
.chosen-container .chosen-drop {
  top: 0px;
}
.chosen-with-drop .chosen-single span {
  opacity: 0;
}
.chosen-results {
  background: white!important;
}
.chosen-container-single .chosen-single,
.chosen-container .chosen-drop,
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #E6E6E6;
}
.chosen-results {
  margin-bottom: 0!important;
}
.calculator .with_image .chosen-container-single .chosen-search input[type=text] {
  padding-left: 33px!important;
}
.chosen-container-single .chosen-search input[type=text] {
  height: 42px;
}
.chosen-container .chosen-results li {
  min-height: 39px;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.chosen-container .chosen-drop {
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.with_tooltip input {
  padding-right: 35px;
}
.chosen-container .chosen-results {
  padding: 7px 0;
}
.active-result em {
  margin-right: 10px;
  white-space: nowrap;
}
.nav_dropdown ul.ul_level1 li.multilevel span:not(.link_item) {
  vertical-align: middle;
  position: static;
}
.nav_dropdown ul.ul_level1 li.multilevel span:not(.link_item):after {
  top: 48%;
  right: 8px;
}
.nav_dropdown ul li:last-child span:not(.link_item):after {
  top: calc(48% - 7px) !important;
}
.nav_dropdown ul li:first-child:last-child span:not(.link_item):after {
  top: 50%!important;
}
.scrollWrap.main {
  scrollbar-color: #006ADE #fbfafa;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.scrollWrap.main::-webkit-scrollbar-thumb {
  background: #006ADE;
  border-radius: 5px;
}
.scrollWrap.main::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #fbfafa;
  /* or add it to the track */
}
#wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 100vh;
  min-height: 100vh;
}
.page_slide_wrap .section footer .container {
  padding-top: 35px;
}
#pp-nav.white span {
  border-color: #ffffff;
}
#pp-nav.white .active span {
  background: white;
}
#pp-nav .active span {
  background: black;
}
.radio-default input {
  display: block!important;
}
