/*!
Theme Name: vodka
Text Domain: vodka
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  width: 100%;
  height: 140px;
}

[type=checkbox],
[type=radio] {
  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;
}

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

body {
  padding: 0;
  margin: 0;
  font: 400 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background: #142240;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: currentColor;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.3;
  font-weight: 700;
}

h1 {
  font-size: 29px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul, ol {
  margin: 0 0 15px 15px;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
  max-width: 100%;
}

figcaption {
  padding: 6px 0 0;
  font-size: 14px;
  font-style: italic;
  opacity: 0.8;
}

table {
  margin: 0 0 15px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table th,
table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
table th p,
table td p {
  margin: 0;
}

a {
  color: #195fee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover,
a:active, a:focus {
  outline: 0;
}

blockquote {
  margin: 0 0 15px;
  font-size: 17px;
  font-style: italic;
  border-left: 4px solid #ec272c;
  padding: 0 0 0 15px;
  color: #ffffff;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}

/* -------------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-html__content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-html__content .ref-go-inline {
  margin-bottom: 15px;
  text-align: center;
}

.page-html__inner-box {
  padding: 20px;
  color: currentColor;
  border-radius: 20px;
  background: #ffffff;
}

.ref-go {
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
}
.ref-go-1 {
  color: #000000;
  background: #ffffff;
}
.ref-go-1:hover {
  color: #000000;
  background: white;
}
.ref-go-2 {
  background-image: linear-gradient(180deg, #3ec2fa, #195fee);
}
.ref-go-2:hover {
  background-image: linear-gradient(180deg, #195fee, #3ec2fa);
}

.page-html__header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #142240;
}
.page-html__header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-html__header-content {
    flex-direction: column;
  }
}
.page-html__header-logo {
  max-width: 150px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-html__header-logo {
    max-width: 200px;
  }
}
.page-html__header-logo .custom-logo-link {
  display: block;
}
.page-html__header-logo img {
  vertical-align: top;
}
.page-html__header-navigation .nav-menu {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-html__header-buttons {
  display: flex;
  gap: 10px;
}

.breadcrumbs {
  margin-top: 20px;
  font-size: 14px;
}

.page-html__banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 305px;
  padding-top: 50px;
  color: #ffffff;
  font-weight: 700;
  background: url(/wp-content/uploads/2025/07/front-image-1.jpg) 50% 30% no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-html__banner {
    height: auto;
    padding: 30px 15px;
    text-align: center;
  }
}
.page-html__banner-title {
  font-size: 27px;
}
.page-html__banner-promo {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.page-html__banner-promo span {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  color: #f9dd03;
  cursor: pointer;
}
.page-html__banner-promo span:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/vodka/images/copy.svg);
  mask: url(/wp-content/themes/vodka/images/copy.svg);
  -webkit-mask-position: 50%;
  background: currentColor;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: -22px;
}
.page-html__banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-html__banner .ref-go {
  font-weight: normal;
}
.page-html__banner .ref-go-2 {
  display: block;
  margin: 30px 0;
  padding: 10px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .page-html__banner .ref-go-2 {
    margin: 15px auto;
  }
}
.page-html__banner .ref-go-1 {
  display: none;
  margin: 15px auto;
  padding: 10px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .page-html__banner .ref-go-1 {
    display: block;
  }
}

.page-html__footer {
  padding: 30px 0 20px;
  color: #aaaaaa;
  text-align: center;
  background: #142240;
}
.page-html__footer-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.page-html__footer-logos {
  display: flex;
  gap: 20px 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.page-html__footer-logos img {
  max-width: 105px;
  max-height: 36px;
  opacity: 0.6;
  filter: brightness(0) invert(1);
}
.page-html__footer-copyrights {
  font-size: 14px;
}
.page-html__footer-copyrights ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.page-html__footer-copyrights p {
  opacity: 0.7;
}

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