/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: rgba(0,0,0,0)
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  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: 1px dotted ButtonText
}
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
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
:root {
  --primary: #db022e
}
html {
  box-sizing: border-box
}
*,
*::after,
*::before {
  box-sizing: inherit
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%
}
body {
  font-family: Roboto,sans-serif
}
.body-hidden {
  overflow: hidden;
  touch-action: none
}
:root {
  --content-width: 1375px;
  --offset-width: 16px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2))
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto
}
.btn-reset {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 16px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 16px;
  color: #fff;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: color .2s ease,background-color .2s ease
}
.button._outline {
  background-color: rgba(0,0,0,0);
  color: var(--primary)
}
.button svg {
  width: 24px;
  height: 24px
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none
}
.input {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--primary);
  padding: 14px 16px;
  outline: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px
}
.hero {
  position: relative;
  padding: 32px 0;
  z-index: 1
}
.hero__body {
  position: relative;
  overflow: hidden;
  padding: 32px 40px;
  border-radius: 24px;
  background: linear-gradient(90deg,#fff 33.72%,rgba(255,255,255,.9) 100%);
  box-shadow: 0 4px 30px 2px rgba(0,0,0,.25);
  z-index: 1
}
.hero__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px
}
.hero__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  max-width: 775px;
  margin: 0
}
.hero__title span {
  color: var(--primary)
}
.hero__logo {
  display: block;
  width: 215px;
  flex-shrink: 0
}
.hero__logo img {
  width: 100%;
  display: block
}
.hero__price {
  font-size: 72px;
  font-weight: 600;
  line-height: 92px;
  color: var(--primary);
  margin-bottom: 16px
}
.hero__price span {
  font-size: 96px
}
.hero__offer {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 40px 0
}
.hero__bottom {
  max-width: 480px
}
.hero__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px
}
.hero__contacts-content {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -.3px
}
.hero__tel {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: .32px;
  color: var(--primary);
  transition: opacity .2s ease
}
.hero__btn-tel {
  width: 100%
}
.hero__or {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 12px 0
}
.hero__form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2,1fr);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34,34,34,.5)
}
.hero__form .wpcf7-response-output {
  grid-column: 2 span;
}
.hero__form p {
  margin: 0;
}
.hero__form p:nth-child(4) {
  grid-column: 2 span;
}
.hero__form .wpcf7-spinner {
  display: none;
}
.hero__form-btn {
  grid-column: 2 span;
  width: 100%;
  box-shadow: 0 4px 10px 1px rgba(0,0,0,.25)
}
.hero__btn-wh {
  width: 100%;
  margin-top: 16px
}
.hero__men {
  position: absolute;
  right: 115px;
  bottom: -130px;
  z-index: -1
}
.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}
.hero__img img {
  width: 100%
}
.s-prices {
  padding: 16px 0 32px 0
}
.s-prices__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -.8px;
  text-align: center;
  margin: 0 0 20px 0
}
.s-prices__content {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 32px 0
}
.s-prices__wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 48px;
  row-gap: 24px
}
.s-prices__item {
  display: flex;
  flex-direction: column
}
.s-prices__item-price {
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  color: var(--primary);
  margin-bottom: 24px
}
.s-prices__item-price span {
  font-size: 64px;
  font-weight: 600
}
.s-prices__item-body {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  flex: 1;
  box-shadow: 0 4px 9px 1px rgba(0,0,0,.15)
}
.s-prices__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 120px;
  background-color: var(--primary);
  color: #fff;
  padding: 20px;
  border-radius: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -.96px
}
.s-prices__item-main {
  padding: 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column
}
.s-prices__item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px
}
.s-prices__item-list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000
}
.s-prices__item-subcontent {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 24px 0
}
.s-prices__item-btn {
  margin-top: auto;
  width: 100%
}
@media (max-width:1365px) {
  .hero__title {
    font-size: 48px;
    line-height: normal
  }
  .hero__price {
    font-size: 64px;
    line-height: normal
  }
  .hero__price span {
    font-size: 72px
  }
  .hero__men {
    right: 0
  }
  .s-prices__wrapper {
    gap: 24px
  }
}
@media (max-width:1199px) {
  .hero__men {
    width: 340px
  }
  .s-prices__wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:992px) {
  .hero__title {
    font-size: 42px
  }
  .hero__price {
    font-size: 54px
  }
  .hero__men {
    width: 300px
  }
}
@media (max-width:767px) {
  .hero {
    overflow: hidden
  }
  .hero__body {
    padding: 24px 16px 0 16px
  }
  .hero__head {
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 16px;
    text-align: center
  }
  .hero__title {
    font-size: 32px;
    line-height: 40px
  }
  .hero__price {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 12px
  }
  .hero__price span {
    font-size: inherit
  }
  .hero__offer {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center
  }
  .hero__bottom {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    border-top: 1px solid rgba(34,34,34,.5);
    margin: 0 auto
  }
  .hero__contacts {
    flex-direction: column;
    text-align: center
  }
  .hero__form-item {
    grid-column: 2 span
  }
  .hero__men {
    position: static;
    display: block;
    width: 230px;
    margin: 32px auto 0 auto
  }
  .hero__img {
    top: -520px;
    max-width: none;
    width: 1200px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
}
@media (max-width:575px) {
  .s-prices__item {
    grid-column: 2 span
  }
  .s-prices__item-main {
    min-height: 320px;
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: rgba(0,0,0,0);
    color: var(--primary)
  }
  .button._outline:hover {
    background-color: var(--primary);
    color: #fff
  }
  .hero__tel:hover {
    opacity: .5
  }
}
@media (hover:none) {
  .button:active {
    background-color: rgba(0,0,0,0);
    color: var(--primary)
  }
  .button._outline:active {
    background-color: var(--primary);
    color: #fff
  }
  .hero__tel:active {
    opacity: .5
  }
}