@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Quicksand:wght@500;700");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
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;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: "Quicksand", serif;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  color: #333;
  line-height: 1.5em;
}

h2 {
  font-size: 2.5em;
}

.banner {
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  padding: 100px 0px;
  padding-top: 130px;
  text-align: center;
  margin-top: -78px;
}

.banner h1 {
  color: #fff;
  margin-bottom: 50px;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 60px 45px;
}

.button {
  background-color: #df5c00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
}

.button:hover {
  background-color: #bb4e01;
}

.text-center {
  text-align: center;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .grid-4--modified {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .grid-4--modified {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.text-col {
  padding: 30px 60px;
}

.text-col .button {
  margin-top: 20px;
}

.text-col .text-wrap {
  float: left;
  padding-left: 27%;
}

@media (max-width: 768px) {
  .text-col .text-wrap {
    width: 100%;
  }
}

.gray-bg {
  background-color: #ebebeb;
}

.aboutus {
  background-image: url("../img/pkwezowski.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30% auto;
  padding-bottom: 0px;
}

@media (max-width: 1920px) {
  .aboutus {
    padding-bottom: 20px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 52.75%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-header {
  padding: 30px 0px;
}

.section-header h2 {
  margin-bottom: 0px;
}

.section-header p {
  margin-top: 0px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

input:focus {
  border: 1px solid #333;
  outline: 0px;
}

.wpcf7-list-item {
  display: block !important;
}

input[type="submit"] {
  background-color: #df5c00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  border: 0px;
  margin-top: 20px;
}

input[type="submit"]:hover {
  background-color: #bb4e01;
}

.hidden {
  display: none;
}

.section-apply {
  background-color: #f7f7f7;
  margin-top: 0px;
  padding-bottom: 90px;
}

label {
  display: block;
}
/*# sourceMappingURL=main.css.map */

.banner strong {
  color: white;
}

.title-main {
  color: white;
}

.subscribe {
  background-image: url("../img/blue-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  color: white;
  padding: 40px 15px;
}

.subscribe h2 {
  color: #fff;
  text-align: center;
  margin-top: 0px;
  font-size: 30px;
}

.text-white {
  color: white;
}

img {
  max-width: 100%;
}

.section-people__person-wrap,
.section-pople__joe {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}

@media (max-width: 1100px) {
  .section-people__person-wrap,
  .section-pople__joe {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .section-people__person-wrap,
  .section-pople__joe {
    grid-template-columns: 1fr;
  }
}

.section-pople__joe {
  margin-bottom: 45px;
}

.person {
  text-align: left;
  position: relative;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.person img {
  position: relative;
  width: 100% !important;
}

.person__info {
  padding: 50px 15px 10px 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.005) 3%,
    rgba(0, 0, 0, 0.01) 10%,
    rgba(0, 0, 0, 0.58) 51%,
    rgba(0, 0, 0, 0.78) 100%
  );
}

.person__info .person__title {
  margin: 0px;
  color: #fff;
}

.person__info .person__subtitle {
  color: #fff;
  margin: 0px;
}

.gray-bg {
  background-color: #e8e8e8;
}
.section-people {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.af-standards {
  display: grid;
  grid-template-columns: 1fr 1fr 200px;
  gap: 30px;
  max-width: 800px;
  margin: 0px auto;
  align-items: end;
}

@media (max-width: 800px) {
  .af-standards {
    display: block;
  }
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.text-center {
  text-align: center;
}

.tickets {
  padding: 60px 30px;
  max-width: 1100px;
  margin: 0px auto;
}

.tickets .dg_frame {
  margin: 60px auto;
  margin-top: 0px;
  height: 890px !important;
  max-width: 500px;
}

.tickets iframe {
  height: 890px !important;
}

.tickets ul {
  margin-top: 0px;
}

.card {
  margin-top: 30px;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(66, 68, 90, 0.35);
  -moz-box-shadow: 0px 0px 22px 0px rgba(66, 68, 90, 0.35);
  box-shadow: 0px 0px 22px 0px rgba(66, 68, 90, 0.35);
}

.bg-gray {
  background-color: #e0e0e0;
}

.contact {
  max-width: 900px;
  margin: 0px auto;
  padding: 15px 15px;
  min-height: 730px;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 500px) {
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.contact label {
  color: #333;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

input:focus {
  border: 1px solid #333;
  outline: 0px;
}

.wpcf7-list-item {
  display: block !important;
}

input[type="submit"] {
  background-color: #cd1c2b;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  border: 0px;
  margin-top: 20px;
}

input[type="submit"]:hover {
  background-color: #91151f;
}

.hidden {
  display: none;
}

.menu {
  display: flex;
  margin: 0px;
  margin-right: 30px;
  margin-top: 20px;
}

.menu {
  list-style: none;
}

.menu a {
  color: white;
  font-size: 18px;
  padding: 5px 20px;
  text-decoration: none;
}

.menu a:hover {
  text-decoration: underline;
}

.header {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.header__col1 {
  padding-left: 30px;
  padding-top: 20px;
}

.header__col2 {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .header {
    grid-template-columns: 1fr;
  }

  .header__col1 {
    text-align: center;
    padding-right: 30px;
  }

  .header__col2 {
    justify-content: center;
  }

  .banner {
    margin-top: -127px;
    padding-top: 160px;
  }
}

.license {
  padding: 60px 30px;
  max-width: 550px;
  margin: 0px auto;
}

.license iframe {
  height: 600px !important;
}

img {
  max-width: 100% !important;
}