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

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

body,
h1,
h2,
h3,
h4,
p,
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 {
    width: 150px;
    height: 47px;
}
.logo__image {
    width: inherit;
    height: inherit;
}
.section .container .wrap {
    max-width: 1000px;
    margin: 50px auto 0;
}
.section .container .wrap h1 {
    font-size: 33px;
}
.section .container .wrap.intro p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
}
.section .container .wrap.intro ul{
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
}

.section .container .wrap .form_wrap {
    max-width: 600px;
    margin-top: 30px;
}

.section .container .wrap .form_wrap {}
.section .container .wrap .form_wrap .form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.section .container .wrap .form_wrap .form 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 .form_wrap .form label {
    flex: 0 0 calc(42% - 70px);
    position: relative;
}
.section .container .wrap .form_wrap .form label input {
    width: 100%;
    border: 1px solid #b3b3b3;
    height: 45px;
    padding-left: 15px;
    border-radius: 3px;
    background: #ffffff30;
}
.section .container .wrap .form_wrap .form label input::placeholder {
  color:#c4c4c4
}
.section .container .wrap .form_wrap .form label input.error {
    border: 2px solid red;
}
.section .container .wrap .form_wrap .form label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.section .container .wrap .form_wrap .form label select {
    height: 50px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    padding: 0 10px;
}
.section .container .wrap .form_wrap .form .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0b6efd;
    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 35%;
}
.section .container .wrap .form_wrap .form .btn:hover {
  opacity:0.8
}
.section .container .wrap .form_wrap .form .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 .form_wrap .form .notice a {
    color: #b1b1b1;
}
.section .container .wrap .form_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 .form_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 .form_wrap div.success p {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.section .container .wrap .form_wrap div.error {
	color:red;
}
@media all and (max-width:600px) {
    .section .container .wrap h1 {
    font-size: 25px;
    }
    .section .container .wrap p {
    font-size: 18px;
    }
    .section .container .wrap .form_wrap .form label {
    flex:0 0 100%;
    }
    .section .container .wrap .form_wrap .form .btn {
    flex:0 0 100%;
    }
    .section .container .wrap .form_wrap .form .notice {
    text-align:center;
    }
}