@import "./fonts/stylesheet.css";
html,
body {
  scroll-behavior: smooth;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "AeonikT", sans-serif;
  font-size: 26px;
  color: #000;
  line-height: 130%;
  font-weight: 300;
  background: #fff;
  position: relative;
  padding: 0 40px 100px;
  min-height: 100vh;
  background-image: url("/images/main.jpg");
  background-size: cover; /* or 'contain' based on your preference */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0; /* Remove default body margin */
}

.body__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: left;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  color: #001fc3;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  padding: 0 55px;
}

.reg-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 39px;
}

.vid-above-msg {
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
}

h1 {
  font-weight: 300;
  font-size: 74px;
  line-height: 120%;
  text-transform: uppercase;
}
h1 span {
  color: #002224;
}

h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 120%;
}

h3 {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
}

h4 {
  font-weight: 700;
  font-size: 37px;
  line-height: 120%;
}

h5 {
  font-size: 33px;
  line-height: 120%;
  font-weight: 300;
}

h6 {
  font-size: 29px;
  line-height: 120%;
  font-weight: 700;
}

p.big {
  font-weight: 300;
  font-size: 33px;
  line-height: 130%;
}
p.sm {
  font-size: 23px;
  line-height: 130%;
}

.main {
  overflow: hidden;
  position: relative;
  max-width: 1470px;
  max-width: 1183px;
  max-width: 886px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 112.02px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  line-height: 100%;
  font-family: "AeonikT", sans-serif;
  padding: 20px 25px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
}
.button.primary {
  border: 1px solid transparent;
  color: #002224;
  background-color: #45db61;
}
.button.primary:hover {
  opacity: 1;
  background-color: #38974a;
  color: #fff;
  border-color: #fff;
}

.video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3960784314);
  opacity: 0.3;
}
.video.active {
  opacity: 1;
}
.video.active::after {
  display: none;
}
.video.active .video__play::before {
  display: none;
}
.video.active .video__play::after {
  display: none;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.video video:hover ~ .video__play.active {
  opacity: 1;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -45%);
  z-index: 3;
  cursor: pointer;
}
.video__play:hover {
  opacity: 1;
}
.video__play:hover span {
  background-color: #03706D;
}
.video__play.active {
  opacity: 0;
}
.video__play.active span img {
  display: none;
}
.video__play.active span::after {
  display: block;
}
.video__play.active span::before {
  display: block;
}
.video__play.active:hover {
  opacity: 1;
}
.video__play span {
  width: 75px;
  height: 75px;
  background-color: rgba(3, 112, 109, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.video__play span::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  width: 5%;
  height: 30%;
  background-color: #fff;
  transform: translateY(-50%);
}
.video__play span::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 40%;
  width: 5%;
  height: 30%;
  background-color: #fff;
  transform: translateY(-50%);
}
.video__play span img {
  width: 15%;
  max-width: 15px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #03706D;
}
.header__inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  width: 192px;
}
.header__inner-logo img {
  width: 100%;
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: flex;
  align-items: center;
}
.nav__inner li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li a {
  font-size: 33px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  padding: 10px;
}
.nav__inner li a.active {
  color: #bde350;
  color: #45db61;
}
.nav__inner li a:hover {
  opacity: 1;
  color: #bde350;
  color: #45db61;
}

.burger {
  display: none;
}

.footer {
  background-color: #03706D;
  padding: 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__inner-logo {
  width: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 19px;
}
.footer__inner-logo img {
  width: 100%;
}

.about .auto__container {
  padding: 0;
}
.about__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 25px 0 25px 25px;
  padding: 25px 25px 25px 25px;
}
.about__inner.np {
  padding: 0;
}
.about__inner-image {
  position: relative;
  padding-bottom: 66%;
}
.about__inner-image-wrapper {
  width: 50%;
}
.about__inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.about__inner-content {
  width: 50%;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 55px 30px 30px;
}

.elana-caring-img {
  transform: scale(1.25) translateX(7.5%);
}

.expect-block .bp {
  margin-left: 9px;
  margin-right: 4px;
}
.expect-block .first {
  margin-top: 6px;
}
.expect-block .last {
  margin-bottom: 6px;
}

.hero {
  padding: 27px 0 35px;
  background-color: #002224;
  color: #fff;
}
.hero .header-logo {
  width: 100%;
  max-width: 460px;
  max-width: 353px;
  margin-bottom: 22px;
  margin-top: 5px;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__inner-top {
  background-color: #03706D;
  color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.hero__inner-logo {
  width: 70%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.hero__inner-logo img {
  width: 100%;
}
.hero__inner-text h4 {
  margin-bottom: 14px;
  line-height: 130%;
  font-weight: 500;
  font-size: 27px;
}
.hero__inner-text h4 span {
  color: #002224;
  color: rgba(255, 255, 255, 0.768627451);
}
.hero__inner-text p {
  max-width: none;
  margin: 0 auto 22px;
  font-size: 18px;
  font-weight: 400;
}

.bottom-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.bottom-button-container.info {
  margin-top: 12px;
}
.bottom-button-container.faq {
  margin-top: 65px;
  margin-bottom: 30px;
}

.expect__inner {
  padding: 50px 0 90px;
  padding: 37px 0 58px;
  padding: 43px 0 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expect__inner-content {
  width: calc(43% - 10px);
  max-width: 530px;
}
.expect__inner-banner {
  width: calc(57% - 10px);
  width: 100%;
  max-width: 780px;
}
.expect__inner h3 {
  margin-bottom: 30px;
}

.themes {
  background-color: #f5fdfd;
}
.themes__inner {
  padding: 60px 0 80px;
  border-top: 3px solid #f5fdfd;
  border-bottom: 3px solid #f5fdfd;
}
.themes__inner-title {
  margin-bottom: 40px;
}
.themes__inner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.themes__inner h3 {
  margin-bottom: 24px;
}
.themesItem {
  width: calc(25% - 10px);
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
}
.themesItem:hover {
  opacity: 1;
}
.themesItem:hover img {
  transform: scale(1.05);
}
.themesItem__image {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
}
.themesItem__image .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.3s ease;
}
.themesItem h6 {
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.themesItem .theme-desc-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.themesItem p {
  max-width: 168px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.themesItem p.fourth-theme {
  max-width: 139px;
}

.agenda-info {
  padding-left: 60px;
  padding-right: 60px;
}

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

.company-row-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.company-row-alt .company-logo {
  width: 25%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
}

.company__inner {
  padding: 80px 0 100px;
  padding: 34px 0 26px;
}
.company__inner-title {
  margin-bottom: 40px;
}
.company__inner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.company__inner h3 {
  margin-bottom: 24px;
}
.companyItem {
  width: calc(20% - 10px);
  margin: 15px 5px;
}
.companyItem__logo {
  width: 100%;
  position: relative;
  padding-bottom: 48%;
}
.companyItem__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.agenda-page-top, .faq-page-top {
  height: 40px;
  background-color: #f5fdfd;
}

.info {
  padding: 110px 0;
}
.info__inner-title {
  margin-bottom: 30px;
}
.info__inner h2 {
  margin-bottom: 16px;
}
.info__inner p {
  font-size: 18px;
}
.infoContent {
  margin-bottom: 50px;
}
.infoContent:last-child {
  margin: 0;
}
.infoContent h4 {
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.infoContent ul li .time {
  width: 160px;
  display: flex;
  min-width: 160px;
  font-size: 20px;
}
.infoContent ul li .location-container {
  font-style: italic;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 2px;
}
.infoContent ul li .location-container .pin-container {
  width: 18px;
  height: 18px;
}
.infoContent ul li .location-container .pin-container .location-text {
  height: 18px;
}
.infoContent ul li .info-container {
  display: flex;
  flex-direction: column;
}
.infoContent ul li .info-container .sm {
  font-weight: 300;
}
.infoContent ul li {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.infoItem {
  border-bottom: 1px solid #7f7f7f;
}
.infoItem:first-child {
  border-top: 1px solid #7f7f7f;
}
.infoItem__head {
  padding: 35px 60px 35px 0;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.infoItem__head.active::before {
  transform: translateY(-40%) rotate(-45deg);
}
.infoItem__head::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 3px solid #002224;
  border-right: 3px solid #002224;
  transform: translateY(-70%) rotate(135deg);
  transition: 0.3s ease;
}
.infoItem__body {
  max-height: 0;
  opacity: 0;
  transition: 0.4s ease;
  overflow: hidden;
}
.infoItem__body.active {
  padding: 0 0 30px 0;
  opacity: 1;
  max-height: 400px;
}
.infoItem h5 {
  text-transform: uppercase;
  line-height: 130%;
}
.infoItem p {
  line-height: 150%;
}

@media (max-width: 6000px) {
  .auto__container {
    padding: 0 40px;
  }
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 45px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 25px;
  }
  p.big {
    font-size: 29px;
  }
  p.sm {
    font-size: 20px;
  }
  body {
    font-size: 22px;
    line-height: 135%;
  }
  .main {
    padding-top: 47.47px;
  }
  .header__inner {
    padding: 4px 0;
  }
  .header__inner-logo {
    width: 210px;
    width: 170px;
  }
  .nav__inner li {
    margin-right: 40px;
  }
  .nav__inner li a {
    font-size: 28px;
    font-size: 23px;
    line-height: 100%;
  }
  .about__inner-content {
    padding: 30px 40px 30px 30px;
  }
  .info {
    padding: 30px 0;
  }
  .infoContent ul li {
    margin-bottom: 20px;
  }
  .infoItem__head {
    padding: 28px 55px 28px 0;
  }
  .infoItem__head::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 6000px) {
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 51px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 19px;
  }
  p.big {
    font-size: 21px;
  }
  p.sm {
    font-size: 16px;
  }
  body {
    font-size: 18px;
    line-height: 135%;
    padding: 0 30px 80px;
  }
  .button {
    font-size: 20px;
    padding: 14px 17px;
  }
  .themes__inner {
    padding: 40px 0 60px;
    padding: 30px 0 36px;
    padding: 30px 0 43px;
  }
  .themes__inner-title {
    margin-bottom: 24px;
  }
  .themes__inner h3 {
    margin-bottom: 16px;
  }
  .themesItem {
    width: calc(25% - 14px);
  }
  .themesItem__image {
    margin-bottom: 10px;
  }
  .themesItem h6 {
    margin-bottom: 10px;
  }
  .footer {
    padding: 40px 0 60px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .themesItem p {
    max-width: unset;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .auto__container {
    padding: 0 30px;
  }
  .main {
    padding-top: 80px;
  }
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 34px;
  }
  p.big {
    font-size: 22px;
  }
  p.sm {
    font-size: 18px;
  }
  body {
    font-size: 18px;
    padding: 0;
  }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: sticky;
    animation-duration: 0.4s;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1294117647);
  }
  .header__inner {
    padding: 20px 0;
  }
  .header__inner-logo {
    width: 180px;
  }
  body.active {
    overflow: hidden;
  }
  .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    flex-direction: column;
    position: absolute;
    justify-content: unset;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 360px;
    z-index: 1;
    padding: 50px 20px 20px 20px;
    height: 100%;
    overflow-y: auto;
    background: #03706D;
  }
  .nav__inner li {
    margin: 0 0 30px 0;
  }
  .nav__inner li:last-child {
    margin: 0;
  }
  .nav__inner li a {
    font-size: 33px;
  }
  .burger {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 18%;
    width: 100%;
    height: 4px;
    background-color: #9cd325;
    background-color: #3dc459;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 4px;
    background-color: #9cd325;
    background-color: #3dc459;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 18%;
    width: 100%;
    height: 4px;
    background-color: #9cd325;
    background-color: #3dc459;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .hero {
    padding: 40px 0 70px;
  }
  .hero__inner-logo {
    width: 250px;
  }
  .hero__inner-top {
    padding: 40px;
    max-width: 520px;
    margin-bottom: 25px;
  }
  .about__inner-content {
    padding: 30px 30px 30px 20px;
  }
  .info {
    padding: 60px 0;
  }
  .info__inner-title {
    margin-bottom: 30px;
  }
  .info__inner h2 {
    margin-bottom: 20px;
  }
  .infoContent {
    margin-bottom: 30px;
  }
  .infoContent h4 {
    margin-bottom: 20px;
  }
  .infoItem__head {
    padding: 24px 45px 24px 0;
  }
  .infoItem__head::before {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 28px;
  }
  .video__play span {
    width: 60px;
    height: 60px;
  }
  .expect__inner {
    padding: 30px 0 60px;
    border-width: 2px;
  }
  .expect__inner h3 {
    margin-bottom: 20px;
  }
  .themes__inner {
    padding: 30px 0;
  }
  .themes__inner-title {
    margin-bottom: 20px;
  }
  .themes__inner-row {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .themesItem {
    width: calc(50% - 20px);
    max-width: unset;
    margin: 15px 10px;
  }
  .themesItem p.fourth-theme {
    max-width: unset;
  }
  .agenda-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .company__inner {
    padding: 50px 0;
    border-width: 2px;
  }
}
@media (max-width: 750px) {
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 34px;
  }
  .expect__inner {
    padding: 30px 0;
    flex-direction: column;
  }
  .expect__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .expect__inner-banner {
    width: 100%;
    max-width: unset;
  }
  .expect__inner h3 {
    margin-bottom: 15px;
  }
  .themes__inner-row {
    margin: 0 -6px;
  }
  .themesItem {
    width: calc(50% - 12px);
    margin: 12px 6px;
  }
  .about__inner {
    flex-direction: column;
  }
  .about__inner-image-wrapper {
    width: 100%;
  }
  .about__inner-image-wrapper:last-child {
    margin: 0;
  }
  .about__inner-content {
    width: 100%;
    max-width: unset;
    padding: 0 30px 30px;
  }
  .companyItem {
    width: calc(25% - 10px);
  }
  .companyItem__logo img {
    width: 85%;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 20px;
  }
  .main {
    padding-top: 70px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p.big {
    font-size: 22px;
  }
  p.sm {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .button {
    font-size: 18px;
    padding: 13px 20px;
  }
  .video__play span {
    width: 50px;
    height: 50px;
  }
  .header__inner-logo {
    width: 130px;
  }
  .nav {
    top: 70px;
    height: calc(100% - 70px);
  }
  .burger {
    width: 30px;
    height: 30px;
  }
  .burger::before {
    height: 3px;
  }
  .burger span {
    height: 3px;
  }
  .burger::after {
    height: 3px;
  }
  .hero {
    padding: 30px 0;
  }
  .hero__inner-logo {
    width: 70%;
    max-width: 220px;
    margin-bottom: 20px;
  }
  .hero__inner-top {
    padding: 30px;
  }
  .hero__inner-text h4 {
    margin-bottom: 20px;
  }
  .hero__inner-text p {
    margin-bottom: 20px;
  }
  .themes__inner-title {
    margin-bottom: 24px;
  }
  .themes__inner-row {
    flex-direction: column;
    margin: 0;
  }
  .themesItem {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .themesItem:last-child {
    margin: 0;
  }
  .about__inner-content {
    padding: 0 20px 30px;
  }
  .about__inner-image-wrapper {
    margin-bottom: 15px;
  }
  .info {
    padding: 30px 0;
  }
  .info__inner-title {
    margin-bottom: 24px;
  }
  .info__inner h2 {
    margin-bottom: 15px;
  }
  .infoContent {
    margin-bottom: 24px;
  }
  .infoContent h4 {
    margin-bottom: 16px;
  }
  .infoContent ul li {
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .infoContent ul li .time {
    width: 100px;
    min-width: 100px;
  }
  .infoItem__head {
    padding: 20px 40px 20px 0;
  }
  .infoItem__head::before {
    right: 10px;
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .infoItem h5 {
    font-size: 16px;
  }
  .company__inner {
    padding: 30px 0;
  }
  .company__inner-title {
    margin-bottom: 24px;
  }
  .company__inner h3 {
    margin-bottom: 16px;
  }
  .companyItem {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }
  .companyItem__logo img {
    width: 75%;
  }
  .footer {
    padding: 30px 0 40px;
    padding: 0;
  }
}

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