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

html {
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
  height: 0;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  max-width: 100vw;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
}

.visually-hidden {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

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

input {
  border: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

.button {
  width: 120px;
  height: 34px;
  text-transform: uppercase;
  flex-shrink: 0;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .button {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .button {
    width: 120px;
    height: 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .button {
    width: 200px;
    height: 48px;
    font-size: 22px;
  }
}

.button__link {
  width: 100%;
  height: 100%;
  color: #fcb216;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.button__link:hover, .button__link:focus {
  color: #fff;
  background-color: #fcb216;
}

.section {
  text-align: center;
}

.section__header {
  height: 80px;
  background-color: #fcb216;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .section__header {
    height: 150px;
    margin-bottom: 60px;
  }
}

.section__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .section__title {
    font-size: 42px;
  }
}

.section__text {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.24;
}

@media screen and (min-width: 768px) {
  .section__text {
    max-width: 800px;
  }
}

@media screen and (min-width: 1200px) {
  .section__text {
    max-width: 1000px;
    font-size: 24px;
  }
}

.header {
  height: 60px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    height: 80px;
  }
}

.header__container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lang-button {
  color: #fff;
  text-transform: uppercase;
  width: 30px;
  background-color: #0000;
  border-radius: 3px;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .lang-button {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .lang-button {
    width: 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .lang-button {
    width: 50px;
    font-size: 22px;
  }
}

.lang-button:hover, .lang-button:focus, .lang-button.active-lang {
  color: #fcb216;
}

.socials {
  height: 100%;
  justify-content: end;
  align-items: center;
  gap: 20px;
  display: flex;
}

.socials__item {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 480px) {
  .socials__item {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .socials__item {
    width: 24px;
    height: 24px;
  }
}

.socials__link {
  fill: #acacac;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.socials__link:hover, .socials__link:focus {
  fill: #fcb216;
}

.socials__icon {
  width: 100%;
  height: 100%;
}

.hero {
  min-height: 320px;
  max-width: 1600px;
  background-image: url("hero_img_ua_320.88be980f.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media screen and (min-width: 480px) {
  .hero {
    min-height: 360px;
    background-image: url("hero_img_ua_480.ee9e62d2.jpg");
  }
}

@media screen and (min-width: 768px) {
  .hero {
    min-height: 500px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .hero {
    min-height: 680px;
    background-image: url("hero_img_ua.66dc2e84.jpg");
    padding-top: 120px;
  }
}

.hero-ua {
  background-image: url("hero_img_ua_320.88be980f.jpg");
}

@media screen and (min-width: 480px) {
  .hero-ua {
    background-image: url("hero_img_ua_480.ee9e62d2.jpg");
  }
}

@media screen and (min-width: 1200px) {
  .hero-ua {
    background-image: url("hero_img_ua.66dc2e84.jpg");
  }
}

.hero-en {
  background-image: url("hero_img_en_320.b7dedab1.jpg");
}

@media screen and (min-width: 480px) {
  .hero-en {
    background-image: url("hero_img_en_480.a2be39d7.jpg");
  }
}

@media screen and (min-width: 1200px) {
  .hero-en {
    background-image: url("hero_img_en.c6e8b926.jpg");
  }
}

.hero__logo {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero__logo {
    width: 360px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__logo {
    width: 580px;
  }
}

.world {
  min-height: 450px;
  max-width: 1600px;
  background-image: url("map.454cf976.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .world {
    min-height: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .world {
    min-height: 600px;
  }
}

.world__title {
  text-align: center;
  max-width: 640px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.16;
}

@media screen and (min-width: 1200px) {
  .world__title {
    font-size: 42px;
    line-height: 1.36;
  }
}

.team {
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .team {
    padding-bottom: 60px;
  }
}

.team__container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team__text {
  margin-bottom: 30px;
}

.team__accent-text {
  font-weight: 700;
}

.team__list {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .team__list {
    margin-bottom: 60px;
  }
}

.team__item {
  font-size: 14px;
  font-weight: 300px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.team__item:before, .team__item:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fcb216;
  flex-shrink: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .team__item:before, .team__item:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .team__item:before, .team__item:after {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .team__item {
    justify-content: center;
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .team__item {
    font-size: 20px;
  }
}

.team__actions-list {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .team__actions-list {
    flex-direction: row;
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .team__actions-list {
    gap: 60px;
  }
}

.team__actions-image {
  margin-bottom: 20px;
}

.team__actions-item {
  width: 240px;
}

@media screen and (min-width: 768px) {
  .team__actions-item {
    width: 220px;
  }
}

@media screen and (min-width: 1200px) {
  .team__actions-item {
    width: 300px;
  }
}

.team__actions-caption {
  margin-bottom: 5px;
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .team__actions-caption {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.team__actions-button {
  width: 170px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .team__actions-button {
    width: 240px;
    height: 54px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .activity {
    padding-bottom: 60px;
  }
}

.activity__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .activity__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.activity__list {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .activity__list {
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .activity__list {
    gap: 40px;
    margin-bottom: 60px;
  }
}

.activity__item {
  font-size: 18px;
  line-height: 1.24;
}

@media screen and (min-width: 768px) {
  .activity__item {
    flex-basis: 340px;
  }
}

@media screen and (min-width: 1200px) {
  .activity__item {
    flex-basis: 400px;
    font-size: 24px;
  }
}

.activity__subtitle {
  color: #fcb216;
  margin-bottom: 20px;
  font-weight: 700;
}

.activity__text {
  text-align: left;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .activity__text {
    font-size: 18px;
  }
}

.news {
  margin-bottom: 60px;
}

.news__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .news__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.news__container {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .news__container {
    padding-bottom: 40px;
    position: relative;
  }
}

@media screen and (min-width: 480px) {
  .news__container {
    gap: 15px;
  }
}

@media screen and (min-width: 768px) {
  .news__container {
    min-height: 260px;
    gap: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .news__container {
    min-height: 300px;
    gap: 15px;
  }
}

.news__box {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .news__box {
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .news__box {
    gap: 30px;
  }
}

.news__image-wrapper {
  width: 100%;
  min-height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .news__image-wrapper {
    width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .news__image-wrapper {
    width: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .news__image-wrapper {
    width: 400px;
  }
}

@media screen and (min-width: 1400px) {
  .news__image-wrapper {
    width: 500px;
  }
}

.news__text-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  display: flex;
}

@media screen and (min-width: 480px) {
  .news__text-wrapper {
    width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .news__text-wrapper {
    width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .news__text-wrapper {
    width: 600px;
    gap: 0;
  }
}

@media screen and (min-width: 1400px) {
  .news__text-wrapper {
    width: 700px;
  }
}

.news__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.36;
}

@media screen and (min-width: 1200px) {
  .news__text {
    font-size: 18px;
  }
}

.news__date {
  text-align: left;
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 1200px) {
  .news__date {
    font-size: 16px;
  }
}

.news__button {
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.news__button:hover, .news__button:focus {
  color: #fcb216;
}

.news__button:disabled {
  color: #acacac;
  pointer-events: none;
}

#next-button {
  rotate: 180deg;
}

@media screen and (max-width: 479px) {
  #next-button {
    width: 80px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  #prev-button {
    width: 80px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}

.news__icon {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

@media screen and (min-width: 1200px) {
  .news__icon {
    width: 50px;
    height: 50px;
  }
}

.footer__upperbox {
  min-height: 200px;
  background-color: #202020;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer__lowerbox {
  height: 40px;
  background-color: #000;
  align-items: center;
  display: flex;
}

.footer__container {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.footer__copyright {
  text-align: center;
  color: #f7f7f7;
  font-size: 10px;
}

@media screen and (min-width: 1200px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.footer__logo-link {
  width: 200px;
  display: block;
}

@media screen and (min-width: 1200px) {
  .footer__logo-link {
    width: 300px;
  }
}

.footer__logo {
  width: 100%;
}

.footer__wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer__slogan {
  color: #fcb216;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.footer__slogan--mediumbold {
  font-weight: 400;
}

.footer__slogan--bold {
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .footer__slogan {
    font-size: 24px;
  }
}

.footer__address {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer__address {
    align-items: flex-end;
  }
}

.footer__address-link {
  text-align: right;
  color: #f7f7f7;
  font-size: 14px;
  font-style: normal;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.footer__address-link:hover, .footer__address-link:focus {
  color: #fcb216;
}

@media screen and (min-width: 1200px) {
  .footer__address-link {
    font-size: 18px;
  }
}

.footer__socials {
  justify-content: center;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .footer__socials {
    justify-content: end;
  }
}

@media screen and (min-width: 1200px) {
  .footer__socials {
    font-size: 18px;
  }
}

/*# sourceMappingURL=index.b07a87f3.css.map */
