body {
  font-size: 14px;
  line-height: 1.2;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.hidden {
  display: none !important;
}

a {
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge.badge-primary {
  background-color: #00a9e9;
}

#country_tabs > ul.nav-tabs > li > a {
  display: block;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  /* border: 1px solid transparent; */
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
}

/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs-wrapper .row {
  margin: 0;
}

.breadcrumb > li > a {
  text-decoration: none;
  color: #1dace8;
}

.breadcrumb > li > a:hover {
  color: #1596cc;
}

.breadcrumb li.active {
  color: #9691a4;
}

.breadcrumb a:not(.w-dropdown)::after {
  padding: 0 0.625rem 0 7px;
  content: var(--bs-breadcrumb-divider, "\e952");
  font-family: var(--font-family-finder-icons);
  font-size: 0.7em;
  color: #9691a4;
}

/* WEBDEVEA-9408 хлебные крошки в universal каталогах */
.crumbs-w-dropdown > li + li:not(.mobile-crumbs)::before {
  content: "/";
  padding: 0 5px;
  color: #9691a4;
}

/* END */

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

img,
svg {
  vertical-align: baseline;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}

.menu-logo_fixed img {
  vertical-align: middle;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  white-space: normal;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.callback-popover {
  width: 250px;
  min-width: 100px;
  z-index: 4;
}

.callback-popover h3 {
  font-size: 14px;
}

.callback-popover .h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#callback-popover-content .form-control {
  height: 34px;
  font-size: 14px;
}

.popover-body {
  padding: 9px 14px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.text-warning {
  color: #8a6d3b !important;
}

.b-subscribe .col-sm-12 {
  padding: 0 15px;
}

.chat-form img {
  vertical-align: middle;
}

.side-menu-mod-callback-form .col-xs-12,
.side-menu-mod-callback-form .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.side-menu-mod-callback-form,
.side-menu-mod-callback-message {
  margin-top: 15px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    max-width: 300px;
  }

  .modal-lg {
    max-width: 800px;
  }

  .modal-xl {
    max-width: 1140px;
  }
}

.modal-city-wrap .modal-lg {
  max-width: none;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.content {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .content,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.h1,
h1 {
  font-size: 23pt;
}

.h2,
h2 {
  font-size: 20pt;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  color: #337ab7;
}

p {
  margin: 0;
}

.page-link {
  color: #337ab7;
}

.page-item.active .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
}

#country_tabs .nav-tabs {
  border-bottom: 0;
}

/* Цвета для разборки */

.btn-primary-1D,
.bg-primary-1D {
  color: #fff;
  background-color: #1dace8;
}

.btn-primary-1D.active,
.btn-primary-1D.focus,
.btn-primary-1D:active,
.btn-primary-1D:focus,
.btn-primary-1D:hover {
  background-color: #1596cc;
  border-color: #1596cc;
  color: #fff;
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgb(29 172 232 / 10%),
    0 0.375rem 0.75rem -0.125rem rgb(29 172 232 / 40%);
}

.text-primary-1D {
  color: #1dace8;
}

.text-primary-1D:active,
.text-primary-1D:focus,
.text-primary-1D:hover {
  color: #1493c8;
}

.text-primary-600 {
  color: #2772b2;
}

.bg-grey67 {
  background-color: #ababab;
}

.text-grey67 {
  color: #ababab;
}

.bg-tetriary {
  background-color: #f7f7fb;
}

.text-grey {
  color: #656c7b !important;
}

.header-grey {
  margin: 0 0 54px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #656c7b;
}

@media (max-width: 991px) {
  .header-grey {
    margin: 0 0 24px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}

.callback-orders--driveback .callback-order__collapse-driveback.driveback-primary button {
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 6px 12px;
  font-size: 18px;
  padding: 11px 42px;
  line-height: 1.42857143;
  align-self: center;
}
.callback-orders--driveback .callback-order__collapse-driveback.driveback-primary button:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  box-shadow: none;
}
.callback-orders--driveback
  .callback-order__collapse-driveback.driveback-primary
  .callback-order__personalConfirm-link {
  color: #286090;
}
.callback-orders--driveback
  .callback-order__collapse-driveback.driveback-primary
  .callback-order__personalConfirm-link:hover {
  color: #286090;
  text-decoration-color: #286090;
}

@media (max-width: 992px) {
  .callback-orders--driveback .callback-order__collapse-driveback.driveback-primary button {
    width: 100%;
    padding: 11px 15px;
    font-size: 14px;
  }
}
