@font-face {
    font-family: 'Inter-Regular';
    src:url('fonts/Inter-Regular.woff2') format('woff2'),
    url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Inter-Regular.woff') format('woff'),
    url('fonts/Inter-Regular.svg#Inter-Regular') format('svg'),
    url('fonts/Inter-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
} 

@font-face {
    font-family: 'Inter-SemiBold';
    src:url('fonts/Inter-SemiBold.woff2') format('woff2'),
    url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Inter-SemiBold.woff') format('woff'),
    url('fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg'),
    url('fonts/Inter-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}.r {
  font-family: 'Inter-Regular';
}
.sb {
  font-family: 'Inter-SemiBold';
}
@media only screen and (max-width: 767px) {
  html {
    height: 100%;
  }
}
body {
  height: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    height: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header {
  padding-top: 50px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  header {
    display: none !important;
  }
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.h-btn {
  border: 1px solid #FCCA5F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  background: #fff;
}
.h-btn:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .h-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 359px) {
  .h-btn {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.h-btn-txt {
  font-family: 'Inter-SemiBold';
  font-size: 13px;
  line-height: 16px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .h-btn-txt {
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
  }
}
.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 95px;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content {
    max-width: 100vw;
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    padding-bottom: 36px;
  }
}
.cont-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 748px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cont-blk {
    width: 748px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 136px;
  }
}
.cont-bg-img {
  width: 100%;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .cont-bg-img {
    position: absolute;
    top: 180px;
    left: 121px;
    width: 646px;
  }
}
.cont-bg-img img {
  width: 100%;
}
.blk-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .blk-cont {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
  }
}
.logo {
  margin-top: 17px;
  font-size: 0;
}
.logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 75px;
    margin-top: 0;
  }
}
.hash-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .hash-blk {
    margin-top: 48px;
  }
}
.hash-item {
  font-family: 'Inter-Regular';
  color: #000;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.hash-item:not(:first-child) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .hash-item {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.05em;
  }
}
.cont-title-txt {
  font-family: 'Inter-SemiBold';
  color: #000;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .cont-title-txt {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
.cont-title {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .cont-title {
    margin-top: 6px;
  }
}
.cont-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 390px;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .cont-form {
    width: 100%;
    max-width: 390px;
  }
}
.inp-blk {
  height: 50px;
  width: 100%;
  position: relative;
  border: 1px solid #D0CFCF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.inp-blk:not(:first-child) {
  margin-top: 16px;
}
.err {
  border: red 1px solid;
}
.inp {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: 'Inter-Regular';
  line-height: 18px;
  color: #000000;
  border: none;
  outline: none;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .inp {
    font-size: 14px;
    line-height: 17px;
  }
}
.inp-plh {
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}
.inp-plh-txt {
  font-size: 15px;
  font-family: 'Inter-Regular';
  line-height: 18px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .inp-plh-txt {
    font-size: 14px;
    line-height: 17px;
  }
}
.inp-ic {
  width: 24px;
  font-size: 0;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.inp-ic img {
  width: 100%;
}
.c-form-btn {
  width: 390px;
  height: 50px;
  background: #FCCA5F;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-form-btn {
    max-width: 390px;
    width: 100%;
  }
}
.c-form-btn-txt {
  font-family: 'Inter-SemiBold';
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  opacity: 0.65;
}
.c-form-reset {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-form-reset {
    margin-top: 26px;
  }
}
.c-form-reset-capt-txt {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  opacity: 0.65;
  font-family: 'Inter-Regular';
}
@media only screen and (max-width: 767px) {
  .c-form-reset-capt-txt {
    font-size: 14px;
    line-height: 17px;
  }
}
.c-form-link-reset {
  color: #FADA94;
  margin-left: 8px;
}
.c-form-res-orange {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-family: 'Inter-Regular';
  color: #FADA94;
}
@media only screen and (max-width: 767px) {
  .c-form-res-orange {
    font-size: 14px;
    line-height: 17px;
  }
}
.obl {
  position: absolute;
  font-size: 0;
}
.obl img {
  width: 100%;
}
[obl='1'] {
  width: 331px;
  right: -155px;
  top: -5px;
}
@media only screen and (max-width: 767px) {
  [obl='1'] {
    display: none;
  }
}
[obl='2'] {
  width: 140px;
  left: calc(100% + 14px);
  top: 112px;
}
@media only screen and (max-width: 767px) {
  [obl='2'] {
    width: 131px;
    top: 32px;
    left: 121px;
  }
}
[obl='3'] {
  width: 131px;
  left: 61px;
  top: 112px;
}
@media only screen and (max-width: 767px) {
  [obl='3'] {
    top: 10px;
    left: auto;
    right: 132px;
  }
}
[obl='4'] {
  width: 222px;
  left: -186px;
  top: 325px;
}
@media only screen and (max-width: 767px) {
  [obl='4'] {
    display: none;
  }
}
[obl='5'] {
  width: 87px;
  left: -36px;
  top: 416px;
}
@media only screen and (max-width: 767px) {
  [obl='5'] {
    display: none;
  }
}
.descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .descr {
    position: relative;
    z-index: 2;
  }
}
.descr-capt-txt {
  font-family: 'Inter-Regular';
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .descr-capt-txt {
    font-size: 13px;
    line-height: 18px;
  }
}
[pass-vis-ic] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pass-vis [pass-vis-ic] {
  opacity: 1;
}
.mob-btns {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mob-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: auto;
    max-width: 320px;
  }
}
[obl-mob='1'] {
  display: none;
}
@media only screen and (max-width: 767px) {
  [obl-mob='1'] {
    display: block;
    width: 221px;
    bottom: calc(100% + 44px);
    left: -56px;
    z-index: -1;
  }
}
[obl-mob='2'] {
  display: none;
}
@media only screen and (max-width: 767px) {
  [obl-mob='2'] {
    display: block;
    width: 75px;
    bottom: calc(100% + 11px);
    left: 123px;
    z-index: -1;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/* ol,
ul {
  list-style: none;
} */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
s {
  text-decoration: line-through;
}
sup {
  vertical-align: super;
  font-size: 70%;
}
sub {
  vertical-align: sub;
  font-size: 70%;
}
