:root {
  --midnight-blue: #261537;
  --orange-red: #e64415;
  --linen: #fff5ea;
  --dark-slate-blue: #44295a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--midnight-blue);
  color: var(--orange-red);
  font-family: Gt pressura, sans-serif;
  font-size: 19px;
  line-height: 160%;
}

.container {
  z-index: 1;
  text-align: center;
  max-width: 960px;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
}

.logo {
  z-index: 1;
  max-width: 70%;
  margin: 90px auto 25px;
  display: block;
  position: relative;
}

.products {
  z-index: 1;
  width: 960px;
  max-width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: block;
}

.button {
  background-color: var(--orange-red);
  color: var(--linen);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 65px;
  padding: 9px 25px 9px 9px;
  font-family: Recoleta, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button.submit-button {
  padding-left: 25px;
  transition: padding .2s;
}

.button.submit-button:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.button-text {
  text-decoration: none;
}

.text-block {
  display: inline-block;
}

.image {
  margin-right: 9px;
}

.heading {
  color: var(--linen);
  font-family: Recoleta, sans-serif;
  font-size: 25px;
}

.form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: var(--linen);
  background-color: #44295a;
  border: 0 #000;
  border-radius: 25px;
  min-height: 42px;
  margin-bottom: 21px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 19px;
}

.text-field::placeholder {
  color: var(--linen);
  font-size: 19px;
}

.text-field.message-field {
  background-color: var(--dark-slate-blue);
  min-height: 135px;
}

.form-block {
  margin-top: 50px;
  display: none;
}

.checkbox-text {
  color: var(--linen);
  text-align: left;
  margin-top: 3px;
}

.checkbox-field {
  text-align: left;
  display: flex;
}

.checkbox {
  background-color: var(--dark-slate-blue);
  border-style: none;
  border-width: 0;
  border-radius: 26px;
  flex: none;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.checkbox:active {
  background-color: var(--orange-red);
}

.checkbox.w--redirected-checked {
  background-color: var(--orange-red);
  background-size: 80%;
}

.div-block {
  position: absolute;
}

.background {
  z-index: 0;
  background-image: url('../images/bg.png');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: cover;
  width: 438px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 100%;
  right: 0;
}

.background.left {
  background-image: url('../images/bg-l.png');
  background-position: 0 0;
  background-size: cover;
  left: 0;
  right: auto;
}

.section {
  text-align: center;
}

.button-spacer {
  width: 0;
  height: 1px;
  display: inline-block;
}

.success-message, .error-message {
  border-radius: 25px;
}

.link {
  color: var(--linen);
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph.width-limit {
    max-width: 900px;
  }

  .heading {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .background {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 70px;
    padding-right: 70px;
  }

  .background {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    font-size: 20px;
  }
}


@font-face {
  font-family: 'Gt pressura';
  src: url('../fonts/GT-Pressura-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}