@font-face {
    font-family: 'Montserrat-Thin';
    src:url(/fonts/Montserrat-Thin..woff2) format('woff2'),
        url(/fonts/Montserrat-Thin..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-Thin..woff) format('woff'),
        url(/fonts/Montserrat-Thin..svg#Montserrat-Thin) format('svg'),
        url(/fonts/Montserrat-Thin..ttf) format('truetype');
		font-weight: 100;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Black';
    src:url(/fonts/Montserrat-Black..woff2) format('woff2'),
        url(/fonts/Montserrat-Black..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-Black..woff) format('woff'),
        url(/fonts/Montserrat-Black..svg#Montserrat-Black) format('svg'),
        url(/fonts/Montserrat-Black..ttf) format('truetype');
		font-weight: 900;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-ExtraLight';
    src:url(/fonts/Montserrat-ExtraLight..woff2) format('woff2'),
        url(/fonts/Montserrat-ExtraLight..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-ExtraLight..woff) format('woff'),
        url(/fonts/Montserrat-ExtraLight..svg#Montserrat-ExtraLight) format('svg'),
        url(/fonts/Montserrat-ExtraLight..ttf) format('truetype');
		font-weight: 200;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src:url(/fonts/Montserrat-Bold..woff2) format('woff2'),
        url(/fonts/Montserrat-Bold..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-Bold..woff) format('woff'),
        url(/fonts/Montserrat-Bold..svg#Montserrat-Bold) format('svg'),
        url(/fonts/Montserrat-Bold..ttf) format('truetype');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src:url(/fonts/Montserrat-ExtraBold..woff2) format('woff2'),
        url(/fonts/Montserrat-ExtraBold..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-ExtraBold..woff) format('woff'),
        url(/fonts/Montserrat-ExtraBold..svg#Montserrat-ExtraBold) format('svg'),
        url(/fonts/Montserrat-ExtraBold..ttf) format('truetype');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src:url(/fonts/Montserrat-SemiBold..woff2) format('woff2'),
        url(/fonts/Montserrat-SemiBold..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-SemiBold..woff) format('woff'),
        url(/fonts/Montserrat-SemiBold..svg#Montserrat-SemiBold) format('svg'),
        url(/fonts/Montserrat-SemiBold..ttf) format('truetype');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src:url(/fonts/Montserrat-Medium..woff2) format('woff2'),
        url(/fonts/Montserrat-Medium..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-Medium..woff) format('woff'),
        url(/fonts/Montserrat-Medium..svg#Montserrat-Medium) format('svg'),
        url(/fonts/Montserrat-Medium..ttf) format('truetype');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Light';
    src:url(/fonts/Montserrat-Light..woff2) format('woff2'),
        url(/fonts/Montserrat-Light..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-Light..woff) format('woff'),
        url(/fonts/Montserrat-Light..svg#Montserrat-Light) format('svg'),
        url(/fonts/Montserrat-Light..ttf) format('truetype');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src:url(/fonts/Montserrat-Regular..woff2) format('woff2'),
        url(/fonts/Montserrat-Regular..eot?#iefix) format('embedded-opentype'),
        url(/fonts/Montserrat-Regular..woff) format('woff'),
        url(/fonts/Montserrat-Regular..svg#Montserrat-Regular) format('svg'),
        url(/fonts/Montserrat-Regular..ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}
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%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
.mt {
  font-family: 'Montserrat-Thin';
}
.mblack {
  font-family: 'Montserrat-Black';
}
.mb {
  font-family: 'Montserrat-Bold';
}
.mel {
  font-family: 'Montserrat-ExtraLight';
}
.meb {
  font-family: 'Montserrat-ExtraBold';
}
.msb {
  font-family: 'Montserrat-SemiBold';
}
.mm {
  font-family: 'Montserrat-Medium';
}
.ml {
  font-family: 'Montserrat-Light';
}
.mr {
  font-family: 'Montserrat-Regular';
}
header {
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header {
  -webkit-box-flex: 0;
  display: flex;
}
.h-logo {
  width: 75px;
  font-size: 0;
}
@media only screen and (max-width: 900px) {
  .h-logo {
    width: 70px;
  }
}
.h-logo img {
  width: 100%;
}
.h-right {
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.h-ava {
  width: 42px;
  height: 42px;
  position: relative;
  font-size: 0;
  margin-left: 25px;
}
.h-ava-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px;
  border: 2px solid #000;
}
.h-ava-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.h-ava:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 1px;
  border-radius: 100px;
  border: 3px solid #000;
  pointer-events: none;
  z-index: 1;
}
footer {
  background: #F3F3F3;
  border-top: 3px solid #000;
  border-radius: 0px;
  margin-top: auto;
  height: 90px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 546px) {
  footer {
    height: 64px;
  }
}
.footer {
  height: 100%;
}
.footer .container {
  -webkit-box-flex: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.f-ic {
  margin-left: 24px;
  width: 42px;
  font-size: 0;
}
@media only screen and (max-width: 546px) {
  .f-ic {
    width: 31px;
    margin-left: 8px;
  }
}
.f-ic img {
  width: 100%;
}
.f-btn {
  -webkit-box-flex: 0;
  display: flex;
  height: 41px;
}
@media only screen and (max-width: 546px) {
  .f-btn {
    height: 29px;
  }
}
.f-btn-name {
  background: #fff;
  border-width: 3px 0px 3px 3px;
  border-style: solid;
  border-color: #000;
  height: 100%;
  -webkit-box-flex: 0;
  display: flex;
  width: 171px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 546px) {
  .f-btn-name {
    width: 113px;
    border-width: 2px 0px 2px 2px;
  }
}
.f-btn-name-txt {
  color: #000;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (max-width: 546px) {
  .f-btn-name-txt {
    font-size: 12px;
    line-height: 15px;
  }
}
.f-btn-ancle {
  height: 100%;
  font-size: 0;
  position: relative;
  left: -2px;
}
.f-btn-ancle img {
  height: 100%;
}
.hover-btn-on {
  background: #df48ff;
}
.hover-btn {
  cursor: pointer;
  transition: background 0.2s;
}
.hover-btn:hover {
  background: #df48ff;
}
.hover-btn-white-on {
  background: #df48ff;
}
.hover-btn-white {
  cursor: pointer;
  transition: background 0.2s;
}
.hover-btn-white:hover {
  background: #df48ff;
}
.btn {
  background: #43D3DB;
  border: 2px solid #000;
  box-shadow: 2px 2px 0px #000;
  border-radius: 10.6087px;
  padding: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.btn:not([color-btn]) {
  cursor: pointer;
  transition: background 0.2s;
}
.btn:not([color-btn]):hover {
  background: #df48ff;
}
.btn[color-btn='white'] {
  cursor: pointer;
  transition: background 0.2s;
}
.btn[color-btn='white']:hover {
  background: #df48ff;
}
.btn-ic {
  position: absolute;
  left: 100%;
}
.btn-txt {
  position: relative;
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .btn-txt {
    font-size: 12px;
    line-height: 15px;
  }
}
.btn[size='big'] {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .btn[size='big'] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.btn[size='55'] {
  height: 55px;
}
.btn[size='55'] .btn-txt {
  font-size: 16px;
  line-height: 20px;
}
.btn[size='88-arr'] {
  height: 88px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .btn[size='88-arr'] {
    height: 55px;
  }
}
.btn[size='88-arr'] .inp-btn {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .btn[size='88-arr'] .inp-btn {
    width: 62px;
  }
  .btn[size='88-arr'] .inp-btn .inp-btn-arr {
    width: 30px;
  }
}
.btn[size='88-arr'] .btn-txt {
  margin-right: auto;
  font-family: 'Montserrat-Regular';
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 767px) {
  .btn[size='88-arr'] .btn-txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.btn:not([color-btn]).hover {
  background: #df48ff;
}
.btn[color-btn='white'] {
  background: transparent;
}
.btn[color='white'].hover {
  background: #df48ff;
}
.submit-btn {
  width: 185px;
}
@media only screen and (max-width: 900px) {
  .submit-btn {
    width: 142px;
  }
}
.apply-btn {
  width: 100%;
  margin-top: 22px;
}
.save-btn {
  width: 100%;
}
.save-btn .btn-ic {
  opacity: 0;
  transition: opacity 0.2s;
  width: 28px;
  height: 28px;
  font-size: 0;
}
.save-btn .btn-ic img {
  width: 100%;
}
.save-btn.err-save {
  background: #DB3E0D;
  pointer-events: none;
}
.save-btn.err-save .btn-ic:nth-child(1) {
  opacity: 1;
}
.save-btn.app-btn {
  background: #43DB5B !important;
  pointer-events: none;
}
.save-btn.app-btn .btn-txt:first-child {
  opacity: 0;
}
.save-btn.app-btn .btn-txt[save-txt] {
  opacity: 1;
}
.save-btn.app-btn .btn-txt[save-txt] .btn-ic {
  opacity: 1;
}
.save-btn .btn-txt {
  font-size: 18px;
  line-height: 22px;
}
.save-btn .btn-txt[save-txt] {
  opacity: 0;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .save-btn .btn-txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.save-btn-blk {
  width: 352px;
  position: relative;
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .save-btn-blk {
    width: 100%;
  }
}
.save-btn-blk .lk-b-inp-blik {
  z-index: 2;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .save-btn-blk .lk-b-inp-blik {
    bottom: 0;
  }
}
.inp {
  transition: color 0.2s;
}
.inp-plh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  padding-left: 24px;
  pointer-events: none;
}
@media only screen and (max-width: 546px) {
  .inp-plh {
    padding-left: 20px;
  }
}
.inp-plh-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  color: #000;
  transition: color 0.2s;
}
@media only screen and (max-width: 546px) {
  .inp-plh-txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.inp-value {
  flex: 1;
  padding-left: 24px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 546px) {
  .inp-value {
    padding-left: 20px;
  }
}
.inp-value .inp {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
@media only screen and (max-width: 546px) {
  .inp-value .inp {
    font-size: 16px;
    line-height: 20px;
  }
}
.inp-blk {
  background: #fff;
  border: 3px solid #000;
  box-shadow: 5px 5px 0px #000;
  border-radius: 13px;
  height: 88px;
  overflow: hidden;
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 546px) {
  .inp-blk {
    height: 55px;
    border-radius: 8px;
    box-shadow: 3px 3px 0px #000;
  }
}
.inp-btn {
  width: 98px;
  height: 100%;
  background: #43D3DB;
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 3px solid #000;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.2s;
}
@media only screen and (max-width: 546px) {
  .inp-btn {
    width: 62px;
  }
}
.inp-btn:hover {
  background: #df48ff;
}
.inp-btn-arr {
  width: 48px;
  font-size: 0;
}
@media only screen and (max-width: 546px) {
  .inp-btn-arr {
    width: 30px;
  }
}
.inp-btn-arr img {
  width: 100%;
}
.user-cont {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
.user-cont .inp-blk {
  margin-top: 45px;
}
@media only screen and (max-width: 546px) {
  .user-cont .inp-blk {
    margin-top: 24px;
  }
}
.user-capt {
  position: relative;
}
.user-txt {
  font-family: 'Montserrat-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #6D6D6D;
  transition: opacity 0.2s;
}
.user-txt[err-txt] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #F3420A;
}
@media only screen and (max-width: 546px) {
  .user-txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.pic {
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 290px;
}
.pic-left {
  position: relative;
  width: 278px;
  height: 275px;
}
@media only screen and (max-width: 900px) {
  .pic-left {
    width: 176px;
    height: 135px;
  }
}
.pic-heart {
  position: absolute;
  font-size: 0;
}
.pic-heart img {
  width: 100%;
}
.pic-heart[heart='1'] {
  width: 52px;
  top: 36px;
  right: 0;
}
@media only screen and (max-width: 900px) {
  .pic-heart[heart='1'] {
    width: 27px;
    top: 24px;
    right: 28px;
  }
}
.pic-heart[heart='2'] {
  width: 28px;
  left: 36px;
  bottom: 68px;
}
@media only screen and (max-width: 900px) {
  .pic-heart[heart='2'] {
    width: 14px;
    left: 20px;
    bottom: 20px;
  }
}
.pic-ava {
  font-size: 0;
  position: absolute;
}
.pic-ava img {
  width: 100%;
}
.pic-ava[ava='1'] {
  width: 168px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  .pic-ava[ava='1'] {
    width: 87px;
    right: 22px;
  }
}
.pic-ava[ava='2'] {
  width: 108px;
  top: 42px;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .pic-ava[ava='2'] {
    width: 56px;
    top: 30px;
  }
}
.pic-ava[ava='3'] {
  width: 72px;
  right: 78px;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .pic-ava[ava='3'] {
    width: 37px;
  }
}
.inp-form-ic {
  position: relative;
  width: 32px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .inp-form-ic {
    width: 20px;
  }
}
.inp-form-ic img {
  width: 100%;
  transition: opacity 0.2s;
}
.inp-form-ic img[err-ic] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.inp-form-blk {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
.inp-form-sect {
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #C8C8C8;
  padding-bottom: 8px;
  position: relative;
  padding-top: 23px;
}
.inp-form-plh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.inp-form-plh-txt {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 113%;
  color: #6D6D6D;
  opacity: 0.4;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .inp-form-plh-txt {
    font-size: 12px;
    line-height: 113%;
  }
}
.inp-form-plh-txt[err-txt] {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #DB3E0D;
}
body {
  min-height: 100vh;
}
.content {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 82px;
  min-height: calc(100vh - 90px);
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 546px) {
  .content {
    min-height: calc(100vh - 63px);
  }
}
.content-page {
  margin-top: 58px;
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .content-page {
    margin-top: 17px;
  }
}
.top-bg {
  width: 100%;
  height: 561px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .top-bg {
    height: 288px;
  }
}
.top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.i-title {
  max-width: 871px;
}
.i-title-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 80px;
  line-height: 120%;
  color: black;
}
@media only screen and (max-width: 900px) {
  .i-title-txt {
    font-size: 32px;
    line-height: 120%;
  }
}
.i-title-hand {
  display: inline;
}
.i-title-hand-txt {
  font-family: 'Montserrat-Black';
  font-size: 80px;
  line-height: 105%;
  color: #fff;
  text-shadow: 4px 4px 0px #000;
  -webkit-text-stroke: 3px #000;
}
@media only screen and (max-width: 900px) {
  .i-title-hand-txt {
    font-size: 32px;
    line-height: 120%;
    -webkit-text-stroke: 2px #000;
    text-shadow: 3px 3px 0px #000;
  }
}
.i-pic {
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 247px;
}
@media only screen and (max-width: 900px) {
  .i-pic {
    top: 86px;
    right: -60px;
  }
}
.i-pic-left {
  position: relative;
  width: 278px;
  height: 275px;
}
@media only screen and (max-width: 900px) {
  .i-pic-left {
    width: 176px;
    height: 135px;
    top: 13px;
    left: 10px;
  }
}
.i-pic-magnit {
  width: 502px;
  font-size: 0;
}
@media only screen and (max-width: 900px) {
  .i-pic-magnit {
    width: 277px;
  }
}
.i-pic-magnit img {
  width: 100%;
}
.i-apply-inp .inp-btn-arr {
  width: 38px;
}
@media only screen and (max-width: 546px) {
  .i-apply-inp .inp-btn-arr {
    width: 24px;
  }
}
.i-what {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  margin-top: 160px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .i-what {
    margin-top: 382px;
  }
}
@media only screen and (max-width: 900px) {
  .i-what {
    margin-top: 210px;
  }
}
.i-what-ava {
  width: 106px;
  font-size: 0;
  position: absolute;
  top: 55px;
  right: 52px;
}
@media only screen and (max-width: 546px) {
  .i-what-ava {
    width: 21%;
    top: 12%;
    right: 9%;
  }
}
.i-what-ava img {
  width: 100%;
}
.i-what-title-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 50px;
  line-height: 105%;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .i-what-title-txt {
    font-size: 28px;
    line-height: 105%;
  }
}
.i-what-dialog {
  width: 351px;
  -webkit-box-flex: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 85px;
  left: -14px;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .i-what-dialog {
    top: 66px;
  }
}
@media only screen and (max-width: 546px) {
  .i-what-dialog {
    top: calc((100vw - 375px)/((546 - 375)/(53 - 41)) + 41px);
  }
}
@media only screen and (max-width: 375px) {
  .i-what-dialog {
    top: 41px;
  }
}
@media only screen and (max-width: 546px) {
  .i-what-dialog {
    width: 221px;
  }
}
.i-what-dialog-capt {
  position: absolute;
  width: 266px;
  top: 40px;
}
@media only screen and (max-width: 546px) {
  .i-what-dialog-capt {
    width: 171px;
    top: 28px;
  }
}
.i-what-dialog-txt {
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
@media only screen and (max-width: 546px) {
  .i-what-dialog-txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.i-what-dialog-img {
  width: 100%;
  font-size: 0;
}
.i-what-dialog-img img {
  width: 100%;
}
.i-what-phone {
  margin-top: 94px;
}
@media only screen and (max-width: 546px) {
  .i-what-phone {
    margin-top: calc((100vw - 375px)/((546 - 375)/(18 - 45)) + 45px);
  }
}
@media only screen and (max-width: 375px) {
  .i-what-phone {
    margin-top: 45px;
  }
}
.i-what-phone-blk {
  height: 468px;
  width: 506px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 546px) {
  .i-what-phone-blk {
    width: 100%;
  }
}
@media only screen and (max-width: 546px) {
  .i-what-phone-blk {
    height: calc((100vw - 320px)/((546 - 320)/(424 - 365)) + 365px);
  }
}
@media only screen and (max-width: 320px) {
  .i-what-phone-blk {
    height: 365px;
  }
}
.i-what-cont-blk {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 26px;
  width: 89.3%;
  height: 60%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
@media only screen and (max-width: 546px) {
  .i-what-cont-blk {
    top: calc((100vw - 320px)/((546 - 320)/(186 - 103)) + 103px);
  }
}
@media only screen and (max-width: 320px) {
  .i-what-cont-blk {
    top: 103px;
  }
}
@media only screen and (max-width: 546px) {
  .i-what-cont-blk {
    bottom: auto;
    height: 252px;
    left: 5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
.i-what-cont-section {
  display: none;
}
.loader-title-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 80px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .loader-title-txt {
    font-size: 32px;
    line-height: 119%;
  }
}
.loader-capt {
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .loader-capt {
    margin-top: 8px;
  }
}
.loader-capt-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 120%;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .loader-capt-txt {
    font-size: 16px;
    line-height: 133%;
  }
}
.loader-cont {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  height: 100%;
  position: static;
}
.loader-cont .container {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
.loader-img {
  margin: auto;
  position: absolute;
  bottom: -57px;
  width: 100%;
  max-width: 496px;
  font-size: 0;
}
@media only screen and (max-width: 500px) {
  .loader-img {
    bottom: calc((100vw - 320px)/((500 - 320)/(-57 - -37)) + -37px);
  }
}
@media only screen and (max-width: 320px) {
  .loader-img {
    bottom: -37px;
  }
}
.loader-img img {
  width: 100%;
}
.loader-page {
  background: #F2C802;
  width: 100%;
  overflow: hidden;
}
.loader-cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader-cloud-blk {
  font-size: 0;
  position: absolute;
}
.loader-cloud-blk img {
  width: 100%;
}
.loader-cloud-blk:nth-child(1),
.loader-cloud-blk:nth-child(5) {
  width: 408px;
  top: 0;
  right: -408px;
  animation: cloud1 30s linear 8s infinite;
}
@media only screen and (max-width: 767px) {
  .loader-cloud-blk:nth-child(1),
  .loader-cloud-blk:nth-child(5) {
    width: 250px;
    animation: cloud1_mob 30s linear 8s infinite;
  }
}
.loader-cloud-blk:nth-child(2),
.loader-cloud-blk:nth-child(6) {
  width: 338px;
  right: -338px;
  top: 400px;
  animation: cloud2 25s linear 0s infinite;
}
@media only screen and (max-width: 767px) {
  .loader-cloud-blk:nth-child(2),
  .loader-cloud-blk:nth-child(6) {
    width: 200px;
    animation: cloud2_mob 25s linear 0s infinite;
  }
}
.loader-cloud-blk:nth-child(3),
.loader-cloud-blk:nth-child(7) {
  width: 357px;
  top: 109px;
  right: -357px;
  animation: cloud3 22s linear 2s infinite;
}
@media only screen and (max-width: 767px) {
  .loader-cloud-blk:nth-child(3),
  .loader-cloud-blk:nth-child(7) {
    width: 180px;
    animation: cloud3_mob 22s linear 2s infinite;
    top: 250px;
  }
}
.loader-cloud-blk:nth-child(4),
.loader-cloud-blk:nth-child(8) {
  width: 241px;
  right: -241px;
  bottom: 28px;
  animation: cloud4 29s linear 1s infinite;
}
@media only screen and (max-width: 767px) {
  .loader-cloud-blk:nth-child(4),
  .loader-cloud-blk:nth-child(8) {
    width: 120px;
    animation: cloud4_mob 29s linear 1s infinite;
  }
}
.loader-cloud-blk:nth-child(5) {
  left: auto;
  right: 0px;
  animation: cloud5 29s linear;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .loader-cloud-blk:nth-child(5) {
    animation: cloud5_mob 29s linear;
  }
}
.loader-cloud-blk:nth-child(6) {
  left: 400px;
  animation: cloud6 30s linear;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .loader-cloud-blk:nth-child(6) {
    animation: cloud6_mob 30s linear;
  }
}
.loader-cloud-blk:nth-child(7) {
  left: 268px;
  right: auto;
  animation: cloud7 30s linear;
  animation-fill-mode: forwards;
}
.loader-cloud-blk:nth-child(8) {
  left: 386px;
  right: auto;
  animation: cloud8 28s linear;
  animation-fill-mode: forwards;
}
@keyframes cloud1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 408px));
  }
}
@keyframes cloud1_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 250px));
  }
}
@keyframes cloud2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 338px));
  }
}
@keyframes cloud2_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 200px));
  }
}
@keyframes cloud3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 357px));
  }
}
@keyframes cloud3_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 180px));
  }
}
@keyframes cloud4 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 241px));
  }
}
@keyframes cloud4_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 120px));
  }
}
@keyframes cloud5 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 358px));
  }
}
@keyframes cloud5_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 250px));
  }
}
@keyframes cloud6 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 450px));
  }
}
@keyframes cloud6_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 200px));
  }
}
@keyframes cloud7 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 357px));
  }
}
@keyframes cloud7_mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 180px));
  }
}
@keyframes cloud8 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw - 500px));
  }
}
.lk-page .content-page {
  flex: 1;
}
.lk-name {
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
}
.lk-name-ic {
  margin-left: 28px;
  width: 60px;
  font-size: 0;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .lk-name-ic {
    margin-left: 8px;
    width: 35px;
    top: 0;
  }
}
.lk-name-ic img {
  width: 100%;
}
.lk-name-capt-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 80px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .lk-name-capt-txt {
    font-size: 32px;
    line-height: 105%;
  }
}
.lk-cont {
  -webkit-box-flex: 0;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .lk-cont {
    flex-direction: column-reverse;
  }
}
.lk-img {
  flex: 1;
  font-size: 0;
  margin-left: 91px;
  align-self: end;
}
@media only screen and (max-width: 1240px) {
  .lk-img {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lk-img {
    width: 100%;
    margin-left: 0;
  }
}
.lk-img img {
  width: 100%;
}
.lk-info {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  width: 570px;
}
@media only screen and (max-width: 1240px) {
  .lk-info {
    width: 49%;
    min-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .lk-info {
    width: 100%;
    min-width: 100%;
  }
}
.lk-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin-top: 18px;
}
.lk-info-sect {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  border-radius: 51px;
  padding-top: 26px;
  padding-bottom: 26px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lk-info-sect {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 32px;
  }
  .lk-info-sect:nth-child(1) {
    grid-column: span 1;
  }
  .lk-info-sect:nth-child(2) {
    grid-column: span 1;
    grid-row: 2;
  }
}
.lk-info-sect:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .lk-info-sect:nth-child(3) {
    grid-column: span 1;
    grid-row: span 2;
  }
  .lk-info-sect:nth-child(3) .lk-info-s-ic-mess {
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 3px 3px 0px #000000;
    border-radius: 28px 28px 0px 28px ;
    left: auto;
    right: 10px;
  }
}
.lk-info-sect[color='yellow'] {
  background: #F2C802;
}
.lk-info-sect[color='blue'] {
  background: #43D3DB;
}
.lk-info-sect[color='gray'] {
  background: #D6D6D6;
}
.lk-info-s-ic {
  width: 61px;
  font-size: 0;
  position: absolute;
  right: -22px;
  top: -14px;
  cursor: pointer;
}
.lk-info-s-ic:hover + .lk-info-s-ic-mess {
  opacity: 1;
}
.lk-info-s-ic-mess {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 302px;
  padding: 24px;
  padding-left: 32px;
  padding-right: 32px;
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 28px 28px 28px 0px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .lk-info-s-ic-mess {
    width: 47vw;
  }
}
.lk-info-s-ic-mess-txt {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 133%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .lk-info-s-ic-mess-txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .lk-info-s-ic {
    width: 38px;
    top: -9px;
    right: -13px;
  }
}
.lk-info-s-ic img {
  width: 100%;
}
.lk-info-s-val-txt {
  font-family: 'Montserrat-Bold';
  font-size: 38px;
  line-height: 105%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lk-info-s-val-txt {
    font-size: 30px;
    line-height: 105%;
  }
}
.lk-info-s-capt-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 133%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lk-info-s-capt-txt {
    font-size: 16px;
    line-height: 133%;
  }
}
.lk-info-row {
  -webkit-box-flex: 0;
  display: flex;
}
.lk-info-title-txt {
  font-family: 'Montserrat-Black';
  font-size: 38px;
  line-height: 105%;
  color: #fff;
  text-shadow: 3px 4px 0px #000;
  -webkit-text-stroke: 2px #000;
}
@media only screen and (max-width: 767px) {
  .lk-info-title-txt {
    font-size: 28px;
    line-height: 105%;
    text-shadow: 3px 3px 0px #000;
    -webkit-text-stroke: 1px #000;
  }
}
.lk-blue {
  background: #43D3DB;
  border-radius: 52px 52px 0px 0px;
  margin-top: 18px;
  padding-top: 38px;
  padding-bottom: 72px;
  position: relative;
}
.lk-blue:after {
  content: '';
  position: absolute;
  width: calc(100% - 62px);
  height: 100%;
  top: -18px;
  left: 31px;
  background: #F3F3F3;
  border-radius: 52px 52px 0px 0px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lk-blue:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lk-blue {
    margin-top: 70px;
  }
}
.lk-blue .container {
  -webkit-box-flex: 0;
  display: flex;
}
.lk-b-avas {
  flex: 1;
  position: relative;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .lk-b-avas {
    display: none;
  }
}
.lk-b-avas [ava='1'] {
  right: 0;
  bottom: 0;
}
.lk-b-avas [ava='3'] {
  right: auto;
  left: auto;
}
.lk-b-avas [heart='2'] {
  right: 240px;
  left: auto;
}
.lk-b-inp-blik {
  position: absolute;
  bottom: 32px;
  right: -22px;
  width: 80px;
  font-size: 0;
  pointer-events: none;
  animation: blik 4s infinite;
}
@media only screen and (max-width: 767px) {
  .lk-b-inp-blik {
    bottom: 10px;
  }
}
.lk-b-inp-blik img {
  width: 100%;
}
.lk-b-inp-blk {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  position: relative;
}
.lk-b-inp-blk .user-txt {
  color: #000;
}
.lk-b-inp-blk .inp-blk {
  margin-top: 8px;
}
.lk-b-title-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 38px;
  line-height: 133.9%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .lk-b-title-txt {
    font-size: 20px;
    line-height: 27px;
  }
}
.lk-b-title-txt .i-title-hand-txt {
  font-size: 38px;
  text-shadow: 2px 2px 0px #000;
  -webkit-text-stroke: 2px #000;
}
@media only screen and (max-width: 767px) {
  .lk-b-title-txt .i-title-hand-txt {
    font-size: 20px;
    line-height: 27px;
    text-shadow: 1px 2px 0px #000;
    -webkit-text-stroke: 1px #000;
  }
}
.lk-b-blk {
  width: 658px;
}
.lk-b-left {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
@keyframes blik {
  0%,
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
  30%,
  70% {
    opacity: 0;
    transform: rotate(180grad) scale(0);
  }
}
.lk-data-page {
  width: 100%;
}
.lk-data-page .content {
  z-index: 1;
  position: relative;
}
.lk-data-page .content-page {
  flex: 1;
}
.lk-d-cross {
  width: 60px;
  font-size: 0;
  margin-left: auto;
  position: relative;
  top: 12px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lk-d-cross {
    width: 30px;
    top: 5px;
  }
}
.lk-d-cross img {
  width: 100%;
}
.lk-d-cont {
  -webkit-box-flex: 0;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}
@media only screen and (max-height: 1826px) {
  .lk-d-cont {
    top: calc((100vh - 832px)/((1826 - 832)/(-157 - 0)) + 0px);
  }
}
@media only screen and (max-height: 832px) {
  .lk-d-cont {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .lk-d-cont {
    flex-direction: column-reverse;
  }
}
.lk-d-form {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  width: 560px;
  margin-top: 62px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .lk-d-form {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 8px;
    position: relative;
  }
  .lk-d-form:after {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: -20px;
    background: #F3F3F3;
    z-index: -1;
    pointer-events: none;
  }
}
.lk-d-inp {
  font-family: 'Montserrat-Regular';
  font-size: 24px;
  line-height: 113%;
  color: #6D6D6D;
}
@media only screen and (max-width: 767px) {
  .lk-d-inp {
    font-size: 16px;
    line-height: 113%;
  }
}
.lk-d-inp-blk {
  width: 100%;
}
.lk-d-inp-item:not(:first-child) {
  margin-top: 24px;
}
.lk-d-inp-row {
  -webkit-box-flex: 0;
  display: flex;
  width: 100%;
}
.lk-d-inp-row > .inp-form-sect:first-child {
  flex: 1;
  margin-right: 56px;
}
@media only screen and (max-width: 767px) {
  .lk-d-inp-row > .inp-form-sect:first-child {
    margin-right: 32px;
  }
}
.lk-d-inp-chk {
  -webkit-box-flex: 0;
  display: flex;
  cursor: pointer;
}
.lk-d-inp-chk input[type='radio'] {
  display: none;
}
.lk-d-inp-chk input[type='radio']:checked + .lk-d-inp-sex-box img {
  opacity: 1;
}
.lk-d-inp-sex {
  -webkit-box-flex: 0;
  display: flex;
  width: 152px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lk-d-inp-sex {
    width: 95px;
  }
}
.lk-d-inp-sex-capt {
  margin-left: 7px;
}
.lk-d-inp-sex-capt-txt {
  font-family: 'Montserrat-Regular';
  font-size: 24px;
  line-height: 113%;
  color: #6D6D6D;
}
@media only screen and (max-width: 767px) {
  .lk-d-inp-sex-capt-txt {
    font-size: 16px;
    line-height: 113%;
  }
}
.lk-d-inp-sex-box {
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 7px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .lk-d-inp-sex-box {
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
}
.lk-d-inp-sex-box img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.lk-d-ava {
  width: 100%;
  font-size: 0;
}
.lk-d-ava img {
  width: 100%;
}
.lk-d-ava-cont {
  width: 356px;
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .lk-d-ava-cont {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 546px) {
  .lk-d-ava-cont {
    width: 203px;
  }
}
.lk-d-ava-btn {
  -webkit-box-flex: 0;
  display: flex;
  z-index: 2;
  background: #fff;
  border-radius: 30px;
  padding: 12px;
  padding-left: 32px;
  padding-right: 32px;
  cursor: pointer;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .lk-d-ava-btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.lk-d-ava-btn-name {
  text-align: center;
  margin-right: 6px;
}
.lk-d-ava-btn-name-txt {
  font-size: 18px;
  line-height: 113%;
  text-align: center;
  color: #6D6D6D;
  font-family: 'Montserrat-Regular';
}
@media only screen and (max-width: 767px) {
  .lk-d-ava-btn-name-txt {
    font-size: 14px;
    line-height: 113%;
  }
}
.lk-d-ava-btn-ic {
  width: 34px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .lk-d-ava-btn-ic {
    width: 28px;
  }
}
.lk-d-ava-btn-ic img {
  width: 100%;
}
.lk-d-ava-blk {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  padding-right: 42px;
}
@media only screen and (max-width: 767px) {
  .lk-d-ava-blk {
    padding-right: 0;
  }
}
.lk-d-ava-bg {
  position: absolute;
  left: -1185px;
  top: -86px;
  width: 2690px;
  font-size: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .lk-d-ava-bg {
    left: calc((100vw - 997px)/((1200 - 997)/(-1180 - -1379)) + -1379px);
  }
}
@media only screen and (max-width: 997px) {
  .lk-d-ava-bg {
    left: -1379px;
  }
}
@media only screen and (max-width: 767px) {
  .lk-d-ava-bg {
    width: 767px;
    left: calc(0px - ((767px - 100vw + 40px)/2));
    top: 200px;
  }
}
@media only screen and (max-width: 546px) {
  .lk-d-ava-bg {
    width: 546px;
    top: 82px;
    left: calc(0px - ((546px - 100vw + 40px)/2));
  }
}
.lk-d-ava-bg img {
  width: 100%;
}
.lk-d-err .lk-d-inp,
.lk-d-err .lk-d-inp-sex-capt-txt {
  color: #DB3E0D;
}
.lk-d-err.inp-form-sect {
  border-bottom: 3px solid rgba(219, 62, 13, 0.4);
}
.lk-d-err .inp-form-ic img:first-child {
  opacity: 0;
}
.lk-d-err .inp-form-ic img[err-ic] {
  opacity: 1;
}
.lk-d-err .inp-form-sect {
  border-bottom: 3px solid rgba(219, 62, 13, 0.4);
}
.lk-d-err .inp-form-plh-txt:first-child {
  opacity: 0;
}
.lk-d-err .inp-form-plh-txt[err-txt] {
  opacity: 1;
}
[err-txt="sex"] {
  font-size: 19px;
}
@media only screen and (max-width: 900px) {
  [err-txt="sex"] {
    font-size: 12px;
  }
}
#lk-calend {
  position: relative;
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
}
#lk-calend .inp-form-ic {
  position: absolute;
  right: 0;
  pointer-events: none;
}
.invitation-page .content-page {
  flex: 1;
}
@media only screen and (max-width: 2048px) {
  .invitation-page .top-bg img {
    height: calc((100vw - 1920px)/((2048 - 1920)/(640 - 618)) + 618px);
  }
}
@media only screen and (max-width: 1920px) {
  .invitation-page .top-bg img {
    height: 618px;
  }
}
@media only screen and (max-width: 1600px) {
  .invitation-page .top-bg img {
    height: calc((100vw - 768px)/((1600 - 768)/(618 - 336)) + 336px);
  }
}
@media only screen and (max-width: 768px) {
  .invitation-page .top-bg img {
    height: 336px;
  }
}
@media only screen and (max-width: 767px) {
  .invitation-page .top-bg img {
    position: relative;
    left: -204px;
    top: -65px;
    width: 1585px;
  }
}
.inv-head {
  -webkit-box-flex: 0;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .inv-head {
    max-width: 381px;
    position: relative;
  }
}
.inv-head .lk-name {
  flex: 1;
}
.inv-head-img {
  width: 312px;
  font-size: 0;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .inv-head-img {
    width: 83px;
    margin-right: 0;
    position: absolute;
    left: 237px;
    bottom: -36px;
  }
}
.inv-head-img img {
  width: 100%;
}
.inv-content {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  margin-top: 58px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .inv-content {
    margin-top: 78px;
  }
}
.inv-row {
  -webkit-box-flex: 0;
  display: flex;
  position: relative;
  margin-bottom: 42px;
}
@media only screen and (max-width: 900px) {
  .inv-row {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.inv-capt {
  max-width: 562px;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 900px) {
  .inv-capt {
    width: 100%;
    max-width: 100%;
  }
}
.inv-capt-txt {
  font-family: 'Montserrat-Regular';
  font-size: 32px;
  line-height: 133%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .inv-capt-txt {
    font-size: 20px;
    line-height: 133%;
  }
}
.inv-phone {
  background-size: cover;
  background-repeat: no-repeat;
  width: 391px;
  height: 721px;
  position: absolute;
  bottom: 23px;
  right: 55px;
  z-index: 2;
}
@media only screen and (max-width: 430px) {
  .inv-phone {
    height: calc((100vw - 320px)/((430 - 320)/(793 - 591)) + 591px);
  }
}
@media only screen and (max-width: 320px) {
  .inv-phone {
    height: 591px;
  }
}
@media only screen and (max-width: 900px) {
  .inv-phone {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 31px;
  }
}
@media only screen and (max-width: 546px) {
  .inv-phone {
    right: auto;
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 430px) {
  .inv-phone {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.inv-p-num {
  position: absolute;
  left: 70px;
}
.inv-p-num[inv-num='1'] {
  top: 83px;
}
.inv-p-num[inv-num='2'] {
  bottom: 92px;
}
.inv-p-num-txt {
  font-family: 'Montserrat-ExtraBold';
  font-size: 70px;
  line-height: 105%;
  color: #F3F3F3;
}
.inv-p-chat {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  padding-top: 134px;
  padding-left: 34px;
  padding-right: 38px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .inv-p-chat {
    padding-top: calc((100vw - 320px)/((430 - 320)/(134 - 100)) + 100px);
  }
}
@media only screen and (max-width: 320px) {
  .inv-p-chat {
    padding-top: 100px;
  }
}
.inv-p-chat > div {
  transform: translateY(20px);
  opacity: 0;
  transition: 1s;
}
.inv-p-chat > div.vis {
  opacity: 1;
  transform: translateY(0);
}
.inv-p-client {
  -webkit-box-flex: 0;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  z-index: 2;
}
.inv-p-client:not(:first-child) {
  margin-top: 17px;
}
.inv-p-client-capt {
  padding: 16px;
  background: #F3F3F3;
  margin-right: 4px;
  border-radius: 8px;
}
.inv-p-client[type='client-img'] {
  margin-top: -10px;
}
.inv-p-client[type='client-img'] + div {
  margin-top: -47px;
}
.inv-p-client-img {
  width: 90px;
  font-size: 0;
}
.inv-p-client-img img {
  width: 100%;
}
.inv-p-capt-txt {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 17px;
  color: #000;
}
@media only screen and (max-width: 375px) {
  .inv-p-capt-txt {
    font-size: 14px;
  }
}
.inv-p-user {
  -webkit-box-flex: 0;
  display: flex;
  z-index: 2;
}
.inv-p-user:not(:first-child) {
  margin-top: 17px;
}
.inv-p-user-capt {
  padding: 16px;
  background: #43D3DB;
  margin-left: 4px;
  border-radius: 8px;
}
.inv-p-user-ic {
  width: 32px;
  font-size: 0;
  min-width: 32px;
}
.inv-p-user-ic img {
  width: 100%;
}
.inv-p-head {
  -webkit-box-flex: 0;
  display: flex;
  padding-left: 45px;
  padding-right: 45px;
}
.inv-p-cont {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  padding-top: 63px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 430px) {
  .inv-p-cont {
    padding-top: calc((100vw - 320px)/((430 - 320)/(63 - 35)) + 35px);
  }
}
@media only screen and (max-width: 320px) {
  .inv-p-cont {
    padding-top: 35px;
  }
}
.inv-p-title-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 22px;
  line-height: 34px;
  color: #000;
}
@media only screen and (max-width: 375px) {
  .inv-p-title-txt {
    font-size: 18px;
  }
}
.inv-p-ic {
  width: 32px;
  font-size: 0;
  margin-left: auto;
}
.inv-p-ic img {
  width: 100%;
}
.inv-review {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  position: relative;
  margin-top: auto;
  padding-bottom: 86px;
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .inv-review {
    padding-top: 39px;
    padding-bottom: 42px;
  }
}
.inv-review .inp-blk {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .inv-review .inp-blk {
    margin-top: 17px;
  }
}
.inv-review:after {
  content: '';
  position: absolute;
  width: calc(100% + 80px);
  height: 100%;
  top: 0;
  left: -80px;
  z-index: 1;
  background: #F3F3F3;
  border-radius: 25px 25px 0 0;
}
@media only screen and (max-width: 1240px) {
  .inv-review:after {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.inv-review-cont {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 658px;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 900px) {
  .inv-review-cont {
    width: 100%;
    max-width: 100%;
  }
}
.inv-corp {
  -webkit-box-flex: 0;
  display: flex;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 900px) {
  .inv-corp {
    width: 100%;
  }
}
@media only screen and (max-width: 546px) {
  .inv-corp {
    margin-bottom: 38px;
  }
}
.inv-corp-item {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .inv-corp-item {
    max-width: 160px;
  }
}
.inv-corp-item:not(:first-child) {
  margin-left: 46px;
}
@media only screen and (max-width: 767px) {
  .inv-corp-item:not(:first-child) {
    margin-left: 30px;
  }
}
.inv-corp-i-logo {
  height: 71px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .inv-corp-i-logo {
    height: 45px;
  }
}
.inv-corp-i-logo img {
  height: 100%;
}
.inv-corp-i-capt {
  margin-top: 4px;
}
.inv-corp-i-capt-txt {
  font-family: 'Montserrat-Regular';
  font-size: 24px;
  line-height: 133%;
  color: #939393;
}
@media only screen and (max-width: 767px) {
  .inv-corp-i-capt-txt {
    font-size: 16px;
    line-height: 133%;
  }
}
.hello-animate .hello-lapa,
.hello-animate .hello-ring {
  transform: translateY(0);
}
.hello-page .content {
  height: calc(100vh - 90px);
}
@media only screen and (max-width: 900px) {
  .hello-page .content {
    height: auto;
    overflow: visible;
  }
}
.hello-page .content-page {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .hello-page .content-page {
    overflow: hidden;
    flex: 1;
  }
}
.hello-bg {
  width: 3513px;
  font-size: 0;
  z-index: 1;
  position: absolute;
  left: -2042px;
  bottom: -362px;
}
@media only screen and (max-height: 1024px) {
  .hello-bg {
    bottom: calc((100vh - 650px)/((1024 - 650)/(-362 - -580)) + -580px);
  }
}
@media only screen and (max-height: 650px) {
  .hello-bg {
    bottom: -580px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-bg {
    width: 364vw;
    left: -201vw;
    bottom: -41vw;
  }
}
.hello-bg img {
  width: 100%;
}
.hello-cont {
  -webkit-box-flex: 0;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 292px;
  z-index: 2;
}
@media only screen and (max-height: 1024px) {
  .hello-cont {
    bottom: calc((100vh - 650px)/((1024 - 650)/(292 - -10)) + -10px);
  }
}
@media only screen and (max-height: 650px) {
  .hello-cont {
    bottom: -10px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-cont {
    position: static;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-cont {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hello-capt {
    margin-top: 8px;
  }
}
.hello-capt-txt {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .hello-capt-txt {
    font-size: 16px;
    line-height: 133%;
  }
}
.hello-img {
  width: 560px;
  font-size: 0;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .hello-img {
    width: calc((100vw - 901px)/((1240 - 901)/(560 - 400)) + 400px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-img {
    width: 400px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-img {
    right: calc((100vw - 1155px)/((1240 - 1155)/(0 - 70)) + 70px);
  }
}
@media only screen and (max-width: 1155px) {
  .hello-img {
    right: 70px;
  }
}
.hello-img-mob {
  display: none;
}
.hello-img-mob img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .hello-img-mob {
    display: block;
  }
}
.hello-img img {
  width: 100%;
}
.hello-inf {
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .hello-inf {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: auto;
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  .hello-inf {
    bottom: calc((100vw - 768px)/((900 - 768)/(-125 - -118)) + -118px);
  }
}
@media only screen and (max-width: 768px) {
  .hello-inf {
    bottom: -118px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-inf {
    bottom: calc((100vw - 320px)/((767 - 320)/(-125 - -45)) + -45px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-inf {
    bottom: -45px;
  }
}
.hello-line {
  position: absolute;
  font-size: 0;
}
.hello-line img {
  width: 100%;
}
.hello-line[h-line='1'] {
  width: 656px;
  right: 399px;
  bottom: 22px;
  z-index: 1;
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='1'] {
    width: calc((100vw - 901px)/((1240 - 901)/(656 - 366)) + 366px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-line[h-line='1'] {
    width: 366px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='1'] {
    left: calc((100vw - 901px)/((1240 - 901)/(105 - 185)) + 185px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-line[h-line='1'] {
    left: 185px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='1'] {
    bottom: calc((100vw - 901px)/((1240 - 901)/(22 - 36)) + 36px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-line[h-line='1'] {
    bottom: 36px;
  }
}
.hello-line[h-line='2'] {
  width: 130px;
  left: 97px;
  bottom: 66px;
  z-index: 4;
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='2'] {
    width: calc((100vw - 900px)/((1240 - 900)/(130 - 74)) + 74px);
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='2'] {
    width: 74px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='2'] {
    left: calc((100vw - 900px)/((1240 - 900)/(98 - 180)) + 180px);
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='2'] {
    left: 180px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='2'] {
    bottom: calc((100vw - 900px)/((1240 - 900)/(66 - 60)) + 60px);
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='2'] {
    bottom: 60px;
  }
}
.hello-line[h-line='3'] {
  width: 659px;
  left: -336px;
  bottom: 102px;
  z-index: 7;
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='3'] {
    width: calc((100vw - 900px)/((1240 - 900)/(659 - 379)) + 379px);
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='3'] {
    width: 379px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='3'] {
    left: calc((100vw - 900px)/((1240 - 900)/(-336 - -69)) + -69px);
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='3'] {
    left: -69px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-line[h-line='3'] {
    bottom: calc((100vw - 900px)/((1240 - 900)/(102 - 81)) + 81px);
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='3'] {
    bottom: 81px;
  }
}
.hello-line[h-line='4'] {
  width: 100%;
  bottom: 0;
  z-index: 3;
  position: static;
}
.hello-line[h-line='5'] {
  z-index: 2;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='5'] {
    width: calc((100vw - 768px)/((900 - 768)/(136 - 116)) + 116px);
  }
}
@media only screen and (max-width: 768px) {
  .hello-line[h-line='5'] {
    width: 116px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='5'] {
    left: calc((100vw - 768px)/((900 - 768)/(524 - 447)) + 447px);
  }
}
@media only screen and (max-width: 768px) {
  .hello-line[h-line='5'] {
    left: 447px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-line[h-line='5'] {
    bottom: calc((100vw - 768px)/((900 - 768)/(82 - 73)) + 73px);
  }
}
@media only screen and (max-width: 768px) {
  .hello-line[h-line='5'] {
    bottom: 73px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-line[h-line='5'] {
    width: calc((100vw - 320px)/((767 - 320)/(117 - 48)) + 48px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-line[h-line='5'] {
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-line[h-line='5'] {
    left: calc((100vw - 320px)/((767 - 320)/(446 - 186)) + 186px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-line[h-line='5'] {
    left: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-line[h-line='5'] {
    bottom: calc((100vw - 320px)/((767 - 320)/(53 - 22)) + 22px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-line[h-line='5'] {
    bottom: 22px;
  }
}
.hello-lapa {
  position: absolute;
  bottom: -293px;
  width: 208px;
  left: 62px;
  font-size: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 1s;
}
@media only screen and (max-width: 1240px) {
  .hello-lapa {
    width: calc((100vw - 901px)/((1240 - 901)/(208 - 178)) + 178px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-lapa {
    width: 178px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-lapa {
    bottom: calc((100vw - 901px)/((1240 - 901)/(-293 - -260)) + -260px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-lapa {
    bottom: -260px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-lapa {
    width: calc((100vw - 320px)/((900 - 320)/(209 - 75)) + 75px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-lapa {
    width: 75px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-lapa {
    left: calc((100vw - 320px)/((900 - 320)/(485 - 172)) + 172px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-lapa {
    left: 172px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-lapa {
    bottom: calc((100vw - 320px)/((900 - 320)/(-300 - -95)) + -95px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-lapa {
    bottom: -95px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-lapa {
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .hello-lapa {
    bottom: 0;
    top: 14%;
  }
}
.hello-lapa img {
  width: 100%;
}
.hello-ring {
  position: absolute;
  font-size: 0;
  transform: translateY(490px);
  transition: transform 1s;
  animation: ring 1.5s ease-in-out 1.5s infinite;
}
@media only screen and (max-width: 900px) {
  .hello-ring {
    transform: translateY(55vw);
  }
}
@media only screen and (max-width: 767px) {
  .hello-ring {
    transform: translateY(120%);
  }
}
.hello-ring img {
  width: 100%;
}
.hello-ring[h-ring='1'] {
  width: 80px;
  bottom: 80px;
  left: 187px;
  z-index: 7;
  transform-origin: 35% 0;
}
@media only screen and (max-width: 1240px) {
  .hello-ring[h-ring='1'] {
    width: calc((100vw - 901px)/((1240 - 901)/(80 - 63)) + 63px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-ring[h-ring='1'] {
    width: 63px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-ring[h-ring='1'] {
    bottom: calc((100vw - 901px)/((1240 - 901)/(80 - 67)) + 67px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-ring[h-ring='1'] {
    bottom: 67px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-ring[h-ring='1'] {
    left: calc((100vw - 901px)/((1240 - 901)/(187 - 173)) + 173px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-ring[h-ring='1'] {
    left: 173px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-ring[h-ring='1'] {
    width: calc((100vw - 320px)/((900 - 320)/(73 - 26)) + 26px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-ring[h-ring='1'] {
    width: 26px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-ring[h-ring='1'] {
    bottom: calc((100vw - 320px)/((900 - 320)/(87 - 43)) + 43px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-ring[h-ring='1'] {
    bottom: 43px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-ring[h-ring='1'] {
    left: calc((100vw - 320px)/((900 - 320)/(617 - 220)) + 220px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-ring[h-ring='1'] {
    left: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-ring[h-ring='1'] {
    bottom: 0;
    top: 31%;
  }
}
.hello-ring[h-ring='2'] {
  width: 55px;
  bottom: 92px;
  left: 213px;
  z-index: 1;
  transform-origin: 7% 0;
}
@media only screen and (max-width: 1240px) {
  .hello-ring[h-ring='2'] {
    width: calc((100vw - 901px)/((1240 - 901)/(55 - 42)) + 42px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-ring[h-ring='2'] {
    width: 42px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-ring[h-ring='2'] {
    bottom: calc((100vw - 901px)/((1240 - 901)/(92 - 77)) + 77px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-ring[h-ring='2'] {
    bottom: 77px;
  }
}
@media only screen and (max-width: 1240px) {
  .hello-ring[h-ring='2'] {
    left: calc((100vw - 901px)/((1240 - 901)/(213 - 196)) + 196px);
  }
}
@media only screen and (max-width: 901px) {
  .hello-ring[h-ring='2'] {
    left: 196px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-ring[h-ring='2'] {
    width: calc((100vw - 320px)/((900 - 320)/(49 - 18)) + 18px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-ring[h-ring='2'] {
    width: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-ring[h-ring='2'] {
    bottom: calc((100vw - 320px)/((900 - 320)/(98 - 47)) + 47px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-ring[h-ring='2'] {
    bottom: 47px;
  }
}
@media only screen and (max-width: 900px) {
  .hello-ring[h-ring='2'] {
    left: calc((100vw - 320px)/((900 - 320)/(642 - 228)) + 228px);
  }
}
@media only screen and (max-width: 320px) {
  .hello-ring[h-ring='2'] {
    left: 228px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-ring[h-ring='2'] {
    bottom: 0;
    top: 32%;
  }
}
@keyframes ring {
  0%,
  100% {
    transform: rotate(0px);
  }
  50% {
    transform: rotate(-20grad);
  }
}
.autorization-page .content-page {
  flex-direction: row;
  margin-bottom: 64px;
  flex: 1;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .autorization-page .content-page {
    flex-direction: column-reverse;
  }
}
.aut-circle {
  position: absolute;
  background: #F2C802;
  border-radius: 200px;
}
.aut-circle[a-circ='1'] {
  width: 128px;
  height: 128px;
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='1'] {
    width: calc((100vw - 320px)/((546 - 320)/(85 - 40)) + 40px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='1'] {
    width: 40px;
  }
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='1'] {
    height: calc((100vw - 320px)/((546 - 320)/(85 - 40)) + 40px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='1'] {
    height: 40px;
  }
}
.aut-circle[a-circ='2'] {
  width: 83px;
  height: 83px;
  left: 1872px;
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='2'] {
    width: calc((100vw - 320px)/((546 - 320)/(85 - 23)) + 23px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='2'] {
    width: 23px;
  }
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='2'] {
    height: calc((100vw - 320px)/((546 - 320)/(85 - 23)) + 23px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='2'] {
    height: 23px;
  }
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='2'] {
    left: calc((100vw - 320px)/((546 - 320)/(1721 - 583)) + 583px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='2'] {
    left: 583px;
  }
}
.aut-circle[a-circ='3'] {
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 4130px;
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='3'] {
    width: calc((100vw - 320px)/((546 - 320)/(85 - 40)) + 40px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='3'] {
    width: 40px;
  }
}
@media only screen and (max-width: 546px) {
  .aut-circle[a-circ='3'] {
    height: calc((100vw - 320px)/((546 - 320)/(85 - 40)) + 40px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-circle[a-circ='3'] {
    height: 40px;
  }
}
.aut-bg {
  position: absolute;
  z-index: 1;
  left: 148px;
  width: 4212px;
  font-size: 0;
  transition: left 1s ease-in-out;
}
@media only screen and (max-width: 546px) {
  .aut-bg {
    width: calc((100vw - 320px)/((546 - 320)/(4212 - 1277)) + 1277px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-bg {
    width: 1277px;
  }
}
@media only screen and (max-width: 546px) {
  .aut-bg {
    left: calc((100vw - 320px)/((546 - 320)/(148 - 0)) + 0px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-bg {
    left: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .aut-bg {
    top: 0;
  }
}
.aut-bg[a-bg-step='2'] {
  left: -1326px;
}
@media only screen and (max-width: 546px) {
  .aut-bg[a-bg-step='2'] {
    left: calc((100vw - 320px)/((546 - 320)/(-1326 - -490)) + -490px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-bg[a-bg-step='2'] {
    left: -490px;
  }
}
.aut-bg[a-bg-step='3'] {
  left: -2872px;
}
@media only screen and (max-width: 546px) {
  .aut-bg[a-bg-step='3'] {
    left: calc((100vw - 320px)/((546 - 320)/(-2872 - -960)) + -960px);
  }
}
@media only screen and (max-width: 320px) {
  .aut-bg[a-bg-step='3'] {
    left: -960px;
  }
}
.aut-bg-img {
  width: 100%;
}
.aut-bg-img img {
  width: 100%;
}
.aut-img {
  max-width: 400px;
  font-size: 0;
  margin-left: auto;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .aut-img {
    margin-right: auto;
    width: 70%;
  }
}
.aut-img img {
  width: 100%;
}
.aut-content {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .aut-content {
    margin-top: 57px;
  }
  .aut-content .lk-name {
    justify-content: center;
  }
}
.aut-cont {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .aut-cont {
    margin-top: 28px;
  }
}
.aut-sect {
  max-width: 560px;
  display: none;
}
.aut-sect.vis {
  display: block;
}
.aut-sect-cont {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
.aut-sect .user-cont .aut-inp {
  margin-top: 18px;
}
.aut-step {
  margin-top: 18px;
}
.aut-step-txt {
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  line-height: 133%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-variant: all-small-caps;
  color: #000;
  opacity: 0.2;
}
@media only screen and (max-width: 546px) {
  .aut-step-txt {
    font-size: 16px;
    line-height: 133%;
  }
}
.aut-err .inp,
.aut-err .inp-plh-txt {
  color: #F3420A;
}
.aut-err .inp-btn {
  background: #F3420A;
  cursor: pointer;
  transition: background 0.2s;
}
.aut-err .inp-btn:hover {
  background: #df48ff;
}
.aut-err .user-txt:first-child {
  opacity: 0;
}
.aut-err .user-txt[err-txt] {
  opacity: 1;
}
@media only screen and (max-width: 546px) {
  [a-step="3"] .btn-txt {
    font-size: 12px !important;
  }
}
.sitemap {
  background: #fff !important;
}
.sitemap-title {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
}
.sitemap-title span:nth-child(1) {
  font-family: 'Tahoma';
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
}
.sitemap-title span:nth-child(2) {
  font-family: 'Tahoma';
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.sitemap-addr {
  color: red;
}
.sitemap-blk {
  -webkit-box-flex: 0;
  display: flex;
  padding: 20px;
}
.sitemap-col {
  -webkit-box-flex: 0;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.sitemap-c:not(:first-child) {
  margin-left: 20px;
}
.sitemap-link {
  font-family: 'Tahoma';
  font-size: 16px;
  color: #000;
  transition: color 0.2s;
}
.sitemap-link:hover {
  color: green;
}
.sitemap-link:not(:first-child) {
  margin-top: 10px;
}
.page-old {
  text-decoration: line-through;
}
.container {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1240px) {
  .container {
    width: calc(100% - 40px);
  }
}
.inp {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
}
.desk767 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desk767 {
    display: none;
  }
}
.mob767 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mob767 {
    display: block;
  }
}
.desk {
  display: block;
}
@media only screen and (max-width: 900px) {
  .desk {
    display: none;
  }
}
.mob {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mob {
    display: block;
  }
}

