@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 135px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .header {
    padding: 20px 40px;
  }
}
@media all and (max-width: 767px) {
  .header {
    background-color: #121212;
    padding: 13px 15px;
  }
}
@media all and (max-width: 767px) {
  .header .logo-img {
    display: none;
  }
}
.header .logo-img_mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .header .logo-img_mobile {
    display: block;
  }
}
.header .telegram-logo {
  display: flex;
  align-items: center;
  width: 200px;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 71, 0.06), 0 4px 4px 0 rgba(50, 50, 71, 0.08);
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .header .telegram-logo {
    width: unset;
    height: unset;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: -0.5px;
    color: #f3f3f3;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}
.header .telegram-logo img {
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .header .telegram-logo img {
    width: 24px;
    height: 24px;
  }
}

.footer {
  padding-inline: 10px;
  padding-block: 32px 20px;
  background-color: #F5F5F7;
}
.footer .primary {
  display: flex;
  flex-direction: column-reverse;
}
.footer .primary .copyright p {
  margin-block: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.footer .primary .social {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DADADA;
}
.footer .primary .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 35px;
  list-style: none;
}
.footer .primary .social ul a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer .primary .social p {
  margin-block: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.footer .secondary .resident {
  margin-block-end: 20px;
}
.footer .secondary .links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.footer .secondary .links li {
  padding-block: 16px;
  border-top: 1px solid #B6B6B6;
}
.footer .secondary .links li:last-child {
  border-bottom: 1px solid #B6B6B6;
}
.footer .secondary .links a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 960px) {
  .footer {
    padding-inline: 30px;
  }
  .footer .primary {
    padding-block-end: 20px;
    margin-block-end: 20px;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
  }
  .footer .primary .copyright {
    max-width: 460px;
  }
  .footer .primary .copyright p {
    margin-top: 0;
  }
  .footer .primary .copyright p:last-child {
    margin-bottom: 0;
  }
  .footer .primary .social {
    max-width: 400px;
    align-self: stretch;
    justify-content: space-between;
    border-bottom: none;
  }
  .footer .primary .social ul {
    justify-content: flex-end;
    gap: 50px;
  }
  .footer .primary .social ul a {
    font-size: 20px;
    line-height: 30px;
  }
  .footer .primary .social p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }
  .footer .secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .secondary .resident {
    margin-block-end: 0;
  }
  .footer .secondary .links {
    flex-direction: row;
    align-items: center;
  }
  .footer .secondary .links li {
    padding-block: 0;
    padding-inline: 10px;
    border-top: none;
  }
  .footer .secondary .links li:first-child {
    border-right: 1px solid #B6B6B6;
  }
  .footer .secondary .links li:last-child {
    padding-inline-end: 0;
    border-bottom: none;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding-inline: 60px;
  }
  .footer .primary .copyright {
    max-width: 660px;
  }
  .footer .primary .social {
    max-width: 460px;
  }
}

.loading {
  display: none;
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading.show {
  display: block;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.financial-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 140px);
  color: #333333;
}
@media all and (max-width: 767px) {
  .financial-vertical {
    min-height: unset;
    justify-content: flex-start;
    padding: 40px 15px 16px;
    align-items: flex-start;
    background: none;
  }
  .financial-vertical .additional-text br {
    display: none;
  }
}
.financial-vertical .images {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .financial-vertical .images {
    display: flex;
  }
}
.financial-vertical .images .high-conversion-mobile {
  text-transform: uppercase;
  font-size: 41px;
  line-height: 41px;
  font-weight: 700;
  color: #f6f6f9;
  text-align: right;
}
@media all and (max-width: 320px) {
  .financial-vertical .images .high-conversion-mobile {
    font-size: 37px;
    line-height: 37px;
  }
}
.financial-vertical .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.61px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 135px;
}
@media all and (max-width: 991px) {
  .financial-vertical .title {
    font-size: 40px;
    line-height: 48.84px;
    margin-bottom: 50px;
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .financial-vertical .title {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
    padding: 0;
  }
}
.financial-vertical .title #reputation {
  cursor: pointer;
  border-bottom: 7px solid #FFCC00;
}
.financial-vertical .title #reputation:hover {
  border-bottom: none;
}
.financial-vertical .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.financial-vertical .content-block .buttons {
  display: flex;
  align-items: center;
  margin-bottom: 158px;
}
@media all and (max-width: 991px) {
  .financial-vertical .content-block .buttons {
    margin-bottom: 112px;
  }
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .buttons {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.financial-vertical .content-block .buttons button {
  min-width: 240px;
}
.financial-vertical .content-block .buttons button:not(:last-child) {
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .buttons button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .buttons button {
    width: 100%;
    min-width: 100%;
  }
}
.financial-vertical .content-block .buttons button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.financial-vertical .content-block .buttons .connect {
  background-color: #ffcc00;
  border: none;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .buttons .find-offer {
    display: none;
  }
}
.financial-vertical .content-block .additional-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  padding: 0 135px;
}
@media all and (max-width: 991px) {
  .financial-vertical .content-block .additional-text-block {
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .additional-text-block {
    align-items: flex-start;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 40px;
    padding: 0;
  }
  .financial-vertical .content-block .additional-text-block .square {
    margin-top: 5px;
  }
}
.financial-vertical .content-block .additional-text-block.center {
  justify-content: center;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .additional-text-block.center {
    justify-content: flex-start;
  }
}
.financial-vertical .content-block .additional-text-block .additional-text {
  display: flex;
  flex-direction: column;
  min-width: 33%;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .additional-text-block .additional-text {
    flex-direction: row;
  }
  .financial-vertical .content-block .additional-text-block .additional-text:not(:last-child) {
    margin-bottom: 15px;
  }
}
.financial-vertical .content-block .additional-text-block .additional-text .protect {
  font-weight: 600;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .additional-text-block .additional-text .protect {
    margin-right: 4px;
    font-weight: 400;
    line-height: 20px;
  }
}
.financial-vertical .content-block .additional-text-block .additional-text .secondary-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .financial-vertical .content-block .additional-text-block .additional-text .secondary-text {
    font-size: 14px;
  }
}

.flag {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/img/flags.jpg") no-repeat;
}

.flag.flag-ad {
  background-position: -32px 0;
}

.flag.flag-ae {
  background-position: -64px 0;
}

.flag.flag-af {
  background-position: -96px 0;
}

.flag.flag-ag {
  background-position: -128px 0;
}

.flag.flag-ai {
  background-position: -160px 0;
}

.flag.flag-al {
  background-position: -192px 0;
}

.flag.flag-am {
  background-position: -224px 0;
}

.flag.flag-an {
  background-position: -256px 0;
}

.flag.flag-ao {
  background-position: -288px 0;
}

.flag.flag-ar {
  background-position: -320px 0;
}

.flag.flag-as {
  background-position: -352px 0;
}

.flag.flag-at {
  background-position: -384px 0;
}

.flag.flag-au {
  background-position: -416px 0;
}

.flag.flag-aw {
  background-position: -448px 0;
}

.flag.flag-ax {
  background-position: -480px 0;
}

.flag.flag-az {
  background-position: 0 -32px;
}

.flag.flag-ba {
  background-position: -32px -32px;
}

.flag.flag-bb {
  background-position: -64px -32px;
}

.flag.flag-bd {
  background-position: -96px -32px;
}

.flag.flag-be {
  background-position: -128px -32px;
}

.flag.flag-bf {
  background-position: -160px -32px;
}

.flag.flag-bg {
  background-position: -192px -32px;
}

.flag.flag-bh {
  background-position: -224px -32px;
}

.flag.flag-bi {
  background-position: -256px -32px;
}

.flag.flag-bj {
  background-position: -288px -32px;
}

.flag.flag-bl {
  background-position: -320px -32px;
}

.flag.flag-bm {
  background-position: -352px -32px;
}

.flag.flag-bn {
  background-position: -384px -32px;
}

.flag.flag-bo {
  background-position: -416px -32px;
}

.flag.flag-br {
  background-position: -448px -32px;
}

.flag.flag-bs {
  background-position: -480px -32px;
}

.flag.flag-bt {
  background-position: 0 -64px;
}

.flag.flag-bw {
  background-position: -32px -64px;
}

.flag.flag-by {
  background-position: -64px -64px;
}

.flag.flag-bz {
  background-position: -96px -64px;
}

.flag.flag-ca {
  background-position: -128px -64px;
}

.flag.flag-cd {
  background-position: -160px -64px;
}

.flag.flag-cf {
  background-position: -192px -64px;
}

.flag.flag-cg {
  background-position: -224px -64px;
}

.flag.flag-ch {
  background-position: -256px -64px;
}

.flag.flag-ci {
  background-position: -288px -64px;
}

.flag.flag-ck {
  background-position: -320px -64px;
}

.flag.flag-cl {
  background-position: -352px -64px;
}

.flag.flag-cm {
  background-position: -384px -64px;
}

.flag.flag-cn {
  background-position: -416px -64px;
}

.flag.flag-co {
  background-position: -448px -64px;
}

.flag.flag-cr {
  background-position: -480px -64px;
}

.flag.flag-cu {
  background-position: 0 -96px;
}

.flag.flag-cv {
  background-position: -32px -96px;
}

.flag.flag-cw {
  background-position: -64px -96px;
}

.flag.flag-cy {
  background-position: -96px -96px;
}

.flag.flag-cz {
  background-position: -128px -96px;
}

.flag.flag-de {
  background-position: -160px -96px;
}

.flag.flag-dj {
  background-position: -192px -96px;
}

.flag.flag-dk {
  background-position: -224px -96px;
}

.flag.flag-dm {
  background-position: -256px -96px;
}

.flag.flag-do {
  background-position: -288px -96px;
}

.flag.flag-dz {
  background-position: -320px -96px;
}

.flag.flag-ec {
  background-position: -352px -96px;
}

.flag.flag-ee {
  background-position: -384px -96px;
}

.flag.flag-eg {
  background-position: -416px -96px;
}

.flag.flag-eh {
  background-position: -448px -96px;
}

.flag.flag-er {
  background-position: -480px -96px;
}

.flag.flag-es {
  background-position: 0 -128px;
}

.flag.flag-et {
  background-position: -32px -128px;
}

.flag.flag-eu {
  background-position: -64px -128px;
}

.flag.flag-fi {
  background-position: -96px -128px;
}

.flag.flag-fj {
  background-position: -128px -128px;
}

.flag.flag-fk {
  background-position: -160px -128px;
}

.flag.flag-fm {
  background-position: -192px -128px;
}

.flag.flag-fo {
  background-position: -224px -128px;
}

.flag.flag-fr {
  background-position: -256px -128px;
}

.flag.flag-ga {
  background-position: -288px -128px;
}

.flag.flag-gb {
  background-position: -320px -128px;
}

.flag.flag-gd {
  background-position: -352px -128px;
}

.flag.flag-ge {
  background-position: -384px -128px;
}

.flag.flag-gg {
  background-position: -416px -128px;
}

.flag.flag-gh {
  background-position: -448px -128px;
}

.flag.flag-gi {
  background-position: -480px -128px;
}

.flag.flag-gl {
  background-position: 0 -160px;
}

.flag.flag-gm {
  background-position: -32px -160px;
}

.flag.flag-gn {
  background-position: -64px -160px;
}

.flag.flag-gq {
  background-position: -96px -160px;
}

.flag.flag-gr {
  background-position: -128px -160px;
}

.flag.flag-gs {
  background-position: -160px -160px;
}

.flag.flag-gt {
  background-position: -192px -160px;
}

.flag.flag-gu {
  background-position: -224px -160px;
}

.flag.flag-gw {
  background-position: -256px -160px;
}

.flag.flag-gy {
  background-position: -288px -160px;
}

.flag.flag-hk {
  background-position: -320px -160px;
}

.flag.flag-hn {
  background-position: -352px -160px;
}

.flag.flag-hr {
  background-position: -384px -160px;
}

.flag.flag-ht {
  background-position: -416px -160px;
}

.flag.flag-hu {
  background-position: -448px -160px;
}

.flag.flag-ic {
  background-position: -480px -160px;
}

.flag.flag-id {
  background-position: 0 -192px;
}

.flag.flag-ie {
  background-position: -32px -192px;
}

.flag.flag-il {
  background-position: -64px -192px;
}

.flag.flag-im {
  background-position: -96px -192px;
}

.flag.flag-in {
  background-position: -128px -192px;
}

.flag.flag-iq {
  background-position: -160px -192px;
}

.flag.flag-ir {
  background-position: -192px -192px;
}

.flag.flag-is {
  background-position: -224px -192px;
}

.flag.flag-it {
  background-position: -256px -192px;
}

.flag.flag-je {
  background-position: -288px -192px;
}

.flag.flag-jm {
  background-position: -320px -192px;
}

.flag.flag-jo {
  background-position: -352px -192px;
}

.flag.flag-jp {
  background-position: -384px -192px;
}

.flag.flag-ke {
  background-position: -416px -192px;
}

.flag.flag-kg {
  background-position: -448px -192px;
}

.flag.flag-kh {
  background-position: -480px -192px;
}

.flag.flag-ki {
  background-position: 0 -224px;
}

.flag.flag-km {
  background-position: -32px -224px;
}

.flag.flag-kn {
  background-position: -64px -224px;
}

.flag.flag-kp {
  background-position: -96px -224px;
}

.flag.flag-kr {
  background-position: -128px -224px;
}

.flag.flag-kw {
  background-position: -160px -224px;
}

.flag.flag-ky {
  background-position: -192px -224px;
}

.flag.flag-kz {
  background-position: -224px -224px;
}

.flag.flag-la {
  background-position: -256px -224px;
}

.flag.flag-lb {
  background-position: -288px -224px;
}

.flag.flag-lc {
  background-position: -320px -224px;
}

.flag.flag-li {
  background-position: -352px -224px;
}

.flag.flag-lk {
  background-position: -384px -224px;
}

.flag.flag-lr {
  background-position: -416px -224px;
}

.flag.flag-ls {
  background-position: -448px -224px;
}

.flag.flag-lt {
  background-position: -480px -224px;
}

.flag.flag-lu {
  background-position: 0 -256px;
}

.flag.flag-lv {
  background-position: -32px -256px;
}

.flag.flag-ly {
  background-position: -64px -256px;
}

.flag.flag-ma {
  background-position: -96px -256px;
}

.flag.flag-mc {
  background-position: -128px -256px;
}

.flag.flag-md {
  background-position: -160px -256px;
}

.flag.flag-me {
  background-position: -192px -256px;
}

.flag.flag-mf {
  background-position: -224px -256px;
}

.flag.flag-mg {
  background-position: -256px -256px;
}

.flag.flag-mh {
  background-position: -288px -256px;
}

.flag.flag-mk {
  background-position: -320px -256px;
}

.flag.flag-ml {
  background-position: -352px -256px;
}

.flag.flag-mm {
  background-position: -384px -256px;
}

.flag.flag-mn {
  background-position: -416px -256px;
}

.flag.flag-mo {
  background-position: -448px -256px;
}

.flag.flag-mp {
  background-position: -480px -256px;
}

.flag.flag-mq {
  background-position: 0 -288px;
}

.flag.flag-mr {
  background-position: -32px -288px;
}

.flag.flag-ms {
  background-position: -64px -288px;
}

.flag.flag-mt {
  background-position: -96px -288px;
}

.flag.flag-mu {
  background-position: -128px -288px;
}

.flag.flag-mv {
  background-position: -160px -288px;
}

.flag.flag-mw {
  background-position: -192px -288px;
}

.flag.flag-mx {
  background-position: -224px -288px;
}

.flag.flag-my {
  background-position: -256px -288px;
}

.flag.flag-mz {
  background-position: -288px -288px;
}

.flag.flag-na {
  background-position: -320px -288px;
}

.flag.flag-nc {
  background-position: -352px -288px;
}

.flag.flag-ne {
  background-position: -384px -288px;
}

.flag.flag-nf {
  background-position: -416px -288px;
}

.flag.flag-ng {
  background-position: -448px -288px;
}

.flag.flag-ni {
  background-position: -480px -288px;
}

.flag.flag-nl {
  background-position: 0 -320px;
}

.flag.flag-no {
  background-position: -32px -320px;
}

.flag.flag-np {
  background-position: -64px -320px;
}

.flag.flag-nr {
  background-position: -96px -320px;
}

.flag.flag-nu {
  background-position: -128px -320px;
}

.flag.flag-nz {
  background-position: -160px -320px;
}

.flag.flag-om {
  background-position: -192px -320px;
}

.flag.flag-pa {
  background-position: -224px -320px;
}

.flag.flag-pe {
  background-position: -256px -320px;
}

.flag.flag-pf {
  background-position: -288px -320px;
}

.flag.flag-pg {
  background-position: -320px -320px;
}

.flag.flag-ph {
  background-position: -352px -320px;
}

.flag.flag-pk {
  background-position: -384px -320px;
}

.flag.flag-pl {
  background-position: -416px -320px;
}

.flag.flag-pn {
  background-position: -448px -320px;
}

.flag.flag-pr {
  background-position: -480px -320px;
}

.flag.flag-ps {
  background-position: 0 -352px;
}

.flag.flag-pt {
  background-position: -32px -352px;
}

.flag.flag-pw {
  background-position: -64px -352px;
}

.flag.flag-py {
  background-position: -96px -352px;
}

.flag.flag-qa {
  background-position: -128px -352px;
}

.flag.flag-ro {
  background-position: -160px -352px;
}

.flag.flag-rs {
  background-position: -192px -352px;
}

.flag.flag-ru {
  background-position: -224px -352px;
}

.flag.flag-rw {
  background-position: -256px -352px;
}

.flag.flag-sa {
  background-position: -288px -352px;
}

.flag.flag-sb {
  background-position: -320px -352px;
}

.flag.flag-sc {
  background-position: -352px -352px;
}

.flag.flag-sd {
  background-position: -384px -352px;
}

.flag.flag-se {
  background-position: -416px -352px;
}

.flag.flag-sg {
  background-position: -448px -352px;
}

.flag.flag-sh {
  background-position: -480px -352px;
}

.flag.flag-si {
  background-position: 0 -384px;
}

.flag.flag-sk {
  background-position: -32px -384px;
}

.flag.flag-sl {
  background-position: -64px -384px;
}

.flag.flag-sm {
  background-position: -96px -384px;
}

.flag.flag-sn {
  background-position: -128px -384px;
}

.flag.flag-so {
  background-position: -160px -384px;
}

.flag.flag-sr {
  background-position: -192px -384px;
}

.flag.flag-ss {
  background-position: -224px -384px;
}

.flag.flag-st {
  background-position: -256px -384px;
}

.flag.flag-sv {
  background-position: -288px -384px;
}

.flag.flag-sy {
  background-position: -320px -384px;
}

.flag.flag-sz {
  background-position: -352px -384px;
}

.flag.flag-tc {
  background-position: -384px -384px;
}

.flag.flag-td {
  background-position: -416px -384px;
}

.flag.flag-tf {
  background-position: -448px -384px;
}

.flag.flag-tg {
  background-position: -480px -384px;
}

.flag.flag-th {
  background-position: 0 -416px;
}

.flag.flag-tj {
  background-position: -32px -416px;
}

.flag.flag-tk {
  background-position: -64px -416px;
}

.flag.flag-tl {
  background-position: -96px -416px;
}

.flag.flag-tm {
  background-position: -128px -416px;
}

.flag.flag-tn {
  background-position: -160px -416px;
}

.flag.flag-to {
  background-position: -192px -416px;
}

.flag.flag-tr {
  background-position: -224px -416px;
}

.flag.flag-tt {
  background-position: -256px -416px;
}

.flag.flag-tv {
  background-position: -288px -416px;
}

.flag.flag-tw {
  background-position: -320px -416px;
}

.flag.flag-tz {
  background-position: -352px -416px;
}

.flag.flag-ua {
  background-position: -384px -416px;
}

.flag.flag-ug {
  background-position: -416px -416px;
}

.flag.flag-us {
  background-position: -448px -416px;
}

.flag.flag-uy {
  background-position: -480px -416px;
}

.flag.flag-uz {
  background-position: 0 -448px;
}

.flag.flag-va {
  background-position: -32px -448px;
}

.flag.flag-vc {
  background-position: -64px -448px;
}

.flag.flag-ve {
  background-position: -96px -448px;
}

.flag.flag-vg {
  background-position: -128px -448px;
}

.flag.flag-vi {
  background-position: -160px -448px;
}

.flag.flag-vn {
  background-position: -192px -448px;
}

.flag.flag-vu {
  background-position: -224px -448px;
}

.flag.flag-wf {
  background-position: -256px -448px;
}

.flag.flag-ws {
  background-position: -288px -448px;
}

.flag.flag-ye {
  background-position: -320px -448px;
}

.flag.flag-yt {
  background-position: -352px -448px;
}

.flag.flag-za {
  background-position: -384px -448px;
}

.flag.flag-zm {
  background-position: -416px -448px;
}

.flag.flag-zw {
  background-position: -448px -448px;
}

.popup {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(128, 128, 128, 0.5);
}
.popup.open {
  display: flex;
}
.popup.country-codes-popup {
  overflow: hidden;
}
.popup.country-codes-popup .popup-content {
  padding: 60px 0 0;
  overflow-y: auto;
  width: unset;
  height: calc(100vh - 40px);
}
.popup.country-codes-popup .popup-content .close-popup {
  top: 12px;
  right: 2px;
}
.popup.country-codes-popup .popup-content .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  min-width: 344px;
}
@media only all and (max-width: 375px) {
  .popup.country-codes-popup .popup-content .content {
    min-width: unset;
  }
}
.popup .popup-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 576px;
  max-height: calc(100% - 60px);
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 12px 12px rgba(50, 50, 71, 0.08), 0 16px 24px rgba(50, 50, 71, 0.08);
  margin: 0 16px;
  padding: 60px 78px;
}
@media all and (max-width: 767px) {
  .popup .popup-content {
    padding: 60px;
  }
}
@media only all and (max-width: 375px) {
  .popup .popup-content {
    align-items: flex-start;
    padding: 40px 24px 24px;
  }
}
.popup .popup-content .close-popup {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .popup .popup-content .close-popup {
    top: 12px;
    right: 12px;
  }
}
.popup .popup-content .title {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 16px;
}
@media only all and (max-width: 375px) {
  .popup .popup-content .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.popup .popup-content .subTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
}
@media only all and (max-width: 375px) {
  .popup .popup-content .subTitle {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.popup .popup-content .country-codes-search-block {
  position: relative;
  width: 100%;
}
.popup .popup-content .country-codes-search-block .search-icon {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 24px;
  height: 24px;
}
.popup .popup-content .country-codes-search-block .search-input {
  max-width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.24);
  border-radius: 2px !important;
  margin-bottom: 10px;
  padding: 0 16px 0 40px;
  outline: none;
}
.popup .popup-content .country-codes-search-block .search-input:focus {
  border: 1px solid #121212;
  border-radius: 4px;
}
.popup .popup-content .country-codes-search-block .search-input::placeholder {
  font-size: 14px;
}
.popup .popup-content .country-code {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000000;
  width: 100%;
}
.popup .popup-content .country-code:not(.selected):hover {
  background-color: #d6d7e1;
}
.popup .popup-content .country-code.selected {
  border-bottom: 1px solid #767676;
  margin-bottom: 10px;
}
.popup .popup-content .country-code .flag {
  margin-right: 8px;
}
.popup .popup-content .country-code .country-name {
  text-align: left;
}
.popup .popup-content .country-code .code {
  padding-left: 8px;
  color: #767676;
}
.popup .popup-content input, .popup .popup-content #popup-submit {
  width: 100%;
  max-width: 420px;
}
.popup .popup-content .popup-scrollable-content {
  width: 100%;
  overflow-y: auto;
  margin-bottom: 16px;
}
.popup .popup-content .buttons-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.popup .popup-content .buttons-block input[type=radio] {
  display: none;
}
.popup .popup-content .buttons-block #advertiser:checked ~ .advertiser-label,
.popup .popup-content .buttons-block #webmaster:checked ~ .webmaster-label {
  background-color: #ffcc00;
  border: none;
}
.popup .popup-content .buttons-block label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 205px;
  height: 50px;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 16px;
}
.popup .popup-content .buttons-block label.webmaster-label {
  margin-right: 10px;
}
.popup .popup-content .input-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.popup .popup-content .input-block .selected-country-code-block {
  position: absolute;
  top: 29px;
  left: 16px;
  border-radius: 2px 0 0 2px;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.popup .popup-content .input-block .selected-country-code-block .flag {
  margin-right: 8px;
}
.popup .popup-content .input-block label {
  width: 100%;
}
.popup .popup-content .input-block label:not(:last-child) {
  margin-bottom: 8px;
}
.popup .popup-content .input-block label span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.popup .popup-content .input-block label .country-code-block {
  position: absolute;
  top: 28px;
  left: 16px;
  border-radius: 2px 0 0 2px;
  border: none;
  font-size: 14px;
}
.popup .popup-content .input-block label .country-code-block .flag {
  margin-right: 8px;
}
.popup .popup-content input {
  height: 50px;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  padding: 14px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.popup .popup-content input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #B9B9B9;
}
.popup .popup-content input:not(:last-child) {
  margin-bottom: 10px;
}
.popup .popup-content input.error {
  border-color: #ff0000;
}
.popup .popup-content input.error:focus {
  outline: none;
}
.popup .popup-content input#phoneNumber {
  padding-left: 96px;
}
.popup .popup-content #popup-submit {
  font-size: 16px;
  line-height: 22px;
  min-height: 50px;
  max-width: 420px;
  background-color: #ffffff;
  font-weight: 500;
  color: #333333;
}
@media only all and (max-width: 375px) {
  .popup .popup-content #popup-submit {
    font-size: 14px;
  }
}
.popup .popup-content .popup-info {
  margin-bottom: 10px;
  padding: 14px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border-radius: 2px;
  display: none;
  width: 100%;
  max-width: 420px;
}
.popup .popup-content .popup-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.popup .popup-content .popup-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.popup .popup-content .field-error {
  font-size: 12px;
  padding: 8px 24px;
}

.video-popup .popup-content {
  justify-content: flex-end;
  border-radius: 20px;
  max-height: 465px;
  max-width: 772px;
  height: 100%;
  padding: 20px;
}
@media all and (max-width: 767px) {
  .video-popup .popup-content {
    margin: 0;
    max-height: unset;
    height: 100%;
    max-width: unset;
    border-radius: 0;
  }
}
.video-popup .popup-content .close-popup {
  top: 0;
  right: 0;
  z-index: 99999;
}
.video-popup .popup-content iframe {
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .video-popup .popup-content iframe {
    width: 100%;
    height: calc(100% - 20px);
  }
}

.reliable-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f9;
  margin: 0 15px;
  padding: 112px 120px;
  border-radius: 8px;
}
@media all and (max-width: 991px) {
  .reliable-partner {
    padding: 112px 40px;
  }
}
@media all and (max-width: 767px) {
  .reliable-partner {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 15px;
  }
}
@media only all and (max-width: 375px) {
  .reliable-partner {
    padding: 50px 15px;
  }
}
.reliable-partner .title-block {
  margin-bottom: 80px;
}
.reliable-partner .title-block.offer {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .reliable-partner .title-block.offer {
    margin-bottom: 40px;
    border-bottom: 0;
  }
  .reliable-partner .title-block.offer .secondary-text {
    font-size: 14px;
    text-transform: inherit;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  .reliable-partner .title-block {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #b6b6b6;
  }
  .reliable-partner .title-block .title {
    font-weight: 700;
  }
}
.reliable-partner .numbers-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #333333;
  margin-bottom: 90px;
}
@media all and (max-width: 767px) {
  .reliable-partner .numbers-info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 80px;
  }
}
.reliable-partner .numbers-info .numbers {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 33%;
}
.reliable-partner .numbers-info .numbers:not(:last-child) {
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .reliable-partner .numbers-info .numbers:not(:last-child) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .reliable-partner .numbers-info .numbers {
    width: 100%;
    height: unset;
    align-items: flex-start;
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #b6b6b6;
  }
}
.reliable-partner .numbers-info .numbers .number {
  font-size: 70px;
  font-weight: 800;
}
@media all and (max-width: 767px) {
  .reliable-partner .numbers-info .numbers .number {
    width: 100%;
  }
}
.reliable-partner .numbers-info .numbers .text1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .reliable-partner .numbers-info .numbers .text1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
.reliable-partner .numbers-info .numbers .text2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .reliable-partner .numbers-info .numbers .text2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.reliable-partner .search-block {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.reliable-partner .search-block .input-block {
  display: flex;
  align-items: center;
  width: 100%;
}
.reliable-partner .search-block .input-block .search-img {
  position: absolute;
  top: 3px;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .reliable-partner .search-block .input-block .search-img {
    pointer-events: initial;
    right: 0;
  }
}
.reliable-partner .search-block .input-block .search-img.hide {
  display: none;
}
@media all and (max-width: 767px) {
  .reliable-partner .search-block .input-block .search-img.hide {
    display: block;
  }
}
.reliable-partner .search-block .input-block input {
  width: 100%;
  height: 50px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #121212;
  padding-left: 50px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #333333;
  background-color: #f6f6f9;
}
.reliable-partner .search-block .input-block input:focus {
  outline: none;
}
.reliable-partner .search-block .input-block input::placeholder {
  color: #b6b6b6;
}
@media all and (max-width: 767px) {
  .reliable-partner .search-block .input-block input {
    font-size: 24px;
    line-height: 28px;
    padding-left: 0;
    padding-right: 70px;
  }
}
@media only all and (max-width: 375px) {
  .reliable-partner .search-block .input-block input {
    font-size: 18px;
    line-height: 24px;
  }
}
.reliable-partner .search-block .input-block .cancel-img {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .reliable-partner .search-block .input-block .cancel-img {
    right: 40px;
  }
}
@media all and (max-width: 767px) {
  .reliable-partner .search-block .input-block .cancel-img.show {
    display: block;
  }
}
.reliable-partner .search-block .find {
  width: 180px;
  background-color: #121212;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .reliable-partner .search-block .find {
    display: none;
  }
}
.reliable-partner .not-found {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
  margin-top: 40px;
}
.reliable-partner .offers-result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 60px;
}
@media all and (max-width: 991px) {
  .reliable-partner .offers-result {
    width: 100%;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
  }
}
.reliable-partner .offers-result .offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 375px;
  height: 120px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 15px 40px rgba(73, 90, 99, 0.25);
  border-radius: 10px;
}
@media all and (max-width: 991px) {
  .reliable-partner .offers-result .offer {
    width: 330px;
  }
}
@media all and (max-width: 767px) {
  .reliable-partner .offers-result .offer {
    width: 100%;
  }
}
@media only all and (max-width: 375px) {
  .reliable-partner .offers-result .offer {
    padding: 10px;
  }
}
.reliable-partner .offers-result .offer .offer-info {
  display: flex;
  flex-direction: column;
}
.reliable-partner .offers-result .offer .offer-info .offer-img {
  width: 120px;
  height: 28px;
  margin-bottom: 12px;
}
.reliable-partner .offers-result .offer .offer-info .epc {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .reliable-partner .offers-result .offer .offer-info .epc {
    font-size: 14px;
    line-height: 20px;
  }
}
.reliable-partner .offers-result .offer .request {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 40px;
  background-color: #ffcc00;
  border: none;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #333333;
}
@media only all and (max-width: 375px) {
  .reliable-partner .offers-result .offer .request {
    align-self: flex-end;
  }
}

.main-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 112px 135px;
}
@media all and (max-width: 991px) {
  .main-value {
    padding: 112px 40px;
  }
}
@media all and (max-width: 767px) {
  .main-value {
    padding: 80px 15px;
  }
}
@media only all and (max-width: 375px) {
  .main-value {
    align-items: flex-start;
    padding: 50px 15px;
  }
}
.main-value .title-block {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .main-value .title-block {
    margin-bottom: 20px;
  }
  .main-value .title-block .title {
    font-weight: 700;
  }
}
@media only all and (max-width: 375px) {
  .main-value .title-block {
    width: 100%;
    text-align: center;
  }
}
.main-value .video-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-value .video-block .video_preview {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 410px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  background: url("/img/video_preview_big.webp") center no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .main-value .video-block .video_preview {
    align-items: center;
    justify-content: center;
    width: 290px;
    background: url("/img/video_preview_small.webp") center no-repeat;
    padding: 0;
    background-size: cover;
  }
}
.main-value .video-block .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
}
@media all and (max-width: 767px) {
  .main-value .video-block .text {
    font-size: 14px;
  }
}

.about-text {
  display: flex;
  align-items: center;
  color: #333333;
  margin: 0 15px 15px;
  padding: 24px 120px;
  background-color: #F5F5F7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 8px;
}
@media all and (max-width: 991px) {
  .about-text {
    padding: 24px 40px;
  }
}
@media all and (max-width: 767px) {
  .about-text {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only all and (max-width: 375px) {
  .about-text {
    padding: 20px 10px;
  }
}
.about-text ul {
  padding-left: 25px;
}
.about-text ul li {
  list-style-type: disc;
}
.about-text ul li:not(:last-child) {
  margin-bottom: 4px;
}

.docs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 290px);
  padding: 0 135px;
}
@media all and (max-width: 991px) {
  .docs {
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .docs {
    padding: 0 16px;
  }
}
.docs .link {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 10px;
  font-size: 26px;
  line-height: 30px;
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  border-radius: 40px;
  color: #333333;
  text-decoration: none;
}
.docs .link:first-child {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .docs .link:first-child {
    margin-top: 20px;
  }
}
.docs .link:hover {
  box-shadow: 4px 4px 55px rgba(0, 0, 0, 0.15), 6px 6px 16px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 767px) {
  .docs .link {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-weight: 700;
  height: calc(100vh - 230px);
}
@media all and (max-width: 767px) {
  .not-found {
    justify-content: flex-start;
    margin-bottom: 80px;
    height: unset;
  }
}
.not-found .title {
  font-size: 200px;
  margin-top: 0;
  margin-bottom: 6px;
  color: #ffcc00;
}
@media all and (max-width: 767px) {
  .not-found .title {
    font-size: 120px;
  }
}
.not-found .page-not-found {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .not-found .page-not-found {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.not-found .other-pages {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .not-found .other-pages {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
.not-found .links a {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}
.not-found .links a:hover {
  text-decoration: underline;
}

*, :after, :before {
  box-sizing: border-box;
}

html,
body {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

button {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  border: 2px solid #121212;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0;
}
button:focus {
  outline: none;
}
@media all and (max-width: 767px) {
  button {
    font-size: 14px;
  }
}
button a {
  text-decoration: none;
  color: #121212;
}

.square {
  display: none;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  background-color: #ffcc00;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .square {
    display: block;
  }
}

.title-block {
  text-align: center;
}
@media only all and (max-width: 375px) {
  .title-block {
    text-align: left;
  }
}
.title-block .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .title-block .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
.title-block .secondary-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .title-block .secondary-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: lowercase;
  }
}

/*# sourceMappingURL=main.css.map */
