@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*! 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%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
  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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

:root {
  --text-primary: #373737;
  --text-primary-dark: #FDFDFD;
  --text-secondary: #646464;
  --placeholder: #9A9A9A;
  --background-dark: #373737;
  --background-accent: #F6E1CE;
  --background-light: #fff;
  --accent: #005B47;
  --accent-primary: rgba(166, 88, 47, 0.97);
  --line: #eee;
  --gradient: linear-gradient(90deg, #005B47 0%, #00B58D 100%);
  --fonts: "Proxima Nova", sans-serif;
  --text-secondary-light: #4D4D4D;
  --text-primary-light: #fff;
}

html {
  line-height: 0;
}

.bg-1 {
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #FDEFE6 25.91%, #F1EAE5 77.5%, #FFF 100%);
}
.bg-1 > * {
  position: relative;
  z-index: 2;
}

.bg-2 {
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #FFFAF5 17.61%, #F1EAE5 77.5%, #FFF 100%);
}
.bg-2 > * {
  position: relative;
  z-index: 2;
}
.bg-2-add:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-2-add.webp") no-repeat center -20%/cover;
}

.bg-3 {
  background: linear-gradient(180deg, #FFF -3.28%, #FFF0E4 20.99%, #F1EAE5 76.76%, #FFF 100%);
  position: relative;
}
.bg-3 > * {
  position: relative;
  z-index: 2;
}

.bg-4 {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E4 20%, #F1EAE5 77.5%, #FFF 100%);
  position: relative;
}
.bg-4 > * {
  position: relative;
  z-index: 2;
}

.bg-5 {
  background: linear-gradient(180deg, #FFF 0%, #FFF6EF 41.91%, #F1EAE5 77.5%, #FFF 100%);
  position: relative;
}
.bg-5 > * {
  position: relative;
  z-index: 2;
}

.bg-6 {
  background: linear-gradient(180deg, #FFF 0.03%, #FFF3EA 18.05%, #F1EAE5 69.41%, #FFF 90.1%);
  position: relative;
}
.bg-6 > * {
  position: relative;
  z-index: 2;
}

.bg-7 {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E4 20%, #F1EAE5 77.5%, #FFF 100%);
  position: relative;
}
.bg-7 > * {
  position: relative;
  z-index: 2;
}

.bg-8 {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E4 20%, #F1EAE5 77.5%, #FFF 100%);
  position: relative;
}
.bg-8 > * {
  position: relative;
  z-index: 2;
}
.bg-8:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/eclipse.svg") no-repeat center center/cover;
}

.bg-9 {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E4 28.81%, #F1EAE5 63.91%, #FFF 82.46%);
  position: relative;
}
.bg-9 > * {
  position: relative;
  z-index: 2;
}
.bg-9:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../images/eclipse2.svg") no-repeat center center/cover;
}

.bg-10 {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E4 34.94%, #F1EAE5 77.5%, #FFF 100%);
  position: relative;
}
.bg-10 > * {
  position: relative;
  z-index: 2;
}

* {
  box-sizing: border-box;
  outline: 0;
}
*:focus {
  outline: 0;
}

ul.ok {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
ul.ok li {
  width: 49%;
  padding: 0 0 0 40px;
  position: relative;
  margin-bottom: 24px;
}
ul.ok li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0918 15.6813C5.55117 20.5063 9.87492 24.85 14.0312 30.3438C18.5499 21.3563 23.1749 12.3375 30.8062 2.57066L28.7499 1.62878C22.3062 8.46253 17.2999 14.9313 12.9499 22.6188C9.92492 19.8938 5.03617 16.0375 2.05117 14.0563L1.0918 15.6813Z' fill='url(%23paint0_linear_109_354)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_109_354' x1='1.0918' y1='15.8886' x2='30.8062' y2='15.8886' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23005B47'/%3E%3Cstop offset='1' stop-color='%2300B58D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
ul.ok li:last-of-type {
  margin-bottom: 0;
}
ul.ok li h3 {
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--accent-primary);
}

.custom-block {
  background: url("../images/custom-bg.png") no-repeat;
  background-size: 79%;
  background-position-y: -30px;
  background-position-x: left;
  padding-top: 155px;
  padding-right: 16px;
}
@media screen and (max-width: 420px) {
  .custom-block {
    background-size: 87%;
  }
}
.custom-block .ok {
  margin-left: auto;
  width: 50%;
}
.custom-block .ok li {
  width: 100%;
}

.wrap-to-2-blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wrap-to-2-blocks .container {
  width: 55%;
  padding-right: 0;
}
.wrap-to-2-blocks ul li {
  width: 100%;
}

.super-text h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-primary);
  margin-bottom: 8px;
}
.super-text p {
  font-weight: 700;
  text-transform: uppercase;
}

.white {
  color: var(--text-primary-light);
}

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

h1 {
  margin: 0 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin: 0 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 0.24px;
  text-align: center;
  margin-bottom: 24px;
}
h2 span {
  color: var(--accent-primary);
}

h3 {
  margin: 0 0;
  font-size: 18px;
  line-height: 1.14;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  margin: 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.16;
}

.accent-bg {
  background: transparent;
  position: absolute;
  top: 0;
  padding-top: 15px;
  left: 0;
  z-index: 10;
}

p {
  margin: 0 0;
  font-size: 16px;
  line-height: 1.14;
}

.large {
  color: var(--text-primary);
  font-size: 18px;
  line-height: 1.2;
}

.small {
  font-size: 14px;
  line-height: 1.16;
}

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

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

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

.extra-small {
  font-size: 12px;
  line-height: 1;
}

.top-price-new span {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.56px;
  padding-top: 5px;
  display: block;
}

.text-wrap {
  display: flex;
  gap: 15px;
}
.text-wrap svg {
  min-width: 34px;
  height: 34px;
  display: block;
}

.top-price-old span {
  text-decoration: line-through;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.48px;
  padding-top: 5px;
  display: block;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

body {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.1);
  font-family: var(--fonts) !important;
  font-weight: 400;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}

.container {
  padding: 0 16px;
}

img {
  width: 100%;
  height: auto;
}

section {
  background: var(--background-light);
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 var(--accent);
    box-shadow: 0 0 0 0 var(--accent);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 139, 204, 0);
    box-shadow: 0 0 0 10px rgba(0, 139, 204, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 139, 204, 0);
    box-shadow: 0 0 0 0 rgba(0, 139, 204, 0);
  }
}
.btn {
  position: relative;
  color: var(--text-primary-light);
  /* Button */
  font-size: 16px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  width: 100%;
  padding: 19px 5px;
  background: var(--gradient);
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 0 0 var(--accent);
  animation: pulse 1s infinite;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.header {
  padding: 12px 0 9px;
  background: var(--background-light);
  box-shadow: 0px 4px 4px 0px rgba(198, 198, 198, 0.25);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.list-block {
  display: flex;
  gap: 8px;
}
.list-block:not(:last-child) {
  margin-bottom: 42px;
}
.list-block__img img {
  width: 86px;
  height: 86px;
}
.list-block__text h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  color: #005B47;
  margin-bottom: 12px;
}
.list-block__text p {
  color: #212121;
  font-weight: 600;
}

.burger {
  cursor: pointer;
}

.top {
  position: relative;
  padding: 0 0 24px;
  text-align: center;
}
.top .container:first-of-type {
  padding: 0 16px;
}
.top-block {
  padding: 12px 0;
}
.top-info {
  padding: 5px 9px;
  background: var(--background-light);
  position: absolute;
  top: 20px;
  right: 16px;
  line-height: 1;
  color: var(--accent);
  text-align: center;
  border: 2px solid var(--accent);
  border-radius: 34px;
}
.top-info h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.top-img {
  overflow: hidden;
  position: relative;
}
.top-img img {
  object-fit: cover;
  object-position: center center;
}
.top-img__sale {
  position: absolute;
  right: 55px;
  bottom: 35px;
  background: var(--gradient);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.58px;
  flex-wrap: wrap;
  align-content: center;
}
.top-img__sale span {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.top-price {
  display: flex;
  background: var(--gradient);
  margin-top: -5px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.top-price > * {
  width: 50%;
  padding: 8px 16px;
}
.top-price-old {
  background: var(--background-light);
  clip-path: polygon(100% 0, 0 0, 0 100%, 95% 100%);
}
.top-price-new {
  background: var();
}

.sale {
  color: var(--text-secondary-light);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 0 24px;
}
.sale-info {
  font-weight: 500;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.form .input {
  border-radius: 8px;
  border: 1px solid var(--text-secondary);
  display: flex;
  padding: 0 20px;
  margin-bottom: 12px;
  align-content: center;
  align-items: center;
}
.form .input svg {
  margin-right: 15px;
  min-width: 18px;
  height: auto;
}
.form .input::placeholder {
  color: var(--placeholder);
}
.form .input input {
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 1.14;
  width: 100%;
  padding: 15px 0;
}
.form .btn {
  margin-top: 24px;
}

.left {
  margin-top: 12px;
}
.left span {
  color: var(--accent);
  font-weight: 500;
}

video {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.block2 {
  padding: 48px 0 48px;
}
.block2 video {
  height: 284px;
  object-fit: cover;
  object-position: center;
}
.block2-block {
  margin-bottom: 25px;
}
.block2-block img {
  border-radius: 8px;
}
.block2-block__img {
  margin-bottom: 12px;
}
.block2-block__img:last-of-type {
  margin-bottom: 0;
}

.ul-wrong, .ul-success {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px;
}
.ul-wrong li, .ul-success li {
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  margin-bottom: 12px;
}
.ul-wrong li:last-of-type, .ul-success li:last-of-type {
  margin-bottom: 0;
}
.ul-wrong li:before, .ul-success li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12' stroke='%23AD1F1F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%23AD1F1F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 1px;
}

.ul-success {
  margin-bottom: 0;
}
.ul-success li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 4L6.5 11.5L3 8' stroke='%2321AD1F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.standart-ul {
  padding-left: 20px;
}
.standart-ul li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.standart-ul li:last-of-type {
  margin-bottom: 0;
}

.blocks-to-2 {
  display: flex;
  justify-content: space-between;
}
.blocks-to-2 .block {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.blocks-to-2 .title {
  padding: 8px 12px;
  border-radius: 20px;
  background: var(--background-accent);
  color: var(--text-primary);
  font-weight: 600;
  margin: 0 auto 20px;
}

.list1 {
  padding: 24px 0;
  color: white;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  margin-bottom: 96px;
  padding-bottom: 0;
}

.list1 > li {
  padding: 0 20px 15px 40px !important;
  /* border-top: 1px solid #ffc224; */
  position: relative;
  background: url("../images/oki.svg") 0 -2px no-repeat;
  background-size: 30px;
  display: inline-block;
  margin-bottom: 24px;
  color: var(--text-primary);
}
.list1 > li p {
  padding-top: 2.5px;
}
.list1 > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list1 > li:before {
  content: none !important;
}

.wrap-2-imgs {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.wrap-2-imgs img {
  width: calc(50% - 6px);
}

.block3 {
  padding: 48px 0;
}
.block3 .large {
  margin-bottom: 24px;
}
.block3 p {
  margin-bottom: 24px;
}
.block3-block {
  margin-bottom: 24px;
}
.block3-block-img {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.block3-block-img h4 {
  position: absolute;
  top: -1px;
  left: 0px;
  padding: 8px 16px;
  max-width: 142px;
  background: var(--accent);
  border-radius: 4px 0px;
}
.block3-block-text {
  background: var(--background-dark);
  padding: 16px;
  border-radius: 0 0 4px 4px;
}

.block4 {
  padding: 48px 0 48px 0;
}
.block4.pb-0 {
  padding-bottom: 0;
}
.block4.pt-48 {
  padding-top: 48px;
}
.block4-imgs {
  margin-top: 24px;
}
.block4-imgs.pb-12 {
  padding-bottom: 12px;
}
.block4-imgs img {
  border-radius: 2px;
  margin-bottom: 8px;
}
.block4-imgs img:last-of-type {
  margin-bottom: 0;
}
.block4 .btn {
  margin-top: 30px;
}

.block6 {
  padding: 96px 0;
  background: var(--background-accent);
  background: linear-gradient(180deg, var(--background-light) 0%, var(--background-accent) 13.64%, var(--background-accent) 86.35%, var(--background-light) 100%);
}
.block6 h2 {
  margin-bottom: 24px;
}
.block6 .container > p {
  margin-bottom: 24px;
}
.block6-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.block6-block {
  text-align: center;
  width: calc(50% - 8px);
  border-radius: 2px;
  overflow: hidden;
}
.block6-block img {
  margin-bottom: 12px;
}

.block7 {
  padding: 48px 0 48px;
}
.block7#block3 img {
  border-radius: 0;
}
.block7-img {
  margin-bottom: 24px;
}
.block7-img img {
  border-radius: 8px;
}
.block7-list {
  margin-bottom: 24px;
  line-height: 1;
  list-style: none;
}
.block7-list p {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
.block7-list p:nth-child(odd) {
  background: #fff;
}
.block7-list p span {
  text-align: right;
  max-width: 51%;
}

.block8 {
  padding: 48px 0;
}
.block8 .review-item {
  border-radius: 8px;
  background: #FFFBF8;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px !important;
}
.block8 .review-item:last-of-type {
  margin-bottom: 0 !important;
}

.block9 {
  padding: 48px 0 48px 0;
}
.block9-video {
  position: relative;
  cursor: pointer;
  margin-bottom: 32px;
}
.block9-video video {
  width: 100%;
}
.block9-video svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
@media screen and (max-width: 375px) {
  .block9-video svg {
    transform: translate(-50%, -50%);
  }
}

.block10 {
  padding: 48px 0;
}
.block10-list {
  list-style: none;
  line-height: 1;
  padding: 0;
}
.block10-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.block10-list li:last-of-type {
  margin-bottom: 0;
}
.block10-list li svg {
  min-width: 56px;
  margin-right: 16px;
  height: auto;
}
.block10-list h3 {
  font-size: 17px;
  margin-bottom: 8px;
  text-transform: none;
}
.block10-list p {
  font-size: 16px;
}

.footer {
  text-align: center;
  padding: 12px 0;
}
.footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.footer p:last-of-type {
  margin-bottom: 0;
}
.footer p a {
  color: var(--text-primary);
}

/*sect7*/
.sect7 {
  background: #232732;
  padding: 30px;
}

.sect7 .title {
  font-size: 24px;
  margin-bottom: 15px;
}

.sect7 .title > span {
  font-size: 30px;
}

.item-doptext {
  color: #41916a;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 4px;
}

.item-company {
  margin-left: 20px;
}

.name_manager {
  color: #222;
  font-size: 13px;
}

.item-text {
  font-size: 14px;
  line-height: 16px;
}

.item-doptext_manager {
  color: #41916a;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.14;
  margin-bottom: 5px;
}

.date_manager {
  font-size: 12px;
  color: #6b6b6b;
}

.slider-reviews .review-item {
  position: relative;
}

.slider-reviews .review-item {
  background: #fff;
  padding: 16px 21px 10px;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  border-radius: 4px;
  border: 1px solid var(--line);
}
.slider-reviews .review-item img {
  height: auto;
  max-height: 300px;
  object-fit: contain;
}

.slider-reviews .review-item .photo {
  margin-right: 7px;
  float: left;
  width: 60px;
  display: inline-block;
}

.slider-reviews .review-item .review-text {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.slider-reviews .review-item .review-text p, .item-text p {
  margin-bottom: 6px;
  font-size: 15px;
}

.slider-reviews .review-item .review-text .name {
  font-size: 13px;
  color: #222;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.slider-reviews .review-item .review-text .name .review-rating {
  color: orange;
  margin-right: 10px;
}

.slider-reviews .review-item .review-text a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  color: #365899;
  transition: 0.2s;
}

.slider-reviews .review-item .review-text .date, .slider-reviews .review-item .review-text .date p {
  font-size: 12px;
  color: #6b6b6b;
}

.slider-reviews .review-item .review-text .date span {
  display: inline-block;
}

.slider-reviews .rnext,
.slider-reviews .rprev {
  background: #ffc000;
  position: absolute;
  height: 40px;
  width: 25px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  bottom: -50px;
  z-index: 200;
  cursor: pointer;
  padding: 7px 0px;
}

.slider-reviews .rnext {
  right: 175px;
  transform: translateX(50%);
}

.slider-reviews .rprev {
  left: 150px;
  transform: translateX(50%);
}

.tjege {
  padding: 12px 0 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--line, #EEE);
  background: #FFF;
  margin-bottom: 24px;
}

.tjege a {
  font-size: 14px;
  color: #000;
}

.tjege span {
  font-size: 14px;
  margin-left: 15px;
}

.tjege a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.tjege .stars {
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
  font-size: 18px;
}

.tjege .stars b {
  font-size: 20px;
  color: #222;
  font-weight: 700;
}

.review-rating input {
  display: none;
}

.btn-more {
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 98%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid var(--text-primary);
}
.btn-more-wrap {
  display: flex;
  justify-content: center;
}

.mob-menu {
  position: absolute;
  top: 0;
  z-index: 20;
  right: calc(100%);
  width: 100%;
  height: 100%;
  transition: 0.3s right ease-in;
}
.mob-menu.active {
  right: 0;
}
.mob-menu.active .mob-menu-bg {
  background: rgba(77, 77, 77, 0.6);
}
.mob-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 0.3s 0.3s background ease-in;
}
.mob-menu-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 283px;
  border-radius: 2px;
  background: var(--background-light);
  padding: 68px 0;
}
.mob-menu-content-close {
  position: absolute;
  right: 16px;
  top: 13px;
  cursor: pointer;
}
.mob-menu-content ul {
  max-width: 190px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.mob-menu-content ul li {
  margin-bottom: 24px;
}
.mob-menu-content ul li:last-of-type {
  margin-bottom: 0;
}
.mob-menu-content ul li a {
  color: var(--text-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  letter-spacing: 0.24px;
  text-decoration: none;
}

.popup {
  position: fixed;
  top: 50%;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 480px;
  display: none;
}
.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.6);
  transition: 0.3s 0.3s background ease-in;
}
.popup-close {
  position: absolute;
  right: 16px;
  top: 13px;
  cursor: pointer;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  margin: 0 auto;
  border-radius: 2px;
  background: var(--background-light);
  padding: 64px 12px;
}
.popup-content .left {
  text-align: center;
}
.popup-content form .btn {
  margin-top: 24px;
}
.popup-offerta p {
  margin-bottom: 20px;
}
.popup-offerta p:last-of-type {
  margin-bottom: 0;
}

p {
  font-size: 16px;
}

h1 {
  font-size: 23px;
}

.small {
  font-size: 14px;
}

.top-price-old span {
  font-size: 24px;
}

.large {
  font-size: 18px;
}

.form .input input {
  font-size: 16px;
}

.btn {
  font-size: 16px;
}

h2 {
  font-size: 24px;
}

h4 {
  font-size: 14px;
}

.btn-more {
  font-size: 16px;
}

.slider-reviews .review-item .review-text p, .item-text p {
  font-size: 15px;
}

.tjege span, .slider-reviews .review-item .review-text .name {
  font-size: 14px;
}

.item-doptext, .slider-reviews .review-item .review-text .date, .slider-reviews .review-item .review-text .date p,
.item-doptext_manager {
  font-size: 12px;
}

.standart-ul li,
.ul-wrong li, .ul-success li {
  font-size: 16px;
}

.thanks {
  background: linear-gradient(180deg, #FFF 0%, #FFF7F2 84.37%, #FFF 100%);
  line-height: 1;
  padding: 48px 0 32px;
}
.thanks h1 {
  margin-bottom: 24px;
  text-align: center;
}
.thanks p {
  text-align: center;
  margin-bottom: 24px;
}
.thanks .large {
  color: var(--accent-primary);
}
.thanks-info {
  display: flex;
  padding: 0 24px;
  margin-bottom: 24px;
}
.thanks-info__col {
  font-size: 18px;
}
.thanks-info__col:first-of-type {
  margin-right: 24px;
  color: var(--placeholder);
}
.thanks-info__col > *:first-of-type {
  margin-bottom: 16px;
}
.thanks a {
  text-decoration: none !important;
}

.dop {
  padding: 24px 0;
  background: var(--background-accent);
}
.dop-block {
  display: flex;
}
.dop-block svg {
  min-width: 16px;
  margin-right: 12px;
}

.with-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/fon.svg") no-repeat center center/cover;
}
.with-bg > * {
  position: relative;
  z-index: 2;
}

.wrap_rev_img {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.block4-imgs {
  display: flex;
  gap: 24px 12px;
  flex-wrap: wrap;
}
.block4-imgs .block {
  text-align: center;
  width: calc(50% - 12px);
}
.block4-imgs .block img {
  border-radius: 100%;
  margin-bottom: 8px;
}

.block5-imgs {
  display: flex;
  flex-direction: column;
}
.block5-imgs .block {
  display: flex;
  gap: 8px;
  align-items: center;
}
.block5-imgs .block .wrap {
  display: flex;
  gap: 8px;
}
.block5-imgs .block img {
  border-radius: 5px;
  max-width: 49%;
}
.block5-imgs .block span {
  color: var(--accent);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 480px) {
  h3 {
    font-size: 21px;
  }

  p {
    font-size: calc(16px * 480 / 375);
    line-height: 1.2;
  }

  h1 {
    line-height: 1.2;
    font-size: calc(24px * 480 / 375);
  }

  .small {
    font-size: calc(14px * 480 / 375);
  }

  .top-price-old span {
    font-size: calc(24px * 480 / 375);
  }

  .top-info h4 {
    font-size: 14px;
  }

  .sale-info {
    font-size: 20px;
  }

  .large {
    font-size: calc(17px * 480 / 375);
  }

  .popup {
    max-width: 480px;
  }

  .form .input input {
    font-size: calc(16px * 480 / 375);
  }

  .btn {
    font-size: calc(16px * 480 / 375);
  }

  .form .input svg {
    width: 20px;
    height: auto;
  }

  h2 {
    font-size: calc(24px * 480 / 375);
  }

  h4 {
    font-size: calc(14px * 480 / 375);
  }

  .block3-block-img h4 {
    max-width: 180px;
  }

  .slider-reviews .review-item .review-text p, .item-text p {
    font-size: calc(15px * 480 / 375);
  }

  .tjege span, .tjege .stars, .slider-reviews .review-item .review-text .name {
    font-size: calc(14px * 480 / 375);
  }

  .item-doptext, .slider-reviews .review-item .review-text .date, .slider-reviews .review-item .review-text .date p,
.item-doptext_manager {
    font-size: calc(12px * 480 / 375);
  }

  .btn-more {
    font-size: calc(16px * 480 / 375);
  }
}

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