@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
/*! 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 {
  --serria: #386350
}
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;
  font-weight: 500;
  color: #fff
}
.body-hidden {
  overflow: hidden;
  touch-action: none
}
:root {
  --content-width: 850px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2))
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}
.btn {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit
}
.btn-primary {
  display: block;
  border-radius: 3px;
  background-color: var(--serria);
  padding: 25px;
  border: 1px solid var(--serria);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 92%;
  transition: color .2s ease,background-color .2s ease
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none
}
.input {
  border: none;
  outline: 0;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 137%;
  padding: 25px 20px;
  width: 100%
}
.input::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit
}
.input:-ms-input-placeholder {
  color: inherit;
  font-size: inherit
}
.input::-ms-input-placeholder {
  color: inherit;
  font-size: inherit
}
.input::placeholder {
  color: inherit;
  font-size: inherit
}
.wpcf7 {
  max-width: 450px;
  width: 100%
}
.form {
  width: 100%
}
.form__item {
  position: relative;
  width: 100%;
  margin-bottom: 15px
}
.form__label-date {
  cursor: pointer;
  display: block;
  color: #000
}
.form__input--textarea {
  width: 100%;
  display: block;
  height: 225px;
  resize: none
}
.form__date {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}
.form__date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%
}
.form__btn {
  margin-top: 35px
}
.form__checked {
  display: none
}
.form__checked:checked+label::before {
  background: url(../img/check.svg) center/13px 13px no-repeat
}
.form__politic {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  margin-top: 15px;
  font-size: 16px
}
.form__politic::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #fff;
  left: 0
}
.form__politic a {
  opacity: .8
}
.main {
  padding: 50px 0;
  min-height: 100vh
}
.main__container {
  display: flex;
  align-items: center;
  flex-direction: column
}
.main__container--politic {
  max-width: 1500px
}
.main__logo {
  display: inline-block;
  margin-bottom: 45px
}
.main__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  padding: 75px 110px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(0,0,0,.4)
}
.main__body--politic p {
  font-weight: 300;
  font-size: 18px !important;
  text-align: start;
  margin: 0;
}
.main__title {
  margin: 0 0 25px 0
}
.main__content {
  font-size: 28px;
  line-height: 102%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--serria);
  text-align: center;
  width: 100%;
  margin: 0 0 45px 0
}
.main__content--politic {
  font-weight: 300;
  font-size: 18px!important;
  text-align: start;
  margin: 0
}
.main__btn {
  max-width: 450px
}
.main__btn:not(:last-child) {
  margin-bottom: 35px
}
.main__review-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 50px
}
.main__review-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0 1 calc(50% - 16px)
}
.main__review-logo {
  display: block;
  margin-bottom: 20px
}
.main__review-btn {
  max-width: 300px;
  padding: 14px!important;
  font-size: 18px;
  line-height: 122%
}
@media (max-width:992px) {
  .btn-primary {
    font-size: 20px;
    padding: 20px
  }
  .main__body {
    padding: 40px
  }
  .main__content {
    font-size: 24px
  }
  .main__btn:not(:last-child) {
    margin-bottom: 25px
  }
}
@media (max-width:743px) {
  .container {
    max-width: none;
    padding: 0 10px
  }
  .btn-primary {
    font-size: 18px
  }
  .input {
    padding: 15px 10px
  }
  .form__btn {
    margin-top: 25px
  }
  .form__politic {
    font-size: 14px
  }
  .main {
    padding: 25px 0
  }
  .main__content {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main__btn:not(:last-child) {
    margin-bottom: 20px
  }
  .main__review-list {
    row-gap: 30px
  }
  .main__review-item {
    flex-basis: 100%
  }
}
@media (max-width:479px) {
  .form__politic {
    font-size: 12px
  }
  .main__body {
    padding: 25px 20px
  }
  .main__content {
    font-size: 18px;
    margin-bottom: 20px
  }
  .main__content--politic {
    font-size: 16px!important
  }
}
@media (any-hover:hover) {
  .btn-primary:hover {
    background-color: rgba(0,0,0,0)
  }
  .form__politic a:hover {
    text-decoration: underline
  }
}