.cart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.item-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.item-details {
    flex-grow: 1;
}

.item-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.item-variant {
    font-size: 14px;
    color: #666;
}

.item-price {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
}

.item-actions {
    display: flex;
    gap: 10px;
}

.item-quantity {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.remove-item {
    background: #ff4d4d;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.cart-summary {
    margin-top: 20px;
    text-align: right;
    font-size: 18px;
}

.empty-cart {
    text-align: center;
    font-size: 18px;
    color: #666;
}


.border {
    outline: 1px solid gray;
}

a.border {
    outline: 1px solid gray;
}

.font-bold {
  font-weight: 600;
}

#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}

.navbar-form .form-control,.vcenter{display:inline-block;vertical-align:middle}body{min-height:100%;padding-top:0}.h1,.h2,.h3,h1,h2,h3{margin-top:10px;margin-bottom:10px}.panel-default>.panel-heading:hover{color:red}.navbar-form .form-control{width:500px}.navbar-form .form-control-static{display:inline-block}a.selected{color:#505050;font-weight:700;text-decoration:none}.filter{padding:5px 10px;border:2px solid #5ac5f2;border-radius:0}.info2{width:100%;padding:4px 10px 10px;border:3px solid #5ac5f2;border-radius:25px;margin-bottom:10px}.delivery{padding-top:5px;font-size:17px;font-weight:700}.delivery_cost{padding-left:10px;font-size:14px;font-weight:400}.vcenter{float:none}

#breadcrumb {
  margin-top: 12px;
  margin-bottom: 14px;
}

.catalog-page-layout {
  margin-top: 12px;
}

.catalog-subcategory-list {
  margin-top: 8px;
  margin-bottom: 18px;
}

.catalog-subcategory-list .list-group-item {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.3;
}

.catalog-sidebar__toggle {
  width: 100%;
  margin-bottom: 10px;
  border-color: #b9ddec;
  color: #087dbb;
  font-weight: 700;
  text-align: left;
  background: #f4fbfe;
}

.catalog-sidebar__toggle .glyphicon {
  margin-right: 6px;
}

@media (min-width: 768px) {
  .catalog-sidebar__collapse.collapse {
    display: block !important;
    height: auto !important;
  }

  .home-mobile-collapse.collapse {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .catalog-page-layout {
    margin-top: 8px;
  }

  .home-layout {
    display: flex !important;
    flex-direction: column;
  }

  .home-layout:before,
  .home-layout:after {
    content: none;
  }

  .home-layout > .home-main,
  .home-layout > .home-aside,
  .home-layout > .home-sidebar {
    float: none !important;
    width: 100%;
    max-width: 100%;
  }

  .home-main {
    order: 1 !important;
  }

  .home-main > h1 {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 28px;
  }

  .home-category {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .home-category-card {
    min-height: 0;
  }

  .home-category-card .home-category-card__body {
    padding: 10px 8px;
  }

  .home-category-card__image {
    max-height: 46px;
  }

  .home-category-card__title {
    margin-top: 6px;
    font-size: 13px;
  }

  .home-aside {
    order: 2 !important;
  }

  .home-sidebar {
    order: 3 !important;
  }

  .home-mobile-toggle {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 12px;
    border-color: #b9ddec;
    border-radius: 5px;
    color: #087dbb;
    background: #f4fbfe;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    box-shadow: none;
  }

  .home-mobile-toggle .glyphicon {
    margin-right: 6px;
  }

  .home-aside,
  .home-sidebar {
    margin-top: 4px;
  }

  .catalog-sidebar {
    margin-bottom: 8px;
  }

  .catalog-subcategory-list {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .catalog-subcategory-list .list-group-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.language-switch {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 6px 0 4px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
}

.language-switch__item {
  display: block;
  min-width: 32px;
  padding: 4px 7px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.language-switch__item + .language-switch__item {
  border-left: 1px solid #d7d7d7;
}

.language-switch__item:hover,
.language-switch__item:focus {
  color: #e84d07;
  text-decoration: none;
  background: #f7f7f7;
}

.language-switch__item_active,
.language-switch__item_active:hover,
.language-switch__item_active:focus {
  color: #fff;
  background: #e84d07;
}

@media (max-width: 767px) {
  .language-switch {
    margin-top: 8px;
  }

  .language-switch__item {
    min-width: 30px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11px;
  }
}

.grad {
  background: -webkit-linear-gradient(
    top,
    #001aff 0%,     /* глубокий синий */
    #0033ff 30%,    /* чуть светлее */
    #3366ff 50%,    /* голубоватый переход */
    #fff600 65%,    /* яркий жёлтый */
    #ffee00 100%    /* мягкий завершающий жёлтый */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}


.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-primary {
    background: none;
    border: 3px solid #428bca;
    color: #428bca;
}
.btn-outlined.btn-primary:hover,
.btn-outlined.btn-primary:active {
    color: #FFF;
    background: #428bca;
    border-color: #428bca;
}

.btn-outlined.btn-success {
    background: none;
    border: 3px solid #5cb85c;
    color: #5cb85c;
}
.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:active {
    color: #FFF;
    background: #47a447;
}

.btn-outlined.btn-info {
    background: none;
    border: 3px solid #5bc0de;
    color: #5bc0de;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #39b3d7;
}

.btn-outlined.btn-warning {
    background: none;
    border: 3px solid #f0ad4e;
    color: #f0ad4e;
}
.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:active {
    color: #FFF;
    background: #ed9c28;
}

.home-layout {
  margin-top: 14px;
}

.home-main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.home-main > h1 {
  flex: 0 0 100%;
  margin: 6px 0 16px;
  color: #303030;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 700;
}

.home-category {
  display: flex;
  float: none;
  margin-bottom: 12px;
}

.home-category-card {
  display: flex;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde7ec;
  border-radius: 6px;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-category-card:hover {
  border-color: #b7d8e7;
  box-shadow: 0 8px 22px rgba(8, 125, 187, .1);
  transform: translateY(-1px);
}

.home-category-card__link,
.home-category-card__link:hover,
.home-category-card__link:focus {
  display: flex;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.home-category-card .home-category-card__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 10px 8px;
  background: #fff;
  border: 0;
}

.home-category-card__image {
  max-height: 50px;
  object-fit: contain;
}

.home-category-card__title {
  margin: 6px 0 0;
  color: #087dbb;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.home-category-card__title small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.home-aside__group,
.home-side-panel {
  margin-bottom: 14px;
}

.home-side-panel {
  overflow: hidden;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  box-shadow: none;
}

.home-side-panel > .home-side-panel__heading {
  padding: 10px 12px;
  color: #087dbb;
  background: #eef8fd;
  border-color: #d8eaf2;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.home-side-panel__heading a {
  color: inherit;
  text-decoration: none;
}

.home-side-panel .list-group {
  margin-bottom: 0;
}

.home-side-panel .list-group-item {
  padding: 10px 12px;
  border-right: 0;
  border-left: 0;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.3;
}

.home-side-panel .list-group-item:first-child {
  border-top: 0;
}

.home-side-panel .list-group-item:last-child {
  border-bottom: 0;
}

.home-side-panel .list-group-item:hover,
.home-side-panel .list-group-item:focus {
  color: #087dbb;
  background: #f8fbfd;
}

.home-popular .media {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.home-popular .media-left {
  display: block;
  padding-right: 0;
}

.home-popular .media-object {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.home-popular .media-body {
  display: contents;
}

.home-popular h3 {
  grid-column: 2;
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
}

.home-popular h3 small {
  color: #303030;
  font-size: inherit;
  line-height: inherit;
}

.home-popular .pull-right {
  float: none !important;
  grid-column: 2;
  grid-row: 2;
  margin: 4px 0 0;
  color: #188044;
  font-size: 15px;
  line-height: 1.15;
}

.home-sidebar .panel {
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #d8eaf2;
  border-radius: 5px;
  box-shadow: none;
}

.home-sidebar .panel-heading {
  padding: 10px 12px;
  background: #f8fbfd;
  border-color: #d8eaf2;
}

.home-sidebar .panel-title,
.home-sidebar .panel-heading a {
  display: block;
  color: #087dbb;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

.home-sidebar .list-group-item {
  padding: 9px 12px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.3;
}

.home-sidebar .panel-heading:hover,
.home-sidebar .list-group-item:hover,
.home-sidebar .list-group-item:focus {
  background: #eef8fd;
}

.content-page {
  max-width: 980px;
  margin: 18px auto 34px;
}

.content-page__header {
  margin-bottom: 14px;
}

.content-page__header h1 {
  margin: 0;
  color: #303030;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.content-page__body {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 85, 120, .06);
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.58;
}

.content-page__body h2,
.content-page__body h3 {
  margin-top: 0;
  color: #303030;
  line-height: 1.25;
}

.content-page__body p {
  margin: 0 0 12px;
}

.content-page__body ul,
.content-page__body ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.content-page__body li + li {
  margin-top: 6px;
}

.content-page__body img,
.content-page__body iframe {
  max-width: 100%;
}

@media (max-width: 767px) {
  .content-page {
    margin: 12px auto 24px;
  }

  .content-page__header h1 {
    font-size: 28px;
  }

  .content-page__body {
    padding: 16px;
    font-size: 16px;
  }
}

.btn-outlined.btn-danger {
    background: none;
    border: 3px solid #d9534f;
    color: #d9534f;
}
.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:active {
    color: #FFF;
    background: #d2322d;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
    border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
    border-right-width: 1px;
}

ul#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}


/* .button { */
/* float: left; */
/* clear: left; */
/* cursor: pointer;  */
/* } */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	margin-bottom: 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

.cart-page {
  max-width: 1180px;
  margin: 0 auto 32px;
  padding: 0 15px;
}

.cart-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 18px;
}

.cart-page__header h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.cart-page__continue {
  color: #2778b8;
  font-weight: 600;
}

.cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.cart-page__main,
.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-card,
.cart-panel,
.cart-summary-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.cart-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 132px 100px 34px;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.cart-card__image img,
.cart-card__image-empty {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 4px;
  object-fit: contain;
  background: #f5f5f5;
}

.cart-card__title {
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-card__variant {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-top: 4px;
  padding: 4px 8px;
  border: 1px solid #cfe6d8;
  border-radius: 4px;
  background: #f2fbf5;
  color: #1f3d2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.cart-card__sku {
  margin-top: 6px;
  color: #777;
  font-size: 13px;
}

.cart-card__price {
  margin-top: 8px;
  color: #159447;
  font-weight: 700;
}

.cart-card__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cart-qty {
  width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f4f4f4;
  color: #222;
  font-size: 18px;
  line-height: 1;
}

.cart-qty__input {
  width: 42px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

.cart-card__total {
  color: #222;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.cart-card__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #c83b3b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.cart-card__remove:hover {
  color: #a92c2c;
  text-decoration: none;
}

.cart-panel {
  padding: 16px;
}

.cart-panel h2,
.cart-summary-box h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
}

.cart-delivery__switch {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.cart-delivery__tab {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  color: #333;
  font-weight: 700;
}

.cart-delivery__tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 26px;
  height: 22px;
  padding: 0 5px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

.cart-delivery__tab.is-active {
  border-color: #159447;
  background: #159447;
  color: #fff;
}

.cart-delivery__branch,
.cart-recipient__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cart-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.cart-field__hint {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

.cart-page .select2-container {
  width: 100% !important;
}

.cart-page .select2-container--default .select2-selection--single {
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cart-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.cart-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.cart-page .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #f5f5f5;
}

.cart-summary-box {
  position: sticky;
  top: 12px;
  padding: 16px;
}

.cart-summary-box__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.cart-summary-box__total {
  margin: 14px 0;
  padding-top: 14px;
  border-top: 1px solid #ddd;
}

.cart-summary-box__total span {
  display: block;
  color: #777;
  font-size: 13px;
}

.cart-summary-box__total strong {
  display: block;
  color: #159447;
  font-size: 30px;
  line-height: 1.25;
}

.cart-summary-box__checkout {
  width: 100%;
}

.cart-summary-box__checkout-hint {
  margin-top: 8px;
  color: #777;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.cart-summary-box__checkout.is-disabled,
.cart-summary-box__checkout:disabled {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.cart-summary-box__trust {
  margin-top: 12px;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}

.cart-summary-box__trust div:before {
  content: "✓ ";
  color: #159447;
  font-weight: 700;
}

.cart-empty {
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .cart-page__layout {
    grid-template-columns: 1fr;
  }

  .cart-page__main {
    display: contents;
  }

  .cart-items-list {
    order: 1;
  }

  .cart-summary-box {
    position: static;
    order: 4;
  }

  .cart-delivery {
    order: 2;
  }

  .cart-recipient {
    order: 3;
  }
}

@media (max-width: 700px) {
  .cart-page__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-card {
    grid-template-columns: 78px minmax(0, 1fr) 44px;
    gap: 12px;
  }

  .cart-card__image img,
  .cart-card__image-empty {
    width: 78px;
    height: 78px;
  }

  .cart-card__quantity {
    grid-column: 2 / 3;
    justify-content: flex-start;
  }

  .cart-page input.form-control,
  .cart-page select.form-control,
  .cart-page textarea.form-control,
  .cart-page button,
  .cart-page input[type="submit"],
  .cart-qty,
  .cart-qty__input,
  .cart-summary-box__checkout,
  .cart-delivery__tab {
    min-height: 44px;
    font-size: 16px;
  }

  .cart-qty {
    width: 44px;
  }

  .cart-qty__input {
    width: 52px;
  }

  .cart-page .select2-container--default .select2-selection--single {
    min-height: 44px;
  }

  .cart-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-size: 16px;
  }

  .cart-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }

  .cart-card__total {
    grid-column: 2 / 3;
    text-align: left;
  }

  .cart-card__remove {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    width: 44px;
    height: 44px;
  }

  .cart-delivery__switch,
  .cart-delivery__branch,
  .cart-recipient__grid {
    grid-template-columns: 1fr;
  }

  .cart-delivery__switch {
    flex-direction: column;
  }
}

.site-footer {
  clear: both;
  margin: 28px 0 0;
  padding: 0 15px 22px;
  border-top: 3px solid #5ac5f2;
  background: #f7fbfd;
  color: #33424f;
  font-size: 14px;
  line-height: 1.45;
}

.site-footer a {
  color: #0578b8;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #e84d07;
  text-decoration: none;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 24px 0 18px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  color: #576673;
}

.site-footer__brand strong {
  color: #243746;
  font-size: 22px;
  line-height: 1.2;
}

.site-footer__trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.site-footer__trust-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  background: #fff;
}

.site-footer__trust-item .fa {
  margin-top: 2px;
  color: #0b83c5;
  font-size: 20px;
  text-align: center;
}

.site-footer__trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: #243746;
  font-size: 15px;
}

.site-footer__trust-item span {
  display: block;
  color: #5d6c78;
}

.site-footer__contacts {
  padding: 16px;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  background: #fff;
}

.site-footer__contacts-title {
  margin-bottom: 10px;
  color: #243746;
  font-size: 16px;
  font-weight: 700;
}

.site-footer__phone {
  display: block;
  margin-bottom: 4px;
  color: #0578b8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer__meta {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  margin-top: 12px;
  color: #576673;
}

.site-footer__meta .fa {
  margin-top: 3px;
  color: #0b83c5;
  text-align: center;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 14px 0 0;
  border-top: 1px solid #d8eaf2;
  color: #6d7b86;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__links a {
  font-weight: 600;
}

.site-footer__copy {
  white-space: nowrap;
}

.site-footer__seo {
  max-width: 1170px;
  margin: 18px auto 0;
  padding: 18px 0 0;
  border-top: 1px solid #d8eaf2;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer__seo h1,
.site-footer__seo h2,
.site-footer__seo h3 {
  margin-top: 0;
  color: #5f6770;
  font-weight: 700;
  text-shadow: none;
}

.site-footer__seo h1 {
  font-size: 28px;
}

.site-footer__seo h2 {
  font-size: 22px;
}

.site-footer__seo h3 {
  font-size: 18px;
}

.site-footer__seo p {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__contacts {
    max-width: 460px;
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-footer__main {
    gap: 16px;
    padding-top: 18px;
  }

  .site-footer__trust-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__contacts {
    max-width: none;
  }

  .site-footer__phone {
    font-size: 22px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__copy {
    white-space: normal;
  }

  .site-footer__seo h1 {
    font-size: 24px;
  }
}

.contact-page {
  max-width: 1180px;
  margin: 0 auto 30px;
}

.contact-page__header {
  margin: 18px 0;
}

.contact-page__header h1 {
  margin: 0 0 8px;
  color: #303030;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.contact-page__header p {
  max-width: 720px;
  margin: 0;
  color: #5b6973;
  font-size: 17px;
  line-height: 1.5;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 22px;
  align-items: start;
}

.contact-panel,
.contact-form-card {
  background: #fff;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(8, 125, 187, .08);
}

.contact-panel {
  padding: 22px;
}

.contact-panel__title,
.contact-form-card h2 {
  margin: 0 0 14px;
  color: #243746;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.contact-panel__phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.contact-panel__phones a {
  display: block;
  padding: 12px 10px;
  color: #087dbb;
  background: #f5fbfe;
  border: 1px solid #cfeaf5;
  border-radius: 5px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.contact-panel__phones a:hover,
.contact-panel__phones a:focus {
  color: #056b9f;
  background: #eef8fd;
  text-decoration: none;
}

.contact-panel__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.contact-panel__item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  min-height: 112px;
  padding: 14px;
  background: #f8fbfd;
  border: 1px solid #e1edf3;
  border-radius: 5px;
}

.contact-panel__item .fa {
  margin-top: 3px;
  color: #0b83c5;
  font-size: 22px;
  text-align: center;
}

.contact-panel__item strong {
  display: block;
  margin-bottom: 7px;
  color: #303030;
  font-size: 15px;
  line-height: 1.25;
}

.contact-panel__item div {
  min-width: 0;
}

.contact-panel__item span,
.contact-panel__item a {
  display: block;
  color: #53636f;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-panel__item a[href^="mailto:"] {
  font-size: 13px;
  white-space: nowrap;
  overflow-wrap: normal;
}

.contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-panel__actions .btn {
  padding: 9px 14px;
  font-weight: 700;
}

.contact-form-card {
  padding: 22px;
}

.contact-form-card p {
  margin: -6px 0 16px;
  color: #5b6973;
  font-size: 15px;
  line-height: 1.45;
}

.contact-form label {
  display: block;
  margin: 0 0 6px;
  color: #303030;
  font-weight: 700;
}

.contact-form .form-control {
  margin-bottom: 12px;
  border-color: #cadbe3;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 116px;
  resize: vertical;
}

.contact-form__captcha {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.contact-form__captcha img {
  width: 132px;
  height: 46px;
  object-fit: contain;
  background: #f5f5f5;
  border: 1px solid #d7e3e8;
  border-radius: 4px;
}

.contact-form__captcha .form-control {
  margin-bottom: 0;
}

.contact-form__submit {
  width: 100%;
  padding: 9px 12px;
  border-radius: 5px;
  font-weight: 800;
}

.contact-alert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.4;
}

.contact-alert_success {
  color: #1f6a36;
  background: #eef9f1;
  border: 1px solid #cbe9d3;
}

.contact-alert_error {
  color: #9e2525;
  background: #fff4f4;
  border: 1px solid #efcccc;
}

.contact-seo {
  margin-top: 24px;
  padding: 18px 20px;
  color: #5e666d;
  background: #f8fbfd;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.6;
}

.contact-seo h1,
.contact-seo h2,
.contact-seo h3 {
  margin-top: 0;
  color: #3d454c;
  font-weight: 700;
  text-align: left;
}

.contact-seo h1 {
  font-size: 26px;
}

.contact-seo h2 {
  font-size: 22px;
}

.contact-seo h3 {
  font-size: 18px;
}

.contact-seo p {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-panel__phones,
  .contact-panel__items {
    grid-template-columns: 1fr;
  }

  .contact-panel__item {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .contact-page {
    margin-bottom: 20px;
  }

  .contact-page__header h1 {
    font-size: 27px;
  }

  .contact-panel,
  .contact-form-card {
    padding: 16px;
  }

  .contact-panel__phones a {
    font-size: 20px;
  }

  .contact-panel__actions {
    flex-direction: column;
  }

  .contact-form__captcha {
    grid-template-columns: 1fr;
  }

  .contact-seo {
    padding: 14px;
  }
}

.site-header {
  padding: 8px 0 0;
  background: #fff;
}

.site-header__top {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) 214px 230px 126px;
  align-items: center;
  gap: 22px;
  width: 100%;
  margin: 0 0 10px;
}

.site-header__brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-header__logo-link {
  display: inline-flex;
  flex: 0 0 auto;
}

.site-header__logo {
  display: block;
  width: 88px;
  max-width: 88px;
  height: auto;
}

.site-header__brand-text {
  min-width: 0;
  padding-left: 14px;
}

.site-header__name {
  color: #2c2c2c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.site-header__tagline {
  margin-top: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.site-header__promo {
  justify-self: center;
  width: 214px;
  max-width: 214px;
  padding: 8px 12px;
  border: 1px solid #f0c6c6;
  border-radius: 6px;
  background: #fff8f8;
  color: #333;
  text-align: center;
}

.site-header__promo strong {
  display: block;
  color: #b73a3a;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-header__promo span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.site-header__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: end;
  gap: 2px;
}

.site-header__phones a {
  color: #0578b8;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
  white-space: nowrap;
}

.site-header__phones a:hover,
.site-header__phones a:focus {
  color: #e84d07;
  text-decoration: none;
}

.site-header__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-self: end;
  gap: 6px;
  width: 136px;
}

.site-header__actions .language-switch {
  align-self: flex-end;
  margin: 0;
  border: 1px solid #d6dce1;
  border-radius: 6px;
  background: #f7f9fa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.site-header__actions .language-switch__item {
  min-width: 36px;
  padding: 5px 9px;
  color: #333;
  font-size: 13px;
  line-height: 1.1;
}

.site-header__actions .language-switch__item:hover,
.site-header__actions .language-switch__item:focus {
  color: #e84d07;
  background: #fff;
}

.site-header__actions .language-switch__item_active,
.site-header__actions .language-switch__item_active:hover,
.site-header__actions .language-switch__item_active:focus {
  color: #fff;
  background: #f04a12;
}

.site-header__cart > div {
  margin-top: 0 !important;
}

.site-header__cart .btn {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-auto-rows: auto;
  align-items: center;
  justify-content: start;
  width: 100%;
  min-height: 58px;
  padding: 8px 10px;
  border-radius: 5px;
  white-space: normal;
  border: 1px solid #1eb1cc;
  background: #fff;
  color: #0780a2;
  box-shadow: none;
  text-decoration: none;
}

.site-header__cart .btn:hover,
.site-header__cart .btn:focus {
  border-color: #087f95;
  background: #eefbfe;
  color: #05708c;
  text-decoration: none;
}

.site-header__cart .btn-info {
  animation: headerCartPulse 2.8s ease-in-out infinite;
}

.site-header__cart .btn-info:hover,
.site-header__cart .btn-info:focus {
  animation: none;
}

.site-header__cart .fa-2x {
  grid-row: 1 / span 2;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.site-header__cart .btn > p,
.site-header__cart .btn > div {
  margin: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

@keyframes headerCartPulse {
  0%,
  100% {
    border-color: #1eb1cc;
    box-shadow: 0 0 0 rgba(30, 177, 204, 0);
  }

  45% {
    border-color: #f04a12;
    box-shadow: 0 0 0 4px rgba(240, 74, 18, .14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header__cart .btn-info {
    animation: none;
  }
}

.site-header__nav {
  width: 100%;
  min-height: 46px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #202020;
}

.site-header__nav .navbar-header {
  background: #202020;
}

.site-header__nav-inner {
  padding-right: 12px;
  padding-left: 12px;
  background: #202020;
}

.site-header__menu {
  flex: 0 1 auto;
  margin: 0;
}

.site-header__menu > li > a {
  padding: 13px 18px;
  color: #aaa;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.site-header__menu > li > a:hover,
.site-header__menu > li > a:focus,
.site-header__menu > .active > a,
.site-header__menu > .active > a:hover,
.site-header__menu > .active > a:focus {
  color: #fff;
  background: #2d2d2d;
}

.site-header__search {
  float: none !important;
  flex: 1 1 560px;
  max-width: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.site-header__search-group {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.site-header__search .form-control {
  width: 100%;
  height: 36px;
  border: 1px solid #bdbdbd;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  color: #333;
  font-size: 15px;
  box-shadow: none;
}

.site-header__search .btn {
  height: 36px;
  min-width: 104px;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

@media (min-width: 768px) {
  .site-header__nav .navbar-collapse.site-header__nav-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .site-header__nav .navbar-collapse.site-header__nav-inner {
    flex-wrap: nowrap;
  }

  .site-header__menu {
    flex: 0 0 auto;
  }

  .site-header__search {
    flex: 0 1 620px;
    max-width: 620px;
    min-width: 480px;
  }
}

@media (max-width: 1199px) {
  .site-header__top {
    grid-template-columns: minmax(320px, 1fr) minmax(210px, auto) minmax(108px, 126px);
  }

  .site-header__promo {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .site-header__promo span {
    margin-top: 0;
  }

  .site-header__phones a {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .site-header__top {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .site-header__brand {
    align-items: flex-start;
  }

  .site-header__logo {
    width: 96px;
    max-width: 96px;
  }

  .site-header__name {
    font-size: 28px;
  }

  .site-header__tagline {
    font-size: 17px;
  }

  .site-header__phones {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-self: start;
    gap: 8px 18px;
  }

  .site-header__phones a {
    font-size: 22px;
  }

  .site-header__promo {
    grid-column: 1 / -1;
  }

  .site-header__menu {
    margin: 0 -15px;
  }

  .site-header__search {
    max-width: none;
    padding: 8px 0 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header__menu,
  .site-header__search {
    flex: 1 1 100%;
  }

  .site-header__search {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 6px 8px 0;
  }

  .site-header__top {
    grid-template-columns: minmax(0, 1fr) 122px;
    gap: 8px 10px;
    margin-bottom: 7px;
  }

  .site-header__brand {
    align-items: center;
    order: 1;
    grid-column: 1 / -1;
  }

  .site-header__logo {
    width: 58px;
    max-width: 58px;
  }

  .site-header__brand-text {
    padding-left: 10px;
  }

  .site-header__name {
    font-size: 22px;
  }

  .site-header__tagline {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.22;
  }

  .site-header__actions {
    flex-direction: column;
    align-items: center;
    justify-self: stretch;
    order: 2;
    grid-column: 2;
    width: 100%;
    gap: 5px;
  }

  .site-header__actions .language-switch {
    align-self: center;
  }

  .site-header__actions .language-switch__item {
    min-width: 31px;
    padding: 4px 7px;
    font-size: 12px;
  }

  .site-header__cart {
    width: 100%;
  }

  .site-header__cart .btn {
    min-height: 46px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 6px;
    padding: 6px 8px;
  }

  .site-header__cart .fa-2x {
    font-size: 19px;
  }

  .site-header__cart .btn > p,
  .site-header__cart .btn > div {
    font-size: 12px;
  }

  .site-header__phones {
    align-self: center;
    grid-column: 1;
    gap: 3px;
    order: 2;
  }

  .site-header__phones a {
    font-size: 17px;
    line-height: 1.12;
  }

  .site-header__promo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    order: 4;
    grid-column: 1 / -1;
    padding: 5px 8px;
  }

  .site-header__promo strong {
    font-size: 15px;
  }

  .site-header__promo span {
    margin-top: 0;
    font-size: 12px;
  }

  .site-header__search-group {
    flex-direction: column;
    gap: 8px;
  }

  .site-header__search .form-control,
  .site-header__search .btn {
    border-radius: 5px;
  }
}

.product-buy-card {
  margin-bottom: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 85, 120, 0.08);
}

.product-buy-card__title {
  margin: 0 0 14px;
  color: #303030;
  font-size: 31px;
  line-height: 1.18;
  font-weight: 700;
}

.product-buy-card__admin {
  margin-bottom: 10px;
  font-size: 14px;
}

.product-buy-card__form {
  margin: 0;
}

.product-buy-card__meta {
  margin-bottom: 14px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.35;
}

.product-buy-card__sku {
  font-weight: 700;
}

.product-buy-card__code {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-top: 8px;
  padding: 5px 10px;
  border: 1px solid #cfe6d8;
  border-radius: 4px;
  background: #f2fbf5;
  color: #1f3d2b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.product-buy-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 14px;
  color: #16853a;
  line-height: 1;
}

.product-buy-card__price-value {
  font-size: 36px;
  font-weight: 800;
}

.product-buy-card__price-currency {
  font-size: 21px;
  font-weight: 700;
}

.product-buy-card__variants-title {
  margin: 0 0 8px;
  color: #555;
  font-size: 15px;
  font-weight: 700;
}

.product-buy-card__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.product-buy-card__variant {
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}

.product-buy-card__variant-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-buy-card__variant-body {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 34px;
  padding: 6px 15px;
  border: 1px solid #c9d9e0;
  border-radius: 999px;
  background: #fff;
  color: #303030;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.product-buy-card__variant:hover .product-buy-card__variant-body {
  border-color: #0a84c1;
  box-shadow: 0 0 0 2px rgba(10, 132, 193, 0.12);
}

.product-buy-card__variant-input:checked + .product-buy-card__variant-body {
  border-color: #242424;
  background: #242424;
  color: #fff;
  box-shadow: none;
}

.product-buy-card__variant-input[data-disabled="1"] + .product-buy-card__variant-body {
  border-color: #d7d7d7;
  background: #f3f3f3;
  color: #9a9a9a;
}

.product-buy-card__variant-input[data-disabled="1"]:checked + .product-buy-card__variant-body {
  border-color: #b8b8b8;
  background: #b8b8b8;
  color: #fff;
}

.product-buy-card__variant-input:focus + .product-buy-card__variant-body {
  outline: 2px solid #79bff0;
  outline-offset: 2px;
}

.product-buy-card__variant-main {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
  gap: 2px;
}

.product-buy-card__variant-name {
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.product-buy-card__variant-sku {
  color: #707070;
  font-size: 13px;
  line-height: 1.25;
}

.product-buy-card__variant-price {
  flex: 0 0 auto;
  color: #16853a;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.product-buy-card__code_empty {
  display: none;
}

.product-buy-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 260px;
  max-width: 100%;
  min-height: 42px;
  padding: 9px 24px;
  margin-bottom: 16px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
}

.product-buy-card__buy_disabled,
.product-buy-card__buy_disabled:hover,
.product-buy-card__buy_disabled:focus,
.product-buy-card__buy:disabled {
  border-color: #b8b8b8;
  background: #b8b8b8;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none;
}

.product-buy-card__delivery {
  max-width: 420px;
  padding: 12px 14px;
  background: #f4fbfe;
  border: 1px solid #c9eaf4;
  border-radius: 5px;
}

.product-buy-card__delivery-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #303030;
  font-size: 16px;
}

.product-buy-card__delivery-header img {
  flex: 0 0 auto;
}

.product-buy-card__delivery-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 14px;
  padding: 9px 0;
  align-items: center;
  border-top: 1px solid #d8edf4;
  color: #555;
  font-size: 15px;
}

.product-buy-card__delivery-row strong {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #16853a;
  font-size: 16px;
  white-space: nowrap;
}

.product-buy-card__delivery-row small {
  grid-column: 1;
  color: #7a7a7a;
}

.product-buy-card__help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-top: 14px;
  color: #666;
  font-size: 16px;
}

.product-buy-card__help a {
  color: #087dbb;
  font-weight: 700;
}

.product-buy-card__soldout {
  padding: 14px;
  color: #c12f35;
  background: #fff5f5;
  border: 1px solid #f0cccc;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.product-share {
  margin-bottom: 18px;
}

.product-share .jssocials-share-link {
  border-radius: 4px;
}

.product-description {
  clear: both;
}

.product-description img,
.product-description iframe {
  max-width: 100%;
}

.product-description iframe {
  display: block;
}

.catalog-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 14px 0 20px;
}

.catalog-product-card {
  display: flex;
  min-width: 0;
  min-height: 455px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dde7ec;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.catalog-product-card:hover {
  border-color: #b7d8e7;
  box-shadow: 0 8px 22px rgba(8, 125, 187, .12);
  transform: translateY(-1px);
}

.catalog-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 285px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #eef3f6;
}

.catalog-product-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.catalog-product-card__body {
  flex: 1 1 auto;
  padding: 11px 12px 6px;
}

.catalog-product-card__title {
  display: block;
  color: #087dbb;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.catalog-product-card__title:hover,
.catalog-product-card__title:focus {
  color: #056b9f;
  text-decoration: none;
}

.catalog-product-card__admin {
  margin-top: 6px;
  color: #c12f35;
  font-size: 13px;
  text-align: center;
}

.catalog-product-card__footer {
  margin-top: auto;
  padding: 0 12px 12px;
}

.catalog-product-card__price {
  min-height: 28px;
  margin-bottom: 8px;
  color: #188044;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

.catalog-product-card__price small {
  color: #188044;
  font-size: 13px;
  font-weight: 700;
}

.catalog-product-card__actions {
  display: grid;
  grid-template-columns: minmax(116px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.catalog-product-card__buy-form {
  min-width: 0;
  margin: 0;
}

.catalog-product-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.catalog-product-card__buy_disabled,
.catalog-product-card__buy_disabled:hover,
.catalog-product-card__buy_disabled:focus,
.catalog-product-card__buy:disabled {
  border-color: #b8b8b8;
  background: #b8b8b8;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none;
}

.catalog-product-card__details {
  color: #0d83bd;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}

.catalog-product-card__details:hover,
.catalog-product-card__details:focus {
  color: #056b9f;
  text-decoration: underline;
}

@media (max-width: 420px) {
  .catalog-product-card__actions {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (min-width: 2200px) {
  .catalog-products {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 767px) {
  .product-buy-card {
    padding: 16px;
  }

  .product-buy-card__title {
    font-size: 25px;
  }

  .product-buy-card__meta {
    font-size: 16px;
  }

  .product-buy-card__price-value {
    font-size: 32px;
  }

  .product-buy-card__variant-body {
    align-items: flex-start;
    gap: 10px;
  }

  .product-buy-card__variant-price {
    font-size: 16px;
  }

  .product-buy-card__delivery-row {
    grid-template-columns: 1fr;
  }

  .product-buy-card__delivery {
    max-width: none;
  }

  .product-buy-card__delivery-row strong {
    grid-column: 1;
    grid-row: auto;
    white-space: normal;
  }
}

.product-related {
  clear: both;
  margin: 26px 0 18px;
}

.product-related__title,
.product-features__title {
  margin: 0 0 16px;
  color: #303030;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.product-related__card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 0 0 16px;
  background: #fff;
  border: 1px solid #dde7ec;
  border-radius: 6px;
}

.product-related__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  padding: 18px;
  border-bottom: 1px solid #eef3f6;
}

.product-related__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-related__name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  margin: 14px 14px 0;
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
}

.product-related__name a {
  color: #087dbb;
  font-weight: 700;
}

.product-video iframe {
  max-width: 100%;
}

.product-video .embed-responsive-item {
  width: 100%;
  height: 100%;
}

.product-features {
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d8eaf2;
  border-radius: 6px;
}

.product-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-features__item {
  min-height: 92px;
  margin: 0;
  padding: 14px;
  background: #f8fbfd;
  border: 1px solid #e1edf3;
  border-radius: 5px;
}

.product-features__item dt {
  margin-bottom: 7px;
  color: #3b3b3b;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.product-features__item dd {
  margin: 0;
  color: #303030;
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  .catalog-products,
  .product-related__grid,
  .product-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .catalog-products,
  .product-related__grid,
  .product-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product-related__title,
  .product-features__title {
    font-size: 23px;
  }

  .catalog-products {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalog-product-card {
    min-height: 0;
  }

  .catalog-product-card__image {
    height: 250px;
  }

  .catalog-product-card__title {
    font-size: 16px;
  }

  .product-related__grid,
  .product-features__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-related__card {
    min-height: 0;
  }

  .product-related__image {
    height: 190px;
  }

  .product-related__name {
    min-height: 0;
    font-size: 19px;
  }

  .product-features {
    padding: 14px;
  }

  .product-features__item {
    min-height: 0;
  }
}

.order-checkout-page {
  max-width: 1280px;
  margin: 18px auto 34px;
  color: #303030;
}

.order-checkout-hero {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #f0fbf4;
  border: 1px solid #bfe7cd;
  border-radius: 6px;
}

.order-checkout-hero__status {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #28b957;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.order-checkout-hero h1 {
  margin: 0;
  color: #303030;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
}

.order-checkout-hero p {
  margin: 8px 0 0;
  color: #4f6169;
  font-size: 17px;
  line-height: 1.45;
}

.order-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
  align-items: start;
}

.order-checkout-main {
  min-width: 0;
}

.order-payment-card,
.order-details-card,
.order-summary-card {
  background: #fff;
  border: 1px solid #dbe8ee;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(25, 69, 88, 0.06);
}

.order-payment-card,
.order-details-card {
  margin-bottom: 18px;
  padding: 20px;
}

.order-summary-card {
  position: sticky;
  top: 12px;
  padding: 18px;
}

.order-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.order-section-heading h2 {
  margin: 0;
  color: #303030;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}

.order-section-heading p {
  max-width: 320px;
  margin: 3px 0 0;
  color: #73838b;
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
}

.order-payment-options {
  display: grid;
  gap: 10px;
}

.order-payment-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 78px;
  padding: 14px 16px;
  background: #f8fcfe;
  border: 1px solid #d5e7ee;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.order-payment-option:hover {
  border-color: #93d5e8;
  box-shadow: 0 4px 12px rgba(20, 104, 140, 0.08);
}

.order-payment-option.is-selected {
  background: #f0fbf4;
  border-color: #28b957;
  box-shadow: 0 0 0 2px rgba(40, 185, 87, 0.14);
}

.order-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-payment-option__mark {
  width: 22px;
  height: 22px;
  border: 2px solid #8dbbcc;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.order-payment-option.is-selected .order-payment-option__mark {
  background: #28b957;
  border-color: #28b957;
}

.order-payment-option__body {
  min-width: 0;
}

.order-payment-option__body strong {
  display: block;
  color: #303030;
  font-size: 20px;
  line-height: 1.25;
}

.order-payment-option__description {
  display: block;
  margin-top: 5px;
  color: #687a82;
  font-size: 14px;
  line-height: 1.38;
}

.order-payment-option__description p {
  margin: 0;
}

.order-payment-option__price {
  color: #087d35;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.order-checkout-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 16px;
  padding: 12px 22px;
  background: #28b957;
  border: 1px solid #159e42;
  border-radius: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  transition: background .16s ease, border-color .16s ease;
}

.order-checkout-submit:hover,
.order-checkout-submit:focus {
  background: #20a94c;
  border-color: #0f9138;
}

.order-payment-reset {
  margin: 0;
}

.order-payment-reset input {
  padding: 7px 12px;
  background: #fff;
  border: 1px solid #b8ddea;
  border-radius: 999px;
  color: #087dbb;
  font-size: 14px;
  font-weight: 700;
}

.order-selected-payment {
  padding: 15px;
  background: #f8fcfe;
  border: 1px solid #e1edf3;
  border-radius: 6px;
}

.order-selected-payment strong {
  display: block;
  margin-top: 12px;
  color: #087d35;
  font-size: 24px;
}

.order-summary-items {
  display: grid;
  gap: 12px;
}

.order-summary-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf3f6;
}

.order-summary-item__image {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dce9ef;
  border-radius: 5px;
}

.order-summary-item__image img {
  max-width: 66px;
  max-height: 66px;
  object-fit: contain;
}

.order-summary-item__content {
  min-width: 0;
}

.order-summary-item__content a {
  color: #087dbb;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.order-summary-item__content span,
.order-summary-item__content .download_attachment {
  display: block;
  margin-top: 4px;
  color: #687a82;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}

.order-summary-item__meta {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.order-summary-item__meta strong {
  color: #087d35;
  font-size: 18px;
  line-height: 1.2;
}

.order-summary-item__meta span {
  color: #687a82;
  font-size: 13px;
  white-space: nowrap;
}

.order-summary-totals {
  margin-top: 12px;
}

.order-summary-totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  color: #4b5a61;
  font-size: 15px;
  border-bottom: 1px solid #edf3f6;
}

.order-summary-totals strong {
  color: #303030;
  white-space: nowrap;
}

.order-summary-totals .order-summary-totals__final {
  padding-top: 13px;
  border-bottom: 0;
  color: #303030;
  font-size: 20px;
  font-weight: 700;
}

.order-summary-totals__final strong {
  color: #087d35;
  font-size: 26px;
}

.order-summary-note {
  margin-top: 12px;
  padding: 10px 12px;
  background: #fff8ed;
  border: 1px solid #f0d4a7;
  border-radius: 5px;
  color: #6d572c;
  font-size: 14px;
  line-height: 1.35;
}

.order-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.order-details-grid > div {
  margin: 0;
  padding: 12px;
  background: #f8fcfe;
  border: 1px solid #e1edf3;
  border-radius: 5px;
}

.order-details-grid__wide {
  grid-column: 1 / -1;
}

.order-details-grid dt {
  margin: 0 0 5px;
  color: #6c7d85;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.order-details-grid dd {
  margin: 0;
  color: #303030;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  .order-checkout-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
}

@media (max-width: 991px) {
  .order-checkout-layout {
    grid-template-columns: 1fr;
  }

  .order-summary-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .order-checkout-page {
    margin-top: 12px;
  }

  .order-checkout-hero {
    padding: 14px;
  }

  .order-checkout-hero h1 {
    font-size: 26px;
  }

  .order-checkout-hero p {
    font-size: 15px;
  }

  .order-payment-card,
  .order-details-card,
  .order-summary-card {
    padding: 14px;
  }

  .order-section-heading {
    display: block;
  }

  .order-section-heading h2 {
    font-size: 22px;
  }

  .order-section-heading p {
    max-width: none;
    text-align: left;
  }

  .order-payment-option {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .order-payment-option__price {
    grid-column: 2;
    font-size: 20px;
  }

  .order-details-grid {
    grid-template-columns: 1fr;
  }
}
