*,
*::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;
}

.red {
  color: red !important;
      font-size: 21px!important;
    line-height: 0.8 !important;
}

@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-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
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.3;
    margin: 0;
    /*background: url(../img/back2.png) center no-repeat;*/
    background: -webkit-linear-gradient(135deg, rgb(23, 75, 147), rgb(181, 218, 188));
background: -moz-linear-gradient(135deg, rgb(23, 75, 147), rgb(181, 218, 188));
background: linear-gradient(135deg, rgb(23, 75, 147), rgb(181, 218, 188));
    background-size: cover;
}

.head {
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.head .logo {
    width: 200px;
}

.section {} 
.section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section .container .forma_wrap {
    background: #f5f5f5;
    max-width: 600px;
    flex: 0 0 100%;
        padding: 40px 50px 30px 50px;
    margin-top: 30px;
}
.section .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
}
.section .container .forma_wrap .forma h1 {
    font-size: 19px;
    line-height: 1.1;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 20px;
    font-weight: 800;
}
.section .container .forma_wrap .forma span {
    font-size: 19px;
    line-height: 1.1;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 20px;
}
.section .container .forma_wrap .forma .subtitle {
    font-size: 17px;
    margin: 15px 0 20px;
}
.section .container .forma_wrap .forma label {
    flex: 0 0 100%;
    margin-bottom: 25px;
    position: relative;
}
.section .container .forma_wrap .forma label input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border: 0;
    border-bottom: 3px solid #e4e2e0;
    /* border-radius: 13px; */
    font-size: 20px;
    background: #f5f5f5;
}
.section .container .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.section .container .forma_wrap .forma label input.error {
    border: 3px solid red;
}
.section .container .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
    border-radius: 5px;
}
.section .container .forma_wrap .forma .btn {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff796a;
    color: #ffffff;
    height: 60px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 6px;
    font-size: 20px;
        max-width: 320px;
        margin: 0 auto;
            margin-top: 27px;
            font-weight: bold;
}
.section .container .forma_wrap .forma .btn:hover {
  opacity:0.8
}
.section .container .forma_wrap .forma .notice {
    font-size: 13px;
    flex: 0 0 100%;
    line-height: 1;
    margin-top: 22px;
    text-align: center;
    color: #353535;
}
.section .container .forma_wrap .forma .notice a {color: #7d7d7d;}
.section .container .forma_wrap div.success {
    display: flex;
    max-width: 350px;
    justify-content: center;
    align-items: center;
    height: 335px;
    font-size: 25px;
    font-weight: 700;
}
.section .container .forma_wrap div.error {}
.section .container .logo {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    /*margin: 30px 0;*/
    padding: 0 10px;
}
.section .container .about {
    background: #f5f5f5;
    max-width: 600px;
    flex: 0 0 100%;
        padding: 40px 50px 30px 50px;
}
.section .container .about .tit {
   font-size: 19px;
    line-height: 1.1;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 20px;
    font-weight: 800;
}
.section .container .about .text {
    font-size: 19px;
    line-height: 1.1;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 20px;
}
.section .container .about .link {
   text-decoration:none;
   border-bottom:1px solid #8d8d8d;
       color: #1b1b1b;
}
.section .container .about .title {
    font-size: 23px;
    line-height: 1.1;
    text-align: center;
    color: #7b7b7b;
    font-weight: 600;
}
.section .container .about ul {}
.section .container .about ul li {
    margin: 10px 0;
}
.section .container .about ul li a {
    color: #09a39a;
}
@media all and (max-width:600px) {
  .section .container .forma_wrap {
    margin-top: 0;
  }
}
