@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #1fae69);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #23c778);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #2fda87);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #7de8b4);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #1fae69);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #23c778);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #2fda87);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #7de8b4);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --font-family: var(--draft-font-family, Roboto);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 3);
  --heading-weight: var(--draft-heading-weight, 400);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true); }

@font-face {
  font-family: 'Greater Theory';
  src: url("GreaterTheoryRegular.eot");
  src: url("GreaterTheoryRegular.eot?#iefix") format("embedded-opentype"), url("GreaterTheoryRegular.woff2") format("woff2"), url("GreaterTheoryRegular.woff") format("woff"), url("GreaterTheoryRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* line 16, theme.scss */
:root body {
  --font-family-heading: 'Greater Theory';
  --font-family: 'Greater Theory'; }

/* line 22, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 26, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 30, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 35, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 38, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 41, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 46, theme.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* line 52, theme.scss */
body {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 20px;
  height: 100vh;
  max-height: 100vh;
  background-size: cover; }

/* line 63, theme.scss */
body.main-page {
  background: url(1.jpg) no-repeat;
  background-size: cover;
  color: #ffffff; }
  @media (max-width: 768px) {
    /* line 63, theme.scss */
    body.main-page {
      background: url(IMG_9727.JPG) no-repeat;
      padding: 20px 0 12px 0;
      position: relative;
      background-size: cover; } }

/* line 77, theme.scss */
main {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 120px; }

/* line 86, theme.scss */
.container {
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
  padding: 10px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

/* line 97, theme.scss */
.container-second {
  max-width: 90%;
  line-height: 150%;
  margin: 0 auto;
  display: block; }
  /* line 102, theme.scss */
  .container-second h1 {
    line-height: 110%; }

/* line 107, theme.scss */
header {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    /* line 107, theme.scss */
    header {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 100%;
      width: 100%;
      text-align: center; } }

/* line 120, theme.scss */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px; }
  /* line 127, theme.scss */
  .logo img {
    max-width: 360px; }
    @media (max-width: 768px) {
      /* line 127, theme.scss */
      .logo img {
        max-width: 180px; } }

/* line 137, theme.scss */
.stay-tuned {
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  padding: 12px 20px; }
  @media (max-width: 768px) {
    /* line 137, theme.scss */
    .stay-tuned {
      padding: 15px; } }

/* line 147, theme.scss */
.section-title {
  font-family: 'Georgia', serif;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 2px; }

/* line 156, theme.scss */
.subscribe-form {
  width: 100%; }

/* line 160, theme.scss */
.form-group {
  margin-bottom: 10px;
  position: relative; }

/* line 166, theme.scss */
.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: normal; }

/* line 174, theme.scss */
.form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 2px 0;
  outline: none;
  font-family: inherit;
  border-radius: 0;
  line-height: 100%; }

/* line 188, theme.scss */
.form-group input::placeholder {
  color: #fff; }

/* line 192, theme.scss */
.form-group input:focus {
  border-bottom-color: #fff; }

/* line 196, theme.scss */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

/* line 202, theme.scss */
.checkbox-group {
  margin-bottom: 12px; }

/* line 206, theme.scss */
.checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding-left: 35px; }

/* line 217, theme.scss */
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* line 225, theme.scss */
.checkbox-custom {
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 25%;
  background-color: transparent;
  transition: all 0.2s; }

/* line 237, theme.scss */
.checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom {
  background-color: #ffffff; }

/* line 241, theme.scss */
.checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold; }

/* line 252, theme.scss */
.checkbox-text {
  flex: 1; }

/* line 256, theme.scss */
.checkbox-text .link {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer; }

/* line 262, theme.scss */
.checkbox-text .link:hover {
  opacity: 0.8; }

/* line 266, theme.scss */
.submit-btn {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  font-family: inherit;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    /* line 266, theme.scss */
    .submit-btn {
      margin: 0; } }

/* line 286, theme.scss */
.submit-btn:hover:not(:disabled) {
  background-color: #fff; }

/* line 290, theme.scss */
.submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #fff; }

/* line 296, theme.scss */
footer {
  text-align: right;
  margin-top: 40px; }

/* line 301, theme.scss */
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }

/* line 308, theme.scss */
.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: opacity 0.3s; }

/* line 316, theme.scss */
.footer-link:hover {
  opacity: 0.7; }

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  /* line 322, theme.scss */
  main {
    margin-top: 20px; }

  /* line 325, theme.scss */
  footer {
    margin-top: 10px; }

  /* line 328, theme.scss */
  .container {
    padding: 0;
    border-radius: 15px;
    justify-content: flex-end; }

  /* line 335, theme.scss */
  .logo {
    font-size: 24px; }

  /* line 339, theme.scss */
  .section-title {
    margin-bottom: 16px;
    font-size: 20px; }

  /* line 344, theme.scss */
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 25px; }

  /* line 349, theme.scss */
  .checkbox-label {
    font-size: 12px;
    padding-left: 30px; }

  /* line 354, theme.scss */
  .checkbox-custom {
    height: 18px;
    width: 18px;
    top: 1px; }

  /* line 360, theme.scss */
  .submit-btn {
    padding: 12px;
    font-size: 12px; }

  /* line 365, theme.scss */
  .footer-link {
    font-size: 12px; } }
@media (max-width: 360px) {
  /* line 371, theme.scss */
  .container {
    padding: 20px 15px; }

  /* line 375, theme.scss */
  .logo {
    font-size: 22px; }

  /* line 379, theme.scss */
  .section-title {
    font-size: 18px;
    margin-bottom: 25px; }

  /* line 384, theme.scss */
  .checkbox-label {
    font-size: 11px; } }
