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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local('Proxima Nova Extrabld'),local('ProximaNova-Extrabld'),url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Extrabld.woff) format('woff'),url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.1;
    margin: 0;
}

.section {}
.section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10px 0;
}
.section .container .header {}
.section .container .header .logo {
    max-width: 250px;
}
.section .container .wrap {
    max-width: 1000px;
    margin: 50px auto 0;
}
.section .container .wrap h1 {
    font-size: 33px;
}
.section .container .wrap p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
}
.section .container .wrap .forma_wrap {
    max-width: 600px;
    margin-top: 30px;
}
.section .container .wrap .forma_wrap .forma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.section .container .wrap .forma_wrap .forma h1 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #ffffff;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.section .container .wrap .forma_wrap .forma label {
    flex: 0 0 calc(66% - 5px);
    position: relative;
}
.section .container .wrap .forma_wrap .forma label input {
    width: 100%;
    border: 1px solid #b3b3b3;
    height: 45px;
    padding-left: 15px;
    border-radius: 3px;
    background: #ffffff30;
}
.section .container .wrap .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.section .container .wrap .forma_wrap .forma label input.error {
    border: 2px solid red;
}
.section .container .wrap .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.section .container .wrap .forma_wrap .forma label select {
    height: 50px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    padding: 0 10px;
}
.section .container .wrap .forma_wrap .forma .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0154b5;
    color: #fff;
    height: 45px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 3px;
    font-size: 20px;
    padding: 0 20px;
    flex: 0 0 33%;
}
.section .container .wrap .forma_wrap .forma .btn:hover {
  opacity:0.8
}
.section .container .wrap .forma_wrap .forma .notice {
    font-size: 12px;
    color: #b1b1b1;
    margin-top: 0;
    line-height: 1;
    text-align: right;
    width: fit-content;
    flex: 0 0 100%;
}
.section .container .wrap .forma_wrap .forma .notice a {
    color: #b1b1b1;
}
.section .container .wrap .forma_wrap div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 335px;
    font-size: 25px;
    font-weight: 700;
    color:#ffffff;
    align-content: center;
}
.section .container .wrap .forma_wrap div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #ffffff;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.section .container .wrap .forma_wrap div.success p {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.section .container .wrap .forma_wrap div.error {
	color:red;
}
@media all and (max-width:600px) {
    .section .container .wrap h1 {
    font-size: 25px;
    }
    .section .container .wrap p {
    font-size: 16px;
    }
    .section .container .wrap .forma_wrap .forma label {
    flex:0 0 100%;
    }
    .section .container .wrap .forma_wrap .forma .btn {
    flex:0 0 100%;
    }
    .section .container .wrap .forma_wrap .forma .notice {
    text-align:center;
    }
}
label[for=policy] {
    flex: 0 0 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 5px;
}
label[for=policy] input {
    height: 22px;
    flex: 0 0 22px;
    -webkit-appearance: auto;
    margin: 0;
    padding: 0;
}
label[for=policy] input.input-error {
    -webkit-appearance: none;
}
label[for=policy] .label {
    font-size: 13px;
    line-height: 1;
    color: #000;
    margin-top: 0 !important;
}
label[for=policy] .label a {
	color: #000;
}
label[for=policy] .warning {
}
label[for=policy].error {
    border: 2px solid red;
}
.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}
.links {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10px;
    width: 100%;
}
.links p {}
.links p a {
    color: #0154b5;
}