html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}
body {
  font-family: "Graphik LCG";
  background: #04294a url(/img/bg.png) top center no-repeat !important;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("/fonts/graphik/LCG/GraphikLCG-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Graphik Compact";
  src: url("/fonts/graphik/Compact/Graphik Compact.ttf") format("truetype");
}
.container {
  padding: 0;
}
.ranges label {
  min-width: 160px;
}
.ranges label span {
  font-weight: normal;
  padding: 5px;
}
.cart-progress {
  opacity: .5;
}
.number-spinner {
  margin-bottom: 20px;
}
.btn {
  font-size: 14px;
  padding: 6px 16px;
  text-transform: none;
  line-height: 1;
}
.dvizh-cart-dropdown .btn {
  background: #e21c2a;
  color: #fff;
  margin-right: 15px;
}
.btn-primary {
  background-color: #009fe0;
}
.progress {
  background-color: rgba(226, 28, 42, 0.42);
}
.field-bc {
  display: none;
}
.well,
.breadcrumb {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(150px);
  border-radius: 8px;
  background: #e6eaed;
}
@supports (backdrop-filter: blur(150px)) {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(150px);
}
.ranges .form-group {
  margin-bottom: 25px;
}
.cart h1 {
  text-align: center;
  margin-bottom: 40px;
}
.cart .row {
  margin-bottom: 10px;
}
.cart .dvizh-change-count {
  text-align: right;
  padding: 5px 40px 5px 0;
  position: relative;
  display: flex;
}
.cart .dvizh-change-count .dvizh-arr {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.cart .dvizh-change-count .dvizh-arr:active,
.cart .dvizh-change-count .dvizh-arr:focus,
.cart .dvizh-change-count .dvizh-arr:hover {
  text-decoration: none;
}
.cart .dvizh-change-count .dvizh-downArr,
.cart .dvizh-change-count .dvizh-upArr {
  font-size: 25px;
  font-weight: bold;
}
.cart .dvizh-change-count .dvizh-downArr {
  right: 85px;
  border-radius: 4px;
  background: #E9635F;
}
.cart .dvizh-change-count .dvizh-downArr:hover {
  background: #d9534f;
}
.cart .dvizh-change-count .dvizh-upArr {
  right: -1%;
  border-radius: 4px;
  background: #93c54b;
}
.cart .dvizh-change-count .dvizh-upArr:hover {
  background: #79a736;
}
.cart .dvizh-change-count input[type="number"] {
  height: 36px;
}
.cart .dvizh-change-count input[type="number"]::-webkit-outer-spin-button,
.cart .dvizh-change-count input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart .dvizh-change-count input[type="number"]:focus {
  outline: none;
}
.cart .dvizh-cart-delete-button {
  padding: 7px 11px;
  margin-top: 5px;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #0c8dce;
}
.status {
  padding: 2px 10px;
  color: #ffffff;
}
.status-new {
  background-color: #93c54b;
}
.status-process {
  background-color: #009fe0;
}
.nav-tabs.tabs-lg > li > a {
  font-size: 25px;
  text-transform: none;
  font-weight: normal;
}
.catalog-image {
  display: block;
}
.range .control-label {
  margin-right: 20px;
}
.bordered {
  margin-left: 15px;
  color: #666666;
  border-bottom: 1px dashed;
}
th {
  white-space: nowrap;
}
input[type='text'].form-control {
  background: transparent;
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
}
select.form-control {
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M5.86603 7.5C5.48112 8.16667 4.51887 8.16667 4.13397 7.5L0.669873 1.5C0.284973 0.833333 0.766098 5.89981e-08 1.5359 1.26296e-07L8.4641 7.31979e-07C9.2339 7.99277e-07 9.71503 0.833334 9.33013 1.5L5.86603 7.5Z' fill='%2352707E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.search-form-radio {
  margin-right: 25px;
}
.search-form-radio:last-child {
  margin-right: 0;
}
.search-form-radio::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: #FFFFFF;
  border: 1px solid #D6DFE1;
}
.search-input {
  width: 570px;
  margin-right: 15px;
  position: relative;
  padding-left: 50px;
}
.search-input::placeholder {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.search-input-label {
  position: relative;
  font-weight: normal;
  height: 40px;
}
.search-input-label .form-group {
  margin-bottom: 0;
}
.search-input-label .form-control::placeholder {
  font-size: 14px;
  line-height: 25px;
}
.search-input-label::after {
  content: '';
  display: block;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 11H11.71L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L16 17.49L17.49 16L12.5 11ZM6.5 11C4.01 11 2 8.99 2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11Z' fill='%2352707E'/%3E%3C/svg%3E");
}
.search-inputs-group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-inputs-group .link {
  margin-left: auto;
}
.search-checkbox label {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.search-checkbox label:hover {
  opacity: 0.8;
}
.search-checkbox input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 0;
}
.search-checkbox--mobile {
  display: none;
}
.btn-default {
  background: #164B9B;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: white;
  padding: 11px 24px;
  max-height: 40px;
}
.link {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #164B9B;
}
.panel {
  background-color: transparent !important;
  box-shadow: none;
}
.panel-heading {
  background-color: transparent !important;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #04294A !important;
}
.panel-default {
  border: none;
}
.panel-default > .panel-heading {
  border: none;
}
.panel-default > .panel-body {
  background: #fbfcfc;
  border-radius: 6px;
}
.panel-default > .panel-body label {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
  font-weight: normal;
  width: 50%;
  display: flex;
  align-items: center;
}
.slider.slider-horizontal {
  display: flex;
  align-items: center;
}
.slider-selection {
  background-color: #164b9b !important;
  max-height: 3px;
}
.slider.slider-horizontal .slider-track {
  height: 3px;
  background: rgba(22, 75, 155, 0.6) !important;
}
.slider-handle {
  background: #164B9B;
  width: 11px;
  height: 11px;
}
.form-ranges .form-group {
  display: flex;
  justify-content: space-between;
}
.form-ranges div[role='radiogroup'] {
  display: flex;
  margin-left: -15px;
}
#akb-grid {
  border-radius: 8px;
  padding: 20px 35px;
  background: #e6eaed;
}
@supports (backdrop-filter: blur(150px)) or (--webkit-backdrop-filter: blur(150px)) {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(150px);
}
#akb-grid .summary {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
  margin-bottom: 15px;
}
#akb-grid table.table-bordered {
  border: none;
}
#akb-grid table.table-bordered th {
  font-family: "Graphik Compact";
  border: none;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #52707E;
  padding: 13px;
}
#akb-grid table.table-bordered th a {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #164B9B;
}
#akb-grid table.table-bordered tbody tr:nth-child(odd) {
  background-color: transparent !important;
}
#akb-grid table.table-bordered tbody tr:nth-child(even) {
  background-color: #dfe3e6;
}
#akb-grid table.table-bordered tr.kv-grid-group-row {
  background-color: transparent !important;
}
#akb-grid table.table-bordered tr.kv-grid-group-row td {
  background-color: transparent !important;
  padding: 15px 0;
}
#akb-grid table.table-bordered td {
  border: none;
  vertical-align: middle;
  color: #04294A;
}
#akb-grid table.table-bordered td a {
  color: #04294A;
}
#akb-grid thead {
  background-color: #dfe3e6;
  border-radius: 6px;
}
#akb-grid thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}
#akb-grid thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}
select option {
  font-family: 'arial' !important;
  color: #52707E !important;
}
.form-error {
  display: none;
}
.form-error p {
  padding: 15px;
}
.header {
  position: relative;
}
.header .nav-list {
  display: flex;
  align-items: center;
}
.header-wizard {
  margin: 40px 0;
}
.bs-wizard {
  margin: 0;
}
.logo__phone {
  font-size: 18px;
  line-height: 100%;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-left: 25px;
}
.logo__phone a {
  color: #FFFFFF;
}
.logo__link img {
  max-width: 250px;
}
.panel-title.order-panel-title {
  color: #000000;
  font-size: 20px;
}
a.dvizh-cart-informer {
  background: #DD0035;
  padding: 13px 20px 16px 16px;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #000;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #10a5e2;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #f3947a;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.content-width.header__content {
  position: relative;
  flex-wrap: wrap;
}
.top_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.navbar-brand > img {
  display: block;
  width: 190px;
}
.navbar-default {
  background: rgba(248, 245, 240, 0.85);
  box-shadow: 7px -5px 28px #000000;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
  font-weight: bold;
}
.navbar .nav > li > a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.dvizh-cart-block {
  margin-top: 10px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f47c3c;
  text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f47c3c;
  background-color: transparent;
}
.nav {
  font-size: 15px;
}
.jumbotron h1,
.jumbotron .h1 {
  font-size: 33px;
}
.cart-icon span {
  font-size: 120px;
  color: #009fe0;
  text-shadow: 4px 5px 0px #f1dba7;
}
.table.orders-table td {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
.order-view h1 {
  margin-bottom: 50px;
  border-bottom: 1px solid #dfd7ca;
  padding-bottom: 20px;
}
.order-info h2 {
  margin-bottom: 40px;
}
.order-info .table-bordered > thead > tr > th,
.order-info .table-bordered > tbody > tr > th,
.order-info .table-bordered > tfoot > tr > th,
.order-info .table-bordered > thead > tr > td,
.order-info .table-bordered > tbody > tr > td,
.order-info .table-bordered > tfoot > tr > td {
  border: 1px solid transparent;
}
.order-info hr {
  border-color: #dfd7ca;
}
.order-summary {
  font-size: 20px;
}
.order-informer .table {
  margin-bottom: 0;
}
.order-informer .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfd7ca;
  font-size: 13px;
}
.order-informer .table > tbody > tr > td,
.order-informer .table > tfoot > tr > td {
  padding: 6px 0;
  font-size: 11px;
}
.order-form hr {
  border: 1px solid #dfd7ca;
  border-bottom: none;
}
.order-list {
  margin-top: 10px;
}
.order-list .panel-default {
  border: none;
}
.order-list .panel > .table-bordered,
.order-list .panel > .table-responsive > .table-bordered {
  border: 1px solid #dfd7ca;
}
.cart-widget {
  background: #DD0035;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: 32px;
}
.btn-default {
  background: #164B9B;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 10px 20px;
}
.btn-default:hover {
  background: #103873;
  color: white;
  border: none;
  box-shadow: none;
  outline: none;
}
.btn-default:active,
.btn-default:focus {
  background: #0b2a56;
  color: white;
  border: none;
  box-shadow: none;
  outline: none;
}
.btn-default:focus:active {
  border: none;
  outline: none;
  background: #0b2a56;
}
.btn-primary {
  background: #164B9B;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  outline: none;
  max-height: 40px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
}
.btn-primary:hover {
  background: #103873;
  color: white;
  border: none;
  box-shadow: none;
  outline: none;
}
.btn-primary:active,
.btn-primary:focus {
  background: #0b2a56;
  color: white;
  border: none;
  box-shadow: none;
  outline: none;
}
.btn-primary:focus:active {
  border: none;
  outline: none;
  background: #0b2a56;
}
.btn-success {
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 500;
}
.cabinet .crm-order-top .well {
  padding: 20px 30px;
}
.crm-order-top {
  width: calc(100% + 10px);
  display: flex;
  margin-left: -10px;
}
.order-filter-date form {
  display: flex;
  flex-direction: column;
}
.crm-panels__date {
  width: calc(100% / 3);
  margin-left: 10px;
}
.crm-panels__stat {
  width: calc(100% / 3 * 2);
  margin-left: 10px;
}
.crm-order-header__title {
  margin-top: 0;
  display: flex;
  align-items: center;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.crm-order-header__title svg {
  margin-left: auto;
}
.crm-panels__body {
  margin-top: 16px;
}
.order-filter-date__top {
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-bottom: 16px;
}
.order-filter-date__top > * {
  display: flex;
  align-items: center;
  width: calc(50% - 16px);
  margin-left: 16px;
}
.order-filter-date__top label {
  display: none;
}
.order-filter-date__top span {
  margin-right: 15px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.order-filter-date__top input[type='text'].form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 6px;
  min-width: 50px;
}
.order-filter-date__footer {
  display: flex;
  align-items: center;
}
.order-filter-date__footer .btn-primary {
  background: #164B9B;
  border-radius: 6px;
  height: 40px;
  padding: 0 20px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.order-filter-date__footer .btn-transparent {
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B7C8CD;
  box-sizing: border-box;
  border-radius: 6px;
  margin-left: 16px;
}
.crm-order-top__table .table > thead > tr > th {
  padding: 0 0 12px 0;
  border: none;
  font-family: 'Graphik LCG';
  font-weight: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #04294A;
}
.crm-order-top__table .table > tbody > tr > td,
.crm-order-top__table .table > tfoot > tr > td {
  padding: 0;
  border: none;
  font-family: 'Graphik LCG';
  font-size: 16px;
  line-height: 240%;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #04294A;
  opacity: 0.8;
}
.crm-order-top__table .table > tbody > tr > td {
  position: relative;
}
.crm-order-top__table .table > tbody > tr > td:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13px;
  opacity: 0.5;
  border-bottom: 1px dotted #04294A;
}
.crm-order-top__table .table > tbody > tr > td:last-child > span {
  position: relative;
}
.crm-order-top__table .table > tbody > tr > td:last-child > span:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  z-index: -1;
  opacity: 0.5;
  border-bottom: 1px dotted #04294A;
}
.crm-order-top__table .table > tbody > tr > td:last-child:after {
  content: none;
}
.crm-order-top__table .result {
  border-radius: 50px;
  padding: 5px 10px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.crm-order__body {
  padding: 24px 32px;
  box-sizing: border-box;
  background: #e6eaed;
  border-radius: 8px;
}
.crm-order__body #akb-grid {
  padding: 0;
  background: transparent;
}
.crm-order__body .summary {
  display: none;
}
.crm-order__tabs {
  border-bottom: 1px solid rgba(22, 75, 155, 0.2);
  margin: 0 0 24px 0;
}
.crm-order__tabs ul.nav-tabs.tabs-lg {
  border: none;
  justify-content: normal;
  margin-left: -48px;
}
.crm-order__tabs ul.nav-tabs.tabs-lg > li {
  margin-left: 48px;
}
.crm-order__tabs ul.nav-tabs.tabs-lg > li.active {
  border-bottom: 5px solid #164B9B;
}
.crm-order__tabs ul.nav-tabs.tabs-lg > li.active > a {
  background: transparent;
  border: none;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #164B9B;
  opacity: 1;
}
.crm-order__tabs ul.nav-tabs.tabs-lg > li > a {
  font-family: 'Graphik LCG';
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
  opacity: 0.5;
  border: none;
}
.crm-order__tabs ul.nav-tabs.tabs-lg > li > a:hover {
  opacity: 1;
  background: transparent;
  border: none;
}
.crm-order__top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.crm-order__top-title {
  margin-right: 24px;
  font-family: 'Graphik LCG';
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.crm-order__top-price {
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.crm-order__top-export {
  margin-left: auto;
}
.crm-order__top-export > div {
  margin-left: -16px;
}
.crm-order__top-export > div > div {
  margin-left: 16px !important;
}
.crm-order__top-export > div > div .btn.btn-default {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #B7C8CD;
  box-sizing: border-box;
  border-radius: 4px !important;
  color: #52707E;
}
.crm-order__top-export > div > div .btn.btn-default span {
  margin-left: 8px;
}
.crm-order__top-export > div > div .btn.btn-default:hover {
  border: 1px solid #B7C8CD;
  background: #B7C8CD;
}
.crm-order__top-export > div > div .btn.btn-default:active,
.crm-order__top-export > div > div .btn.btn-default:focus {
  border: 1px solid #B7C8CD;
  background: #B7C8CD;
}
.crm-order__top-export .kv-checkbox-list label {
  display: flex;
  align-items: center;
}
.crm-order__top-export .kv-checkbox-list input {
  margin-top: 0;
}
.crm-order__top-export .kv-toggle-all {
  font-family: 'Graphik LCG';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #164B9B;
  font-style: normal;
}
.crm-order__top-export .kv-checkbox-list label {
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 112%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.crm-order__table table thead td input[type='text'].form-control,
.crm-order__table table thead td select.form-control,
.crm-order__table table thead td .select2-container--krajee .select2-selection--single,
.crm-order__table table thead td .select2-container--krajee .select2-selection {
  border: none;
  height: 35px;
  border-bottom: 1.5px solid #52707E;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.crm-order__table table thead td .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border: none;
}
.crm-order__table table tr.open .table-arrow-open {
  transform: rotate(-180deg);
}
.crm-order__table .order-detail {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.crm-order__table .order-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
}
.crm-order__table .order-detail li {
  margin-bottom: 8px;
}
.crm-order__table .table-controls {
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.crm-order__table .table-controls > * {
  margin-left: 8px;
}
.organization-form .control-label {
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.organization-form input[type='text'].form-control,
.organization-form .form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
}
.organization-form textarea.form-control {
  line-height: 20px;
  height: auto;
  min-height: 40px;
  padding: 10px;
}
.crm-order .modal-footer {
  text-align: initial;
  display: flex;
}
.crm-order .modal-content .btn.btn-default {
  margin-left: auto;
  border: 1px solid #B7C8CD;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 20px;
  background: transparent;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #52707E;
}
.crm-order .modal-content .btn.btn-default:hover {
  background: #B7C8CD;
  color: white;
  border: 1px solid #B7C8CD;
}
.crm-order .modal-content .btn.btn-default:focus,
.crm-order .modal-content .btn.btn-default:active {
  background: #B7C8CD;
  color: white;
  border: 1px solid #B7C8CD;
}
.crm-order .modal-content .btn.btn-default:focus:active {
  background: #B7C8CD;
  color: white;
  border: 1px solid #B7C8CD;
}
.crm-order .organization-view table {
  border: none;
}
.crm-order .organization-view table tr {
  background: transparent !important;
}
.crm-order .organization-view table th,
.crm-order .organization-view table td {
  border: none;
  padding: 0;
}
.crm-order .organization-view table th {
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 210%;
  color: #04294A;
}
.crm-order .organization-view table td {
  width: initial !important;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 210%;
  color: #04294A;
}
.cabinet #akb-grid.crm-order__table .table-responsive thead th a {
  font-family: 'Graphik Compact';
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #52707E;
}
.cabinet .page-clients__add {
  margin-left: auto;
}
.cabinet .page-clients__add .btn.btn-default {
  display: flex;
  align-items: center;
  border: 1px solid #B7C8CD;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 20px;
  background: transparent;
  font-family: 'Graphik LCG';
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #52707E;
}
.cabinet .page-clients__add .btn.btn-default svg {
  margin-right: 8px;
}
.cabinet .page-clients__add .btn.btn-default:hover,
.cabinet .page-clients__add .btn.btn-default:active,
.cabinet .page-clients__add .btn.btn-default:focus {
  border: 1px solid #B7C8CD;
  background: #B7C8CD;
  color: black;
}
.cabinet .page-clients__add .btn.btn-default:hover svg path,
.cabinet .page-clients__add .btn.btn-default:active svg path,
.cabinet .page-clients__add .btn.btn-default:focus svg path {
  fill: black;
  stroke: black;
}
.cabinet table td .kv-editable button {
  font-family: 'Graphik Compact';
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #164B9B;
  text-align: left;
  border-bottom: 1px dotted;
  box-shadow: none !important;
  outline: none !important;
}
.cabinet table td .kv-editable-value .label {
  font-family: 'Graphik Compact';
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  color: #008F4B;
  padding: 0;
  background: transparent;
  margin-right: 8px;
}
.cabinet table td .kv-editable-value em {
  font-family: 'Graphik Compact';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #52707E;
  opacity: 0.8;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebMedium-Reg.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebMedium-Reg.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebLight-Regular.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebLight-Regular.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebExlight-Reg.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebExlight-Reg.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebBlack-Regular.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebBlack-Regular.woff') format('woff');
  font-weight: 900;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebRegular-Reg.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebRegular-Reg.woff') format('woff');
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebSemibd-Reg.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebSemibd-Reg.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebBold-Regular.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebBold-Regular.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Graphik Compact Super';
  src: url('../../fonts/graphik/Compact/GraphikCompLCWebSuper-Regular.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompLCWebSuper-Regular.woff') format('woff');
  font-weight: 900;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../../fonts/graphik/Compact/GraphikCompactWebThin-Regular.woff2') format('woff2'), url('../../fonts/graphik/Compact/GraphikCompactWebThin-Regular.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Medium.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Bold.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Extralight.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Extralight.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Regular.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Light.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Black.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Black.woff') format('woff');
  font-weight: 900;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Thin.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Thin.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url('../../fonts/graphik/LCG/GraphikLCG-Semibold.woff2') format('woff2'), url('../../fonts/graphik/LCG/GraphikLCG-Semibold.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-BoldItalic.woff2') format('woff2'), url('../../fonts/AtypText-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Regular.woff2') format('woff2'), url('../../fonts/AtypText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Light.woff2') format('woff2'), url('../../fonts/AtypText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-MediumItalic.woff2') format('woff2'), url('../../fonts/AtypText-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-LightItalic.woff2') format('woff2'), url('../../fonts/AtypText-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Semibold.woff2') format('woff2'), url('../../fonts/AtypText-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Bold.woff2') format('woff2'), url('../../fonts/AtypText-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Medium.woff2') format('woff2'), url('../../fonts/AtypText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-ThinItalic.woff2') format('woff2'), url('../../fonts/AtypText-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Thin.woff2') format('woff2'), url('../../fonts/AtypText-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-SemiboldItalic.woff2') format('woff2'), url('../../fonts/AtypText-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Text';
  src: url('../../fonts/AtypText-Italic.woff2') format('woff2'), url('../../fonts/AtypText-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  background: initial;
  min-height: 100vh !important;
}
body.loading .container-loading {
  display: flex;
}
.cabinet {
  font-family: 'Graphik LCG';
  background-image: url("/img/bg.png");
  background-color: #04294a;
  background-attachment: fixed;
}
.cabinet h1 {
  text-align: left;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.cabinet .nav__link {
  font-family: 'Graphik LCG';
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cabinet .nav__link:hover {
  color: #0073bd;
  font-weight: normal;
}
.cabinet .well {
  padding: 32px;
}
.cabinet .select2-container--krajee .select2-selection--single .select2-selection__clear {
  top: 0 !important;
}
.footer__text {
  color: white;
}
input[type='text'].form-control {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 6px;
}
.container-loading-container {
  position: relative;
  overflow: hidden;
}
.container-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
}
select.form-control {
  background-position-x: calc(100% - 20px);
}
.modal-dialog {
  width: 100%;
  max-width: 610px;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #e6eaed;
}
@supports (backdrop-filter: blur(150px)) or (--webkit-backdrop-filter: blur(150px)) {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(150px);
}
.modal-content {
  border: none;
  box-shadow: none;
  background: transparent;
}
.modal-header {
  padding: 0;
  border: none;
  margin-bottom: 32px;
}
.modal-title {
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  margin-top: 32px;
  padding: 0;
  border: none;
}
.search-checkbox .form-group {
  margin-bottom: 0;
}
.custom-checkbox {
  display: flex;
  align-items: center;
}
.custom-checkbox input {
  visibility: hidden;
  display: none;
  opacity: 0;
}
.custom-checkbox label:before {
  content: '';
  border: 1px solid #164B9B;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-checkbox input:checked ~ label:before {
  background-color: #164B9B;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.375L5.8125 8.5L12 1.625' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E");
}
.search-form-radio {
  cursor: pointer;
}
.search-form-radio span {
  display: flex !important;
  align-items: center;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.search-form-radio span:before {
  content: '';
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #FFFFFF;
  margin-right: 8px;
  border: 1px solid #D6DFE1;
}
.search-form-radio input:checked ~ span:before {
  background: #164B9B;
  box-shadow: inset 0 0 0 3px white;
  border: 1px solid #164B9B;
}
.search-form-radio:before {
  content: none;
}
.popover {
  padding: 24px !important;
  border: none;
  background: white;
  border-radius: 4px;
}
.popover-default > .popover-title {
  background: transparent;
  border: none;
  margin-bottom: 24px;
  padding: 0;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #04294A;
}
.popover-default > .popover-title .glyphicon {
  display: none;
}
.popover-default > .popover-content {
  padding: 0;
}
.popover-default > .popover-footer {
  padding: 0;
  margin-top: 28px;
  border: none !important;
  text-align: left;
  background: transparent !important;
}
.popover-default > .popover-footer .kv-editable-submit {
  background: #164B9B;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: white;
  letter-spacing: 0.02em;
}
.popover-default > .popover-footer .kv-editable-submit:hover {
  color: #ffffff;
  background-color: #103873;
  border: none;
}
.popover-default > .popover-footer .kv-editable-submit:focus,
.popover-default > .popover-footer .kv-editable-submit:active {
  color: #fff;
  background-color: #0b2a56;
  border: none;
}
.popover-x.right > .arrow {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(150px);
}
.popover-x.right > .arrow:after {
  background: transparent;
}
.select2-container--krajee .select2-selection--single {
  padding: 6px 35px 6px 12px;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear {
  right: 20px;
}
.select2-container--krajee .select2-dropdown {
  min-width: 200px;
}
.cabinet .header .top_nav .logo__phone {
  font-family: 'Graphik LCG';
  font-size: 18px;
  line-height: 18px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}
.cabinet #akb-grid .summary {
  font-family: 'Graphik LCG';
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.cabinet #akb-grid .summary b {
  font-weight: 500 !important;
}
.cabinet #akb-grid .table-responsive tr img {
  width: 50px;
  min-width: initial !important;
}
.cabinet #akb-grid .table-responsive tr td {
  font-family: 'Graphik Compact';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.cabinet #akb-grid .table-responsive thead th {
  font-family: 'Graphik Compact';
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #52707E;
}
.cabinet #akb-grid .table-responsive thead th a {
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #164B9B;
}
.cabinet #akb-grid .table-responsive thead th a:hover {
  color: #f47c3c;
}
.cabinet #akb-grid table.table-bordered tr.kv-grid-group-row td {
  font-family: 'Graphik LCG';
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #04294A;
}
.cabinet #akb-grid .table-responsive .input-group .btn.btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 30px;
  background: #164B9B;
  opacity: 0.2;
  border-radius: 4px;
  padding: 0;
  font-family: 'Graphik Compact';
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.cabinet #akb-grid .table-responsive .input-group .form-control {
  margin: 0 5px;
  background: #41C887;
  border-radius: 4px;
  height: 30px;
  width: 80px;
  border: none;
  box-shadow: none !important;
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.cabinet #akb-grid .table-responsive .input-group.success .btn.btn-default {
  background: #41C887;
  opacity: 0.6;
}
.cabinet #akb-grid .table-responsive .number-spinner {
  margin-bottom: 5px;
}
.cabinet #akb-grid .table-responsive .dvizh-cart-buy-button {
  background: #164B9B;
  border-radius: 4px;
  width: 100%;
  border: none !important;
  outline: none !important;
  margin-bottom: 5px;
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.cabinet #akb-grid .table-responsive .dvizh-cart-buy-button:hover {
  color: #ffffff;
  background-color: #103873;
  border: none;
}
.cabinet #akb-grid .table-responsive .dvizh-cart-buy-button:focus,
.cabinet #akb-grid .table-responsive .dvizh-cart-buy-button:active {
  color: #fff;
  background-color: #0b2a56;
  border: none;
}
.cabinet #akb-grid table.table-bordered tbody tr:nth-child(even) td:last-child {
  border-radius: 0 6px 6px 0;
}
.cabinet #akb-grid table.table-bordered tbody tr:nth-child(even) td:first-child {
  border-radius: 6px 0 0 6px;
}
.cabinet .pagination > li > a {
  background: #FFFFFF;
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 0;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #52707E;
  cursor: pointer;
}
.cabinet .pagination > li > a:hover {
  background: #164B9B;
  color: white;
}
.cabinet .pagination > li.active > a {
  background: #164B9B;
  color: white;
}
.cabinet .pagination > li:last-child > a,
.cabinet .pagination > li:last-child > span {
  border-radius: 0 4px 4px 0;
  background: #FFFFFF;
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #52707E;
}
.cabinet .pagination > li:last-child > a:hover,
.cabinet .pagination > li:last-child > span:hover {
  background: #164B9B;
  color: white;
}
.cabinet .pagination > li:first-child > a,
.cabinet .pagination > li:first-child > span {
  border-radius: 4px 0 0 4px;
  background: #FFFFFF;
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #52707E;
}
.cabinet .pagination > li:first-child > a:hover,
.cabinet .pagination > li:first-child > span:hover {
  background: #164B9B;
  color: white;
}
.cabinet-navigation ul > li > a {
  font-family: 'Graphik LCG';
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.7;
}
.cabinet-navigation ul > li > a:hover {
  font-weight: normal !important;
  text-shadow: 0 0 1px;
  opacity: 1;
}
.cabinet .btn {
  font-family: 'Graphik LCG';
}
.cabinet .btn.btn-default {
  background: #164B9B;
  border-radius: 6px;
  border: none;
  outline: none;
}
.cabinet .btn.btn-default:hover {
  color: #ffffff;
  background-color: #103873;
  border: none;
}
.cabinet .btn.btn-default:focus,
.cabinet .btn.btn-default:active {
  color: #fff;
  background-color: #0b2a56;
  border: none;
}
.cabinet .search-checkbox label {
  font-family: 'Atyp Text';
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #52707E;
  font-weight: normal;
}
.cabinet .panel-default > .panel-body label {
  font-family: 'Atyp Text';
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.cabinet .panel-default > .panel-body label > span {
  margin-left: 5px;
  display: block;
  font-family: 'Graphik LCG';
}
.cabinet .panel-heading {
  border: none;
  padding-bottom: 0;
}
.cabinet .panel-ranges {
  border: 1px solid transparent;
}
.cabinet .panel-default > .panel-body {
  background: transparent;
  border-radius: 0;
}
.cabinet .panel-body-default {
  padding: 15px;
  background: #fbfcfc;
  border-radius: 6px;
}
.cabinet .search-col > * {
  padding: 0;
}
.my-orders .summary {
  display: none;
}
.my-orders__header {
  margin-bottom: 40px;
}
.my-orders__header h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.my-orders__body .btn-default {
  padding: 5px 10px;
  font-family: 'Graphik Compact';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF !important;
}
.my-orders__footer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.my-orders__body-mobile {
  display: none;
}
.checkout-item {
  margin-bottom: 15px;
}
.checkout-header {
  margin-bottom: 40px;
}
.checkout-header__top {
  display: flex;
  justify-content: space-between;
}
.checkout-header__top h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout-header__top h1 i {
  cursor: pointer;
}
.checkout-header__title {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
  margin-right: 30px;
}
.checkout-header__title span {
  font-weight: normal;
}
.checkout-header__footer {
  display: flex;
  align-items: center;
}
.checkout-header__footer .btn-default {
  padding: 5px 10px;
  font-family: 'Graphik Compact';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.checkout-table .summary {
  display: none;
}
.checkout-table .dvizh-change-count .dvizh-arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 30px;
  background: #41C887;
  opacity: 0.6;
  border-radius: 4px;
  padding: 0;
  font-family: 'Graphik Compact';
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: transparent;
}
.checkout-table .dvizh-change-count .dvizh-cart-element-count {
  margin: 0 5px;
  background: #41C887;
  border-radius: 4px;
  height: 30px !important;
  width: 50px;
  border: none;
  box-shadow: none !important;
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  -moz-appearance: textfield;
}
.checkout-table .dvizh-cart-delete-button {
  height: 30px;
  background: transparent !important;
  border: none !important;
}
.checkout-table table.table-bordered td .dvizh-change-count a {
  color: white !important;
}
.checkout-table--mobile {
  display: none;
}
.checkout-footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.checkout-header__footer--mobile {
  display: none;
}
.cart .dvizh-change-count {
  padding: 0;
}
.checkout-table .dvizh-cart-delete-button {
  color: #AAAAAA !important;
}
.organization-header {
  margin-bottom: 40px;
}
.organization-header h1 {
  margin: 0;
}
.organization-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organization-card {
  width: 100%;
  max-width: 530px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 30px;
}
.organization-card__title {
  margin-bottom: 25px;
  font-family: 'Graphik LCG';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.organization-card__params {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #04294A;
}
.organization-card__params > span {
  font-weight: normal;
}
.organization-card__params > label {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #04294A;
}
.organization-card__params > label.agent_label {
  margin-left: 210px;
}
.my-order .mobile {
  display: none;
}
.my-order-separate {
  border-bottom: 1px solid #164B9B;
  opacity: 0.2;
  width: calc(100% + 70px);
  margin-left: -35px;
}
.my-order-separate-vertical {
  width: 1px;
  margin-top: -20px;
  background: #164B9B;
  opacity: 0.2;
  position: relative;
}
.my-order-separate-vertical:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  background: #164B9B;
  width: 1px;
  height: 20px;
}
.my-order__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.my-order__title {
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.my-order__status {
  background: #41C887;
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.my-order__payment {
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.my-order__payment.error {
  background: #DD0035;
}
.my-order__payment.success {
  background: #41C887;
}
.my-order__data {
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.my-order__clear {
  margin-left: auto;
  font-family: 'Graphik LCG';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #164B9B;
  cursor: pointer;
  transition: color 0.2s;
}
.my-order__clear:hover {
  color: #f47c3c;
}
.my-order__body {
  padding: 20px 0;
}
.my-order__body-top {
  display: flex;
  align-items: center;
  margin-left: -32px;
  margin-bottom: 20px;
}
.my-order__body-body .summary {
  display: none;
}
.my-order__body-body .kv-page-summary-container {
  display: none;
}
.my-order__body-title {
  margin-left: 32px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.my-order__body-title span {
  font-weight: normal;
}
.my-order__body-controls {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.my-order__body-controls .btn-default {
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.my-order__body-controls .btn-transparent,
.my-order__body-controls .btn-danger {
  padding: 5px 10px;
  margin-left: 8px;
  min-width: initial;
  background: transparent;
  border: 1px solid #B7C8CD;
  border-radius: 4px;
  font-family: 'Graphik Compact';
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #52707E;
  box-shadow: none !important;
  outline: none !important;
}
.my-order__body-controls .btn-transparent:hover,
.my-order__body-controls .btn-danger:hover {
  background: white;
}
.my-order__body-controls .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.my-order__body-controls .btn-danger:hover {
  background: #d9534f;
}
.my-order__footer {
  display: flex;
  padding-top: 20px;
}
.my-order__footer-left {
  padding-right: 25px;
  width: 75%;
}
.my-order__footer-right {
  padding-left: 25px;
  width: calc(25% - 1px);
}
.my-order__section {
  margin-bottom: 30px;
}
.my-order__section table th,
.my-order__section td {
  padding: 0 5px 15px 0 !important;
}
.my-order__section table th {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.my-order__section table td {
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.my-order__section tr {
  background: transparent !important;
}
.my-order__section-title {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
  margin-bottom: 35px;
}
.my-order__delivery {
  display: flex;
  flex-direction: column;
}
.my-order__delivery .select2-selection {
  height: 35px;
  padding: 0 24px 0 12px;
  border-color: white;
  box-shadow: none !important;
  outline: none !important;
  font-family: 'Graphik LCG';
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #52707E;
}
.my-order__delivery .select2-selection__arrow {
  border: none !important;
}
.my-order__delivery .form-control-textarea {
  min-height: 60px;
  width: 100% !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.my-order__delivery input[type='text'].form-control {
  background: #FFFFFF !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.my-order__delivery .help-block {
  display: none;
}
.my-order__delivery .btn-primary {
  height: 35px;
  padding: 0 10px;
  background: #164B9B;
  border-radius: 4px;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}
.my-order__delivery-title {
  margin-bottom: 12px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.my-order__delivery-top {
  margin-bottom: 32px;
}
.my-order__delivery-content {
  display: flex;
  margin-left: -16px;
}
.my-order__delivery-content label {
  display: none;
}
.my-order__delivery-content > * {
  margin-left: 16px;
}
.my-order__delivery-content > *:first-child {
  flex: 1;
}
.my-order__delivery-content > * > * {
  margin: 0;
}
.my-order__delivery-content .field-order-payment_type_id {
  display: none;
}
.my-order__delivery-body {
  display: flex;
  margin-left: -32px;
}
.my-order__delivery-body label.control-label {
  display: none;
}
.my-order__delivery-body #order-shipping_type_id {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.my-order__delivery-body .radio-inline {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 20px;
  font-family: 'Graphik LCG';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.my-order__delivery-body .radio-inline input {
  width: 20px;
  height: 20px;
  outline: none;
  display: block !important;
  position: initial !important;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 0;
}
.my-order__delivery-body > * {
  margin-left: 32px;
  width: calc(50% - 32px);
}
.order-form .control-label {
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #04294A;
}
.order-form input[type='text'].form-control,
.order-form .form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
}
.order-form textarea.form-control {
  line-height: 20px;
  min-height: 65px;
  padding: 10px 15px;
}
.order-form .form-group.offer {
  margin-top: 32px;
}
.order-form .profile-section {
  margin-bottom: 0 !important;
}
.deleted_element_title {
  margin: 20px 0 20px 0;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.profile .btn-primary {
  background: #164B9B;
  border-radius: 6px;
  border: none !important;
  outline: none !important;
  padding: 10px 20px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.profile-top {
  margin-bottom: 30px;
}
.profile-body {
  display: flex;
  align-items: baseline;
  margin-left: -32px;
}
.profile-body > * {
  margin-left: 32px;
  width: calc(50% - 32px);
}
.profile__title {
  margin: 0;
}
.profile-card {
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}
.profile-section {
  margin-bottom: 40px;
}
.profile-section__title {
  margin-bottom: 32px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.profile-section__item {
  display: flex;
}
.profile-section__item-title {
  width: 80px;
  margin-right: 16px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #04294A;
}
.profile-section__item-control {
  flex: 1;
}
.profile-section__item-control label {
  display: none;
}
.profile-section__item-control input[type='text'].form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C9D8DD;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
}
.profile-section__item-control span {
  line-height: 35px;
  height: 35px;
  padding: 0;
}
.profile-card-password .profile-section__item-title {
  width: 150px;
}
.page-product {
  display: flex;
}
.page-product__counter {
  display: flex;
}
.page-product__button-favorite {
  color: #b7c4d8;
  cursor: pointer;
  font-size: 28px;
  margin-left: 15px;
}
.page-product__button-favorite--active {
  color: #DD0035;
}
.page-product .mobile {
  display: none;
}
.page-product__left {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.page-product__right {
  width: calc(90% - 360px - 60px);
  margin-left: 60px;
}
.page-product__title {
  margin-bottom: 16px;
  margin-top: 0;
  font-family: 'Graphik LCG';
  font-weight: normal;
  font-size: 22px;
  line-height: 100%;
  color: #04294A;
}
.page-product__price {
  margin-bottom: 32px;
  font-family: 'Graphik LCG';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.page-product__specifications {
  margin-bottom: 32px;
}
.page-product__specifications table {
  margin: 0;
}
.page-product__specifications table tr {
  background: transparent !important;
}
.page-product__specifications table tr th {
  border: none !important;
  position: relative;
  padding: 0 !important;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #04294A;
}
.page-product__specifications table tr th span {
  background: #e6eaed;
  padding-right: 5px;
}
.page-product__specifications table tr th:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 13px;
  width: calc(100% - 5px);
  border-bottom: 1px dotted #04294A;
  opacity: 0.5;
  z-index: -1;
}
.page-product__specifications table tr td {
  border: none !important;
  padding: 0 !important;
  font-family: 'Graphik LCG';
  font-size: 16px;
  line-height: 34px;
  color: #04294A;
}
.page-product__specifications-info {
  margin-left: 10px;
  color: #52707E;
}
.page-product__specifications .popover {
  padding: 0 !important;
}
.page-product__description {
  font-family: 'Graphik LCG';
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.page-product__button-back {
  display: flex;
  align-items: center;
  border: 1px solid #B7C8CD;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 40px;
  font-family: 'Graphik LCG';
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #52707E;
}
.page-product__button-back svg {
  margin-right: 8px;
}
.page-product__button-back:hover {
  background: #B7C8CD;
  color: black;
}
.page-product__button-back:hover svg {
  color: black;
}
.page-product__button-back:active,
.page-product__button-back:focus {
  background: #B7C8CD;
  color: black;
}
.page-product__images {
  margin-bottom: 40px;
}
.page-product__images .product-images {
  margin: 0;
}
.page-product__control {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}
.page-product__control > * {
  flex: 1;
}
.page-product__control .number-spinner {
  margin: 0;
}
.page-product__control .input-group input {
  background: #41C887;
  border-radius: 4px !important;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 10px;
  height: 30px;
  margin: 0 8px;
  min-width: initial;
  width: 100px;
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.page-product__control .input-group button {
  border: none;
  outline: none;
  height: 30px;
  min-width: 20px;
  background: #164B9B;
  opacity: 0.2;
  border-radius: 4px;
  font-family: 'Graphik LCG';
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.page-product__control .page-product__button-buy {
  margin: 8px 0;
  width: 210px;
  background: #164B9B;
  border-radius: 4px;
  height: 30px;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.page-product__sky {
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  color: #04294A;
  width: 100%;
  text-align: center;
}
.page-authorization__top {
  margin-bottom: 32px;
}
.page-authorization__body .control-label {
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.page-authorization__body input[type='text'].form-control,
.page-authorization__body .form-control {
  height: 35px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
}
.page-authorization__title {
  margin: 0;
}
.page-authorization__form-control {
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-top: 32px;
}
.page-authorization__form-control > * {
  margin-left: 16px;
}
.page-authorization__form-control .btn-success {
  height: 40px;
  border-radius: 6px;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 20px;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.page-authorization__form-control .btn-primary {
  height: 40px;
  border-radius: 6px;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 20px;
  font-family: 'Graphik LCG';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.page-products__table-header {
  margin-bottom: 16px;
}
.page-products__table-header-title {
  font-family: 'Graphik LCG';
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.page-products__filter {
  display: flex;
  margin-bottom: -20px;
}
.page-products__filter .panel-heading,
.page-products__filter .panel-body {
  padding: 0;
}
.page-products__filter .panel-heading {
  margin-bottom: 16px;
}
.page-products__filter > * {
  margin-left: 24px;
}
.page-products__filter-left {
  display: flex;
  margin-left: -24px;
}
.page-products__filter-left > * {
  width: calc(50% - 24px);
  margin-left: 24px;
}
.page-products__filter-right {
  width: 100%;
  max-width: 450px;
}
.page-products__filter-right .panel-default > .panel-body label > span {
  margin-left: auto;
}
.page-products__filter-right .slider-to,
.page-products__filter-right .slider-from {
  display: block;
  width: 40px;
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #52707E;
}
.page-products__filter-right .slider.slider-horizontal {
  margin: 0 11px 0 19px;
}
.page-products__filter-right .slider-from {
  text-align: right;
}
.page-products__button-search {
  padding: 10px 25px;
}
.product-search input[type='text'].form-control {
  padding: 8px 12px 6px 50px;
}
.page-products__table-control {
  display: flex;
}
.page-products__table-control .form-control {
  background: #164B9B;
  border-radius: 4px;
  padding: 0 10px;
  width: 90px;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  font-family: 'Graphik Compact';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.page-products__table-control .btn.btn-default {
  background: #b7c4d8;
  border-radius: 4px;
  padding: 0 3px;
  min-width: 16px;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'Graphik Compact';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
}
.page-products__table-control.success .form-control {
  background: #41C887;
  cursor: initial;
}
.page-products__table-control.success .btn.btn-default {
  background: #80d3ad;
}
.page-products__table-control.success .btn.btn-default:hover {
  background: #64ce9a;
}
.page-products__table-control.success .btn.btn-default:active,
.page-products__table-control.success .btn.btn-default:focus {
  background: #41C887;
}
.page-products__content--mobile {
  display: none;
}
.page-products__button-favorite {
  color: #b7c4d8;
  cursor: pointer;
}
.page-products__button-favorite--active {
  color: #DD0035;
}
@media all and (min-width: 640px) {
  .page-products__filter .panel-body {
    display: block !important;
  }
  .page-products__filter .panel-heading svg {
    display: none;
  }
}
.content-width {
  max-width: 1170px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-width .content-width {
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
  }
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ic-t {
  font-size: 0;
}
.ic-t > * {
  vertical-align: top;
  font-size: 100%;
}
.ic-m {
  font-size: 0;
}
.ic-m > * {
  vertical-align: middle;
  font-size: 100%;
}
.vc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.vc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.va {
  position: relative;
}
.va:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
html.modal-open {
  overflow: hidden;
}
/*!
 * =============================
 *
 * 		#TYPOGRAPHY
 *
 * =============================
 */
::-webkit-input-placeholder {
  color: #bababa;
  opacity: 1;
}
:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bababa;
  opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #fc5e5e;
}
body input:required:valid,
body textarea:required:valid {
  color: #000;
}
input:focus,
textarea:focus {
  color: #000;
}
html {
  overflow-x: hidden;
}
body {
  min-height: 100%;
  background: #fff;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a {
  color: #6d66ff;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color 0.2s;
}
li {
  outline: 0;
}
button,
input[type=submit] {
  cursor: pointer;
}
button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
}
textarea {
  font-family: "Roboto Condensed", sans-serif;
  resize: none;
}
/*!
 * =============================
 *
 *     #FONTS
 *
 * =============================
 */
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans/regular/OpenSans-regular.eot);
  src: url(../fonts/OpenSans/regular/OpenSans-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans/regular/OpenSans-regular.svg) format("svg"), url(../fonts/OpenSans/regular/OpenSans-regular.woff) format("woff"), url(../fonts/OpenSans/regular/OpenSans-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*!
 * =============================
 *
 *     #COMMON
 *
 * =============================
 */
.clear-btn {
  outline: 0;
  border: none;
  background-color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
}
.clear-ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.btn-main-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.btn-main {
  display: inline-block;
  min-width: 280px;
  border: 2px solid #0073bd;
  text-align: center;
  border-radius: 6px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #0073bd;
  -webkit-transition: background .2s,color .2s;
  -o-transition: background .2s,color .2s;
  transition: background 0.2s, color 0.2s;
}
.btn-main:hover {
  background: #0073bd;
  color: #fff;
}
.btn-main_condensed {
  min-width: 240px;
}
.btn-main_color_revert {
  background: #0073bd;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
}
.btn-main_color_revert:hover {
  background-color: #00548a;
  border-color: #00548a;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section_bg_accent {
  background: #0073bd;
  color: #fff;
}
.section_bg_light {
  background: #efefef;
}
.section-title {
  margin-bottom: 65px;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
.section-title__text {
  margin-top: 10px;
  font-size: 22px;
}
.section-sub-title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 30px;
}
/*!
 * =============================
 *
 *     #HEADER
 *
 * =============================
 */
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.header__logo {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.nav::before {
  display: none;
}
.nav__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav__item {
  display: inline-block;
  margin-right: 20px;
}
.nav__item-main {
  margin-right: 40px;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav .nav__item {
  height: 100%;
}
.nav .nav__link {
  height: 100%;
  display: block;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.7;
  text-transform: none;
}
.nav .nav__link:hover {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #5C9DFF;
  border-bottom: 5px solid #5C9DFF;
}
.nav__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.nav__link:hover {
  color: #5C9DFF;
  font-weight: 500;
}
.nav__link:hover {
  color: #0073bd;
}
.nav__overlay {
  position: fixed;
  z-index: 900;
  display: none;
  opacity: 0;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: opacity .3S;
  -o-transition: opacity .3S;
  transition: opacity 0.3 S;
}
.nav__overlay_animate {
  opacity: .7;
}
.nav__overlay_visible {
  display: block;
}
.nav__mob-button {
  display: none;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  background: url(/img/decor/menu.png) no-repeat;
  cursor: pointer;
}
.nav__close {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  top: 0;
  right: 17px;
  opacity: 1;
  font-size: 1.75rem;
  color: #fff;
}
.nav__close:after {
  content: '\000D7';
}
/*!
 * =============================
 *
 *     #WELCOME
 *
 * =============================
 */
.welcome {
  min-height: calc(13vh);
  background-image: url(/img/decor/welcome-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.welcome__content {
  padding-top: 100px;
  padding-bottom: 50px;
}
.welcome__title {
  margin-bottom: 15px;
  font-size: 60px;
  text-align: center;
  font-weight: 300;
}
.welcome__sub-title {
  margin-bottom: 70px;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
.welcome__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.welcome__nav .btn-main {
  width: calc(50% - 15px);
}
.welcome__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.welcome__info-block {
  width: calc(50% - 15px);
}
.info-block__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}
.info-block__list {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
}
.info-block__list li {
  margin-bottom: 10px;
}
.welcome__scroll {
  text-align: center;
}
.welcome__scroll-btn {
  opacity: .4;
}
/*!
 * =============================
 *
 *     #ADVANTAGES
 *
 * =============================
 */
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}
.advantages__item {
  padding-left: 10px;
  padding-right: 10px;
}
.advantages__item-title {
  text-align: center;
  font-size: 20px;
}
/*!
 * =============================
 *
 *     #STAT
 *
 * =============================
 */
.stat {
  background-image: url(/img/decor/map-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stat__content {
  padding-top: 35px;
  padding-bottom: 35px;
}
.stat__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.stat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #0073bd;
  font-size: 22px;
}
.stat__item strong {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
}
.stat__text {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
/*!
 * =============================
 *
 *     #INFO
 *
 * =============================
 */
.info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-item {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.info-item__title {
  margin-bottom: 15px;
  font-size: 22px;
}
.info-item__text {
  font-size: 18px;
}
/*!
 * =============================
 *
 *     #CLIENTS
 *
 * =============================
 */
.clients__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.clients__list {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
/*!
 * =============================
 *
 *     #SUPPORT
 *
 * =============================
 */
.support {
  position: relative;
  min-height: 500px;
}
.support:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  left: 25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/img/decor/support-bg.png) no-repeat center;
  background-size: cover;
}
.support__content {
  width: 50%;
  margin-left: 50%;
  padding-left: 60px;
}
.support__content .section-title {
  margin-bottom: 40px;
  text-align: left;
}
.support__list {
  padding-left: 20px;
}
.support__list li {
  margin-bottom: 12px;
}
/*!
 * =============================
 *
 *     #BRANDS
 *
 * =============================
 */
.brands-carousel {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 30px;
  padding-bottom: 30px;
}
.brands-carousel__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brands__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
/*!
 * =============================
 *
 *     #FEEDBACK
 *
 * =============================
 */
.feedback {
  background: url(/img/decor/feedback-bg.png) no-repeat center;
  background-size: cover;
  background-position: center;
}
.feedback__content {
  max-width: 980px !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.feedback__nav {
  margin-bottom: 30px;
}
.feedback__nav span {
  display: inline-block;
  margin-right: 30px;
  font-size: 50px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
}
.feedback__nav span:last-child {
  margin-right: 0;
}
.feedback__nav span:hover {
  color: #0073bd;
}
.feedback__nav span.active {
  text-decoration: underline;
  color: #0073bd;
}
.feedback-tab {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feedback-tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback-tab__info {
  margin-right: 30px;
}
.feedback-tab__title {
  margin-bottom: 25px;
  font-size: 30px;
}
.feedback-tab__list li {
  margin-bottom: 7px;
}
.feedback-tab__list li span {
  margin-left: 15px;
}
.form-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 480px;
}
.form-main__title {
  margin-bottom: 20px;
  font-size: 30px;
}
.form-main__fields input,
.form-main__fields textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 8px 12px;
}
.form-main__fields textarea {
  min-height: 90px;
}
.form-main__submit {
  width: 100%;
}
/*!
 * =============================
 *
 *     #FOOTER
 *
 * =============================
 */
.footer__content {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.footer__text {
  margin-bottom: 0;
}
.content-width {
  max-width: 1170px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-width .content-width {
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
  }
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ic-t {
  font-size: 0;
}
.ic-t > * {
  vertical-align: top;
  font-size: 100%;
}
.ic-m {
  font-size: 0;
}
.ic-m > * {
  vertical-align: middle;
  font-size: 100%;
}
.vc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.vc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.va {
  position: relative;
}
.va:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
html.modal-open {
  overflow: hidden;
}
@media only screen and (max-width: 74.9375em) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .welcome__content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .welcome__title {
    font-size: 45px;
  }
  .welcome__sub-title {
    font-size: 35px;
  }
  .stat__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stat__item {
    width: 50%;
    margin-bottom: 50px;
  }
  .stat__item strong {
    margin-top: 0;
    margin-bottom: 0;
  }
  .support {
    min-height: auto;
  }
}
@media only screen and (max-width: 56.1875em) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .section-title br {
    display: none;
  }
  .section-title__text {
    font-size: 16px;
  }
  .section-sub-title {
    font-size: 22px;
  }
  .nav__list {
    position: fixed;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 220px;
    background: #00548a;
    min-height: calc(100vh);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav__list.animate {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .nav__list.trs {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  body.no-js .nav__list {
    position: static;
    width: auto;
  }
  .nav__mob-button {
    display: block;
  }
  .nav__item {
    display: block;
    margin-right: 0;
  }
  .nav__link {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 12px 20px;
    text-align: left;
    color: #fff;
  }
  .welcome__content {
    padding-bottom: 30px;
  }
  .welcome__title {
    font-size: 30px;
  }
  .welcome__sub-title {
    margin-bottom: 40px;
    font-size: 25px;
  }
  .welcome__nav {
    margin-bottom: 40px;
  }
  .advantages__items {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .advantages__item {
    text-align: center;
  }
  .advantages__item br {
    display: none;
  }
  .advantages__item-title {
    position: relative;
    font-size: 18px;
  }
  .stat__item {
    font-size: 20px;
  }
  .stat__item strong {
    font-size: 35px;
  }
  .info-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-item {
    margin-bottom: 35px;
  }
  .info-item:last-child {
    margin-bottom: 0;
  }
  .support__content {
    padding-left: 30px;
  }
  .support__content .section-title {
    margin-bottom: 20px;
  }
  .brands__info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .feedback__nav span {
    font-size: 30px;
  }
  .feedback-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .feedback-tab__title,
  .form-main__title {
    font-size: 22px;
  }
  .feedback-tab__info {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 37.4375em) {
  .btn-main {
    min-width: 180px;
    font-size: 16px;
    padding: 5px 12px;
  }
  .section-title {
    font-size: 25px;
  }
  .section-title__text {
    font-size: 14px;
  }
  .section-sub-title {
    font-size: 20px;
  }
  .header__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__logo {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .header__link {
    margin-right: auto;
  }
  .welcome__title {
    font-size: 22px;
  }
  .welcome__sub-title {
    font-size: 20px;
  }
  .welcome__nav {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .welcome__nav .btn-main {
    margin-bottom: 20px;
  }
  .welcome__info {
    display: none;
  }
  .advantages__item-title {
    font-size: 17px;
  }
  .stat__item {
    width: 100%;
    margin-bottom: 35px;
  }
  .stat__item:last-child {
    margin-bottom: 0;
  }
  .clients__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .clients__list {
    margin-bottom: 30px;
  }
  .clients__list:last-child {
    margin-bottom: 0;
  }
  .support:before {
    display: none;
  }
  .support__content {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .brands-carousel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .brands__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .brands__info .info-block {
    margin-bottom: 25px;
  }
  .brands__info .info-block:last-child {
    margin-bottom: 0;
  }
  .feedback__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feedback__nav span {
    margin-right: 20px;
    font-size: 20px;
  }
  .feedback-tab__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .header .top_nav__navigation {
    display: none;
  }
  .header .header__logo {
    margin: 0;
  }
  .header .nav__mob-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-left: auto;
    background: transparent;
  }
  .header .cart-widget {
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 6px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .header a.dvizh-cart-informer {
    padding: 0;
    font-family: 'Graphik Compact';
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .header .cabinet-navigation {
    flex-direction: column-reverse;
  }
  .header .nav__list {
    display: flex;
    align-items: center;
    background: transparent;
    overflow: auto;
    margin-left: -24px;
    margin-bottom: 10px;
    position: initial;
    z-index: initial;
    top: initial;
    right: initial;
    width: initial;
    min-height: initial;
    transform: initial;
  }
  .header .nav__list > li {
    margin-left: 24px;
  }
  .header .nav__list > li > a {
    padding: 0;
    font-family: 'Graphik Compact';
    font-size: 17px !important;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.7;
    border: none !important;
    white-space: nowrap;
  }
  .logo__phone {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .cabinet .well {
    padding: 16px;
  }
  #akb-grid {
    padding: 16px;
  }
  .container {
    padding: 0 8px;
  }
  .search-input {
    max-width: 100%;
  }
  .product-search input[type='text'].form-control {
    padding: 8px 10px 6px 40px;
  }
  .cabinet h1 {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .product-search__header {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .product-search__header .page-products__button-search {
    margin-bottom: 16px;
    width: 100%;
  }
  .product-search__header .search-input-label {
    margin-bottom: 16px;
  }
  .product-search__header .search-inputs-group {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .product-search__header .search-checkbox {
    margin-left: 0 !important;
  }
  .search-checkbox--pc {
    display: none;
  }
  .search-checkbox--mobile {
    display: block;
  }
  .page-products__filter {
    flex-direction: column;
  }
  .page-products__filter-left {
    flex-direction: column;
  }
  .page-products__filter-left > * {
    width: calc(100% - 24px);
  }
  .page-products__filter-right {
    margin-left: 0;
    max-width: 100%;
  }
  .page-products__filter-right .panel-body-default {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .page-products__filter-right .form-group {
    flex-wrap: wrap;
  }
  .page-products__filter-right label.control-label {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
  }
  .page-products__filter-right .slider.slider-horizontal {
    width: calc(100% - 110px);
    margin: 0;
  }
  .page-products__filter-right .slider-from {
    text-align: left;
  }
  .page-products__filter-right .slider-to {
    text-align: right;
  }
  .page-products__filter-right .field-productsearch-polyarnost {
    margin-top: 24px;
  }
  .page-products__filter-right .field-productsearch-polyarnost .control-label {
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 14px;
  }
  .page-products__filter-right .field-productsearch-polyarnost #productsearch-polyarnost {
    margin-left: 0 !important;
  }
  .cabinet .panel-default > .panel-body label {
    font-family: 'Atyp Text';
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #52707E;
  }
  .page-products__filter .panel-heading {
    margin-bottom: 0;
  }
  .page-products__filter .panel-body {
    margin-top: 16px;
  }
  .page-products__filter .panel-body-selection-characteristics {
    margin-top: 24px;
  }
  .page-products__content--pc {
    display: none;
  }
  .page-products__content--mobile {
    display: block;
  }
  .page-products__content--title {
    margin-bottom: 16px;
    font-family: 'Graphik LCG';
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #04294A;
  }
  .page-products__content--mobile .table-responsive {
    border: none !important;
  }
  .page-products__content--mobile thead {
    display: none;
  }
  .page-products__content--mobile td {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-products__content--mobile tr {
    background: transparent !important;
  }
  .page-products__content--mobile .kv-grid-group-row {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
  .page-products__content--mobile .kv-grid-group-row > td {
    text-align: left !important;
    line-height: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
  }
  .page-products__content--mobile .table-responsive .number-spinner {
    margin-bottom: 0 !important;
  }
}
.mobile-card-product {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  padding: 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  text-align: left;
  white-space: normal;
}
.mobile-card-product__top {
  display: flex;
  margin-bottom: 16px;
}
.mobile-card-product__image {
  width: 70px;
  height: 60px;
  margin-right: 16px;
}
.mobile-card-product__image img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}
.mobile-card-product__name {
  margin-bottom: 8px;
  max-width: 110px;
  display: block;
  font-family: 'Graphik LCG';
  font-size: 14px;
  line-height: 130%;
  color: #04294A;
}
.mobile-card-product__price {
  font-family: 'Graphik LCG';
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.mobile-card-product__body {
  display: none;
  margin-bottom: 16px;
}
.mobile-card-product__footer {
  display: flex;
  align-items: center;
}
.mobile-card-product__footer-buy .btn-default {
  display: none;
}
.mobile-card-product__footer-buy .form-control {
  width: 70px;
  padding: 0 5px;
  margin: 0;
  font-family: 'Graphik Compact';
  font-weight: normal;
  font-size: 12px;
  line-height: 23px;
  height: 24px;
}
.mobile-card-product__footer-buy .page-products__table-control {
  margin: 0;
}
.mobile-card-product__footer-open-characteristics {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 6px;
  font-family: 'Graphik LCG';
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #52707E;
}
.mobile-card-product__footer-open-characteristics .open {
  display: none;
}
.mobile-card-product__footer-open-characteristics svg {
  margin-left: 8px;
  transform: rotate(180deg);
}
.mobile-card-product__information {
  display: flex;
  align-items: center;
  margin-left: -12px;
}
.mobile-card-product__information > * {
  width: calc(50% - 12px);
  margin-left: 12px;
}
.mobile-card-product__information > label {
  font-family: 'Graphik Compact';
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #52707E;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.mobile-card-product__information > label span {
  background: #dfe3e6;
  padding-right: 4px;
}
.mobile-card-product__information > label:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 6px;
  width: calc(100% + 8px);
  height: 1px;
  border-bottom: 1px dotted #04294A;
  opacity: 0.5;
}
.mobile-card-product__information > span {
  font-family: 'Graphik Compact';
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #04294A;
}
.mobile-card-product.open .mobile-card-product__body {
  display: block;
}
.mobile-card-product.open .mobile-card-product__footer {
  flex-direction: column;
}
.mobile-card-product.open .mobile-card-product__footer-buy {
  width: 100%;
  margin-bottom: 16px;
}
.mobile-card-product.open .mobile-card-product__footer-buy .btn-default {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.mobile-card-product.open .mobile-card-product__footer-buy .form-control {
  height: 30px;
  width: 100%;
  margin: 0 8px;
  font-size: 14px;
  line-height: 29px;
}
.mobile-card-product.open .mobile-card-product__footer-open-characteristics .open {
  display: block;
}
.mobile-card-product.open .mobile-card-product__footer-open-characteristics .closed {
  display: none;
}
.mobile-card-product.open .mobile-card-product__footer-open-characteristics svg {
  transform: rotate(0deg);
}
@media all and (max-width: 640px) {
  .checkout-header__title {
    display: none;
  }
  .my-orders__header {
    margin-bottom: 16px;
  }
  .my-orders__header h1 {
    margin-bottom: 0;
  }
  .my-orders__body-mobile {
    display: block;
  }
  .my-orders__body-pc {
    display: none;
  }
}
.mobile-my-orders-card {
  padding: 24px 16px;
  background: #FAFBFB;
  border-radius: 4px;
  margin-bottom: 16px;
}
.mobile-my-orders-card__top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.mobile-my-orders-card__body {
  margin-bottom: 12px;
}
.mobile-my-orders-card__title {
  font-family: 'Graphik LCG';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #04294A;
}
.mobile-my-orders-card__status {
  padding: 5px 10px;
  border-radius: 100px;
  margin-left: 8px;
  background: #41C887;
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.mobile-my-orders-card__information {
  display: flex;
  align-items: center;
  margin-left: -12px;
}
.mobile-my-orders-card__information > * {
  width: calc(50% - 12px);
  margin-left: 12px;
}
.mobile-my-orders-card__information > label {
  font-family: 'Graphik Compact';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #52707E;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.mobile-my-orders-card__information > label span {
  background: #fafbfb;
  padding-right: 4px;
  z-index: initial;
}
.mobile-my-orders-card__information > label:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 6px;
  width: calc(100% + 8px);
  height: 1px;
  border-bottom: 1px dotted #04294A;
  opacity: 0.5;
}
.mobile-my-orders-card__information > span {
  font-family: 'Graphik Compact';
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #04294A;
}
@media all and (max-width: 640px) {
  .organization-header {
    margin-bottom: 16px;
  }
  .organization-card {
    padding: 16px;
  }
  .organization-card__title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
  }
  .organization-card__params {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: -12px;
    margin-bottom: 8px;
  }
  .organization-card__params > * {
    margin-left: 12px;
  }
  .organization-card__params > label {
    width: 100%;
    max-width: 100px;
    font-family: 'Graphik Compact';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #52707E;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .organization-card__params > label span {
    background: #fafbfb;
    padding-right: 4px;
    z-index: initial;
  }
  .organization-card__params > label:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: calc(100% + 8px);
    height: 1px;
    border-bottom: 1px dotted #04294A;
    opacity: 0.5;
  }
  .organization-card__params > span {
    font-family: 'Graphik Compact';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #04294A;
  }
  .organization-card__params > label {
    max-width: 100%;
    margin-bottom: 4px;
  }
  .organization-card__params > label:after {
    content: none;
  }
  .organization-card__params > label > span > span {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .profile-top {
    margin-bottom: 16px;
  }
  .profile-body {
    flex-direction: column;
    margin-left: 0;
  }
  .profile-body > * {
    width: 100%;
    margin-left: 0;
  }
  .profile-card {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .profile-section {
    margin-bottom: 16px;
  }
  .profile-section__title {
    margin-bottom: 24px;
    font-size: 16px;
    color: #04294A;
  }
  .profile-section__item {
    flex-direction: column;
  }
  .profile-section__item-title {
    margin-bottom: 8px;
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #04294A;
  }
}
@media all and (max-width: 640px) {
  .checkout-table--pc {
    display: none;
  }
  .checkout-table--mobile {
    display: block;
  }
  .checkout-header__top h1 {
    margin-bottom: 28px;
  }
  .checkout-header__footer {
    flex-direction: column;
  }
  .checkout-header__footer--pc {
    display: none;
  }
  .checkout-header__footer--mobile {
    display: block;
  }
  .checkout-header__footer--mobile .checkout-header__title {
    display: flex;
    margin-bottom: 12px;
  }
  .checkout-header__footer--mobile .checkout-header__title--end {
    margin: 14px 0;
    border-top: 1px solid rgba(82, 112, 126, 0.3);
  }
  .checkout-header__footer--mobile .btn-default {
    padding: 0 10px;
    height: 30px;
    font-family: 'Graphik Compact';
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
  }
  .checkout-table table thead {
    display: none;
  }
  .checkout-table table tbody {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .checkout-table table td {
    padding: 0 !important;
    margin: 0 !important;
  }
  .checkout-table table tr {
    background: transparent !important;
  }
  .checkout-table .table-responsive {
    border: none !important;
  }
  .checkout-table .mobile-card-product {
    text-align: left;
    white-space: normal;
    position: relative;
    z-index: 1;
  }
  .checkout-table .mobile-card-product .mobile-card-product__top {
    position: relative;
  }
  .checkout-table .mobile-card-product .mobile-card-product__remove {
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .checkout-table .mobile-card-product .mobile-card-product__image {
    width: 90px;
  }
  .checkout-table .mobile-card-product .mobile-card-product__image img {
    width: 100% !important;
  }
  .checkout-table .mobile-card-product.open .mobile-card-product__footer-buy .dvizh-cart-element-count {
    width: 100%;
  }
  .checkout-table .mobile-card-product.open .mobile-card-product__footer-buy .dvizh-arr {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
@media all and (max-width: 640px) {
  .page-product .mobile {
    display: block;
  }
  .page-product .mobile.page-product__button-back {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 0 15px;
    height: 30px;
    width: fit-content;
    font-size: 16px;
    line-height: 29px;
  }
  .page-product__left {
    display: none;
  }
  .page-product__right {
    margin-left: 0;
    width: 100%;
  }
  .page-product__title {
    max-width: 200px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 130%;
  }
  .page-product__price {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .page-product__control {
    margin-bottom: 16px;
  }
  .page-product__control .input-group {
    display: flex;
    align-items: center;
  }
  .page-product__control .input-group-btn {
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .page-product__control .input-group-btn > * {
    width: 100%;
  }
  .page-product__control .form-control {
    width: 100% !important;
  }
  .page-product__control .page-product__button-buy {
    width: 100%;
  }
  .page-product__sky {
    margin-bottom: 24px;
  }
  .page-product__specifications table tr {
    position: relative;
    display: flex;
    align-items: center;
  }
  .page-product__specifications table tr td {
    text-align: right;
    margin-left: auto;
    background: #e6eaed;
    padding-left: 5px !important;
  }
  .page-product__specifications table tr th {
    position: initial;
    max-width: 150px;
    white-space: normal;
    line-height: 18px;
  }
}
@media all and (max-width: 640px) {
  .my-order .mobile {
    display: block;
  }
  .my-order .pc {
    display: none;
  }
  .my-order__header {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .my-order__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #04294A;
  }
  .my-order__status {
    margin-left: 8px;
    margin-right: 0;
    font-family: 'Graphik Compact';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: #FFFFFF;
  }
  .my-order__data {
    width: 100%;
    margin-top: 12px;
  }
  .my-order__body-top {
    margin-left: 0;
  }
  .my-order__body-title {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .my-order__body-controls {
    border-top: 1px solid #bac6cc;
    border-bottom: 1px solid #bac6cc;
    margin: 14px 0;
    padding: 14px 0;
  }
  .my-order__body-controls .btn {
    padding: 0px 8px;
    margin-left: 0;
    margin-right: 8px;
    font-family: 'Graphik Compact';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    height: 30px;
    text-align: center;
  }
  .my-order__body-controls .btn:last-child {
    margin-right: 0;
  }
  .my-order__body-controls > * {
    width: calc(100% / 3);
  }
  .my-order__body-body.mobile thead {
    display: none;
  }
  .my-order__body-body.mobile td {
    padding: 0 !important;
    margin: 0 !important;
  }
  .my-order__body-body.mobile tr {
    background: transparent !important;
  }
  .my-order__body-body.mobile .table-responsive {
    border: none !important;
  }
  .my-order__body-body.mobile .page-products__table-control {
    margin-bottom: 0 !important;
  }
  .my-order__body-body.mobile .mobile-card-product {
    z-index: initial;
  }
  .my-order__footer {
    flex-direction: column;
  }
  .my-order__footer .my-order-separate-vertical {
    display: none;
  }
  .my-order__footer-left {
    width: 100%;
    padding: 0;
  }
  .my-order__footer-right {
    width: 100%;
    padding: 0;
  }
  .my-order__section-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .my-order__delivery-title {
    margin-bottom: 8px;
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #04294A;
  }
  .my-order__delivery-top {
    margin-bottom: 24px;
  }
  .my-order__delivery-body {
    flex-direction: column;
  }
  .my-order__delivery-body > * {
    width: calc(100% - 32px);
  }
  .my-order__delivery-content--organization {
    flex-direction: column;
  }
  .my-order__delivery-content--organization .btn-primary {
    margin-top: 10px;
    width: 100%;
  }
}
.mobile-menu {
  display: none;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.mobile-menu__header .nav__mob-button {
  background: transparent;
  margin: 0;
  margin-left: auto;
}
.mobile-menu__body-section {
  background: #e5e9ed;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.mobile-menu__body-section-title {
  font-family: 'Graphik LCG';
  font-size: 20px;
  line-height: 130%;
  color: #04294A;
  margin-bottom: 8px;
}
.mobile-menu__body-section a {
  font-family: 'Graphik Compact';
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #5C9DFF;
}
.mobile-menu__body-section-controll {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__body-section-controll li {
  margin-bottom: 8px;
}
.mobile-menu__body-section-controll a {
  color: #164B9B;
  display: flex;
  align-items: center;
}
.mobile-menu__body-section-controll a svg {
  margin-bottom: -5px;
  margin-right: 8px;
}
@media all and (max-width: 640px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #04294a;
  }
  .mobile-menu.open {
    display: block;
  }
  .mobile-menu__logo {
    max-width: 250px;
  }
  .mobile-menu__content {
    padding: 10px 15px;
  }
}
.docs h1 {
  margin: 0 0 40px;
}
.docs .panel-default {
  border: 1px solid #c9d8dd;
  padding: 10px 10px 17px;
}
.modal-link {
  border-bottom: 1px dashed;
}
.modal-link:hover,
.modal-link:focus,
.modal-link:active {
  text-decoration: none;
  opacity: .8;
}
a.desc::after {
  content: "↓";
  margin-left: 4px;
}
a.asc::after {
  content: "↑";
  margin-left: 4px;
}
#user-0-org-targ {
  display: block;
}
.order_count {
  margin: 0 20px;
  line-height: 30px;
}
.mobile-card-product__footer-buy .btn-default.dwn,
.mobile-card-product__footer-buy .btn-default.up {
  display: block !important;
}
@media all and (max-width: 640px) {
  #modal-order-add-content .modal-dialog {
    max-width: 90% !important;
    margin: auto !important;
  }
  #modal-order-add-content .page-products__content--pc {
    display: block !important;
  }
}
