html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: Montserrat;
  src: url("../sources/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../sources/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../sources/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../sources/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../sources/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../sources/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../sources/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../sources/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../sources/fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../sources/fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans A 55 Medium";
  src: url("../sources/fonts/CoreSansA55Medium/CoreSansA55Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Core Sans A 55 Medium";
  font-size: 16px;
  color: black;
}
html * {
  box-sizing: inherit;
  outline: none;
}

body {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

a {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 1px solid #fff;
  border-radius: 8px;
}

.page {
  position: relative;
  overflow: hidden;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1321px;
  margin: 0 auto;
  position: relative;
  width: unset !important;
}
@media (min-width: 1025px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1025px) {
  .container__with-sidebar {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .container__main {
    max-width: 808px;
  }
}
.container__sidebar {
  display: flex;
  align-items: stretch;
}

.section_color_gray {
  background-color: #EAEAEA;
}

.subtext {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.button {
  font-family: Montserrat, sans-serif;
  display: flex;
  background: linear-gradient(180deg, #E61920 0%, #D71218 100%);
  color: white;
  width: 210px;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.button__icon {
  display: flex;
  align-items: center;
}
.button__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  background: #fff;
  border-radius: inherit;
  top: -39px;
  transition: 0.6s;
}
.button:hover .button__hover:not(.button__hover_disabled) {
  opacity: 1;
  top: 0px;
}
.button__count {
  font-size: 16px;
  color: #E61920;
  flex-grow: 1;
  flex-shrink: 0;
}
.button__count_checkout {
  font-size: 13px;
  text-align: left;
  color: inherit;
}
.button_slider {
  height: 36px;
  width: fit-content;
  border-radius: 9px;
  background: #fff;
  color: #E61920;
  font-family: "Core Sans A 55 Medium";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 19px;
}

.button-gray {
  background: #B3B3B3;
}

.large-separator {
  border-width: 3px;
  margin: 0 0 40px 0;
}

.d-f {
  display: flex;
}

.nav__link {
  color: #414141;
}

h1, .h1 {
  font-size: 28px;
  line-height: 34.01px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 39.01px;
  }
}

.text {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text {
    font-size: 16px;
  }
}

#page {
  overflow: hidden;
}

#panel {
  z-index: 1200;
  position: absolute;
  width: 100%;
}

.top-banner {
  margin-bottom: 30px;
}
.top-banner__site-nav {
  width: 846px;
  height: 50px;
  display: flex;
  gap: 38px;
  position: absolute;
  top: 66px;
  left: 97px;
  z-index: 1;
}
.top-banner__catalog {
  background-color: #fff;
  width: 235px;
}
.top-banner__search {
  background-color: #fff;
  flex: 1 1 auto;
}

.catalog__button {
  font-family: Montserrat, sans-serif;
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #1C2D38;
  width: 235px;
  height: 100%;
  padding: 0 30px;
  align-items: center;
  gap: 15px;
}

.categories {
  margin-bottom: 40px;
}
.categories__category:nth-child(3) .categories__category-wrapper {
  background-color: #183B52;
}
.categories__category:nth-child(4) .categories__category-wrapper {
  background-color: #4C6779;
}
.categories hr {
  margin: 20px 0;
}
.categories__buttons {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
}
.categories__category {
  display: flex;
  gap: 62px;
}
.categories__category-list-wrapper {
  margin-bottom: 20px;
}
.categories__category + .categories__category {
  margin-top: 36px;
}
.categories__category-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 356px;
  min-height: 426px;
  background: #1C2D38;
  color: #fff;
  padding: 57px 29px;
  flex-shrink: 0;
}
.categories__title {
  font-size: 24px;
}
.categories__subcategories-list {
  font-size: 15px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.categories__subcategories-list a {
  color: #fff;
}
.categories__products {
  display: flex;
  flex-grow: 1;
  gap: 100px;
}
.categories__product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories__product .product__favorite {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.categories__product .product__favorite-is-favorite svg {
  fill: #E3181F;
}
.categories__product .product__favorite-is-favorite svg path {
  stroke: #E3181F;
}
.categories__product .product__favorite-button:hover svg {
  fill: #ff9296;
}

.product__general {
  font-family: "PT Sans", "Helvetica", "Arial", sans-serif !important;
  margin-bottom: 20px;
}
.product__rating {
  padding: 16px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.product__rating-stars {
  display: flex;
}
.product__rating-text {
  font-size: 14px;
  color: #838383;
}
.product__name {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
.product__image {
  display: flex;
  justify-content: center;
}
.product__image img {
  height: 185px;
  max-width: 225px;
}

.partners {
  margin-bottom: 40px;
}
.partners-wrapper {
  display: flex;
  gap: 86px;
  padding-right: 60px;
}
.partners__partner img {
  height: 70px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.partners__buttons .button {
  width: 229px;
}
.partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-grow: 1;
  gap: 16px;
}
.partners__partner:nth-child(3n-2) {
  justify-self: flex-start;
}
.partners__partner:nth-child(3n-1) {
  justify-self: center;
}
.partners__partner:nth-child(3n) {
  justify-self: flex-end;
}

.services {
  margin-bottom: 30px;
}

.advantages {
  margin-bottom: 40px;
}

.categories-slider {
  margin: 40px 0;
}

.main_new {
  font-family: Montserrat;
}

.dark-gray-bg {
  position: absolute;
  background-color: #3B3F42;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 64.7674418605%;
}

.section {
  padding: 22px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section {
    padding: 34px 0;
  }
}
.section_red-bg {
  background: linear-gradient(101.74deg, #FF0009 28.74%, #FF003D 70.57%);
  color: #FFFFFF;
}
.section_dark-gray-bg {
  background-color: #3B3F42;
  color: #FFFFFF;
}
.section_header {
  padding: 0;
}

.text_vendor-max-width {
  max-width: 1070px;
  margin: 0 auto;
}

.list_big-digits {
  list-style-type: none;
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 60px;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .list_big-digits {
    padding-left: unset;
  }
}
.list_big-digits .list__item {
  position: relative;
  font-weight: 600;
  min-height: 41px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.list_big-digits .list__item:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  background-color: #E61920;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .list_big-digits .list__item:before {
    left: -60px;
    width: 41px;
    height: 41px;
    border-radius: 9px;
    font-size: 24px;
  }
}

.features {
  gap: 70px;
}
.features_3-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .features_3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.features__title_big {
  font-weight: 900;
  font-size: 26px;
}
@media (min-width: 768px) {
  .features__title_big {
    font-size: 32px;
  }
}
.features__title_mid {
  font-weight: 900;
  font-size: 24px;
}
.features__title_small {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
}
.features__item {
  display: flex;
  gap: 12px;
  flex: 1;
  min-width: 320px;
  max-width: 400px;
}
@media (min-width: 1025px) {
  .features__item {
    flex: unset;
    min-width: unset;
    max-width: unset;
  }
}
.features__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.features__text {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .features__icon img {
    width: 41px;
    height: 41px;
  }
}
/*# sourceMappingURL=map/base.css.map */
