/* Swiper */
@media (min-width: 1280px) {
  .swiper-button-prev {
    background-image: url("../assets/address/arrow_left.png");
    background-size: 100% 100%;
  }

  .swiper-button-next {
    background-image: url("../assets/address/arrow_right.png");
    background-size: 100% 100%;
  }
}

/* Class Structure Section */
.class-structure-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.class-structure-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.class-structure-section .text-red {
  color: #DF0611;
}

.class-structure-section .class-structure-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.class-structure-section .class-structure-card {
  border-radius: 12px;
}

.class-structure-section .without-image {
  background-color: #f9f7f7;
  padding: 20px 16px;
}

.class-structure-section .with-image {
  background-color: transparent;
  padding: 20px 16px 0;
}

.class-structure-section .class-structure-card .content {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: 20px;
}

.class-structure-section .summary {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.class-structure-section .summary h3 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.class-structure-section .summary p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.class-structure-section .content-image {
  width: 100%;
  max-width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}

.class-structure-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.class-structure-section .with-background-image-0 {
  background-color: #E6EAED;
}

.class-structure-section .with-background-image-3 {
  background-color: #E7EBE4;
}

.class-structure-section button {
  margin-top: 18px;
}

.class-structure-section button {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
}

.class-structure-section button:hover {
  background-color: #FFFFFF;
}

.class-structure-section button span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.class-structure-section .cta-link {
  margin-top: 18px;
}

.class-structure-section .cta-link {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
}

.class-structure-section .cta-link:hover {
  background-color: #FFFFFF;
}

.class-structure-section .cta-link span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .class-structure-section .container {
    width: 1200px;
    gap: 60px;
  }

  .class-structure-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .class-structure-section .class-structure-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .class-structure-section .class-structure-card {
    border-radius: 12px;
  }

  .class-structure-section .without-image {
    width: 376px;
    height: 250px;
    padding: 0px;
    border-radius: 12px;
  }

  .class-structure-section .with-image {
    width: 788px;
    height: 250px;
    padding: 0px;
    border-radius: 12px;
  }

  .class-structure-section .with-image .summary p {
    width: 340px;
  }
  
  .class-structure-section .class-structure-card .content {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
    gap: 0px;
  }
  
  .class-structure-section .summary {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 20px;
    gap: 16px;
  }
  
  .class-structure-section .summary h3 {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }
  
  .class-structure-section .summary p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
  
  .class-structure-section .content-image {
    width: 340px;
    height: 250px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .class-structure-section .content-image img {
    width: 340px;
    height: 250px;
  }

  .class-structure-section button {
    margin: auto 0 32px;
  }

  .class-structure-section button {
    width: 256px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: 1px solid #353535;
    background-color: transparent;
  }
  
  .class-structure-section button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }

  .class-structure-section .cta {
    margin: auto 0 32px;
  }

  .class-structure-section .cta {
    width: 256px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: 1px solid #353535;
    background-color: transparent;
  }
  
  .class-structure-section .cta span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
}


/* Register Form Section */
.register-form-section .container {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  border-radius: 12px;
  padding-bottom: 32px;
  gap: var(--inner-gap);
}

.register-form-section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--container-gap);
}

.register-form-section .content .summary {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
  padding: 0px var(--padding-small);
}

.register-form-section .summary h2 {
  width: 180px;
  font-size: var(--h2-font-size-mobile);
  font-weight: 400;
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.register-form-section .summary h2 span {
  color: #df0611;
}

.register-form-section .summary p {
  display: block;
  font-size: var(--font-size-mobile);
  font-weight: 300;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: #353535;
}

.register-form-section .summary p strong {
  font-weight: 300;
}

.register-form-section .register-form {
  display: flex;
  flex-direction: column;
  padding: 0px 16px;
  gap: var(--inner-gap);
}

.register-form-section .register-form .form {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.register-form-section .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.register-form-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  align-self: center;
}

.register-form-section .content-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

@media (min-width: 1280px) {
  .register-form-section {
    order: 6;
  }

  .register-form-section .container {
    width: 1200px;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0px;
    gap: 0px;
    background-image: url("../assets/register-form/vacancies/desktop/main.png");
    background-size: 100% 100%;
  }

  .register-form-section .content {
    max-width: 75%;
    align-items: normal;
    gap: 32px;
    padding: 64px 0px 64px 64px;
  }

  .register-form-section .content .summary {
    gap: 16px;
    padding: 0px;
  }

  .register-form-section .summary h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
  }

  .register-form-section .summary p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
  }

  .register-form-section .summary p strong {
    font-weight: 400;
  }

  .register-form-section .summary .contact {
    display: none;
  }

  .register-form-section .register-form {
    width: 60%;
    padding: 0px;
    gap: 0;
  }

  .register-form-section .register-form .personal-data-agreement {
    order: 4;
  }

  .register-form-section .register-form .data-agreement-label {
    /*display: none;*/
    display: flex;
    flex-direction: column;
  }

  .register-form-section .register-form .form {
    width: 536px;
    height: 128px;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
  }

  .register-form-section .inputs-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .register-form-section .register-form .form .customer-name {
    order: 1;
  }

  .register-form-section .register-form .form .customer-email {
    order: 2;
  }

  .register-form-section .register-form .form .submit-btn {
    order: 3;
  }

  .register-form-section .register-form input[type="text"],
  .register-form-section .register-form input[type="email"] {
    max-width: 260px;
  }

  .register-form-section .register-form button {
    max-width: 260px;
  }

  .register-form-section .content-image {
    display: none;
    max-width: 500px;
    height: 400px;
  }

  .register-form-section .content-image img {
    display: none;
    max-width: 500px;
    height: 100%;
  }
}

/* Vacancies Section */
.vacancies-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.vacancies-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.vacancies-section .vacancies-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.vacancies-section .vacancy-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  padding: 20px 20px 30px;
  transition: height 0.4s ease;
}

.vacancies-section .vacancy-card.expanded {
  height: 100%;
}

.vacancies-section .vacancy-card .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.vacancies-section .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.vacancies-section .description h3 {
  font-size: var(--h2-font-size-mobile);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.vacancies-section .vacancy-card .content p {
  font-size: var(--services-font-size);
  font-weight: 300;
  line-height: var(--services-line-height);
  text-align: left;
  color: #353535;
}

.vacancies-section .details-btn {
  order: 3;
  min-width: 256px;
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: #F9F7F7;
}

.vacancies-section .details-btn:hover {
  background-color: #FFFFFF;
}

.vacancies-section .details-btn span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.vacancies-section .card-green {
  background-color: #E7EBE4;
}

.vacancies-section .card-cream {
  background-color: #F9F7F7;
}

.vacancies-section .card-blue {
  background-color: #E6EAED;
}

@media (min-width: 1280px) {
  .vacancies-section .container {
    width: 1200px;
    gap: 60px;
  }

  .vacancies-section .vacancies-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .vacancies-section .vacancy-card {
    width: 1200px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding: 32px;
  }

  .vacancies-section .vacancy-card .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: var(--content-gap);
  }

  .vacancies-section .description {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .vacancies-section .details-btn {
    width: 256px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: 1px solid #353535;
    background-color: #F9F7F7;
  }
  
  .vacancies-section .details-btn span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
}

/* Vacancy Details Section */
.vacancies-section .vacancy-details-section {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 30px;
}

.vacancies-section .vacancy-details-section.expanded {
  display: flex;
}

@media (min-width: 1280px) {
  .vacancies-section .vacancy-details-section {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 36px;
    opacity: 0;
    overflow: hidden;
    transition: padding-top 0.3s ease, opacity 0.3s ease;
  }

  .vacancies-section .vacancy-details-section.expanded {
    opacity: 1;
    padding-top: 20px;
  }
}

/* Details Section */
.vacancies-section .details-section {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 20px 20px 32px;
}

.vacancies-section .details-section .details  {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vacancies-section .details-section .details li {
  margin-left: 24px;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
}

.vacancies-section .details-section h4 {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
}

.vacancies-section .details-section p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
}

@media (min-width: 1280px) {
  .vacancies-section .details-section {
    order: 1;
    height: 100%;
    width: 653px;

    display: flex;
    flex-direction: row;
    padding: 20px 20px 32px 20px;
    gap: 36px;
  }

  .vacancies-section .details-section {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .vacancies-section .details-section .details  {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .vacancies-section .details-section .details li {
    margin-left: 24px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }

  .vacancies-section .details-section h4 {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
  }

  .vacancies-section .details-section p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }
}

/* Conditions Section */
.vacancies-section .conditions-section {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0px;
}

.vacancies-section .conditions-section .conditions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vacancies-section .conditions-section .condition {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.vacancies-section .conditions-section .condition .content-image {
  display: none;
}

.vacancies-section .conditions-section .condition-value {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  letter-spacing: 0.16px;
  text-align: left;
}

.vacancies-section .conditions-section .description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.vacancies-section .conditions-section .description p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.vacancies-section .conditions-section .salary {
  display: flex;
  flex-direction: column;
}

.vacancies-section .conditions-section .salary h4 {
  display: none;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.vacancies-section .conditions-section .salary p {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .vacancies-section .conditions-section {
    order: 2;
    max-width: 447px;
    height: 288px;
    position: sticky;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    padding: 20px;
    border-radius: 12px;
    background-color: #FFFFFF;
  }

  .vacancies-section .conditions-section .conditions {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .vacancies-section .conditions-section .condition {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
  }

  .vacancies-section .conditions-section .condition .content-image {
    display: block;
  }

  .vacancies-section .conditions-section .condition-value {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }

  .vacancies-section .conditions-section .description {
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }

  .vacancies-section .conditions-section .description p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }

  .vacancies-section .conditions-section .salary {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .vacancies-section .conditions-section .salary h4 {
    display: block;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }

  .vacancies-section .conditions-section .salary p {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }
}

