@font-face {
  font-family: Onest;
  src: url(../fonts/Onest/Onest-Regular.woff2) format("woff2"),url(../fonts/Onest/Onest-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Onest;
  src: url(../fonts/Onest/Onest-Medium.woff2) format("woff2"),url(../fonts/Onest/Onest-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Onest;
  src: url(../fonts/Onest/Onest-Bold.woff2) format("woff2"),url(../fonts/Onest/Onest-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Nekst;
  src: url(../fonts/Nekst/Nekst-Light.woff2) format("woff2"),url(../fonts/Nekst/Nekst-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Nekst;
  src: url(../fonts/Nekst/Nekst-Regular.woff2) format("woff2"),url(../fonts/Nekst/Nekst-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Nekst;
  src: url(../fonts/Nekst/Nekst-Medium.woff2) format("woff2"),url(../fonts/Nekst/Nekst-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Nekst;
  src: url(../fonts/Nekst/Nekst-SemiBold.woff2) format("woff2"),url(../fonts/Nekst/Nekst-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Nekst;
  src: url(../fonts/Nekst/Nekst-Bold.woff2) format("woff2"),url(../fonts/Nekst/Nekst-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
:root {
  --border-radius: 30px
}
html {
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
*,
::after,
::before {
  font-kerning: none;
  font-feature-settings: "pnum" on,"lnum" on;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden
}
.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px
}
.content h2 {
  font-family: Onest,sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 30px;
  margin-bottom: 30px
}
.content h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 25px
}
.content p {
  font-family: Onest,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}
.content p > span {
  text-decoration: line-through
}
.content p:nth-last-child(n+2) {
  margin-bottom: 30px
}
.content ul {
  list-style-type: disc
}
.content li {
  font-family: Onest,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
  margin-left: 16px
}
.content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius)
}
.title-block {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px
}
.title-block.title-block_bottom {
  padding-bottom: 60px;
  text-align: center
}
.title-block .title {
  display: inline
}
.title-block__container_cart {
  position: relative;
  padding-right: 200px
}
.title-block_bottom .title-block__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.title-block__container_lk {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.title-block__container_lk span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #858585
}
.title-block__container_lk svg {
  margin-left: 12px
}
.title-block__row {
  display: flex
}
.title-block__text {
  margin-left: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  color: #858585
}
.title-block__caption {
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  color: #fbd8d6
}
.title-block:not(.title-block_middle) .title-block__caption {
  margin-left: 20px
}
.title-block.title-block_middle .title-block__caption {
  margin-right: 20px
}
.title-block__cart-clear {
  position: absolute;
  top: 5px;
  right: 20px;
  align-self: center;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #858585;
  transition: .35s
}
.title-block__cart-clear:hover {
  opacity: .7
}
.title-block__cart-clear svg {
  margin-left: 12px
}
.title-block__txt {
  font-size: 14px;
  line-height: 120%
}
.title-block_bottom .title-block__txt {
  margin: 12px 0 40px
}
.title-block_bottom .title-block__btn {
  width: 100%;
  max-width: 380px
}
.desktop {
  display: flex!important
}
.mobile {
  display: none!important
}
body {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: Nekst,sans-serif!important;
  font-size: 16px;
  background-color: #f9f9f9;
  width: 100%;
  color: #0e0e0e;
  scroll-behavior: smooth;
  min-height: 100%;
  margin: 0
}
body.open-menu,
body.open-modal {
  overflow: hidden
}
@keyframes fadeIn1 {
  0% {
    opacity: 0
  }
  100% {
    opacity: .7
  }
}
ul {
  list-style-type: none
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent
}
:focus {
  outline-style: none;
  outline-width: 0!important;
  outline-color: none!important
}
button,
fieldset,
input,
textarea {
  background: 0 0;
  border: 0;
  padding: 0;
  font-family: inherit!important
}
input[type=number] {
  -moz-appearance: textfield
}
button {
  cursor: pointer;
  transition: .3s linear
}
.compensate-for-scrollbar {
  margin: auto!important
}
.disabled {
  position: relative;
  filter: grayscale(1)
}
.disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 10;
  background-color: rgba(255,255,255,.7);
  border-radius: inherit
}
[disabled] {
  pointer-events: none;
  opacity: .5
}
details,
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  max-width: 100%;
  height: auto;
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
[hidden],
template {
  display: none
}
@media (max-width:1200px) {
  :root {
    --border-radius: 20px
  }
}
@media (max-width:1023px) {
  .content h4 {
    font-size: 24px
  }
  .title-block__container_cart {
    padding-right: 175px
  }
  .title-block__text {
    margin-left: 0;
    margin-top: 2px;
    font-size: 22px;
    line-height: 26px;
    display: block
  }
  .title-block__caption {
    font-size: 22px;
    line-height: 26px
  }
  .title-block:not(.title-block_middle) .title-block__caption {
    margin-left: 6px
  }
  .title-block.title-block_middle .title-block__caption {
    margin-right: 6px
  }
  .title-block__cart-clear {
    top: 0;
    right: 5px
  }
  .desktop {
    display: none!important
  }
  .mobile {
    display: flex!important
  }
}
@media (max-width:767px) {
  .container {
    padding: 0 15px
  }
  .content h2 {
    font-size: 24px
  }
  .title-block.title-block_bottom {
    padding-bottom: 40px
  }
  .title-block__container_cart {
    padding-right: 175px
  }
  .title-block_bottom .title-block__txt {
    margin: 8px 0 20px
  }
}