@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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,
sub,
sup,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #212121;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
  z-index: 2;
}

a {
  /* display: block; */
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  color: #cf5555;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cf5555;
}

input,
textarea,
select {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border: none;
  height: 40px;
  width: 100%;
  color: #2f4050;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #888888;
}

input:hover,
input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea:hover,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select:hover,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  display: block;
  width: 100%;
}

button,
.btn {
  outline: none;
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

button:hover,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group {
  width: 100%;
}
.btn-group .btn {
  margin: 0 30px 0 0;
}
.btn-group .btn:last-child {
  margin: 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 46px;
  max-width: 180px;
  width: 100%;
  padding: 14px;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-lg {
  height: 54px;
  padding: 15px;
  max-width: 200px;
}

.btn-accent {
  color: #fff;
  background: #023564;
  border: 2px solid #023564;
}
.btn-accent:hover {
  background: transparent;
  color: #023564;
}

.btn-border-accent {
  background: transparent;
  color: #fff;
  border: 2px solid #023564;
}
.btn-border-accent:hover {
  background: #023564;
  color: #fff;
}

.btn-grey {
  background: #2f4050;
  color: #fff;
  height: 54px;
  padding: 0 25px;
}
.btn-grey:hover {
  background: #023564;
  color: #fff;
}

h1 {
  font-size: 54px;
  font-weight: bold;
}

h2 {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 30px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.svg-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.color-white {
  color: #fff;
}

.bg-grey {
  background: #f2f6f7;
}

.bg-light-blue {
  background: #f2f6f7;
}

.bg-blue {
  color: #fff;
  background: #2f4050;
}

.list-number {
  counter-reset: item;
  font-size: 18px;
  font-weight: 600;
}
.list-number li {
  margin: 0 0 20px;
}
.list-number li:before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  font-size: 14px;
}
.list-number li:last-child {
  margin: 0;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.line-decor-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}

.progress-bg-wrapper {
  width: calc(100% - 240px);
  height: 2px;
  position: relative;
  background: #e5e8e9;
}

.progress-bg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 5px;
  background: #023564;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slick-slider {
  width: 100%;
}

/* .slick-slide {
  outline: none;
} */

.slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
}
.slick-dots li {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  margin: 0 30px 0 0;
  border-radius: 50%;
  background: #888888;
  width: 8px;
  height: 8px;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #023564;
  border-radius: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 0;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: #023564;
}
.slick-dots .slick-active:before {
  opacity: 1;
}

.slick-arrow {
  position: relative;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 41px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  fill: #888888;
}
.slick-arrow:hover {
  fill: #023564;
}
.slick-arrow .svg-icon {
  width: 100%;
}

.p-50 {
  padding: 50px 0;
}

.p-100 {
  padding: 100px 0;
}

.p-150 {
  padding: 150px 0;
}

.container {
  max-width: 1440px;
}

.box-text {
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 20px;
}

.wrapper {
  padding: 65px 0 0;
}

strong {
  display: inline-block;
  font-weight: 600;
}

em {
  display: inline-block;
  font-style: italic !important;
}
.main.home {
  padding: 30px 0 30px;
}
.category-card {
  width: 100%;
  text-align: center;
  color: #bfbfbf;
}
.category-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  /* height: 205px; */
  margin: 0 auto 20px;
  display: block;
}
/* .category-card span {
    display: block;
} */
.category-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7%;
  padding: 0;
  color: #000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.catalog-card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  min-height: 250px;
}

.badge-discount1 {
  background: #fe4c4c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 50px;
  height: 24px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  line-height: 24px;
  z-index: 60;
}

.cur {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.old {
  position: relative;
  font-size: 13px;
  margin-left: 10px;
}

.old:before {
  border-bottom: 1px solid #fe4c4c;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 1px;
  transform: rotate(-7deg);
}

.api-reviews-element-rating.api-hide-border {
  padding: 3px 0;
  margin-bottom: 5px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.api-reviews-element-rating .api-rating > div {
  display: inline-block;
  vertical-align: middle;
}

.card-body .product_title {
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.card-body .property-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-body .property-line .property-left {
  text-align: left;
  font-size: 11px;
  padding-right: 10px;
}

.card-body .property-line .property-right {
  text-align: center;
}

.card-body .property-line .property-right span {
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
}

.card-body .property-line .property-right span.avalble {
  color: #fff;
  background-color: #cf5555;
}

.card-body .button_aso {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #797979;
  background: #fff;
  padding: 8px 18px;
  color: #797979;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.card-body .button_aso:hover {
  background: #cf5555;
  color: #fff;
  text-decoration: none;
  border: 1px solid #cf5555;
}
.card-img-wrap {
  position: relative;
}

.oonline-bear_01-banner {
  width: 100%;
  display: flex;
  gap: 2em;
  border-radius: 20px;
  background: #cf5555;
  background: linear-gradient(90deg, #cf5555 0%, #ffbebe 100%);
  padding: 1.8em 3em;
  color: #fff;
  font-size: 27px;
  position: relative;
  margin: 1em 0;
  z-index: 1;
}

.oonline-bear_01-banner a,
.oonline-bear_01-banner a:hover *,
.oonline-bear_01-banner a:active *,
.oonline-bear_01-banner a:focus * {
  color: #fff;
  text-decoration: none;
}

.oonline-bear_01-banner .gbb_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.03;
  margin: 0;
}

.oonline-bear_01-banner .gbb_subtitle {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 30px;
}

.oonline-bear_01-banner .gbb_subtitle span {
  border-radius: 6px;
  padding: 0.2rem 1rem;
  background-color: #b63434ff;
}

.oonline-bear_01-banner .maskot {
  content: "";
  display: block;
  width: 370px;
  height: 350px;
  background: url(../img/maskot.webp) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: calc(55% - 10px);
  bottom: 0;
  transition: 2s all;
}

.oonline-bear_01-banner .ya-delivery__logo {
  position: absolute;
  right: 5rem;
  bottom: 4rem;
}

.oonline-bear_01-banner .ya-delivery__logo img {
  width: 180px;
}
.oonline-bear_02-banner {
  margin: 3em 0;
}

.oonline-bear_02-banner .gbb_inner {
  display: flex;
  margin: 0 -10px;
  align-items: center;
}

.oonline-bear_02-banner .gbb_inner .gbb-item {
  display: block;
  width: 50%;
  margin: 0 10px;
  /* padding: 2.5rem;
        height: 440px;
        border-radius: 20px; */
  background-size: cover;
  background-position: top left;
  position: relative;
  text-decoration: none;
}
h1 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 24px;
  color: #000;
}

.page-about {
  margin: 0 0 100px;
}

section.page {
  padding: 50px 0 0;
}

.page-about .help h3 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 100%;
  font-weight: 700;
}

.page-about .help p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

.panel {
  border: 1px solid #eeeeee;
  padding: 30px 0 22px 15px;
  background-color: #fdfdfd;
  display: grid;
  margin-bottom: 10px;
}

.panel-heading {
  display: flex;
  align-items: flex-start;
}

.pull-right {
  margin-left: 12px;
}

.page-about .help h4 {
  font-size: 18px;
  font-weight: 700;
}

.page-about .help h4 {
  font-size: 18px;
  font-weight: 700;
}

.page-about .help ul {
  margin: 20px 0 20px 40px;
  list-style-type: disc;
}

.page-about .help ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.page-about .help h2 {
  font-size: 22px;
  margin-bottom: 1.2em;
  line-height: 100%;
  font-weight: 700;
}
strong,
b {
  font-weight: bold;
  display: inline;
}
.cart-item-delete:before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/delete-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: filter 0.3s;
}
