@import url(https://fonts.googleapis.com/css2?family=Arsenal&display=swap);@charset "UTF-8";
@media (min-width: 280px) {
  .good-item .good-items-btn .btn.btn-buy {
    padding: 5px 10px;
    font-size: 16px;
    width: 100%;
    margin: auto;
  }
}

/* стили header */
/* style cart (корзины) */
/* style footer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i {
  font-style: italic;
}

a, a:hover, a:active, a:focus,
span:focus, span:active, :focus,
button:focus, button:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding-inline-start: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 2 */
}

/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* font-family: inherit; 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.custom-select {
  height: 36px;
  width: 100%;
}

.custom-select .custom-select-field {
  height: 100%;
  align-items: center;
  padding: 10px;
  border: 1px solid #c4c4c4 !important;
  border-radius: 4px;
}

.custom-select .custom-select-panel {
  border: 1px solid #c4c4c4 !important;
  border-radius: 4px;
  padding: 4px 0px;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
}

.custom-select .custom-select-panel .custom-select-option {
  height: 100%;
  display: flex;
  align-items: center;
}

/* ................ */
.date-select,
.number-input {
  display: flex;
  /* height: 40px; */
  /* width:328px; */
}

.date-select {
  justify-content: space-between;
}

.date-select .custom-select:first-child {
  margin-right: 5px;
}

/* .code-field_text{
    width: 50%;
} */
.number-input .country-select {
  height: 100%;
  border: 1px solid #cbcbcb !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  min-width: 80px;
  font-size: 18px;
  margin-right: 5px;
}

.number-input .country-select-panel {
  display: flex;
  flex-direction: column;
  height: 200%;
  border: 1px solid #cbcbcb !important;
  border-radius: 4px;
  margin-top: 2px;
  padding: 3px 0;
  transform-origin: top left;
  font-size: 18px;
}

.custom-option {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: center;
}

.number-input .flag-image {
  width: 20px;
}

/* .number-input .checkout_text{
    width: 100%;
} */
.v-notification {
  font-size: 14px;
  padding: 10px;
  margin: 5px;
  color: #000;
  background: #e8e6e6;
  border-left: 5px solid #E30423;
  border-right: 5px solid #E30423;
  border-radius: 8px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.231372549);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.v-notification:not(.mobile) {
  border: 2px solid #E30423;
}

body {
  margin: 0;
  font-family: "Arsenal", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.reset-button {
  padding: 0;
  background: none;
  border: none;
}

.mobile-logo {
  padding: 0px 10px;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 33px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

button {
  outline: none;
}

.mt-link {
  font-weight: bold;
  color: #931515;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.mt-link:hover {
  text-decoration: underline;
}

.banner-img_img {
  width: 100%;
}

/*header start*/
/* header style start*/
.header_inner {
  /* width: 100%; */
  width: 1170px;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  padding: 5px;
  position: relative;
  background: white;
}

.header {
  border-bottom: 1px #c4c4c4 solid;
}

.logo_img {
  display: flex;
  align-items: center;
  height: 55px;
}

.mobile_logo_img {
  display: flex;
  align-items: center;
  height: 55px;
  margin: 5px;
}

.button-burger {
  display: none;
}

.header-search-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
}

.header-nav {
  width: 100%;
  align-self: center;
}

.number {
  grid-area: number;
  cursor: pointer;
  margin-left: 6px;
  margin-right: 20px;
}

.number-gif {
  width: 120px;
  height: 40px;
  border-radius: 8px;
}

.header-search {
  grid-area: nav;
  background: #ffffff;
  display: flex;
  border: 2px solid #393939;
  box-sizing: border-box;
  cursor: pointer;
  justify-self: right;
  margin-left: 2%;
}

.header-search.mobile {
  height: 45px;
}

.header-search.s-hide {
  transition-duration: 1s;
  width: 0%;
  opacity: 0;
}

.header-search.s-visible {
  transition-duration: 1s;
  width: 100%;
  border-radius: 4px 0px 0px 4px;
  opacity: 1;
}

.container-form {
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 14;
}

.form-search {
  width: 550px;
  border: none;
  outline: none;
  padding: 7px 15px;
  color: #999999;
  border-radius: 4px 0px 0px 4px;
}

.categories {
  width: 250px;
  border: none;
  outline: none;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #999999;
  padding-right: 50px;
  position: relative;
  background: #fff url("/css/main/img/triangle.svg") no-repeat;
  cursor: pointer;
  background-position: 95%;
}

.categories-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.search-arrow {
  display: none;
}

.search-icon {
  grid-area: search;
  min-width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 2px solid #393939;
  display: flex;
  justify-content: center;
  background: #393939;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition: border-radius 1s ease-in-out;
}

.search-icon.visible {
  border-radius: 0px 4px 4px 0px;
  transition-duration: 0.5s;
}

.search-icon.hidden {
  border-radius: 4px 4px 4px 4px;
  transition-duration: 1s;
}

.search-icon_img {
  width: 17px;
  height: 17px;
  line-height: 36px;
  align-self: center;
}

.header-buttons {
  display: flex;
  align-self: center;
  justify-content: space-between;
  margin-left: 10px;
}

.header-buttons a {
  min-width: 25px;
  min-height: 25px;
  margin: 7px;
}

.header-buttons a img {
  width: 100%;
  height: 100%;
  max-height: 25px;
}

.header_button {
  cursor: pointer;
  margin-left: 20px;
  display: block;
}

.header_button.shopping-cart {
  border: none;
  width: 25px;
  height: 25px;
  align-self: center;
  position: relative;
  /* background: url('/css/cart/img/shopping-cart.svg') no-repeat; */
}

.history-cart {
  width: 28px;
  height: 28px;
}

.header-menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 26px;
  overflow-y: hidden;
}

.search-content {
  display: flex;
  position: relative;
  width: 100%;
}

.header-menu_item {
  text-align: center;
}

/* link effect */
.header-menu_item a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.header-menu_item a:after {
  display: block;
  content: "";
  background-color: #393939;
  height: 1px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
}

.header-menu_item a:hover:after,
.header-menu_item a:focus:after {
  width: 100%;
}

.header-menu_item a {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  font-family: "Arsenal";
  padding: 4px;
}

.header-menu_item a:hover {
  color: #000000;
  text-decoration: none;
}

/* link effect */
.mobile-menu-body {
  border-radius: 0px 0px 4px 4px;
  background-color: white;
  border-bottom: 1px solid rgb(170, 170, 170);
  border-top: none;
}

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

.mobile-menu-item {
  width: -moz-max-content;
  width: max-content;
}

.mobile-menu-item a {
  font-size: 14px;
  line-height: 5vh;
  color: #393939;
  text-decoration: none;
}

.form-search::-moz-placeholder {
  color: #999999;
}

.form-search::placeholder {
  color: #999999;
}

.vp-custom {
  justify-content: flex-end;
}

.chat-launcher {
  width: 8vmax;
  height: 8vmax;
  max-width: 55px;
  max-height: 55px;
  background: #c4c4c4;
  border-radius: 8vmax;
  cursor: pointer;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

/* header style end*/
.main-quantity .plus-square,
.main-quantity .minus-square,
.main-quantity_disable .plus-square,
.main-quantity_disable .minus-square {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

/*main*/
.main {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2e2e2e;
  min-height: calc(100vh - 246px);
}

.cart_inner {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 15px 0;
}

.cart-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 790px;
}

.cart-windows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 360px;
}

.cart-windows_fixed {
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 75px;
}

.main_cart {
  position: sticky;
  top: 75px;
  z-index: 1;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.231372549);
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 165%;
  background: #e5e5e5;
  border-radius: 8px;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1;
}
.main_cart.mobile {
  top: 65px;
}

.main-quantity,
.main-quantity_disable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 35px;
}

.main-quantity_disable .minus-square,
.main-quantity_disable .plus-square {
  cursor: default;
}

.item-count {
  width: 60px;
  text-align: center;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 5px;
  background: transparent;
}

.item-count::-webkit-outer-spin-button,
.item-count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-count[type=number] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: textfield;
  appearance: textfield;
}

.item-count[type=number]::-webkit-inner-spin-button,
.item-count[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}

.main_goods {
  background: #e5e5e5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.order_goods-btns {
  display: flex;
  justify-content: space-between;
}

.order_goods-button {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #931515;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
  width: 255px;
  height: 53px;
  font-size: 18px;
  line-height: 23px;
  color: white;
  font-weight: 400;
  padding: 10px 10px;
  max-width: 100%;
}
@media (max-width: 541px) {
  .order_goods-button {
    width: 100%;
  }
}

.order_goods-summa {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 15px 20px;
}

.order_goods-summa span {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.main_goods-good,
.main_goods-good-disable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  height: 165px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 10px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.main_goods-good-disable {
  background: #eeeeee;
  opacity: 0.9;
}

.main_goods-good-disable .main-link {
  cursor: default;
  pointer-events: none;
}

.main-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #2e2e2e;
}

.main_goods-good-disable .main-name {
  color: #d11818;
  font-size: 12px;
}

.main-summa {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 120px;
}

.price-name,
.price-num {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #353535;
}

.price-num {
  padding-top: 45px;
}

.price-num_disable {
  display: flex;
  padding-left: 20px;
  padding-top: 10px;
}

.price-num.sum {
  position: relative;
}

.sum-icon {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.price-num_red {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #d11818;
  padding-top: 45px;
  position: relative;
}

.prev-price {
  font-size: 13px;
  line-height: 16px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 400;
  color: #666666;
  position: absolute;
  top: 30px;
  right: 30px;
}

.prev-price.sum {
  top: 30px;
  right: -20px;
}

.main-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 130px;
  position: relative;
}

.price-num_down,
.price-num_up {
  background: #fe4646;
  border-radius: 4px;
  width: 45px;
  height: 22px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}

.price-num_up {
  width: 80px;
  top: 15px;
  position: absolute;
}

.price-num_up-mobile {
  width: 80px;
  background: #fe4646;
  border-radius: 4px;
  height: 22px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  top: 0px;
  right: 5px;
  position: absolute;
}

.main-link {
  display: flex;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
}

.good-img {
  position: relative;
}

.main_goods-good-disable .good-img {
  filter: grayscale(100%) contrast(85%);
}

.price-num_green {
  position: absolute;
  top: -15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #129733;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
}

.main-text {
  padding-top: 20px;
}

.main-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #111111;
}

.main-desc {
  display: flex;
  flex-direction: column;
  width: 240px;
  padding-right: 25px;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.main_good-img {
  display: block;
  width: 105px;
  height: 105px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 4px;
}

.main_checkout {
  background: #e5e5e5;
  border-radius: 8px;
  padding: 25px 15px 25px 15px;
}

.main_checkout.promo {
  display: flex;
  flex-direction: column;
}

.checkout-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #931515;
}

.checkout-inf {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #5e5e5e;
  padding-top: 10px;
}

.checkout-block {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.checkout-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #2e2e2e;
  padding-bottom: 7px;
  display: block;
}

/* select payment start */
.select-payment {
  font-family: "Arsenal", sans-serif;
  width: 100%;
  /* height: 36px; */
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  padding: 8px 10px 9px 10px;
  outline: none;
  color: #111;
  font-size: 14px;
  cursor: pointer;
}

.select-payment option {
  font-weight: normal;
}

/* select payment end */
.checkout-text .notation-astericks {
  padding-left: 3px;
}

.notation-astericks {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ff0000;
}

.notation-astericks_time {
  color: #931515;
  font-size: 30px;
}

.notation-astericks_min-time {
  color: #931515;
  font-size: 20px;
}

.checkout_form-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.checkout_text {
  font-family: "Arsenal", sans-serif;
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  padding: 8px 10px 9px 10px;
  outline: none;
  color: #111;
  font-size: 18px;
}

.border-error {
  border: 1px solid #ff0000;
  border-radius: 4px;
}

.checkout_text.down {
  width: 187px;
}

.sms-button {
  width: 315px;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 0px 1px #000000;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 25px;
  color: #7e7e7e;
  font-weight: 400;
}

.confirm-button {
  width: 315px;
  height: 53px;
  left: 224px;
  top: 322px;
  background: #8a8a8a;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.send-kod {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7e7e7e;
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-kod {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #ff0000;
  margin-top: 20px;
  margin-bottom: 30px;
}

.kod-button {
  width: 100%;
  height: 53px;
  border: none;
  outline: none;
  background: #ffffff;
  border: 1px solid #ff0000;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ff0000;
  margin-top: 60px;
}

.kod-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #2e2e2e;
  align-self: center;
  line-height: 43px;
}

.input-kod {
  width: 315px;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 0px 1px #000000;
  border-radius: 8px;
  border: none;
  outline: none;
  font-style: 18px;
  color: #111;
  padding: 5px 10px 5px 10px;
}

.main_maps {
  height: 410px;
  background: #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_maps-item {
  flex-grow: 1;
  width: 100%;
  height: 100%;
}

.order_sum {
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  padding: 25px 15px 20px 15px;
  color: #2e2e2e;
  align-items: flex-start;
  border-radius: 8px;
}

.order_sum-red {
  color: #931515;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 23px;
}

.order_sum-inf {
  display: grid;
  grid-template-columns: 3fr 1fr;
  /* display: flex;
  justify-content: space-between; */
  width: 100%;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 23px;
}

.order_sum-inf span {
  display: flex;
  align-items: center;
}

.order_sum-pay {
  border-top: 1px solid #d6d6d6;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 25px;
}

.order_sum-button {
  width: 100%;
  height: 53px;
  background: #931515;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 15px;
  border: none;
  outline: none;
  flex-shrink: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Arsenal", sans-serif;
}

.send-code {
  width: 100%;
  height: 43px;
  background: #931515;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
  flex-shrink: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.cross-icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* margin-right: 20px; */
}

.error-text,
.error-item {
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #ff0000;
  padding-top: 5px;
}

.error-text {
  font-weight: 700;
}

.data,
.sms {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.data-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #606060;
}

.kod-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.kod-number_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7e7e7e;
  padding-bottom: 15px;
}

.kod-number_form {
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  padding: 15px;
  border: 1px solid #8a8a8a;
  outline: none;
}

.checkout_text::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #a1a1a1;
  opacity: 0.9;
}

.checkout_text::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #a1a1a1;
  opacity: 0.9;
}

.checkout_text::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #a1a1a1;
  opacity: 0.9;
}

.checkout_text::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #a1a1a1;
  opacity: 0.9;
}

.checkout_text::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #a1a1a1;
  opacity: 0.9;
}

.checkout_text:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #a1a1a1;
  opacity: 0.9;
}

.order_sum-button.kod-btn.disabled {
  background: #8a8a8a;
  cursor: not-allowed;
}

.kod-btn {
  transition: all 0.3s ease-out;
  background: #931515;
}

/*footer*/
.main__content {
  min-height: calc(100vh - 242px);
  padding-bottom: 25px;
}

.footer {
  background: #292929;
  padding-top: 12px;
  padding-bottom: 29px;
  height: 180px;
}

.footer_inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.footer_logo-img {
  align-self: center;
}

.footer_blocks {
  display: flex;
  justify-content: space-around;
}

.footer_block {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-left: 65px;
}

.block-servis {
  display: flex;
  flex-direction: column;
}

.footer_block .inf-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.footer_logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
}

.footer_block.phone {
  align-items: center;
}

.footer_block-title {
  font-size: 12px;
  line-height: 25px;
}

.footer_block-title {
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer_block-title.phone {
  width: 86px;
  font-size: 26px;
  line-height: 33px;
  display: flex;
  align-items: center;
}

.footer_block-operator-logo {
  width: 30px;
  height: 30px;
}

.footer_block-img {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../cart/img/phone-white.svg);
  margin-right: 5px;
}

.footer_block-item {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
}

.footer_block-links {
  display: flex;
}

.footer_block-links a {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  margin: 3px;
}

.footer_block-links img {
  width: 30px;
  height: 30px;
}

a.footer_block-item:hover {
  text-decoration: underline;
  color: #ffffff;
}

/*svg background*/
.social {
  display: flex;
  flex-wrap: wrap;
}

.social-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.app-box-aligner {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
}

.app-box {
  width: -moz-min-content;
  width: min-content;
}

.social-box_link {
  padding-top: 15px;
}

.app-img {
  cursor: pointer;
  width: 150px;
  display: block;
  opacity: 0.85;
}

/* стили страницы каталог товаров */
.catalog {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.catalog-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 220px;
  height: 220px;
  border: 1px solid #a4a4a4;
  text-decoration: none;
  overflow: hidden;
  padding: 15px 15px;
  border-radius: 8px;
  margin: 5px;
}

.catalog-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.picture-box {
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-img {
  /* object-fit: cover; */
  height: 100%;
  width: auto;
  transition: transform 0.2s;
}

.catalog-item:hover .catalog-img {
  transform: scale(1.1);
}

.name-box {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.catalog-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #403c3b;
  margin-top: 10px;
}

/* стили страницы каталог товаров */
/* страница подтверждения заказа */
.container.confirmation {
  height: auto;
}

.order_kod.order {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.order_kod-item {
  display: flex;
  /* justify-content: space-around; */
  flex-direction: column;
  align-items: center;
}

.order_kod-item.phone {
  padding-top: 20px;
}

.order_kod-item:first-child {
  border-bottom: 1px solid #c4c4c4;
}

.null-discount {
  font-size: xx-large;
  display: flex;
  justify-content: center;
}

.bold {
  font-weight: 700;
}

.order_kod-check {
  font-size: 27px;
  line-height: 165%;
  color: #000000;
  padding-bottom: 25px;
}

.order_kod-kod {
  font-size: 35px;
  line-height: 165%;
  color: #000000;
  padding-bottom: 15px;
}

.order_kod-num {
  font-size: 42px;
  line-height: 165%;
  color: #000000;
  padding-bottom: 30px;
}

.order_kod-call {
  font-size: 22px;
  line-height: 165%;
  color: #000000;
  padding-bottom: 30px;
  text-align: center;
}

.kod-img {
  width: 45px;
  height: 45px;
  background: #931515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kod-img_picture {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.order_kod-item.phone {
  display: flex;
  flex-direction: row;
}

.order_sum.order.confirmation {
  margin-top: 0;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}

.order_kod-phone {
  font-weight: normal;
  font-size: 31px;
  line-height: 39px;
  color: #000000;
}

.order_kod-phone .phone {
  margin-left: 15px;
  margin-right: 30px;
}

/* страница подтверждения заказа */
/* стили модалка корзина start */
.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal {
  background: #ffffff;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  width: 75%;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 1px #444444;
}

.modal-header,
.modal-footer {
  display: flex;
  flex-direction: column;
}

.modal-header {
  color: #931515;
  justify-content: space-between;
}

.modal-footer {
  padding: 25px;
  padding-top: 10px;
  justify-content: flex-start;
}

.modal-body {
  padding: 5px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  overflow: auto;
  max-height: 55vh;
}

.btn-close {
  border: none;
  font-size: 20px;
  padding: 25px 50px;
  cursor: pointer;
  font-weight: bold;
  color: #931515;
  background: transparent;
  cursor: pointer;
}

.btn-agree {
  padding: 8px 40px;
  color: white;
  border: 1px solid #931515;
  background: #931515;
  border-radius: 4px;
  cursor: pointer;
}
.btn-agree:disabled {
  background: #999191;
  border-color: transparent;
  cursor: auto;
}

.btn-agree.n-agree {
  background: #ffffff;
  border: 1px solid #931515;
  color: #931515;
}

.modal-text {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1c1c1c;
  text-align: justify;
}

.modal-link {
  color: #931515;
  font-weight: 900;
  text-decoration: none;
}

.modal-link:hover {
  border-bottom: 1px solid #931515;
}

.backButton {
  padding: 8px 40px;
  color: #931515;
  border: 1px solid #931515;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}

.backButton:focus {
  outline: none;
}

.history-order_title {
  padding-bottom: 15px;
}

/* стили модалка корзина end */
.desctop-header-menu {
  position: relative;
  /* width: 100%; */
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 0;
  margin-right: auto;
}

.carousel-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* select payment */
.custom-select .payment-select-option {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

/* loader for checkout-text input */
.input-loader {
  position: absolute;
  bottom: 50%;
  right: 10px;
  transform: translateY(50%);
}

.goods-carousel {
  margin-top: 15px;
}

.goods-carousel .carusel-arrow-area {
  height: -moz-max-content;
  height: max-content;
  height: -webkit-max-content;
}

.card-shadow {
  transition: box-shadow 0.2s ease-out;
  box-shadow: 0px 0px 5px 2px rgba(167, 167, 167, 0.2);
}

.card-shadow:hover {
  box-shadow: 0px 0px 7px 2px rgba(167, 167, 167, 0.2), 0px 0px 5px 2px rgba(34, 60, 80, 0.2);
}

.share-items {
  width: 270px;
  height: 350px;
  padding: 15px 15px 15px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: 0px 0px 1px #000000; */
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  cursor: pointer;
  justify-content: flex-start;
  transition: box-shadow 0.2s ease-out;
  box-shadow: 0px 0px 5px 2px rgba(167, 167, 167, 0.2);
}

.share-items_inf {
  position: absolute;
  left: 10px;
  top: 15px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 3px;
}

.share-items_inf-circle {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #676464;
}

.hover-border {
  position: relative;
  transition: all 200ms ease-out;
}

.hover-border::before {
  content: "";
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 0px 0px;
  border-radius: 100%;
  transition: inherit;
  opacity: 0;
  border-radius: inherit;
}

.hover-border:hover::before,
.hover-border:focus::before {
  box-shadow: 0px 0px 0px 2px;
  opacity: 0.7;
}

.add-background-opacity {
  animation: add-opacity 1s calc((1 - var(--add-opacity)) * -1s) linear paused forwards;
}

@keyframes add-opacity {
  to {
    background: transparent;
  }
}