

/* Start:/local/templates/galaxystore/css/b2b-personal-style.css?175563541327820*/
.for-desktop {
  display: none;
}

@media (min-width: 768px) {
  .for-desktop {
    display: block;
  }

  .for-mobile {
    display: none;
  }
}

.b2b-reg-form * {
  box-sizing: border-box;
}

.b2b-reg-form .g-button[disabled],
.b2b-form-1click .g-button[disabled] {
  opacity: 0.2;
}

.lk-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 20px;
}

.input-field {
  margin-bottom: 20px;
}

.input-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
}

.g-button.popup-report__btn {
  text-transform: uppercase;
  font-weight: 400;
}

.report-dates-line {
  display: flex;
  align-items: center;
  position: relative;
}

.report-dates-line:after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  border-bottom: 1px solid #7d7d7d;
  width: 14px;
  right: -7px;
}

/*Register*/

.register {
  margin: 0 auto;
  margin-bottom: 100px;
}

.register__title {
  font-family: "SamsungSharpSans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.29;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .register__title {
    font-size: 28px;
    margin-bottom: 9px;
  }

  .register__tab-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 584px;
  }

  .register__tab-button {
    width: auto;
    flex: 0 0 48%;
  }

  .register__tab-button:first-child {
    margin-right: 10px;
  }

}

@media (min-width: 768px) and (max-width:1599px) {
  .register__tab .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .register__tab .col-sm-1,
  .register__tab .col-sm-2,
  .register__tab .col-sm-3,
  .register__tab .col-sm-4,
  .register__tab .col-sm-5,
  .register__tab .col-sm-6,
  .register__tab .col-sm-7,
  .register__tab .col-sm-8,
  .register__tab .col-sm-9,
  .register__tab .col-sm-10,
  .register__tab .col-sm-11,
  .register__tab .col-sm-12,
  .register__tab .col-sm,
  .register__tab .col-sm-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1600px) {
  .register__tab-buttons {
    display: block;
  }

  .col-12.col-xl-310 {
    flex: 0 0 310px;
  }

  .col-12.col-xl-auto {
    flex: 1 1 auto;
    max-width: 690px;
  }
}

.register__subtitle {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 30px;
}

.register__tab-button {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #e6e6e6;
  font-size: 14px;
}

.register__tab-button_active {
  border-color: #1428a0;
}

.register__tab {
  display: none;
}

.register__tab_active {
  display: block;
}

.register__col_first {
  margin-bottom: 21px;
}

.register__more {
  display: none;
}

.register__stats {
  display: flex;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .register__stats {
    max-width: 396px;
  }
}

.register__back.g-button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

@media (min-width: 768px) {
  .register__back.g-button {
    width: 100%;
    height: auto;
    flex: 1 1 auto;
  }
}

.register__back-icon {
  width: 8px;
  height: 8px;
}

.register__status {
  flex: 0 0 50%;
  color: #75787b;
  padding: 12px 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .register__status {
    flex: 1 1 auto;
  }
}

.register__status_active {
  background-color: #1428a0;
  color: #fff;
}

.g-button.register-click-btn {
  font-weight: 500;
  line-height: 28px;
  color: #000;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-form-field {
  margin-bottom: 22px;
  position: relative;
}

.popup-multiple-inn {
  display: none;
  position: relative;
  margin: 0 -20px;
  padding: 10px 20px;
  padding-top: 20px;
  background-color: #fff;
  z-index: 10;
}

@media (min-width: 980px) {
  .popup-multiple-inn {
    max-width: 360px;
  }
}

.label-input-error {
  margin-top: 10px;
}

.gm-darkblue.register-small-btn {
  margin-top: 27px;
  padding: 0 13px;
}

.register-section {
}

.register__next {
  display: block;
  width: 100%;
}

.register-section_more {
  display: none;
}

.register-contact {
  margin-bottom: 20px;
}

.reg-agreement {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
  margin-top: 20px;
}

.reg-agreement__row {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .reg-agreement__row {
    margin-bottom: 10px;
  }
}

.g-input {
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-input.galaxy-input-error {
  border-color: #ff4337;
}

.label-input-error {
  display: none;
  color: #ff4337;
}

.form-field-warning {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}

.form-field-warning__text {
  width: 80%;
  margin-left: 20px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

/*Register one click*/

.register-popup {
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.g-button.input-file {
  font-weight: 500;
  line-height: 28px;
  color: #000;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formats-download {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  color: #7d7d7d;
  margin: 10px 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media (min-width: 768px) {
  .formats-download {
    margin: 0;
    border: none;
    padding: 0;
    padding-top: 13px;
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.2px;
  }

  .formats-download br {
    display: none;
  }
}

.g-button.register-btn-fade {
  opacity: 0.2;
}

.register-btn {
}

.dropdown-menu.entity-user-popup {
  background-color: #fff;
  width: 280px;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: -132px;
  right: auto;
  font-size: 14px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.g-header-user__menu.entity-user-popup:after {
  position: absolute;
  content: " ";
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #fff transparent;
  z-index: 101;
  opacity: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.entity-dropmenu-field {
  margin-bottom: 12px;
}

.entity-dropdown-link {
  color: #000;
}

.entity-dropdown-exit {
  color: #7d7d7d;
}

.dropmenu-notifications {
  background: #1428a0;
  width: 25px;
  height: 22px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media (min-width: 980px) and (max-width: 1279px) {
  .dropdown-menu.entity-user-popup {
    left: -272px;
  }

  .g-header-user__menu.entity-user-popup:after {
    left: 280px;
  }
}

.entity-dropmenu-field__notofications {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-menu-inner {
  margin-bottom: 15px;
}

.b2b-lk-content {
  position: relative;
}

.b2b-lk-left {
  margin-top: 20px;
}

.b2b-lk-right {
  display: none;
}

.b2b-lk-side {
  width: 310px;
  margin-left: -100%;
  transition: margin-left 0.25s ease-out;
}

.b2b-lk-side.active {
  margin-left: 0;
}

.row.row-b2b-lk {
  flex-wrap: nowrap;
}

.row_footer {
}

.register__border {
  height: 1px;
  border: none;
  background: none;
  background-color: #eaeaea;
  margin-top: 0;
  margin-bottom: 20px;
}

.account__nav.gm-page.row-b2b-left-menu {
  display: block;
}

.burger-lk {
  display: none;
  position: relative;
  width: 18px;
  height: 16px;
  cursor: pointer;
}

.burger-lk::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #000;
  width: 18px;
  height: 2px;
  top: 0;
}

.burger-lk::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #000;
  width: 18px;
  height: 2px;
  bottom: 0;
}

.burger-menu-item {
  position: absolute;
  top: 8px;
  margin-top: -1px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #000;
}

.burger-lk-active .burger-menu-item {
  display: none;
}

.burger-lk-active::after {
  transform: rotate(45deg);
  bottom: 8px;
  -webkit-transition: 0.2s transform ease-in-out;
  -moz-transition: 0.2s transform ease-in-out;
  -ms-transition: 0.2s transform ease-in-out;
  -o-transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out;
}
.burger-lk-active::before {
  transform: rotate(-45deg);
  top: 6px;
  -webkit-transition: 0.2s transform ease-in-out;
  -moz-transition: 0.2s transform ease-in-out;
  -ms-transition: 0.2s transform ease-in-out;
  -o-transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out;
}

.account__content.account__content-mobile-b2b {
  display: none;
  transform: translateX(-320px);
}

.hidden-sm-left-menu {
  max-width: 280px;
  margin-right: 40px;
  width: 100%;
  flex-shrink: 0;
}

.account-main-content-mobile {
  width: 100%;
  flex-shrink: 0;
}

.account.b2b-account {
  overflow-x: hidden;
}

.account.b2b-account .g-button {
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.visible-sm {
  display: none;
}

.show-small-resolution {
  display: none;
}

.g-modal.gm-br.popup-register-success {
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .g-modal.gm-br.popup-register-success {
    width: 520px;
    padding-top: 70px;
  }
}

.successful-register-popup {
  padding: 10px 0;
  background-color: #fff;
  z-index: 10;
}

.b2b-g-content .g-breadcrumbs {
  margin-bottom: 10px;
}

.company-name-label {
  font-weight: bold;
}
.inn-item-row {
  display: flex;
  margin-bottom: 6px;
}
.inn-item-row:last-child {
  margin-bottom: 0;
}
.inn-item-col {
  color: #7d7d7d;
}
.inn-item-col_title {
  flex: 0 0 80px;
  padding-right: 20px;
}
.inn-item-col_name {
  flex: 0 0 100%;
  font-weight: 600;
  color: #000;
}

.multiple-inn-item {
  cursor: pointer;
  padding: 10px;
  margin: 0 -2px;
  margin-bottom: 18px;
  border: 2px solid #e5e5e5;
  display: block;
  border-radius: 5px;
}

.b2b-some-company-popup__select-btn {
}

.b2b-some-company-list {
  margin-bottom: 30px;
}

.b2b-some-company-list__item-radio {
  display: none;
}

.b2b-some-company-list__item-radio:checked + .multiple-inn-item {
  border-color: #1428a0;
}

.multiple-inn-popup {
}

.multiple-inn-header {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 30px;
}

.g-radio .company-name-label {
  font-weight: bold;
}

.multiple-inn-item .g-radio.gm-inline.multiple-inn-radio {
  margin-bottom: 10px;
}

.lk-requisites-popup__loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5)
    url("/local/templates/m-re-store/img/64x64.gif") no-repeat center;
}

.g-modal .suggestions-addon[data-addon-type="clear"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M21.414 1.414L20 0l-9.293 9.293L1.414 0 0 1.414l9.293 9.293L0 20l1.414 1.414 9.293-9.293L20 21.414 21.414 20l-9.293-9.293z' fill='%237D7D7D' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-size: 10px;
}

@media (max-width: 1350px) {
  .hidden-md {
    display: none;
  }
  .b2b-content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .account__content.account__content-mobile-b2b {
    display: flex;
    flex-wrap: nowrap;
  }
  .account__content.account__content-desktop-b2b {
    display: none;
  }
  .g-content.b2b-g-content {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .hidden-sm-left-menu {
    display: block;
  }
  .burger-lk {
    display: inline-block;
    margin-right: 10px;
  }
  .account__content.account__content-mobile-b2b.show-menu-left {
    transform: translateX(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1024px) {
  .visible-sm {
    display: block;
    margin-top: 20px;
    width: 280px;
  }
  .visible-sm .manager {
    width: 280px;
  }
  .visible-sm .statistic {
    width: 280px;
  }
}

@media (max-width: 750px) {
  .gm-darkblue.register-small-btn {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .g-button.register-click-btn {
    margin-bottom: 20px;
  }
  .account__title.register-title {
    margin-bottom: 20px;
  }
  .register-popup {
  }
}

@media (max-width: 480px) {
  .show-small-resolution {
    display: block;
  }
  .show-medium-resolution-hide {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}

.g-modal.gm-cf.fade {
  top: auto;
  height: auto;
}

@media (min-width: 768px) {
  .g-modal.gm-cf.popup-report-notifications {
    max-width: 580px;
  }
  .g-modal.gm-cf.fade {
    top: 50%;
  }
}

.modal-backdrop.in.modal-stack {
  display: none !important;
}

/*Landing page*/


.header-content-grey {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.content-grey {
  background: #f8f8f8;
}

.content-white {
  background-color: #fff;
}

.content-wrap {
  padding: 0 80px;
}

.page-header-ttl {
  font-family: "SamsungSharpSans";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

.landing-row {
  display: flex;
}

.landing-banner {
  display: flex;
  justify-content: space-between;
}

.banner-col-img {
  display: flex;
  align-items: center;
}

.banner-col-txt {
  padding-bottom: 40px;
  padding-top: 80px;
  padding-left: 120px;
  max-width: 500px;
  margin-right: 40px;
}

.landing-banner-img {
  margin-bottom: -4px;
  max-width: 720px;
  width: 100%;
}
.landing-banner-img.mobile {
  display: none;
}

.page-header-ttx {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}

.g-button.gm-grey.landing-btn-login {
  background: #ffffff;
  border: 1px solid #000;
  margin-left: 20px;
  font-weight: 400;
  color: #000;
}

.g-button.gm-darkblue.landing-btn-register,
.g-button.gm-grey.landing-btn-login {
  width: auto;
  padding: 0 30px;
}

.landing-instructions {
  padding: 60px 0;
}

.instruction-col {
  max-width: 390px;
  width: 100%;
}

.instruction-col:not(:first-child) {
  margin-left: 35px;
}

.landing-txt-bold {
  font-weight: bold;
}

.instructions-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.instructions-img svg {
  display: block;
  width: 100%;
}

.instructions-txt-block ol {
  padding-left: 15px;
}

.landing-list-item {
  margin-bottom: 12px;
}

.landing-advantages {
  padding: 100px 0 50px;
}

.advantages-ttl {
  max-width: 590px;
  margin-bottom: 50px;
}

.landing-advantages-wrap {
  display: flex;
  flex-wrap: wrap;
}

.landing-advantages-item {
  width: 28%;
  flex-shrink: 0;
  margin-right: 70px;
  flex-basis: auto;
  margin-bottom: 42px;
}

.landing-ttx {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.landing-advantages-img {
  margin-bottom: 20px;
}

.advantages-txt-bold {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}

.landing-business-block {
  padding: 100px 0;
  display: flex;
}

.business-col-small {
  width: 348px;
}

.business-cards {
  display: flex;
  margin-left: 30px;
}

.business-cards-col {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

.business-card {
  width: 227px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 0 0;
  background-size: contain;
  position: relative;
  margin-bottom: 16px;
}

.business-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.buisness-card-img {
  width: 100%;
  height: 100%;
}

.small-card {
  height: 94px;
}

.big-card {
  height: 150px;
}

.business-card-name {
  z-index: 2;
}

.retail-card {
  background-image: url("/b2b/img/retail-card.png");
}

.education-card {
  background-image: url("/b2b/img/education-card.png");
}

.fmcg-card {
  background-image: url("/b2b/img/fmcg-card.png");
}

.production-card {
  background-image: url("/b2b/img/production-card.png");
}

.finance-card {
  background-image: url("/b2b/img/finance-card.png");
}

.hotel-card {
  background-image: url("/b2b/img/hotel-card.png");
}

.transport-card {
  background-image: url("/b2b/img/transport-card.png");
}

.healthcare-card {
  background-image: url("/b2b/img/healthcare-card.png");
}

.why-block {
  padding: 100px 0;
}

.why-ttl {
  text-align: center;
  margin-bottom: 50px;
}

.why-items-wrap {
  display: flex;
  justify-content: space-between;
}

.why-block-item {
  width: 462px;
  border-radius: 10px;
  padding: 35px 36px 30px 36px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 30px 165%;
}

.why-item-first {
  background-image: url("/b2b/img/didgit-1.svg");
}

.why-item-second {
  background-image: url("/b2b/img/didgit-2.svg");
}

.why-item-third {
  background-image: url("/b2b/img/didgit-3.svg");
}

.why-block-img {
  margin-bottom: 15px;
}

.why-item-ttl {
  font-size: 16px;
  line-height: .why-block-item 20px;
  margin-bottom: 15px;
}

.trust-block {
  padding: 100px 0;
}

.trust-ttl {
  text-align: center;
}

.trust-ttx {
  text-align: center;
  margin-bottom: 50px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.trust-items-wrap {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}

.trust-item {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 20px 30px 20px;
}

.faq-block {
  padding: 100px 0;
}

.faq-ttl {
  text-align: center;
  margin-bottom: 50px;
}

.faq-block-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-block-col {
  width: 48%;
}
.faq-block-col:first-child {
  margin-right: 20px;
}

.faq-block-item {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-bottom: 27px;
}

.faq-block-item:before {
  position: absolute;
  top: 17px;
  right: 30px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%237D7D7D' stroke-width='2'/%3E%3Crect x='11' y='7' width='2' height='10' rx='1' fill='%237D7D7D'/%3E%3Crect x='17' y='11' width='2' height='10' rx='1' transform='rotate(90 17 11)' fill='%237D7D7D'/%3E%3C/svg%3E");
  background-size: 24px;
  transition: transform 0.25s ease-out;
}

.faq-block-item.faq-active:before {
  transform: rotate(45deg);
}

.faq-item-question {
  font-size: 16px;
  font-weight: bold;
}

.faq-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.faq-active .faq-item-content {
  height: auto;
  margin-top: 10px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.landing-contacts {
  padding: 100px 0;
}

.landing-contacts-wrap {
  display: flex;
  align-items: baseline;
}

.landing-contacts-col:not(:last-child) {
  margin-right: 70px;
}

.landing-contacts-ttx {
  font-size: 16px;
  color: #7d7d7d;
}

.landing-contacts .landing-txt-bold {
  font-size: 20px;
  white-space: nowrap;
}

.business-cards-row {
  display: flex;
}

.business-cards-mobile {
  display: none;
}

.body-overflow-x {
  overflow-x: hidden;
}
.g-modal.fade {
  overflow-y: auto;
  height: 100%;
}

.notification-show-more-btn {
  color: #0077c8;
}

.g-modal .lk-title {
  font-size: 28px;
}

/*Media*/

@media (max-width: 1490px) {
  .landing-advantages-item {
    margin-right: 30px;
  }
  .why-block-item {
    width: 400px;
  }
  .faq-block-wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .faq-block-item {
    margin-right: 30px;
    width: 100%;
  }
}

@media (max-width: 1380px) {
  .faq-block-col {
    margin-right: 10px;
  }
}

@media (max-width: 1300px) {
  .landing-business-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .business-col-small {
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .why-block-item {
    max-width: 340px;
  }
}

@media (max-width: 1220px) {
  .why-block-item {
    width: 300px;
  }
  .landing-banner-img.mobile {
    display: flex;
  }
  .landing-banner-img.desktop {
    display: none;
  }
  .banner-col-txt {
    padding-left: 0px;
  }
  .landing-banner-col.banner-col-txt {
    width: 50%;
  }
}

@media (max-width: 1090px) {
  .faq-block-wrap {
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .faq-block-col {
    width: 100%;
    align-items: center;
  }
  .faq-block-item {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .trust-items-wrap {
    justify-content: flex-start;
  }
  .existing-b2b-account {
    margin-top: -80px;
  }
  .existing-personal-account {
    margin-top: -80px;
  }
  .b2b-auth-form-error {
    margin-top: -80px !important;
  }
}

@media (max-width: 1000px) {
  .landing-advantages-item {
    width: 45%;
  }
  .landing-business-block {
    padding: 80px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .business-col-small {
    max-width: 800px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  .business-cards {
    margin-left: 0;
  }
  .business-card {
    width: 200px;
    justify-content: center;
    background-size: cover;
  }
  .why-block-item {
    width: 462px;
    margin-bottom: 30px;
    min-height: 249px;
  }
  .why-items-wrap {
    flex-direction: column;
    align-items: center;
  }
  .banner-col-txt {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .business-card {
    width: 170px;
    justify-content: center;
    background-size: cover;
  }
  .instruction-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .landing-contacts-col {
  }
}

@media (max-width: 790px) {
  .business-card {
    width: 160px;
    justify-content: center;
    background-size: cover;
  }
}

@media (max-width: 745px) {
  .business-card {
    width: 150px;
    justify-content: center;
    background-size: cover;
  }
  .business-cards {
    display: none;
  }
  .business-cards-mobile {
    display: block;
  }
  .landing-banner {
    flex-wrap: wrap;
  }
  .banner-col-img {
    width: 100%;
    margin-top: 30px;
  }
  .banner-col-img img {
    width: 100%;
  }
  .landing-advantages-item {
    width: 40%;
  }
  .landing-contacts-wrap {
    flex-direction: column;
  }
  .landing-contacts-col {
    margin-bottom: 20px;
  }
  .landing-contacts-col:not(:last-child) {
    margin-right: 0;
  }
  .landing-contacts-wrap {
    flex-direction: column;
  }
  .landing-contacts-col {
    margin-bottom: 20px;
  }
  .trust-items-wrap {
    justify-content: center;
  }
  .trust-item {
    max-width: 80px;
  }
  .trust-item-img {
    width: 100%;
  }
  .banner-col-txt {
    padding-top: 0;
    max-width: 100%;
  }
  .landing-business-col {
    margin-left: auto;
    margin-right: auto;
  }
  .landing-banner-col.banner-col-txt {
    width: 100%;
  }
}

@media (max-width: 718px) {
  .existing-b2b-account {
    margin-left: 0px !important;
    margin-top: -100px !important;
  }
  .existing-personal-account {
    margin-top: -100px;
  }
}

@media (max-width: 480px) {
  .g-button.gm-darkblue.landing-btn-register,
  .g-button.gm-grey.landing-btn-login {
    padding: 0 25px;
    letter-spacing: 0.3px;
  }
  .instructions-row {
    flex-direction: column;
  }
  .landing-col.instruction-col {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .landing-instructions {
    padding: 40px 0;
  }

  .landing-advantages {
    padding: 40px 0 0;
  }

  .landing-advantages-item {
    width: 100%;
    margin-right: 0;
  }

  .landing-business-block {
    padding: 40px 0;
  }

  .page-header-ttl {
    font-size: 24px;
    line-height: 30px;
  }

  .business-card {
    width: 130px;
    font-size: 14px;
  }

  .faq-item-question {
    padding-right: 30px;
  }

  .why-block,
  .trust-block,
  .faq-block {
    padding: 40px 0;
  }
  .why-ttl,
  .faq-ttl {
    margin-bottom: 30px;
  }
}

@media (min-width: 980px) {
  .b2b-lk-left {
    display: none;
  }

  .b2b-lk-right {
    display: block;
  }

  .b2b-lk-side {
    margin-left: 0;
  }
}

.b2b-form__checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 24px;
  line-height: 1.43;
  color: #000;
}

.b2b-form__checkbox {
  position: absolute;
  left: 0;
  top: 2px;
}

.b2b-form__checkbox.error {
  position: absolute;
}

.b2b-form__checkbox-label a {
  color: #0077c8;
}

.b2b-cart-load__file {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
}

.b2b-cart-load__file-name {
  padding-right: 10px;
}

.b2b-cart-load__file-size {
  padding-right: 10px;
}

.b2b-cart-load__file-remove::before {
  content: "x";
  color: #e81020;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  cursor: pointer;
}
.existing-b2b-account {
  margin-left: -50px;
}
.existing-personal-account {
  max-width: 380px
}
.registration-success {
  max-width: 380px
}
.existing-personal-account__buttons {
  margin-top: 40px;
}
.existing-personal-account__buttons button {
  margin-bottom: 10px;
}

.popup-onclickReg__files {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .popup-onclickReg__files {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
  }
}

.register-form__wrapper {
  position: relative;
}

.register-form__button {
  background: none;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: 1px;
  transition: opacity 0.2s;
}

.register-form__button-search {
  width: 16px;
  height: 16px;
}

.register-form__button-reset {
  opacity: 0;
  pointer-events: none;
  right: 40px;
  margin-top: 0;
}

.register-form__button-reset.is-visible {
  opacity: 1;
  pointer-events: all;
}

.js-org-type + .g-select.gm-costum,
.js-ownership-type + .g-select.gm-costum {
  display: none;
}

@media (max-width: 768px) {
  .js-org-type,
  .js-ownership-type {
    display: none;
  }

  .js-org-type + .g-select.gm-costum,
  .js-ownership-type + .g-select.gm-costum {
    display: block;
    appearance: none;
    padding: 0 30px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "SamsungOne", sans-serif;
  }
}

.register-section .g-checkbox input[type="checkbox"] {
  display: block;
  visibility: hidden;
  width: 0;
}


/* End */
/* /local/templates/galaxystore/css/b2b-personal-style.css?175563541327820 */
