@charset "UTF-8";
/* Theme Name: Test Ipsum */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f6f4ff;
}

a {
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 0.92em;
}

header {
  padding: 10px 0;
}
header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul li {
  margin: 0 40px;
}

.button {
  color: white;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 20px;
}
.button.red {
  border-radius: 15px;
}

.blue {
  background-color: #4169cb;
}

.red {
  background-color: #fe7972;
}

.light-blue {
  background-color: #93a2e3;
}

#header-left a {
  padding: 7px 17px;
}

.register-button {
  background-color: #4169cb;
  color: white;
  border: none;
  border-radius: 20px;
  text-decoration: none;
}

section {
  border-radius: 45px;
}
section div, section img {
  border-radius: 30px;
  padding: 15px;
}

.hero, .man-text {
  text-align: center;
  border-radius: unset;
}
.hero div, .hero img, .man-text div, .man-text img {
  border-radius: 45px;
  padding: 0;
}
.hero div, .man-text div {
  padding: 2.5vw;
}
.hero p, .man-text p {
  color: white;
  font-size: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero p:last-child, .man-text p:last-child {
  padding: 3vw 0;
}
.hero p:last-child span, .man-text p:last-child span {
  font-size: inherit;
}
.hero span, .man-text span {
  margin-right: 2vw;
  margin-bottom: 2vw;
  font-size: 1.2vw;
}

.hero-image {
  width: 40%;
}

/* Блок с man і текстом */
.man-text img, .man-text div {
  width: 50%;
}
.man-text div {
  background-color: #ffffff;
}
.man-text p {
  color: black;
  font-size: 1.4vw;
}

.iceberg-section {
  padding: 3vw 0 0 0;
  width: 100%;
}

.iceberg-image {
  width: 100%;
  border-radius: unset;
  padding: 0;
}

.iceberg-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vw;
  width: 100%;
  padding-top: 9vw;
}

.text-block {
  background-color: rgba(255, 255, 255, 0.5490196078);
  padding: 1vw;
  border-radius: 2vw;
  width: 50%;
}
.text-block div {
  background-color: rgba(255, 255, 255, 0.5490196078);
  border-radius: 45px;
  margin: 1vw;
}
.text-block div::after {
  position: absolute;
  content: "";
  width: 22%;
  height: 1px;
  left: 50%;
  border-bottom: solid 1px black;
}
.text-block div:first-child::after, .text-block div:last-child::after {
  width: 26%;
}

/* Інформація */
.info {
  padding: 40px 20px;
  margin: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.info-item {
  padding: 20px;
  background-color: #f6f4ff;
  border-radius: 20px;
  color: #4a4a4a;
}
.info-item span:first-child {
  display: block;
  font-size: 5vw;
}

/* Про лекторів */
.lecturers {
  padding: 20px 20px;
  background-color: #ffffff;
  margin: 2vw 25px 0;
}

.lecturer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1vw;
  padding: 20px 0;
}

.lecturer-item {
  text-align: center;
  padding: 0;
}
.lecturer-item img {
  max-width: 100%;
  border-radius: 30px;
  padding: 0;
}
.lecturer-item p {
  padding: 1.5vw;
  background-color: #f6f4ff;
  border-radius: 20px;
  color: #4a4a4a;
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  text-align: left;
}

/* Програма */
.schedule {
  padding: 40px 20px;
  background-color: #93a2e3;
  margin: 20px;
  border-radius: 20px;
  color: white;
}
.schedule li {
  list-style-type: none;
  display: block;
  padding: 0.1vw;
}
.schedule li span {
  display: inline-block;
  color: black;
}
.schedule li span:first-child {
  color: white;
}
.schedule li span.button {
  margin-left: 1vw;
  background-color: white;
  text-wrap: wrap;
  width: 80%;
}

/* Участь у курсі */
.participation {
  padding: 40px 20px;
  background-color: #ffffff;
  margin: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.participation-block {
  width: 30%;
  background-color: #4169cb;
  padding: 20px;
  border-radius: 20px;
  color: white;
}
.participation-block span {
  display: inline-block;
  margin-bottom: 1.5vw;
}

.map-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: unset;
}

.map-section {
  width: 50%;
  border-radius: 20px;
  padding: 0;
}
.map-section img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.registration {
  width: 50%;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0;
  padding: 1vw;
}
.registration h2 {
  color: #4169cb;
  font-size: 2vw;
  padding-top: 2vw;
}
.registration span {
  font-size: 1vw;
}

form {
  margin: 3vw 0;
  position: relative;
  height: 70%;
}
form input {
  width: 100%;
  padding: 1vw;
  height: 3.5vw;
  margin: 0.3vw 0;
  border-radius: 15px;
  border: none;
  background-color: #f6f4ff;
  font-size: 1.4vw;
}
form button {
  width: 100%;
  padding: 1vw;
  margin: 5px 0;
  border-radius: 15px;
  background-color: #5d6bbf;
  color: white;
  border: none;
  position: absolute;
  bottom: 1vw;
  left: 0;
}

footer {
  padding: 20px;
  text-align: center;
}

/* Responsive Design */
@media (min-width: 768px) {
  .hero, .man-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .info-grid, .lecturer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .participation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .info-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .lecturer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .map-registration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}/*# sourceMappingURL=styles.css.map */