@font-face {
  font-family: 'Regular';
  src: url("../fonts/GothamPro.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Medium';
  src: url("../fonts/GothamPro-Medium.ttf");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Bold';
  src: url("../fonts/GothamPro-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Light';
  src: url("../fonts/GothamPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.complete{
  color: green;
  margin-top: 10px;
}

.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #454545;
  font-family: Regular, sans-serif;
}

html {
  overflow-x: hidden;
  min-width: 320px;
}

body,
head {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
}

section,
section .container {
  position: relative;
}

.container {
  width: 1210px;
  margin: auto;
}

@media (max-width: 1279px) {
  .container {
    width: 900px;
  }
}

@media (max-width: 959px) {
  .container {
    width: 650px;
  }
}

@media (max-width: 680px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m__s {
  margin-top: 100px;
}

@media (max-width: 1279px) {
  .m__s {
    margin-top: 70px;
  }
}

@media (max-width: 680px) {
  .m__s {
    margin-top: 50px;
  }
}

@media (max-width: 680px) {
  .why {
    margin-top: 50px;
  }
}

.title__m {
  margin-bottom: 50px;
}

@media (max-width: 1279px) {
  .title__m {
    margin-bottom: 25px;
  }
}

.fr {
  float: right;
  position: relative;
  z-index: 20;
  background: #fff;
  height: 60%;
}

@media (max-width: 959px) {
  .fr {
    float: left;
  }
}

.redtext {
  color: #FF0000;
  font-weight: 500;
  font-family: Medium;
}

.bold {
  font-weight: 500;
}

.price {
  font-family: Bold;
  font-weight: 700;
  font-size: 18px;
  color: #FF0000;
}

@media (max-width: 1279px) {
  .price {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .price {
    font-size: 12px;
  }
}

.img100 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  width: 100%;
}

.col-65 {
  width: 65%;
}

.col-8 {
  width: 80%;
}

.col-6 {
  width: 50%;
}

@media (max-width: 680px) {
  .col-6 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33%;
}

@media (max-width: 680px) {
  .col-4 {
    width: 100%;
  }
}

.col-26 {
  width: 26%;
}

.col-2 {
  width: 16%;
}

@media (max-width: 959px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .col-m-12 {
    width: 100%;
  }
}

.intro__h1 {
  font-family: Regular, sans-serif;
  font-size: 36px;
  line-height: 140%;
  color: #454545;
  font-weight: 400;
  text-align: left;
  text-transform: unset;
  padding: 0;
}

@media (max-width: 1279px) {
  .intro__h1 {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  .intro__h1 {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .intro__h1 {
    font-size: 20px;
  }
}

h2 {
  font-family: Regular, sans-serif;
  font-size: 36px;
  color: #454545;
  font-weight: 400;
}

@media (max-width: 1279px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-family: Regular, sans-serif;
  font-size: 24px;
  color: #454545;
  font-weight: 400;
}

@media (max-width: 1279px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  h3 {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-family: Medium, sans-serif;
  font-size: 36px;
  color: #FF0000;
  font-weight: 600;
}

@media (max-width: 1279px) {
  h4 {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  h4 {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-family: Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1279px) {
  h5 {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  h5 {
    font-size: 12px;
  }
}

p {
  font-family: Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

@media (max-width: 1279px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  p {
    font-size: 14px;
  }
}

li {
  font-family: Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 1279px) {
  li {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  li {
    font-size: 14px;
    line-height: 150%;
  }
}

.btn-m,
.btn__submit {
  border: none;
  font-size: 18px;
  font-weight: 400;
  font-family: Medium;
  padding: 20px 60px;
  background: #FF0000;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.btn-m:hover,
.btn__submit:hover {
  color: #fff;
  background: rgba(69, 69, 69, 0.3);
}

@media (max-width: 1279px) {
  .btn-m,
  .btn__submit {
    font-size: 14px;
    padding: 20px 20px;
  }
}

@media (max-width: 959px) {
  .btn-m,
  .btn__submit {
    font-size: 14px;
    padding: 15px 15px;
  }
}

@media (max-width: 680px) {
  .btn-m,
  .btn__submit {
    font-size: 14px;
    padding: 10px 12px;
    margin-top: 20px;
    margin-left: 0;
  }
}

.btn__submit:disabled {
  color: #fff;
  background: rgba(69, 69, 69, 0.3);
}

.btn__st {
  width: 280px;
}

@media (max-width: 1279px) {
  .btn__st {
    width: 260px;
  }
}

.btn__sm {
  margin-top: 25px;
  width: 178px;
  padding: 15px 10px;
}

@media (max-width: 1279px) {
  .btn__sm {
    width: 95%;
  }
}

@media (max-width: 959px) {
  .btn__sm {
    padding: 10px 10px;
  }
}

header,
footer {
  margin: auto;
}

footer {
  margin-bottom: 30px;
}

.flex__end {
  justify-self: flex-end;
  margin-left: auto;
}

.webinar {
  width: 100%;
}

.top {
  position: relative;
}

.top .intro__wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(71, 12, 12, 0.13);
          box-shadow: 0px 0px 10px rgba(71, 12, 12, 0.13);
}

@media (max-width: 680px) {
  .top .intro__wrapper {
    width: 100%;
  }
}

.top .intro__wrapper .intro {
  padding: 30px;
}

@media (max-width: 959px) {
  .top .intro__wrapper .intro {
    padding: 20px;
  }
}

@media (max-width: 680px) {
  .top .intro__wrapper .intro {
    padding: 20px 10px;
  }
}

.top .intro__wrapper .intro p {
  width: 90%;
  margin-top: 25px;
}

@media (max-width: 680px) {
  .top .intro__wrapper .intro p {
    margin-top: 20px;
  }
}

.top .intro__wrapper .intro .btn__st {
  margin-top: 60px;
}

@media (max-width: 1279px) {
  .top .intro__wrapper .intro .btn__st {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  .top .intro__wrapper .intro .btn__st {
    margin-top: 30px;
  }
}

.top .scroll {
  margin-top: 25px;
}

@media (max-width: 680px) {
  .top .scroll {
    display: none;
  }
}

@media (max-width: 680px) {
  .why .why__block {
    margin-bottom: 20px;
  }
}

.why .why__block .gr__line {
  width: 100%;
  height: 1px;
  background: #454545;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 680px) {
  .why .why__block .gr__line {
    width: 50%;
  }
}

.why .why__block .gr__line .part {
  width: 30%;
  height: 3px;
  background: #FF0000;
}

.why .why__block .description {
  margin-top: 30px;
}

@media (max-width: 680px) {
  .why .why__block .description {
    margin-top: 10px;
  }
}

@media (max-width: 959px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.row_notc {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.interest .list {
  margin-top: 60px;
  margin-left: 30px;
}

@media (max-width: 1279px) {
  .interest .list {
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .interest .list {
    margin-top: 0px;
    margin-left: 15px;
  }
}

.interest .list .item:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 680px) {
  .interest .list .item:not(:first-child) {
    margin-top: 5px;
  }
}

@media (max-width: 959px) {
  .interest .block {
    margin-top: 30px;
  }
}

.profit .block {
  margin-bottom: 30px;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 15px;
}

@media (max-width: 680px) {
  .profit .block {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(71, 12, 12, 0.13);
            box-shadow: 0px 0px 10px rgba(71, 12, 12, 0.13);
  }
}

.profit .block:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(71, 12, 12, 0.13);
          box-shadow: 0px 0px 10px rgba(71, 12, 12, 0.13);
}

@media (max-width: 959px) {
  .profit .row:last-child .block {
    margin-bottom: 0px;
  }
}

@media (max-width: 680px) {
  .profit .row:last-child .block {
    margin-bottom: 20px;
  }
}

.audit {
  position: relative;
}

.audit .line {
  position: absolute;
  top: 50px;
  left: 0;
  width: 75%;
  height: 1px;
  background: #454545;
  opacity: 0.3;
}

@media (max-width: 1279px) {
  .audit .line {
    top: 30px;
  }
}

@media (max-width: 959px) {
  .audit .line {
    display: none;
  }
}

@media (max-width: 680px) {
  .audit .subtitle:last-of-type {
    margin-top: 20px;
  }
}

.audit .subtitle p {
  margin-top: 30px;
}

@media (max-width: 1279px) {
  .audit .subtitle p {
    margin-top: 10px;
  }
}

.audit .blocks .row__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 298px 268px 282px;
      grid-template-columns: 298px 268px 282px;
  grid-gap: 50px 23px;
}

@media (max-width: 1279px) {
  .audit .blocks .row__items {
    -ms-grid-columns: 200px 200px 200px;
        grid-template-columns: 200px 200px 200px;
    grid-gap: 30px 27px;
  }
}

@media (max-width: 680px) {
  .audit .blocks .row__items {
    -ms-grid-columns: 140px 140px;
        grid-template-columns: 140px 140px;
    grid-gap: 20px 5px;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.audit .blocks .row__items .item {
  position: relative;
  border-left: 2px solid #a2a2a2;
  padding: 25px 30px;
}

@media (max-width: 1279px) {
  .audit .blocks .row__items .item {
    padding: 20px 20px;
  }
}

.audit .blocks .row__items .item .pic {
  margin-bottom: 10px;
}

.audit .blocks .row__items .item p {
  margin-top: 15px;
}

.audit .blocks .row__items .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  border-top: 2px solid #a2a2a2;
  content: "";
}

.audit .blocks .row__items .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84%;
  border-top: 5px solid #FF0000;
  content: "";
}

.audit .description {
  margin-top: 100px;
}

@media (max-width: 959px) {
  .audit .description {
    margin-top: 40px;
  }
}

.audit .description h3 {
  margin-left: 20px;
  line-height: 150%;
}

.audit .description .border__top {
  width: 130px;
  height: 1px;
  background: #454545;
  opacity: 0.3;
  margin-bottom: 25px;
}

.audit .description .border__bottom {
  width: 130px;
  height: 1px;
  background: #454545;
  opacity: 0.3;
  margin-top: 25px;
}

.audit .sr {
  margin-top: 50px;
}

@media (max-width: 1279px) {
  .audit .sr {
    margin-top: 30px;
  }
}

.workwithus .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 680px) {
  .workwithus .brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.workwithus .brands .brand {
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1279px) {
  .workwithus .brands .brand {
    width: 110px;
  }
}

@media (max-width: 680px) {
  .workwithus .brands .brand {
    margin-top: 30px;
  }
}

.workwithus .brands .brand:first-of-type {
  width: 184px;
}

@media (max-width: 1279px) {
  .workwithus .brands .brand:first-of-type {
    width: 110px;
  }
}

@media (max-width: 680px) {
  .workwithus .brands .brand:first-of-type {
    margin-top: 30px;
  }
}

.workwithus .brands .brand:last-of-type {
  width: 192px;
}

@media (max-width: 1279px) {
  .workwithus .brands .brand:last-of-type {
    width: 110px;
  }
}

@media (max-width: 680px) {
  .workwithus .brands .brand:last-of-type {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  .services__block .m__scroll {
    overflow-x: scroll;
  }
}

@media (max-width: 680px) {
  .services__block .services__table {
    width: 300%;
  }
}

.services__block .services__table .col-2 {
  text-align: center;
}

.services__block .services__table .table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  margin-bottom: 25px;
}

.services__block .services__table .table__head h5 {
  color: #FF0000;
  font-size: 17px;
}

@media (max-width: 1279px) {
  .services__block .services__table .table__head h5 {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .services__block .services__table .table__head h5 {
    font-size: 12px;
  }
}

.services__block .services__table .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services__block .services__table .table__row:nth-child(odd) {
  background: #F1F1F1;
}

.services__block .services__table .table__row:nth-child(even) {
  background: #FAF9F9;
}

.services__block .services__table .table__row:last-child {
  background: transparent;
}

.services__block .services__table .table__row .table__item {
  padding: 25px;
}

.services__block .services__table .table__row .table__item p {
  font-size: 16px;
}

@media (max-width: 959px) {
  .services__block .services__table .table__row .table__item p {
    font-size: 14px;
  }
}

.services__block .services__table .btn__sm {
  font-size: 17px;
  padding: 15px 5px;
}

@media (max-width: 1279px) {
  .services__block .services__table .btn__sm {
    font-size: 10px;
  }
}

@media (max-width: 959px) {
  .services__block .services__table .btn__sm {
    padding: 15px 0;
  }
}

.callback {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .callback {
    margin-bottom: 60px;
  }
}

@media (max-width: 680px) {
  .callback {
    margin-bottom: 40px;
  }
}

.callback .selectcheck input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.callback .selectcheck input:hover + label::before {
  border: 1px solid #47ba00;
}

.callback .selectcheck input:checked + label::before {
  content: url(../img/svg/select.svg);
}

.callback .selectcheck label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.callback .selectcheck label::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #676767;
  background: #fff;
  cursor: pointer;
}

.callback .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 680px) {
  .callback .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.callback .options .option h5 {
  margin-bottom: 10px;
}

@media (max-width: 680px) {
  .callback .options .option {
    margin-bottom: 20px;
  }
}

.callback .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.callback .form .field {
  position: relative;
  width: 95%;
}

.callback .form .field:not(:first-child) {
  margin-top: 40px;
}

.callback .form .field input {
  width: 100%;
}

.callback .footerImage {
  width: 140%;
}

@media (max-width: 1279px) {
  .callback .footerImage {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .callback .footerImage {
    margin-top: 40px;
  }
}

@media (max-width: 680px) {
  .callback .footerImage {
    width: 100%;
  }
}

.mt50 {
  margin-top: 50px;
}

@media (max-width: 1279px) {
  .mt50 {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  .mt50 {
    margin-top: 30px;
  }
}

.agree {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agree .text {
  font-family: Light;
  font-weight: 300;
  font-size: 14px;
  width: 60%;
  margin-left: 20px;
  line-height: 150%;
}

@media (max-width: 680px) {
  .agree .text {
    width: 80%;
  }
}

.wait {
  margin-top: 25px;
}

input[type="text"] {
  border: none;
  border-bottom: 1px solid rgba(69, 69, 69, 0.3);
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
  outline: none;
  padding: 0;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  margin-top: auto;
}

@media (max-width: 1279px) {
  input[type="text"] {
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  input[type="text"] {
    font-size: 14px;
  }
}

input[type="text"]:not(:first-child) {
  margin-top: 40px;
}

input[type="text"]::-webkit-input-placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

input[type="text"]:-ms-input-placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

input[type="text"]::-ms-input-placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

input[type="text"]::placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

@media (max-width: 1279px) {
  input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
  input[type="text"]::-ms-input-placeholder {
    font-size: 14px;
  }
  input[type="text"]::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
  input[type="text"]::-ms-input-placeholder {
    font-size: 14px;
  }
  input[type="text"]::placeholder {
    font-size: 14px;
  }
}

input[type="text"]:hover {
  border-bottom: 1px solid #454545;
}

.message {
  position: absolute;
  top: 2px;
  right: 0;
  font-family: Light;
  font-weight: 300;
  font-size: 12px;
  color: #FF0000;
}

@media (max-width: 680px) {
  .message {
    position: relative;
  }
}

.nvalid {
  display: none;
}

.nvalid.show {
  display: block;
}

.notvalid input {
  border-bottom: 1px solid #FF0000;
  color: #FF0000;
  font-weight: 400;
}

.notvalid input::-webkit-input-placeholder {
  color: #FF0000;
  font-weight: 400;
}

.notvalid input:-ms-input-placeholder {
  color: #FF0000;
  font-weight: 400;
}

.notvalid input::-ms-input-placeholder {
  color: #FF0000;
  font-weight: 400;
}

.notvalid input::placeholder {
  color: #FF0000;
  font-weight: 400;
}

.notvalid input:hover {
  border-bottom: 1px solid #FF0000;
}

.popup__wrapper {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.popup__wrapper .popup {
  width: 650px;
}

@media (max-width: 959px) {
  .popup__wrapper .popup {
    width: 95%;
  }
}

.form__wrapper input[type="text"] {
  border: none;
  border-bottom: 1px solid rgba(69, 69, 69, 0.3);
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
  outline: none;
  padding: 0;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  margin-top: auto;
}

@media (max-width: 1279px) {
  .form__wrapper input[type="text"] {
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  .form__wrapper input[type="text"] {
    font-size: 14px;
  }
}

.form__wrapper input[type="text"]:not(:first-child) {
  margin-top: 40px;
}

.form__wrapper input[type="text"]::-webkit-input-placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

.form__wrapper input[type="text"]:-ms-input-placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

.form__wrapper input[type="text"]::-ms-input-placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

.form__wrapper input[type="text"]::placeholder {
  font-family: Light;
  font-weight: 300;
  font-size: 18px;
  color: #454545;
}

@media (max-width: 1279px) {
  .form__wrapper input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form__wrapper input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrapper input[type="text"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrapper input[type="text"]::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  .form__wrapper input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form__wrapper input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrapper input[type="text"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrapper input[type="text"]::placeholder {
    font-size: 14px;
  }
}

.form__wrapper input[type="text"]:hover {
  border-bottom: 1px solid #454545;
}

div.funset {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.reg {
  font-family: 'Light';
  font-weight: 300;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */