body {
  font-family: "Gotham Pro";
}

html {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.section-title, .achievement h2, .structure h2, .course-benefits h2 {
  margin-bottom: 40px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

.blue-btn, .custom-popup form button[type=submit], .thanks-content a.blue-btn, .structure a.blue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 60px;
  color: #FFF4D9;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  background-color: #14A5DD;
  border: 0;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blue-btn:hover, .custom-popup form button[type=submit]:hover, .thanks-content a.blue-btn:hover, .structure a.blue-btn:hover {
  color: #FFF4D9;
  opacity: 0.8;
}

.progress {
  display: block;
  width: 380px;
  height: 10px;
  margin: 15px auto 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F9FCFF;
  background-image: linear-gradient(to right, #14A5DD, #14A5DD);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.progress-structure {
  margin: 25px auto 0;
}
.header {
  padding: 60px 0 30px 0;
}
.header-info ul li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding: 8px 25px;
  color: #006BBD;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  background-color: #FFF4D9;
  border-radius: 50px;
}
.header-info ul li span {
  color: #006BBD;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.header-info ul li i.icon {
  margin-right: 10px;
}
.header-info ul li.blue {
  background-color: #14A5DD;
}
.header-info ul li.blue span {
  color: white;
}
.header-info ul li:last-child {
  margin-right: 0;
}
.main-container {
  background: rgb(244,251,254);
  background: linear-gradient(180deg, rgba(244,251,254,1) 0%, rgba(234,247,252,1) 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main {
  padding-bottom: 60px;
  background-image: none !important;
}
.main h1 {
  margin-bottom: 30px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
}
.main p {
  max-width: 480px;
  width: 100%;
  margin-bottom: 30px;
  color: #006BBD;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.main-speaker {
  margin-top: 60px;
  color: #006BBD;
  font-size: 18px;
  font-weight: normal;
}
.main-speaker .strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.main-offer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
.main-offer::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.main-offer::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.main-offer .main-offer__carousel {
  z-index: 1;
}
.main-offer .main-offer__carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  padding: 35px 0;
}
.main-offer .main-offer__carousel .slick-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.main-offer .main-offer__carousel-item {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px;
  padding: 5px 25px;
  background-color: #14A5DD;
  color: #FFF4D9;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  box-shadow: 0px 2px 6px rgba(1, 122, 170, 0.4);
  border-radius: 100px;
}
.main-offer .main-offer__carousel-item i.icon {
  margin-right: 15px;
}
.main-offer .main-offer__carousel-item i.icon img {
  width: 30px;
  height: 30px;
}
.benefits {
  padding: 40px 0;
  background: rgb(237, 249, 253);
  background: linear-gradient(180deg, rgb(237, 249, 253) 0%, rgb(255, 255, 255) 100%);
}
.benefits-card {
  min-height: 225px;
  padding: 40px 25px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: -1px 4px 8px rgba(186, 203, 252, 0.24);
  border: 2px solid #14A5DD;
  border-radius: 24px;
}
.benefits-card.benefits-card__last {
  margin-bottom: 0;
}
.benefits-card h4 {
  margin-bottom: 25px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.benefits-card p {
  max-width: 430px;
  width: 100%;
  margin: 0;
  color: #006BBD;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.course-benefits {
  padding: 50px 0;
}
.course-benefits h2 {
  margin-bottom: 60px;
}
.course-benefits__content ul li {
  margin-bottom: 50px;
}
.course-benefits__content ul li .strong {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}
.course-benefits__content ul li .strong::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 50px;
  display: block;
  background-image: url(../img/two-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.course-benefits__content ul li p {
  max-width: 550px;
  width: 100%;
  margin: 0;
  color: #101E5A;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.course-benefits__content ul li:last-child {
  margin-bottom: 0;
}
.course-benefits__illustration img {
  /* width: 100%; */
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.author {
  padding: 40px 0;
}
.author-info {
  height: 100%;
}
.author-info p {
  margin-bottom: 15px;
  color: #101E5A;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.author-info__social {
  margin-top: 30px;
}
.author-info__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-info__social ul li {
  margin-right: 50px;
  text-align: right;
}
.author-info__social ul li:last-child {
  margin-right: 0;
}
.author-info__social ul li small {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #14A5DD;
}
.author-info__social ul li div {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #101E5A;
}
.author-info__social ul li div i.icon {
  margin-right: 10px;
}
.structure {
  padding: 40px 0;
  background: rgb(230, 245, 252);
  background: linear-gradient(0deg, rgb(230, 245, 252) 0%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
.structure-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.structure-heading > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.structure h2 {
  margin: 0 !important;
}
.structure-heading__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.structure-heading__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.structure-heading__nav ul li {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: -1px 4px 8px rgb(186 203 252 / 24%);
          box-shadow: -1px 4px 8px rgb(186 203 252 / 24%);
  border-radius: 50%;
}
.structure-heading__nav ul li:last-child {
  margin-right: 0;
}
.structure-short {
  margin-top: 15px;
}
.structure-short p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #14A5DD;
}
.structure-short p strong {
  color: #14A5DD;
}
.structure-carousel.slick-slider .slick-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(230, 245, 252);
  background: linear-gradient(0deg, rgb(239 248 252) 0%, rgb(250 253 254) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
}
.structure-carousel.slick-slider .slick-list {
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  overflow: visible;
}
.structure-carousel__card {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 20px;
  background-color: #fff;
  box-shadow: -1px 4px 8px rgba(186, 203, 252, 0.24);
  border-radius: 24px;
  overflow: hidden;
}
.structure-carousel__card-content {
  margin-left: 24px;
  /* padding: 15px 0; */
}
.structure-carousel__card img {
  height: 250px;
  border-radius: 14px;
}
.structure-carousel__card-content .strong {
  margin-bottom: 15px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.structure-carousel__card-content p {
  margin: 0;
}
.structure-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
  color: #48a4d8;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.structure-timer .uk-countdown-separator {
  margin: 0 15px;
}
.structure-timer .uk-countdown-label {
  font-size: 14px;
}
.structure-timer .uk-column {
  text-align: center;
}
.structure-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}
.structure-start .strong {
  margin-right: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #14A5DD;
}
.structure-start .strong::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  background-image: url(../img/timer.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.testimonials {
  padding: 40px 0;
  background: #e6f5fc;
  overflow: hidden;
}
.testimonials a.viewButton,
.testimonials a.hiddenButton {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #14A5DD;
}
.testimonials a.viewButton i.icon,
.testimonials a.hiddenButton i.icon {
  margin-right: 15px;
}
.testimonials-grid__item {
  margin-bottom: 20px;
  padding: 15px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: -1px 4px 8px rgba(186, 203, 252, 0.24);
  border-radius: 24px;
  float: left;
}
.testimonials-grid__item.hidden {
  display: none;
}
.testimonials-grid__item.grid-width {
  width: calc((100% - 60px) / 4);
}
.testimonials-grid__item .photo {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #101E5A;
}
.testimonials-grid__item .photo img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-grid__item p {
  margin-bottom: 10px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101E5A;
}
.testimonials-grid__item .date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C5D1DD;
}

.achievement {
  padding: 40px 0;
  background: #e6f5fc;
}
.achievement-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.achievement h2 {
  margin: 0 !important;
}
.achievement-heading__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievement-heading__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievement-heading__nav ul li {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: -1px 4px 8px rgb(186 203 252 / 24%);
          box-shadow: -1px 4px 8px rgb(186 203 252 / 24%);
  border-radius: 50%;
}
.achievementd-heading__nav ul li:last-child {
  margin-right: 0;
}
.achievement-carousel.slick-slider .slick-list {
  padding: 20px 0;
  margin-left: -12px;
  margin-right: -12px;
}
.achievement-carousel__item {
  position: relative;
  margin: 0 12px;
  filter: drop-shadow(0px 0px 5px rgba(1, 122, 170, 0.32));
}
.achievement-carousel__item .image-before,
.achievement-carousel__item .image-after {
  position: absolute;
  padding: 10px 20px;
  color: #101E5A;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50px;
  z-index: 1;
}
.achievement-carousel__item .image-before {
  top: 30px;
  left: 30px;
}
.achievement-carousel__item .image-after {
  left: 30px;
  bottom: 30px;
}
.achievement-carousel__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease-out;
}
.achievement-carousel__item img:nth-of-type(1) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.achievement-carousel__item img:nth-of-type(2) {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.achievement-carousel__item img:hover {
  opacity: 0.8;
}
.achievement-carousel__item img:last-child {
  margin-bottom: 0;
}
.achievement .progress-achievement {
  margin-top: 30px;
}

.faq {
  padding: 40px 0;
}
.faq-image {
  display: flex;
  align-items: center;
  height: 100%;
}
.faq-image img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq-content {
  position: relative;
}
.faq-content ul li {
  margin-bottom: 45px;
}
.faq-content ul li .strong {
  margin-bottom: 15px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}
.faq-content ul li p {
  max-width: 600px;
  width: 100%;
  margin: 0;
  color: #101E5A;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.faq-content ul li:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 40px 0;
}
.footer-row__menu ul li {
  margin-bottom: 15px;
}
.footer-row__menu ul li:last-child {
  margin-bottom: 0;
}
.footer-row__menu ul li a {
  color: #14A5DD;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  transition: all 0.3s ease-out;
}
.footer-row__menu ul li a:hover {
  opacity: 0.8;
}
.footer-row__callto p {
  max-width: 450px;
  width: 100%;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101E5A;
  text-align: right;
}
.footer-copyright {
  margin-top: 30px;
}
.footer-copyright p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101E5A;
}
.footer-copyright ul {
  display: flex;
  align-items: center;
}
.footer-copyright ul:nth-of-type(1) li {
  margin-right: 15px;
}
.footer-copyright ul:nth-of-type(1) li:last-child {
  margin-right: 0;
}
.footer-copyright ul:nth-of-type(1) li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101E5A;
}
.footer-copyright ul li.lang-item {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e7e7e7;
}
.footer-copyright ul li.lang-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.footer-copyright ul li.lang-item a {
  color: #101E5A;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-copyright ul li.lang-item a:hover {
  color: #14A5DD;
}
.footer-copyright ul li.lang-item.current-lang a {
  color: #14A5DD;
}
body.page-template-thanks .main-container,
body.page-template-thanks .footer {
  display: none;
}
.thanks {
  height: 100vh;
  padding: 100px 0;
  background-color: #14A5DD;
}
.thanks-content h1 {
  margin-bottom: 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
}
.thanks-content span {
  display: block;
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #F9FCFF;
}
.thanks-content p {
  max-width: 600px;
  width: 100%;
  color: #fff;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.thanks-content a.blue-btn {
  color: #14A5DD;
  background-color: #fff;
}
.thanks-content a.blue-btn:hover {
  color: #14A5DD;
}
.thanks-image img {
  width: 100%;
}

.fancybox-bg {
  background: #d3d3d3;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.fancybox-slide--html .fancybox-close-small {
  right: 15px;
  top: 15px;
}

.custom-popup {
  max-width: 680px;
  width: 100%;
  padding: 80px 40px 40px 40px;
  box-shadow: -1px 4px 8px rgba(154, 124, 194, 0.24);
  border-radius: 24px;
}
.custom-popup .popup-heading span {
  display: block;
  margin-bottom: 10px;
  color: #101E5A;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.custom-popup .popup-heading h2 {
  margin-bottom: 15px;
  color: #101E5A;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.custom-popup .popup-heading .price {
  margin-bottom: 30px;
  color: #101E5A;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.custom-popup .popup-heading .price small {
  font-weight: 500;
  font-size: 18px;
}
.custom-popup form .form-control {
  margin-bottom: 20px;
  padding: 0 30px;
  height: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #C5D1DD;
  background: #FFFFFF;
  border-radius: 100px;
  border: 2px solid #BAE1FB;
}
.custom-popup form .form-control::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  color: #C5D1DD;
}
.custom-popup form .form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  color: #C5D1DD;
}
.custom-popup form .form-control::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  color: #C5D1DD;
}
.custom-popup form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.custom-popup form button[type=submit] {
  margin: 30px auto 0;
}

#cookie-notice .cookie-notice-container {
  display: flex !important;
  flex-direction: column;
  padding: 50px 60px 20px 60px;
  background-color: #fff;
}

#cookie-notice .cn-text-container {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #232323;
}

#cookie-notice #cn-notice-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cookie-notice #cn-accept-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background-color: #14A5DD !important;
  border: 0;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cookie-notice #cn-accept-cookie:hover {
  color: #fff;
  opacity: 0.8;
}

#cookie-notice #cn-more-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  color: #14A5DD;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background-color: #fff !important;
  border: 2px solid #14A5DD;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cookie-notice #cn-more-info:hover {
  color: #fff;
  background-color: #14A5DD !important;
  border: 2px solid #14A5DD;
}

#cookie-notice #cn-close-notice {
  right: 30px;
  top: 30px;
  margin-top: 0;
}

#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
  height: 20px;
  width: 3px;
  background-color: rgb(72 164 216);
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 30px 30px 30px;
  background-color: rgba(255,255,255,.7);
  backdrop-filter: blur(15px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 1;
}

.cookie.hide {
  opacity: 0;
	visibility: hidden;
}

.cookie .cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie .cookie-content p {
  max-width: 800px;
  width: 100%;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #232323;
}

.cookie .cookie-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie .cookie-content ul li {
  margin-right: 24px;
}

.cookie .cookie-content ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.cookie .cookie-content ul li:nth-of-type(2) a.blue-btn {
  color: #14A5DD;
  background-color: transparent;
  border: 2px solid #14A5DD;
}

.cookie .cookie-content ul li:nth-of-type(2) a.blue-btn:hover {
  color: #fff;
  background-color: #14A5DD;
}

.cookie .cookie-close {
  position: absolute;
  right: 40px;
  top: 40px;
}

@media only screen and (max-width: 1550px) {
  .benefits-card {
    min-height: 225px;
  }
  .benefits-card h4 {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 43px;
  }
  .structure-carousel.slick-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .structure-carousel__card {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .main-offer .main-offer__carousel-item {
    font-size: 18px;
  }
  .structure-carousel__card-content .strong {
    font-size: 28px;
    line-height: 39px;
  }
  .structure-carousel__card-content p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-container {
    background-image: none !important;
  }
  .main {
    background-image: url(../img/speaker-image.png) !important;
    background-repeat: no-repeat;
    background-position: 80px bottom;
    background-size: 90%;
  }
  .main p {
    max-width: 370px;
  }
  .main-offer {
    background-color: #F8FDFE;
  }
  .main-offer::before,
  .main-offer::after {
    background-color: #F8FDFE;
  }
  .benefits-card {
    padding: 25px;
    min-height: 206px;
  }
  .benefits-card h4 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 33px;
  }
  .course-benefits__illustration {
    height: 100%;
  }
  .course-benefits__illustration img {
    width: 100%;
  }
  .author-photo {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .author-photo img {
    width: 100%;
  }
  .structure-carousel.slick-slider .slick-list {
    padding: 0px 0px !important;
    padding-right: 70px !important;
  }
  .testimonials-grid__item.grid-width {
    width: calc((100% - 40px) / 3);
  }
  .achievement-carousel__item img {
    height: 300px;
  }
  .section-title, .course-benefits h2, .structure h2, .achievement h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .faq-content ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .thanks-content h1 {
    font-size: 31px;
    line-height: 43px;
  }
  .thanks-content p {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 992px) {
  .section-title, .course-benefits h2, .structure h2, .achievement h2 {
    margin-bottom: 30px;
  }
  .main h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .main p {
    max-width: 330px;
    font-size: 16px;
    line-height: 23px;
  }
  .main-offer .main-offer__carousel .slick-list {
    padding: 25px 0;
  }
  .main-offer .main-offer__carousel-item {
    font-size: 18px;
  }
  .main-speaker {
    font-size: 16px;
  }
  .main-speaker .strong {
    font-size: 24px;
  }
  .benefits-card {
    padding: 15px;
    min-height: 178px;
  }
  .benefits-card p {
    font-size: 16px;
    line-height: 23px;
  }
  .benefits-card h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .course-benefits h2 {
    margin-bottom: 60px;
  }
  .course-benefits__content ul li .strong {
    font-size: 21px;
    line-height: 26px;
  }
  .author-info__social {
    margin-top: 10px;
  }
  .author-info__social ul li {
    margin-right: 30px;
  }
  .author-info__social ul li div {
    font-size: 16px;
  }
  .faq-content {
    padding-top: 280px;
  }
  .faq-content::before {
    position: absolute;
    top: 0;
    left: -50%;
    content: "";
    width: 500px;
    height: 500px;
    background-image: url(../img/faq-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .thanks .container .row {
    height: auto !important;
  }
  .thanks-content {
    position: relative;
  }
  .thanks-content p {
    max-width: 510px;
  }
  .thanks-content::after {
    content: "";
    display: block;
    width: 400px;
    height: 500px;
    background-image: url(../img/thanks-image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 115%;
    transform: translateY(-50%);
    right: -30px;
  }
  .cookie .cookie-content p {
    max-width: 550px;
    font-size: 16px;
    line-height: 24px;
  }
  .cookie .cookie-content ul li a.blue-btn {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 40px 0 30px 0;
  }
  .header-info ul li {
    margin-right: 15px;
    padding: 10px 15px;
  }
  .main {
    background-position: 20px bottom;
    background-size: 100%;
  }
  .main-offer .main-offer__carousel-item {
    font-size: 16px;
  }
  .main-speaker {
    margin-top: 180px;
  }
  .benefits {
    padding: 40px 0 0 0;
  }
  .benefits-card {
    margin-bottom: 30px;
    padding: 15px;
    min-height: auto;
  }
  .course-benefits__illustration {
    display: none;
  }
  .course-benefits {
    padding: 25px 0 50px 0;
  }
  .author-photo {
    height: auto;
    margin-bottom: 30px;
  }
  .structure h2 {
    text-align: left;
  }
  .structure-carousel__card {
    flex-direction: column;
  }
  .structure-carousel__card img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .structure-carousel__card-content {
    margin: 0;
    padding: 25px 0 15px 0;
  }
  .structure-carousel__card-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .structure-short p {
    max-width: 350px;
    width: 100%;
  }
  .structure-start .strong {
    font-size: 21px;
    line-height: 28px;
  }
  .testimonials-grid__item.grid-width {
    width: calc((100% - 20px) / 2);
  }
  .faq-content {
    padding-top: 30px;
  }
  .faq-content::before {
    display: none;
  }
  .footer-row__menu ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-row__callto p {
    max-width: 280px;
  }
  .footer-copyright {
    align-items: flex-start !important;
    flex-direction: column-reverse;
  }
  .footer-copyright ul:nth-of-type(1) {
    margin: 15px 0;
  }
  .custom-popup {
    max-width: 500px;
  }
  .thanks {
    height: 100%;
  }
  .thanks-image {
    margin-top: 30px;
  }
  .thanks-content::after {
    display: none;
  }
  .cookie .cookie-close {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .header-info ul li span {
    font-size: 16px;
    line-height: 22px;
  }
  .main {
    padding-bottom: 20px;
    background-position: center bottom;
    background-size: 100%;
  }
  .main p {
    max-width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  .main .blue-btn, .main .structure a.blue-btn, .structure .main a.blue-btn, .main .thanks-content a.blue-btn, .thanks-content .main a.blue-btn, .main .custom-popup form button[type=submit], .custom-popup form .main button[type=submit] {
    margin-left: 0;
  }
  .main-speaker {
    margin-top: 210px;
  }
  .main-speaker .strong {
    font-size: 18px;
  }
  .main-offer .main-offer__carousel-item {
    font-size: 16px;
  }
  .structure-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .achievement-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .structure-heading__nav,
  .achievement-heading__nav {
    margin-top: 20px;
  }
  .structure-carousel.slick-slider .slick-list {
    padding-top: 0 !important;
  }
  .structure-carousel__card-content .strong {
    font-size: 24px;
    line-height: 33px;
  }
  .structure-carousel__card img {
    height: 300px;
  }
  .structure-price {
    margin: 20px 0;
  }
  .structure-timer .strong {
    font-size: 18px;
  }
  .structure-timer .strong::before {
    margin-right: 10px;
  }
  .structure-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .structure-start .strong {
    margin: 0;
    margin-bottom: 30px;
  }
  .testimonials-grid__item.grid-width {
    width: 100%;
  }
  .testimonials a.viewButton,
  .testimonials a.hiddenButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
  }
  .faq-image img {
    height: auto;
  }
  .footer-row {
    align-items: center;
    flex-direction: column-reverse;
  }
  .footer-row__callto .blue-btn, .footer-row__callto .structure a.blue-btn, .structure .footer-row__callto a.blue-btn, .footer-row__callto .thanks-content a.blue-btn, .thanks-content .footer-row__callto a.blue-btn, .footer-row__callto .custom-popup form button[type=submit], .custom-popup form .footer-row__callto button[type=submit] {
    margin: 0 auto;
  }
  .footer-row__callto p {
    max-width: 100%;
    text-align: center;
  }
  .footer-row__menu {
    margin-top: 30px;
  }
  .footer-row__menu ul li {
    text-align: center;
  }
  .footer-row__menu ul li a {
    font-size: 24px;
    line-height: 31px;
  }
  .footer-copyright p {
    margin-top: 15px;
  }
  .footer-copyright {
    align-items: center !important;
  }
  .custom-popup .popup-heading h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .custom-popup .popup-heading .price {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  .custom-popup form button[type=submit] {
    width: 100%;
  }
  #cookie-notice .cookie-notice-container {
    padding: 30px;
    padding-top: 50px;
  }
  #cookie-notice #cn-close-notice {
    right: 15px;
    top: 15px;
  }
  #cookie-notice .cn-text-container {
    font-size: 16px;
    line-height: 23px;
  }
  .thanks {
    padding: 50px 0;
  }
  .thanks-content h1 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 33px;
  }
  .thanks-content span {
    max-width: 250px;
    width: 100%;
    margin-bottom: 30px;
  }
  .thanks-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .thanks-content a.blue-btn {
    font-size: 18px;
    line-height: 26px;
  }
  .cookie {
    padding: 70px 0 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .header-info ul li {
    margin-right: 10px;
    padding: 10px;
  }
  .header-info ul li span {
    font-size: 14px;
    line-height: 20px;
  }
  .header-info ul li i.icon img {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 460px) {
  .main {
    background-size: 100%;
  }
  .main-speaker {
    margin-top: 175px;
  }
  .main-speaker .strong {
    font-size: 20px;
  }
  .main-offer .main-offer__carousel-item {
    font-size: 18px;
  }
  .author-info__social ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-info__social ul li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .author-info__social ul li:last-child {
    margin-bottom: 0;
  }
  .structure-short p {
    font-size: 16px;
    line-height: 23px;
  }
  .achievement-carousel__item img {
    height: 250px;
  }
  .progress {
    width: 100%;
  }
  .footer-copyright ul:nth-of-type(1) {
    flex-direction: column;
  }
  .custom-popup {
    padding: 60px 20px 50px 20px;
  }
  .custom-popup .popup-heading span {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-popup .popup-heading h2 {
    margin-bottom: 0;
  }
  .custom-popup form .form-control {
    font-size: 13px;
    line-height: 20px;
  }
  .custom-popup form .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-popup form .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-popup form .form-control::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-popup form button[type=submit] {
    font-size: 18px;
    line-height: 25px;
  }
  #cookie-notice #cn-notice-buttons {
    flex-direction: column;
  }
  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-more-info {
    width: 100%;
    margin: 0 ;
  }
  #cookie-notice #cn-accept-cookie {
    margin-bottom: 15px;
  }
  .thanks-content a.blue-btn {
    width: 100%;
  }
  .cookie .cookie-content ul {
    width: 100%;
    flex-direction: column;
  }
  .cookie .cookie-content ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .cookie .cookie-content ul li a.blue-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 385px) {
  .section-title, .course-benefits h2, .structure h2, .achievement h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .header-info ul li i.icon {
    display: none;
  }
  .main {
    background-size: 100%;
    background-position: center bottom;
  }
  .main h1 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 40px;
  }
  .main p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }
  .main-speaker {
    margin-top: 170px;
    color: #14A5DD;
  }
  .main-speaker .strong {
    font-size: 16px;
  }
  .main-offer .main-offer__carousel-item {
    font-size: 14px;
  }
  .structure-carousel__card img {
    height: 300px;
  }
  .achievement-carousel__item img {
    height: 350px;
  }
  .custom-popup form button[type=submit] {
    padding: 14px 30px;
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 350px) {
  .header-info ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .main-speaker {
    margin-top: 140px;
  }
}