/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: "Roboto", sans-serif;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
p {
  color: #000;
}
a:hover,
a :focus {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
.d-none {
  display: none !important;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
} /*
______________________ General ______________________ */
.title {
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  font-size: 48px;
  line-height: 44px;
  color: #000000;
}
.text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.link {
  cursor: pointer;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #0000ff;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
} /*
______________________ layout-0 ______________________ */
.l0 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l0-head {
  text-align: center;
  margin-bottom: 60px;
}
.l0-instruction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.l0-instruction-item {
  position: relative;
  padding: 60px 20px;
  margin-right: 30px;
  width: 100%;
  max-width: 370px;
  border-radius: 16px;
}
.l0-instruction-item:last-child {
  margin-right: 0;
}
.l0-instruction-item:last-child::after {
  display: none;
}
.l0-instruction-item:last-child::before {
  display: none;
}
.l0-instruction-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: #000000;
  z-index: 5;
}
.l0-instruction-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -74px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 3px 0 3px 8px;
  border-color: transparent transparent transparent #000000;
  z-index: 5;
}
.l0-instruction-item--1 {
  background: #fef7bf;
}
.l0-instruction-item--2 {
  background: #dbeab9;
}
.l0-instruction-item--3 {
  background: #c4e8f8;
}
.l0-instruction-item__number {
  margin-bottom: 20px;
  font-family: "Bebas Neue", cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 74px;
  text-align: center;
  color: #000000;
}
.l0-instruction-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.l0-footer {
  text-align: center;
}
.l0-footer__title {
  margin-bottom: 20px;
} /*
______________________ layout-1 ______________________ */
.l1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l1-head {
  margin-bottom: 70px;
}
.l1-head__title {
  font-size: 32px;
  line-height: 36px;
}
.l1-left {
  padding-right: 100px;
  margin-right: 100px;
  border-right: 1px solid #000;
}
.l1-instruction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l1-instruction-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.l1-instruction-item:last-child {
  margin-bottom: 0;
}
.l1-instruction-item:last-child::after {
  display: none;
}
.l1-instruction-item:last-child::before {
  display: none;
}
.l1-instruction-item::after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -70px;
  width: 2px;
  height: 40px;
  background: #000000;
  z-index: 5;
}
.l1-instruction-item::before {
  content: "";
  position: absolute;
  left: 33px;
  bottom: -74px;
  border-style: solid;
  border-width: 8px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
  z-index: 5;
}
.l1-instruction-item__number {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding: 16px;
  background-color: #000000;
  border-radius: 50%;
  font-family: "Bebas Neue", cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.l1-instruction-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.l1-right__title {
  margin-bottom: 20px;
} /* ______________________ layout-2
______________________ */
.l2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l2-head {
  text-align: center;
  margin-bottom: 70px;
}
.l2-head__title {
  font-size: 36px;
  line-height: 36px;
}
.l2-instruction {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 120px;
}
.l2-instruction::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 820px;
  height: 2px;
  background: #000000;
  z-index: -1;
}
.l2-instruction-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 30px;
  padding: 0 15px;
}
.l2-instruction-item:last-child {
  margin-right: 0;
}
.l2-instruction-item__number {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  padding: 16px;
  background-color: #000000;
  border-radius: 50%;
  font-family: "Bebas Neue", cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.l2-instruction-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.l2-footer {
  text-align: center;
}
.l2-footer__title {
  margin-bottom: 20px;
} /* ______________________ layout-3 ______________________
*/
.l3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l3-head {
  text-align: center;
  margin-bottom: 110px;
}
.l3-head__title {
  margin-bottom: 20px;
}
.l3-info {
  text-align: center;
  margin-bottom: 70px;
}
.l3-info__title {
  font-size: 36px;
  line-height: 36px;
}
.l3-instruction {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 120px;
}
.l3-instruction::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 820px;
  height: 2px;
  background: #000000;
  z-index: -1;
}
.l3-instruction-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 30px;
  padding: 0 15px;
}
.l3-instruction-item--active .l3-instruction-item__number {
  opacity: 1;
}
.l3-instruction-item--active .l3-instruction-item__text {
  opacity: 1;
}
.l3-instruction-item:last-child {
  margin-right: 0;
}
.l3-instruction-item__number {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  padding: 16px;
  background-color: #000000;
  border-radius: 50%;
  font-family: "Bebas Neue", cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.l3-instruction-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
} /* ______________________ layout-4
______________________ */
.l4 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l4-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/front_img/3rdparty/woman_customer.html");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l4-head {
  text-align: center;
  margin-bottom: 70px;
}
.l4-head__title {
  font-size: 36px;
  line-height: 36px;
}
.l4-instruction {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 120px;
}
.l4-instruction-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 30px;
}
.l4-instruction-item:last-child {
  margin-right: 0;
}
.l4-instruction-item:last-child::after {
  display: none;
}
.l4-instruction-item::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  transform: translateX(100%);
  width: 230px;
  height: 2px;
  background: #000000;
  z-index: -1;
}
.l4-instruction-item__number {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  padding: 16px;
  background-color: #000000;
  border-radius: 50%;
  font-family: "Bebas Neue", cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.l4-instruction-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.l4-footer {
  text-align: center;
}
.l4-footer__title {
  margin-bottom: 20px;
} /* ______________________ layout-5
______________________ */
.l5-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
.l5-head {
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.l5-head__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}
.l5-head__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.l5-instruction {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: space-around;
  padding-bottom: 34px;
  margin-bottom: 60px;
}
.l5-instruction-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l5-instruction-item__number {
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  padding: 6px 12px;
  background: #c2deff;
  border-radius: 8px;
  margin-top: -5px;
  margin-bottom: 30px;
}
.l5-instruction-item--1 img {
  margin-bottom: 36px;
}
.l5-instruction-item__img {
  margin-bottom: 25px;
}
.l5-instruction-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}
.l5-instruction-item__subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.l5-instruction-item__text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.l5-footer {
  color: #000;
  text-align: center;
}
.l5-footer__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 8px;
}
.l5-footer__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.l5-footer__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l5-footer__icon {
  width: 42px;
}
.l5-footer__text {
  margin-left: 20px;
} /*
______________________ layout-6 ______________________ */
.container.l6 {
  max-width: 970px;
  min-height: 100%;
}
.l6-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.l6-content-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: blur(100px);
  z-index: -1;
}
.l6-content-background:before {
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 65%;
  width: 44%;
  height: 50%;
  background: #7575fa;
  opacity: 0.7;
  border-radius: 50%;
  z-index: -1;
}
.l6-content-background:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(145deg) translateY(-50%);
  top: -25%;
  left: 30%;
  width: 44%;
  height: 50%;
  background: #fbcffe;
  opacity: 0.5;
  border-radius: 50%;
}
.l6-header {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.0578);
  box-shadow: 0px 24px 64px rgba(20, 25, 73, 0.18);
  padding: 9px 0;
  color: #000;
}
.l6-header .container.l6 {
  display: flex;
  align-items: center;
}
.l6-header h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #28333e;
  position: relative;
  padding: 0 30px 0 0;
}
.l6-header h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #28333e;
  width: 1px;
  height: 20px;
  right: 15px;
  top: -2px;
}
.l6-header h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #28333e;
}
.l6-content {
  width: 100%;
  height: 100%;
  margin: 90px 0 0 0;
}
.l6-content .container.l6 {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.l6-content__left-side {
  max-width: 400px;
  width: 100%;
}
.l6-content__left-side h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #28333e;
  margin: 0 0 16px 0;
}
.l6-content__left-side p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #28333e;
  margin: 0 0 72px 0;
}
.l6-content__left-side p button {
  font-family: "Inter", sans-serif;
  color: #3683f7;
}
.l6-content__right-side {
  max-width: 470px;
  width: 100%;
  position: relative;
}
.l6-content__left-side__img-wrapper {
  position: absolute;
}
.l6-content-computer {
  position: absolute;
  top: 6px;
  left: 6px;
  max-width: 97%;
}
.l6-content__right-side h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #28333e;
  margin: 0 0 32px 0;
}
.l6-content__right-side ul {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #28333e;
  margin: 0 0 32px 0;
}
.l6-content__right-side li {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 16px 48px rgba(20, 25, 73, 0.12);
  border-radius: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px 0;
}
.l6-content__right-side span {
  width: 64px;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.l6-content__right-side img {
  position: absolute;
  left: -65px;
} /* ______________________ layout-7
______________________ */
.l7 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "DM Sans", sans-serif;
}
.l7-header {
  text-align: center;
  margin-bottom: 45px;
}
.l7-header__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #232333;
}
.l7-header__text {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #232333;
}
.l7-header__link {
  color: #008dff;
}
.l7-instruction-head {
  text-align: center;
  margin-bottom: 25px;
}
.l7-instruction-head__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #232333;
}
.l7-instruction {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.l7-instruction::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 820px;
  height: 2px;
  background: #000000;
  z-index: -1;
}
.l7-instruction-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 30px;
  padding: 0 15px;
}
.l7-instruction-item:last-child {
  margin-right: 0;
}
.l7-instruction-item__number {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  padding: 13px;
  background-color: #000000;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.l7-instruction-item__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #222222;
} /*
______________________ layout-8 ______________________ */
.l8 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "DM Sans", sans-serif;
}
.l8-header {
  text-align: center;
  margin-bottom: 45px;
}
.l8-header__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #232333;
}
.l8-header__text {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #232333;
}
.l8-header__link {
  color: #008dff;
}
.l8-instruction-head {
  text-align: center;
  margin-bottom: 25px;
}
.l8-instruction-head__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #232333;
}
.l8-instruction {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.l8-instruction-item {
  background-color: transparent;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 30px;
  padding: 0 15px;
}
.l8-instruction-item:last-child {
  margin-right: 0;
}
.l8-instruction-item__number {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  padding: 13px;
  background-color: #000000;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.l8-instruction-item__number-active {
  box-shadow: 0 0 0 12px rgba(0, 162, 221, 0.2);
}
.l8-instruction-item__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}
.l8-instruction-item__wrapper {
  width: 330px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 217, 217, 0.15);
  border-radius: 15px;
}
.l8-instruction-item--2:before,
.l8-instruction-item--3:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0 1px 1px 0;
  padding: 1px;
  left: 32px;
  top: 19%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.l8-instruction-item--2:after,
.l8-instruction-item--3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 230px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 20%;
  transform: translateX(-85%);
} /* ______________________ layout-9 ______________________ */
body.l9-body {
  background-color: rgba(241, 241, 241, 0.7);
}
.l9 {
  font-family: "DM Sans", sans-serif;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 50px 0;
}
.l9-header {
  margin-bottom: 47px;
  padding: 24px 40px;
}
.l9-body--telegram .l9-header {
  background-color: rgba(0, 163, 221, 0.9);
}
.l9-body--whatsapp .l9-header {
  background-color: rgba(37, 211, 102, 0.9);
}
.l9-content--text {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #232333;
}
.l9-content--text.link {
  color: #00a3dd;
}
.l9-header__text {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
}
.l9-instruction {
  margin: 50px 0 0 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.l9-instruction-item {
  background-color: transparent;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-bottom: 47px;
  padding: 0 15px;
}
.l9-instruction-item:last-child {
  margin-right: 0;
}
.l9-instruction-item__number {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  padding: 13px;
  background-color: #000000;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.l9-body--telegram .l9-instruction-item__number-active {
  box-shadow: 0 0 0 12px rgba(0, 162, 221, 0.2);
}
.l9-body--whatsapp .l9-instruction-item__number-active {
  box-shadow: 0 0 0 12px rgba(37, 211, 102, 0.2);
}
.l9-instruction-item__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}
.l9-instruction-item__wrapper {
  padding: 68px 45px 0;
  width: 330px;
  height: 490px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(217, 217, 217, 0.15);
  border-radius: 15px;
}
.l9-instruction-item__wrapper img {
  margin: auto 0;
}
.l9-instruction-item--3 {
  margin-bottom: 27px;
}
.l9-instruction-item__custom-img {
  width: 300px;
  height: 195px;
  margin: auto 0;
}
.l9-instruction-item__custom-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l9-body--telegram .l9-instruction-item__custom-img {
  background-image: url("../images/front_img/3rdparty/image_tutorial_step_3_telegram.html");
}
.l9-body--whatsapp .l9-instruction-item__custom-img {
  background-image: url("../images/front_img/3rdparty/image_tutorial_step_3_whatsapp.html");
}
.l9-instruction-item--2:before,
.l9-instruction-item--3:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0 1px 1px 0;
  padding: 1px;
  left: 32px;
  top: 19%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.l9-instruction-item--2:after,
.l9-instruction-item--3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 230px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 20%;
  transform: translateX(-85%);
}
.donot_close_message {
  font-size: 3em;
  margin: 80px auto;
  text-align: center;
  font-family: "Roboto", arial, sans-serif;
  line-height: 1.25em;
}
.donot_close_message_text_red {
  color: #fff;
  background-color: red;
}
/* ______________________ layout-10 ______________________ */
.l10 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.container.l10 {
  margin: 0 auto auto;
}
.l10-head {
  text-align: center;
  margin-bottom: 3vh;
}
.l10-head__title {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
}
.l10-head__text {
  font-size: 18px;
  line-height: 27px;
}
.l10-info {
  text-align: center;
  margin-bottom: 70px;
}
.l10-info__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 120px;
}
.l10-head__link {
  font-size: 18px;
}
.l10-instruction {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 120px;
}
.l10-instruction-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 30px;
  padding: 0 15px;
}
.l10-instruction-item--active .l10-instruction-item__number {
  opacity: 1;
}
.l10-instruction-item--active .l10-instruction-item__text {
  opacity: 1;
}
.l10-instruction-item:last-child {
  margin-right: 0;
}
.l10-instruction-item__number {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-color: #000000;
  border-radius: 50%;
  font-family: "Bebas Neue", cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.l10-instruction-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
} /*
______________________ layout-11 ______________________ */
.l11 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.container.l11 {
  margin: 0 auto auto;
}
.l11-head {
  text-align: center;
  margin-bottom: 80px;
}
.l11-head__title {
  margin-bottom: 20px;
  color: #111111;
  font-weight: 500;
  font-size: 48px;
  line-height: 44px;
  text-transform: uppercase;
}
.l11-head__text {
  font-size: 18px;
  line-height: 27px;
}
.l11-instruction-head {
  text-align: center;
  margin-bottom: 30px;
}
.l11-instruction-head__title {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  color: #111111;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.l11-instruction {
  position: relative;
  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;
  margin-bottom: 80px;
}
.l11-instruction-item {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  position: relative;
  padding: 0 15px;
}
.l11-instruction-item__number {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  padding: 13px;
  background-color: #00031d;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}
.l11-instruction-item__number-active {
  -webkit-box-shadow: 0 0 0 12px #00a3dd33;
  box-shadow: 0 0 0 12px #00a3dd33;
}
.l11-instruction-item__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}
.l11-instruction-item__wrapper {
  min-width: 110px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d926;
  border-radius: 15px;
}
.l11-instruction-item--2:before,
.l11-instruction-item--3:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: solid #00000080;
  border-width: 0 1px 1px 0;
  padding: 1px;
  left: 13px;
  top: 19%;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.l11-instruction-item--2:after,
.l11-instruction-item--3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #00000080;
  left: 0;
  top: 20%;
  -webkit-transform: translateX(-85%);
  -ms-transform: translateX(-85%);
  transform: translateX(-85%);
}
.l11-about {
  max-width: 870px;
  text-align: left;
  margin: 0 auto;
}
.l11-about-header {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}
.l11-about-list {
  padding-left: 18px;
}
.l11-about-list-item {
  margin-bottom: 15px;
}
.l11-about-list-item__image {
  margin-bottom: -2px;
}
.l11-about-list-item__text {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .l11-instruction-item__wrapper {
    min-width: 220px;
    min-height: 160px;
  }
}
@media (min-width: 1024px) {
  .l11-instruction-item__wrapper {
    min-width: 300px;
    min-height: 240px;
  }
  .l11-instruction-item--2:before,
  .l11-instruction-item--3:before {
    left: 25px;
  }
  .l11-instruction-item--2:after,
  .l11-instruction-item--3:after {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .l11-instruction-item__wrapper {
    min-width: 330px;
  }
  .l11-instruction-item--2:before,
  .l11-instruction-item--3:before {
    left: 32px;
  }
  .l11-instruction-item--2:after,
  .l11-instruction-item--3:after {
    width: 230px;
  }
} /* ______________________ layout-12 ______________________ */
.container.l12 {
  max-width: 1330px;
  margin: 0 auto auto;
}
.l12 {
  padding-top: 100px;
  padding-bottom: 170px;
}
.l12-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.l12-head__logo {
  width: 60px;
  height: 60px;
}
.l12-head__title {
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.1px;
}
.l12-head__text,
.l12-head__link {
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.l12-head__link {
  color: #3683f7;
  text-decoration: underline;
}
.l12-instruction {
  margin-bottom: 60px;
}
.l12-instruction__wrapper {
  display: flex;
  gap: 24px;
}
.l12-instruction__item {
  flex: 0 1 416px;
  border-radius: 10px;
  border: 1px solid #c4dcff;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.l12-instruction__item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 20px 20px 20px;
}
.l12-instruction__item-step {
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.l12-instruction__item-subtitle {
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.l12-instruction__item-text {
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.l12-instruction__item-link {
  color: #3683f7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}
.l12-instruction__item--1 .l12-instruction__item-image {
  height: 162px;
}
.l12-instruction__item--2 .l12-instruction__item-image,
.l12-instruction__item--3 .l12-instruction__item-image {
  height: 196px;
}
.l12-instruction__item-image img {
  height: 100%;
}
.l12-about__text {
  color: #74808b;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.l12-popup-wrapper {
  position: absolute;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.l12-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 600px;
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  border: 1px solid #c4dcff;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.l12-popup__title {
  margin-bottom: 10px;
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.1px;
  text-align: center;
}
.l12-popup__text {
  color: #28333e;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.l12-popup__text span {
  color: #3683f7;
}
.l12-popup__img {
  display: flex;
  justify-content: center;
  height: 116px;
  margin-bottom: 20px;
}
.l12-popup__img-item {
  height: 100%;
  border-radius: 10px;
}
.l12-popup__footer {
  text-align: center;
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.l12-popup__footer .l12-head__link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.animated-arrow {
  position: absolute;
  top: 32px;
  right: 48px;
  z-index: 999;
  max-width: 320px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #3683f7;
  background: #fff;
  animation: animateExe 1.2s ease-in-out 1.2s infinite alternate;
}
.animated-arrow-triangle {
  position: absolute;
  top: -14px;
  right: 30px;
  z-index: 555;
}
.animated-arrow__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.animated-arrow__text {
  width: 214px;
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.animated-arrow__text span {
  color: #3683f7;
}
.animated-arrow__bottom {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 9px 14px 5px 14px;
}
.animated-arrow__bottom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.animated-arrow__bottom-text {
  color: #3d4852;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.animated-arrow__bottom-icons {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.animated-arrow__icon {
  display: inline-block;
  height: 14px;
}
.animated-arrow__icon.animated-arrow__icon--3 {
  transform: translateY(-6px);
}
.animated-arrow__bottom-head {
  margin-bottom: 15px;
}
.animated-arrow__bottom-main {
  border-radius: 4px;
  border: 1px solid #3683f7;
  box-shadow: 4px 4px 4px 0px rgba(54, 131, 247, 0.2);
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 3px;
}
.animated-arrow__bottom-logo {
  width: 40px;
  height: 40px;
}
.animated-arrow__bottom-file {
  color: #28333e;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.animated-arrow__bottom-open,
.animated-arrow__bottom-more {
  color: #3683f7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}
@media (max-width: 1545px) {
  .l12-head__title {
    max-width: 420px;
    text-align: center;
  }
}
@media (max-width: 1175px) {
  .animated-arrow {
    max-width: 270px;
  }
  .l12 {
    padding-top: 20px;
  }
  .l12-head {
    margin-bottom: 40px;
  }
} /* ______________________ Arrow
______________________ */
.arrow {
  position: absolute;
  z-index: 999;
}
.arrow--0 {
  width: 185px;
}
.arrow--1 {
  width: 350px;
}
.arrow--2 {
  width: 120px;
}
.arrow--down {
  position: absolute;
  left: 35px;
  bottom: 0px;
  animation: animateArrowDown1 5s ease-in-out,
    animateArrowDown2 5s 5s ease-in-out infinite;
}
.arrow--up {
  top: 50px;
  right: 50px;
  animation: animateArrowUp1 5s ease-in-out,
    animateArrowUp2 5s 5s ease-in-out infinite;
}
.arrow.arrow--exe {
  display: none;
  top: 0;
  animation: animateExe 1.2s ease-in-out 1.2s infinite alternate;
}
.arrow--none {
  display: none;
}
@keyframes animateExe {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}
/*Chrome, Opera*/
@keyframes animateArrowDown1 {
  0% {
    transform: translate3d(0, -300px, 0);
    opacity: 0;
  }
  33% {
    transform: translate3d(0, -10px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(0, -50px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
@keyframes animateArrowDown2 {
  0% {
    transform: translate3d(0, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, -50px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -10px, 0);
    opacity: 1;
  }
} /*Chrome, Opera*/ /*Firefox, Edge*/
@keyframes animateArrowUp1 {
  0% {
    transform: translate3d(0, 300px, 0);
    opacity: 0;
  }
  33% {
    transform: translate3d(0, 10px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(0, 60px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 10px, 0);
    opacity: 1;
  }
}
@keyframes animateArrowUp2 {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 80px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 10px, 0);
    opacity: 1;
  }
} /*Firefox, Edge*/
