/* =========================================================
   RESET / BASE
========================================================= */
html {
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
picture {
  margin: 0;
}

/* =========================================================
   FONTS
========================================================= */
@media (favors-reduced-motion: reduce) {
  *,
  * ::before,
  * ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "NataSans";
  src: url("../fonts/NataSans-Thin.ttf");
  src: local("NataSans"), local("NataSans"), url("../fonts/NataSans-Thin.woff2") format("woff2"), url("../fonts/NataSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular_0.ttf");
  src: local("Gilroy"), local("Gilroy"),  url("../fonts/Gilroy-Regular_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium_0.ttf");
  src: local("Gilroy"), local("Gilroy"),  url("../fonts/Gilroy-Medium_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold_0.ttf");
  src: local("Gilroy"), local("Gilroy"),  url("../fonts/Gilroy-Semibold_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold_0.ttf");
  src: local("Gilroy"), local("Gilroy"),  url("../fonts/Gilroy-Bold_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold_0.ttf");
  src: local("Gilroy"), local("Gilroy"),  url("../fonts/Gilroy-Extrabold_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "HalvarBreit";
  src: url("../fonts/HalvarBreit-XBd.ttf");
  src: local("HalvarBreit"), local("HalvarBreit"), url("../fonts/HalvarBreit-XBd.woff2") format("woff2"), url("../fonts/HalvarBreit-XBd.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "NataSans";
  src: url("../fonts/NataSans-Bold.ttf");
  src: local("NataSans"), local("NataSans"), url("../fonts/NataSans-Bold.woff2") format("woff2"), url("../fonts/NataSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* =========================================================
   VARIABLES
========================================================= */
:root {
  --base-bg: rgba(255, 255, 255, 1);
  --base-color:  rgba(16, 19, 26, 1);
  --base-color-title:  rgba(16, 19, 26, 1);
  --base-color-2: rgba(255, 255, 255, 1);
  --accent-color: rgba(244, 54, 157, 1);
  --accent-color-hover:rgba(244, 54, 157, 1);
  --new-color-accent:rgba(49, 126, 253, 1);
  --base-color-light: rgba(51, 50, 55, 1);
}



/* =========================================================
   GLOBAL ELEMENTS
========================================================= */
img,
picture {
  max-width: 100%;
  display: block;
}

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

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: var(--base-bg);
  color: var(--base-color);
}
body.active {
  overflow: hidden;
}

/* =========================================================
   UI COMPONENTS
========================================================= */

.hero-bg {
  background-size: cover;
}
.title-accent {
  color: var(--accent-color);
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.container {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.section {
  padding: 50px 0;
}
.section-title {
  font-family: "HalvarBreit";
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--base-color-title);
  margin: 0 0 16px;
  width: fit-content;
  letter-spacing: -0.8px;
}
.section-title .accent-img {
  position: relative;
}
.section-title .accent-img:before {
  content: "";
  background: url("../img/title-ico.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  width: 117PX;
  height: 16px;
  bottom: -9px;
  right: 48px;
  z-index: 1;
}
.section-title__sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: var(--base-color-title);
}
.section-title-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.title-box__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}
.btn {
  font-family: "HalvarBreit";
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  background: rgba(16, 19, 26, 1);
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 auto;
  width: fit-content;
  display: block;
  padding: 19px 15px;
  transition: 0.7s;
  min-width: 343px;
}
.btn:hover {
  background: var(--base-color-2);
  border: 1px solid var(--new-color-accent);
  color: var(--new-color-accent);
}
.btn-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.btn-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.btn-block .btn {
  margin: 0 0 6px 0;
}
.btn.accent-color{
  border-radius: 4px;
  background: var(--new-color-accent);
  color: rgba(255, 255, 255, 1);

}
.btn-block__sub {
  font-family: "NataSans";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: rgba(2, 25, 54, 0.5);
}
.btn-info {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.btn-info img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  align-self: center;
}
.btn-info__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  align-self: center;
}
.btn-info__text span {
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input input {
  width: 100%;
}
.iti__flag {
  background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.20/build/img/flags.png") !important;
}
.title-block {
  margin: 0 0 35px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.20/build/img/flags@2x.png") !important;
  }
}

/* =========================================================
   HEADER
========================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  height: 80px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: var(--base-bg);
}
.header .container {
  position: inherit;
  width: 100%;
}
.header .btn {
  background: var(--base-color-title);

  font-weight: 800;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--base-color-2);
  transition: 0.7s;
  padding: 8px 16px;
}
.header .btn:hover {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
.header__logo {
  position: relative;
  z-index: 10;
}
.header__logo__img {
  width: 88px;
  object-fit: cover;
  display: block;
}
.header__nav {
  display: none;
}
.header__btn-block {
  position: relative;
  z-index: 10;
}
.header__btn-block .btn {
  min-width: initial;
}
.nav__list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.nav__link {
  font-size: 15px;
  line-height: 140%;
  color: var(--base-color);
  font-weight: 500;
  font-size: 15px;
  transition: 0.7s;
}
.header__nav .nav__link:hover {
  color: var(--accent-color-hover);
}
.header__burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 17px;
  width: 17px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0 15px 0 0;
}
.header__burger {
  position: relative;
  z-index: 10;
}
.header__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--base-color);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.header__nav.active {
  display: block;
  text-align: center;
  height: 100vh;
  padding: 130px 50px 50px 50px;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100vw;
  background: rgba(16, 19, 26,0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  gap: 30px;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -20px);
  z-index: 9;
}
.header__nav.active .nav__link {
  color: var(--base-color-2);
}
.header__nav.active .nav__link:hover {
  color: var(--accent-color-hover);
}
.nav__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}
.nav__container .social {
  margin: 0 auto;
}
.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 22px;
}

.social__ico svg {
  transition: 0.5s;
}
.social__ico svg path {
  transition: 0.5s;
}

.social__ico:hover svg path {
  fill: var(--accent-color);
}
/* =========================================================
   HERO
========================================================= */
.hero {
  padding: 80px 0 40px;
}
.hero__course-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 0 0 30px 0;
}
.hero__course-info .course-info__item.accent{
  display: none;
}
.course-info__item-link{
  display: flex;
  justify-content: flex-start;
  background: rgba(245, 246, 250, 1);
  gap: 8px;
  width: max-content;
  padding: 6px 10px 6px 10px;
  border-radius: 60px;
  margin: 0px 0 11px 0;
}
.course-info__item-link .course-info__text{
  color: rgba(16, 19, 26, 1);
  font-weight: 600;
  font-size: 14px;
  align-self: center;
}
.course-info__item-link .course-icon{
  align-self: center;
  width: 6px;
  height: 6px;
}
.course-info__item-link .course-icon img{
  width: 6px;
  height: 6px;
  object-fit: cover;
  align-self: center;
}
.course-info__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.course-icon {
  width: 17px;
  height: 17px;
  align-self: center;
}
.course-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.course-info__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.course-title-accent {
  position: relative;
  margin: 0 0 12px 0;
}
.hero__course-title-block {
  margin: 0px auto 72px;
  width: fit-content;
}
.hero__title {
  font-family: "HalvarBreit";
  font-weight: 800;
  font-size: 44px;
  line-height: 90%;
  text-align: left;
  text-transform: uppercase;
  color: var(--base-color-title);
  letter-spacing: -0.8px;
}
.hero__title img {
  display: block;
  object-fit: cover;
}
.hero__title span {
  position: relative;

}
.accent-color{
  color: var(--new-color-accent);
  display: block;
  width: fit-content;
}
.hero__title span:first-child img {
  position: absolute;
  transform: scale(0.75);
}
.hero__title span:first-child img:nth-child(1) {
display: none;
}
.hero__title span:first-child img:nth-child(2) {
  top: -64px;
  right: -53px;
  transform: scale(0.85) rotate(35deg);
}
.hero__title span:last-child img {
  transform: scale(0.75);
  position: absolute;
}
.hero__title span:last-child img:nth-child(1) {
  display: none;
}
.hero__title span:last-child img:nth-child(2) {
  right: -93px;
  bottom: -45px;
  transform: scale(0.65);
}

.course-info__star {
  display: flex;
  margin: 0 0 20px 0;
}
.course-info__star-text {
  font-size: 14px;
  line-height: 100%;
}
.course-info__star-text span {
  font-weight: 700;
}
.herro__sub-title {
  font-size: 15px;
  margin: 0 auto 28px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 140%;
}
.herro__sub-title span {
  font-weight: 700;
  font-size: 15px;
  position: relative;
  display: block;
  color:  rgb(245, 245, 245);
  max-width: fit-content;
  line-height: 130%;
}
.herro__sub-title span:before {
  content: "";
  position: absolute;
  background-image: url("../img/herro__sub.svg");
  top: 0px;
  left: -20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 23px;
  z-index: -1;
  min-width: 370px;

}
.herro__sub-title strong {
  font-weight: 700;
  font-size: 15px;
}
.hero__course-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.course-bottom__item {
  background: rgba(245, 246, 250, 1);

  border-radius: 4px;
  padding: 15px 11px 15px 11px;
  position: relative;
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
}
.course-bottom__item img {
  width: 40px;
  height: 49px;
  object-fit: fill;
  margin: 0 auto 3px;
}
.course-bottom__item img.course-bottom__item-decor {
  position: absolute;
  width: 111px;
  height: 75px;
  object-fit: cover;
  top: -9px;
  right: 0;
}
.course-bottom__item-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  font-family: "Gilroy";
  color: rgba(16, 19, 26, 0.8);
  text-align: center;

}
.course-bottom__item-text strong {
  font-family: "HalvarBreit";
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  display: block;
  margin: 0 0 2px 0;
  color: rgba(16, 19, 26, 1);

}


/* =========================================================
   COURSE FOR YOU
========================================================= */
.course-for-you {
  padding: 36px 0 44px;
}
.course-for-you .section-title {
  margin: 0 auto 13px;
}
.course-for-you .btn {
  margin: 0 auto;
  width: fit-content;
  display: block;
  padding: 19px 63px;
}
.course-for-you .title-block {
  margin: 0 0 27px 0;
}
.course-for-you__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 28px;
}
.course-for-you__item {
  background: rgba(245, 246, 250, 1);
  border-radius: 4px;
  width: 100%;
  padding: 16px 11px 16px 21px;
}
.course-for-you__item:first-child{
  background: linear-gradient(135deg, #C27AFF 0%, #F6339A 100%);

}
.course-for-you__item:first-child .item-num{
 color: rgba(255, 255, 255, 1);


}
.course-for-you__item:first-child .course-for-you__item-title{
  color: rgba(255, 255, 255, 1);
}
.course-for-you__item:first-child .course-for-you__item-text{
  color: rgba(255, 255, 255, 1);
}
.course-for-you__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--base-color-title);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 62px 0 0;
  margin: 0 0 6px 0;
}
.course-for-you__item-title img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  height: 44px;
  width: 44px;
}
.item-num {
  font-weight: 700;
  font-size: 13px;
  color: var(--accent-color);
  margin: 0 0 0px 0;
}
.course-for-you__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
.course-for-you__item-text strong {
  font-weight: 700;
  font-size: 15px;
}

/* =========================================================
   ai-reality
========================================================= */
.ai-reality{
  padding: 29px 0;
}
.ai-reality .section-title{
  margin: 0 0 13px 0;
}
.sub__title{
  font-weight: 400;
  font-size: 15px;


}
.sub__title strong{
  font-weight: 700;
  font-size: 15px;

}
.ai-reality__title{
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 30px 0;
}
.ai-reality__box{
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  padding: 0 25px 0 38px;
  margin: 0 0 17px 0;
}
.ai-reality__box strong{
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
}
.ai-reality__box img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.ai-reality__content-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.ai-reality__content{
  margin: 0 0 32px 0;
}
.ai-solutions{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 32px 0;
}
.ai-solutions__box{
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  background: rgba(245, 246, 250, 1);
  border-radius: 4px;
  position: relative;
  padding: 15px 15px 17px 69px;
}
.ai-solutions__box img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: absolute;
  top: 16px;
  left: 17px;
}
.ai-solutions__box strong{
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
}
.ai-solutions__box-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  margin: 0 0 7px 0;
}
.ai-assistants{
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);
  border-radius: 4px;
  padding: 15px 17px 15px 17px;
}
.ai-assistants img{
  display: none;
}
.ai-assistants .btn{
  margin: 0 auto;
  min-width: auto;
  max-width: 343px;
}
.ai-assistants__title{
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--base-color-2);
  margin: 0 0 12px 0;

}
.ai-assistants__title-sub{
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: var(--base-color-2);
  margin: 0 0 20px 0;
}

/* =========================================================
   SPEAKER
========================================================= */
.speaker {
  padding: 22px 0;
}
.speaker .section-title {

}
.speaker .speaker__item-title {

}
.speaker .title-block {
  margin: 0 0 26px 0;
}
.speaker .title-block .section-title .accent-img:before {
  bottom: -1px;
  right: -42px;
}
.speaker .container {
  padding: 0 6px;
}
.speaker .btn {
  margin: 0 auto;
  width: fit-content;
  display: block;
}
.speaker__wrap {
  padding: 0px 10px 30px 10px;
}
.speaker-slider {
  overflow: visible;
}
.speaker-slider .swiper-wrapper {
  align-items: stretch;
  margin: 0 0 20px 0;
}
.speaker-slider .swiper-slide {
  min-width: 330px;
}
.speaker__item-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.speaker__item-content,
.speaker__item-title {
  pointer-events: auto;
}
.speaker__item.active .speaker__item-content {
  height: auto;
  padding: 10px 0;
}
.speaker-pagination--main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.speaker-pagination--main .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(50, 115, 250, 0.4);
}
.speaker-pagination--main .swiper-pagination-bullet-active {
  background: rgba(50, 115, 250, 1);
  width: 8px;
  height: 8px;
}
.speaker__item-title {
  cursor: pointer;
}
.speaker__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.speaker__item {
  width: 100%;
  max-width: 438px;
}
.speaker__item .speaker__item-img {
  background: rgba(245, 246, 250, 1);

}
.speaker__item .speaker__item-img:before {
  background-image: url("../img/speaker-bg1.svg");
}
.speaker__item:nth-child(2) .speaker__item-img:before {
  background-image: url("../img/speaker-bg2.svg");
}

.speaker__item-img {
  margin: 0 0 21px 0;
  position: relative;
  border-radius: 4px;
  height: 356px;
  overflow: hidden;
  display: flex;
}
.speaker__item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.speaker__item-img img {
  position: relative;
  width: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: bottom;
}
.speaker__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--base-color-title);
  position: relative;
  padding: 0 45px 0 0;
}
.speaker__item-title:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("../img/speaker-ico-2-N.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
}

.speaker__item-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: block;
  margin: 6px 0 6px 0;
}
.speaker__item-content ul li {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding: 0 30px 0px 18px;
  margin: 0 0 9px 0;
}
.speaker__item-content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url("../img/li-decor.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
}
.speaker__item.active .speaker__item-title:before {
  background: url("../img/speaker-ico-1-N.svg");
  background-size: cover;
}
.speaker__nav {
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0;

  z-index: 2;
  width: 100%;
  display: none;
}
.speaker-button-next {
  right: 0;
}
.speaker-button-prev {
  right: 50px;
}
.speaker-button-prev,
.speaker-button-next {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  font-size: 20px;
  cursor: pointer;
  transition: 0.7s;
  position: absolute;
  background: rgba(254, 203, 0, 1);
}
.is-disabled {
  background: rgba(254, 203, 0, 0.2);
  pointer-events: none;
}
.speaker-button-prev svg,
.speaker-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
  object-fit: cover;
}
.speaker-button-prev svg path,
.speaker-button-next svg path {
  fill: rgb(2, 25, 54);
}
.speaker-button-prev:hover,
.speaker-button-next:hover {
  background: rgba(254, 203, 0, 1);
}
.speaker-button-prev:hover svg path,
.speaker-button-next:hover svg path {
  fill: rgb(2, 25, 54);
}


/* =========================================================
   COURSE OVERVIEW
========================================================= */
.course-overview {
  padding: 12px 0 40px;
}
.course-overview .title-block {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-overview .section-title {
  margin: 0 auto 16px;
  position: relative;
  display: inline-block;
}
.course-overview .section-title .accent-img:before {
  width: 116px;
  height: 19px;
  bottom: -5px;
  right: -27px;
  z-index: 1;
}
.course-overview .section-title img {
  position: absolute;
}
.course-overview .section-title img.content-list-ico1 {
  right: -55px;
  top: -62px;
}
.course-overview .section-title img.content-list-ico2 {
  left: -52px;
  top: 42%;
}
.content-list-ico-bg {
  display: none;
}
.course-overview__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.course-overview__content .title-block .section-title {
  text-align: left;
}
.course-overview__content .title-block .section-title:before {
  bottom: -3px;
  right: 143px;
}
.course-overview__content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 17px;
}
.content-list__item {
  border-radius: 4px;
  padding: 21px 21px 18px 21px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-list__item img{
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.content-list__item:nth-child(1){
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
}
.content-list__item:nth-child(2){
  background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C6 100%);
}
.content-list__item:nth-child(3){
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
}
.content-list__item:nth-child(4){
  background: linear-gradient(135deg, #FAF5FF 0%, #F3E8FF 100%);
}
.content-list__item.accent-bg {
  background: var(--accent-color);
}
.content-list__item.accent-bg .content-list__item-title {
  color: rgba(255, 255, 255, 1);

}
.content-list__item.accent-bg .content-list__item-text {
  color: rgba(255, 255, 255, 1);
}
.content-list__item-img {
  width: 50%;
  object-fit: contain;
  max-width: 119px;
}
.content-list__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: var(--base-color-title);
  position: relative;
  padding: 0 0px 0 0;
  margin: 11px 0 12px 0;
  display: flex;
  justify-content: space-between;
}
.content-list__item-title img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.content-list__item-text {
  font-weight: 400;
  font-size: 15px;
}
.content-list__item-text strong {
  font-weight: 700;
  font-size: 16px;
}

/* =========================================================
   PROGRAM
========================================================= */
.program {
  padding: 20px 0;
}
.program .btn {
  margin: 0 auto;
  width: fit-content;
  display: block;
  padding: 19px 63px;
}
.program .title-block {
  margin: 0 0 6px 0;
}
.program .title-block .section-title {
  text-align: left;
  margin: 0 0 11px 0;
  color: var(--base-color-2);
}
.program .title-block .section-title .accent-img:before {
  background: url("../img/title-ico-W.svg");
  bottom: 1px;
  right: -16px;
}
.program .title-block .section-title__sub {
  text-align: left;
  color: var(--base-color-2);
}
.program .container {

}
.program__course {
  display: flex;
  flex-direction: column;
}
.program__top {
  background: linear-gradient(135deg, #C27AFF 0%, #F6339A 100%);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 12px 16px 18px;
  margin: 0 0 18px 0;
  position: relative;
}
.program__top:before {
  content: "";
  position: absolute;
  background-image: url("../img/program-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.program__course-list {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.program__course-text {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--base-color-title);
  margin: 0 0 15px 0;
}
.program__course-text strong {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 15px;
  color: var(--base-color-title);
}
.program__course-item {
  background: rgba(255, 255, 255, 1);

  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;

  color: rgba(0, 0, 0, 1);

  padding: 10px 10px 10px;

  display: flex;
  flex-direction: column;
  min-width: 70px;
  justify-content: center;
  height: 60px;
  line-height: 120%;
}
.program__course-item strong {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 100%;
  color: var(--accent-color);
}
.program__accordion {
  margin: 0 auto 37px;
}
.accordion-item {
  background: rgba(245, 246, 250, 1);

  border-radius: 4px;
}
.module-pro, .module-premium, .module-bonus{
  display: none;
}
.accordion-header {
  width: 100%;
  font-size: 18px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  padding: 22px 55px 14px 17px;
  gap: 6px;
}
.accordion-header:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  background-image: url("../img/speaker-ico-1.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: cover;
  transition: 0.7s;
}
.accordion-module {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--accent-color);
}
.accordion-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: rgba(16, 19, 26, 1);

}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 16px 0px;
}
.accordion-content__container {
  border-top: 1px solid rgba(2, 25, 54, 0.1);
  margin: 0 0 0 auto;
  padding: 16px 0 0 0px;
}
.accordion-content__container ul {
  margin: 0 0 15px 0;
}
.accordion-content__container ul li {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 4px 0;
  color: rgb(62, 64, 71);
}
.accordion-content__container ul li strong {
  font-weight: 700;
  font-size: 15px;
  color: rgb(16, 19, 26);
}
.accordion-item {
  margin: 0 0 10px 0;
}
.accordion-item.active .accordion-header:before {
  background-image: url("../img/speaker-ico-2.svg");
}
.accordion-item.active .accordion-content {
  padding: 0 16px 16px;
}
.accordion-content__text {

}
.accordion-content__text strong {
  font-weight: 700;
  font-size: 15px;
  color: rgb(16, 19, 26);
  display: block;
  margin: 0 0 12px 0;
}
.accordion-content__text {
  font-weight: 400;
  font-size: 15px;
}
.accordion-content__text{
  font-weight: 500;
  font-size: 15px;
  color: rgb(62, 64, 71);
}
.accordion-content__text ul li{
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: rgb(62, 64, 71);
  margin: 0;
  padding: 0 0 0 22px;
}
.accordion-content__text ul li:before{
  content: '';
  position: absolute;
  top: 10px;
  left: 11px;
  background: rgb(62, 64, 71);
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.skills .title-block {
  margin: 0 0 37px 0;
}
.skills .section-title .accent-img:before {
  bottom: -3px;
  right: -2px;
}
.skills__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skills__item {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 20px 16px 16px 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}
.skills__item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--base-color-title);
  margin: 0 0 13px 0;
  display: flex;
  justify-content: flex-start;
}
.skills__item__title img {
  width: 44px;
  height: 44px;
  margin: 0 13px 0px 0;
}
/* =========================================================
   YOUR WORKS
========================================================= */
.your-works{
  background: rgba(237, 28, 37, 1);

  padding: 26px 0;

}
.your-works .title-block{
  margin: 0 0 27px 0;
}
.your-works .section-title{
  color: rgba(255, 255, 255, 1);

}
.your-works .swiper-slide {
  width: 60%;
  opacity: 0.4;
  transition:  opacity 0.4s, filter 0.4s;
}
.your-works .swiper-slide-active {

  opacity: 1;

}

.your-works .swiper-slide-prev,
.your-works .swiper-slide-next {
  /*transform: translateZ(0) scale(0.9) !important;*/
}
.your-works__slide {
  display: flex;
  flex-direction: column;
  gap: 10px;

}
.your-works__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.your-works__slider {
  overflow: visible;
}

.your-works__slider .swiper-slide {
  width: 85%;
}
.your-works__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.your-works__swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);

}
.your-works__swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);

  width: 8px;
  height: 8px;
}
.your-works__nav {
  display: none;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 20%;
  transform: translate(0px, -23px);
}
.your-works__button-next {
  right: 0;
}
.your-works__button-prev {
  left: 0;
}
.your-works__button-prev,
.your-works__button-next {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 20px;
  cursor: pointer;
  transition: 0.7s;
  position: absolute;
  background: rgba(237, 28, 37, 1);

}
.your-works__button-prev svg,
.your-works__button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.your-works__button-prev svg path,
.your-works__button-next svg path {
  fill: rgba(255, 255, 255, 1);
}
.your-works__button-prev:hover,
.your-works__button-next:hover {
  background: rgba(255, 255, 255, 1);
}
.your-works__button-prev:hover svg path,
.your-works__button-next:hover svg path {
  fill: var(--accent-color);
}

/* =========================================================
   EDUCATION
========================================================= */
.education{
  padding: 22px 0 28px;
}
.education-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin: 0 auto 33px;
}
.education-list__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
}
.education-list__item-img {
  position: relative;
  margin: 0 0 14px 0;
  height: 203px;
  border-radius: 4px;
  min-width: 344px;
}
.education-list__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.education_num {
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);

  width: 32px;
  height: 32px;
  color: var(--base-color-2);
  display: flex;
  justify-content: center;
  border-radius: 100%;
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: -18px;
  align-items: center;
}
.education-list__sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;

}
.education-list__sub span {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: rgb(2, 25, 54);
}

/* =========================================================
   EQUALIT
========================================================= */
.equalit {
  padding: 37px 0;
}
.equalit .container {

}
.equalit .title-block {
  margin: 0 0 30px 0;
}
.equalit .title-block .section-title {
  text-align: left;
  margin: 0 0 14px 0;
  font-size: 23px;
}
.equalit .title-block .section-title .accent-img:before {
  bottom: -1px;
  right: 95px;
}
.equalit .title-block .section-title__sub {
  text-align: left;

}
.equalit__text {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 10px 0;

}
.equalit__text strong {
  font-weight: 700;
  font-size: 15px;
}
.equalit__list-title {

  font-weight: 700;
  font-size: 15px;
  margin: 0 0 8px 0;
}
.equalit__list li {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  background: rgba(245, 246, 250, 1);

  border-radius: 4px;
  padding: 10px 10px 10px 66px;
  margin: 0 0 10px 0;
  min-height: 64px;
}
.equalit__list span{
  background: rgba(255, 255, 255, 1);
  position: absolute;
  left: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  border-radius: 4px;
}
.equalit__list li:first-child{
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);

  color: rgba(255, 255, 255, 1);

}
.equalit__list li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.equalit__list li strong {
  font-weight: 700;
  font-size: 15px;
}
.equalit__container {
  display: flex;
  flex-direction: column;
}
.equalit__img {
  align-self: center;
  position: relative;
  margin: 30px auto 0;
}
.equalit__img:before {
  content: "";
  position: absolute;
  left: 44%;
  transform: translate(-50%, -50%);
  top: 39%;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-svg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.equalit__img img {
  margin: 0 auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
}


/* =========================================================
   PARTNERS
========================================================= */
.partners {
  padding: 24px 0;
}
.partners .title-block {
  margin: 0 0 28px 0;
}
.partners .section-title {
  margin: 0 auto 12px;
}
.partners .section-title .accent-img:before {
  bottom: -1px;
  right: -4px;
  background: url("../img/title-ico-orang.svg");
}
.partners__list {
  display: flex;
  gap: 10px 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.partners__list li {
  width: calc(33% - 5px);
  max-width: 217px;
}
.partners__list li img {
  width: 100%;
  max-width: 100%;
}

/* =========================================================
   PAYMENT
========================================================= */
.payment {
  padding: 53px 0 40px;
}
.payment .title-block .section-title {
  text-align: left;
  margin: 0 0 10px 0;
  color: var(--base-color-2);
}
.payment .title-block .section-title .accent-img:before {
  bottom: -1px;
  right: 74px;
}
.payment .title-block .section-title__sub {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  color: var(--base-color-2);
}
.payment .title-block .section-title__sub strong {
  font-weight: 700;
  font-size: 15px;
  color: var(--base-color-2);
}
.payment .container {
  padding: 0 16px;
}
.payment__container {
  background: linear-gradient(135deg, #C27AFF 0%, #F6339A 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 60px 32px 38px;
  overflow: hidden;
}
.payment__date {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 43px 0px 33px 0;
}
.payment__date:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/payment-bg.svg");
  background-repeat: no-repeat;
  width: 406px;
  height: 310px;
  background-size: cover;
  z-index: 0;
}
.payment__date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--base-color-2);
  position: relative;
  z-index: 1;
}
.payment__date strong {
  font-family: "NataSans";
  font-weight: 800;
  font-size: 140px;
  color: var(--base-color-2);
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.payment__instruction {
  padding: 45px 0px 0 0px;
}
.payment__instruction ul {
  margin: 0 0 11px 0;
}
.payment__instruction ul li {
  color: var(--base-color-2);
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding: 0 0px 0 18px;
  margin: 0 0 8px 0;
}
.payment__instruction ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  background: url("../img/pay-ico.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.instruction__title {
  color: var(--base-color-2);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 18px 0;
}
.payment__banck {
  display: flex;
  justify-content: flex-start;
  gap: 10px;

  flex-wrap: wrap;
}
.payment__banck img {
  width: 150px;
  height: 44px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
/* =========================================================
   REVIEWS SECTION
========================================================= */
.reviews-section {
  padding: 22px 0 20px 0;
}
.reviews-section .title-block {
  margin: 0 0 30px 0;
}
.reviews-section .container {
  overflow: hidden;
}
.reviews-section .reviews {
  margin: 0 0 35px 0;
}
.reviews-section .reviews-swiper {
  overflow: visible;
}
.reviews-section .section-title {
  text-align: center;
  margin: 0 auto 13px;
}
.reviews-section .section-title .accent-img:before {
  bottom: -1px;
  right: 59px;
}
.reviews-section .reviews__item {
  border-radius: 16px;
  overflow: hidden;
  background-image: url("../img/reviews__item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 8px;
}
.reviews-section .review__image{
  width: 97%;
  height: 100%;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  background-color: white;
  margin: 0 auto;
}
.reviews-section .reviews__nav {
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 40%;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
  width: 100%;
}
.reviews-section .reviews-next {
  right: 0;
}
.reviews-section .reviews-prev {
  left: 0;
}
.reviews-section .reviews-prev,
.reviews-section .reviews-next {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  font-size: 20px;
  cursor: pointer;
  transition: 0.7s;
  position: absolute;
  background: rgba(244, 54, 157, 0.3);

}
.reviews-section .reviews-prev svg,
.reviews-section .reviews-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews-section .reviews-prev svg path,
.reviews-section .reviews-next svg path {
  fill: rgb(255, 255, 255);
}
.reviews-section .reviews-prev:hover,
.reviews-section .reviews-next:hover {
  background: rgba(244, 54, 157, 1);

}
.reviews-section .reviews-prev:hover svg path,
.reviews-section .reviews-next:hover svg path {

}
.reviews-section .swiper-pagination {
  position: static;
  margin-top: 16px;
}
.reviews-section .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(2, 25, 54, 0.4);
  opacity: 1;
}
.reviews-section .swiper-pagination-bullet-active {
  background: rgb(2, 25, 54);
  transform: scale(2);
}
.reviews-section .swiper-slide {
  width: 340px !important;
  height: 590px !important;
  box-sizing: border-box;
}

/* =========================================================
   PACKAGES
========================================================= */
.packages-page{
  background: rgba(245, 245, 245, 1);

}
.packages-page .hero__course-info .course-info__item.accent{
  background: rgba(255, 255, 255, 1);

}
.packages{
  background: rgba(245, 245, 245, 1);
}
.packages-page .header{
  background: rgba(245, 245, 245, 1);
}
.packages-page .hero__course-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.packages-page .course-bottom__item {
  /*max-width: 256px;*/
  padding: 14px 41px 16px 15px;
  background: rgba(50, 115, 250, 0.1);

}
.packages-page .course-bottom__item img{
  width: 26px;
  height: 26px;

}
.packages-page .course-bottom__item strong {
  color: rgb(2, 25, 54);
  font-size: 20px;
}
.packages-page .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 10px 0 0 0;
}
.packages-page .item-list li {
  background: rgb(255, 255, 255);
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  padding: 6px 16px;
}
.packages-page .hero__course-bottom-title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: rgb(2, 25, 54);
}
.packages {
  padding: 80px 0 80px 0;
}
.packages .container {
  padding: 0 6px;
}
.packages .section-title {
  margin: 0 0 40px 0;
}
.yes-ico {
  position: relative;
  height: 100%;
  width: 100%;
}
.yes-ico:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.package {
  border-radius: 24px;
  margin: 0 0 40px 0;
}
.package.package-1 .package__header-block {
  position: relative;
}
.package.package-1 .package__header-block:before {
  content: "+ BONUS";
  position: absolute;
  padding: 10px 10px 8px;
  background: linear-gradient(135deg, #FDC700 0%, #FF6900 100%);
  border-radius: 15px;
  color: var(--base-color-2);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-family: "NataSans";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.package.package-1 .yes-ico:before {
  background-image: url("../img/yes-ico1.svg");
  width: 28px;
  height: 28px;
}
.package.package-1 .package__price_current {
  background: linear-gradient(135deg, #FDC700 0%, #FF6900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package.package-1 .package__btn.btn {
  background: linear-gradient(135deg, #FDC700 0%, #FF6900 100%);
  color: var(--base-color-2);
}
.package.package-1 .package__btn.btn:hover {
  background: none;
  border: 1px solid #FF6900;
  color: #FF6900;
}
.package.package-2 .yes-ico:before {
  background-image: url("../img/yes-ico2.svg");
  width: 40px;
  height: 40px;
}
.package.package-2 .package__header-block {
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);

  position: relative;
}
.package.package-2 .package__header{
  position: relative;
}
.package.package-2 .package__header:before {
  content: "+ BONUS";
  position: absolute;
  left: auto;
  right: 10px;
  transform: translate(0, -50%);
  height: 50px;
  z-index: 0;
  padding: 10px 10px 8px;
  background: linear-gradient(135deg, #FDC700 0%, #FF6900 100%);
  border-radius: 15px;
  color: var(--base-color-2);
  top: -10px;
  font-family: "NataSans";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.package.package-2 .package__header-block:after {
  content: "";
  aspect-ratio: 112/108;
  width: 112px;
  position: absolute;
  background-image: url("../img/package-bonus.svg");
  background-repeat: no-repeat;
  left: -3px;
  top: -1px;
}
.package.package-2 .package__header-title {
  color: rgb(255, 255, 255);
  font-size: 60px;
}
.package.package-2 .package__header-sub-title {
  color: rgba(255, 255, 255, 0.6);
}
.package.package-2 .package__body-item {
  background: rgba(50, 115, 250, 0.2);



}
.package.package-2 .package__body-item:nth-child(odd) {
  background: rgba(50, 115, 250, 0.1);


}
.package.package-2 .package__price_current {
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package.package-2 .package__btn.btn {
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);

  color: var(--base-color-2);
}
.package.package-2 .package__btn.btn:hover {
  background: none;
  border: 1px solid #155DFC;
  color: #155DFC;
}
.package.package-3 .yes-ico:before {
  background-image: url("../img/yes-ico3.svg");
  width: 29px;
  height: 29px;
}
.package.package-3 .package__header-block {
  position: relative;
}
.package.package-3 .package__header-block:before {
  content: "+ BONUS";
  position: absolute;
  padding: 10px 10px 8px;
  background: linear-gradient(135deg, #C27AFF 0%, #F6339A 100%);

  border-radius: 15px;
  color: var(--base-color-2);

  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-family: "NataSans";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.package.package-3 .package__price_current {
  background: linear-gradient(135deg, #C27AFF 0%, #F6339A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.package.package-3 .package__btn.btn {
  background: linear-gradient(135deg, #C27AFF 0%, #F6339A 100%);

  color: var(--base-color-2);
}
.package.package-3 .package__btn.btn:hover {
  background: none;
  border: 1px solid #F6339A;
  color: #F6339A;
}
.package__header-title {
  font-family: "NataSans";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgb(2, 25, 54);
}
.package__header-sub-title {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: rgba(2, 25, 54, 0.5);
  margin: 5px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.package__body-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  vertical-align: middle;
  color: rgb(2, 25, 54);
  background: rgba(255, 255, 255, 0.8);
  min-height: 55px;
  position: relative;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: none;
  padding: 0 5px;
}
.package__body-item.yes {
  display: flex;
}
.package__body-item.yes-text {
  display: flex;
}
.package__body-item .yes-ico {
  width: 30%;
}
.package__body-item .item-text {
  width: 70%;
}
.package__body-item .yes-value {
  text-align: center;
  width: 30%;
}
.package-desc {
  display: none;
}
.package-desc .package__body-item {
  justify-content: left;
  padding: 0 22px;
}
.package-desc .package__footer {
  background: rgba(255, 255, 255, 0.5);
}
.package__body-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}
.package__header-block {
  background: rgb(255, 255, 255);
  border-radius: 24px 24px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  padding: 15px;
}
.package__footer {
  background: rgb(255, 255, 255);
  padding: 16px 5px;
}
.package__footer .register__timer_title {
  font-weight: 400;
  font-size: 16px;
  color: rgb(2, 25, 54);
}
.package__footer .calculator-box {
  background: rgba(220, 231, 246, 1);
  color: rgba(16, 19, 26, 1);

  height: 65px;
}
.package__price_full {
  font-weight: 400;
  font-size: 20px;
  line-height: 25.2px;
  text-align: center;
  vertical-align: middle;
  text-decoration: line-through;
  color: rgba(2, 25, 54, 0.6);
  margin: 0 0 13px 0;
}
.package__price_current {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 27px 0;
}
.package__price_current span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}
.package__btn.btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 17px 17px;
  min-width: max-content;
  display: block;
  width: fit-content;
  margin: 0 auto 13px;
  border-radius: 100px;
}
.package__places {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: rgba(2, 25, 54, 0.6);
}
.package__footer .register__timer {
  padding: 51px 0 22px 16px;
}
.info {
  position: relative;
  display: inline-block;
  width: 24px !important;
  height: 16px;
  margin: 0 0 0 15px;
}
.info__tooltip {
  position: absolute;
  bottom: 120%;
  right: 0;
  background: rgba(128, 128 , 128, 1);
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: normal;
  overflow-wrap: break-word;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 3;
  max-width: 300px;
  width: max-content;
  color:var(--base-color); ;

}
.info__tooltip ul {
  display: flex;
  flex-direction: column;
}
.info__tooltip ul li {
  position: relative;
  padding: 0 0 0 8px;
}
.info__tooltip ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: var(--base-color);
}
.info__icon:hover + .info__tooltip {
  opacity: 1;
  visibility: visible;
}
.info__icon {
  position: relative;
  width: 16px !important;
  height: 16px;
  background-image: url("../img/ico-info.svg");
  display: block;
  background-repeat: no-repeat;
}

/* =========================================================
   register
========================================================= */
.register {
  position: relative;
  border-radius: 4px;
  padding: 51px 4px 5px 4px;
  background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.register__content{
  position: relative;
}
.register__content:before{
  content: "";
  position: absolute;
  right: 3px;
  bottom: -119px;
  background-image: url("../img/payment-form4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 116px;
  height: 95px;
  z-index: 2;
  transform: rotate(-15deg);
}
.register .title-block {
  padding: 0 0 0 10px;
  margin: 0px 0 25px 0;
  position: relative;
  z-index: 1;
}
.register .title-block .section-title {
  margin: 0 0 12px 0;
  text-align: left;
  color: var(--new-color-accent);
}
.register .title-block .section-title .accent-img:before {
  background: url("../img/title-ico2.svg");
  bottom: -2px;
  right: 17px;
}
.register .title-block .section-title__sub {
  text-align: left;
  color: var(--base-color-2);
}
.register .title-block .section-title__sub span {
  background: var(--base-color-2);
  color: var(--accent-color);
  border-radius: 6px;
  padding: 0 5px;
  display: inline-block;
}
.register .register__wrap {
  width: 50%;
}
.register {
  margin: 0 auto;
}
.register-content {
  margin: 0 auto;
}
.calculator-box {
  background: rgba(220, 231, 246, 1);
  padding: 5px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
  width: 66px;
  height: 57px;
  gap: 5px;
  color: var(--base-color-title);
}
.calculator-box:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/dotte.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 18px;
}
.calculator-box:last-child:before {
  display: none;
}
.calculator-box span {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
}
.form-block__container {
  background: rgb(255, 255, 255);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  max-width: 501px;
  padding: 28px 16px;
  margin: 0 auto;
}
.register__information-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--base-color-2);
  padding: 0 0 0 10px;
  margin: 0px 0 23px 0;
  position: relative;
  z-index: 1;
}
.register__information-title strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  display: block;
}
.register__timer {
  padding: 0 0 0 10px;
  margin: 0px 0 25px 0;
  position: relative;
  z-index: 1;
}
.register__timer.desc{
  display: none;
}
.register__bg {
  display: none;
}
.register__timer_title {
  font-weight: 400;
  font-size: 15px;
  color: var(--base-color-2);
  margin: 0 0 8px 0;
  text-align: center;
}
.register__calculator {
  display: flex;
  justify-content: center;
  gap: 23px;
}
.form-block__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 20px 0;
  color: rgb(0, 0, 1);
}
.form-block__subtitle {

  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(13, 13, 13, 0.8);
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 15px;
  width: 90%;
}
.form-block__subtitle span {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  display: block;
}
.form-block__subtitle-text {
  flex: 1;
  align-self: center;
}
.form-block__subtitle-img {
  border-radius: 6px;
  overflow: hidden;
  width: 66px;
  height: 66px;
  align-self: center;
}
.form-block__subtitle-img img {
  display: block;
  object-fit: cover;
}
.input__wrap {
  position: relative;
  margin: 0px auto 17px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.input {
  width: 100%;
  height: 47px;
  background: rgb(240, 240, 240);
  border-radius: 4px;
  padding-left: 13px;
  display: block;
  font-weight: 400;
  line-height: 120%;
  border: none;
  font-size: 15px;
  color: rgb(2, 25, 54);
}
.input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}
.input__label {
  font-weight: 400;
  font-size: 13px;
  color: var(--base-color-title);
}
.iti {
  width: 100%;
}
.iti__country-list {
  z-index: 9999;
}
.iti input {
  width: 100%;
  padding-left: 70px !important;
}
.form__price {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px 0;
}
.form__price span {
  color: var(--accent-color-blue);
}
.form__price strong {
  font-weight: 500;
  text-decoration: line-through;
}
.form__privacy {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 24px auto 24px;
}
.form__privacy a {
  text-decoration: underline;
  transition: 0.5s;

}
.form__privacy a:hover {
  color: var(--new-color-accent);
}
.btn-wrap__places {
  font-size: 13px;
  text-align: center;

}
.btn-wrap__places b {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
}
.btn-wrap__places strong {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
}
.iti__flag {
  transform: scale(1.2);
  transform-origin: center;
}
.iti__country-container {
  left: 13px !important;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input input {
  width: 100%;
}
.iti__flag {
  background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.20/build/img/flags.png") !important;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input input {
  width: 100%;
}
.iti__flag {
  background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.20/build/img/flags.png") !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.20/build/img/flags@2x.png") !important;
  }
}
.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url("../img/loading.svg") 50% no-repeat;
  z-index: 10;
}
.form.loading:before {
  display: block;
}
/* =========================================================
   payment
========================================================= */
.payment-form{
  padding: 28px 0;
}
.payment-form .container {
  padding: 0 6px;
}
.payment-form .register {
  padding: 32px 5px 5px 5px;
}
.payment-form .register__wrap {
  width: fit-content;
  margin: 0 auto;
}
.payment-form .register__course-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 17px;
  position: relative;
  z-index: 1;
}
.payment-form .course-info__text {
  color: rgb(255, 255, 255);
}
.payment-form .section-title {
  font-size: 44px;
  color: var(--base-color-2);
  line-height: 90%;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0 auto 10px;
}
.payment-form .section-title span {
  position: relative;
}
.payment-form .section-title span:first-child img {
  position: absolute;
  transform: scale(0.75);
}
.payment-form .section-title span:first-child img:nth-child(1) {
  top: -117px;
  left: 12px;
}
.payment-form .section-title span:first-child img:nth-child(2) {
  top: 92px;
  right: -74px;
}
.payment-form .section-title span:last-child img {
  transform: scale(0.75);
  position: absolute;
}
.payment-form .section-title span:last-child img:nth-child(1) {
  bottom: -118px;
  left: -16px;
}
.payment-form .course-title-accent {
  margin: 0;
  position: relative;
  z-index: 1;
}
.payment-form .course-info__star {
  color: var(--base-color-2);
  position: relative;
  z-index: 1;
  margin: 0 auto 88px;
  text-align: center;
  justify-content: center;
}
.payment-form .herro__sub-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto 21px;
  position: relative;
  z-index: 1;
}
.payment-form .herro__sub-title span {
  margin: 0 6px 0 0;
  background: var(--base-color-2);
  color: var(--base-color-title);
}
.payment-form .register__timer {
  position: relative;
  z-index: 1;
  max-width: 501px;
  margin: 0px auto 50px;
}
.payment-form .register__content {
  position: relative;
}
.payment-form .form-block__container {
  position: relative;
}
.payment-form .form-block__container .course-bottom__item-decor {
  position: absolute;
  right: -4px;
  top: -9px;
}
.payment-form .form-block__title {
  text-align: center;
  font-size: 20px;
  margin: 0 0 5px 0;
}
.payment-form .form-block__subtitle {
  display: block;
  margin: 0 0 20px 0;
  font-size: 15px;
  width: 100%;
  text-align: center;
}
.payment-form .form-block__subtitle strong {
  font-weight: 700;
}
.payment-form .btn-info {
  margin: 28px auto 20px;
  justify-content: center;
}
.payment-form .btn {
  min-width: 300px;
}
.payment-form .register__timer{
  padding: 0;
}
.payment-form .register__timer_title{
  color: rgba(16, 19, 26, 1);

}
.payment-form .register__calculator{
  gap: 15px;
}
.payment-form .btn-info.desc{
  display: none;
}
.payment-form .form__privacy{
  margin: 7px auto 24px;
}
.payment-form .register__timer_title{

}
.payment-form .calculator-box:before{
  right: -11px;
}
.payment-form .form__privacy.mob{
  display: block;
}
.payment-form .form__privacy.desc{
  display: none;
}
/* =========================================================
   FAQ
========================================================= */

.faq__wrapper {
  max-width: 816px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 12px;
  overflow: hidden;
}
.faq__question {
  width: 100%;
  padding: 20px 65px 20px 10px;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  background: rgba(245, 246, 250, 1);


  border-radius: 4px;
}
.faq__icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: transform 0.4s ease;
}
.faq__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url('../img/speaker-ico-1.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: cover;
  transition: 0.7s;
}
.faq__item.active .faq__icon:before {
  background-image: url('../img/speaker-ico-2.svg');
}
.faq__content {
  height: 0;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__inner {
  font-size: 15px;
  line-height: 140%;
  padding: 20px;
  font-weight: 500;

}
.faq__inner strong {
  font-weight: 800;
  display: block;
  margin: 10px 0 5px;
}
.faq__inner ul {
  margin: 0 0 15px 0;
}
.faq__inner ul li {
  position: relative;
  padding: 0 0 0 10px;
}
.faq__inner ul li:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  border-radius: 100%;
}

/* =========================================================
   course-skills
========================================================= */

.course-skills{
  padding: 12px 0 50px;

}
.course-skills .section-title{
  margin: 0 0 26px 0;
}
.course-skills__container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.course-skills__box{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(245, 246, 250, 1);
  border-radius:  4px;
  width:  calc(50% - 6px);
  flex-direction: row;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  padding: 14px 5px;
  gap: 8px;
  max-width: 220px;

}
.course-skills__box img{
  object-fit: cover;
  align-self: center;

}
.course-skills .section-title{

}
.course-skills .title-block{
  margin: 0 0 17px 0;
}

@media screen and (min-width: 768px) {
  .hero__course-title-block{
    display: flex;
    flex-direction: column;
  }
  .course-title-accent{
    margin: 0 auto 12px;

  }
  .hero__title{
    text-align: center;
  }
  .course-info__star{
    margin: 0 auto 20px;
  }
  .title-box__title {
    font-size: 32px;
  }
  .header__container {
    gap: 20px;
  }
  .header__logo__img {
    width: inherit;
  }
  .herro__sub-title {
    margin: 0 auto 30px;
    text-align: center;
  }
  .herro__sub-title span{
    margin: 0 auto;
  }
  .btn-list {
    flex-direction: row;
  }
  .hero__course-bottom {
    flex-direction: row;
  }
  .speaker .container {
    padding: 0 16px;
  }
  .speaker__item-img {
    margin: 0 0 21px 0;
  }
  .speaker__item-title {
    padding: 0 45px 0 4px;
  }
  .content-list__item {
    width: calc(50% - 10px);
  }
  .footer__top {
    flex-direction: row;
  }
  .footer .logo {
    margin: 0 0 20px 0;
  }
  .footer__company-name {
    text-align: left;
  }
  .social {
    justify-content: flex-start;
  }
  .footer__menu {
    text-align: left;
    margin: 0;
  }
  .footer__social-block {
    margin: 0;
  }
  .footer__contact {
    text-align: left;
    margin: 0;
  }
  .footer__bottom-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .education-list{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .education-list__item{
    width: calc(50% - 10px);
    margin: 0;
  }
  .faq .section-title{
    text-align: center;
    margin: 0 auto 16px;
  }
}
@media screen and (min-width: 1024px) {

  /* =========================================================
     HERO
  ========================================================= */

  .hero__title {
    font-size: 80px;
  }
  .course-bottom__item {
    width: calc(25% - 8px);
  }
  .course-bottom__item:last-child {
    width: calc(25% - 8px);
  }

  .packages-page .course-bottom__item{
    width: calc(33% - 10px);
  }
  .packages-page .course-bottom__item:last-child {
    width: calc(33% - 10px);
  }
  /* =========================================================
     AI FOR ANALYSTS
  ========================================================= */

  .ai-for-analysts__content {
    flex-direction: row;
    justify-content: space-between;
  }
  .ai-for-analysts__content .title-block {
    width: 30%;
  }
  .ai-for-analysts__content-list {
    width: 70%;
  }

  /* =========================================================
     REGISTER
  ========================================================= */

  .register {
    flex-direction: row;
    gap: 10px;
  }
  /*.register-content {*/
  /*  margin: 0;*/
  /*  flex: 1;*/
  /*  position: relative;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  justify-content: space-between;*/
  /*}*/
  /*.register__form {*/
  /*  width: 488px;*/
  /*}*/

  /* =========================================================
     REGISTER BG DECOR
  ========================================================= */

  .register__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .register__bg img {
    transform: scale(0.75);
  }
  .register__bg img:nth-child(1) {
    position: absolute;
    right: 100px;
    top: 20%;
  }
  .register__bg img:nth-child(2) {
    position: absolute;
    right: -80px;
    top: 10%;
  }
  .register__bg img:nth-child(3) {
    position: absolute;
    right: -40px;
    bottom: 20%;
  }
  .register__bg img:nth-child(4) {
    position: absolute;
    right: -40px;
    bottom: 1%;
  }

  /* =========================================================
     COURSE FOR YOU
  ========================================================= */

  .course-for-you__item {
    width: calc(33% - 10px);
  }

  /* =========================================================
     PROGRAM
  ========================================================= */

  .program__top {
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 16px 12px;
    align-items: center;
  }
  .program__course {
    max-width: 525px;
  }
  .program .title-block {
    margin: 0;
  }
  .program .title-block .section-title {
    margin: 0;
  }

  /* =========================================================
     EQUALIT
  ========================================================= */

  .equalit__container {
    flex-direction: row;
    justify-content: space-between;

  }
  .equalit__content {
    width: 50%;
  }
  .equalit__img {
    width: 46%;
    max-width: 777px;
  }
  .equalit__list li {
    padding: 20px 10px 20px 66px;
    min-height: auto;
  }

  .equalit .title-block .section-title {
    font-size: 32px;
  }

  /* =========================================================
     HOW
  ========================================================= */

  .how__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
  .how__item {
    width: calc(33% - 12px);
  }

  /* =========================================================
     PAYMENT
  ========================================================= */

  .payment__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .payment__container .title-block {
    width: 33%;
    align-self: center;
  }
  .payment__container .payment__date {
    width: 33%;
    padding: 0;
    align-self: center;
  }
  .payment__container .payment__instruction {
    width: 33%;
    padding: 0;
    align-self: center;
  }
  .payment__date:before {
    top: -37px;
    left: 47%;
    width: 346px;
    height: 260px;
  }



  /* =========================================================
     PACKAGES
  ========================================================= */

  .packages .section-title {
    display: none;
  }
  .packages__wrap {
    display: flex;
    justify-content: center;
    gap: 1px;
  }
  .packages-page .hero__course-bottom {
    gap: 20px;
  }
  .package {
    text-align: center;
    width: 18%;
    border-radius: 0px;
    margin: 0 0 0 0;
  }
  .package-desc {
    display: block;
    border-radius: 0 0 0 24px;
    width: 45%;
    text-align: left;
  }
  .package-desc .package__header {
    width: 100%;
  }
  .package-desc .package__body-item {
    text-align: left;
  }
  .package__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 179px;
  }
  .package__header .package__header-block {
    height: 144px;
  }
  .package__header-block {
    background: rgb(255, 255, 255);
    border-radius: 24px 24px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  .package__header-title {
    text-align: center;
    font-family: "NataSans";
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgb(2, 25, 54);
  }
  .package-desc .package__header-title {
    text-align: left;
    font-size: 36px;
    padding: 0 0 0 24px;
  }
  .package-desc .package__header-block {
    align-items: flex-start;
  }
  .package__header-sub-title {
    margin: 25px 0 0 0;
  }
  .package__body .item-text {
    display: none;
  }
  .package__body-item {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    min-height: 65px;
    padding: 0;
  }
  .package__body-item .yes-value {
    text-align: center;
    width: initial;
  }
  .package__body-item .yes-ico {
    width: initial;
  }
  .package__body-item .item-text {
    width: initial;
  }
  .package__btn.btn {
    padding: 17px 5px;
    width: 100%;
    font-size: 14px;
  }
  .package__price_current {
    font-size: 40px;
  }

  /* =========================================================
     PACKAGE ACTIVE / BONUS
  ========================================================= */

  .package.package-2 .package__header-block {
    height: 100%;
    box-shadow:
            3px 0 16px 0 rgba(3, 19, 54, 0.2),
            -3px 0 16px 0 rgba(3, 19, 54, 0.2);
  }

  .package.package-3 {
    border-radius: 0 0 24px 0;
  }

  /* =========================================================
     TOOLTIP
  ========================================================= */

  .info__tooltip {
    right: initial;
  }
  .package.package-1 .info {
    display: none;
  }
  .package.package-2 .info {
    display: none;
  }
  .package.package-3 .info {
    display: none;
  }
  .package.package-2 .info.desc-block,
  .package.package-3 .info.desc-block {
    display: contents;
    margin: 0;
  }
  .package.package-2 .info.desc-block .info__icon,
  .package.package-3 .info.desc-block .info__icon {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
  }
  .package.package-2 .info.desc-block .info__text-item,
  .package.package-3 .info.desc-block .info__text-item {
    text-align: left;
  }

  /* =========================================================
     SPEAKER
  ========================================================= */

  .speaker .speaker-slide {
    width: calc(33.333% - 10px);
  }

  /* =========================================================
     COURSE OVERVIEW
  ========================================================= */

  .course-overview__content .section-title {
    margin: 0 0 15px 0;
  }
  .course-overview__content .title-block .section-title {
    text-align: center;
    margin: 0 auto 32px;
  }
  .course-overview__content-list {
    gap: 20px;
  }

  /* =========================================================
     EDUCATION
  ========================================================= */

  .education-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .education-list__item-img {
    margin: 0 0 38px 0;
    height: auto;
  }
  .education-list__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .education-list__sub {
    font-size: 16px;
  }
  .education-list__sub span {
    font-size: 24px;
  }
  .education_num {
    right: initial;
    left: 16px;
    width: 36px;
    height: 36px;
    bottom: -15px;
  }
  .education .section-title {
    margin: 0 auto 16px;
  }

  /* =========================================================
     YOUR WORKS
  ========================================================= */

  .your-works .section-title {
    margin: 0 auto 16px;
  }

  /* =========================================================
     PARTNERS
  ========================================================= */

  .partners .section-title {
    text-align: center;
  }

}
@media screen and (min-width: 1280px) {
  .course-skills .section-title{
    margin: 0 auto 40px;
  }
  .course-skills__container {
    gap: 8px;
  }
  .course-skills__box{
    flex-direction: row;
    font-size: 15px;
    padding: 11px 5px;
    gap: 10px;
  }
  .course-skills__box img {

  }
  .course-skills__box{
    font-size: 16px;
  }
  /* =========================================================
     GLOBAL
  ========================================================= */

  .container {
    padding: 0 20px;
  }
  .section {
    padding: 80px 0;
  }
  .section-title {
    font-size: 40px;
    letter-spacing: 0.2px;
  }
  .section-title__sub {
    font-size: 18px;
  }
  .section-title-box {
    margin-bottom: 40px;
  }
  .title-box__title {
    font-size: 40px;
  }
  .title-block {
    margin: 0 0 50px 0;
  }

  /* =========================================================
     BUTTONS
  ========================================================= */

  .btn {
    min-width: 300px;
    padding: 24px 47px;
    font-size: 16px;

  }

  /* =========================================================
     HEADER
  ========================================================= */

  .header {
    padding: 16px 0;
  }
  .header .btn {
    font-size: 14px;
    padding: 12px 30px;
  }
  .header__container {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 200px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    position: relative;
  }
  .nav__list {
    justify-content: space-between;
    flex-direction: row;
    gap: 50px;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0 0 0 32px;
  }
  .header__btn-block {
    order: 3;
  }
  .nav__container .social {
    display: none;
  }

  /* =========================================================
     HERO
  ========================================================= */

  .hero {
    padding: 110px 0 40px 0;
  }
  .hero__course-info {
    gap: 30px;
    margin: 0 0 10px 0;
  }
  .hero__title {
    font-size: 130px;
    letter-spacing: 0;
  }
  .hero__title span {
    position: relative;
    margin: 0 auto;
  }
  .hero__title span:first-child img {
    transform: scale(1);
    position: absolute;
  }
  .hero__title span:first-child img:nth-child(1) {
    display: none;
  }
  .hero__title span:first-child img:nth-child(2) {
    top: 94px;
    right: -55px;
    display: block;
    transform: scale(1) rotate(0deg);
  }
  .hero__title span:last-child img {
    transform: scale(1);
    position: absolute;
  }
  .hero__title span:last-child img:nth-child(1) {
    top: -7px;
    left: -26%;
    display: block;
  }
  .hero__title span:last-child img:nth-child(2) {
    bottom: -127px;
    right: -27%;
    display: block;
    transform: scale(1);
  }
  .herro__sub-title {
    margin: 0 auto 27px;
    font-size: 20px;
    max-width: 48%;
  }
  .herro__sub-title span {
    font-size: 20px;
    margin: 0;
    display: initial;
    max-width: initial;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 0 7px;
  }
  .herro__sub-title strong {
    font-size: 20px;
  }
  .herro__sub-title span:before {
    top: -1px;
    left: -15px;
    background-size: contain;
    width: 476px;
    height: 28px;
  }
  .btn-list {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
  }
  .hero__course-bottom {
    flex-direction: row;
  }
  .course-bottom__item-text strong {
    font-size: 42px;
  }
  .course-info__item {
    flex-direction: row;
    justify-content: flex-start;
  }
  .course-info__item.accent{
    background: rgba(245, 246, 250, 1);
    color: rgba(16, 19, 26, 1);
    border-radius: 60px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;

  }
  .course-info__item.accent .course-icon{
    width: 6px;
    height: 6px;
    object-fit: cover;
    align-self: center;
  }
  .course-info__item.accent .course-info__text{
    align-self: center;
    color: rgba(16, 19, 26, 1);
    font-weight: 600;
  }
  .course-info__text {
    font-size: 14px;
    align-self: center;
    font-weight: 400;
  }
  .course-title-accent {
    margin: 0 0 6px 0;
  }
  .course-info__star-text {
    font-size: 14px;
  }
  .course-info__star {
    margin: 11px auto 20px;
  }
  .btn-info {
    order: 2;
    align-self: flex-start;
  }
  .btn-block {
    order: 1;
  }
  .btn-info img {
    width: 65px;
    height: 65px;
  }
  .hero__course-title-block {
    margin: 0 auto 60px;
  }
  .hero__course-info .course-info__item.accent{
    display: flex;
  }
  .course-info__item-link{
    display: none;
  }
  /* =========================================================
     HERO CARDS
  ========================================================= */

  .course-bottom__item {
    position: relative;
    padding: 7px 12px 16px 21px;
  }
  .course-bottom__item img {
    position: absolute;
    right: 21px;
    top: 14px;

  }
  .course-bottom__item img.course-bottom__item-decor {
    display: none;
  }
  .course-bottom__item-text {
    font-size: 14px;
    text-align: left;
  }


  /* =========================================================
     YOUR WORKS
  ========================================================= */
  .your-works{
    padding: 42px 0 18px 0;
  }
  .your-works .title-block {
    margin: 0 0 44px 0;
  }
  .your-works__slider {
    overflow: visible;
  }
  .your-works__nav {
    display: flex;
    margin: 0 auto;
  }
  .your-works__slider{
    position: relative;
    padding: 0 0 40px 0!important;
  }
  .your-works__swiper-pagination {
    margin-top: 67px;
  }
  .your-works__slider .swiper-slide {
    width: 520px;
  }
  /* =========================================================
    EDUCATION
 ========================================================= */
  .education {
    padding: 85px 0 37px;
  }
  .education-list__item {
    width: calc(25% - 15px);
    margin: 0;
  }
  .education-list__item-img {
    min-width: 100%;
    margin: 0 0 34px 0;
  }
  .section-title-box {
    margin-bottom: 43px;
  }
  .education-list {
    margin: 0 auto 50px;
  }
  /* =========================================================
   EQUALIT
========================================================= */
  .equalit .title-block .section-title {
    font-size: 40px;
  }
  .equalit__container {

  }
  .equalit__text {
    margin: 0 0 48px 0;
    font-size: 16px;

  }
  .equalit__text strong{

    font-size: 16px;

  }
  .equalit .title-block {
    margin: 0 0 12px 0;
  }
  .equalit__list-title {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .equalit__content {
    width: 46%;
  }
  .equalit__list{
    width: 85%;
  }
  .equalit__list li{
    font-size: 16px;
    padding: 21px 25px 21px 70px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);

  }
  .equalit__list span{
    top: 50%;
    transform: translateY(-50%);
    background: rgba(245, 246, 250, 1);

  }
  .equalit__list li strong{
    font-size: 16px;
  }
  .equalit__img{
    width: 53%;
  }
  .equalit__img:before{
    left: 47%;
    transform: translate(-50%, -50%);
    top: 47%;
    width: 118%;
    height: 100%;
  }
  /* =========================================================
   PARTNERS
========================================================= */
  .partners{
    padding: 57px 0 43px;
  }
  .partners .section-title {
    margin: 0 auto 52px;
  }


  /* =========================================================
   PAYMENT FORM
========================================================= */
  .payment{
    padding: 43px 0;
  }

  .payment-form .register__content:before {
  display: none;
  }

  .payment-form .register__wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 130px 0 70px;
  }
  .payment-form .register__content {
    margin: 0;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0px 15px 25px 0px;
  }
  .payment-form .section-title {
    padding: 0 0 0 10px;
    margin: 0px 0 25px 0;
    position: relative;
    text-align: left;
  }
  .payment-form .course-info__text{
    color: rgba(0, 0, 0, 1);

  }
  .payment-form .course-info__item{
    flex-direction: column;
  }
  .payment-form .section-title span:first-child img:nth-child(1) {
    top: initial;
    left: initial;
    bottom: -296px;
    right: -30px;
    transform: scale(1);
  }
  .payment-form .section-title span:first-child img:nth-child(2) {
    top: -169%;
    right: -16px;
    transform: scale(1);
  }
  .payment-form .section-title span:last-child img:nth-child(1) {
    bottom: initial;
    left: -51px;
    top: -500%;
  }
  .payment-form .course-info__star {
    padding: 0 0 0 10px;
    text-align: left;
    justify-content: flex-start;
    margin: 0 0 50px 0;
    color: rgba(16, 19, 26, 1);

  }
  .payment-form .register__timer.desc{
    display: flex;
    flex-direction: column;
  }
  .payment-form .register__timer.mob{
    display: none;
  }

  .register__timer_title{
    text-align: left;
  }
  .register__calculator {
    display: flex;
    justify-content: flex-start;
    gap: 23px;
  }
  .payment-form .herro__sub-title {
    padding: 0 0 0 10px;
    margin: 0 0 21px 0;
    text-align: left;
  }
  .payment-form .register__timer {
    margin: 0;
  }
  .payment-form .register__course-info {
    justify-content: flex-start;
    padding: 0 0 0 10px;
    margin: 0 0 32px 0;
  }
  .payment-form{
    padding: 67px 0;
  }
  .payment-form .register {
    padding: 32px 31px 32px 50px;
    border-radius: 12px;
  }
  .payment-form .register__content:before {
    bottom: initial;
    top: -14%;
    right: initial;
    left: 8%;
    width: 168px;
    height: 132px;
  }
  .payment .container {

  }
  .payment__container {
    padding: 60px 43px 38px;
    border-radius: 4px;
  }
  .instruction__title {
    font-size: 24px;
  }
  .payment .title-block .section-title__sub {
    font-size: 16px;
  }
  .payment .title-block .section-title__sub strong{
    font-size: 16px;
  }
  .payment__instruction ul li {
    font-size: 16px;
  }
  .payment__date span {
    font-size: 24px;
  }
  .payment__date strong {
    font-size: 170px;
  }
  .payment__date:before {
    top: -72px;
    left: 47%;
    width: 470px;
    height: 360px;
  }
  .payment__container .payment__instruction{
    padding: 0px 0px 0 20px;
  }
  .payment__banck{
    padding: 17px 0 0 18px;
  }
  .payment-form .section-title span:last-child img:nth-child(1) {
    left: -113px;
    top: initial;
    transform: scale(1);
    bottom: -115px;
  }
  .register__form {
    width: 438px;
    background: rgba(245, 246, 250, 1);

  }
  .register__form:before{
    content: "";
    background-image: url('../img/payment-form4.svg');
    position: absolute;
    right: 100px;
    top: -75px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 170px;
    height: 138px;
    z-index: 2;
    transform: rotate(0deg);
  }


  .payment-form .section-title{
    font-size: 70px;
    color: rgba(16, 19, 26, 1);

  }
  .payment-form .form-block__title {
    text-align: left;
    font-size: 24px;
    margin: 0 0 11px 0;
  }
  .form-block__container {
    padding: 33px 36px;
    background: rgba(245, 246, 250, 1);
  }
  .payment-form .form-block__subtitle {
    display: block;
    margin: 0 0 20px 0;
    font-size: 16px;
    width: 100%;
    text-align: left;
  }
  .payment-form .btn-info {
    margin: 0 0 18px 0;
    justify-content: flex-start;
  }
  .payment-form .btn-info img {
    width: 44px;
    height: 44px;
  }
  .register{
    background: none;
  }
  .payment-form .btn-info.desc{
    display: flex;
  }
  .payment-form .btn-info.mob{
    display: none;
  }
  .input{
    background: rgba(255, 255, 255, 1);

  }
  .payment-form .form__privacy.mob{
    display: none;
  }
  .payment-form .form__privacy.desc{
    display: block;
  }
  .payment-form .btn{


  }
  .payment-form .btn:hover{

  }
  .payment-form .register__calculator{
    gap: 33px;
  }
  .payment-form .calculator-box:before{
    right: -20px;
  }
  /* =========================================================
   PAYMENT FORM
========================================================= */

  /* =========================================================
     PROFESSION
  ========================================================= */

  .profession .container {
    padding: 0;
  }
  .profession .section-title__sub br {
    display: none;
  }
  .profession__wrapper {
    padding: 51px 40px 62px 40px;
  }
  .profession__content {
    flex-direction: row;
  }
  .profession__content-img {
    width: 51%;
  }
  .profession__content-img img {
    width: 100%;
    max-width: 668px;
    margin: 0 0 0 auto;
  }
  .profession__content-text {
    width: 48%;
    padding: 24px 0 0 0;
    margin: 0;
  }
  .profession__content-title {
    font-size: 24px;
    margin: 0 0 43px 0;
  }
  .profession__content-title strong {
    font-size: 24px;
  }
  .profession__content-sub {
    font-size: 16px;
  }
  .profession__content-sub strong {
    font-size: 16px;
    margin: 24px 0 17px 0;
  }
  .profession__content-list {
    margin: 0 0 41px 0;
    gap: 14px;
  }
  .profession__content-list li {
    font-size: 16px;
  }
  .profession__content-link {
    font-size: 16px;
    padding: 17px 180px 14px 15px;
    margin: 0 0 10px 0;
  }
  .profession__content-link strong {
    display: block;
    font-size: 16px;
  }
  .profession__content-link .profession-ico {
    transform: translateY(-50%) rotate(0deg);
  }

  /* =========================================================
     COURSE OVERVIEW
  ========================================================= */

  .course-overview {
    padding: 30px 0;
  }
  .course-overview .section-title .accent-img:before {
    bottom: 3px;
    right: -9px;
  }
  .content-list__item-title {
    font-size: 24px;
    margin: 0 0 13px 0;
  }
  .content-list__item-title img {
    width: 64px;
    height: 64px;
  }
  .content-list__item {
    padding: 24px 21px 22px 23px;
  }
  .content-list__item-text {
    margin: 0 0 13px 0;
    font-size: 16px;
  }
  .content-list__item-img {
    max-width: 158px;
  }
  .content-list__item {
    width: calc(25% - 16px);
    padding: 32px 21px 22px 19px;
  }
  .course-overview__content .section-title{
    margin: 0 auto 34px;
    text-align: center;
  }
  .content-list__item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    MARGIN: 0 0 14px 0;
  }
  /* =========================================================
     CTA / REGISTER
  ========================================================= */

  .cta .container {
    padding: 0 20px;
  }
  .register {
    padding: 14px 51px 12px 40px;
  }
  .register .title-block {
    padding: 22px 0 0 10px;
    margin: 0px 0 0px 0;
  }
  .register .title-block .section-title {
    margin: 0 0 15px 0;
  }
  .register .title-block .section-title .accent-img:before {
    bottom: 1px;
    right: 39px;
  }

  /* =========================================================
     FORM
  ========================================================= */

  .register__information-title {
    font-size: 24px;
    padding: 10px 0 0 10px;
    width: 47%;
  }
  .register__information-title strong {
    font-size: 24px;
  }
  .register__timer_title {
    font-size: 16px;
    margin: 0px 0 12px 0;
  }
  .calculator-box {
    font-size: 30px;
  }
  .form-block__title {
    font-size: 16px;
  }
  .input__label {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .input {
    font-size: 16px;
  }
  .form__privacy {
    margin: 19px auto 24px;
  }

  /* =========================================================
     COURSE FOR YOU
  ========================================================= */

  .course-for-you {
    padding: 40px 0 75px 0;
  }
  .course-for-you .title-block {
    max-width: 52%;
    margin: 0 auto 44px;
    text-align: center;
  }
  .course-for-you .btn {
    margin: 0 auto;
    width: fit-content;
    display: block;
    padding: 24px 55px;
  }
  .course-for-you__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 60px;
  }
  .course-for-you__item {
    padding: 30px 24px 24px 24px;
  }
  .course-for-you__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: var(--base-color-title);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 70px 0 0;
    margin: 0 0 8px 0;
    min-height: 80px;
  }
  .course-for-you__item-title img {
    position: absolute;
    top: 35px;
    right: -3px;
    height: 62px;
    width: 62px;
  }
  .course-for-you__item-text {
    font-size: 16px;
  }
  .course-for-you__item-text strong{
    font-size: 16px;
  }
  .item-num {
    margin: 0 0 9px 0;
  }
  /* =========================================================
     SPEAKER
  ========================================================= */

  .speaker {
    padding: 60px 0 20px 0;
  }
  .speaker .section-title {
    text-align: center;
    margin: 0 auto;

  }
  .speaker .title-block {
    margin: 0 0 7px 0;
  }
  .speaker__list {
    padding: 17px 0px 0 0px !important;
    overflow-y:hidden !important;
    overflow-x: initial!important;
  }

  .speaker .speaker-slider{
    overflow-y:hidden !important;
    overflow-x: initial!important;
  }
  .speaker .swiper {
    overflow: visible !important;
  }
  .speaker__wrap {
    padding: 5px 0px 30px 0px;
    overflow: hidden;
  }
  .speaker__item-img {
    width: 100%;
    height: 457px;
  }
  .speaker__item-title {
    font-size: 24px;
  }
  .speaker__item-title span {
    font-size: 16px;
  }
  .speaker-slider {
    overflow: hidden;
  }
  .speaker__nav {
    display: block;
  }
  .speaker__nav {
    right: 4px;
    top: -56px;
  }
  .speaker-pagination--main{
    display: none;
  }
    /* =========================================================
       PROGRAM
    ========================================================= */

  .program {
    padding: 36px 40px 75px;
  }
  .program .container {
    padding: 0;
  }
  .program .title-block {
    margin: 0;
  }
  .program .btn {
    padding: 22px 47px;
    font-size: 16px;
  }
  .program__top {
    padding: 14px 16px 14px 21px;
    margin: 0 0 24px 0;
  }
  .program__top:before {
    width: 50%;
  }
  .program__accordion {
    padding: 0 0px;
    margin: 0 auto 50px;
  }
  .accordion-module {
    font-size: 24px;
    width: 24%;
  }
  .accordion-header {
    flex-direction: row;
    padding: 22px 100px 22px 31px;
    gap: 9px;
    align-items: center;
  }
  .accordion-title {
    font-size: 24px;
    width: 57%;
  }
  .program__course-item{
    font-size: 16px;
    min-width: 95px;
    height: 88px;
    padding: 2px 10px 12px;

  }
  .program__course-item strong{
    font-size: 46px;
    line-height: 120%;
  }
  .program__course-list{
    gap: 15px;
  }
  .accordion-content__container{
    padding: 16px 0 16px 24%;
  }
  .accordion-content__container ul li{
    font-size: 16px;
    margin: 0 0 9px 0;
  }
  .accordion-content__container ul li strong {
    font-size: 16px;
  }
  .accordion-content__text {
    font-size: 16px;
    font-weight: 500;
  }
  .accordion-content__text strong {
    font-size: 16px;
  }
  .accordion-header:before {
    width: 36px;
    height: 36px;
  }
  .module-pro, .module-premium, .module-bonus{
    display: block;
    min-width: 130px;
  }
  .module-pro{
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: rgba(244, 54, 157, 1);
    background: rgba(255, 213, 236, 1);
    border-radius: 4px;
    padding: 8px 12px;
  }
  .module-premium{
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--base-color-2);
    background: rgba(0, 0, 0, 1);
    border-radius: 4px;
    padding: 8px 12px;
  }
  .module-bonus{
    border: 1px solid rgba(244, 54, 157, 1);
    color: rgba(244, 54, 157, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    background: none;
    border-radius: 4px;
    padding: 8px 12px;
  }
  /* =========================================================
     FAQ
  ========================================================= */

  .faq__question {
    font-size: 20px;
    padding: 20px 60px 20px 16px;
  }
  .faq__icon {
    width: 36px;
    height: 35px;
    border-radius: 50%;
    right: 14px;
  }
  .faq__inner {
    font-size: 16px;
    padding: 26px 52px;
  }


  /* =========================================================
     PACKAGES
  ========================================================= */

  .packages .container {
    padding: 0;
  }
  .package__price_current {
    font-size: 44px;
  }
  .package__btn.btn {
    font-size: 16px;
  }

  /* =========================================================
    REVIEWS SECTION
 ========================================================= */
  .reviews-section .reviews__nav{
    display: block;
  }


  /* =========================================================
     ai-reality
  ========================================================= */
  .ai-reality{
    padding: 71px 0 104px;
  }
  .ai-reality__container{
    display: flex;
    justify-content: space-between;
  }
  .ai-reality .section-title{
    font-size: 60px;
    padding: 0 115px 0 0;
    margin: 0 0 37px 0;
  }
  .sub__title{
    font-size: 16px;
    padding: 0 75px 0 0;
  }
  .sub__title strong{

    font-size: 16px;
  }
  .ai-reality__title{
    width: 40%;

  }
  .ai-reality__box{
    font-size: 20px;
    padding: 11px 25px 11px 52px;
  }
  .ai-reality__box strong{
    font-size: 20px;
  }
  .ai-reality__box img{
    width: 40px;
    height: 40px;

  }
  .ai-reality__content-title{
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 26px 0;
  }
  .ai-reality__content{
    width: 49%;
    padding: 8px 0 0 0;
  }
  .ai-solutions{
    flex-direction: row;
    justify-content: space-between;

  }
  .ai-solutions__box{
    font-size: 16px;
    padding: 100px 36px 21px 23px;
    max-width: 322px;
  }
  .ai-solutions__box img{
    width: 56px;
    height: 56px;
    top: 22px;
    left: 22px;

  }
  .ai-solutions__box strong{
    font-size: 16px;

  }
  .ai-solutions__box-title{
    font-size: 20px;
    margin: 0 0 13px 0;
  }
  .ai-assistants{
    border-radius: 14px;
    position: relative;
    padding: 38px 50% 38px 60px;
  }
  .ai-assistants img{
    display: block;
    position: absolute;
    right: 10%;
    bottom: 0;
  }
  .ai-assistants .btn{

  }
  .ai-assistants__title{
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 20px 0;

  }
  .ai-assistants__title-sub{
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .ai-assistants .btn{
    margin: 0;
    min-width: 302px;
  }

}
@media screen and (min-width: 1440px) {
  .title-box__title {
    font-size: 50px;
  }
}

/*# sourceMappingURL=style.css.map */


