/* Header fix */
.header-content {
  margin: 0 !important;
  width: auto !important;
}

.header-content__title {
  margin-right: 100px;
  margin-top: 36px;
  line-height: 80% !important;
}

.header-content__product {
  bottom: 0 !important;
}
/* End Header fix */

/* Suggest */
.suggest {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding: 40px 50px 50px;
  background-color: var(--blue-dark);
  border-radius: 8px;
  overflow: hidden;
}

.suggest nobr {
  z-index: 2;
}

.suggest h2 {
  color: #fff;
}

.suggest p {
  margin-top: 16px;
  color: #fff;
  font-weight: 500;
}

.suggest img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* END Suggest */

/* How we learn */
.learn {
  overflow: visible !important;
  width: 100%;
}

.learn__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.learn__cards .swiper-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.learn__cards-item {
  position: relative;
  display: flex;
  min-height: 360px;
  padding: 40px;
  border-radius: 8px;
  user-select: none;
  flex-direction: column; 
}

.learn__cards-item:hover .bg-form {
  transform: scale(1.012);
}

.learn__cards-item:hover .bg-shape {
  opacity: 0;
}

.learn__cards-item .bg-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--blue-dark);
  transition: transform 0.2s ease;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  transition: opacity 0.2s ease;
}

.bg-shape.top {
  top: 0;
  right: 0;
  max-height: 80%;
}

.bg-shape.bottom {
  bottom: 0;
  right: 0;
  max-height: 80%;
}

.learn__cards-item .tag {
  position: relative;
  padding: 4px 16px 6px;
  width: fit-content;
  border-radius: 8px;
  background-color: #fff;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
}

.learn__cards-item .title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  z-index: 2;
}

.learn__cards-item .content {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  z-index: 2;
}
.learn-bg-img {
  position: absolute !important;
  top: 80%;
  right: 50%;
  transform: translateX(70%);
  z-index: -1;
}
/* END How we learn */

/* Webinars */
.webinars {
  position: relative;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 200px 50px;
  border-radius: 8px;
  background-color: var(--blue-dark);
  z-index: 1;
}
.webinars__content {
  z-index: 1;
}
.webinars__content h2 {
  color: #fff;
}
.webinars__content p {
  color: #fff;
  font-weight: 500;
}
.webinars img {
height: 100%;
  position: absolute;
  top: 0;
  left: 88px;
}
/* END Webinars */

/* FAQ */
.faq {
  position: relative;
}
.faq-bg-img {
  position: absolute;
  top: -40%;
  left: 0;
  z-index: -1;
}
/* Accordion component */
.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* accordion element */
.accordion {
  padding: 24px 24px 0;
  background-color: #fff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.accordion:hover .hide-show-btn {
  background-color: var(--blue-dark);
}

.title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hide-show-btn {
  background-color: var(--blue-main);
  border-radius: 20px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(-45deg);
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-content li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 24px;
}

.accordion-content li::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background-color: var(--blue-main);
}

.accordion.active {
  padding: 24px;
}

.accordion.active .hide-show-btn {
  transform: rotateZ(0);
}

.title-line h3 {
  font-size: 20px;
  font-weight: 600;
  user-select: none;
}
.accordion-content {
  max-width: 920px;
}
.accordion-content p b {
  font-weight: 600;
}
.accordion-content p b a {
  font-weight: 600;
}
.accordion-content p a {
  color: var(--blue-main);
  transition: color 0.2s ease;
}
.accordion-content p a:hover {
  color: var(--blue-dark);
}
/* END Accordion */



.forms {
  position: relative;
}
.forms-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, 10%);
	z-index: -1;
}
/* Sign multi modal */
.sign-multi-modal.web {
  position: fixed;
  display: none;
	top: 0 !important;
	bottom: 0;
	left: 0;
	right: 0;
}
.sign-multi-modal.web.active {
  display: flex;
}
.sign-multi-modal.mob {
  position: fixed;
  display: none;
}
.sign-multi-modal {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
}
.sign-multi-modal.active {
  display: flex;
  z-index: 100;
}
.sign-multi-modal.web form {
	height: 100vh;
    display: flex;
    align-items: center;
	max-width: 1200px; 
}
.sign-multi-modal__window {
  height: fit-content;
  max-height: calc(100vh - 40px);
  position: relative;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px 32px 24px;
  background-color: #f4f9ff;
  z-index: 6;
  border-radius: 8px;
  overflow-y: auto;
}
.sign-multi-modal__window.active {
  display: flex;
}
.sign-multi-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  cursor: pointer;
  transition: box-shadow 0.15s ease;
  z-index: 10;
}
.sign-multi-modal__close:hover {
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.08),
    0px 0px 4px 0px rgba(34, 34, 34, 0.16);
}
.sign-multi-modal__bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.7);
}
.sign-multi-modal h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}
.sign-multi-modal .pick,
.sign-multi-modal .organization,
.sign-multi-modal .education-form,
.sign-multi-modal .who-learn {
  width: 560px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
}

span.sign-multi-modal__course-list{
  color: var(--blue-main, var(--black-normal, #275EC7));
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.sign-multi-modal h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-main);
}
.sign-multi-modal .pick ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sign-multi-modal .pick ul li {
  position: relative;
  display: flex;
  gap: 8px;
}

.sign-multi-modal button.next, .sign-multi-modal a.next{
  align-self: flex-end;
}

.sign-multi-modal .col-100 {
  position: relative;
  display: flex;
  gap: 16px;
  width: 100%;
  height: auto;
}
.sign-multi-modal .col-50 {
  width: 50%;
  height: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sign-multi-modal .who-learn {
  padding-bottom: 40px;
}
.sign-multi-modal p.descr {
  font-size: 14px;
  color: var(--black-light);
}
.sign-multi-modal p.descr a {
  font-size: 14px;
  color: var(--blue-main);
  transition: color 0.2s ease;
}
.sign-multi-modal p.descr a:hover {
  color: var(--blue-dark);
}
.sign-multi-modal ul.inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sign-multi-modal ul.inputs li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sign-multi-modal ul.inputs li .input-label {
  font-size: 16px;
  font-weight: 500;
}
.sign-multi-modal .submit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sign-multi-modal .submit p {
  font-size: 12px;
}
.sign-multi-modal .submit p a {
  font-size: 12px;
  color: var(--blue-main);
  transition: color 0.15s ease;
}
.sign-multi-modal .submit p a:hover {
  font-size: 12px;
  color: var(--blue-dark);
}
.sign-multi-modal .submit .buttons {
  display: flex;
  gap: 12px;
}
.sign-multi-modal .success {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sign-multi-modal .success-title {
  color: var(--black-main);
}
.sign-multi-modal .success-descr {
  font-size: 16px;
}
.sign-multi-modal .success-buttons {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1440px) {
	.courses-ellipse-bg {
		top: 0 !important;
	}
	.learn__cards-item {
		min-height: 385px;
	}
}

/* xl */
@media screen and (max-width: 1200px) {
	.header-content__product.courses-content__product {
		width: 588px;
		left: 25px;
	}
	.suggest h2 {
		font-size: 50px;
	}
	.suggest-text {
		z-index: 2;
	}
	.webinars {
		padding: 40px 120px 50px;
	}
	.forms__title {
		font-size: 50px !important;
	}
	.sign-multi-modal__window {
		transform: scale(.85);
	}
	.learn__cards-item br {
		display: none;
	}
}

/* lg */
@media screen and (max-width: 992px) {
  /* Header */
 header {
    height: 540px !important;
  }
 .header-content__title {
   margin-right: 0;
 }
 .learn__cards-item {
	min-height: 350px;
	padding: 20px;
 }
 /* Suggest */
 .suggest {
    /*margin-top: 130px !important;*/
    flex-direction: column;
    padding: 24px;
    gap: 8px;
  }
  /* Webinars */
  .webinars{
	width: calc(100% - 80px) !important;
    flex-direction: row !important;
    padding: 24px 48px !important;
    gap: 24px;
  }
	.sign-multi-modal__window {
		transform: scale(1);
		max-height: none;
	}
  .sign-multi-modal .accept-mobile {
	display: flex;
	justify-content: center;
  }
  .sign-multi-modal .submit {
	display: block;
  }
  .sign-multi-modal .submit br {
	display: none;
  }
  .sign-multi-modal .submit a {
	color: var(--blue-main);
  }
  .sign-multi-modal.mob.active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }

}

/* md */
@media screen and (max-width: 767.9px) {
  /* Header */
 header {
    height: 430px !important;
  }
 .header-content__title {
   margin-right: 0;
 }
/* Suggest */
 .suggest {
    /*margin-top: 130px !important;*/
    flex-direction: column;
    padding: 24px;
    gap: 8px;
  }

  /* Webinars */
  .webinars {
	width: calc(100% - 40px) !important;
    flex-direction: column !important;
    padding: 24px !important;
    gap: 24px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767.9px) {
	.header-content {
		right: 0 !important;
	}
	.header-content__title {
		top: -16px !important;
	}
	.header-content__product {
		width: 400px !important;
		bottom: 12px !important;
	}
}

/* sm */
@media screen and (max-width: 480px) {
  .container {
    padding: 0 !important;
    width: calc(100% - 32px) !important;
  }
  /* Header */
  header {
    padding-top: 130px !important;
  }
  .header-content {
    right: -4px !important;
  }
	.header-content__product.courses-content__product {
		width: 286px;
	}
  .header-content__title {
    margin-right: 0;
    margin-top: 0;
  }
  .header-content__product {
    top: 70px;
    left: -10px !important;
  }
  /* Suggest */
  .suggest {
    margin-top: 60px !important;
    flex-direction: column;
    padding: 24px;
    gap: 8px;
  }
  .suggest h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }
  /* How we learn */
	.container.learn-container {
		width: 100vw !important;
	}
  .learn {
    position: relative !important;
    width: 100vw;
    padding: 0 16px !important;
    overflow: hidden !important;
  }
  .learn .swiper-buttons {
    left: 0;
    padding: 0 !important;
    flex-direction: row-reverse;
    top: -8px;
  }
	.learn.swiper-button-next {
		left: 0;
	}
  .learn__cards-item {
    min-height: 316px;
    padding: 24px;
  }
  .learn__cards-item .title {
    font-size: 24px;
    line-height: 120%;
  }
  .learn__cards-item .content {
    font-size: 16px;
  }
	.learn__cards-item .tag {
    font-size: 14px;
	}
  /* faq */
  .faq.container {
	overflow: visible;
  }
  .faq-bg-img {
    display: none;
  }
  /* Accordion */
  .accordion {
    padding: 16px 16px 0 !important;
  }

  .accordion:hover .hide-show-btn {
    background-color: var(--blue-main);
  }
  .accordion:active .hide-show-btn {
    background-color: var(--blue-dark);
  }

  .accordion.active {
    padding: 16px !important;
  }

  .accordion .title {
    font-size: 16px;
	margin-right: 16px;
  }
  /* Webinars */
  .webinars {
    flex-direction: column !important;
    padding: 24px !important;
    gap: 24px;
  }

  /* forms */
  .forms-bg-img {
    display: none;
  }
  /* Multi modal */
  .sign-multi-modal.web {
    display: none;
  }
  .sign-multi-modal.mob {
    display: none;
  }
  .sign-multi-modal.mob.active {
    display: flex;
    background-color: #f4f9ff;
	height: 100dvh;
  }
  .sign-multi-modal__window {
    display: none;
    padding: 72px 16px 24px;
  }
  .sign-multi-modal__window.active {
    display: flex;
  }
  .sign-multi-modal .scroll-wrapper {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }
  .sign-multi-modal .wrapper {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
  }
  .sign-multi-modal ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .sign-multi-modal .form-education {
    gap: 0;
  }
  .sign-multi-modal p.submit {
    display: block;
    font-size: 12px;
  }
  .sign-multi-modal .submit br {
	display: block;
  }
  .sign-multi-modal p.submit a {
    font-size: 12px;
    color: var(--blue-main);
  }
  .sign-multi-modal__close {
    z-index: 10;
    width: 32px;
    height: 32px;
    padding: 4px;
  }
  #sign-mobile-accept.sign-multi-modal__window {
    align-items: center;
    padding-top: 152px;
  }
  #sign-mobile-accept.sign-multi-modal__window h5 {
    color: var(--black-main);
    font-size: 20px;
    font-weight: 600;
  }
  #sign-mobile-accept.sign-multi-modal__window p {
    text-align: center;
  }
}
