@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-800italic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/open-sans-condensed-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "linecons";
  src: url("../fonts/linecons.eot");
}

@font-face {
  font-family: "linecons";
  src: url("../fonts/linecons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --footer-clearance: 11rem;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

main {
  display: block;
  padding-bottom: var(--footer-clearance);
}

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

* {
  cursor: default;
}

body {
  margin: 0;
  font: 21px/1.5 "Open Sans Condensed", sans-serif;
  font-size: 27px;
  font-weight: 300;
  position: relative;
  text-align: center;
  color: #d9d9d9;
  background-image: url("/assets/images/5_4_2500.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
}

a {
  color: #c05862;
  cursor: pointer;
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

form {
  margin: 0;
}

small {
  display: block;
}

abbr[title] {
  border: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  line-height: normal;
}

::-webkit-input-placeholder {
  color: #595959;
}

:-moz-placeholder {
  color: #595959;
  opacity: 1;
}

::-moz-placeholder {
  color: #595959;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #595959;
}

.main-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}

.header {
  width: 55%;
}

.header .title {
  margin: 0 0 0.63em;
  padding-right: 10%;
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  color: #fff;
}

.header .subtitle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  font-size: 48px;
}

.header .price-tag {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  height: 4em;
  padding-right: 0.75em;
  padding-left: 2.25em;
  font-size: 24px;
}

.header .price {
  position: relative;
  z-index: 3;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}

.header .caption {
  position: relative;
  z-index: 3;
  display: block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header .tag-left {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.header .tag-outline,
.header .tag-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.header .tag-outline,
.header .tag-right-outline {
  z-index: 2;
}

.header .tag-fill,
.header .tag-right-fill {
  z-index: 1;
}

.header .tag-right-outline,
.header .tag-right-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
}

.tag-outline path,
.tag-right-outline path {
  fill: #c05862 !important;
}

.tag-fill path,
.tag-right-fill path {
  fill: #29273c !important;
}

.main {
  width: 30%;
}

.offer-form {
  width: auto;
  padding: 1em 2.5em 2em;
  background: #fff;
  color: #595959;
  box-shadow: 0 0.25em 0.3em rgba(18, 25, 43, 0.37);
}

.offer-form .title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: #322f48;
}

.offer-form p {
  margin: 0 0 0.63em;
}

.form-feedback {
  margin: 0 0 0.63em;
  padding: 1em;
  background: #fff9db;
  text-align: left;
}

.form-feedback p {
  margin: 0 0 0.4em;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}

.form-feedback ul {
  margin: 0;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.4;
}

.offer-form .text-field,
.offer-form .email-field {
  padding-left: 2.75em;
}

.fields .field-section-wrapper {
  border-top: solid 1px #d3d3d3;
}

.offer-form .field-wrapper.border {
  background-color: #f9f9f9;
  border: solid 1px #d3d3d3;
  border-top: none;
}

.field-wrapper {
  position: relative;
  overflow: hidden;
}

.field-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

.field-wrapper label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75em;
  line-height: 2.25em;
  text-indent: 0;
  font-family: "linecons";
  font-size: 30px;
  font-weight: normal;
  color: #999;
  -webkit-font-smoothing: antialiased;
}

.field-wrapper .offer-label::after {
  content: "\20AC";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.field-wrapper .name-label::after {
  content: "\e007";
}

.field-wrapper .email-label::after {
  content: "\e019";
}

.field-wrapper:nth-of-type(1) {
  z-index: 2;
}

.text-field,
.email-field {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  border: none;
  background: #f9f9f9;
  color: #12192b;
  font: inherit;
  cursor: text;
  transition: color 0.25s ease-out, background 0.25s ease-out;
}

.antispam {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.send-btn {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.5em;
  border: none;
  background: #c05862;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  transition: background 0.25s ease-out;
}

.send-btn:hover {
  background: #c76b73;
}

.footer {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  font-size: 24px;
  letter-spacing: 0.05em;
  background: rgba(14, 13, 20, 0.63);
}

.footer .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  color: #c05862;
}

.footer a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 1em;
  color: #d9d9d9;
  text-decoration: none;
  transition: background 0.25s ease-out;
}

.footer a:hover {
  background: #322f48;
}

.footer span {
  display: inline-block;
  vertical-align: middle;
}

.footer .copyright {
  margin: 0.5em 0;
  font-size: 0.8em;
}

.seo-content {
  max-width: 1280px;
  margin: -70px auto 0;
  padding: 0 40px;
  text-align: left;
}

.seo-panel {
  margin: 0 auto 24px;
  max-width: 1100px;
  padding: 1.2em 1.6em;
  background: rgba(14, 13, 20, 0.72);
  box-shadow: 0 0.25em 0.3em rgba(18, 25, 43, 0.37);
}

.seo-panel h2,
.seo-panel h3 {
  margin: 0 0 0.45em;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #fff;
}

.seo-panel h2 {
  font-size: 30px;
  font-weight: 700;
}

.seo-panel h3 {
  font-size: 22px;
  font-weight: 700;
}

.seo-panel p {
  margin: 0 0 0.75em;
}

.seo-list {
  margin: 0;
  padding-left: 1.1em;
}

.seo-list li {
  margin-bottom: 0.35em;
}

.faq-item + .faq-item {
  margin-top: 0.9em;
}

@media (max-width: 1440px) {
  body {
    font-size: 21px;
  }

  .header .price-tag {
    padding-right: 0.9em;
    padding-left: 2.5em;
    font-size: 21px;
  }

  .header .caption {
    top: -3px;
    left: 3px;
    font-size: 14px;
  }

  .header .price {
    font-size: 24px;
  }

  .header .tag-left {
    right: 15px;
  }

  .header .tag-right-outline,
  .header .tag-right-fill {
    width: 15px;
  }

  .offer-form {
    width: 400px;
    margin: 0;
  }

  .offer-form .title {
    font-size: 30px;
  }

  .send-btn {
    font-size: 24px;
  }

  .field-wrapper label::after {
    font-size: 24px;
  }

  .footer {
    font-size: 18px;
  }

  .seo-panel h2 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  html,
  body {
    height: auto;
  }

  main {
    padding-bottom: 0;
  }

  .header,
  .main,
  .footer {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
  }

  .main-wrap {
    flex-wrap: wrap;
    padding: 0;
  }

  .header {
    z-index: 1;
    padding: 3.8em 0 1.25em;
  }

  .header .title {
    margin-bottom: 0.1em;
    padding: 0 10%;
  }

  .header .subtitle {
    vertical-align: baseline;
    margin-right: 7px;
    font-size: 24px;
  }

  .main {
    padding: 0 0 1.5em;
  }

  .main .title {
    font-size: 24px;
  }

  .offer-form {
    margin: 0 auto;
  }

  .footer .title {
    display: block;
    margin: 0.63em 0 0.11em;
  }

  .seo-content {
    margin: 0 auto 2em;
    padding: 0 1em;
  }
}

@media (max-width: 480px) {
  body {
    background: #f2f2f2 !important;
  }

  body::after {
    display: none;
  }

  .header {
    background-image: url("/assets/images/5_4_2500.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.15em 0.3em rgba(18, 25, 43, 0.37);
  }

  .header::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
  }

  .header .title {
    margin-bottom: 0.25em;
  }

  .main {
    padding: 0;
  }

  .offer-form {
    width: auto;
    box-shadow: 0 0.1em 0.15em rgba(18, 25, 43, 0.37);
  }

  .footer {
    background: none !important;
    padding-bottom: 1em;
  }

  .footer .title {
    margin: 0.7em 0 0.4em;
  }

  .footer a {
    display: block;
    padding: 9px;
    color: #4f4f4f;
  }

  .footer a:hover {
    color: #c05862;
    background: none !important;
  }

  .footer .copyright {
    color: #999;
  }

  .seo-content {
    padding: 0;
  }

  .seo-panel {
    padding: 1em;
  }

  .seo-panel h2 {
    font-size: 24px;
  }

  .seo-panel h3 {
    font-size: 20px;
  }
}
