.register-form {
  background-color: #ffff;
  height: auto;
  overflow-y: hidden;
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.register-form__submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  padding-top: 12px;
  padding-right: 36px;
  padding-bottom: 12px;
  padding-left: 36px;
  width: 252px;
  background: #21ba72;
  border-radius: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  transition: 0.3s;
  font-family: "SB Sans Text";
}

.form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin: 0 0 24px 0;
}

.main-footer__alert {
  display: none;
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ec1b28;
}

@media screen and (min-width: 600px) {
  .register-form .mm-form__fields {
    row-gap: 20px;
  }
}

.register-form__submit-btn {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}

.invalid {
  border: 2px solid red !important;
}

.m-send-button {
  margin-top: 16px;
  text-align: center;
}

.success-message .m-send-button svg {
  width: 30px;
  margin-right: 10px;
  flex: none;
}
@media screen and (min-width: 744px) {
  .success-message .m-send-button a {
    width: auto !important;
  }
}

.success-message .m-send-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #2481cc;
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  padding: 0px 24px;
  border-radius: 30px;
  transition: background 200ms;
  cursor: pointer;
}

.success-message p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
}

.success-message {
  padding: 0 32px;
}

.e-what__main-title {
  font-family: "SB Sans Display";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  max-width: 288px;
}

.e-what__block {
  gap: 24px;
}

.e-text-html ul {
  margin-block-end: 0;
}

.whebinar-shedule {
  background: linear-gradient(
      91.79deg,
      rgba(33, 186, 114, 0.1) 16.79%,
      rgba(90, 176, 255, 0.1) 110.52%
    ),
    #ffffff;
  padding: 48px 0;
}

.whebinar-shedule__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}
.whebinar-shedule__first-row {
  display: flex;
  gap: 24px;
  margin-bottom: 60px;
}

.whebinar-shedule__left {
  width: 288px;
  min-width: 288px;
}

.whebinar-shedule__text a {
  color: #21ba72;
}
.whebinar-shedule__title {
  font-weight: 600;
  font-size: 36px;
  font-family: "SB Sans Display";
}

.whebinar-shedule__second-row {
  display: flex;
  gap: 24px;
}

.whebinar-shedule__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.whebinar-shedule__item {
  display: flex;
  padding: 42px 28px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid #e1e5ea;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.whebinar-shedule__item.visible {
    opacity: 1;
    transform: translateY(0);
}

.whebinar-shedule__item-left {
  display: flex;
  align-items: center;
  min-width: 632px;
}

.whebinar-shedule__right {
  width: 100%;
}
.whebinar-shedule__date {
  padding: 6px 12px;
  border-radius: 22px;
  background-color: #f2f7ff;
  height: 40px;
  flex-shrink: 0;
}
.whebinar-shedule__date span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27.33px;
  color: #0087cd;
}

.whebinar-shedule__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333f48;
  flex: 1;
}

.whebinar-shedule__registration-btn  {
    padding: 12px 32px;
    border-radius: 32px;
    background-color: #21BA72;
    color: white;
    font-size: 14px;
    transition: all .3s ease;
	display: flex;
    justify-content: center;
	min-width:152px;
}

.whebinar-shedule__registration-btn:hover {
    background: #209f6d;
}

.whebinar-shedule__date.first {
    margin-right: 35px;
}
.whebinar-shedule__date.second {
    margin-right: 70px;
}
.whebinar-shedule__date.third {
    margin-right: 65px;
}
.whebinar-shedule__date.fourth {
    margin-right: 50px;
}
.whebinar-shedule__date.fifth {
    margin-right: 50px;
}
.whebinar-shedule__date.sixth {
    margin-right: 15px;
}
.whebinar-shedule__date.seventh {
	margin-right: 28px;
}

.e-text.winners {
    padding: 48px 0;
}

.e-text-title {
    font-size: 36px !important;
}

.winners__show,
.winners__hide {
    font-family: "SB Sans Display";
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #21BA72;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.winners__hide {
    display: none;
}

.winners__show:hover,
.winners__hide:hover {
    color: #209f6d;
}

.winners__show svg,
.winners__hide svg{
    transition: all .3s ease;
}
.winners__show.open svg,
.winners__hide.open svg{
    transform: rotate(180deg);
}

.winners__show.open {
    opacity: 0;
    height: 0;
}

.winners__hide.open {
    display: flex;
}

.winners__block {
    display: none;
}

.reviews-item-photo {
    background-image: none;
}

.reviews-item-author-position {
    font-size: 14px;
}

.reviews-item-photo-wrapper {
    inset: 0;
}

.reviews-title {
    margin-top: 0;
    font-size: 36px;
}

.e-text.winners .e-text-title {
  line-height: 120%;
}

.winners__block ol li::marker {
  font-weight: bold;
}

.e-faq-wrapp {
  padding-top:20px;
}

.e-timeline .e-form-title {
	margin-bottom:24px;
}
.e-timeline-date {
	width:260px;
}

@media screen and (min-width:1199px) and (max-width: 1919px) {
  .larger-container {
    width: 1100px;
  }
  .larger-container .e-text-title{
    width: 274px;
  }
  .larger-container .e-text.winners{
    padding-left: 36px;
  }
}

@media screen and (max-width: 1919px) {
  .e-what__main-title {
    max-width: 238px;
  }
  .whebinar-shedule__left {
    width: 238px;
    min-width: 238px;
  }

}

@media screen and (min-width:1919px){
  .e-top-banner-background {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /*max-width: 1920px;*/
	width:100%;
  }
  .e-top-banner {
    background: linear-gradient(92.81deg, #20b297 -0.57%, #52dbb5 47.43%, #96c82c 100%);
  }
}

.mob-show {
  display: none;
}
@media screen and (min-width:584px) and (max-width:767px){
  .e-tags-list span:nth-of-type(3),
  .e-tags-list span:nth-of-type(4){
    width: auto !important;
} 
}
@media screen and (max-width:767px){
	.e-timeline {
		margin-bottom:0;
	}
  .breadcrumbs__arrow {
    margin:0 6px;
  }
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }
  .whebinar-shedule__left {
    width: 0;
    min-width: 0;
  }
  .whebinar-shedule__first-row {
    gap: 0;
  }
  .whebinar-shedule__second-row {
    flex-direction: column;
  }

  .breadcrumbs {
    padding: 16px 0 24px;
  }
  .breadcrumbs__text {
    font-size: 12px;
  }
  .e-text-title,
  .e-what__main-title,
  .whebinar-shedule__title,
  .reviews-title {
    font-size: 24px !important;
  }
  .e-faq-block-title {
    font-size: 18px;
  }
  .e-text-head,
  .whebinar-shedule__text,
  .whebinar-shedule__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .whebinar-shedule__date span {
    font-size: 14px;
  }
  .e-text {
    padding-bottom: 20px;
  }
  .e-text-html ul li:before {
    top: 6px !important;
  }
  .e-what {
    padding: 24px 0;
    background: linear-gradient(138.15deg, #20B297 -1.76%, #52DBB5 60.77%, #96C82C 124.53%);
  }
  .e-what__main-title br,
  .whebinar-shedule__desc br,
  .e-text-title br {
    display: none;
  }
  .whebinar-shedule__first-row {
    gap: 16px;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .whebinar-shedule {
    background: #EEF7FD;
    padding: 24px 0;
  }
  .whebinar-shedule__second-row {
    gap: 10px;
  }
  .whebinar-shedule__item {
    border: none;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .whebinar-shedule__item:first-of-type {
    padding: 24px 24px 36px;
    gap: 28px;
  }
  .whebinar-shedule__item-left {
    flex-direction: column;
    min-width: auto;
    align-items: flex-start;
    gap: 16px;
  }
  .whebinar-shedule__item-right {
    align-self: flex-start;
  }
  .e-text.winners {
    padding: 24px 0;
  }
  .e-text-title {
    margin-bottom: 16px;
  }
  .winners__show, .winners__hide {
    font-size: 14px;
    line-height: 22px;
  }
  .e-text-html ol {
    padding-left: 16px;
  }
  .reviews-title {
    max-width: 300px;
    margin-bottom: 16px;
  }
  .e-tags-list span {
    font-size: 14px;
    line-height: 22px;
  }
  .program__transf {
    margin-top: 24px;
  }
  .e-tags-list span:nth-of-type(3) {
    width: 224px;
  }
  .e-tags-list span:nth-of-type(4) {
    width: 230px;
  }
  .e-tags {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .e-tags-image {
    margin-left: 0;
    margin-top: 0;
  }
  .e-tags-image img {
    max-width: 270px;
    margin: 0;
  }
  
  .e-faq-block.e-faq-block-green {
    border-radius: 16px;
    background: linear-gradient(100.15deg, #20B297 -1.76%, #52DBB5 60.77%, #B2EB38 124.53%);
    min-height: auto !important;
    padding-bottom: 16px;
    margin: 0;
  }
  .e-faq-block-green .e-faq-info {
    padding-right: 0;
  }
  .e-faq-block-green .e-faq-block-title {
    text-align: center;
    line-height: 22px;
  }
  .e-faq-block-subtitle {
    text-align: center;
  }
  .e-faq-green-back {
    display: none;
  }
  .e-faq-block-button {
    margin-top: 16px;
    text-align: center;
    position: relative;
    width: 148px;
    margin: 16px auto 24px;
  }
  .e-faq-block-button::before {
    content: url("./img/faq-left-img.svg");
    position: absolute;
    left: -80px;
  }

  .e-faq-block-button::after {
    content: url("./img/faq-right-img.svg");
    position: absolute;
    right: -80px;
  }
  .e-team-title {
    font-size:24px;
    line-height:30px
  }
  .e-docs-item {
    width:85%;
  }
  .reviews {
    padding-bottom:24px !important;
  }
  .e-faq-wrapp {
    padding-top:0;
  }
	.reviews-slider-slide .reviews-item-wrapper {
		padding:16px;
		justify-content:space-between;
	}
	.reviews-slider-slide .reviews-item-content {
		max-height:260px;
	}
	.reviews-item-content .reviews-item-wrapper {
		justify-content:spase-betwen;
	}
	.reviews-item-header.pc {
		display:none;
	}
	.reviews-slider-slide .reviews-item-header.mob {
		display:flex;
		flex-direction:column;
		align-items:unset;

	}
	.reviews-item-header-top {
		display:flex;
		align-items:center;
		margin-bottom:8px;
	}

}
.reviews-item-header.mob {
	display:none;
}

@media screen and (min-width:768px) and (max-width:1199px){
	.e-timeline {
		margin-bottom:0;
	}
  .e-faq-wrapp {
    padding-top:0;
  }
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }
  .breadcrumbs {
    padding-bottom: 0;
  }
  .e-text {
    padding-bottom: 24px;
  }
  .e-what__main-title br{
    display: none;
  }
  .e-what__main-title {
    max-width: none;
  }
  .e-what {
    background: linear-gradient(147.61deg, #20B297 -2.04%, #52DBB5 53.32%, #96C82C 109.75%);
  }
  .e-what,
  .whebinar-shedule {
    padding: 40px 0;
  }
  .whebinar-shedule__first-row {
    gap: 16px;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .whebinar-shedule__second-row {
    flex-direction: column;
  }
  .whebinar-shedule__left{
    max-width: none;
    width: 100%;
  }
  .whebinar-shedule__item {
    padding: 28px 22px;
  }
  .whebinar-shedule__date {
    padding: 5px 10px;
  }
  .whebinar-shedule__desc {
    line-height: 24px;
  }
  .whebinar-shedule__item:nth-child(1) .whebinar-shedule__item-left .whebinar-shedule__desc{
    max-width: 320px;
  }
  .whebinar-shedule__item-left .whebinar-shedule__desc br,
  .e-text-title br{
    display: none;
  }
  .whebinar-shedule__item-left {
    min-width: auto;
  }
  .whebinar-shedule__registration-btn {
    font-size: 18px;
    padding: 8px 32px;
  }
  .program__transf .e-tags-title.mob-show {
    margin-top: 32px;
  }
  .e-tags-margin {
    margin: 32px 0;
  }
  .program__transf .e-tags-margin{
    position: relative;
    display: block;
  }

  .program__transf .e-tags-image{
    position: absolute;
    right: -7%;
    top: -17%;
    transform: scale(0.7);
  }
  .program__transf .e-tags-content{
    width: auto;
  }
  .e-team-title {
    font-size: 24px;
  }

  .e-faq-green-back {
    display:none;
  }
  .e-faq-block-button {
    margin-top: 16px;
    text-align: center;
    position: relative;
    width: 148px;
    margin: 32px auto;
  }
  .e-faq-block-button::before {
    content: url("./img/faq-left-img-tablet.svg");
    position: absolute;
    left: -170%;
    bottom: 15%;
  }

  .e-faq-block-button::after {
    content: url("./img/faq-right-img-tablet.svg");
    position: absolute;
    right: -150%;
    bottom: 15%;
  }
  .e-faq-block.e-faq-block-green {
    padding-bottom:5px;
    background: linear-gradient(100.15deg, #20B297 -1.76%, #52DBB5 60.77%, #B2EB38 124.53%);   
  }
  .reviews {
    padding-bottom:0 !important;
  }
	.e-timeline-item {
		align-items:center;
	}
	.reviews-slider-slide .reviews-item-wrapper {
		padding-bottom:30px;
	}
}

@media (min-width:824px) and (max-width:1199px) {
  .e-tags-list {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
}

.e-timeline-item:not(:last-child) {
	margin-bottom:16px;
}

.reviews-item-content {
	max-height:226px;
	transition: max-height 0.3s ease;
}

.reviews-item-video {
    position: relative;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(196, 196, 196);
    border-image: initial;
    border-radius: 16px;
    overflow: hidden;
    transition: opacity 300ms;
    flex: 1 1 0%;
	height:auto;
	min-height:285px;
}

.reviews-item-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0px;
}
.reviews-item-video .l-videos-play {
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.reviews-item-video .l-videos-play {
    width: 42px;
}
.l-videos-play-icon svg {
    transition: transform 350ms;
}
.reviews-item-video .l-videos-play-time {
    color: rgb(255, 255, 255);
}
.l-videos-play-time {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.reviews-item-wrapper {
    padding: 30px 48px;
    padding-bottom: 8px;
}
.reviews-item-wrapper video {
	padding-bottom:12px;
}

.e-faq-content {
	background-color:#f6f6f6;;
	border:none;
}
.e-faq-header {
	border:none;
}
.e-faq-item-show .e-faq-header {
	border:none;
	border-radius:none;
	padding-bottom:0;
}
.e-faq-item {
	border-radius:16px;
	border:2px solid #DDDDDD;
}

.video-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 16px;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(5, 5, 5, 0.5);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 30;
}

.video-modal:before {
    content: '';
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.video-modal__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    max-width: 75%;
    width: 100%;
	margin-top:120px;
}

.video-modal__content {
    width: 100%;
    padding-top: 56%;
}

.video-modal__content video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #000000;
    pointer-events: auto;
}

.video-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.6);
    color: #cccccc;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: color 0.2s;
}

.video-modal__close svg {
	width:24px;
}

@media (max-width:1280px) {
	.video-modal__wrapper {
		max-width:90%;
	}
}


.reviews-popup {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1000;
	  display: none;
	}
	
	.reviews-popup.active {
	  display: block;
	}
	
	.reviews-popup-overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.7);
	}
	
	.reviews-popup-content {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  background: white;
	  padding: 30px;
	  border-radius: 10px;
	  max-width: 600px;
	  width: 90%;
	  max-height: 80vh;
	  overflow-y: auto;
	}
	
	.reviews-popup-close {
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  background: none;
	  border: none;
	  font-size: 24px;
	  cursor: pointer;
	}
	
	.reviews-popup-body {
	  padding: 20px 0;
	}

.c-form-result-image {
    margin-bottom: 32px;
}
.c-form-result-image img {
    width: 300px;
    margin: 0px auto;
}
.c-form-result-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;
    color: #333F48;
}
.c-form-result-text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #333F48;
    max-width: 658px;
    margin: 0 auto;
}

@media screen and (max-width:567px) {
	.c-form-result-image img {
		width: 250px;
	}
}