@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-size: 1rem;
}

.large-text {
  font-size: 1.5rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #47bea5;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

html {
  font-size: 16px;
  overflow-x: hidden !important;
}

@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1260px) {
  html {
    font-size: 12px;
  }
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

:root {
  --athena-page-max-width: 100%;
  --athena-container-gutter-x: 5.8rem;
  --athena-container-offset-x: var(--athena-container-gutter-x);
  --athena-container-max-width: calc(
    var(--athena-page-max-width) - var(--athena-container-gutter-x)
  );
}

/* @media (min-width: 1200px) {
  :root {
    --athena-container-max-width: 1296px;
    --athena-container-offset-x: calc(
      var(--athena-page-max-width) - var(--athena-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  :root {
    --athena-container-max-width: 1620px;
  }
} */
.container {
  --athena-gutter-x: var(--athena-container-gutter-x);
  --athena-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--athena-gutter-x) * 0.5);
  padding-left: calc(var(--athena-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  max-width: var(--athena-page-max-width);
}

.row {
  max-width: var(--athena-page-max-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(
      var(--athena-container-max-width) + var(--athena-container-gutter-x)
    );
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: calc(
      var(--athena-container-max-width) + var(--athena-container-gutter-x)
    );
  }
}
.header-bn {
  width: 100%;
  height: 900px;
  background-image: url('img/AdobeStock_24933022.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.header-bn .container-fluid .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-bn .container-fluid .row > * {
  width: 50%;
}

.header-bn .container-fluid .row > :nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 10;
}

.header-left {
  position: relative;
  z-index: 1;
  margin-top: 4.78rem;
  margin-bottom: 17.75em;
}

.header-left::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -180px;
  width: 938px;
  height: 938px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  z-index: -1;
}

.logo {
  display: block;
  background: url(img/logo.png) center/contain no-repeat;
  width: 55.1875em;
  height: 14.25em;
  overflow: hidden;
}

.contact-info {
  margin-left: 5.13rem;
}

.contact-info p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.contact-info p:first-child {
  margin-left: 5rem;
  margin-top: -0.625rem;
}

.contact-info p:nth-child(3) {
  font-weight: 600;
  margin-left: 120px;
}

.contact-info p:nth-child(2) {
  font-weight: 600;
}

.contact-info span {
  color: #8a01e7;
  font-size: 1.375rem;
}
.contact-info span a {
  color: #8a01e7;
}

.contact-info h1 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  word-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.contact-info strong {
  font-size: 2.675rem;
  display: block;
  font-weight: 700;
  color: #8a01e7;
}

.contact-info h3 {
  font-weight: 500;
  font-size: 1.48rem;
  max-width: 520px;
  margin: 0 !important;
}

.wrapper-classes {
  position: relative;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  text-align: left;
  padding-top: 120px;
  padding-right: 90px;
  font-weight: 700;
  line-height: 1;
}

.wrapper-classes::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 373px;
  height: 100%;
  background: rgb(138, 1, 231);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, rgba(138, 1, 231, 0.6166841737)),
    color-stop(87%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(138, 1, 231, 0.6166841737) 40%,
    rgba(255, 255, 255, 0) 87%
  );
  z-index: -1;
}

.wrapper-classes h4 {
  padding-bottom: 10px;
  font-weight: 500;
}

.wrapper-classes hr {
  width: 250px;
  color: #fff;
}

.home-page .icon {
  margin-top: 30px;
  position: relative;
}

.home-page .icon::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -70px;
  background: url(img/icon-1.png) center/contain no-repeat;
  width: 76px;
  height: 76px;
}

.dui-page .icon-2 {
  margin-top: 30px;
  position: relative;
}

.dui-page .icon-2::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -70px;
  background: url(img/icon-1.png) center/contain no-repeat;
  width: 76px;
  height: 76px;
}

.section-first .content-row {
  text-align: center;
  padding: 60px;
}

.section-first .content-row h3 {
  font-size: 2.375rem;
  color: #fff;
}

.section-second {
  width: 100%;
  background-image: url('img/bg-choose.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  z-index: 0;
}

.section-second::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 73%;
  z-index: 1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.choose-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 110px;
  z-index: 2;
}

.section-second .container .choose-course > :first-child {
  width: 60%;
}

.section-second .container .choose-course > :nth-child(2) {
  width: 40%;
}

.section-second .container .choose-course .col > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-course .col:first-child {
  background-color: #fff;
  padding: 90px;
  font-size: 1.938rem;
}

.choose-course h4 {
  color: #8a01e7;
  padding-bottom: 20px;
}

.choose-course p {
  font-weight: 500;
}

.btn-purp {
  display: inline-block;
  font-size: 1.438rem;
  background-color: #8a01e7;
  color: #fff;
  border-radius: 40px;
  padding: 10px 30px;
  margin-top: 30px;
}

.courses {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1600px;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
}

.slick-slide {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 calc(25% - 20px) !important;
  flex: 1 1 calc(25% - 20px) !important;
}

.item__courses {
  min-width: 300px;
  height: 660px !important;
  background-color: #fff;
  border-radius: 40px;
  border: 8px solid #a1f2e1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
}

@media (max-width: 1600px) {
  .courses {
    width: 90%;
  }
  .slick-slide {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 calc(33.333% - 20px) !important;
    flex: 1 1 calc(33.333% - 20px) !important;
  }
}
.section-third h3 {
  font-size: 2.375rem;
  text-align: center;
  color: #fff;
  padding: 60px;
}

.icon-wrapper-adulting,
.icon-wrapper-anger,
.icon-wrapper-parenting,
.icon-wrapper-babysitting,
.icon-wrapper-date,
.icon-wrapper-age,
.icon-wrapper-event,
.icon-wrapper-life {
  position: relative;
  width: 200px;
  height: 236px;
  margin: 10px 0;
}

.icon-wrapper-adulting::before,
.icon-wrapper-anger::before,
.icon-wrapper-parenting::before,
.icon-wrapper-babysitting::before,
.icon-wrapper-date::before,
.icon-wrapper-age::before,
.icon-wrapper-event::before,
.icon-wrapper-life::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 236px;
}

.icon-wrapper-adulting::before {
  background: url(img/adulting-icon.svg) center/contain no-repeat;
}

.icon-wrapper-anger::before {
  background: url(img/anger-icon.svg) center/contain no-repeat;
}

.icon-wrapper-parenting::before {
  background: url(img/parenting-icon.svg) center/contain no-repeat;
}

.icon-wrapper-babysitting::before {
  background: url(img/babysitting-icon.svg) center/contain no-repeat;
}

.icon-wrapper-date::before {
  background: url(img/date.svg) center/contain no-repeat;
}

.icon-wrapper-age::before {
  background: url(img/age.svg) center/contain no-repeat;
}

.icon-wrapper-event::before {
  background: url(img/event.svg) center/contain no-repeat;
}

.icon-wrapper-life::before {
  background: url(img/life.svg) center/contain no-repeat;
}

.btn-booking:hover {
  color: #8a01e7;
  font-weight: 600;
}

.item-top-content,
.item-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.item-top-content h4 {
  font-size: 1.938rem;
  color: #8a01e7;
  font-weight: 600;
}

.item-top-content h5 {
  font-size: 1.438rem;
  font-weight: 400;
}

.icon-wrapper-book {
  position: relative;
  width: 70px;
  height: 85px;
  margin: 10px 0;
}

.icon-wrapper-book::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 70px;
  height: 85px;
  background: url(img/book-icon.svg) center/contain no-repeat;
}

.section-fourth {
  background-color: #1d7e69;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
}

.bottom-content {
  border-top: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.bottom-content a {
  color: white;
}

.section-fourth .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom-content h4 {
  font-size: 2.313rem;
}

.bottom-content p {
  font-size: 1.25rem;
  padding: 5px;
  max-width: 770px;
  margin: 0 auto;
}

.bottom-content p:nth-of-type(3) {
  font-size: 1.25rem;
  max-width: 770px;
  margin: 0 auto;
}

.bottom-content p:nth-of-type(4) {
  font-size: 1.125rem;
}

.bottom-content span {
  font-size: 1.375rem;
  font-weight: 600;
}

.powered {
  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;
  gap: 10px;
}

footer .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 20px;
  background-color: #77f0d7;
}

footer p {
  font-size: 1.25rem;
  color: #48a692;
  font-weight: 600;
}

footer span {
  font-size: 1.25rem;
  color: #48a692;
}

.wrapper-classes a {
  color: #fff;
}

.wrapper-classes a:hover {
  color: #47bea5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-desc {
  max-width: 500px;
}

.contact-desc p {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.contact-desc p {
  font-size: 1.125rem;
}

.contact-desc span {
  color: #000;
  font-weight: 600;
  font-size: 1.375rem;
}

.slick-next {
  background: url(img/next.png) center/contain no-repeat !important;
  width: 70px !important;
  height: 70px !important;
}

.slick-next:before {
  content: '' !important;
}

.slick-prev {
  background: url(img/prev.png) center/contain no-repeat !important;
  width: 70px !important;
  height: 70px !important;
  z-index: 100;
}

.slick-prev:before {
  content: '' !important;
}

.slick-dots li {
  width: 30px !important;
  height: 30px !important;
}

.slick-dots li button:before {
  color: #8a01e7 !important;
  font-size: 20px !important;
}

.dui-page .header-bn {
  width: 100%;
  height: 1080px;
  background-image: url('img/dui-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.dui-page .header-left::before {
  top: -350px;
  left: -150px;
}

.dui-page .header-left {
  margin-top: 0.625rem;
  margin-bottom: 21.875rem;
}

.header-bottom {
  position: relative;
  text-align: center;
  width: 100% !important;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  padding-bottom: 40px;
  z-index: 1;
}

.header-bottom::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: -1;
}

.header-bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 130px;
  width: 71.25rem;
  height: 68.125rem;
  background: url(img/femida.png) center/contain no-repeat;
  z-index: -1;
}

@media (max-width: 1000px) {
  .header-bottom::after {
    display: none;
  }
  .header-bottom::after {
    display: none;
  }
  .header-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 0;
    padding: 20px 10px;
  }
  .dui-page .header-bn {
    height: 850px;
  }
}
.header-bottom h2 {
  font-weight: 700;
  color: #8a01e7;
  font-size: 4rem;
}

.header-bottom p {
  font-size: 1.375rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .dui-page .header-left {
    margin-bottom: 70px;
  }
  .header-bottom h2 {
    font-size: 2rem;
  }
}
.dui-page .section-second::before {
  background-color: #c582f2;
  opacity: 73%;
}

.become-title {
  position: relative;
  text-align: center;
  z-index: 5;
  font-size: 3rem;
  color: #fff;
  padding-top: 20px;
}

.become-title span {
  color: #8a01e7;
}

.how-to-became {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.how-to-became__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  z-index: 1;
  margin: 0 auto;
  margin-top: 300px;
  padding-bottom: 50px;
  width: 1500px;
}
@media (max-width: 1000px) {
  .how-to-became__content {
    width: 300px;
    margin-top: 100px;
  }
}
.how-to-became__item {
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 30px 30px;
}
.how-to-became__item h5 {
  color: #8a01e7;
}

@media (max-width: 1000px) {
  .dui-page .section-become .slick-track {
    gap: 0;
  }
}
.item-became__img {
  position: relative;
  width: 100%;
  height: 194px;
  padding: 20px;
  margin-left: -90px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#47bea5),
    to(#21584c)
  );
  background: linear-gradient(180deg, #47bea5 0%, #21584c 100%);
  border-radius: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .item-became__img {
    margin-left: 0;
  }
}
.item-became__img.subject-3::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  width: 130px;
  height: 150px;
  background: url('img/s-3.png') center/contain no-repeat;
}
@media (max-width: 1000px) {
  .item-became__img.subject-3::before {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.item-became__img.subject-2::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  width: 130px;
  height: 150px;
  background: url('img/s-2.png') center/contain no-repeat;
}
@media (max-width: 1000px) {
  .item-became__img.subject-2::before {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.item-became__img.subject-1::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  width: 130px;
  height: 150px;
  background: url('img/s-1.png') center/contain no-repeat;
}
@media (max-width: 1000px) {
  .item-became__img.subject-1::before {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.dui-page .section-become .slick-next {
  background: url(img/next-grey.png) center/contain no-repeat !important;
  width: 70px !important;
  height: 70px !important;
}

.dui-page .section-become .slick-next:before {
  content: '' !important;
}

.dui-page .section-become .slick-prev {
  background: url(img/prev-grey.png) center/contain no-repeat !important;
  width: 70px !important;
  height: 70px !important;
  z-index: 100;
}

.dui-page .section-become .slick-prev:before {
  content: '' !important;
}

.btn-sch {
  display: block;
  position: relative;
  color: #fff;
  background-color: #47bea5;
  border-radius: 10px;
  -webkit-box-shadow: #000;
  box-shadow: #000;
  padding: 10px 30px 10px 30px;
  -webkit-box-shadow: 6px 6px 6px 4px rgba(0, 0, 0, 0.55);
  box-shadow: 6px 6px 6px 4px rgba(0, 0, 0, 0.55);
  margin: 0 auto;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  flex-flow: column;
}

.icon-sch::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  width: 40px;
  height: 40px;
  background: url(img/calendar.png) center/contain no-repeat;
  z-index: 1;
}

.icon-sch::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background-color: #8a01e7;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}

/* .btn-sch:hover {
  color: #8a01e7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
} */

.week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1250px;
  margin: 0 auto;
}

.item-week {
  text-align: left;
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  background-color: #fff;
  /* height: 300px; */
  margin-bottom: 40px;

  font-size: 1.1875rem;

  /* text-decoration: underline; */
}

.item-week strong:first-child {
  text-decoration: underline;
}

.item-week strong {
  font-weight: 500;
  color: #8a01e7;
}

.item-week:nth-child(even) {
  background-color: #dcdcdc;
}

.dui-page .section-third .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.crash {
  background-color: #fff;
  padding: 10px 0;
}
.crash__title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.crash__title span {
  color: #47bea5;
}
.crash__slider {
  height: 600px;
  margin: 40px 0;
}
@media (max-width: 500px) {
  .crash__slider {
    margin: 0;
    height: 400px;
  }
}
.crash__slider .slick-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: auto !important;
}
.crash__slider .slick-center {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
}
.crash__slider .slick-slide:not(.slick-center) {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 70%;
  z-index: -1;
  margin: 40px 0;
  height: 80%;
}
.crash__slider .slick-prev {
  left: 50px;
}
.crash__slider .slick-next {
  right: 50px;
}
.crash__slider .slick-track {
  height: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 150px;
}
@media (max-width: 500px) {
  .crash__slider .slick-track {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .crash__slider .slick-prev {
    left: 10px;
  }
  .crash__slider .slick-next {
    right: 10px;
  }
}

.facts {
  position: relative;
  background-color: #c582f2;
  padding: 40px 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.facts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.facts__container {
  max-width: 1500px;
  margin: 0 auto;
}
.facts__content {
  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;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .facts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.facts__icon-wrap {
  height: 150px;
}
.facts__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 40px);
  flex: 1 1 calc(25% - 40px);
  background-color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 40px;
  border: 10px solid #a1f2e1;
  padding: 10px;
  min-width: 340px;
  max-width: 340px;
  min-height: 370px;
}
@media (max-width: 1000px) {
  .facts__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.facts__item p {
  font-size: 1rem;
  font-weight: 600;
}

.dui-page .section-become .slick-track {
  gap: 150px;
}

@media (max-width: 1900px) {
  .header-bottom::after {
    width: 60.625rem;
    bottom: -100px;
    right: 150px;
  }
  .dui-page .header-bn {
    height: 880px;
  }
  .dui-page .header-left {
    margin-bottom: 170px;
  }
}
@media (max-width: 1720px) {
  .header-bottom::after {
    width: 45.625rem;
    bottom: -100px;
    right: 150px;
  }
  .dui-page .header-left {
    margin-bottom: 50px;
  }
  .header-bottom::before {
    height: 400px;
  }
  .header-bottom::after {
    z-index: -10;
  }
  .wrapper-classes::before {
    width: 300px;
  }
  .wrapper-classes {
    padding-right: 20px;
  }
  .dui-page .header-bn {
    height: 770px;
  }
}

@media (max-width: 1600px) {
  .dui-page .header-bn {
    background-image: url(img/dui-bg-1600.png);
    height: 755px;
  }
  .header-bottom::after {
    display: none;
  }
  .how-to-became__content {
    width: 1200px;
  }
}
@media (max-width: 1400px) {
  .week {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1000px;
  }
}

@media (max-width: 1300px) {
  .dui-page .header-bn {
    background-image: url(img/dui-bg-1600.png);
    height: 655px;
  }
}

@media (max-width: 1000px) {
  .week {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
  }
}
.dui-page .section-fourth {
  border-radius: 0;
}

.dui-page .bottom-content {
  border-top: 0;
}

.bottom-content a {
  text-decoration: underline;
}

.dui-page .section-first {
  background-color: #47bea5;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 1260px) {
  .dui-page .header-left {
    margin-bottom: 150px;
  }
  .how-to-became__content {
    width: 900px;
  }
  .crash__slider .slick-track {
    height: 400px;
  }
  .crash__slider {
    height: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-bn .container-fluid .row > * {
    width: 100%;
  }
  .header-left {
    position: relative;
    z-index: 1;
    margin-top: 1.18em;
    margin-bottom: 0;
  }
  .logo {
    width: 27.1875em;
    height: 7.25em;
  }
  .contact-info {
    margin-left: 10px;
  }
  .header-left::before {
    top: -370px;
    left: -400px;
  }
  .header-bn .container-fluid .row > :nth-child(2) {
    margin-top: 120px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .dui-page .header-bn .container-fluid .row > :nth-child(2) {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .wrapper-classes hr {
    width: 100%;
  }
  .wrapper-classes {
    width: 100%;
    padding-left: 80px;
    padding-top: 20px;
    padding-right: 90px;
    padding-bottom: 60px;
    font-weight: 700;
    line-height: 1;
  }
  .wrapper-classes::before {
    width: 100%;
  }
  .section-second .container .choose-course > :first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-second .container .choose-course > :nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-second .container .choose-course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .choose-course {
    padding: 40px 0 40px 0;
  }
  .choose-course .col:first-child {
    padding: 20px;
  }
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer img {
    width: 50%;
  }
  .contact-info p:nth-child(3) {
    margin-left: 0px;
  }
  .wrapper-classes::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(138, 1, 231);
    z-index: -1;
  }
  .dui-page .header-left {
    margin-bottom: 50px;
  }
  .dui-page .header-bn {
    height: 900px;
  }
  .dui-page .header-bn {
    width: 100%;
    background-image: url('img/woman-scale.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .how-to-became__content {
    width: 360px;
  }
  .dui-page .section-become .slick-track {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .courses {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .courses {
    max-width: 350px;
  }
}

.schedulelink {
  display: block;
  width: 30%;
  margin: auto;
}

@media (max-width: 576px) {
  .schedulelink {
    width: 90%;
  }
}

.f-icon {
  width: 35px;
  margin: 20px auto 0;
}

.social-icon {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.notification {
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8a01e7;
  color: #fff;
  position: relative;
  z-index: 1000;
    text-align: center;
}

.logo-stripe {
  width: 100px;
}
