/* layout */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "PTSans-Bold";
  src: url("../fonts/PTSans-Bold.woff2") format("woff2"), url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Regular";
  src: url("../fonts/PTSans-Regular.woff2") format("woff2"), url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("../fonts/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../fonts/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
/*
html,
body {
    min-height: 100%;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "PTSans-Regular", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}
*/
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0;
}

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

.wrapper a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

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

svg {
  max-width: 100%;
  max-height: 100%;
}

button {
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}

.wrapper input,
select {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
}

.wrapper {
  overflow-x: hidden;
}

.container {
  position: relative;
  max-width: 960px;
  width: 97%;
  margin: 0 auto;
}

.section-title {
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 29.17px;
  line-height: 33.33px;
  color: #5e4f7a;
}

.section-subtitle {
  position: relative;
  font-family: "PTSans-Bold", sans-serif;
  font-size: 16.67px;
  color: #5e4f7a;
}

.illustration {
  position: absolute;
}

.text {
  position: relative;
  padding-top: 15px;
}

.text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 41px;
  height: 2px;
  background-color: #a69fb7;
}

.text p {
  font-size: 12.5px;
  line-height: 16.25px;
  color: #000000;
}

.text p:not(:first-child) {
  margin-top: 17px;
}

.greet,
.clever,
.work,
.keys,
.fit {
  padding-left: 68px !important;
}

/* section */
/*
.header {
    height: 89px;
    background-color: #625d73;
    text-align: center;
}

.header img {
    display: inline-block;
}
*/
.greet {
  /*background: url("../img/bg/greet-bg-l.jpg") right center/cover no-repeat;*/
  padding: 64px 0 70px;
}

.greet-content {
  max-width: 330px;
}

.greet-title {
  font-family: "RobotoSlab-Regular", sans-serif;
  font-weight: 800;
  font-size: 33.33px;
  line-height: 37.5px;
}

.greet-btn {
  font-size: 20.83px;
  text-transform: uppercase;
  padding: 12px 23px 11px;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  margin-top: 33px;
}

.greet-btn:hover {
  text-decoration: underline;
}

.work {
  padding: 62px 0 115px 0;
}

.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 606px;
  padding-top: 62px;
}

.work-item {
  width: calc(100% / 3);
  max-width: 190px;
}

.work-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 46px;
}

.work-item__pic {
  max-height: 57px;
  max-width: 68px;
}

.work-item__title {
  font-family: "PTSans-Bold", sans-serif;
  font-size: 16.67px;
  color: #5e4f7a;
  margin-top: 22px;
}

.work-item__text {
  font-size: 12.5px;
  line-height: 16.67px;
  color: #000000;
  margin-top: 7px;
}

.work-illustration {
  left: 79%;
  top: 123px;
}

.clever {
  padding: 124px 0 60px;
}

.clever-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 50px;
}

.tabs {
  max-width: 283px;
  margin-right: 97px;
}

.tabs-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 5px solid #e9f0f2;
  padding-bottom: 5px;
}

.tabs-link span {
  font-family: "PTSans-Bold", sans-serif;
  font-size: 16.67px;
  line-height: 20.83px;
  color: #5e4f7a;
}

.tabs-link:not(:first-child) {
  margin-top: 24px;
}

.tabs-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 5px;
  background-color: #bbcacf;
}

.tabs-link.active::before {
  width: 100%;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  transition: 5s linear;
}

.tabs-wrapper {
  min-height: 492px;
}

.tabs-wrapper__tab {
  display: none;
}

.tabs-wrapper__tab.visible {
  display: block;
}

.tabs-wrapper__tab span {
  color: #000000;
}

.clever-illustration {
  left: 74.5%;
  top: 59%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keys {
  background-color: #f8fbfc;
  padding: 59px 0 25px 171px !important;
}

.keys-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.keys-content__right {
  max-width: 547px;
  margin-left: 3px;
}

.keys .section-title {
  text-align: center;
  padding-right: 28px;
}

.keys .section-subtitle {
  margin-top: 54px;
}

.keys .text {
  margin-top: 18px;
  padding-right: 105px;
}

.keys-bottom {
  margin-top: 21px;
  text-align: center;
}

.keys-bottom img {
  display: inline-block;
  margin-left: -175px;
}

.keys-illustration {
  right: 97.5%;
  top: 14px;
}

.fit {
  padding: 118px 0 57.5px;
}

.fit .section-title {
  margin-bottom: 53px;
}

.fit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 42px;
}

.fit-item {
  max-width: 296px;
}

.fit-item:not(:last-child) {
  margin-right: 36px;
}

.fit-item .section-subtitle {
  color: #333333;
}

.fit-item .text {
  margin-top: 17px;
}

.fit-item .text p:not(:first-child) {
  margin-top: 11px;
}

.fit-illustration {
  left: 79%;
  top: -14px;
}

.calc .container {
  max-width: 960px;
  padding: 0 36px;
  padding-top: 50px;
}

.calc .calc-block {
  font-family: "Open Sans", sans-serif;
  width: 832.04px;
  height: 504px;
  background: linear-gradient(90deg, #4E4376 0%, #2B5876 100%);
  border-radius: 15px;
  color: #fff;
  padding-top: 41px;
  margin-top: 50px;
}

.calc .calc-block .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.02em;
}

.calc .calc-block .left {
  float: left;
  width: 370px;
  padding-left: 45px;
}

.calc .calc-block .left .input-minus, .calc .calc-block .left .input-plus {
  width: 51px;
  height: 54px;
  background: rgba(207, 204, 213, 0.4);
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calc .calc-block .left .input-minus:hover, .calc .calc-block .left .input-plus:hover {
  background: #18D26F;
}

.calc .calc-block .left .input {
  margin-top: 21px;
  margin-bottom: 15px;
}

.calc .calc-block .left input[type=number] {
  width: 200px;
  height: 51px;
  background: #fff;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 51px;
  display: inline-block;
  align-items: center;
  text-align: center;
  margin-bottom: 1px;
  color: #2B5876;
}

.calc .calc-block .left .summ-block {
  width: 325.53px;
  height: 222.46px;
  background: rgba(118, 129, 157, 0.3);
  border-radius: 10px;
  text-align: center;
}

.calc .calc-block .left .no-calc {
  height: 250px;
}

.calc .calc-block .left .summ-block .summ {
  font-weight: 400;
  font-size: 144px;
  line-height: 170px;
  text-align: center;
}

.calc .calc-block .left .summ-block .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.calc .calc-block .left .summ-block .summ div {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}

.calc .calc-block .right {
  float: right;
  width: 345px;
  padding-top: 6px;
}

.calc .calc-block .right div {
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 5px;
}

.calc .calc-block .right ul {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 20px;
  width: 280px;
}

.calc .calc-block .right ul li {
  padding-top: 22px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.calc-illustration {
  left: 94%;
  top: -14px;
}

.equipment {
  padding: 100px 0 108px;
}

.equipment .container {
  position: relative;
  max-width: 920px;
  padding: 0 36px;
}

.equipment .section-title {
  margin-top: 50px;
  text-align: right;
}

.equipment-slider {
  margin-top: 60px;
}

.equipment-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 372px;
  padding: 21px 25px 21px 20px;
  border-radius: 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.equipment-slide:hover {
  background-color: #f0f4f5;
}

.equipment-slide__title {
  position: relative;
  font-family: "PTSans-Bold", sans-serif;
  font-size: 14.58px;
  color: #5e4f7a;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 13px;
}

.equipment-slide__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 2px;
  background-color: #948fa3;
}

.equipment-slide__pic {
  position: relative;
  padding-top: 126px;
  margin: 29px -25px 0 -20px;
}

.equipment-slide__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.equipment-slide__place {
  margin-top: 33px;
}

.equipment-slide__place span {
  font-size: 10.42px;
  color: #000000;
  text-transform: uppercase;
}

.equipment-slide__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.equipment-slide__price {
  font-family: "PTSans-Bold", sans-serif;
  font-size: 25px;
  color: #ee5031;
}

.equipment-slide__order {
  width: 60px;
  font-family: "PTSans-Regular", sans-serif;
  font-size: 6.67px;
  line-height: 8.33px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 2.5px 0;
  border-radius: 100px;
  border: 1px solid #615773;
  background-color: #615773;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.equipment-slide__order:hover {
  background-color: transparent;
  color: #615773;
}

.equipment-illustration {
  right: 82.5%;
  top: -210px;
}

/*# sourceMappingURL=maps/main.css.map */
.goods {
  margin-top: 90px;
}
.goods * {
  font-family: Roboto, sans-serif;
}
.goods .equipment-body {
  display: grid;
  grid-template-columns: repeat(3, 230px);
  width: max-content;
  margin: 0 auto;
  gap: 20px;
}
.goods .equipment-body .equipment__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  min-height: 395px;
}
.goods .equipment-body .equipment__item:hover {
  box-shadow: 0 4px 21px rgba(23, 23, 23, 0.1);
}
.goods .equipment-body .equipment__item .equipment__item__preview-wrapper {
  height: 230px;
  padding: 33px 25px 46px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods .equipment-body .equipment__item .equipment__item__preview-wrapper .equipment__item__preview {
  max-width: 100%;
  max-height: 100%;
}
.goods .equipment-body .equipment__item .equipment__item__body {
  padding: 0 15px;
  flex: 1;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__header {
  height: max-content;
  min-height: 47px;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__header .equipment__item__body__title {
  font-size: 14px;
  font-weight: 600;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__header .equipment__item__body__type {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__additional {
  font-size: 12px;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__additional .equipment__item__body__additional-label {
  color: #FF502E;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__additional .equipment__item__body__additional__wrapper {
  max-height: 100%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__additional .equipment__item__body__additional__wrapper:not(:last-child) {
  margin-bottom: 8px;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__additional .equipment__item__body__additional__wrapper .equipment__item__body__additional__checkbox {
  display: flex;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
}
.goods .equipment-body .equipment__item .equipment__item__body .equipment__item__body__additional .equipment__item__body__additional__wrapper .equipment__item__body__additional__label {
  color: #333333;
  display: block;
}
.goods .equipment-body .equipment__item .equipment__item__footer {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.goods .equipment-body .equipment__item .equipment__item__footer .equipment__item__footer__price {
  font-size: 24px;
  font-weight: 600;
  color: #FF502E;
}
.goods .equipment-body .equipment__item .equipment__item__footer .equipment__item__footer__cart-button {
  padding: 7px;
  border-radius: 4px;
  background-color: #FF502E;
  border: unset;
  outline: unset;
  height: 30px;
}

/*# sourceMappingURL=main.css.map */
