@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, h4, h5 {
  font-family: "Nautilus";
  font-weight: 400;
}

h2, h3, h4, h5 {
  font-size: 55px;
  color: #4780BB;
  margin: 0 auto;
}

.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;
}

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

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

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

@media (max-width: 767.98px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 49px !important;
    line-height: 55px !important;
    padding: 0px 10px 0px 10px;
  }
}
@media (max-width: 419.98px) {
  h2 {
    font-size: 44px !important;
    line-height: 48px !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: #4780BB;
  box-shadow: inset 0px -2px 0px #1B468E;
  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;
  }
}

button:focus {
  outline: 0px;
}

.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/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: 69%;
  margin-left: -151px;
  margin-top: -50px;
}
.header-bonus:before {
  top: -118px;
  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__preheading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: -54px;
}
@media (max-width: 1199.98px) {
  .first-block__preheading {
    text-align: center;
  }
}
.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: #4780BB !important;
  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/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/header/bg-mobile.png);
    background-position-y: -133px;
  }
  .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/header/bg-mobile.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: 57px !important;
    line-height: 63px;
  }
  .first-block-subtitle {
    font-size: 30px;
  }
  .header-lead {
    max-width: 100%;
  }
}
@media (max-width: 419.98px) {
  .course-name {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .first-block {
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .header-lead {
    max-width: 75%;
    margin-left: -58px;
    margin-top: 6px;
  }
  .first-block-title {
    text-align: center;
  }
  .first-block-text {
    text-align: center;
  }
}
@media (min-width: 1900px) {
  #header {
    background-image: url("../images/header/bg-2x-scale-2_00x.jpg");
  }
  .webp #header {
    background-image: url("../images/header/bg-2x-scale-2_00x.webp");
  }
}
.greeting {
  padding-bottom: 0;
}
.greeting h2 {
  margin-bottom: 30px;
}
.greeting-title {
  font-family: "Nautilus";
  color: #4780BB;
  font-size: 35px;
  margin-top: 125px;
  line-height: 37px;
}
.greeting ul li {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 24px;
}
.greeting-day {
  background-image: url("../images/greeting/mobile/day-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 190px;
  height: 80px;
  position: absolute;
  font-size: 34px;
  color: white;
  font-family: "Nautilus";
  padding-top: 21px;
  padding-left: 39px;
  left: 35%;
  top: 5%;
}

@media (max-width: 1199.98px) {
  .greeting-title {
    margin-top: 55px;
  }
}
@media (max-width: 991.98px) {
  .greeting h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .greeting {
    margin-top: -20px;
  }
  .greeting-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .greeting h2 {
    margin-bottom: -5px;
  }
  .greeting ul {
    margin-left: 20px;
  }
  .greeting ul li {
    font-size: 20px;
  }
  .greeting ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: 31px;
    margin-top: 14px;
  }
}
@media (max-width: 520px) {
  .greeting-day {
    font-size: 24px;
    width: 143px;
    height: 46px;
    padding-top: 10px;
    padding-left: 29px;
    left: 37%;
    top: 8%;
  }
}
@media (max-width: 380px) {
  .greeting-day {
    font-size: 24px;
    width: 143px;
    height: 46px;
    padding-top: 10px;
    padding-left: 29px;
    left: 30%;
    top: 2%;
  }
}
@media (max-width: 767.98px) {
  .marafon {
    padding-top: 80px;
  }
}
.marafon h2 {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 419.98px) {
  .marafon h2 {
    font-size: 39px !important;
    line-height: 41px !important;
  }
}

.bonus-block {
  padding-top: 0px;
  padding-bottom: 20px;
}
.bonus-block h2 {
  width: 800px;
  text-align: center;
}
.bonus-block ul {
  margin-bottom: 30px;
  margin-top: 130px;
  width: 360px;
  margin-left: 130px;
}
.bonus-block ul li {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.bonus-block img {
  margin-top: -35px;
  max-width: 120%;
  margin-left: -10px;
}
.bonus-block ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  left: 139px;
  margin-top: 13px;
}
.bonus-block-button {
  margin-left: 150px;
}

@media (max-width: 1390px) {
  .bonus-block img {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .bonus-block img {
    margin-top: 65px;
  }
  .bonus-block h2 {
    margin-bottom: -60px;
  }
}
@media (max-width: 991.98px) {
  .bonus-block ul {
    padding-right: 15px;
    margin-left: unset;
    margin-top: 10px;
    width: 100%;
  }
  .bonus-block ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: 15px;
    margin-top: 14px;
  }
  .bonus-block-button {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .bonus-block {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .bonus-block ul {
    margin-left: 20px;
    width: unset;
  }
  .bonus-block ul li {
    font-size: 20px;
  }
  .bonus-block ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: 31px;
    margin-top: 14px;
  }
}
@media (max-width: 419.98px) {
  .bonus-block h2 {
    font-size: 39px !important;
    line-height: 45px !important;
  }
}
.expert {
  background-image: url("../images/exeprt/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 230px;
  padding-bottom: 90px;
}
.expert-hearts {
  position: absolute;
  max-width: 35%;
  top: -74px;
  left: -43px;
  z-index: 9;
}
.expert h2 {
  margin-bottom: 70px;
  margin-top: -30px;
}
.expert ul {
  margin-top: 45px;
  margin-left: 55px;
}
.expert ul li {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.expert img {
  max-width: 110%;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  left: 62px;
  margin-top: 13px;
}
.webp .expert {
  background-image: url("../images/exeprt/bg.webp");
}

@media (max-width: 1199.98px) {
  .expert h2 {
    text-align: center;
  }
  .expert img {
    max-width: 100%;
  }
  .expert ul {
    margin-left: unset;
    margin-top: -5px;
  }
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: 12px;
    margin-top: 13px;
  }
}
@media (max-width: 991.98px) {
  .expert {
    padding-bottom: 70px;
  }
  .expert h2 {
    margin-bottom: 38px;
  }
  .expert ul {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .expert-hearts {
    max-width: 30% !important;
    top: -60px;
    left: -13px;
  }
  .expert {
    padding-bottom: 25px;
  }
  .expert ul {
    margin-left: 20px;
    width: unset;
  }
  .expert ul li {
    font-size: 20px;
  }
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: 31px;
    margin-top: 14px;
  }
}
@media (max-width: 419.98px) {
  .expert-hearts {
    max-width: 37% !important;
    top: -58px;
    left: -7px;
  }
}
@media (min-width: 1900px) {
  .expert {
    background-image: url("../images/exeprt/bg-2x-scale-2_00x.png");
  }
  .webp .expert {
    background-image: url("../images/exeprt/bg-2x-scale-2_00x.webp");
  }
}
.expert-work h2,
.marafon-work h2 {
  margin-bottom: 60px;
}
.expert-work-button,
.marafon-work-button {
  margin: 0 auto;
  margin-top: 40px;
}
.expert-work-img-2, .expert-work-img-3,
.marafon-work-img-2,
.marafon-work-img-3 {
  max-width: 101%;
}
@media (max-width: 991.98px) {
  .expert-work-img-2, .expert-work-img-3,
.marafon-work-img-2,
.marafon-work-img-3 {
    max-width: 103%;
  }
}
@media (max-width: 767.98px) {
  .expert-work-img-2, .expert-work-img-3,
.marafon-work-img-2,
.marafon-work-img-3 {
    max-width: 100%;
  }
}

.marafon-work {
  padding-top: 30px;
}
.marafon-work h3 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .marafon-work h3 {
    font-size: 44px;
  }
}

.marafon-work-top {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .expert-work h2 {
    text-align: center;
  }
}
@media (max-width: 419.98px) {
  .expert-work h2 {
    margin-bottom: 35px;
  }
}
.materials {
  padding-top: 0;
  padding-bottom: 40px;
}
.materials h2 {
  margin-bottom: 60px;
}
.materials ul li {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.materials img {
  max-width: 143%;
  position: absolute;
  left: -81px;
  top: 81px;
}

@media (max-width: 1199.98px) {
  .materials img {
    max-width: 119%;
    left: -47px;
  }
}
@media (max-width: 991.98px) {
  .materials {
    padding-top: 25px;
  }
  .materials h2 {
    text-align: center;
  }
  .materials img {
    max-width: 100%;
    position: unset;
  }
}
.materials ul {
  margin-left: 20px;
  width: unset;
}
.materials ul li {
  font-size: 20px;
}
.materials ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  left: 31px;
  margin-top: 14px;
}

.last-block {
  background-image: url("../images/last-block/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.last-block h2 {
  margin-bottom: 60px;
  margin-top: 45px;
  text-align: center;
}
.last-block-text {
  font-size: 25px;
  line-height: 34px;
}
.last-block-main {
  justify-content: space-evenly;
}
.last-block-lead {
  display: block;
  max-width: 69%;
}
.last-block-bonus:before {
  top: 102px;
  left: 278px;
  transform: rotate(72deg);
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 115px;
  background-image: url(../images/header/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.last-block-subscribe {
  margin-top: 75px;
  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 .last-block {
  background-image: url("../images/last-block/bg.webp");
}

@media (max-width: 1199.98px) {
  .last-block-bonus:before {
    left: 260px;
    transform: rotate(76deg);
  }
}
@media (max-width: 991.98px) {
  .last-block h2 {
    margin-top: 75px;
  }
  .last-block-text {
    text-align: center;
  }
  .last-block-lead {
    max-width: 100%;
    margin: 0 auto;
  }
  .last-block-bonus:before {
    display: none;
  }
  .last-block-subscribe {
    margin: 0 auto;
  }
}
@media (min-width: 1900px) {
  .last-blockt {
    background-image: url("../images/last-block/bg-2x-scale-2_00x.png");
  }
  .webp .last-block {
    background-image: url("../images/last-block/bg-2x-scale-2_00x.webp");
  }
}
.footer {
  background-color: #4B2A1B !important;
}
.footer a:hover {
  text-decoration: none;
  color: #4780BB !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 */