.cards-team-popup {
  background-position: 50%!important;
  background-repeat: no-repeat!important;
  background-size: cover!important
}

.cards-team-popup .flex {
  margin: 0
}

.cards-team-popup button.slick-next.slick-arrow {
  right: -7px
}

.container-fluid .row-fluid .kore-module.cards-team-popup .page-width {
  max-width: 1560px;
  padding: 0 30px
}

.cards-team-popup .team-thumb-image {
  background-position: 50% 15%;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.cards-team-popup .gallery {
  margin: 0 25px
}

.video-slider .box {
  position: relative;
  width: 100%
}

.video-slider .box:after {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(20.28%,#fff),color-stop(65.81%,hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(bottom,#fff 20.28%,hsla(0,0%,100%,0) 65.81%);
  background: -moz-linear-gradient(bottom,#fff 20.28%,hsla(0,0%,100%,0) 65.81%);
  background: linear-gradient(1turn,#fff 20.28%,hsla(0,0%,100%,0) 65.81%);
  bottom: -2px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute
}

.video-slider .box .box-image img,.video-slider .box:after {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%
}

.video-slider .box .box-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px
}

.video-slider .box .box-play {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: red;
  background: #5eb5d4;
  border-radius: 40px;
  bottom: 181px;
  color: #fff;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  left: 36px;
  position: absolute;
  width: 40px;
  z-index: 1
}

.video-slider .box .box-play a {
  display: block
}

.video-slider .box .box-play a span {
  color: #fff;
  position: relative;
  z-index: 999
}

.video-slider .box .box-play:before {
  background: rgba(94,181,212,.3);
  height: 65px;
  top: 21px;
  width: 65px;
  z-index: 1
}

.video-slider .box .box-play:after,.video-slider .box .box-play:before {
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
  border-radius: 138px;
  content: "";
  left: 20px;
  position: absolute
}

.video-slider .box .box-play:after {
  background: rgba(255,0,0,.16);
  background: rgba(94,181,212,.6);
  height: 52px;
  top: 20px;
  width: 52px;
  z-index: 2
}

.video-slider .box .box-content {
  bottom: 10px;
  padding-left: 36px;
  padding-right: 36px;
  position: absolute;
  width: 100%;
  z-index: 9
}

.video-slider .box .box-content h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 19px
}

.video-slider .box .box-content span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  width: 80%
}

.cards-team-popup .slick-next:before,.cards-team-popup .slick-prev:before {
  font-size: 38px
}

.cards-team-popup .slick-next,.cards-team-popup .slick-prev {
  -webkit-appearance: none!important;
  outline: 0!important
}

.video-slider ul.slick-dots {
  bottom: -74px;
  margin: 0;
  padding: 0
}

.video-slider ul.slick-dots li {
  background: #e8e8e8!important;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 36px!important;
  opacity: 1!important;
  width: 36px!important
}

.video-slider ul.slick-dots li button {
  display: none!important
}

.video-slider .box {
  cursor: pointer
}

.cards-team-popup {
  padding-bottom: 50px
}

.video-slider ul.slick-dots li.slick-active {
  background: #5eb5d4!important
}

@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
  }

  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
  }
}

@media (max-width: 1100px) {
  .cards-team-popup .gallery {
    margin:0 11px
  }

  .video-slider ul.slick-dots li {
    height: 24px!important;
    width: 24px!important
  }

  .video-slider .box .box-content {
    bottom: 10px;
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:none;
    transform: none
  }
}

.popup {
  background: rgba(0,0,0,.7);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  padding: 50px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999
}

.popup .popup-content.m-60 {
  margin-top: 60px!important
}

.popup .popup-content.mH620 {
  min-height: 620px
}

.popup .popup-content.m-50 {
  margin-top: 50px!important
}

.popup .popup-content .popup-close .popup-close-square-text a {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #000;
  border-radius: 10px;
  color: #fff;
  display: -moz-inline-box;
  display: inline-flex;
  float: right;
  height: 37px;
  justify-content: center;
  margin-right: 12px;
  margin-top: 12px;
  text-decoration: none;
  width: 37px
}

.popup .popup-content .popup-close .popup-close-text {
  float: right;
  height: 52px;
  margin-right: 10px;
  margin-top: 0;
}

.popup .popup-content .popup-close .popup-close-text a {
  color: #5eb5d4;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 120%;
  padding: 5px 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.popup .popup-content .popup-container {
  padding: 30px 20px 30px;
}

.popup .popup-content .popup-container .video {
  width: 100%
}

.popup .popup-content .popup-container .video iframe {
  border-radius: 10px;
  height: 100%;
  width: 100%
}

.popup .popup-content .popup-container .add-to-cart-box h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 241%;
  text-transform: uppercase
}

.popup .popup-content .popup-container .add-to-cart-box ul {
  list-style-type: none;
  padding: 0
}

.popup .popup-content .popup-container .add-to-cart-box ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 241%;
  text-transform: uppercase
}

.popup .popup-content .popup-container .add-to-cart-box ul li span.discount {
  color: red;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 105%;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
  text-transform: uppercase
}

.popup .popup-content .popup-container .add-to-cart-box ul li strong.price {
  display: block
}

.popup .popup-content .popup-container .add-to-cart-box a,.popup .popup-content .popup-container .add-to-cart-box button {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  background: transparent;
  border: 5px solid #000;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  display: -moz-inline-box;
  display: inline-flex;
  flex-direction: column;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  padding: 20px 40px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.popup .popup-content .popup-container .add-to-cart-box a.almost-there-close,.popup .popup-content .popup-container .add-to-cart-box button.almost-there-close {
  background: #000;
  color: #fff;
  margin-top: 30px
}

.popup .popup-content .popup-container .add-to-cart-box a.primary,.popup .popup-content .popup-container .add-to-cart-box button.primary {
  background: #5222d0;
  border: none;
  color: #fff;
  display: -moz-box;
  display: flex;
  padding: 20px 40px
}

.popup .popup-content .popup-container .add-to-cart-box a.blue,.popup .popup-content .popup-container .add-to-cart-box button.blue {
  background: #2971d2;
  border: none;
  color: #fff;
  display: -moz-box;
  display: flex;
  padding: 20px 40px
}

.popup .popup-content .popup-container .add-to-cart-box a.yes-text,.popup .popup-content .popup-container .add-to-cart-box button.yes-text {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  background: transparent;
  border-color: transparent;
  color: #858585;
  display: -moz-box;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
  padding: 0
}

.popup .popup-content .popup-container .add-to-cart-box a.yes-text span,.popup .popup-content .popup-container .add-to-cart-box button.yes-text span {
  margin-left: 20px
}

.popup .popup-content .popup-container .add-to-cart-box a:hover,.popup .popup-content .popup-container .add-to-cart-box button:hover {
  background: #000;
  color: #fff
}

.popup .popup-content .popup-container .add-to-cart-box a:hover.yes-text,.popup .popup-content .popup-container .add-to-cart-box button:hover.yes-text {
  background: transparent;
  color: #6c6c6c
}

.popup .popup-content .popup-container .add-to-cart-box a:hover.primary,.popup .popup-content .popup-container .add-to-cart-box button:hover.primary {
  background: #411ba4
}

.popup .popup-content .popup-container .add-to-cart-box span.text {
  font-size: 14px;
  font-weight: 400;
  line-height: 214%
}

.popup .popup-content .popup-container .box {
  position: relative
}

.popup .popup-content .popup-container .box.bg-image:after {
  background: url(/_next/static/media/bg-image.8b584665b945cedddfb30bb56e46d980.svg) no-repeat;
  bottom: -51px;
  content: "";
  height: 262px;
  position: absolute;
  right: 0;
  width: 303px
}

.popup .popup-content .popup-container .box .box-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 241%;
  text-transform: uppercase
}

.popup .popup-content .popup-container .box .box-text span.data-text {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 163.5%;
  margin-bottom: 36px
}

.popup .popup-content .popup-container .box .box-text span.data-text.small {
  font-size: 18px
}

.popup .popup-content .popup-container .box .form-group {
  margin-bottom: 25px
}

.popup .popup-content .popup-container .box .form-group label {
  color: #767676;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 15px
}

.popup .popup-content .popup-container .box .form-group input {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #f4f4f4;
  border: none;
  border-radius: 10px;
  color: #1a1a1a;
  display: -moz-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  line-height: 18px;
  padding-left: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%
}

.popup .popup-content .popup-container .box .form-group input:focus {
  background: #dbdbdb
}

.popup .popup-content .popup-container .box .form-group select {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: url(/_next/static/media/angle-down.d900afa97a4695af3e3a9834fd33eb49.png) no-repeat 100%;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  color: #1a1a1a;
  display: -moz-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  line-height: 18px;
  padding-left: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%
}

.popup .popup-content .popup-container .box .form-group select:focus {
  background: #dbdbdb
}

.popup .popup-content .popup-container .box .form-group a.submit-btn,.popup .popup-content .popup-container .box .form-group button.submit-btn {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #5222d0;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  line-height: 120%;
  padding: 18px 40px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.popup .popup-content .popup-container .box .form-group a.submit-btn.black,.popup .popup-content .popup-container .box .form-group button.submit-btn.black {
  background: #000
}

.popup .popup-content .popup-container .box .form-group a.submit-btn:hover,.popup .popup-content .popup-container .box .form-group button.submit-btn:hover {
  background: #411ba4
}

.popup .popup-content .popup-container .box .form-group a.submit-btn:hover.black,.popup .popup-content .popup-container .box .form-group button.submit-btn:hover.black {
  background: #000
}

.popup .popup-content .popup-container .box .progress-quiz-bar {
  margin-bottom: 48px
}

.popup .popup-content .popup-container .box .progress-quiz-bar span.perchant {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #eee;
  border-radius: 100px;
  display: -moz-box;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 163.5%;
  position: relative;
  width: 100%
}

.popup .popup-content .popup-container .box .progress-quiz-bar span.text {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999
}

.popup .popup-content .popup-container .box .progress-quiz-bar span small {
  background: #05b46c;
  border-radius: 100px;
  height: 50px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1
}

.popup .popup-content .popup-container .box .question-box label {
  color: #5222d0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 163.5%;
  margin-bottom: 12px;
  text-transform: uppercase
}

.popup .popup-content .popup-container .box .question-box strong {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 163.5%;
  margin-bottom: 50px
}

.popup .popup-content .popup-container .box .question-box .question-selected a,.popup .popup-content .popup-container .box .question-box .question-selected button {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #f4f4f4;
  border: 5px solid transparent;
  border-radius: 10px;
  color: #000;
  display: -moz-box;
  display: flex;
  font-size: 25px;
  font-weight: 700;
  height: 140px;
  justify-content: center;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%
}

.popup .popup-content .popup-container .box .question-box .question-selected a:focus,.popup .popup-content .popup-container .box .question-box .question-selected button:focus {
  background: #000;
  color: #fff
}

.popup .popup-content .popup-container .box .question-box .navigation {
  margin-top: 50px
}

.popup .popup-content .popup-container .box .question-box .navigation a,.popup .popup-content .popup-container .box .question-box .navigation button {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: transparent;
  border: 5px solid #000;
  border-radius: 10px;
  color: #000;
  display: -moz-box;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 120%;
  padding: 18px 40px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.popup .popup-content .popup-container .box .question-box .navigation a:hover,.popup .popup-content .popup-container .box .question-box .navigation button:hover {
  background: #000;
  color: #fff
}

.popup .popup-content .popup-container .box .discount {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #fa570e;
  border-radius: 10px;
  color: #fff;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 0 25px
}

.popup .popup-content .popup-container .box .discount img {
  margin-right: 10px
}

.popup .popup-content .popup-container .box .promo {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px
}

.popup .popup-content .popup-container .box .points {
  margin-bottom: 50px
}

.popup .popup-content .popup-container .box .points h1 {
  border-bottom: 1px solid #d0d0d0;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 163.5%;
  padding-bottom: 20px
}

.popup .popup-content .popup-container .box .points span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 185.5%;
  margin-top: 20px
}

.popup .popup-content .popup-container .box .view-course {
  padding-bottom: 200px
}
.popup .popup-content .popup-container .video>div {
  padding-top: 56% !important;
}
.popup .popup-content .popup-container .box .view-course a,.popup .popup-content .popup-container .box .view-course button {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: red;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 75px;
  justify-content: center;
  line-height: 120%;
  padding: 0 35px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.popup .popup-content .popup-container {
  display: none
}

.popup .popup-content {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.popup .popup-content .popup-container .box .view-course a:hover,.popup .popup-content .popup-container .box .view-course button:hover {
  background: #c00
}

@media (max-width: 1400px) {
  .video-slider .box .box-content {
    bottom:10px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    z-index: 9
  }

  .video-slider .box .box-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px
  }
}

@media (max-width: 767px) {
  .popup .popup-content .popup-close .popup-close-text a {
    font-size:14px;

  }

  .video-slider .box .box-content p {
    font-size: 15px
  }

  .video-slider .box .box-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 7px
  }

  .popup .popup-content .popup-container {
    padding: 40px 30px
  }
}
.box.open-popup-link {
  width: 345px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  overflow: hidden;
}

.video-slider .box:after {
  display: none;
}

.video-slider .box .box-play:after, .video-slider .box .box-play:before {
  display: none;
}

.video-slider .box .box-play {
  background: transparent !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  !i; !; }

.video-slider .box .box-image img {
  border-radius: 0;
}

.video-slider .tx-box-inner {
  width: 436px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tx-box-inner h5 {
  font-family: Montserrat, sans-serif !important;
}

.container-fluid .row-fluid .kore-module.cards-team-popup .page-width {
  padding: 0 42px;
  max-width: 1241px;
}

.cards-team-popup .gallery {
  margin: 0 7.5px;
}

.cards-team-popup .slick-next:before, .cards-team-popup .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.23223 17.2322C0.255923 18.2085 0.255922 19.7915 1.23223 20.7678L17.1421 36.6777C18.1184 37.654 19.7013 37.654 20.6777 36.6777C21.654 35.7014 21.654 34.1185 20.6777 33.1421L6.53553 19L20.6777 4.85787C21.654 3.88156 21.654 2.29865 20.6777 1.32234C19.7014 0.346029 18.1185 0.346028 17.1421 1.32234L1.23223 17.2322ZM3 21.5L4 21.5L4 16.5L3 16.5L3 21.5Z' fill='%23E98855'/%3E%3C/svg%3E%0A");
  content: '';
  display: block;
  height: 39px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
}

.cards-team-popup .slick-next {
  transform: rotate(180deg);
  right: -45px !important;
}

.cards-team-popup .slick-prev {
  left: -45px !important;
}
.video-slider ul.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #E98855 !important;
  background: transparent !important;
}

.video-slider ul.slick-dots li.slick-active {
  background: #E98855 !important;
}
.box.open-popup-link {
  position: relative;
  min-height: 550px;
}

.video-slider .box .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-box-inner {
  position: relative;
}

a.fl-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-content .popup-container .video.no-pad > * {
  padding: 0 !important;
}

@media (max-width:767px){

  .video-slider .tx-box-inner {
    width: 300px;
    padding: 30px;
  }
}