@font-face {
  font-family: IBM Plex Mono;
  src: url(assets/fonts/IBMPlexMono-Bold.woff2) format("woff2"), url(assets/fonts/IBMPlexMono-Bold.woff) format("woff"), url(assets/fonts/IBMPlexMono-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block
}

@font-face {
  font-family: IBM Plex Mono;
  src: url(assets/fonts/IBMPlexMono-Regular.woff2) format("woff2"), url(assets/fonts/IBMPlexMono-Regular.woff) format("woff"), url(assets/fonts/IBMPlexMono-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

@font-face {
  font-family: IBM Plex Mono;
  src: url(assets/fonts/IBMPlexMono-Italic.woff2) format("woff2"), url(assets/fonts/IBMPlexMono-Italic.woff) format("woff"), url(assets/fonts/IBMPlexMono-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block
}

@font-face {
  font-family: IBM Plex Mono;
  src: url(assets/fonts/IBMPlexMono-Medium.woff2) format("woff2"), url(assets/fonts/IBMPlexMono-Medium.woff) format("woff"), url(assets/fonts/IBMPlexMono-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Thin-Italic.woff2) format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Light-Italic.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Bold-Italic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Prosto Sans Trial';
  src: url(assets/fonts/TT-Prosto-Sans-Trial-Black-Italic.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url(assets/fonts/Rubik-Regular.ttf);
  font-weight: 400;
}

body {
  height: 100%;
  font-family: 'TT Prosto Sans Trial', sans-serif !important;
}
body .ps__rail-x,
body .ps__rail-y {
  opacity: 0.75;
}
body legend {
  padding: 0;
  border: 0;
}
body .page-content,
body .content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F5F5F5;
}
body .ps__thumb-x,
body .ps__thumb-y {
  pointer-events: auto;
}
body .ps {
  overflow: hidden !important;
}

a {
  color: #2196f3;
}

a:hover {
  color: #0a6ebd;
  text-decoration: none;
}

h6 {
  font-size: 1rem;
}

[data-name=WORK_POSITION] .main-ui-square-search-item[type=text] {
  border: 0;
  outline: none;
}

.main-user-consent-request {
  max-width: 100%;
}

.sidebar-content {
  z-index: 100;
}

.label-confidential {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.perfectscroll {
  position: relative;
  max-height: 192px;
}

.upload-file {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.upload-file:hover .action.btn {
  background-color: #2a3140;
}
.upload-file .input-file {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 2.25003rem;
  border: 0;
  cursor: pointer;
  z-index: 10;
}
.upload-file .filename {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  padding: 0.4375rem 0.875rem;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ddd;
  border-right: 0;
  background-color: #fff;
  text-align: left;
  word-break: break-word;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.upload-file .action.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*.popup-window-buttons .btn-link {*/
/*  float: right;*/
/*}*/

.content .sotbit_cabinet {
  padding-top: 0;
}

.sotbit_cabinet .gadgetholder {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-ui-filter-save-for-all {
  cursor: pointer;
}

#save-for-all {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header-elements-toggle.text-default.d-md-none {
  display: none;
}

.login-form .create_account-captcha .captha_text.text-muted {
  height: 36px;
  margin-right: 0;
}

.create_account-captcha .captha_text.text-muted > img {
  max-height: 36px;
  max-width: 150px;
}

.registration-form-wrapper .bx-authform > div {
  width: 20rem;
}

body input[type=text] {
  display: block;
  padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5385;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.list-icons .list-icons-item {
  font-weight: normal;
  margin-left: 3px;
  width: 19px;
  height: 19px;
}

body .breadcrumb {
  padding-bottom: 0.625rem;
}

body .button-ok,
body .button-cancel {
  background-color: #3e495f;
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5385;
  border-radius: 0.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .button-ok:hover,
body .button-cancel:hover,
body .button-ok:active,
body .button-cancel:active {
  background-color: #2a3140;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5385;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.breadcrumb .breadcrumb-item {
  padding: 0.625rem 0 0 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.625rem;
}

.cart_header {
  margin: 0 28px;
}

.cart_header .navbar-nav-link {
  padding: 0.875rem 1.6rem;
}

.cart_header .badge {
  right: 0.6rem;
}

.sidebar-user .media .bx-user-info-anchor-cell > img {
  border-radius: 100%;
}

.header_logout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.card .nav-sidebar .nav-item.your_manager {
  margin-bottom: 1rem;
}

.col-sm-19.sm-padding-right-no.blank_right-side {
  margin-top: 30px;
}

.validation-invalid-label {
  cursor: pointer;
}

.card-title.appeals-messages-title {
  color: #fff;
}

.form-check:hover > label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-check:hover > label {
  color: #999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.personal_list_order {
  background-color: #fff;
}

[type=reset], [type=submit], button, html body [type=button] {
  -webkit-appearance: none;
}
body .form-group .btn {
  border-radius: 0 !important;
}
body .btn-primary{
  background-color: #8E6FE4;
  transition: 0.2s all;
}
body .btn-primary:hover{
  background-color: #5939B1;

}
/*.popup-window-buttons .popup-window-button {*/
/*  background-color: #3e495f;*/
/*  color: #fff;*/
/*  -webkit-transition: all 0.2s ease-in-out;*/
/*  transition: all 0.2s ease-in-out;*/
/*  font-weight: normal;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  white-space: nowrap;*/
/*  vertical-align: middle;*/
/*  -webkit-user-select: none;*/
/*     -moz-user-select: none;*/
/*      -ms-user-select: none;*/
/*          user-select: none;*/
/*  padding: 0.4375rem 0.875rem;*/
/*  border-radius: 0.1875rem;*/
/*  min-width: 170px;*/
/*  text-transform: none;*/
/*  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*  -webkit-box-shadow: none;*/
/*  box-shadow: none;*/
/*  border: 1px solid transparent;*/
/*  line-height: 1.5385;*/
/*  height: auto;*/
/*}*/

/*.popup-window-buttons .popup-window-button.popup-window-button-link {*/
/*  padding: 0;*/
/*  background: none;*/
/*  font-weight: 400;*/
/*  color: #2196f3;*/
/*}*/

/*.popup-window-buttons .popup-window-button.popup-window-button-link:hover {*/
/*  color: #0a6ebd;*/
/*  background: none;*/
/*}*/

/*.popup-window-buttons .popup-window-button:hover,*/
/*.popup-window-buttons .popup-window-button:active {*/
/*  background-color: #2a3140;*/
/*  color: #fff;*/
/*  font-weight: normal;*/
/*  min-width: 170px;*/
/*}*/

.main-ui-filter-search.main-ui-filter-theme-default > input {
  margin-left: 1rem;
}

.uniform-uploader .action.btn {
  background-color: #2196f3;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.uniform-uploader.hover .action.btn {
  background-color: #0a6ebd;
}

.noize-bg {
  display: none !important;
}

@media (min-width:1100px) {
  .noize-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 1;
    background-image: url(assets/img/pattern-noize.png?2);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center 10px
  }
}

.span-bg {
  display: none !important;
}

@media (min-width:1100px) {
  .span-bg {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
  }

  .span-bg:after {
    content: "";
    display: block;
    clear: both
  }

  .span-bg span {
    position: relative;
    display: block;
    float: left;
    width: 12.5%;
    height: 10%
  }

  .span-bg span:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 100%;
    right: -4px;
    background-image: url(assets/img/bgspan.svg?v1);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: right 0
  }

  .span-bg span:last-child:before {
    display: none
  }
}
.main-slider__bg{
  display: none;
}
/*.main-slider__bg {*/
/*  position: absolute;*/
/*  background-image: url(/assets/img/hero-server-02.png);*/
/*  background-size: contain;*/
/*  background-position: top;*/
/*  background-repeat: no-repeat;*/
/*  top: 0;*/
/*  width: 14%;*/
/*  right: 20%;*/
/*  -webkit-animation: c 1.5s cubic-bezier(.63, .05, .38, .87) 1s alternate infinite;*/
/*  animation: c 1.5s cubic-bezier(.63, .05, .38, .87) 1s alternate infinite*/
/*}*/

.main-slider__bg:before {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 100%
}

@media (min-width:1100px) {
  .main-slider__bg {
    right: 43%
  }
}

@media (min-width:1601px) {
  .main-slider__bg {
    right: 48%;
    width: 16%
  }
}
.btn.btn_b2b {
  /*background-color: #3e495f;*/
  font-family: 'TT Prosto Sans Trial', sans-serif;
  background-color: #8E6FE4;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  border-radius: 0;
}
.header__logo {
  position: absolute;
  left: 0;
  right: 0;
}


.header__logo .header_phone-block {
  position: relative;
  display: flex;
  align-items: center;
  border-top: none;
  padding-top: 8px;
  color: #5b88a4;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px
}

@media (max-width: 1100px) {
  .header__phone {
    margin: 10px 0;
  }

  .header__mail svg {
    display: none;
  }

  .header__mail a {
    font-weight: normal;
    color: #5b88a4;
  }

  .header__phone-desktop a {
    font-weight: normal;
    color: #5b88a4;
  }

  .header__phone-mobiel a {
    font-weight: normal;
    color: #5b88a4;
  }

  .header__phone-mobiel {
    margin: 7px 0;
  }

  .header__phone-desktop {
    margin: 7px 0;
  }

  .stels_navigate {
    display: none;
  }

  .header__new-up {
    display: none;
  }

  .header__logo-centerLang {
    display: none;
  }

  .header__logo-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .stels_internal {
    display: block;
  }

  .header__stels-logo {
    display: none;
  }

  .header__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__phone-desktop svg {
    display: none;
  }
}
@media (min-width:1100px) {
  .header__logo {
    margin-right: 12.5%;
    margin-left: 12.5%;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    width: auto;
    align-items: center;
  }


  .header__logo .header_phone-block {
    padding-top: 0;
    border-top: none;
    border-left: none;
    padding-left: 22px;
    margin-left: 22px;
    text-align: left
  }
}
.bg-circle {
  display: none
}

.bg-circle:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.header__logo img {
  width: 100%;
  height: 36px;
}
@media (min-width:1100px) {
  .bg-circle {
    display: block;
    -webkit-transform: translateY(var(--scrollY));
    transform: translateY(var(--scrollY));
    --playState: paused;
    opacity: 1;
    -webkit-animation: b .15s linear 0s forwards 1;
    animation: b .15s linear 0s forwards 1;
    -webkit-animation-play-state: var(--playState);
    animation-play-state: var(--playState)
  }
  @media (min-width:1100px) {
    .main-s02__bg-circle {
      position: absolute;
      bottom: 0;
      left: -20.5%;
      width: 40%;
    }
  }

  @media (min-width:1601px) {
    .main-s02__bg-circle {
      width: 50%;
      left: -36.5%
    }
  }
  .bg-circle:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%
  }

  .bg-circle:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    border-width: 130px;
    border-style: solid;
    box-sizing: border-box
  }
}

@media (min-width:1601px) {
  .bg-circle {
    border-width: 160px
  }
}

.bg-circle--turquoise:after {
  border-color: #ceffda
}

.bg-circle--purple:after {
  border-color: #ced0ff
}

.bg-circle--azure:after {
  border-color: #cdecfd
}
.btn.btn_save.popup-window-button {
  background-color: #3e495f;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn_save.popup-window-button:active {
  background-color: #2a3140;
  color: #fff;
  font-weight: normal;
}

.btn.btn_save.popup-window-button:hover {
  background-color: #2a3140;
  color: #fff;
  font-weight: normal;
}

.btn.btn_b2b:hover, .btn.btn_b2b:active {
  /*background-color: #2a3140;*/
  background-color: #5939B1;
  color: #fff;
  font-weight: normal;
}

.main-ui-filter-find.btn.btn_b2b,
.main-ui-filter-save.btn.btn_b2b {
  min-width: 170px;
}

.bx-yandex-view-layout {
  max-width: 500px;
  max-height: 500px;
}

.map-wrapper {
  max-height: 520px;
}

.data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.data td {
  text-align: left;
  vertical-align: top;
  width: 50%;
}
.data .map {
  width: 40%;
  padding: 0 25px 0 0;
  min-width: 400px;
}
.data .store {
  width: 60%;
  padding: 0;
}
.data .store table td {
  border-bottom: 1px solid #ccc;
}
.data .store table td.last {
  border-bottom: none;
}
.data table td {
  width: auto;
  padding: 10px 3px 10px;
}
.data .name {
  font-weight: bold;
  font-size: 12px;
}
.data .image_cell,
.data .image {
  width: 120px;
  text-align: center !important;
  vertical-align: middle;
}
.data input[type=radio] {
  display: none;
}
.data .view_map {
  -webkit-box-shadow: 3px 3px 4px rgba(180, 188, 191, 0.5);
          box-shadow: 3px 3px 4px rgba(180, 188, 191, 0.5);
}
.data .ora-storelist {
  height: 400px;
  overflow: auto;
}

.modal-manager-image {
  margin-top: 0.3rem;
}

body div[id^=wait_] {
  background-image: none !important;
}

.pace-demo .theme_xbox .pace_activity, .pace-demo .theme_xbox .pace_activity::before,
.pace-demo .theme_xbox .pace_activity::after {
  border-top-color: #3e495f;
}

.index_checkout-promocode-total_text.promocod_economy h6:first-child {
  margin-right: 0.3rem;
}

.index_checkout-promocode-total_text.promocod_economy h6 {
  margin-bottom: 0;
}

.navbar.fixed-top {
  z-index: 994;
  /*box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);*/
}

.navbar-brand {
  width: 90px;
  height: 100%;
  padding: 7px 10px 7px 0;
}

.modal_manager_icon {
  display: none;
}

.sidebar-xs .nav-sidebar .modal_manager_icon {
  display: block;
  margin-right: 0;
  cursor: pointer;
}

.sidebar-xs .nav-sidebar .modal_manager_icon .nav-link i {
  margin-right: 0;
}

.sidebar-xs .nav-item.your_manager {
  display: none;
}

.navbar-brand .header_logo {
  width: 90px;
  height: 30px;
}

.footer_sotbit_logo {
  margin-right: 1rem;
  margin-bottom: 3px;
  display: none;
}

.header-elements a.cart-in-header:focus, .header-elements a.cart-in-header:hover {
  color: #fff;
}

.header-elements .cart-in-header > i {
  font-size: 20px;
}

.header-elements .cart-in-header > i > span {
  background-color: #fe7a4f;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 15px;
  height: 21px;
  min-width: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #252b38;
  text-align: center;
  top: -11px;
  font-size: 11px;
  padding: 0 2px;
}

.datatable-scroll {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.display_block {
  display: block;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-group .form-control.touchspin-empty {
  max-width: 55px;
  text-align: center;
}

.uniform-uploader .filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* registration */
.chouse-company {
  padding-bottom: 15px;
}

.content-wrapper.content_no_padding {
  padding: 0;
}

/* ===================== FILE INPUT ===================== */
.file-area {
  width: 100%;
  position: relative;
  color: #455a64;
}

.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  border-radius: 0.1875rem;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgba(69, 90, 100, 0.2);
  border: 2px dashed rgba(69, 90, 100, 0.2);
  text-align: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-radius: 15px;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(69, 90, 100, 0.1);
}

.file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid rgba(0, 0, 0, 0.5);
}

.file-area input[type=file]:valid + .file-dummy {
  border-color: rgba(69, 90, 100, 0.4);
  background-color: rgba(69, 90, 100, 0.3);
}

.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}

.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}

/* end registration */
/* for company*/
.card-bitrix-cabinet {
  height: auto;
}

/* end for company */
/* ===============================================================blank product */
.blank_product_table .datatable-header {
  /*display: none;*/
}

.card-body.blank_product-search form > div {
  margin: 0;
}

.blank_product_table .input-group.bootstrap-touchspin {
  width: 115px;
}

.blank_product_table .input-group.bootstrap-touchspin input {
  text-align: center;
  padding: 0.4rem 0.4rem;
}

.blank_product_table .icon-checkmark3.mr-2 {
  color: #00B02A;
}

.blank_product_table .icon-zoomin3.mr-2 {
  color: #2a3140;
}

.card-body.blank_product_table-add_cart {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 3;
}

.blank_product_table-add_cart.add_cart_fixed {
  position: unset;
  width: auto;
}

.blank_product_table-add_cart-total .number {
  margin-right: 30px;
}

.blank_product_table-add_cart .add_cart-button button {
  min-width: 170px;
}

.blank_product_table tbody::before {
  content: " ";
  display: block;
  line-height: 1em;
  color: transparent;
  height: 25px;
  border: none;
}

.blank_product_table .table tbody + tbody {
  border-top: 1px solid #ddd;
}

.btnBlock__authToLink {
  padding-left: 20px;
  color: #26a69a;
  font-size: 14px;
}

.btnBlock__authToLink:hover {
  color: #19736a;
}

.card-body .btnBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 358px) {
  .btnBlock__authToLink {
    padding-left: 0;
    padding-top: 10px;
  }

  .card-body .btnBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* end blank product */
/* ======================================================================================================index blank*/
.header-elements .cart-in-header {
  color: #fff;
}

.collapse.navbar-collapse {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.row-under-modifications .btn.add_to_cart:hover {
  background-color: #2a3140;
  color: #fff;
}

@-webkit-keyframes fixAddToCart {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}

@keyframes fixAddToCart {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}
.fixed-add-cart-animation {
  -webkit-animation: fixAddToCart 1s;
          animation: fixAddToCart 1s;
}

.fixed-add-cart-animation {
  position: fixed;
  z-index: 4;
  bottom: -2px;
}

.row-under-modifications.fixed-add-cart-animation {
  -webkit-box-shadow: 0 -1px 10px 3px #ededed;
          box-shadow: 0 -1px 10px 3px #ededed;
  border-top: 1px solid #ededed;
}

.row-under-modifications-fixed {
  position: unset;
}
.pagination-flat .page-link{
  border-radius: 0!important;
}
@media (max-width: 405px) {
  .pagination-flat .page-link {
    min-width: 35px;
    padding: 0;
    margin-left: 0;
  }
}
/* categories and filters */
/* ======================================================================================================index checkout*/
.alert-warning {
  color: #000;
  background-color: #ededed;
  border-color: #fe7a4f;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
}

.btn.btn-primary.b2b_detail_order__second__tab__btn {
  margin-bottom: 0.6rem;
}

/* =======================================================================================================company*/
.index_company-modal-colums {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_company-modal-colums .form-check {
  width: 50%;
}

.company-modal_check_all {
  margin-bottom: 1rem;
}

.company-modal_check_all span {
  margin-right: 0.5rem;
}

/*.popup-window-buttons .form-check {*/
/*  margin-bottom: 0;*/
/*}*/

/*.popup-window-buttons > div {*/
/*  display: -webkit-box;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*}*/

/*.popup-window-buttons .btn_save {*/
/*  width: 170px;*/
/*  background: #3e495f;*/
/*  color: #fff;*/
/*}*/

/*.popup-window-buttons .btn_save:hover {*/
/*  background: #2a3140;*/
/*  color: #fff;*/
/*}*/

.company-modal-undo {
  padding: 0 0.87rem;
  cursor: pointer;
}

.company-modal-undo:hover {
  color: #2a3140;
}

.index_company-buttons .btn-primary {
  min-width: 170px;
  height: 36px;
  background: #3e495f;
  color: #fff;
}

.index_company-buttons .btn.btn-light.btn-ladda {
  margin-top: 0.1rem;
  min-width: 170px;
}

.nav-sidebar .nav-link i {
  min-width: 22px;
}

@media screen and (max-width: 600px) {
  /*.popup-window-buttons {*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-box-direction: normal;*/
  /*     -moz-box-orient: vertical;*/
  /*     -moz-box-direction: normal;*/
  /*      -ms-flex-direction: column;*/
  /*          flex-direction: column;*/
  /*}*/

  /*.popup-window-buttons .popup-window-buttons_btns {*/
  /*  margin-left: 0;*/
  /*  margin-top: 1rem;*/
  /*}*/

  .index_company-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .index_company-buttons .btn {
    margin-top: 0.3rem;
  }

  .index_company-buttons .btn.btn-light.btn-ladda {
    margin-top: 0.3rem;
  }
}
/*****-======================================================================*/
@media screen and (max-width: 440px) {
  .content {
    padding: 0;
  }
}
/* ============================================================================================== login_registration*/
.card.support_page {
  padding: 1rem;
}

@media screen and (max-width: 500px) {
  .support_page-main_table {
    margin-bottom: 1rem;
  }

  .support_page-main_table .main-grid-panel-wrap tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .support_page-main_table .main-grid-panel-wrap .main-ui-pagination-arrows .main-ui-pagination-arrow {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  #navbar-footer .nav-item > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-ui-filter-popup-field-list .main-ui-filter-field-list-item .main-ui-select-inner-label::before {
  top: 0;
  left: -16px;
  color: #455a64;
  border-radius: 0.125rem;
  -webkit-transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
  border: 0.125rem solid #455a64;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background: none;
}

.main-ui-filter-popup-field-list .main-ui-filter-field-list-item.main-ui-select-inner-item.main-ui-checked .main-ui-select-inner-label::before {
  top: 0;
  left: -16px;
  color: #455a64;
  border-radius: 0.125rem;
  border: 0.125rem solid #455a64;
  display: inline-block;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "\e600";
  font-family: icomoon;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
@media screen and (max-width: 767px) {
  .sidebar-mobile-main .sidebar-main,
.sidebar-mobile-main .sidebar-main .sidebar-content {
    padding-top: 0 !important;
  }

  .navbar-collapse.collapsing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .navbar-collapse.collapse.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-collapse .navbar-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-xs .page-content .sidebar-main.sidebar-fixed {
    z-index: 993;
  }
}
.btn.btn-light.wrap_content_btn {
  white-space: normal;
}

.card .fade:not(.show),
.card .tab-pane:not(.show) {
  width: 0;
  height: 0;
  overflow: hidden;
}

.card .tab-content > .tab-pane {
  display: block;
}

.badge-b2b {
  color: #fff;
  background-color: #3e495f;
}

.badge.border-left-b2b {
  border-left-color: #3e495f;
}

.navbar.navbar-b2b-mainpage {
  border-top: 0px;
}

.navbar-light.navbar-b2b-mainpage .navbar-nav-link {
  color: #333333;
}

.navbar-light.navbar-b2b-mainpage .navbar-nav-link.active.show,
.navbar-light.navbar-b2b-mainpage .navbar-nav-link.active {
  color: #ffffff;
  background-color: #8E6FE4 !important;
}

.navbar .navbar__sidebar-toggle-control {
  margin-left: -14px;
  padding-right: 20px;
}

#navbar-footer .nav-item > a {
  padding: 0.6rem 1rem;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.btn-to-top {
  position: absolute;
  bottom: 4rem;
  right: 1.25rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all .15s ease-in-out;
}

.btn-to-top-visible {
  visibility: visible;
  opacity: 1;
}

.navbar-b2b-mainpage .navbar-collapse {
  justify-content: start;
}

.select2-dropdown {
  z-index: 990 !important;
}

.bg-main {
  background-color: #8E6FE4 !important;
}


button.close {
  font-size: 1.37506rem
}

.modal-content {
  border-radius: .3125rem;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #3e495f !important;
}

.select2-selection--multiple .select2-selection__choice:hover {
  background-color: #2a3140 !important;
}

a.disabled,
button.disabled,
button:disabled {
  opacity: 0.5;
}

.fixed-top {
  z-index: 1000 !important;
}


#navbar-footer, .feed-back-form {
	display:none!important;
}

.blank-zakaza-detail__aside.card {
  z-index: 10;
}
/* new b2b styles */
.nav-sidebar .nav-link span {
  color: #333;
}
.nav-sidebar .nav-link.active span {
  color: #fff;
}
.navbar-dark,
.sidebar-content.b2bcabinet-sidebar  {
  background-color: #ffffff;
}

.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #8E6FE4;
}
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active i:before {
  color: #fff;
}

.bx_filter_search_reset.fonts__main_comment.btn-light {
  background-color: #ffffff;
  border: 2px solid #8E6FE4;
  color: #8E6FE4;
}
.bx_filter_search_button.fonts__main_comment.btn.btn-light {
  background-color: #8E6FE4;
}
.filter__btn-guop .btn-light {
  border: 2px solid #8E6FE4;
  color: #8E6FE4;
  font-family: 'TT Prosto Sans Trial', sans-serif;
}
.b2bcabinet-sidebar .nav-link i:before {
  color: #333333;
}
.navbar__sidebar-toggle-control .nav-item {
  width: 50px;
  height: 50px;
  padding: 3px;
}
.navbar-nav-link.sidebar-control.sidebar-main-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navbar-nav-link.sidebar-control .navigation__menu-bar--top,
.navbar-nav-link.sidebar-control .navigation__menu-bar--bottom {
  display: block;
  max-width: 100%;
  width: 100%;
  background-color: #333;
  height: 3px;
}
.navbar-nav-link.sidebar-control .navigation__menu-bar--middle {
  color: #333;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.uniform-checker span, .uniform-choice span {
  border-radius: 2px !important;
  border: 1px solid #99b0ca;
}
.cart_header .icon-cart5::before {
  color: #333333;
}
.nav-sidebar .nav-item-header > div {
  color: #333333;
  font-family: 'TT Prosto Sans Trial', sans-serif !important;
  font-weight: 700;
  font-size: .8rem;
}
.main-grid-header .main-grid-head-title {
  font-family: 'TT Prosto Sans Trial', sans-serif !important;
}
.navbar .auth-company-change {
  background-color: transparent;
}
.navbar .auth-company-change .auth-company-change__current {
  color: #333;
}

.navbar .auth-company-change .auth-company-change__current  svg path {
  fill: #333333 !important;
}

.auth-company-change__item,
.auth-company-change__current,
.main-grid-container .main-grid-row-body {
  font-family: 'TT Prosto Sans Trial', sans-serif;
}
.main-grid-bottom-panels .main-grid-panel-content-title,
.main-grid-bottom-panels .main-ui-pagination-label,
.main-grid-bottom-panels .main-ui-pagination-arrow{
  font-family: 'TT Prosto Sans Trial', sans-serif;
}
.fc .fc-button-primary {
  background-color: #ffffff;
  border-color: #8E6FE4;
  color: #8E6FE4;
}
.fc .fc-button-primary.fc-today-button {
  background-color: #33aeff;
  border-color: #33aeff;
  color: #ffffff;
  border-radius: 0;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow:  0 0 0 .2rem rgba(166, 207, 255, 0.5);
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled):focus {
  background-color: #8E6FE4;
  border-color: #8E6FE4;
  color: #ffffff;
}
.bx-user-info-anchor-cell .bx-user-info-name {
  color: #333333;
}
@media (min-width: 768px) {
  .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-header > i {
    color: #333333;
  }
}
/*.sidebar-content.b2bcabinet-sidebar {*/
/*  -webkit-box-shadow: 3px 3px 15px -2px rgba(34, 60, 80, 0.2);*/
/*  -moz-box-shadow: 3px 3px 15px -2px rgba(34, 60, 80, 0.2);*/
/*  box-shadow: 3px 3px 15px -2px rgba(34, 60, 80, 0.2) !important;*/
/*}*/
.bg-warning-400 {
  background-color: #f5a623;
}
.item-quantity__general i {
  color: #f5a623;
}
.form-check.form-check-inline .uniform-choice span {
  border-radius: 50% !important;
}
.form-check.form-check-inline .uniform-choice span.checked::before {
  color: #fff;
  border-color: #8E6FE4;
  border-width: 5px;
}
.modal-content .modal-footer .btn-light {
  color: #8E6FE4;
  border-color: #8E6FE4;
  border-radius: 0 !important;
  background-color: transparent;
}
.blank-zakaza__header-property_:nth-child(1)::before {
  content: "";
  height: 100%;
  border-right: 1px solid #d3d3d3d3;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: -2px 0px 4px 1px #d3d3d3d3;
  box-shadow: -2px 0px 4px 1px #d3d3d3d3;
}
.blank-zakaza__header-property:nth-child(2)::before {
  border-right: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.quantity-selector__decrement,
.quantity-selector__increment {
  background-color: #8E6FE4;
}
.blank-zakaza__ears .ui-ear.ui-ear-left,
.blank-zakaza__header-property:nth-child(2) {
  left: 400px !important;
}
.blank-zakaza__header-property:nth-child(2) {
  position: static;
}
@media(max-width: 1100px){
  .blank-zakaza__ears .ui-ear.ui-ear-left,
  .blank-zakaza__header-property:nth-child(2) {
    left: 250px !important;
  }
}
.js-full-screen-blocks.in-viewport>:not(.bg-circle) {
  z-index: 7 !important
}
.header__logo {
  position: absolute;
  margin: 18px auto;
  width: 200px;
}


.header__logo .header_phone-block {
  position: relative;
  display: flex;
  align-items: center;
  border-top: none;
  padding-top: 10px;
  color: #5b88a4;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px
}

@media (min-width:1100px) {
  .header__logo {
    margin-right: 12.5%;
    margin-left: 12.5%;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    width: auto
  }


  .header__logo .header_phone-block {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #e3ecf7;
    padding-left: 22px;
    margin-left: 22px;
    text-align: left
  }
}

.cabinet_circle_auth{
  display: none;
  position: absolute;
}

@media (min-width:1100px) {
  .cabinet_circle_auth {
    display: block;
    position: absolute;
    bottom: 0;
    left: -16.5%;
    width: 45%;
  }
}

@media (min-width:1601px) {
  .cabinet_circle_auth {
    display: block;
    left: -23%;
    bottom: 0;
    width: 53%;
  }
}

.socials {
  position: fixed;
  bottom: 95px;
  right: 20px;
  transition: opacity .25s ease, bottom .25s ease;
  z-index: 100;
}

.socials__button--callback {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  margin-top: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  background: transparent;
  transition: background .25s ease, opacity .25s ease, border .25s ease, box-shadow .25s ease;
  overflow: visible;
}

.socials__button--callback:after {
  -webkit-animation-name: r;
  animation-name: r;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 2;
  opacity: .7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.socials__button--callback:before {
  -webkit-animation-name: q;
  animation-name: q;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(.1);
  transform: scale(.1)
}

.rounded-btn {
  position: relative;
  cursor: pointer;
  color: #8E6FE4;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #8E6FE4;
  background-color: #8E6FE4;
  width: 65px;
  height: 65px;
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow .25s ease;
}

.rounded-btn svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  z-index: 3;
  pointer-events: none;
}

.modal_ {
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease .25s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  overflow: auto;
  padding: 3vh 0;
  box-sizing: border-box;
  background-color: rgba(22, 57, 161, .855);
  color: #17262f;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal--landing {
  background-color: rgba(20, 89, 137, .95)
}

.modal h1,
.modal h2 {
  margin-bottom: 0
}

.modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto
}

.modal__description {
  margin-bottom: 2em;
  max-width: 500px
}

.modal__wrapper.is-loading:after,
.modal__wrapper.is-loading:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modal__wrapper.is-loading:before {
  background-color: #8E6FE4;
  left: 50%;
  z-index: 1;
  -webkit-animation: d 1.25s cubic-bezier(0, 1, .78, 1) infinite;
  animation: d 1.25s cubic-bezier(0, 1, .78, 1) infinite
}

.modal__wrapper.is-loading:after {
  width: 50px;
  height: 50px;
  background-color: #0081d6;
  left: 50%;
  -webkit-animation: load 1.25s cubic-bezier(0, 1, .78, 1) infinite;
  animation: load 1.25s cubic-bezier(0, 1, .78, 1) infinite
}

.modal__wrapper.is-loading .modal__container {
  opacity: .5
}

.modal__body {
  padding: 0
}

.modal__close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}

.modal__close:focus {
  outline: none;
}

.modal__close svg {
  width: 16px;
  height: 16px;
  stroke: rgba(0, 0, 0, .8)
}

@media (max-width:599px) {
  .modal__close {
    width: 38px;
    height: 40px
  }
}

.modal__container:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  background-image: url(assets/img/close-modal-light.svg);
  background-size: 18px;
  background-position: 50%;
  background-repeat: no-repeat
}

@media (max-width:599px) {
  .modal__container:before {
    width: 38px;
    height: 40px
  }
}

.modal__slider-wrapper {
  display: flex
}

.modal__dialog {
  max-width: 389px;
  width: 100% !important;
  position: relative;
  z-index: 15;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, opacity .25s ease;
  transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(10, 30, 40, .4);
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin: 0 10px
}

.modal__row {
  display: flex
}

.modal__container {
  padding: 55px 25px 25px 25px
}

@media (min-width:600px) {
  .modal__container {
    min-width: 380px;
  }
}

@media (min-width:1601px) {
  .modal__container {
    padding: 75px 60px
  }
}

.modal__container--blue,
.modal__container--blue-circle {
  background-color: #193d9e;
  color: #fff
}

.modal__container--blue-circle:before,
.modal__container--blue:before {
  background-image: url(/assets/img/close-modal-dark.svg)
}

.modal__container--blue-circle .modal__title,
.modal__container--blue-circle p,
.modal__container--blue .modal__title,
.modal__container--blue p {
  color: #fff
}

.modal__container--blue-circle {
  background-color: #193d9e;
  background-image: radial-gradient(ellipse at left, #1892ed 50%, transparent 50.05%, transparent 100%);
  background-size: 100% 235%;
  background-position: 0;
  background-repeat: no-repeat
}

.modal__column {
  min-width: 320px;
  flex-grow: 0
}

.modal__column+.modal__column {
  padding-left: 15px
}

.modal__column--image {
  display: flex;
  align-items: center;
  justify-content: center
}

.modal__column--image img {
  width: auto;
  max-width: 92%
}

.modal__title {
  margin-bottom: 34px;
  font-family: IBM Plex Mono;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #606B7A;
}

.simple-input {
  display: block;
  margin-bottom: 25px;
}

.simple-input-textarea {
  height: 130px !important;
}

.simple-input__input {
  width: 100%;
  height: 42px;
  padding-left: 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 16px;
}

input[type=text].simple-input__input {
  font-size: 16px;
}

textarea.simple-input__input {
  height: 130px;
  padding-top: 10px;
  font-size: 16px;
}

.modal__button {
  width: 100%;
  height: 42px;
  margin-left: 0 !important;
  margin-bottom: 38px !important;
  background: #2196F3;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: IBM Plex Mono;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.modal__button:focus {
  outline: none;
}

.modal__button.button--violet {
  border-radius: 100px;
  border: 2px solid #8E6FE4
}

.modal__button.button--violet.button--fulfill {
  background-color: #8E6FE4;
  color: #fff
}

@media (min-width:1601px) {
  .modal__title {
    margin-bottom: 1.2em
  }
}

.modal__button {
  margin-left: -.2em
}

.modal__button,
.modal__checkbox {
  margin-bottom: 1.4em
}

@media (min-width:1601px) {

  .modal__button,
  .modal__checkbox {
    margin-bottom: 1.8em
  }
}

.modal__button:last-child,
.modal__checkbox:last-child {
  margin-bottom: 0
}

.modal__footer {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.modal__footer>* {
  margin-top: 0;
  margin-bottom: 0
}

.modal__footer>.button:last-child {
  margin-right: -.2em
}

.modal__drop-file {
  margin: 3em 0
}

.modal[data-open] {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
  transition: opacity .25s ease, visibility .25s ease 0s
}

.modal[data-loading]:after,
.modal[data-loading]:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 50%
}

.modal[data-loading]:before {
  background-color: #eee;
  left: 50%;
  z-index: 1;
  -webkit-animation: d 1.25s cubic-bezier(0, 1, .78, 1) infinite;
  animation: d 1.25s cubic-bezier(0, 1, .78, 1) infinite
}

.modal[data-loading]:after {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  left: calc(50% - 25px);
  -webkit-animation: load 1.25s cubic-bezier(0, 1, .78, 1) infinite;
  animation: load 1.25s cubic-bezier(0, 1, .78, 1) infinite
}

.modal[data-show] .modal__dialog {
  pointer-events: all;
  opacity: 1
}

.is-loading .modal__sidebar {
  opacity: .5
}

.is-loading .modal__sidebar .modal__wrapper {
  opacity: 1
}

.form__success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease .25s;
  font-size: 16px;
}

.form__success--align-center {
  display: flex;
  justify-content: center;
  align-items: center
}

.form__success--text-center {
  text-align: center
}

.form__success--fw {
  transition: opacity .25s ease, visibility .25s ease .25s, background .25s ease;
  background: #fff
}

.form[data-form-success] .form__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease .25s
}

.form[data-form-success] .form__success {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease, visibility 0s ease 0s
}

.form .errortext {
  color: #eb0000
}

@media (min-width:900px) {
  .modal__sidebar {
    display: flex
  }
}

@media (min-width:900px) {
  .modal__sidebar .modal__container {
    box-sizing: border-box;
    height: 100%;
  }
}

.modal__sidebar .form__success {
  z-index: 1
}

.modal__sidebar-form {
  position: static;
  z-index: auto
}

.modal-contacts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width:900px) {
  .modal-contacts--centred {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
  }
}

.modal-contacts__title {
  color: rgba(51, 76, 92, .9);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .56em
}

.modal-contacts__text {
  margin-bottom: 20px;
  font-family: IBM Plex Mono;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #9B999B;
}

.modal-contacts__large-text {
  font-family: IBM Plex Mono;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #2196f3;
}

.modal-contacts__large-text--violet a {
  color: #8E6FE4;
}

.modal-contacts__large-text a {
  text-decoration: underline;
}

.modal-contacts__link {
  line-height: 1.333
}

.modal-contacts__link a {
  font-size: 12px
}

.modal-contacts__social {
  width: 24px;
  height: 24px;
  display: block;
  text-decoration: none
}

.modal-contacts__social svg {
  display: block;
  width: 100%;
  height: 100%
}

.modal-contacts__socials {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
  max-width: 216px
}

.i-company:before {
    content: "";
    display: block;
    background: url(assets/img/ico_tera.svg);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.i-guarantee:before {
    content: "";
    display: block;
    background: url(assets/img/shield.svg);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.i-work:before {
    content: "";
    display: block;
    background: url(assets/img/questions.svg);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product__property--article {
  max-width: 150px;
  white-space: normal!important;
  text-align: center;
}

.product__property--default--name {
  text-align: left;
}


.footer-b2b {
  padding: 3px 80px;
  text-align: right;
  background: #161521;
}

.footer-b2b__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  letter-spacing: 0.01em;
  color: rgba(212, 212, 212, 0.5);
}

.footer-b2b__nav {
  display: none;
}

.title-search-result--header {
  transform: translateY(25px);
}


.detail-container.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.detail-container .blank_detail_table,
.detail-container .blank_detail-total {
  grid-column: 1 / 3;
}

.detail-container .blank_detail-total {
  margin-bottom: 20px;
}

.main-grid-cell-content a {
  color: #8E6FE4;
}

.main-ui-pagination a {
  color: #8E6FE4;
}

.blank_detail .btn.btn_b2b {
  border-radius: 5px !important;
}

@media (width < 1366px) {
  .detail-container.row {
    grid-template-columns: 1fr;
  }

  .detail-container .blank_detail_table,
  .detail-container .blank_detail-total {
    grid-column: 1;
  }

  .footer-b2b {
    padding: 15px 40px;
    position: relative;
    z-index: 1000;
  }

  .footer-b2b__nav {
    display: block;
  }

  .footer-b2b__copyright {
    display: none;
  }

  .footer-b2b__nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    align-items: center;
    list-style: none;
    padding: 0;
  }

  .footer-b2b__nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .footer-b2b__nav-item:nth-child(1) {
    justify-self: start;
  }

  .footer-b2b__nav-item:nth-child(3) {
    justify-self: end;
  }

  .footer-b2b__nav-link span {
    font-weight: 400;
    font-size: 14px;
    line-height: 107%;
    letter-spacing: 0.01em;
    color: #fff;
  }
}

@media (width < 1024px) {
  .catalog__filter .smartfilter {
    background-color: #fff;
  }

  .content-wrapper--b2b {
    overflow-x: hidden;
  }

  #catalog__filter.sidebar-component {
    display: block;
  }
}

@media (width < 375px) {
  .footer-b2b {
    padding: 15px 20px;
  }
}
