@font-face {
  font-family: "Nautilus";
  src: url("../fonts/Nautilus.otf");
  font-weight: 400;
  font-style: normal;
}
section {
  padding-top: 120px;
  padding-bottom: 120px;
}

body {
  font-family: "PT Sans";
  font-weight: 400;
}

h1, h2, h3 {
  font-family: "Nautilus";
  font-weight: 400;
}

.text-muted {
  text-decoration: line-through;
}

.w-100 {
  width: 100%;
  margin: 0 auto;
}

.codes > a.active, .codes > a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: linear-gradient(360deg, #76157E 0%, #C975E7 100%);
}

.codes > a {
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background-color: #db97f3;
  border-radius: 20px;
  transition: background-color 0.4s;
}

.text-bold {
  font-weight: 700;
}

.p__24 {
  font-size: 24px;
}

.p__20 {
  font-size: 20px;
}

.p__18 {
  font-size: 18px;
}

.p__16 {
  font-size: 16px;
}

.p__14 {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 419.98px) {
  h2 {
    font-size: 49px !important;
    line-height: 55px !important;
  }
}
.button,
button .why,
button .materials {
  border: unset;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  gap: 10px;
  background: linear-gradient(360deg, #FD6800 0%, #FF9A2A 100%);
  box-shadow: inset 0px -2px 0px #FF9A2A;
  border-radius: 80px;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .button,
button .why,
button .materials {
    margin: 0 auto;
  }
}

.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

.expert__title {
  bottom: 135px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #3a3735;
  font-size: 18px;
  font-weight: 700;
}
.expert__title-text-selected {
  font-size: 18px;
  font-weight: 400;
}

.expert__title-2 {
  bottom: 40px;
  left: 45px;
}

.icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: all 200ms;
}

.icon-whatsapp {
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-image: url("../images/icons/icon-whatsapp.svg");
  background-size: 80%;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
}
.icon-whatsapp:hover {
  box-shadow: 0px 0px 10px #fff;
}

#modal-example {
  background: rgba(0, 0, 0, 0.3);
}

.modal-open .modal {
  background-color: rgba(72, 43, 117, 0.8);
}

.modal-open .modal-close {
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  background: radial-gradient(68.75% 465.87% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(84.37% 84.37% at 50% 50%, rgba(255, 255, 255, 0.25) 34.9%, rgba(255, 255, 255, 0) 100%), rgba(72, 43, 117, 0.8);
  box-shadow: 0 0 7px 1px #5a5a5a;
}

.special-title {
  font-size: 2.5rem;
  color: white;
}

.upsell__button {
  padding: 15px 60px;
}

.modal-open .modal {
  background-color: rgba(72, 43, 117, 0.8);
}

.modal-open .modal-close {
  position: fixed;
  top: 5px;
  right: 25px;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.35);
  background: radial-gradient(68.75% 465.87% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(84.37% 84.37% at 50% 50%, rgba(255, 255, 255, 0.25) 34.9%, rgba(255, 255, 255, 0) 100%), rgba(72, 43, 117, 0.8);
  border-radius: 42px;
  box-shadow: 0 0 7px 1px #5a5a5a;
  transition: all 200ms;
  cursor: pointer;
  z-index: 500;
}

.upsell-botanika #botanika-special-title {
  margin: 20px;
  padding: 40px;
  background-image: -moz-linear-gradient(top, #e83a9f 4%, #a11a68 100%);
  border-radius: 0.5em;
  font-family: "Loccon", "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  background-image: unset !important;
  background-image: linear-gradient(to bottom, #e83a9f 4%, #a11a68 100%) !important;
  font-size: 2.5rem;
}
.upsell-botanika .price-container-bot .price {
  font-size: 68px;
  color: #cf2788 !important;
  font-family: "Loccon", "Times New Roman", Times, serif !important;
}
.upsell-botanika .package-block__codes .codes > a {
  color: #e577b7;
  background: unset;
  background-color: #f5cde4;
}
.upsell-botanika #codes-botanika > a.active, .upsell-botanika #codes-botanika > a:hover {
  text-decoration: none;
  color: #fff;
  background: unset;
  background-color: #cf2788 !important;
}
.upsell-botanika #btn-add {
  display: inline-block;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  text-transform: uppercase;
  outline: none !important;
  cursor: pointer;
  min-width: unset;
  max-width: unset;
  background-image: linear-gradient(to bottom, #e83a9f 4%, #a11a68 100%);
}

.upsell-nostalgi #nostalgi-btn-skip {
  color: black;
}

.upsell-markers {
  padding: 10px;
}
.upsell-markers .price-old {
  text-decoration: line-through;
  font-size: 1.8rem;
  color: gray;
}

@media (max-width: 991.98px) {
  .upsell-botanika #botanika-special-title {
    font-size: 1.5rem;
  }
}
.skip-upsell-product {
  display: inline-block;
  text-decoration: none !important;
  padding: 18px 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
  max-width: 50%;
  font-weight: 700;
}
.skip-upsell-product-1 {
  border: 1px solid #cf2788;
}
.skip-upsell-product-1:hover {
  background-image: linear-gradient(to bottom, #e83a9f 4%, #a11a68 100%);
  color: white !important;
}
.skip-upsell-product-2 {
  border: 1px solid #a54a96;
  color: #a54a96 !important;
}
.skip-upsell-product-2:hover {
  background-image: linear-gradient(to bottom, #ce70be 4%, #a54a96 100%);
  color: white !important;
}
.skip-upsell-product-3 {
  border: 1px solid #e1789d;
  color: #e1789d !important;
}
.skip-upsell-product-3:hover {
  background: linear-gradient(to bottom, #ef7b95 0%, #cc75a9 50%, #b371b7 100%);
  color: white !important;
}
.skip-upsell-product-4 {
  border: 1px solid #7448b3;
  color: #7448b3 !important;
}
.skip-upsell-product-4:hover {
  background-image: linear-gradient(to bottom, #9e6de3 4%, #592a9d 100%);
  color: white !important;
}

#header {
  background-image: url("../images/header/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: -60px;
  padding: 0;
}

.header-lead {
  display: block;
  max-width: 52%;
  margin-left: -98px;
  margin-top: 40px;
}
.header-bonus:before {
  top: -67px;
  left: -84px;
  transform: translateX(0);
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 115px;
  background-image: url(../images/header/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.first-block {
  font-weight: 400;
}
.first-block-title {
  font-size: 48px;
  margin-top: 80px;
}
.first-block-subtitle {
  font-size: 48px;
  font-family: "Nautilus";
}
.first-block-text {
  line-height: 32px;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 70px;
}

.course-name {
  font-size: 80px;
  line-height: 88px;
  color: #FF8607;
  margin-top: 25px;
  display: block;
}

.first-block-subscribe {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 350px;
  max-width: 400px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.webp #header {
  background-image: url("../images/header/header-bg.webp");
}

@media (max-width: 1199.98px) {
  #header {
    background-position: -486px 0px;
  }
  .header-bonus:before {
    left: -58px;
    top: -75px;
  }
  .header-lead {
    display: block;
    max-width: 57%;
    margin-left: -74px;
  }
  .first-block-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-lead {
    margin: 0 auto !important;
    max-width: 70%;
  }
  .header-bonus:before {
    background-image: unset;
  }
  .course-name {
    font-size: 80px;
  }
  #header {
    background-image: url(../images/promise/promise-bg.png);
  }
  .header-bonus:before {
    left: 391px;
    top: 174px;
    transform: scaleY(-1) rotate(93deg);
  }
  .header-lead {
    margin: 0;
  }
  .first-block {
    padding-bottom: 60px;
  }
  .webp #header {
    background-image: url("../images/promise/promise-bg.webp");
  }
}
@media (max-width: 767.98px) {
  .header-bonus:before {
    left: 280px;
    top: 126px;
    transform: scaleY(-1) rotate(93deg);
  }
}
@media (max-width: 575.98px) {
  .first-block {
    text-align: center;
  }
  .first-block-title {
    font-size: 40px;
  }
  .course-name {
    font-size: 65px !important;
  }
  .first-block-subtitle {
    font-size: 30px;
  }
  .header-lead {
    max-width: 100%;
  }
}
@media (max-width: 419.98px) {
  .course-name {
    font-size: 53px !important;
    line-height: 57px !important;
  }
  .first-block {
    overflow: hidden;
  }
}
@media (min-width: 1900px) {
  #header {
    background-image: url("../images/header/header-bg-2x-scale-2_00x.jpg");
  }
  .webp #header {
    background-image: url("../images/header/header-bg-2x-scale-2_00x.webp");
  }
}
.greeting .button {
  font-size: 18px;
  font-weight: 700;
}
.greeting-item__card {
  overflow: hidden;
  position: relative;
  height: 96%;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(201, 176, 189, 0.5);
  border-radius: 20px;
}
.greeting-item__card-1 {
  z-index: 10;
  transform: rotate(-4deg) scale(1) translate(10%, 10%);
}
.greeting-item__card-2 {
  z-index: 5;
}
.greeting-item__card-3 {
  z-index: 25;
  transform: rotate(4deg) scale(1) translate(-8%, 15%);
}
.greeting-item__card-4 {
  z-index: 15;
  transform: rotate(-3deg) scale(1) translate(3%, -1%);
}
.greeting-item__card-5 {
  z-index: 20;
  transform: rotate(5deg) scale(1) translate(-13%, 4%);
}
.greeting-title {
  font-weight: 400;
  font-size: 24px;
  font-family: "Nautilus";
}
.greeting-label {
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  font-family: "PT Sans";
  font-weight: 700;
  top: 0;
  left: 25%;
  width: 100px;
  height: 40px;
  transform: translateX(-50%);
  background-color: #FF8607;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
}

.greeting .heading {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  color: #FF8607;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .greeting-item__card {
    transform: unset;
  }
  .greeting-label {
    transform: scale(1.4);
  }
}
@media (max-width: 419.98px) {
  .greeting .heading {
    font-size: 49px;
    line-height: 55px;
  }
  .greeting-label {
    transform: scale(1);
  }
  .greeting {
    overflow: hidden;
  }
}
.promise {
  background-image: url(../images/promise/promise-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.promise-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 40px;
}
.promise-li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 405px;
}
.promise-img {
  margin-top: -40px;
  display: block;
}
.promise-image {
  margin-left: -186px;
  max-width: 145%;
}

.webp .promise {
  background-image: url("../images/promise/promise-bg.webp");
}

.promise ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 15px;
}

.promise ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: 1px;
  margin-top: 11px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF8607;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .promise-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .promise-title {
    text-align: center;
  }
  .promise ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    margin-left: 15px;
  }
  .promise ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    padding-left: 15px;
  }
}
.bonus-block {
  background-image: url(../images/bonus-block/bonus-bg.png);
  background-repeat: no-repeat;
  background-color: #FFF0E0;
  background-position: -1621px 140px;
  background-color: #FFF0E0;
}
.bonus-block-heading {
  font-size: 64px;
  margin-bottom: 15px;
}
.bonus-block-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.bonus-block-li {
  font-size: 18px;
  margin-bottom: 15px;
}
.bonus-block-subtitle {
  font-family: "Nautilus";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  margin-left: 30px;
  max-width: 440px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.bonus-block-button {
  margin-left: 30px;
}

.bonus-block li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.bonus-block li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/bonus-block/bonus-clock.png");
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .bonus-block {
    background-position: -1621px 183px;
  }
}
@media (max-width: 991.98px) {
  .bonus-block {
    background-position: -1621px 595px;
  }
}
@media (max-width: 767.98px) {
  .bonus-block {
    background-position: -1874px 552px;
  }
  .bonus-block-button {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .bonus-block {
    background-image: unset;
  }
  .bonus-block-ul {
    padding: 0;
  }
}
.reviews-title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #FF8607;
}
.reviews-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  max-width: 755px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.reviews-item {
  padding: 0px;
  box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.packages {
  padding-bottom: 120px;
}
.packages-heading {
  font-size: 64px;
  margin-top: 120px;
}

.packages .button {
  padding: 21px 48px;
  width: 305px;
}

.package {
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.package-capture {
  width: 165px;
  margin-top: -110px;
  margin-bottom: 20px;
}
.package-title {
  margin-bottom: 30px;
  font-size: 48px;
}
.package-body {
  padding-bottom: 35px;
}
.package-footer {
  padding: 20px;
  padding-top: 0;
  margin-top: auto;
}
.package-price {
  font-weight: 700;
  line-height: 32px;
}
.package-price__old {
  font-size: 24px;
  text-decoration: line-through;
  color: #5F5F5F;
}
.package-price__new {
  font-size: 48px;
  line-height: 56px;
}
.package-price__sale {
  font-size: 24px;
  color: #EB5757;
}

.package__substrate {
  background-color: #852691;
  display: block;
  border-radius: 16px;
  width: 90%;
  margin-top: 10px;
  margin: 0 auto;
}

.packages ul:not(.list-unstyled):not(.list_bullet):not(.flip),
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}
.packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li,
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 24px;
}
.packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before,
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0.7em;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #852691;
  transform: translateY(-50%);
}
.packages ul li,
.expert ul li {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1199.98px) {
  .packages .button {
    width: 265px;
  }
  .package-title {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .packages-heading {
    font-size: 52px;
    margin-top: 70px;
  }
  .packages {
    padding-bottom: 60px;
  }
}
@media (max-width: 419.98px) {
  .packages-heading {
    font-size: 39px;
  }
}
@media (max-width: 330px) {
  .packages-heading {
    font-size: 37px;
  }
}
.expert {
  padding-bottom: 170px;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0.6em;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF8607;
  transform: translateY(-50%);
}
.expert-heading {
  font-size: 64px;
}

#example-expert {
  background: #FFF0E0;
  padding: 1px 0 120px 0;
}
#example-expert .container-bg {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 5px 10px 5px rgba(90, 90, 90, 0.1);
}
#example-expert .main-carousel {
  box-shadow: unset !important;
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 610px;
}

.example-expert {
  margin-top: -340px;
}
.example-expert-heading {
  font-size: 64px;
  margin: -30px 0 30px 0;
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .expert .expert__title-2 {
    left: 20px;
    bottom: -90px;
  }
}
@media (max-width: 767.98px) {
  .expert .expert__title-2 {
    bottom: 90px;
  }
  #example-expert {
    padding: 1px 0 80px 0;
  }
}
@media (max-width: 575.98px) {
  .expert-heading {
    font-size: 45px;
  }
  .example-expert {
    padding: 50px;
  }
  .example-expert-heading {
    font-size: 45px;
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 419.98px) {
  .example-expert {
    padding: 20px 0px 20px 0px;
  }
  .example-expert-heading {
    font-size: 35px;
    margin-top: 20px;
  }
  .expert .expert__title-2 {
    bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .main-carousel #carouselExampleIndicators .carousel-icon-bg {
    width: 42px !important;
    height: 42px !important;
  }
  .main-carousel #carouselExampleIndicators .carousel-control-next-icon, .main-carousel #carouselExampleIndicators .carousel-control-prev-icon {
    margin-top: 8px !important;
    width: 22px !important;
    height: 22px !important;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #ab63b4;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/exeprt/example-expert-1.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/exeprt/example-expert-2.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/exeprt/example-expert-3.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/exeprt/example-expert-4.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(../images/exeprt/example-expert-5.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(../images/exeprt/example-expert-6.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(../images/exeprt/example-expert-7.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(../images/exeprt/example-expert-8.jpg);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(../images/exeprt/example-expert-9.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(../images/exeprt/example-expert-10.jpg);
}
.main-carousel .carousel-item-img-11 {
  background-image: url(../images/exeprt/example-expert-11.jpg);
}
.main-carousel .carousel-item-img-12 {
  background-image: url(../images/exeprt/example-expert-12.jpg);
}
.main-carousel .carousel-item-img-13 {
  background-image: url(../images/exeprt/example-expert-13.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/exeprt/example-expert-1.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/exeprt/example-expert-2.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/exeprt/example-expert-3.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/exeprt/example-expert-4.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(../images/exeprt/example-expert-5.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(../images/exeprt/example-expert-6.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(../images/exeprt/example-expert-7.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(../images/exeprt/example-expert-8.webp);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(../images/exeprt/example-expert-9.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(../images/exeprt/example-expert-10.webp);
}
.webp .main-carousel .carousel-item-img-11 {
  background-image: url(../images/exeprt/example-expert-11.webp);
}
.webp .main-carousel .carousel-item-img-12 {
  background-image: url(../images/exeprt/example-expert-12.webp);
}
.webp .main-carousel .carousel-item-img-13 {
  background-image: url(../images/exeprt/example-expert-13.webp);
}

@media (min-width: 1900px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/exeprt/example-expert-1-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/exeprt/example-expert-2-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/exeprt/example-expert-3-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/exeprt/example-expert-4-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(../images/exeprt/example-expert-5-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(../images/exeprt/example-expert-6-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(../images/exeprt/example-expert-7-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(../images/exeprt/example-expert-8-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(../images/exeprt/example-expert-9-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(../images/exeprt/example-expert-10-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(../images/exeprt/example-expert-11-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-12 {
    background-image: url(../images/exeprt/example-expert-12-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-13 {
    background-image: url(../images/exeprt/example-expert-13-2x-scale-2_00x.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/exeprt/example-expert-1-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/exeprt/example-expert-2-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/exeprt/example-expert-3-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/exeprt/example-expert-4-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(../images/exeprt/example-expert-5-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(../images/exeprt/example-expert-6-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(../images/exeprt/example-expert-7-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(../images/exeprt/example-expert-8-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(../images/exeprt/example-expert-9-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(../images/exeprt/example-expert-10-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(../images/exeprt/example-expert-11-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-12 {
    background-image: url(../images/exeprt/example-expert-12-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-13 {
    background-image: url(../images/exeprt/example-expert-13-2x-scale-2_00x.webp);
  }
}
.materials {
  background-color: #FFF0E0;
  padding-bottom: 0;
}
.materials-heading {
  font-size: 64px;
  line-height: 72px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.materials-list {
  list-style: none;
  max-width: 760px;
}
.materials-list-item {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.materials-list-number {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #FF8607;
  margin-right: 25px;
  margin-top: -7px;
}
.materials-picture {
  margin-top: -195px;
}
.materials-btn {
  z-index: 9;
}

.materials img {
  max-width: 125%;
}

.materials-list li::marker {
  font-size: 34px;
  font-weight: 700;
  color: #852691;
  margin-right: 30px;
}

@media (max-width: 1410px) {
  .materials img {
    max-width: 100%;
  }
  .materials-picture {
    margin-top: -70px;
  }
}
@media (max-width: 991.98px) {
  .materials-picture {
    margin-left: -70px;
  }
}
@media (max-width: 767.98px) {
  .materials img {
    max-width: 150%;
  }
  .materials-picture {
    margin-left: -170px;
    margin-top: -90px;
  }
  .materials {
    padding-bottom: 70px;
    margin-bottom: 0;
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .materials-heading {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;
  }
}
@media (max-width: 419.98px) {
  .materials-list-item {
    font-size: 18px;
  }
  .materials-list-item {
    line-height: 25px;
  }
  .materials-list {
    padding: 1rem;
  }
}
.last-block {
  background-image: url("../images/last-block/last-block-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.last-block-lead {
  display: block;
  max-width: 42%;
  margin-left: -139px;
  margin-top: 94px;
}
.last-block-bonus:before {
  top: -32px;
  left: -111px;
  transform: translateX(0);
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 115px;
  background-image: url(../images/header/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.webp .last-block {
  background-image: url("../images/last-block/last-block-bg.webp");
}

.last-block {
  font-weight: 400;
}
.last-block-title {
  font-size: 48px;
  margin-top: 80px;
}
.last-block-subtitle {
  font-size: 48px;
  font-family: "Nautilus";
}
.last-block-text {
  line-height: 32px;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 70px;
}

.course-name {
  font-size: 80px;
  line-height: 88px;
  color: #FF8607;
  margin-top: 25px;
  display: block;
}

.last-block-subscribe {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 350px;
  max-width: 400px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .last-block {
    background-image: url(../images/promise/promise-bg.png);
  }
  .webp .last-block {
    background-image: url("../images/promise/promise-bg.webp");
  }
}
@media (max-width: 575.98px) {
  .last-block-text {
    margin-bottom: 0;
  }
  .last-block {
    text-align: center;
  }
}
@media (max-width: 419.98px) {
  .last-block {
    overflow: hidden;
  }
}
@media (min-width: 1900px) {
  .last-block {
    background-image: url("../images/last-block/last-block-bg-2x-scale-2_00x.jpg");
  }
  .webp .last-block {
    background-image: url("../images/last-block/last-block-bg-2x-scale-2_00x.webp");
  }
}
.footer a:hover {
  text-decoration: none;
  color: #FF8607 !important;
}

/*.footer {
    padding: 50px 0;
    background-color: #27272E !important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;

    &-left__block {
        flex-wrap: wrap;
        margin-top: 45px;
        width: 75%;
    }

    &-right__block {
        margin-top: 45px;
    }

    a {
        color: $white;
    }

    a:hover {
        text-decoration: none;
        color: $orange;
    }
}

.footer-left__block p {
    margin-top: 25px;
}

.footer-center__block {
    margin-top: 50px;
}

.footer-right__block p {
    margin-bottom: 25px;
}

.icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px;
    transition: all 200ms;
}

.icon-mail-img {
    margin-right: 15px;
}

.icon-whatsup-img {
    margin-right: 15px;
}*//*# sourceMappingURL=style.css.map */