@charset "UTF-8";
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("../fonts/Jura-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("../fonts/Jura-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #000;
  scroll-behavior: smooth;
}

body {
  font-family: "Din Pro", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #FFE7C8;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}
section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
}
@media only screen and (max-width: 666px) {
  .container {
    padding: 0 16px;
  }
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  width: 190px;
  background: none;
  display: flex;
  border: none;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
  color: #000000;
  min-width: 190px;
  padding-bottom: 18.5px;
}
.bttn svg {
  transition: all 0.3s linear;
}
.bttn:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.bttn:hover svg {
  transform: rotate(-30deg);
}
.bttn:hover svg path {
  fill: #535353;
}
.bttn__text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.bttn-apply {
  font-family: Manrope;
  cursor: pointer;
  text-transform: none !important;
  background-color: #E20404;
  border-radius: 10rem;
  max-width: 38.6rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

.bttn-apply-small {
  max-width: 14rem;
  padding: 1.3rem 3rem !important;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

body {
  background-color: #000;
}

@keyframes header-anim {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  width: 100%;
  padding: 30.5px 0;
  z-index: 12;
  transition: 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    transition: all 0.3s linear;
  }
}
.header.header--scrolled {
  background-color: #000;
  padding: 5px 0;
}
.header.header--scrolled .header__logo {
  scale: 0.7;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 1s linear;
}
@media only screen and (max-width: 600px) {
  .header__wrapper a {
    transition: all 0.4s linear;
  }
}
.header__logo {
  height: 100%;
}
.header__logo img {
  height: 100%;
}
.header__right {
  display: flex;
  flex-direction: row;
  gap: 21px;
  align-items: center;
}
.header__links {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (max-width: 800px) {
  .header__links {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .header__social {
    display: none !important;
  }
}
.header__link {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFE7C8;
  transition: all 0.3s linear;
}
.header__link:hover {
  color: #fff;
}
.header__button {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE6C7;
  background: #002A18;
  border-radius: 8px;
  padding: 16px 32px;
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.15);
  transition: all 0.3s linear;
}
.header__button:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header__button {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header__logo svg {
    width: 113px;
  }
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 1.5rem;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before,
.header__burger span, .header__burger:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear, opacity 0.3s linear;
}
.header__burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
  transition: all 0.3s linear;
}
.header__burger.active span {
  transform: translate(-50%, -100%);
  width: 0;
}
.header__burger.active:before {
  top: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__burger.active:after {
  top: 100%;
  transform: rotate(-45deg) translate(-2px, -14px);
}

body.menu-open .header__wrapper a {
  left: 0;
  transform: translateX(0);
}

.burger__wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  backdrop-filter: blur(3px);
  display: none;
  background: #000;
  background-image: url("../img/general/burger-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.burger__wrapper .header__button.mob {
  display: flex;
}
.burger__main {
  height: 100%;
  display: flex;
  color: #E5DBC6;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.burger__first-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.burger__menu-links {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 190px;
  transition: color 0.3s linear;
  display: block;
}
.burger__menu-links:hover {
  color: #535353;
}
.burger__second-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.burger__second-links a:hover svg path {
  fill: #8E7662;
}
.burger__second-links svg path {
  transition: all 0.3s linear;
}

.banner {
  padding-top: 0;
  margin: 20px 20px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url("../img/general/main-banner.jpg");
  background-size: cover;
  height: 758px;
}
@media only screen and (max-width: 900px) {
  .banner {
    background-position: center;
    margin: 0;
  }
}
.banner__container {
  height: 100%;
}
.banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 505px;
  margin-top: 70px;
}
@media only screen and (max-width: 900px) {
  .banner__content {
    flex-direction: column;
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .banner__content {
    margin: 0 auto;
  }
}
.banner__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  color: #FFE7C8;
  text-transform: uppercase;
  margin-bottom: 24px;
  min-height: 137px;
}
@media only screen and (max-width: 1028px) {
  .banner__header {
    font-family: Jura;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    letter-spacing: -0.02em;
    text-align: left;
    min-height: 100px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  .banner__header {
    max-width: 334px;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .banner__header {
    max-width: initial;
    text-align: center;
    margin: 0 auto;
  }
}
.banner__text {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: #fff;
  min-height: 56px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 700px) {
  .banner__text {
    max-width: inherit;
    text-align: center;
    min-height: 72px;
    font-family: Jura;
    font-weight: 700;
    font-size: 20px;
    line-height: 23.66px;
    letter-spacing: 0%;
  }
}
.banner__btn {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE6C7;
  background: #002A18;
  border-radius: 8px;
  padding: 16px 32px;
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.15);
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .banner__btn {
    margin-bottom: 0;
    max-width: 500px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.banner__second {
  width: 100%;
  margin-bottom: 60px;
}
.banner__second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media only screen and (max-width: 700px) {
  .banner__second {
    height: 421px;
    margin-bottom: 83px;
  }
}
.banner__section-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  .banner__section-name {
    flex-direction: column;
  }
}

.second {
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .second {
    margin: 0;
  }
}
.second__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .second__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .second__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.second__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  color: #FFE7C8;
  text-align: left;
  margin-bottom: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .second__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
}
.second__card {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media only screen and (min-width: 900px) {
  .second__card {
    grid-column: 1/-1;
  }
  .second__card .second__top {
    flex-direction: row;
    gap: 60px;
  }
  .second__card .second__subheader {
    font-family: Jura;
    font-weight: 700;
    font-size: 36px;
    line-height: 46.8px;
    letter-spacing: 0%;
    max-width: 471px;
  }
}
.second__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 32px 60px;
  background: #202020;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media only screen and (max-width: 600px) {
  .second__top {
    padding: 32px;
  }
}
.second__subheader {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  color: #FFE7C8;
}
@media only screen and (max-width: 600px) {
  .second__subheader {
    font-family: Jura;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0%;
  }
}
.second__card-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #CECECE;
  max-width: 398px;
}
.second__level {
  padding-bottom: 24px;
}
.second__level::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px; /* Товщина лінії */
  position: relative;
  top: 26px;
  background: repeating-linear-gradient(to right, #454545 0px, #454545 8px, transparent 8px, transparent 16px);
}
.second__level p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
  margin-bottom: 8px;
}
.second__level div {
  display: block;
  background: #454545;
  width: 100%;
  height: 4px;
  border-radius: 20px;
}
.second__level .progress-line {
  position: absolute;
  display: block;
  background: #149C43;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
}
.second__button {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE7C8;
  padding: 16px 32px;
  border-radius: 8px;
  background: rgb(32, 32, 32);
  overflow: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
}
.second__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.6) 0%, rgb(32, 32, 32) 50%);
  transition: all 0.3s linear;
}
.second__button:hover {
  transition: all 0.3s linear;
}
.second__button:hover::before {
  transition: all 0.3s linear;
  scale: 2;
}
.second__text {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
@media only screen and (max-width: 600px) {
  .second__text {
    font-family: DIN Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}

.values:first-child {
  padding-top: 160px;
}
.values__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  color: #FFE7C8;
  max-width: 715px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 700px) {
  .values__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 32px;
  }
}
.values__subheader {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  color: #FFE7C7;
  margin-bottom: 46px;
}
@media only screen and (max-width: 700px) {
  .values__subheader {
    text-align: center;
  }
}
.values__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .values__top {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.values__top-left {
  max-width: 505px;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .values__top-left {
    width: 100%;
    max-width: 100%;
  }
}
.values__top-right {
  width: 50%;
  max-width: 505px;
}
@media only screen and (max-width: 700px) {
  .values__top-right {
    width: 100%;
    max-width: 100%;
  }
}
.values__top-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.values__top-text {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
  margin-bottom: 32px;
}
@media only screen and (max-width: 700px) {
  .values__top-text {
    font-family: DIN Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}
.values__top-btn {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE6C7;
  background: #002A18;
  border-radius: 8px;
  padding: 16px 32px;
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.15);
  width: fit-content;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .values__top-btn {
    max-width: 400px;
    width: 100%;
  }
}
.values__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}
@media only screen and (max-width: 970px) {
  .values__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .values__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 49px;
  }
}
.values__wrapper.second-values {
  grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
  justify-content: center;
}
.values__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.values__item:not(:last-child) {
  padding-right: 33px;
  border-right: solid 1px #EAEAEA;
}
@media only screen and (max-width: 970px) {
  .values__item:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}
.values__img {
  padding: 14px;
  background: #115229;
  border-radius: 8px;
  width: fit-content;
}
.values__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  text-align: left;
  color: #FFE7C7;
}
.values__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: initial;
  padding-left: 10px;
}
.values__text li, .values__text p {
  list-style: initial;
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.feedback__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  color: #FFE7C8;
  margin-bottom: 48px;
}
@media only screen and (max-width: 700px) {
  .feedback__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.feedback__img {
  width: 100%;
}
.feedback__img button {
  position: absolute;
  background: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feedback .swiper-slide {
  transition: filter 1s ease, opacity 1s ease;
  filter: none;
  opacity: 1;
}
.feedback .swiper-slide video {
  width: 100%;
  border-radius: 16px;
}
.feedback .swiper-slide:not(.swiper-slide-active) {
  filter: grayscale(100%);
  opacity: 0.5;
  /* Додаткове затемнення */
}
.feedback .feedback-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  gap: 32px;
  align-items: center;
}
.feedback .feedback__pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.2);
}
.feedback .feedback__pagination .swiper-pagination-current {
  color: #fff;
}

.form {
  margin-bottom: 44px;
}
.form__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .form__container {
    flex-direction: column;
  }
}
.form__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 46px;
}
@media only screen and (max-width: 700px) {
  .form__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 40px;
    line-height: 47.32px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.form__subheader {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}

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

.wpcf7-form {
  display: flex;
  gap: 32px;
  flex-direction: column;
  max-width: 505px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border-radius: 8px;
  padding: 16px;
  border: 2px solid transparent;
  width: 505px;
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  background: #202020;
  color: #cecece;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1200px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    width: 100%;
    gap: 24px;
  }
}
.wpcf7-form input:hover, .wpcf7-form input:focus-within,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus-within {
  border: 2px solid #093215;
}
.wpcf7-form textarea {
  max-height: 120px;
  resize: none;
}
.wpcf7-form .form__button {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE7C8;
  padding: 16px 32px;
  border-radius: 8px;
  background: rgb(32, 32, 32);
  overflow: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.15);
}
.wpcf7-form .form__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.6) 0%, rgb(32, 32, 32) 50%);
  transition: all 0.3s linear;
}
.wpcf7-form .form__button:hover {
  transition: all 0.3s linear;
}
.wpcf7-form .form__button:hover::before {
  transition: all 0.3s linear;
  scale: 2;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
}
.wpcf7-form .wpcf7-response-output {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
  display: none;
}
.screen-reader-response {
  display: none;
}

.popup-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 13;
  overflow: auto;
  justify-content: center;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s linear;
  display: none;
}
.popup-bg.show {
  display: flex;
  animation: fade-in 0.3s linear forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1030px;
  width: 100%;
  max-height: 100vh;
  transition: all 0.3s linear;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .popup {
    overflow-y: auto;
  }
}
.popup.show {
  display: block;
  opacity: 1;
}
.popup__button {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  padding: 16px 32px;
  background: #002A18;
  border-radius: 8px;
  margin: 0 auto;
  display: inline-block;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  gap: 32px;
  padding: 60px 46px;
  margin: 36px 16px;
  height: 626px;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .popup__wrapper {
    padding: 46px 16px;
    height: 100vh;
    margin: 0;
  }
}
.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
}
.popup__img {
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .popup__img {
    width: 100%;
    height: 406px;
  }
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__content {
  display: flex;
  flex-direction: column;
}
.popup__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .popup__title {
    font-family: Jura;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
  }
}
@media only screen and (max-width: 370px) {
  .popup__title {
    font-size: 11vw;
    line-height: 11vw;
  }
}
.popup__deskr {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  text-align: center;
  text-align: center;
  max-width: 820px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1000px) {
  .popup__deskr {
    font-family: Jura;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.02em;
  }
}

.section-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 8px 23px 8px 16px;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: fit-content;
  border-radius: 100px;
  margin-bottom: 16px;
}
.section-name p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFE7C8;
}
@media only screen and (max-width: 700px) {
  .section-name {
    margin: 0 auto 16px;
  }
}

.page-template-webinar .banner {
  background-image: none;
  min-height: 758px;
  height: 100%;
}
@media only screen and (max-width: 930px) {
  .page-template-webinar .banner {
    margin-top: 93px;
  }
}
.page-template-webinar .banner__header {
  min-height: 205px;
}
@media only screen and (max-width: 930px) {
  .page-template-webinar .banner__header {
    min-height: 140px;
  }
}
.page-template-webinar .container.banner__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 930px) {
  .page-template-webinar .container.banner__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-template-webinar .section-name {
  margin: 0 0 16px;
}
.page-template-webinar .banner__header {
  margin: 0 0 16px;
  text-align: left;
}
.page-template-webinar .banner__content {
  margin: 0;
  justify-content: flex-start;
  margin: auto 0;
}
.page-template-webinar .banner__text {
  margin: 0 0 32px;
  text-align: left;
  min-height: 23px;
  height: 100%;
}
.page-template-webinar .banner__btn {
  margin: 0;
}
.page-template-webinar .banner__right {
  display: flex;
  left: 100px;
  top: 48px;
  max-width: 735px;
}
.page-template-webinar .banner__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 930px) {
  .page-template-webinar .banner__right {
    left: 0;
    top: 43px;
    margin: 0 auto;
  }
}

.why__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 61px;
}
.why__question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #454545;
  margin-bottom: 24px;
  transition: all 0.3s linear;
}
.why__question.active {
  margin-bottom: 0;
}
.why__left {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
.why__number {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: #fff;
}
.why__name {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
.why__answer {
  padding: 46px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: #202020;
  margin-bottom: 24px;
  padding: 24px;
}
.why__answer p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
.why__answer ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 17px;
  list-style: disc;
}
.why__answer ul li {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}

.page-template-cybersecurity .banner,
.error404 .banner,
.page-template-cybersecurity-starter .banner {
  background-image: none;
  background-color: #000;
  height: 800px;
}
.page-template-cybersecurity .banner__img,
.error404 .banner__img,
.page-template-cybersecurity-starter .banner__img {
  z-index: -1;
  position: absolute;
  filter: brightness(0.1);
}
.page-template-cybersecurity .banner__img-2,
.error404 .banner__img-2,
.page-template-cybersecurity-starter .banner__img-2 {
  z-index: -1;
  position: absolute;
  width: 970px;
  opacity: 0.2;
}
.page-template-cybersecurity .breadcrumb,
.error404 .breadcrumb,
.page-template-cybersecurity-starter .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: 120px;
}
.page-template-cybersecurity .breadcrumb a,
.error404 .breadcrumb a,
.page-template-cybersecurity-starter .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.page-template-cybersecurity .breadcrumb p,
.error404 .breadcrumb p,
.page-template-cybersecurity-starter .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.page-template-cybersecurity .banner__right,
.error404 .banner__right,
.page-template-cybersecurity-starter .banner__right {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFFFFF;
  margin-top: auto;
  padding: 31.5px 30px;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  max-width: 524px;
  margin-right: 71px;
}
@media only screen and (max-width: 900px) {
  .page-template-cybersecurity .banner__right,
  .error404 .banner__right,
  .page-template-cybersecurity-starter .banner__right {
    margin-right: 0;
    padding: 27px 32px;
    font-family: DIN Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-cybersecurity .banner__content,
  .error404 .banner__content,
  .page-template-cybersecurity-starter .banner__content {
    margin-top: 90px;
  }
}
.page-template-cybersecurity .container.banner__container,
.error404 .container.banner__container,
.page-template-cybersecurity-starter .container.banner__container {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/general/cyber-bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .page-template-cybersecurity .container.banner__container,
  .error404 .container.banner__container,
  .page-template-cybersecurity-starter .container.banner__container {
    flex-direction: column;
  }
}
.page-template-cybersecurity .values__text,
.error404 .values__text,
.page-template-cybersecurity-starter .values__text {
  padding: 0;
}
.page-template-cybersecurity .values__item,
.error404 .values__item,
.page-template-cybersecurity-starter .values__item {
  height: 419px;
  justify-content: center;
}
@media only screen and (max-width: 970px) {
  .page-template-cybersecurity .values__item,
  .error404 .values__item,
  .page-template-cybersecurity-starter .values__item {
    height: auto;
  }
}
.page-template-cybersecurity .values__item:not(:last-child),
.error404 .values__item:not(:last-child),
.page-template-cybersecurity-starter .values__item:not(:last-child) {
  padding-right: 33px;
  border-right: solid 1px #454545;
}
@media only screen and (max-width: 970px) {
  .page-template-cybersecurity .values__item:not(:last-child),
  .error404 .values__item:not(:last-child),
  .page-template-cybersecurity-starter .values__item:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}
.page-template-cybersecurity .program__header,
.error404 .program__header,
.page-template-cybersecurity-starter .program__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  color: #FFE7C7;
  margin-bottom: 48px;
}
.page-template-cybersecurity .program__wrapper,
.error404 .program__wrapper,
.page-template-cybersecurity-starter .program__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 112px;
  column-gap: 125px;
  justify-items: center;
  max-width: 1030px;
  margin: 0 auto;
}
@media only screen and (max-width: 970px) {
  .page-template-cybersecurity .program__wrapper,
  .error404 .program__wrapper,
  .page-template-cybersecurity-starter .program__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-cybersecurity .program__wrapper,
  .error404 .program__wrapper,
  .page-template-cybersecurity-starter .program__wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 48px;
    column-gap: 20px;
    justify-items: start;
  }
}
.page-template-cybersecurity .program__item,
.error404 .program__item,
.page-template-cybersecurity-starter .program__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 260px;
}
.page-template-cybersecurity .program__item.active,
.error404 .program__item.active,
.page-template-cybersecurity-starter .program__item.active {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 600px) {
  .page-template-cybersecurity .program__item,
  .error404 .program__item,
  .page-template-cybersecurity-starter .program__item {
    width: 100%;
    max-width: 500px;
  }
}
.page-template-cybersecurity .program__num,
.error404 .program__num,
.page-template-cybersecurity-starter .program__num {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  background: #012B17;
  border-radius: 100px;
  padding: 8px 16px;
  width: fit-content;
}
.page-template-cybersecurity .program__name,
.error404 .program__name,
.page-template-cybersecurity-starter .program__name {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
.page-template-cybersecurity .program__text,
.error404 .program__text,
.page-template-cybersecurity-starter .program__text {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.page-template-cybersecurity .program__list,
.error404 .program__list,
.page-template-cybersecurity-starter .program__list {
  list-style: initial;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-template-cybersecurity .program__list li,
.error404 .program__list li,
.page-template-cybersecurity-starter .program__list li {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.page-template-cybersecurity .program__list li span,
.error404 .program__list li span,
.page-template-cybersecurity-starter .program__list li span {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.page-template-cybersecurity .timeline,
.error404 .timeline,
.page-template-cybersecurity-starter .timeline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* Можливо, потрібно збільшити, якщо сторінка довга */
  pointer-events: none;
  z-index: -1;
}
.page-template-cybersecurity .timeline path,
.error404 .timeline path,
.page-template-cybersecurity-starter .timeline path {
  stroke: white;
  stroke-dasharray: 10, 10;
  /* Пунктирна лінія */
  stroke-width: 3;
  fill: none;
}
.page-template-cybersecurity .finish__header,
.error404 .finish__header,
.page-template-cybersecurity-starter .finish__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
.page-template-cybersecurity .finish__wrapper,
.error404 .finish__wrapper,
.page-template-cybersecurity-starter .finish__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 24px;
}
@media only screen and (max-width: 900px) {
  .page-template-cybersecurity .finish__wrapper,
  .error404 .finish__wrapper,
  .page-template-cybersecurity-starter .finish__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-cybersecurity .finish__item,
.error404 .finish__item,
.page-template-cybersecurity-starter .finish__item {
  display: flex;
  flex-direction: row;
  background: #202020;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .page-template-cybersecurity .finish__item,
  .error404 .finish__item,
  .page-template-cybersecurity-starter .finish__item {
    flex-direction: column;
  }
}
.page-template-cybersecurity .finish__left,
.error404 .finish__left,
.page-template-cybersecurity-starter .finish__left {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1122px) {
  .page-template-cybersecurity .finish__left,
  .error404 .finish__left,
  .page-template-cybersecurity-starter .finish__left {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-cybersecurity .finish__left,
  .error404 .finish__left,
  .page-template-cybersecurity-starter .finish__left {
    width: 100%;
    padding: 16px;
  }
}
.page-template-cybersecurity .finish__right,
.error404 .finish__right,
.page-template-cybersecurity-starter .finish__right {
  max-width: 100%;
}
@media only screen and (max-width: 1122px) {
  .page-template-cybersecurity .finish__right,
  .error404 .finish__right,
  .page-template-cybersecurity-starter .finish__right {
    width: 50%;
  }
  .page-template-cybersecurity .finish__right img,
  .error404 .finish__right img,
  .page-template-cybersecurity-starter .finish__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-cybersecurity .finish__right,
  .error404 .finish__right,
  .page-template-cybersecurity-starter .finish__right {
    height: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-cybersecurity .finish__right,
  .error404 .finish__right,
  .page-template-cybersecurity-starter .finish__right {
    width: 100%;
  }
}
.page-template-cybersecurity .finish__title,
.error404 .finish__title,
.page-template-cybersecurity-starter .finish__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 550px) {
  .page-template-cybersecurity .finish__title,
  .error404 .finish__title,
  .page-template-cybersecurity-starter .finish__title {
    text-align: center;
  }
}
.page-template-cybersecurity .finish__descr,
.error404 .finish__descr,
.page-template-cybersecurity-starter .finish__descr {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.page-template-cybersecurity .strangers,
.error404 .strangers,
.page-template-cybersecurity-starter .strangers {
  background-image: url("../img/general/cyber-4.png");
  min-height: 470px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-cybersecurity .strangers__container,
.error404 .strangers__container,
.page-template-cybersecurity-starter .strangers__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-cybersecurity .strangers__header,
.error404 .strangers__header,
.page-template-cybersecurity-starter .strangers__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  width: fit-content;
  margin: 16px auto 24px;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity .strangers__header,
  .error404 .strangers__header,
  .page-template-cybersecurity-starter .strangers__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.page-template-cybersecurity .strangers__swiper,
.error404 .strangers__swiper,
.page-template-cybersecurity-starter .strangers__swiper {
  width: 100%;
  overflow: hidden;
}
.page-template-cybersecurity .strangers__slide,
.error404 .strangers__slide,
.page-template-cybersecurity-starter .strangers__slide {
  height: 90px;
  margin-bottom: 50px;
}
.page-template-cybersecurity .strangers__slide p,
.error404 .strangers__slide p,
.page-template-cybersecurity-starter .strangers__slide p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #CECECE;
}
.page-template-cybersecurity .strangers__navigation,
.error404 .strangers__navigation,
.page-template-cybersecurity-starter .strangers__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 50px;
}
.page-template-cybersecurity .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal,
.error404 .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal,
.page-template-cybersecurity-starter .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.2);
}
.page-template-cybersecurity .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal .swiper-pagination-current,
.error404 .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal .swiper-pagination-current,
.page-template-cybersecurity-starter .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal .swiper-pagination-current {
  color: #fff;
}
.page-template-cybersecurity .values,
.error404 .values,
.page-template-cybersecurity-starter .values {
  padding-top: 6rem;
}
.page-template-cybersecurity .values__top,
.error404 .values__top,
.page-template-cybersecurity-starter .values__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity .values__top,
  .error404 .values__top,
  .page-template-cybersecurity-starter .values__top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity .values__top-text,
  .error404 .values__top-text,
  .page-template-cybersecurity-starter .values__top-text {
    text-align: center;
  }
}
.page-template-cybersecurity .tarif__header,
.error404 .tarif__header,
.page-template-cybersecurity-starter .tarif__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
.page-template-cybersecurity .tarif__wrapper,
.error404 .tarif__wrapper,
.page-template-cybersecurity-starter .tarif__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .page-template-cybersecurity .tarif__wrapper,
  .error404 .tarif__wrapper,
  .page-template-cybersecurity-starter .tarif__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity .tarif__wrapper,
  .error404 .tarif__wrapper,
  .page-template-cybersecurity-starter .tarif__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.page-template-cybersecurity .tarif__item,
.error404 .tarif__item,
.page-template-cybersecurity-starter .tarif__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-cybersecurity .tarif__top,
.error404 .tarif__top,
.page-template-cybersecurity-starter .tarif__top {
  padding: 24px 32px;
  background: #202020;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  min-height: 714px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity .tarif__top,
  .error404 .tarif__top,
  .page-template-cybersecurity-starter .tarif__top {
    min-height: fit-content;
    max-width: 500px;
    padding: 16px;
  }
}
.page-template-cybersecurity .tarif__name,
.error404 .tarif__name,
.page-template-cybersecurity-starter .tarif__name {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  margin-bottom: 8px;
}
.page-template-cybersecurity .tarif__name p,
.error404 .tarif__name p,
.page-template-cybersecurity-starter .tarif__name p {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: #4EBC76;
}
.page-template-cybersecurity .tarif__price-oplata,
.error404 .tarif__price-oplata,
.page-template-cybersecurity-starter .tarif__price-oplata {
  margin-top: 10px;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 16px;
  background: #2B2B2B;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
}
.page-template-cybersecurity .tarif__price-oplata-text,
.error404 .tarif__price-oplata-text,
.page-template-cybersecurity-starter .tarif__price-oplata-text {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.page-template-cybersecurity .tarif__price-oplata-img,
.error404 .tarif__price-oplata-img,
.page-template-cybersecurity-starter .tarif__price-oplata-img {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.page-template-cybersecurity .tarif__price-oplata-img img,
.error404 .tarif__price-oplata-img img,
.page-template-cybersecurity-starter .tarif__price-oplata-img img {
  width: 20px;
  height: 20px;
}
.page-template-cybersecurity .tarif__notice,
.error404 .tarif__notice,
.page-template-cybersecurity-starter .tarif__notice {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
  max-width: 800px;
  margin-top: 40px;
}
.page-template-cybersecurity .tarif__duration,
.error404 .tarif__duration,
.page-template-cybersecurity-starter .tarif__duration {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-template-cybersecurity .tarif__duration p,
.error404 .tarif__duration p,
.page-template-cybersecurity-starter .tarif__duration p {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.page-template-cybersecurity .tarif__paket,
.error404 .tarif__paket,
.page-template-cybersecurity-starter .tarif__paket {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
  padding: 8px 16px;
  background: #2B2B2B;
  border-radius: 6px;
  margin-bottom: 37px;
}
.page-template-cybersecurity .tarif__list,
.error404 .tarif__list,
.page-template-cybersecurity-starter .tarif__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
}
.page-template-cybersecurity .tarif__list::before,
.error404 .tarif__list::before,
.page-template-cybersecurity-starter .tarif__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background: repeating-linear-gradient(to right, #454545 0px, #454545 4px, transparent 4px, transparent 8px);
}
.page-template-cybersecurity .tarif__list li,
.error404 .tarif__list li,
.page-template-cybersecurity-starter .tarif__list li {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
.page-template-cybersecurity .tarif__list li span,
.error404 .tarif__list li span,
.page-template-cybersecurity-starter .tarif__list li span {
  opacity: 0.6;
}
.page-template-cybersecurity .tarif__btn,
.error404 .tarif__btn,
.page-template-cybersecurity-starter .tarif__btn {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE7C8;
  padding: 16px 32px;
  border-radius: 8px;
  background: rgb(32, 32, 32);
  overflow: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity .tarif__btn,
  .error404 .tarif__btn,
  .page-template-cybersecurity-starter .tarif__btn {
    max-width: 500px;
  }
}
.page-template-cybersecurity .tarif__btn::before,
.error404 .tarif__btn::before,
.page-template-cybersecurity-starter .tarif__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.6) 0%, rgb(32, 32, 32) 50%);
  transition: all 0.3s linear;
}
.page-template-cybersecurity .tarif__btn:hover,
.error404 .tarif__btn:hover,
.page-template-cybersecurity-starter .tarif__btn:hover {
  transition: all 0.3s linear;
}
.page-template-cybersecurity .tarif__btn:hover::before,
.error404 .tarif__btn:hover::before,
.page-template-cybersecurity-starter .tarif__btn:hover::before {
  transition: all 0.3s linear;
  scale: 2;
}
.page-template-cybersecurity .tarif__price-wrapper,
.error404 .tarif__price-wrapper,
.page-template-cybersecurity-starter .tarif__price-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 16px;
  margin-bottom: 20px;
}
.page-template-cybersecurity .tarif__price-wrapper::before,
.error404 .tarif__price-wrapper::before,
.page-template-cybersecurity-starter .tarif__price-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background: repeating-linear-gradient(to right, #454545 0px, #454545 4px, transparent 4px, transparent 8px);
}
.page-template-cybersecurity .tarif__price-wrapper p,
.error404 .tarif__price-wrapper p,
.page-template-cybersecurity-starter .tarif__price-wrapper p {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #149C43;
}
.page-template-cybersecurity .tarif__price,
.error404 .tarif__price,
.page-template-cybersecurity-starter .tarif__price {
  color: #149C43;
}

.error404 .banner {
  background-image: url("../img/general/404-bg.jpg");
  background-position-x: center;
  background-position-y: -100px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .error404 .banner {
    background-image: url("../img/general/404-mb.png");
    background-size: cover;
    background-position-y: center;
  }
}
.error404 .banner__container.container {
  background-image: none;
}
.error404 .banner__content {
  margin-top: 0;
}

.page-template-cybersecurity-starter .banner__section-name {
  display: flex;
  flex-direction: row;
  gap: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity-starter .banner__section-name {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }
  .page-template-cybersecurity-starter .banner__section-name .section-name {
    margin-bottom: 0;
  }
}
.page-template-cybersecurity-starter .banner__content {
  max-width: 610px;
}
@media only screen and (max-width: 500px) {
  .page-template-cybersecurity-starter .banner__content {
    margin-top: 160px;
  }
}
.page-template-cybersecurity-starter .banner__header {
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity-starter .banner__header {
    white-space: normal;
  }
}
.page-template-cybersecurity-starter .banner__text {
  min-height: 72px;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .page-template-cybersecurity-starter .banner__right {
    margin-top: 40px;
  }
}
.page-template-cybersecurity-starter .values__wrapper {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1091px) {
  .page-template-cybersecurity-starter .values__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 731px) {
  .page-template-cybersecurity-starter .values__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .page-template-cybersecurity-starter .values__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-cybersecurity-starter .values__item {
  padding-right: 33px;
}
.page-template-cybersecurity-starter .program__wrapper {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 125px;
  column-gap: 120px;
  max-width: 1250px;
}
@media only screen and (max-width: 731px) {
  .page-template-cybersecurity-starter .program__wrapper {
    row-gap: 25px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-cybersecurity-starter .program__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-cybersecurity-starter .program__item {
  max-width: 505px;
}

.starter-poket {
  background-image: url("../img/general/starter-pocket.png");
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 740px) {
  .starter-poket {
    padding-bottom: 189px;
    background-position: center bottom;
  }
}
.starter-poket__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.starter-poket__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.starter-poket__wrapper {
  max-width: 924px;
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .starter-poket__wrapper {
    max-width: 414px;
    margin: 0 auto;
  }
}
.starter-poket__top {
  min-height: 337px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

@media only screen and (max-width: 740px) {
  .starter-poket__top {
    flex-direction: column;
    min-height: initial;
  }
}
.starter-poket__left {
  padding: 32px;
  background: #002B18;
  width: 34%;
}

@media only screen and (max-width: 740px) {
  .starter-poket__left {
    width: 100%;
  }
}
.starter-poket__price {
  padding: 16px 24px;
  background: rgb(32, 32, 32);
  border-radius: 6px;
}

.starter-poket__price p:first-child {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.starter-poket__price::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 70%;
  height: 100%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.6) 0%, rgb(32, 32, 32) 50%);
  transition: all 0.3s linear;
}

.starter-poket__duration p:first-child {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.starter-poket__duration p:last-child {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFE7C8;
  margin-bottom: 46px;
}

@media only screen and (max-width: 740px) {
  .starter-poket__duration p:last-child {
    margin-bottom: 32px;
  }
}
.starter-poket__price p:last-child {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.starter-poket__price p:last-child span {
  margin-left: 6px;
  font-family: Jura;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #828282;
}

.starter-poket__right {
  padding: 32px;
  background: rgba(32, 32, 32, 0.8);
  width: 66%;
}

@media only screen and (max-width: 740px) {
  .starter-poket__right {
    width: 100%;
    padding: 32px 24px;
  }
}
.starter-poket__right-top {
  display: none;
}

.starter-poket__right-top p:first-child {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: -0.36px;
  color: #cecece;
}

.starter-poket__right-top p:last-child {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: -0.36px;
  color: #cecece;
}

.starter-poket__right-bottom {
  display: none;
  padding: 16px 17px;
  background: #2B2B2B;
  border-radius: 6px;
  margin-top: 40px;
}

.starter-poket__right-bottom-left {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}

.starter-poket__right-bottom-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.starter-poket__right-bottom-right p:first-child {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-decoration: line-through;
  color: #525252;
}

.starter-poket__right-bottom-right p:last-child {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}

.starter-poket__lessons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 740px) {
  .starter-poket__lessons {
    gap: 24px;
  }
}
.starter-poket__lesson {
  display: flex;
  flex-direction: row;
  gap: 102px;
}

@media only screen and (max-width: 836px) {
  .starter-poket__lesson {
    gap: 56px;
  }
}
@media only screen and (max-width: 740px) {
  .starter-poket__lesson {
    flex-direction: column;
    gap: 0;
  }
}
.starter-poket__lesson-name {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFE7C8;
  white-space: nowrap;
}

.starter-poket__lesson-descr {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFE7C8;
}

@media only screen and (max-width: 740px) {
  .starter-poket__lesson-descr {
    text-align: left;
  }
}
.starter__button {
  background: #115229;
}

.starter__button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.page-template-about .banner {
  background-image: none;
  background-color: #000;
  height: 600px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .banner {
    height: auto;
  }
}
.page-template-about .banner__img {
  z-index: -1;
  position: absolute;
  filter: brightness(0.1);
}
.page-template-about .banner__container {
  padding-top: 150px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .banner__container {
    padding-top: 0;
  }
}
.page-template-about .banner__img-2 {
  z-index: -1;
  position: absolute;
  width: 970px;
  opacity: 0.2;
}
.page-template-about .banner__content {
  max-width: initial;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .banner__content {
    flex-direction: column;
    margin-top: 200px;
  }
}
.page-template-about .banner__header {
  max-width: 610px;
  min-height: auto;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 1028px) {
  .page-template-about .banner__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.8px;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-about .banner__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 32px;
    max-width: 550px;
  }
}
.page-template-about .banner__text {
  max-width: 505px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
}
.page-template-about .banner__text p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.page-template-about .banner__right-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-about .values {
  padding-top: 6rem;
}
.page-template-about .values__item {
  height: auto;
  padding: 33px 33px 33px 0;
  justify-content: start;
}
.page-template-about .values__item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 970px) {
  .page-template-about .values__item {
    height: initial;
  }
}
.page-template-about .values__item:not(:last-child) {
  border-right: solid 1px #454545;
}
.page-template-about .photos__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-about .values__text {
  padding-left: 0;
}
.page-template-about .about.values .values__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
@media only screen and (max-width: 970px) {
  .page-template-about .about.values .values__wrapper {
    flex-wrap: wrap;
  }
}
.page-template-about .about.values .values__item {
  max-width: 318px;
  padding: 33px;
  border-right: solid 1px #454545;
  justify-content: start;
  height: auto;
}
@media only screen and (max-width: 970px) {
  .page-template-about .about.values .values__item {
    max-width: calc(50% - 16.5px);
  }
}
@media only screen and (max-width: 600px) {
  .page-template-about .about.values .values__item {
    max-width: 100%;
  }
}
.page-template-about .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: 120px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .breadcrumb {
    top: -83px;
  }
}
.page-template-about .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.page-template-about .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.page-template-about .why__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 61px;
}
.page-template-about .why__question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #454545;
  margin-bottom: 24px;
  transition: all 0.3s linear;
}
.page-template-about .why__question.active {
  margin-bottom: 0;
}
.page-template-about .why__left {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
.page-template-about .why__number {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: #fff;
}
.page-template-about .why__name {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
.page-template-about .why__answer {
  padding: 46px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: #202020;
  margin-bottom: 24px;
  padding: 24px;
}
.page-template-about .why__answer p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
.page-template-about .for__wrapper {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
}
@media only screen and (max-width: 785px) {
  .page-template-about .for__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-about .for__item {
  width: 515px;
  height: 332px;
  padding: 60px 46px 51px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 85%, 90% 100%, 0% 100%, 0% 15%);
  background: #202020;
  cursor: pointer;
  transition: scale 0.3s linear;
}
.page-template-about .for__item:last-of-type {
  background: #002B18;
}
@media only screen and (max-width: 550px) {
  .page-template-about .for__item {
    width: 100%;
    height: auto;
    padding: 60px 25px;
  }
}
.page-template-about .for__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  max-width: 351px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media only screen and (max-width: 550px) {
  .page-template-about .for__title {
    font-family: Jura;
    font-weight: 700;
    font-size: 40px;
    line-height: 47.32px;
    letter-spacing: 0%;
  }
}
.page-template-about .for__text {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
  max-width: 351px;
}
@media only screen and (max-width: 550px) {
  .page-template-about .for__text {
    font-family: DIN Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}
.page-template-about .mission {
  background-image: url("../img/general/about-mision.jpg");
  background-repeat: no-repeat;
  margin-top: 100px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .mission {
    background-image: url(../img/general/about-mision.jpg);
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-bottom: 50px;
    height: 1047px;
    background-position: bottom right -20px;
    background-size: 1000px;
  }
}
.page-template-about .mission__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 32px;
  max-width: 505px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .mission__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.39px;
    letter-spacing: 0%;
  }
}
.page-template-about .mission__subheader {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  margin-bottom: 46px;
  max-width: 505px;
}
.page-template-about .mission__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 505px;
}
.page-template-about .mission__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  clip-path: polygon(4% 0%, 100% 0%, 100% 77%, 96% 100%, 0% 100%, 0% 26%);
  padding: 11px 24px;
  background: #202020;
  min-height: 64px;
}
.page-template-about .mission__item p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
  max-width: 354px;
}
.page-template-about .team {
  margin-bottom: 200px;
}
.page-template-about .team__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .team__container {
    flex-direction: column;
  }
}
.page-template-about .team__left {
  max-width: 502px;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .page-template-about .team__left {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-about .team__right {
  width: 50%;
}
.page-template-about .team__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .page-template-about .team__right {
    width: 100%;
  }
}
.page-template-about .team__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 700px) {
  .page-template-about .team__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.page-template-about .team__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-template-about .team__text p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
@media only screen and (max-width: 700px) {
  .page-template-about .team__text p {
    font-family: DIN Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}
.page-template-about .finish__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
.page-template-about .finish__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 24px;
}
@media only screen and (max-width: 900px) {
  .page-template-about .finish__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-about .finish__item {
  display: flex;
  flex-direction: row;
  background: #202020;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .page-template-about .finish__item {
    flex-direction: column;
  }
}
.page-template-about .finish__left {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1122px) {
  .page-template-about .finish__left {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-about .finish__left {
    width: 100%;
    padding: 16px;
  }
}
.page-template-about .finish__right {
  max-width: 100%;
}
@media only screen and (max-width: 1122px) {
  .page-template-about .finish__right {
    width: 50%;
  }
  .page-template-about .finish__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-about .finish__right {
    height: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-about .finish__right {
    width: 100%;
  }
}
.page-template-about .finish__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 550px) {
  .page-template-about .finish__title {
    text-align: center;
  }
}
.page-template-about .finish__descr {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}

.page-template-course .second,
.page-template-contacts .second {
  padding-top: 200px;
  margin-bottom: 160px;
}
.page-template-course .second__header,
.page-template-contacts .second__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media only screen and (max-width: 827px) {
  .page-template-course .breadcrumb,
  .page-template-contacts .breadcrumb {
    left: 16px;
  }
}
.page-template-course .form,
.page-template-contacts .form {
  padding-top: 200px;
  margin-bottom: 160px;
}
.page-template-course .form__left,
.page-template-contacts .form__left {
  max-width: 505px;
}
.page-template-course .form__container,
.page-template-contacts .form__container {
  flex-direction: row;
  gap: 125px;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .page-template-course .form__container,
  .page-template-contacts .form__container {
    gap: 20px;
  }
}
@media only screen and (max-width: 827px) {
  .page-template-course .form__container,
  .page-template-contacts .form__container {
    flex-direction: column;
    gap: 56px;
  }
}
.page-template-course .form__right,
.page-template-contacts .form__right {
  max-width: 505px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 827px) {
  .page-template-course .form__right,
  .page-template-contacts .form__right {
    align-items: center;
  }
}
.page-template-course .form__subheader,
.page-template-contacts .form__subheader {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 46px;
}
@media only screen and (max-width: 827px) {
  .page-template-course .form__subheader,
  .page-template-contacts .form__subheader {
    font-family: Jura;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.page-template-course .form__contact,
.page-template-contacts .form__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-template-course .form__contact p,
.page-template-contacts .form__contact p {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 827px) {
  .page-template-course .form__contact p,
  .page-template-contacts .form__contact p {
    text-align: center;
  }
}
.page-template-course .form__contact a,
.page-template-contacts .form__contact a {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 827px) {
  .page-template-course .form__contact a,
  .page-template-contacts .form__contact a {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
  }
}
.page-template-course .form__soc,
.page-template-contacts .form__soc {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.page-template-course .breadcrumb,
.page-template-contacts .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: -65px;
}
.page-template-course .breadcrumb a,
.page-template-contacts .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.page-template-course .breadcrumb p,
.page-template-contacts .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}

.blog {
  margin-bottom: 64px;
}
.blog__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}
.blog__subheader {
  color: #FFE7C7;
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 260px;
  margin-bottom: 24px;
}
.blog__text {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.36px;
  max-width: 260px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__text p {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.36px;
}
.blog .second__button {
  margin-top: 20px;
}
.blog__date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.blog__time {
  color: #454545;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.36px;
}
.blog__author {
  color: #FFE7C8;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.36px;
}
.blog__photo {
  width: 100%;
  display: block;
}
.blog__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 400/196;
  display: block;
}
.blog__top {
  margin-top: auto;
}
.blog__bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
}

.second__button {
  display: block;
}

.page-template-blog .banner__content {
  max-width: 572px;
}
.page-template-blog .banner__header {
  color: #FFE7C8;
  font-family: Jura;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 572px;
  min-height: 207px;
}
@media only screen and (max-width: 700px) {
  .page-template-blog .banner__header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-blog .banner__header {
    font-size: 30px;
  }
}
.page-template-blog .banner {
  background-image: url(../img/general/blog-bg.png);
}
.page-template-blog .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: 70px;
}
@media only screen and (max-width: 700px) {
  .page-template-blog .breadcrumb {
    top: -83px;
  }
}
.page-template-blog .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.page-template-blog .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}

.blog-template-default .breadcrumb {
  display: flex;
  gap: 11px;
  margin-top: 129px;
  margin-bottom: 94px;
  flex-wrap: wrap;
  row-gap: 0px;
}
@media only screen and (max-width: 700px) {
  .blog-template-default .breadcrumb {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.blog-template-default .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.blog-template-default .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.blog-template-default .blog__content {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
@media only screen and (max-width: 700px) {
  .blog-template-default .blog__content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.blog-template-default .blog__left {
  flex: 1;
}
.blog-template-default .blog__subheader {
  color: #FFE7C8;
  font-family: Jura;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 571px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 700px) {
  .blog-template-default .blog__subheader {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.blog-template-default .blog__text-1 {
  display: flex;
  flex-direction: column;
}
.blog-template-default .blog__text-1 * {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
  max-width: 502px;
  text-align: justify;
}
.blog-template-default .blog__text-1 ol {
  gap: 9px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
}
.blog-template-default .blog__text-1 ul {
  gap: 9px;
  list-style: disc;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
}
.blog-template-default .blog__text-1 b {
  font-weight: 700;
}
.blog-template-default .blog__text-1 h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.blog-template-default .blog__text-1 h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.blog-template-default .blog__right {
  flex: 1;
}
.blog-template-default .blog__right img {
  aspect-ratio: initial;
}

.course-template-default .banner {
  background-image: none;
  background-color: #000;
  height: 800px;
}
.course-template-default .banner__img {
  z-index: -1;
  position: absolute;
  filter: brightness(0.1);
}
.course-template-default .banner__img-2 {
  z-index: -1;
  position: absolute;
  width: 970px;
  opacity: 0.2;
}
.course-template-default .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: 120px;
}
.course-template-default .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.course-template-default .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.course-template-default .banner__right {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #FFFFFF;
  margin-top: auto;
  padding: 31.5px 30px;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  max-width: 524px;
  margin-right: 71px;
}
@media only screen and (max-width: 900px) {
  .course-template-default .banner__right {
    margin-right: 0;
    padding: 27px 32px;
    font-family: DIN Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .course-template-default .banner__content {
    margin-top: 90px;
  }
}
.course-template-default .container.banner__container {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/general/cyber-bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .course-template-default .container.banner__container {
    flex-direction: column;
    padding-top: 93px;
  }
}
.course-template-default .values__wrapper {
  grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
  justify-content: center;
}
.course-template-default .values__text {
  padding: 0;
}
.course-template-default .values__item {
  padding-top: 33px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 970px) {
  .course-template-default .values__item {
    height: auto;
  }
}
.course-template-default .values__item:not(:last-child) {
  padding-right: 33px;
  border-right: solid 1px #454545;
}
@media only screen and (max-width: 970px) {
  .course-template-default .values__item:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}
.course-template-default .program__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  color: #FFE7C7;
  margin-bottom: 48px;
}
.course-template-default .program__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 112px;
  column-gap: 125px;
  justify-items: center;
  max-width: 1030px;
  margin: 0 auto;
}
@media only screen and (max-width: 970px) {
  .course-template-default .program__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .course-template-default .program__wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 48px;
    column-gap: 20px;
    justify-items: start;
  }
}
.course-template-default .program__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 260px;
}
.course-template-default .program__item.active {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 600px) {
  .course-template-default .program__item {
    width: 100%;
    max-width: 500px;
  }
}
.course-template-default .program__num {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  background: #012B17;
  border-radius: 100px;
  padding: 8px 16px;
  width: fit-content;
}
.course-template-default .program__name {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
.course-template-default .program__text {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.course-template-default .program__list {
  list-style: initial;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.course-template-default .program__list li {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.course-template-default .program__list li span {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.course-template-default .timeline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* Можливо, потрібно збільшити, якщо сторінка довга */
  pointer-events: none;
  z-index: -1;
}
.course-template-default .timeline path {
  stroke: white;
  stroke-dasharray: 10, 10;
  /* Пунктирна лінія */
  stroke-width: 3;
  fill: none;
}
.course-template-default .finish__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
.course-template-default .finish__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 24px;
}
@media only screen and (max-width: 900px) {
  .course-template-default .finish__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.course-template-default .finish__item {
  display: flex;
  flex-direction: row;
  background: #202020;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .course-template-default .finish__item {
    flex-direction: column;
  }
}
.course-template-default .finish__left {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1122px) {
  .course-template-default .finish__left {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .course-template-default .finish__left {
    width: 100%;
    padding: 16px;
  }
}
.course-template-default .finish__right {
  max-width: 100%;
}
@media only screen and (max-width: 1122px) {
  .course-template-default .finish__right {
    width: 50%;
  }
  .course-template-default .finish__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 900px) {
  .course-template-default .finish__right {
    height: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .course-template-default .finish__right {
    width: 100%;
  }
}
.course-template-default .finish__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 550px) {
  .course-template-default .finish__title {
    text-align: center;
  }
}
.course-template-default .finish__descr {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.course-template-default .strangers {
  background-image: url("../img/general/cyber-4.png");
  min-height: 470px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.course-template-default .strangers__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-template-default .strangers__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 31px;
  line-height: 42.59px;
  letter-spacing: 0%;
  width: fit-content;
  margin: 16px auto 24px;
  color: #CECECE;
}
@media only screen and (max-width: 700px) {
  .course-template-default .strangers__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.course-template-default .strangers__swiper {
  width: 100%;
  overflow: hidden;
}
.course-template-default .strangers__slide {
  height: 90px;
  margin-bottom: 50px;
}
.course-template-default .strangers__slide p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #CECECE;
}
.course-template-default .strangers__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 50px;
}
.course-template-default .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.2);
}
.course-template-default .strangers__navigation .strangers___pagination.swiper-pagination-fraction.swiper-pagination-horizontal .swiper-pagination-current {
  color: #fff;
}
.course-template-default .values {
  padding-top: 6rem;
}
.course-template-default .values__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .course-template-default .values__top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .course-template-default .values__top-text {
    text-align: center;
  }
}
.course-template-default .tarif__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
.course-template-default .tarif__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 350px));
  justify-content: center;
  column-gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .course-template-default .tarif__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .course-template-default .tarif__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.course-template-default .tarif__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.course-template-default .tarif__top {
  padding: 24px 32px;
  background: #202020;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .course-template-default .tarif__top {
    min-height: fit-content;
    max-width: 500px;
    padding: 16px;
  }
}
.course-template-default .tarif__name {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  margin-bottom: 8px;
}
.course-template-default .tarif__name p {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
  color: #4EBC76;
}
.course-template-default .tarif__price-oplata {
  margin-top: 10px;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 16px;
  background: #2B2B2B;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
}
.course-template-default .tarif__price-oplata-text {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.course-template-default .tarif__price-oplata-img {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.course-template-default .tarif__price-oplata-img img {
  width: 20px;
  height: 20px;
}
.course-template-default .tarif__notice {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
  max-width: 800px;
  margin-top: 40px;
}
.course-template-default .tarif__duration {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
}
.course-template-default .tarif__duration p {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
}
.course-template-default .tarif__paket {
  font-family: DIN Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #CECECE;
  padding: 8px 16px;
  background: #2B2B2B;
  border-radius: 6px;
  margin-bottom: 37px;
}
.course-template-default .tarif__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
}
.course-template-default .tarif__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background: repeating-linear-gradient(to right, #454545 0px, #454545 4px, transparent 4px, transparent 8px);
}
.course-template-default .tarif__list li {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
.course-template-default .tarif__list li span {
  opacity: 0.6;
}
.course-template-default .tarif__btn {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #FFE7C8;
  padding: 16px 32px;
  border-radius: 8px;
  background: rgb(32, 32, 32);
  overflow: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .course-template-default .tarif__btn {
    max-width: 500px;
  }
}
.course-template-default .tarif__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.6) 0%, rgb(32, 32, 32) 50%);
  transition: all 0.3s linear;
}
.course-template-default .tarif__btn:hover {
  transition: all 0.3s linear;
}
.course-template-default .tarif__btn:hover::before {
  transition: all 0.3s linear;
  scale: 2;
}
.course-template-default .tarif__price-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 16px;
  margin-bottom: 20px;
}
.course-template-default .tarif__price-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background: repeating-linear-gradient(to right, #454545 0px, #454545 4px, transparent 4px, transparent 8px);
}
.course-template-default .tarif__price-wrapper p {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #149C43;
}
.course-template-default .tarif__price {
  color: #149C43;
}

.page-template-business .banner {
  background-image: url(../img/business.png);
  height: 846px;
  margin: 0;
  background-position: center;
}
@media only screen and (max-width: 700px) {
  .page-template-business .banner {
    height: auto;
    background-size: auto;
  }
}
.page-template-business .banner__img {
  z-index: -1;
  position: absolute;
  filter: brightness(0.1);
}
.page-template-business .banner__container {
  padding-top: 48px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .banner__container {
    padding-top: 0;
  }
}
.page-template-business .banner__img-2 {
  z-index: -1;
  position: absolute;
  width: 970px;
  opacity: 0.2;
}
.page-template-business .banner__content {
  max-width: initial;
  display: flex;
  flex-direction: row;
  justify-content: initial;
  gap: 300px;
  align-items: center;
  margin-top: 0;
}
@media only screen and (max-width: 1159px) {
  .page-template-business .banner__content {
    gap: 40px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-business .banner__content {
    flex-direction: column;
    margin-top: 200px;
  }
}
.page-template-business .banner__header {
  max-width: 610px;
  min-height: auto;
  color: #FFE7C8;
  font-family: Jura;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  min-height: 138px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .banner__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 32px;
    max-width: 550px;
    min-height: 29px;
  }
}
.page-template-business .banner__text {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  margin-bottom: 46px;
}
.page-template-business .banner__text p {
  color: #FFF;
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-business .banner__right {
  max-width: 224px;
}
.page-template-business .banner__right-items {
  display: flex;
  gap: 24px;
  flex-direction: column;
  max-width: 224px;
}
.page-template-business .banner__right-item {
  display: flex;
  flex-direction: column;
  max-width: 224px;
}
.page-template-business .banner__right-img {
  border-radius: 8px;
  background: #002A18;
  padding: 6px;
  margin-bottom: 8px;
  width: fit-content;
}
.page-template-business .banner__right-title {
  color: #FFF;
  font-family: "DIN Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.36px;
}
.page-template-business .banner__right-text {
  color: #FFF;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .values {
  padding-top: 6rem;
}
.page-template-business .values__wrapper {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 46px;
  row-gap: 60px;
}
@media only screen and (max-width: 770px) {
  .page-template-business .values__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .page-template-business .values__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-business .values__item {
  height: auto;
  padding: 0;
  justify-content: start;
  border-right: none;
}
@media only screen and (max-width: 970px) {
  .page-template-business .values__item {
    height: initial;
  }
}
.page-template-business .photos__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-business .values__text {
  padding-left: 0;
}
.page-template-business .about.values .values__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
@media only screen and (max-width: 970px) {
  .page-template-business .about.values .values__wrapper {
    flex-wrap: wrap;
  }
}
.page-template-business .about.values .values__item {
  max-width: 318px;
  padding: 33px;
  border-right: solid 1px #454545;
  justify-content: start;
  height: auto;
}
@media only screen and (max-width: 970px) {
  .page-template-business .about.values .values__item {
    max-width: calc(50% - 16.5px);
  }
}
@media only screen and (max-width: 600px) {
  .page-template-business .about.values .values__item {
    max-width: 100%;
  }
}
.page-template-business .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: 120px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .breadcrumb {
    top: -83px;
  }
}
.page-template-business .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.page-template-business .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}
.page-template-business .why__header {
  color: #FFE7C8;
  text-align: center;
  font-family: Jura;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 46px;
}
.page-template-business .why__question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #454545;
  margin-bottom: 24px;
  transition: all 0.3s linear;
}
.page-template-business .why__question.active {
  margin-bottom: 0;
}
.page-template-business .why__question svg {
  min-width: 32px;
}
.page-template-business .why__left {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
.page-template-business .why__number {
  color: #FFE7C7;
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-business .why__name {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.39px;
  letter-spacing: 0%;
}
.page-template-business .why__answer {
  padding: 46px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: #202020;
  margin-bottom: 24px;
  padding: 24px;
}
.page-template-business .why__answer p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
.page-template-business .for__wrapper {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
}
@media only screen and (max-width: 785px) {
  .page-template-business .for__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-business .for__item {
  width: 515px;
  height: 332px;
  padding: 60px 46px 51px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 85%, 90% 100%, 0% 100%, 0% 15%);
  background: #202020;
  cursor: pointer;
  transition: scale 0.3s linear;
}
.page-template-business .for__item:last-of-type {
  background: #002B18;
}
@media only screen and (max-width: 550px) {
  .page-template-business .for__item {
    width: 100%;
    height: auto;
    padding: 60px 25px;
  }
}
.page-template-business .for__title {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  max-width: 351px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media only screen and (max-width: 550px) {
  .page-template-business .for__title {
    font-family: Jura;
    font-weight: 700;
    font-size: 40px;
    line-height: 47.32px;
    letter-spacing: 0%;
  }
}
.page-template-business .for__text {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
  max-width: 351px;
}
@media only screen and (max-width: 550px) {
  .page-template-business .for__text {
    font-family: DIN Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}
.page-template-business .mission {
  margin-top: 100px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .mission {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.page-template-business .mission__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 963px) {
  .page-template-business .mission__container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media only screen and (max-width: 963px) {
  .page-template-business .mission .mission__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-template-business .mission__subtitle {
  max-width: 610px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.page-template-business .mission__subtitle p {
  color: #FFE7C8;
  font-family: Jura;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 963px) {
  .page-template-business .mission__subtitle p {
    text-align: center;
    font-size: 28px;
  }
}
.page-template-business .mission__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 505px;
}
@media only screen and (max-width: 963px) {
  .page-template-business .mission .minssion__left {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.page-template-business .mission__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  clip-path: polygon(4% 0%, 100% 0%, 100% 77%, 96% 100%, 0% 100%, 0% 26%);
  padding: 24px;
  background: #202020;
  min-height: 64px;
  max-width: 505px;
  width: 100%;
  align-items: flex-start;
}
.page-template-business .mission__item h4 {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.36px;
}
.page-template-business .mission__item p {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .program {
  margin-top: 100px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .program {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.page-template-business .program__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .page-template-business .program__container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
  }
}
.page-template-business .program__left {
  width: 20%;
  left: -350px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .program__left {
    width: 70%;
    left: 0;
  }
}
.page-template-business .program__left img {
  width: 379%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .page-template-business .program__left img {
    width: 100%;
  }
}
.page-template-business .program__buttons {
  display: flex;
  gap: 16px;
  flex-direction: row;
  margin-top: 46px;
}
.page-template-business .program__buttons .banner__btn {
  border: 1px solid transparent;
}
.page-template-business .program__buttons .banner__btn-1 {
  background: none;
  border-radius: 8px;
  border: 1px solid #CECECE;
  transition: all 0.3s linear;
}
.page-template-business .program__buttons .banner__btn-1:hover {
  background: #CECECE;
  color: #000;
}
@media only screen and (max-width: 700px) {
  .page-template-business .program__buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.page-template-business .program__subtitle {
  max-width: 610px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 32px;
}
.page-template-business .program__subtitle p {
  color: #FFE7C8;
  font-family: Jura;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .page-template-business .program__subtitle p {
    font-size: 36px;
    text-align: center;
  }
}
.page-template-business .program__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 46px;
  row-gap: 32px;
  max-width: 566px;
}
.page-template-business .program__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-template-business .program__item h4 {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.36px;
}
.page-template-business .program__item p {
  color: #CECECE;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .team {
  margin-bottom: 200px;
}
.page-template-business .team__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .team__container {
    flex-direction: column;
  }
}
.page-template-business .team__left {
  max-width: 502px;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .page-template-business .team__left {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-business .team__right {
  width: 50%;
}
.page-template-business .team__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .page-template-business .team__right {
    width: 100%;
  }
}
.page-template-business .team__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 700px) {
  .page-template-business .team__header {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.page-template-business .team__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-template-business .team__text p {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #cecece;
}
@media only screen and (max-width: 700px) {
  .page-template-business .team__text p {
    font-family: DIN Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.36px;
  }
}
.page-template-business .finish__header {
  color: #FFE7C8;
  text-align: center;
  font-family: Jura;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 46px;
}
.page-template-business .finish__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .page-template-business .finish__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-business .finish__item {
  display: flex;
  flex-direction: row;
  background: #202020;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .page-template-business .finish__item {
    flex-direction: column;
  }
}
.page-template-business .finish__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1122px) {
  .page-template-business .finish__left {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-business .finish__left {
    width: 100%;
  }
}
.page-template-business .finish__right {
  max-width: 100%;
}
@media only screen and (max-width: 1122px) {
  .page-template-business .finish__right {
    width: 50%;
  }
  .page-template-business .finish__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-business .finish__right {
    height: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-business .finish__right {
    width: 100%;
  }
}
.page-template-business .finish__title {
  color: #FFE7C7;
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 550px) {
  .page-template-business .finish__title {
    text-align: center;
  }
}
.page-template-business .finish__list {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-business .finish__list li {
  color: #FFF;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .finish__descr {
  color: #FFF;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .finish__left-top {
  padding: 32px 32px 0;
}
@media only screen and (max-width: 1156px) {
  .page-template-business .finish__left-top {
    padding: 16px;
  }
}
.page-template-business .finish__bottom {
  padding: 24px 32px;
  background: #525252;
}
.page-template-business .finish__bottom-title {
  color: #14FF6A;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .finish__bottom-text {
  color: #FFF;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.36px;
}
.page-template-business .form .section-name {
  margin: 0 auto 16px;
}
.page-template-business .form__header {
  color: #FFE7C8;
  text-align: center;
  font-family: Jura;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  max-width: 821px;
  margin: 0 auto 46px;
}

.post-type-archive-course .second,
.page-template-contacts .second {
  padding-top: 200px;
  margin-bottom: 160px;
}
.post-type-archive-course .second__header,
.page-template-contacts .second__header {
  font-family: Jura;
  font-weight: 700;
  font-size: 58px;
  line-height: 68.61px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .post-type-archive-course .second__header,
  .page-template-contacts .second__header {
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
  }
}
.post-type-archive-course .second__subheader,
.page-template-contacts .second__subheader {
  color: #FFE7C7;
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.post-type-archive-course .second__button,
.page-template-contacts .second__button {
  background: #161616;
  padding: 16px 8px;
}
.post-type-archive-course .second__button::before,
.page-template-contacts .second__button::before {
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.6) 0%, rgb(16, 16, 16) 50%);
}
.post-type-archive-course .second__wrapper,
.page-template-contacts .second__wrapper {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media only screen and (max-width: 700px) {
  .post-type-archive-course .second__wrapper,
  .page-template-contacts .second__wrapper {
    gap: 80px;
  }
}
.post-type-archive-course .second__card,
.page-template-contacts .second__card {
  grid-column: unset;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #202020;
  gap: 0;
}
@media only screen and (max-width: 850px) {
  .post-type-archive-course .second__card,
  .page-template-contacts .second__card {
    flex-direction: column;
  }
}
.post-type-archive-course .second .second__level,
.page-template-contacts .second .second__level {
  padding: 0;
}
.post-type-archive-course .second .second__level::after,
.page-template-contacts .second .second__level::after {
  display: none;
}
.post-type-archive-course .second__card .second__top,
.page-template-contacts .second__card .second__top {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 32px;
  border-radius: 0;
  background: none;
  border: none;
}
.post-type-archive-course .second__card .second__bottom,
.page-template-contacts .second__card .second__bottom {
  width: 100%;
  height: 100%;
  max-width: 230px;
}
.post-type-archive-course .second__card .second__bottom img,
.page-template-contacts .second__card .second__bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 850px) {
  .post-type-archive-course .second__card .second__bottom,
  .page-template-contacts .second__card .second__bottom {
    max-width: 100%;
    max-height: 400px;
  }
}
.post-type-archive-course .courses-grid,
.page-template-contacts .courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .post-type-archive-course .courses-grid,
  .page-template-contacts .courses-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 827px) {
  .post-type-archive-course .breadcrumb,
  .page-template-contacts .breadcrumb {
    left: 16px;
  }
}
.post-type-archive-course .form,
.page-template-contacts .form {
  padding-top: 200px;
  margin-bottom: 160px;
}
.post-type-archive-course .form__left,
.page-template-contacts .form__left {
  max-width: 505px;
}
.post-type-archive-course .form__container,
.page-template-contacts .form__container {
  flex-direction: row;
  gap: 125px;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .post-type-archive-course .form__container,
  .page-template-contacts .form__container {
    gap: 20px;
  }
}
@media only screen and (max-width: 827px) {
  .post-type-archive-course .form__container,
  .page-template-contacts .form__container {
    flex-direction: column;
    gap: 56px;
  }
}
.post-type-archive-course .form__right,
.page-template-contacts .form__right {
  max-width: 505px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 827px) {
  .post-type-archive-course .form__right,
  .page-template-contacts .form__right {
    align-items: center;
  }
}
.post-type-archive-course .form__subheader,
.page-template-contacts .form__subheader {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 46px;
}
@media only screen and (max-width: 827px) {
  .post-type-archive-course .form__subheader,
  .page-template-contacts .form__subheader {
    font-family: Jura;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.post-type-archive-course .form__contact,
.page-template-contacts .form__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.post-type-archive-course .form__contact p,
.page-template-contacts .form__contact p {
  font-family: Jura;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 827px) {
  .post-type-archive-course .form__contact p,
  .page-template-contacts .form__contact p {
    text-align: center;
  }
}
.post-type-archive-course .form__contact a,
.page-template-contacts .form__contact a {
  font-family: Jura;
  font-weight: 700;
  font-size: 36px;
  line-height: 42.59px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 827px) {
  .post-type-archive-course .form__contact a,
  .page-template-contacts .form__contact a {
    font-family: Jura;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.86px;
    letter-spacing: 0%;
  }
}
.post-type-archive-course .form__soc,
.page-template-contacts .form__soc {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.post-type-archive-course .breadcrumb,
.page-template-contacts .breadcrumb {
  display: flex;
  gap: 11px;
  position: absolute;
  top: -65px;
}
.post-type-archive-course .breadcrumb a,
.page-template-contacts .breadcrumb a {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #454545;
}
.post-type-archive-course .breadcrumb p,
.page-template-contacts .breadcrumb p {
  font-family: DIN Pro;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
}

footer {
  padding: 36px 10px 46px;
  background: linear-gradient(0deg, #202020, #202020), linear-gradient(0deg, #161616, #161616), radial-gradient(48.01% 127.07% at 54.13% 190.31%, #073617 0%, rgba(20, 156, 67, 0) 100%);
}
footer .container {
  max-width: 1240px;
  z-index: 1;
}
footer::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, rgba(34, 139, 34, 0.2) 0%, rgb(32, 32, 32) 40%);
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 770px) {
  .footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
  }
}
.footer__left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 55px;
  height: fit-content;
}
@media only screen and (max-width: 600px) {
  .footer__left {
    flex-direction: column;
    align-items: center;
  }
}
.footer__left-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .footer__left-top {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footer__left-nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media only screen and (max-width: 600px) {
  .footer__left-nav {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footer__left-nav a {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #525252;
}
.footer__left-politic {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (max-width: 600px) {
  .footer__left-politic {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footer__left-politic a {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  color: #525252;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 600px) {
  .footer__right {
    gap: 32px;
    margin-bottom: 80px;
  }
}
.footer__right-top {
  display: flex;
  gap: 24px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .footer__right-top {
    justify-content: center;
  }
}
.footer__right-bottom {
  display: flex;
  flex-direction: column;
}
.footer__right-bottom a {
  margin-bottom: 8px;
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: right;
  color: #525252;
}
@media only screen and (max-width: 770px) {
  .footer__right-bottom a {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .footer__right-bottom a {
    text-align: center;
  }
}

.footer__copy {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.footer__copy a,
.footer__copy span {
  font-family: DIN Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.36px;
  text-align: right;
  color: #525252;
}
@media only screen and (max-width: 600px) {
  .footer__copy {
    flex-direction: column;
    align-items: center;
  }
}