@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body * {
  box-sizing: border-box;
}

.container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

h2 {
  margin: 0 0 24px;
  padding: 0;
}

p {
  margin: 0;
  padding: 0 0 16px;
}

.section {
  scroll-margin-top: 120px;
  padding: 112px 0;
}
.section .head {
  margin: 0 auto 80px;
}
.section .head .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #080809;
  margin-bottom: 16px;
}
.section .head .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #080809;
  margin: 0 0 24px;
  padding: 0;
}
.section .head .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #080809;
}

html.js .section > .container {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
html.js .section.is-visible > .container {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html.js .section > .container {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html.js .section.is-visible > .container {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 1460px) {
  .container {
    max-width: 100%;
  }
  .section {
    padding: 96px 0;
    scroll-margin-top: 104px;
  }
  .section .head {
    margin: 0 auto 64px;
  }
  .section .head .title {
    font-size: 44px;
  }
  .section .head .text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .section {
    padding: 64px 0;
    scroll-margin-top: 88px;
  }
  .section .head {
    margin: 0 auto 40px;
  }
  .section .head .label {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .section .head .title {
    font-size: 34px;
    margin: 0 0 16px;
  }
  .section .head .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section {
    padding: 56px 0;
  }
  .section .head {
    margin: 0 auto 32px;
  }
  .section .head .title {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.js .section > .container {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html.js .section.is-visible > .container {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.form .is-disabled,
.wpcf7-form .is-disabled,
.wpcf7-submit.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox .wpcf7-list-item-label::before,
.checkbox .wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

header.header {
  background: #1e3a8a;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header.header .inner {
  padding: 15px 0;
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .logo-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
header.header .logo-block .logo {
  max-height: 30px;
  position: relative;
  display: block;
  width: 50px;
}
header.header .logo-block img {
  max-height: 60px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
header.header .logo-block nav.nav .menu {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
header.header .logo-block nav.nav li.item a.link {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  text-decoration: none;
}
header.header .actions {
  display: flex;
  gap: 16px;
}
header.header .actions .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header .actions .btn.btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 133px;
  height: 42px;
  color: #fff;
}
header.header .actions .btn.btn--primary {
  border: 1px solid #fff;
  width: 118px;
  height: 42px;
  background: #fff;
  color: #080809;
}

@media (max-width: 1460px) {
  header.header .inner {
    margin: 0;
  }
}
@media (min-width: 768px) {
  header.header .burger {
    display: none;
  }
}
@media (max-width: 1199px) {
  header.header .logo-block {
    gap: 20px;
  }
  header.header .logo-block nav.nav .menu {
    gap: 20px;
  }
  header.header .logo-block nav.nav li.item a.link {
    font-size: 15px;
  }
  header.header .actions {
    gap: 12px;
  }
  header.header .actions .btn {
    padding: 0 18px;
    width: auto;
  }
  header.header .actions .btn.btn--secondary, header.header .actions .btn.btn--primary {
    width: auto;
    min-width: 118px;
  }
}
@media (max-width: 991px) {
  header.header .logo-block {
    gap: 16px;
  }
  header.header .logo-block nav.nav .menu {
    gap: 16px;
  }
  header.header .logo-block nav.nav li.item a.link {
    font-size: 14px;
  }
  header.header .actions .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header.header .inner {
    padding: 12px 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 0;
  }
  header.header .logo-block {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header.header .logo-block .logo {
    display: inline-flex;
    align-items: center;
  }
  header.header .logo-block img {
    max-height: 60px;
  }
  header.header .logo-block .burger {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  header.header .logo-block .burger span {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
  }
  header.header .logo-block .burger span:nth-child(1) {
    top: 14px;
  }
  header.header .logo-block .burger span:nth-child(2) {
    top: 21px;
  }
  header.header .logo-block .burger span:nth-child(3) {
    top: 28px;
  }
  header.header .logo-block nav.nav {
    display: none;
    width: 100%;
    margin-top: 16px;
  }
  header.header .logo-block nav.nav .menu {
    flex-direction: column;
    gap: 0;
  }
  header.header .logo-block nav.nav li.item {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  header.header .logo-block nav.nav li.item a.link {
    display: block;
    padding: 14px 0;
    font-size: 16px;
  }
  header.header .actions {
    display: none;
    width: 100%;
    margin-top: 16px;
    flex-direction: column;
    gap: 12px;
  }
  header.header .actions .btn {
    width: 100%;
    height: 46px;
  }
  header.header .actions .btn.btn--secondary, header.header .actions .btn.btn--primary {
    width: 100%;
  }
  header.header.menu-open .logo-block nav.nav {
    display: block;
  }
  header.header.menu-open .logo-block .burger span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
  header.header.menu-open .logo-block .burger span:nth-child(2) {
    opacity: 0;
  }
  header.header.menu-open .logo-block .burger span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
  header.header.menu-open .actions {
    display: flex;
  }
}
.hero.section {
  padding: 80px 0;
}
.hero.section .inner {
  display: flex;
  background: #f2f2f2;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  min-height: 640px;
  align-items: center;
  overflow: hidden;
}
.hero.section .content {
  flex: 0 0 50%;
  width: 50%;
  padding: 20px 25px;
}
.hero.section .content .section-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 24px;
}
.hero.section .content .section-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #080809;
  margin-bottom: 15px;
}
.hero.section .content .section-text p, .hero.section .content .section-text li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.hero.section .content .section-text ul {
  padding: 0 40px 16px;
  margin: 0;
}
.hero.section .content .actions {
  display: flex;
  gap: 16px;
}
.hero.section .content .actions .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  height: 46px;
  text-decoration: none;
}
.hero.section .content .actions .btn.btn--primary {
  border: 1px solid #1e3a8a;
  width: 126px;
  color: #fff;
  background: #1e3a8a;
}
.hero.section .content .actions .btn.btn--primary:hover {
  background: #1d4ed8;
}
.hero.section .content .actions .btn.btn--secondary {
  width: 141px;
  border: 1px solid rgba(8, 8, 9, 0.15);
  color: #080809;
}
.hero.section .content .actions .btn.btn--secondary:hover {
  border-color: #1e3a8a;
  color: #1e3a8a;
  background: rgba(30, 58, 138, 0.06);
}
.hero.section .content .actions .btn.btn--alert {
  border: 1px solid #dc2626;
  color: #fff;
  width: auto;
  padding: 0 20px;
  background: #dc2626;
}
.hero.section .content .actions .btn.btn--alert:hover {
  background: #b91c1c;
}
.hero.section .media {
  flex: 0 0 50%;
  width: 50%;
  margin: -1px 0 -1px 0;
  overflow: hidden;
}
.hero.section .media img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 640px;
}

@media (max-width: 1199px) {
  .hero.section .inner {
    min-height: 560px;
  }
  .hero.section .content {
    padding: 40px;
  }
  .hero.section .content .section-title {
    font-size: 60px;
  }
  .hero.section .media img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero.section .inner {
    min-height: auto;
  }
  .hero.section .content .section-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero.section {
    padding: 40px 0;
  }
  .hero.section .inner {
    flex-direction: column;
    align-items: stretch;
  }
  .hero.section .content,
  .hero.section .media {
    width: 100%;
    flex: 0 0 100%;
  }
  .hero.section .content {
    padding: 32px 24px;
  }
  .hero.section .content .section-title {
    font-size: 40px;
  }
  .hero.section .content .section-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .hero.section .media img {
    width: 100%;
    max-height: 420px;
  }
}
@media (max-width: 575px) {
  .hero.section .content {
    padding: 20px 15px;
  }
  .hero.section .content .section-title {
    font-size: 32px;
  }
  .hero.section .content .actions {
    flex-direction: column;
  }
  .hero.section .content .actions .btn {
    width: 100%;
  }
  .hero.section .content .actions .btn.btn--primary, .hero.section .content .actions .btn.btn--secondary {
    width: 100%;
  }
  .hero.section .media img {
    max-height: 320px;
  }
}
.program.section {
  background: #0c1737;
  color: #fff;
}
.program.section .inner {
  display: flex;
  gap: 80px;
}
.program.section .inner .left {
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
}
.program.section .inner .left .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 0 0 16px;
  margin: 0;
}
.program.section .inner .left .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0;
  margin: 0;
}
.program.section .inner .right {
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
}
.program.section .inner .right .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 24px;
}
.program.section .inner .right .text p {
  margin: 0;
  padding: 0 0 16px;
}
.program.section .inner .right .stats {
  display: flex;
  gap: 64px;
}
.program.section .inner .right .stats .card {
  width: 50%;
  flex: 0 0 calc(50% - 32px);
}
.program.section .inner .right .stats .card .value {
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 8px;
}
.program.section .inner .right .stats .card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}

@media (max-width: 991px) {
  .program.section .inner {
    flex-direction: column;
    gap: 32px;
  }
  .program.section .inner .left,
  .program.section .inner .right {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .program.section .inner .left .title {
    font-size: 36px;
  }
  .program.section .inner .right .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .program.section .inner .right .stats {
    gap: 24px;
  }
  .program.section .inner .right .stats .card {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .program.section .inner .right .stats .card .value {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .program.section .inner .right .stats {
    flex-direction: column;
    gap: 20px;
  }
  .program.section .inner .right .stats .card {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section.new-program {
  background: #f2f2f2;
}
.section.new-program .inner {
  max-width: 850px;
  margin: 0 auto;
}
.section.new-program .cards {
  display: flex;
  gap: 32px;
  flex-direction: column;
  max-width: 990px;
  margin: 0 auto 30px;
}
.section.new-program .cards h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin: 0;
}
.section.new-program .cards .card {
  border: 1px solid rgba(8, 8, 8, 0.15);
  border-radius: 8px;
  padding: 24px 32px;
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
.section.new-program .cards .card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.section.new-program .bottom {
  margin-top: 80px;
}
.section.new-program .bottom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 24px;
}
.section.new-program .bottom .actions .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 46px;
  padding: 10px 24px;
  border: 1px solid #1e3a8a;
  margin: 0 auto;
  background: #1e3a8a;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
}
.section.new-program .btn.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(8, 8, 9, 0.15);
  padding: 10px 24px;
  height: 46px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  cursor: pointer;
  margin: 0 auto;
  gap: 20px;
  white-space: nowrap;
}
.section.new-program .btn.download-btn img {
  max-width: 32px;
  max-height: 100%;
}

@media (max-width: 768px) {
  .section.new-program .cards {
    gap: 15px;
  }
  .section.new-program .cards h3 {
    font-size: 26px;
  }
  .section.new-program .cards .card {
    padding: 20px 15px;
    font-size: 18px;
  }
  .section.new-program .bottom {
    margin-top: 30px;
  }
}
.audience.section .head {
  max-width: 780px;
}
.audience.section .cards {
  display: flex;
  gap: 32px;
}
.audience.section .cards article.card {
  flex: 0 0 calc(50% - 16px);
  width: calc(50% - 16px);
  background: #f2f2f2;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.audience.section .cards article.card .content {
  padding: 18px;
  flex: 0 0 50%;
  width: 50%;
}
.audience.section .cards article.card .content .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #080809;
  margin-bottom: 8px;
}
.audience.section .cards article.card .content .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 8px;
}
.audience.section .cards article.card .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}
.audience.section .cards article.card .media {
  flex: 0 0 50%;
  width: 50%;
  overflow: hidden;
}
.audience.section .cards article.card .media img {
  display: block;
  object-fit: cover;
  max-height: 350px;
  object-position: center top;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .audience.section .cards {
    flex-direction: column;
  }
  .audience.section .cards article.card {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .audience.section .cards article.card {
    flex-direction: column;
  }
  .audience.section .cards article.card .content,
  .audience.section .cards article.card .media {
    width: 100%;
    flex: 0 0 100%;
  }
  .audience.section .cards article.card .content {
    padding: 24px;
  }
  .audience.section .cards article.card .media img {
    max-height: 320px;
  }
}
@media (max-width: 575px) {
  .audience.section .cards article.card .content .title {
    font-size: 24px;
  }
  .audience.section .cards article.card .media img {
    max-height: 260px;
  }
}
.why-now {
  background: #f2f2f2;
}
.why-now .cards {
  display: flex;
  gap: 32px;
}
.why-now .cards .card {
  width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  background: #fff;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 480px;
}
.why-now .cards .card:first-child {
  width: calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  display: flex;
  flex-flow: nowrap;
}
.why-now .cards .card:first-child .content {
  width: 50%;
  flex: 0 0 50%;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.why-now .cards .card:first-child .label,
.why-now .cards .card:first-child .title,
.why-now .cards .card:first-child .text {
  width: 100%;
}
.why-now .cards .card:first-child .media {
  width: 50%;
  flex: 0 0 50%;
}
.why-now .cards .card:first-child .media img {
  display: block;
  object-fit: cover;
  max-height: 480px;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.why-now .cards .card .content {
  padding: 24px;
}
.why-now .cards .card .content .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #080809;
  width: 100%;
  margin-bottom: 8px;
}
.why-now .cards .card .content .title {
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 8px;
}
.why-now .cards .card .content .text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}
.why-now .cards .card .media {
  width: 100%;
  flex: 0 0 100%;
}
.why-now .cards .card .media img {
  display: block;
  object-fit: cover;
  max-height: 170px;
  object-position: center center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1460px) {
  .why-now .cards {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .why-now .cards {
    flex-wrap: wrap;
    gap: 24px;
  }
  .why-now .cards .card {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    min-height: 420px;
  }
  .why-now .cards .card:first-child {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .why-now .cards .card {
    width: 100%;
    flex: 0 0 100%;
    min-height: 0;
  }
  .why-now .cards .card:first-child {
    flex-flow: column;
  }
  .why-now .cards .card:first-child .content,
  .why-now .cards .card:first-child .media {
    width: 100%;
    flex: 0 0 100%;
  }
  .why-now .cards .card:first-child .content {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .why-now .cards .card:first-child .media img {
    max-height: 280px;
  }
  .why-now .cards .card .content .title {
    font-size: 24px;
  }
  .why-now .cards .card .media img {
    max-height: 220px;
  }
}
.intensive .cards {
  display: flex;
  gap: 32px;
}
.intensive .cards .card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: auto;
  flex: 0 0 calc(50% - 16px);
  min-height: 624px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  background: #ccc;
}
.intensive .cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--card-bg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
  will-change: transform;
}
.intensive .cards .card:hover::before {
  transform: scale(1.05);
}
.intensive .cards .card .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}
.intensive .cards .card .title {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 24px;
}
.intensive .cards .card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.intensive .cards .card .text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .intensive .cards .card {
    width: calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    min-height: 560px;
  }
  .intensive .cards .card .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .intensive .cards {
    flex-direction: column;
  }
  .intensive .cards .card {
    width: 100%;
    flex: 0 0 100%;
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .intensive .cards .card {
    padding: 32px 24px;
    min-height: 420px;
  }
  .intensive .cards .card .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .intensive .cards .card {
    min-height: 360px;
    padding: 24px 20px;
  }
  .intensive .cards .card .title {
    font-size: 28px;
  }
}
.section.skills {
  background: #f2f2f2;
}
.section.skills .tabs {
  background: #fff;
  display: flex;
  align-items: stretch;
}
.section.skills .tabs .tabs-nav {
  flex: 0 0 480px;
  display: flex;
  flex-flow: column;
}
.section.skills .tabs .tabs-nav .tab-btn {
  border-right: 1px solid rgba(8, 8, 9, 0.15);
  border-bottom: 1px solid rgba(8, 8, 9, 0.15);
  border-top: none;
  border-left: none;
  padding: 24px 32px;
  height: 89px;
  text-align: left;
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #080809;
  background: rgba(8, 8, 9, 0.15);
  cursor: pointer;
}
.section.skills .tabs .tabs-nav .tab-btn.is-active {
  background: #fff;
  border-right-color: #fff;
}
.section.skills .tabs .tabs-content {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  transition: height 0.45s ease;
  box-sizing: border-box;
}
.section.skills .tabs .tab-panel {
  padding: 64px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(60px);
  transition: transform 0.45s ease, opacity 0.45s ease, visibility 0s linear 0.45s;
}
.section.skills .tabs .tab-panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.section.skills .tabs .tab-panel.is-entering {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translateX(60px);
  z-index: 1;
}
.section.skills .tabs .tab-panel.is-entering.is-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translateX(0);
  z-index: 1;
}
.section.skills .tabs .tab-panel.is-leaving {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translateY(-40px);
  z-index: 2;
}
.section.skills .tabs .result .body .title {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 24px;
}
.section.skills .tabs .result .body .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  margin-bottom: 16px;
}
.section.skills .tabs .result .body a.btn {
  display: flex;
  border: 1px solid rgba(8, 8, 9, 0.15);
  width: 121px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .section.skills .tabs .tabs-nav {
    flex: 0 0 360px;
  }
  .section.skills .tabs .tabs-nav .tab-btn {
    font-size: 22px;
    padding: 20px 24px;
    height: 76px;
  }
  .section.skills .tabs .tabs-content {
    padding: 0;
  }
  .section.skills .tabs .tabs-content .result .body .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section.skills .tabs {
    flex-direction: column;
    display: block;
  }
  .section.skills .tabs .tabs-nav {
    width: 100%;
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .section.skills .tabs .tabs-nav .tab-btn {
    flex: 0 0 50%;
    height: auto;
    min-height: 72px;
    font-size: 20px;
    border-right: 1px solid rgba(8, 8, 9, 0.15);
  }
  .section.skills .tabs .tabs-nav .tab-btn.is-active {
    border-right-color: rgba(8, 8, 9, 0.15);
  }
  .section.skills .tabs .tabs-content .tab-panel {
    padding: 24px;
  }
  #skills .tab-panel,
  #skills .tab-panel.is-entering,
  #skills .tab-panel.is-entering.is-active,
  #skills .tab-panel.is-leaving {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section.skills .tabs .tabs-nav .tab-btn {
    flex: 0 0 100%;
    font-size: 18px;
    padding: 16px 20px;
    min-height: 0;
  }
  .section.skills .tabs .tabs-content .result .body .title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .section.skills .tabs .tabs-content .result .body .text {
    font-size: 16px;
  }
  .section.skills .tabs .tabs-content .result .body a.btn {
    width: 100%;
  }
}
.section.process .head .actions {
  margin-top: 32px;
}
.section.process .head .actions a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(8, 8, 9, 0.15);
  padding: 10px 24px;
  width: 121px;
  height: 46px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  cursor: pointer;
  margin: 0 auto;
}
.section.process .steps {
  display: flex;
}
.section.process .steps .step {
  padding: 22px 10px 10px;
  text-align: center;
  position: relative;
  border-top: 3px solid #000;
}
.section.process .steps .step:before, .section.process .steps .step:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 15px;
  background: #080809;
  border: 8px solid #fff;
  border-radius: 100%;
}
.section.process .steps .step:after {
  background: none;
  width: 15px;
  height: 15px;
  border: 0;
  transition: 200ms;
}
.section.process .steps .step .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #080809;
  margin-bottom: 8px;
}
.section.process .steps .step .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #080809;
}
.section.process .steps .step:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.section.process .steps .step:hover:after {
  width: 30px;
  height: 30px;
  border: 2px solid #080809;
  transition: 200ms;
}

@media (max-width: 1199px) {
  .section.process .steps {
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .section.process .steps .step {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 991px) {
  .section.process .steps .step {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .section.process .steps {
    flex-direction: column;
    gap: 0;
  }
  .section.process .steps .step {
    width: 100%;
    flex: 0 0 100%;
    text-align: left;
    padding: 12px 0 12px 24px;
    border-top: none;
    border-left: 3px solid #000;
  }
  .section.process .steps .step:before, .section.process .steps .step:after {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .section.process .steps .step .title,
  .section.process .steps .step .text {
    text-align: left;
  }
  .section.process .steps .step .title {
    font-size: 24px;
  }
  .section.process .steps .step:hover {
    box-shadow: none;
  }
  .section.process .steps .step:hover:after {
    width: 15px;
    height: 15px;
    border: 0;
  }
}
.section.certificate {
  background: #d9d9da;
}
.section.certificate .inner {
  background: #f2f2f2;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.section.certificate .inner .media {
  width: 50%;
  flex: 0 0 50%;
  overflow: hidden;
}
.section.certificate .inner .media img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 640px;
}
.section.certificate .inner .content {
  width: 50%;
  flex: 0 0 50%;
  padding: 20px 48px;
}
.section.certificate .inner .content .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #080809;
  margin-bottom: 16px;
}
.section.certificate .inner .content .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 24px;
}
.section.certificate .inner .content .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #080809;
}
.section.certificate .inner .content .text ul {
  display: flex;
  gap: 16px;
  flex-flow: column;
  margin: 16px 0 0;
  padding-left: 25px;
}
.section.certificate .inner .content .text li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}

@media (max-width: 991px) {
  .section.certificate .inner {
    flex-direction: column;
  }
  .section.certificate .inner .media,
  .section.certificate .inner .content {
    width: 100%;
    flex: 0 0 100%;
  }
  .section.certificate .inner .media img {
    width: 100%;
    max-height: 420px;
  }
  .section.certificate .inner .content {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .section.certificate .inner .content .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .section.certificate .inner .content .text p {
    font-size: 16px;
  }
  .section.certificate .inner .content .text ul {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .section.certificate .inner .media img {
    max-height: 280px;
  }
  .section.certificate .inner .content {
    padding: 24px 20px;
  }
  .section.certificate .inner .content .title {
    font-size: 30px;
  }
}
.certificates-gallery.section {
  background: #fff;
  padding: 61px 0;
}
.certificates-gallery .head {
  max-width: 860px;
}
.certificates-gallery__slider {
  width: 100%;
}
.certificates-gallery__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.certificates-gallery__item {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  flex: 0 0 calc((100% - 96px) / 5);
  max-width: calc((100% - 96px) / 5);
}
.certificates-gallery__item:focus-visible {
  outline: none;
}
.certificates-gallery__item:hover .certificates-gallery__card, .certificates-gallery__item:focus-visible .certificates-gallery__card {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(8, 8, 9, 0.12);
  border-color: rgba(30, 58, 138, 0.25);
}
.certificates-gallery__card {
  display: block;
  height: 100%;
  background: #f2f2f2;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.certificates-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 14px;
  aspect-ratio: 3/4;
  border-bottom: 1px solid rgba(8, 8, 9, 0.08);
}
.certificates-gallery__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 4px 14px rgba(8, 8, 9, 0.08);
}
.certificates-gallery__name {
  display: block;
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #080809;
}
.certificates-gallery__hint {
  display: none;
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%;
  color: rgba(8, 8, 9, 0.65);
  text-align: center;
}

@media (max-width: 1199px) {
  .certificates-gallery__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
  .certificates-gallery__name {
    font-size: 16px;
    padding: 14px;
  }
}
@media (max-width: 1199px) {
  .certificates-gallery__track {
    gap: 20px;
  }
  .certificates-gallery__item {
    flex: 0 0 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
  .certificates-gallery__name {
    font-size: 16px;
    padding: 14px;
  }
}
@media (max-width: 991px) {
  .certificates-gallery__item {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 767px) {
  .certificates-gallery__slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 16px 8px;
  }
  .certificates-gallery__slider::-webkit-scrollbar {
    display: none;
  }
  .certificates-gallery__track {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
  }
  .certificates-gallery__item {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    scroll-snap-align: start;
  }
  .certificates-gallery__hint {
    display: block;
  }
}
@media (max-width: 575px) {
  .certificates-gallery__track {
    gap: 12px;
  }
  .certificates-gallery__item {
    flex: 0 0 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }
  .certificates-gallery__image {
    padding: 10px;
  }
  .certificates-gallery__name {
    font-size: 15px;
    padding: 12px;
  }
}
.certificate-preview-modal .dialog {
  max-width: 980px;
  padding: 56px 32px 32px;
  background: #f2f2f2;
}
.certificate-preview-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.certificate-preview-modal__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(8, 8, 9, 0.12);
  border-radius: 8px;
  padding: 20px;
  min-height: 240px;
}
.certificate-preview-modal__image {
  display: block;
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.certificate-preview-modal__caption {
  display: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #080809;
  text-align: center;
}

@media (max-width: 767px) {
  .certificate-preview-modal .dialog {
    max-width: calc(100% - 24px);
    padding: 48px 16px 16px;
  }
  .certificate-preview-modal__media {
    padding: 12px;
  }
  .certificate-preview-modal__caption {
    font-size: 16px;
  }
}
.price .switcher {
  border: 1px solid rgba(8, 8, 9, 0.15);
  padding: 4px;
  background: #f2f2f2;
  display: flex;
  margin: 0 auto 48px;
  width: fit-content;
}
.price .switcher .switch-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  border: none;
  background: none;
  padding: 10px 24px;
}
.price .switcher .switch-btn.is-active {
  border: 1px solid rgba(8, 8, 9, 0.15);
  background: #fff;
}
.price .card {
  max-width: 768px;
  margin: 0 auto;
  background: #f2f2f2;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  padding: 32px;
}
.price .card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price .card .card-head .top {
  flex: 0 0 50%;
  width: 50%;
}
.price .card .card-head .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 8px;
}
.price .card .card-head .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}
.price .card .card-head .value {
  flex: 0 0 50%;
  width: 50%;
  text-align: right;
  font-weight: 500;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #080809;
}
.price .card .card-body {
  padding: 32px 0;
  margin: 32px 0;
  border-top: 1px solid rgba(8, 8, 9, 0.15);
  border-bottom: 1px solid rgba(8, 8, 9, 0.15);
}
.price .card .card-body .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  margin: 0 0 16px;
}
.price .card .card-body .lists {
  display: flex;
  gap: 24px;
}
.price .card .card-body .lists .list {
  flex: 0 0 calc(50% - 12px);
  width: 50%;
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-flow: column;
}
.price .card .card-body .lists .list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  height: 26px;
  position: relative;
  padding-left: 40px;
}
.price .card .card-body .lists .list li:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/rujobpro/assets/img/i-check.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
}
.price .card .card-footer .btn.btn--primary {
  background: #1e3a8a;
  border: 1px solid #1e3a8a;
  padding: 10px 24px;
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .price .card {
    padding: 24px 20px;
  }
  .price .card .card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .price .card .card-head .top,
  .price .card .card-head .value {
    width: 100%;
    flex: 0 0 100%;
    text-align: left;
  }
  .price .card .card-head .title {
    font-size: 24px;
  }
  .price .card .card-head .value {
    font-size: 48px;
  }
  .price .card .card-body {
    padding: 24px 0;
    margin: 24px 0;
  }
  .price .card .card-body .lists {
    flex-direction: column;
    gap: 16px;
  }
  .price .card .card-body .lists .list {
    width: 100%;
    flex: 0 0 100%;
  }
  .price .card .card-body .lists .list li {
    height: auto;
    min-height: 24px;
    padding-left: 36px;
  }
}
@media (max-width: 575px) {
  .price .card .card-head .value {
    font-size: 40px;
  }
  .price .card .card-footer .btn.btn--primary {
    width: 100%;
  }
}
.section.faq {
  background: #f2f2f2;
}
.section.faq .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 0 64px;
}
.section.faq .accordion .left,
.section.faq .accordion .right {
  flex: 0 0 calc(50% - 32px);
  width: calc(50% - 32px);
}
.section.faq .accordion .item {
  border-top: 1px solid rgba(8, 8, 9, 0.15);
  border-bottom: 1px solid rgba(8, 8, 9, 0.15);
}
.section.faq .accordion .item .question {
  width: 100%;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #080809;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
}
.section.faq .accordion .item .question:before {
  right: 0;
  top: 50%;
  content: "";
  background: url(/wp-content/themes/rujobpro/assets/img/i-arrow.svg) center center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translate(-50%, -50%) rotate(180deg);
}
.section.faq .accordion .item .answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  padding-bottom: 0;
  max-height: 0;
  transition: 0.5ms;
  overflow: hidden;
}
.section.faq .accordion .item .answer p:last-child {
  padding: 0;
  margin: 0;
}
.section.faq .accordion .item.active .answer {
  padding-bottom: 24px;
  max-height: 500px;
  transition: 0.5ms;
}
.section.faq .bottom {
  max-width: 560px;
  margin: 80px auto 0;
}
.section.faq .bottom .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #080809;
  margin-bottom: 16px;
}
.section.faq .bottom .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #080809;
  margin-bottom: 24px;
}
.section.faq .bottom .btn.btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(8, 8, 9, 0.15);
  width: 141px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  text-decoration: none;
}

@media (max-width: 991px) {
  .section.faq .accordion {
    gap: 0;
  }
  .section.faq .accordion .item {
    border-top: none;
    border-bottom: 1px solid rgba(8, 8, 9, 0.15);
  }
  .section.faq .accordion .item:first-child {
    border-top: 1px solid rgba(8, 8, 9, 0.15);
  }
  .section.faq .accordion .right .item {
    border-top: none;
  }
  .section.faq .accordion .left,
  .section.faq .accordion .right {
    width: 100%;
    flex: 0 0 100%;
  }
  .section.faq .bottom {
    margin: 64px auto 0;
  }
}
@media (max-width: 767px) {
  .section.faq .accordion .item .question {
    font-size: 16px;
    padding: 18px 40px 18px 0;
  }
  .section.faq .accordion .item .question:before {
    right: -12px;
  }
  .section.faq .accordion .item .answer {
    font-size: 15px;
  }
  .section.faq .accordion .item.active .answer {
    padding-bottom: 18px;
  }
  .section.faq .bottom .title {
    font-size: 30px;
  }
  .section.faq .bottom .text {
    font-size: 16px;
  }
}
.contacts .inner {
  display: flex;
  gap: 64px;
}
.contacts .inner .content {
  width: calc(50% - 32px);
  flex: 0 0 calc(50% - 32px);
}
.contacts .inner .content .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 24px;
}
.contacts .inner .content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #080809;
  margin-bottom: 40px;
}
.contacts .inner .content .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-flow: column;
}
.contacts .inner .content .contact-list .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contacts .inner .content .contact-list .contact-item .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}
.contacts .inner .form-block {
  width: calc(50% - 32px);
  flex: 0 0 calc(50% - 32px);
}
.contacts .inner .form-block form {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.contacts .inner .form-block form label.field .label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}
.contacts .inner .form-block form label.field input,
.contacts .inner .form-block form label.field textarea {
  border: 1px solid rgba(8, 8, 9, 0.15);
  padding: 8px 12px;
  background: rgba(8, 8, 9, 0.05);
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(8, 8, 9, 0.6);
}
.contacts .inner .form-block form label.field input {
  height: 48px;
}
.contacts .inner .form-block form label.field textarea {
  height: 180px;
}
.contacts .inner .form-block form .wpcf7-list-item-label,
.contacts .inner .form-block form .checkbox {
  position: relative;
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
}
.contacts .inner .form-block form .wpcf7-list-item-label input,
.contacts .inner .form-block form .checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-text,
.contacts .inner .form-block form .checkbox .checkbox-text {
  font-weight: 400;
  font-size: 14px;
  color: #080809;
}
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .checkbox .checkbox-box {
  position: relative;
  flex: 0 0 20px;
  transition: 0.2s ease;
  border: 1px solid rgba(8, 8, 9, 0.15);
  width: 18px;
  height: 18px;
  background: rgba(8, 8, 9, 0.05);
}
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box::after,
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-input:checked + .checkbox-box::after,
.contacts .inner .form-block form .checkbox .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box::after,
.contacts .inner .form-block form .checkbox .checkbox-input:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #1f2f46;
  border-bottom: 2px solid #1f2f46;
  transform: rotate(45deg);
}
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-input:focus-visible + .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-input:focus-visible + .checkbox-box,
.contacts .inner .form-block form .checkbox .checkbox-input:focus-visible + .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .checkbox .checkbox-input:focus-visible + .checkbox-box {
  outline: 2px solid #8aa4d6;
  outline-offset: 2px;
}
.contacts .inner .form-block form .wpcf7-list-item-label .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox:hover .checkbox-box,
.contacts .inner .form-block form .checkbox .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .checkbox .checkbox:hover .checkbox-box {
  border-color: #10233d;
}
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .wpcf7-list-item-label .checkbox-input:checked + .checkbox-box,
.contacts .inner .form-block form .checkbox .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .checkbox .checkbox-input:checked + .checkbox-box {
  background: #f4f7fb;
  border-color: #1f2f46;
}
.contacts .inner .form-block form .btn.btn--primary {
  border: 1px solid #1e3a8a;
  padding: 10px 24px;
  width: 120px;
  height: 46px;
  background: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.contacts .inner .form-block form .btn.btn--primary:disabled, .contacts .inner .form-block form .btn.btn--primary.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.contacts .inner .form-block form .row.is-error label.field input,
.contacts .inner .form-block form .row.is-error label.field textarea {
  border-color: #c62828;
}
.contacts .inner .form-block form .row.is-error .wpcf7-list-item-label .checkbox-box,
.contacts .inner .form-block form .row.is-error .checkbox .checkbox-box {
  border-color: #c62828;
}
.contacts .row .field-error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  color: #d63638;
}
.contacts .row.is-error .checkbox-box {
  border-color: #d63638;
}
.contacts .row.is-error .checkbox-text {
  color: #d63638;
}

@media (max-width: 991px) {
  .contacts .inner {
    flex-direction: column;
    gap: 40px;
  }
  .contacts .inner .content,
  .contacts .inner .form-block {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .contacts .inner {
    gap: 32px;
  }
  .contacts .inner .content .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .contacts .inner .content .text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .contacts .inner .form-block form {
    gap: 20px;
  }
  .contacts .inner .form-block form .btn.btn--primary {
    width: 100%;
  }
}
.modal-form {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-form.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
}
.modal-form .overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 9, 0.55);
}
.modal-form .dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
  margin: 40px auto;
  background: #fff;
  padding: 64px;
  transform: translateY(30px);
  transition: transform 0.35s ease;
}
.modal-form.is-open .dialog {
  transform: translateY(0);
}
.modal-form .close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.modal-form .close span {
  position: absolute;
  top: 19px;
  left: 8px;
  width: 24px;
  height: 2px;
  background: #080809;
}
.modal-form .close span:first-child {
  transform: rotate(45deg);
}
.modal-form .close span:last-child {
  transform: rotate(-45deg);
}
.modal-form .form-block {
  width: 100%;
}
.modal-form .form-block form {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.modal-form .form-block .title {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #080809;
  margin-bottom: 16px;
}
.modal-form .form-block .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #080809;
  margin-bottom: 16px;
}
.modal-form .form-block label.field {
  display: flex;
  flex-flow: column;
}
.modal-form .form-block label.field .label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
}
.modal-form .form-block label.field input,
.modal-form .form-block label.field textarea {
  border: 1px solid rgba(8, 8, 9, 0.15);
  padding: 8px 12px;
  background: rgba(8, 8, 9, 0.05);
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080809;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.modal-form .form-block label.field input {
  height: 48px;
}
.modal-form .form-block label.field textarea {
  height: 180px;
  resize: vertical;
}
.modal-form .form-block .wpcf7-list-item-label,
.modal-form .form-block .checkbox {
  position: relative;
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
}
.modal-form .form-block .wpcf7-list-item-label input,
.modal-form .form-block .checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.modal-form .form-block .wpcf7-list-item-label .checkbox-text,
.modal-form .form-block .checkbox .checkbox-text {
  font-weight: 400;
  font-size: 14px;
  color: #080809;
}
.modal-form .form-block .wpcf7-list-item-label .checkbox-box,
.modal-form .form-block .checkbox .checkbox-box {
  position: relative;
  flex: 0 0 20px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(8, 8, 9, 0.15);
  background: rgba(8, 8, 9, 0.05);
  transition: 0.2s ease;
}
.modal-form .form-block .wpcf7-list-item-label .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box::after,
.modal-form .form-block .wpcf7-list-item-label .checkbox-input:checked + .checkbox-box::after,
.modal-form .form-block .checkbox .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box::after,
.modal-form .form-block .checkbox .checkbox-input:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #1f2f46;
  border-bottom: 2px solid #1f2f46;
  transform: rotate(45deg);
}
.modal-form .form-block .wpcf7-list-item-label .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box,
.modal-form .form-block .wpcf7-list-item-label .checkbox-input:checked + .checkbox-box,
.modal-form .form-block .checkbox .checkbox-input:checked + .wpcf7-list-item-label .checkbox-box,
.modal-form .form-block .checkbox .checkbox-input:checked + .checkbox-box {
  background: #f4f7fb;
  border-color: #1f2f46;
}
.modal-form .form-block .wpcf7-list-item-label .checkbox-input:focus-visible + .wpcf7-list-item-label .checkbox-box,
.modal-form .form-block .wpcf7-list-item-label .checkbox-input:focus-visible + .checkbox-box,
.modal-form .form-block .checkbox .checkbox-input:focus-visible + .wpcf7-list-item-label .checkbox-box,
.modal-form .form-block .checkbox .checkbox-input:focus-visible + .checkbox-box {
  outline: 2px solid #8aa4d6;
  outline-offset: 2px;
}
.modal-form .form-block .btn.btn--primary {
  border: 1px solid #1e3a8a;
  padding: 10px 24px;
  min-width: 140px;
  height: 46px;
  background: #1e3a8a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.modal-form .form-block .btn.btn--primary:disabled, .modal-form .form-block .btn.btn--primary.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.modal-form .form-block .is-error input,
.modal-form .form-block .is-error textarea {
  border-color: #c62828;
}
.modal-form .form-block .is-error .checkbox-box {
  border-color: #c62828;
}
.modal-form .row .field-error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  color: #d63638;
}
.modal-form .row.is-error .checkbox-box {
  border-color: #d63638;
}
.modal-form .row.is-error .checkbox-text {
  color: #d63638;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .modal-form .dialog {
    max-width: calc(100% - 32px);
    margin: 16px auto;
    padding: 48px 20px 24px;
  }
  .modal-form .form-block .title {
    font-size: 32px;
  }
  .modal-form .form-block .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .modal-form .dialog {
    max-width: calc(100% - 48px);
    padding: 48px 32px 32px;
  }
  .modal-form .form-block .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .modal-form .dialog {
    max-width: calc(100% - 32px);
    margin: 16px auto;
    padding: 48px 20px 24px;
  }
  .modal-form .form-block .title {
    font-size: 32px;
  }
  .modal-form .form-block .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .modal-form .dialog {
    max-width: calc(100% - 20px);
    padding: 44px 16px 20px;
  }
  .modal-form .close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
  .modal-form .form-block form {
    gap: 20px;
  }
  .modal-form .form-block .btn.btn--primary {
    width: 100%;
  }
}
.section.support {
  background: #0c1737;
  color: #fff;
}
.section.support .inner {
  display: flex;
}
.section.support .inner .media {
  flex: 0 0 50%;
  width: 50%;
  margin: -1px 0 -1px 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: end;
}
.section.support .inner .media img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 450px;
  border-radius: 8px;
  overflow: hidden;
}
.section.support .inner .content {
  flex: 0 0 50%;
  width: 50%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
.section.support .inner .content .label {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.section.support .inner .content .title {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.section.support .inner .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 1199px) {
  .section.support .inner .content {
    padding: 40px;
  }
  .section.support .inner .content .label {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section.support .inner .content .title {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .section.support .inner .media img {
    max-height: 420px;
  }
}
@media (max-width: 991px) {
  .section.support .inner .content {
    padding: 32px;
  }
  .section.support .inner .content .label {
    font-size: 22px;
  }
  .section.support .inner .content .title {
    font-size: 32px;
  }
  .section.support .inner .media img {
    max-height: 360px;
  }
}
@media (max-width: 767px) {
  .section.support .inner {
    flex-direction: column;
  }
  .section.support .inner .media,
  .section.support .inner .content {
    width: 100%;
    flex: 0 0 100%;
  }
  .section.support .inner .media {
    margin: 0;
  }
  .section.support .inner .media img {
    width: 100%;
    max-height: 340px;
  }
  .section.support .inner .content {
    padding: 24px 20px;
  }
  .section.support .inner .content .label {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .section.support .inner .content .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section.support .inner .content .description {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section.support .inner .media img {
    max-height: 280px;
  }
  .section.support .inner .content {
    padding: 20px 16px;
  }
  .section.support .inner .content .label {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .section.support .inner .content .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .section.support .inner .content .description {
    font-size: 15px;
  }
}
.section.speakers .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.section.speakers .card {
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  background: #f2f2f2;
  border: 1px solid rgba(8, 8, 9, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: calc(25% - 20px);
}
.section.speakers .media {
  aspect-ratio: 10/10;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}
.section.speakers .media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section.speakers .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
}
.section.speakers .name {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
}
.section.speakers .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 1199px) {
  .section.speakers .card {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 100%;
  }
  .section.speakers .content {
    padding: 28px 24px;
  }
  .section.speakers .name {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section.speakers .cards {
    gap: 24px;
  }
  .section.speakers .card {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .section.speakers .name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section.speakers .cards {
    flex-direction: column;
    gap: 20px;
  }
  .section.speakers .card {
    flex: 0 0 100%;
    width: 100%;
  }
  .section.speakers .content {
    padding: 24px 20px;
    gap: 16px;
  }
  .section.speakers .name {
    font-size: 22px;
  }
  .section.speakers .description {
    font-size: 15px;
  }
}
.cookie-modal {
  position: fixed;
  inset: auto 24px 24px auto;
  z-index: 3000;
  width: 100%;
  max-width: 420px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.cookie-modal.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-modal .cookie-box {
  position: relative;
  background: #0c1737;
  color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.cookie-modal .cookie-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cookie-modal .cookie-close span {
  position: absolute;
  top: 15px;
  left: 7px;
  width: 18px;
  height: 2px;
  background: #fff;
}
.cookie-modal .cookie-close span:first-child {
  transform: rotate(45deg);
}
.cookie-modal .cookie-close span:last-child {
  transform: rotate(-45deg);
}
.cookie-modal .cookie-content {
  padding-right: 20px;
}
.cookie-modal .cookie-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
}
.cookie-modal .cookie-text {
  font-size: 15px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.cookie-modal .cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-modal .btn {
  min-width: 140px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}
.cookie-modal .btn--secondary {
  background: transparent;
  color: #fff;
}
.cookie-modal .btn--primary {
  background: #fff;
  color: #0c1737;
  border-color: #fff;
}

@media (max-width: 991px) {
  .cookie-modal {
    inset: auto 16px 16px 16px;
    max-width: none;
    width: auto;
  }
  .cookie-modal .cookie-box {
    padding: 20px;
  }
  .cookie-modal .cookie-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .cookie-modal {
    inset: auto 12px 12px 12px;
  }
  .cookie-modal .cookie-box {
    border-radius: 10px;
    padding: 10px;
  }
  .cookie-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-modal .cookie-content {
    padding-right: 0;
  }
  .cookie-modal .cookie-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cookie-modal .cookie-text {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cookie-modal .btn {
    height: 40px;
    width: 48%;
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-modal {
    transition: none;
  }
}
footer.footer {
  background: #1e3a8a;
  padding: 50px 0 80px;
  color: #fff;
}
footer.footer .logo-row {
  text-align: center;
  margin-bottom: 32px;
}
footer.footer .logo-row .logo img {
  max-height: 80px;
}
footer.footer .menu-row {
  margin-bottom: 80px;
}
footer.footer .menu-row .menu {
  display: flex;
  gap: 32px;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
footer.footer .menu-row .menu .item a.link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}
footer.footer .bottom-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 32px;
}
footer.footer .bottom-row .copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
}
footer.footer .bottom-row .links {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
footer.footer .bottom-row .links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

@media (max-width: 991px) {
  footer.footer {
    padding: 64px 0;
  }
  footer.footer .menu-row {
    margin-bottom: 56px;
  }
  footer.footer .menu-row .menu {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  footer.footer .bottom-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer.footer {
    padding: 48px 0;
  }
  footer.footer .logo-row {
    margin-bottom: 24px;
  }
  footer.footer .menu-row {
    margin-bottom: 40px;
  }
  footer.footer .bottom-row .links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

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