/**********************************************************************/
/**********************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
body {
  margin: 0;
  background-color: #000000;
  font: normal 400 18px / 28px "Montserrat", sans-serif;
  color: #FFFFFF;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }
  body * {
    box-sizing: border-box;
    margin: 0; }
  body a {
    display: inline-block;
    text-decoration: none; }
  body img, body svg {
    display: block;
    height: auto;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    body .for-desk {
      display: none; } }
  body .for-mob {
    display: none; }
    @media screen and (max-width: 767px) {
      body .for-mob {
        display: block; } }

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px; }
  .header__logo {
    margin: auto 0;
    transition: opacity 0.3s; }
    .header__logo:hover {
      opacity: 0.6; }
    .header__logo img {
      width: 230px; }
  .header__nav {
    display: flex;
    flex-wrap: wrap;
    margin: auto 0; }
  .header__btn {
    display: flex;
    min-height: 30px;
    margin: auto 0 auto 15px;
    padding: 3px 5px;
    border-radius: 15px;
    background-color: #333333;
    transition: background-color 0.3s; }
    .header__btn img {
      height: 24px;
      margin: auto 0; }
    .header__btn span {
      margin: auto 10px;
      font-weight: 700;
      font-size: 12px;
      line-height: 15px;
      color: #FFFFFF;
      transition: color 0.3s; }
    .header__btn:hover {
      background-color: #50F000; }
      .header__btn:hover span {
        color: #000000; }
    .header__btn_green {
      background-color: #50F000; }
      .header__btn_green span {
        color: #000000; }
      .header__btn_green:hover {
        background-color: #333333; }
        .header__btn_green:hover span {
          color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .header {
      margin: 15px; }
      .header__logo img {
        width: 120px; }
      .header__btn {
        min-height: 24px;
        margin-left: 5px; }
        .header__btn img {
          display: none; }
        .header__btn span {
          margin-left: 5px;
          margin-right: 5px;
          font-size: 10px; } }

/**********************************************************************/
/**********************************************************************/
.main {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 70px 80px;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF; }
  .main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px; }
    .main h1 span, .main h2 span, .main h3 span, .main h4 span, .main h5 span, .main h6 span {
      color: #50F000; }
  .main h1 {
    margin-top: 0 !important;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase; }
  .main p, .main ul, .main ol {
    margin-bottom: 20px; }
  .main strong, .main b {
    font-weight: 700; }
  .main a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.3s; }
    .main a:hover {
      opacity: 0.6; }
  .main img {
    max-width: 100%;
    margin: 0 auto 20px; }
    .main img.one-half {
      width: 50%; }
  .main * + img {
    margin-top: 30px; }
  .main .img-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px; }
    .main .img-list img {
      width: calc(50% - 20px);
      margin: 0 0 auto; }
  @media screen and (max-width: 767px) {
    .main {
      margin: 0 15px 60px;
      font-size: 16px;
      line-height: 24px; }
      .main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px; }
      .main h1 {
        font-size: 28px;
        line-height: 36px; }
      .main p, .main ul, .main ol {
        margin-bottom: 15px; }
      .main ul, .main ol {
        padding-left: 20px; }
      .main img.one-half {
        width: 100%; }
      .main * + img {
        margin-top: 20px; } }

/**********************************************************************/
/**********************************************************************/
.footer {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 18px; }
  .footer__icon {
    display: flex;
    flex-direction: column;
    margin: auto 12px; }
    .footer__icon img {
      height: 24px;
      margin: auto 0; }
    .footer__icon_bw {
      filter: brightness(0) invert(1);
      transition: filter 0.3s; }
  .footer a {
    transition: opacity 0.3s; }
    .footer a:hover {
      opacity: 0.6; }
  .footer__payments {
    display: flex;
    justify-content: flex-start;
    width: 20%; }
    .footer__payments .footer__icon_bw:hover {
      filter: none; }
  .footer__apps {
    display: flex;
    justify-content: center;
    margin: auto; }
  .footer__socials {
    display: flex;
    justify-content: flex-end;
    width: 20%; }
  @media screen and (max-width: 1023px) {
    .footer {
      margin: 30px 22px; }
      .footer__icon {
        margin-left: 8px;
        margin-right: 8px; } }
  @media screen and (max-width: 767px) {
    .footer {
      flex-direction: column;
      margin: 15px 15px 30px; }
      .footer__icon {
        margin: 0 10px 10px; }
      .footer__payments {
        justify-content: center;
        width: 100%;
        margin: 0 auto 15px; }
      .footer__apps {
        width: 240px;
        flex-wrap: wrap;
        margin: 0 auto 15px; }
        .footer__apps .footer__icon {
          margin-left: 5px;
          margin-right: 5px; }
      .footer__socials {
        justify-content: center;
        width: 100%; } }
/*# sourceMappingURL=style.min.css.map */
