@charset 'UTF-8';

/* === Custom Fonts === */
@font-face {
  font-family: 'Obviously Bold';
  src: url('../fonts/Obviously-Bold.eot');
  src: url('../fonts/Obviously-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Obviously-Bold.woff2') format('woff2'),
       url('../fonts/Obviously-Bold.woff') format('woff'),
       url('../fonts/Obviously-Bold.otf') format('opentype'),
       url('../fonts/Obviously-Bold.svg#ObviouslyBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviously Regular';
  src: url('../fonts/Obviously-Regular.eot');
  src: url('../fonts/Obviously-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Obviously-Regular.woff2') format('woff2'),
       url('../fonts/Obviously-Regular.woff') format('woff'),
       url('../fonts/Obviously-Regular.otf') format('opentype'),
       url('../fonts/Obviously-Regular.svg#ObviouslyRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviously Wide Black';
  src: url('../fonts/ObviouslyWide-Black.eot');
  src: url('../fonts/ObviouslyWide-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ObviouslyWide-Black.woff2') format('woff2'),
       url('../fonts/ObviouslyWide-Black.woff') format('woff'),
       url('../fonts/ObviouslyWide-Black.otf') format('opentype'),
       url('../fonts/ObviouslyWide-Black.svg#ObviouslyWideBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* === Нові шрифти === */
@font-face {
  font-family: 'Obviously Narrow Bold';
  src: url('../fonts/ObviouslyNarrow-Bold.eot');
  src: url('../fonts/ObviouslyNarrow-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ObviouslyNarrow-Bold.woff2') format('woff2'),
       url('../fonts/ObviouslyNarrow-Bold.woff') format('woff'),
       url('../fonts/ObviouslyNarrow-Bold.otf') format('opentype'),
       url('../fonts/ObviouslyNarrow-Bold.svg#ObviouslyNarrowBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviously Narrow Regular';
  src: url('../fonts/ObviouslyNarrow-Regular.eot');
  src: url('../fonts/ObviouslyNarrow-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ObviouslyNarrow-Regular.woff2') format('woff2'),
       url('../fonts/ObviouslyNarrow-Regular.woff') format('woff'),
       url('../fonts/ObviouslyNarrow-Regular.otf') format('opentype'),
       url('../fonts/ObviouslyNarrow-Regular.svg#ObviouslyNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* === End Custom Fonts === */

/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
 }
 
 body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff;
 }
 
 [tabindex="-1"]:focus {
   outline: 0 !important;
 }
 
 hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
 }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   text-decoration-skip-ink: none;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 80%;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -.25em;
 }
 
 sup {
   top: -.5em;
 }
 
 a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent;
 }
 
 a:hover {
   color: #0056b3;
   text-decoration: underline;
 }
 
 a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):focus {
   outline: 0;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
   border-style: none;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 table {
   border-collapse: collapse;
 }
 
 caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
 }
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 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 {
   padding: 0;
   border-style: none;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
   box-sizing: border-box;
   padding: 0;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: listbox;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none;
 }
 
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 [hidden] {
   display: none !important;
 }
 /*# sourceMappingURL=bootstrap-reboot.css.map */ 

html {
  height: 100%;
  margin: 0;
  padding: 0;

  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  	background-color: #21e500;
    background-image: url(../images/main-bg-8.png);
    background-repeat: repeat;
    background-position: center top;

    font-family: 'Obviously Regular', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
  color: inherit;
}

a:hover, a:focus  {
 text-decoration: none;
 color: inherit;
}


input, select {
	vertical-align: middle;
}

.item {
  margin-bottom: 4rem;
}

@media (max-width: 1199px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 7px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 6px;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 5px;
  }
}

body, textarea, input, select {
	color: #010101;
	font-family: 'Obviously Regular', Arial, sans-serif;
	line-height: normal;
  font-size: calc(.5rem + 13px);
}

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

.button {
  cursor: pointer;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.img-fluid {
  max-width: 100%;
  display: inline-block;
  margin:  0 auto;
}

.container {
    max-width: 960px;
}

.justify-content-center {
  justify-content: center;
}

#main {
  overflow: hidden;
}

#header {
  padding-top: 52px;
}

#header .inner {
  background:#501267;
}

#header .container {
  position: relative;
}


#header .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#header .menu-container {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width:60%;
}


.main-menu {
  font-family: 'Obviously Wide Black', Arial, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  font-size: calc(.2rem + 15px);
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.main-menu li.press {
  font-size: 11px;
  font-weight: normal;
  
}

.main-menu li a {
  display: flex;  
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-top: 5px;
}

.main-menu li.active:not(.press) a, .main-menu li:hover:not(.press) a {
  color: #dfff00;
}

.main-menu .press .credentialing {

  display: flex;  
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  justify-content: center;

  text-align: center;
 

  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  min-height: 55px;
  width: 190px;
  background-image: url(../images/credentialing-8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  margin: 0 auto;
}

.main-menu .press .credentialing a {
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  font-weight: normal;
}

.main-menu .press a strong {
  color: #ff6700;
  display: block;
}

.shadow {
  background: rgba(255,255,255,1);
}

#white-content {
 
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 20rem;
  font-size: calc(.5rem + 13px);
  line-height: 1.5;
  
}

#white-content p {
  margin: 2rem 0;
}

#white-content.credentials p {
  margin: 15px 0;
}

#white-content a {
  color: #ff6700;
  text-decoration: underline;
}

#white-content strong {
  color: #ff6700;
  font-family: 'Obviously Bold', Arial, sans-serif;
}

#white-content a:hover {
  text-decoration: none;
}

#white-content span {
  color: #ff6700;
  font-family: 'Obviously Bold', Arial, sans-serif;
}

#white-content .more {
  margin-top: 5rem;
}

#white-content .more a {
  color: #ff6700;
  font-weight: bold;
}

.title {
  font-family: 'Obviously Wide Black', Arial, sans-serif;
  color: #ff6700;
  text-transform: uppercase;
  font-size: calc(1rem + 16px);
  margin-bottom: 5rem;
}

.sub-title {
  color: #ff6700;
  font-size: calc(1rem + 14px);
  font-weight: normal;
  font-family: 'Obviously Bold', Arial, sans-serif;
}

.past-block {
  background-image: url(../images/past-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 64.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.past-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 525px;
  width: 100%;
}

.past-block-cloud {
  background-image: url(../images/past-cloud.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 153px;
  margin-top: 10rem;
  text-align: center;
}

.past-block-cloud h2 {
  font-family: 'Obviously Wide Black', Arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 5rem;

}

.past-block-spanch {
  margin-top: -20px;
  margin-bottom: 40px;
}

.years-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.carousel-arrow {
  color: #ff6700;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.carousel-arrow:hover, .carousel-arrow:focus {
  opacity: 0.7;
  color: #ff6700;
}

.years {
  position: relative;
  width: 140px;
  height: 30px;
  overflow: hidden;
  font-family: 'Obviously Wide Black', Arial, sans-serif;
}

.year {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ff6700;
  opacity: 0;
  left: 0;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.year:hover, .year:focus {
  color: #ff6700;
}

.year.active {
  opacity: 1;
  transform: translateX(0);
}

.year.prev {
  transform: translateX(-100%);
}

.button {
  border: none;
  color: white;
  background: #ff6700;
  width: auto;
  font-size: 25px;
  padding: 10px;
}

.pic-item {
  display: inline-block;
  background: white;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.26);
  margin-bottom: 15px;
}

#footer {
  text-align: center;
  color: white;
  font-size: 16px;
  background: #ff6700;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Obviously Narrow Regular', Arial, sans-serif;
}

#footer strong {
  font-family: 'Obviously Narrow Bold', Arial, sans-serif;
  color: #dfff00;
}

#footer p {
  margin: 0;
}

#footer .inner {
  max-width: 420px;
}

@media (max-width: 767px) {
  .main-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .main-menu li {
    width: 100%;
  }
  
  .main-menu li a {
    height: 40px;
  }
  
  .main-menu li.active a, main-menu li:hover a {
    background-size: auto;
  }
}

@media (max-width: 575px) {
  .main-menu li a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}