@font-face {
  font-family: "Obelix";
  src: url("../fonts/Obelix.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "blackberry";
  src: url("../fonts/blackberry.otf");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  text-align: center;
  line-height: 76px;
  color: #945937;
  font-family: "Obelix";
  font-weight: 400;
  font-size: 56px;
}
@media (max-width: 991.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 54px !important;
    line-height: 75px !important;
  }
}
@media (max-width: 767.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 44px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 575.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 35px !important;
    line-height: 53px !important;
    letter-spacing: -1px !important;
  }
}
@media (max-width: 400px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 31px !important;
    line-height: 49px !important;
  }
}
main h1 span,
main h2 span,
main h3 span,
main h4 span,
main h5 span {
  display: block;
  color: #fe8613;
  font-family: "Obelix";
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  max-width: 752px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  main h1 span,
  main h2 span,
  main h3 span,
  main h4 span,
  main h5 span {
    font-size: 65px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 767.98px) {
  main h1 span,
  main h2 span,
  main h3 span,
  main h4 span,
  main h5 span {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 575.98px) {
  main h1 span,
  main h2 span,
  main h3 span,
  main h4 span,
  main h5 span {
    font-size: 49px !important;
    line-height: 47px !important;
    letter-spacing: -2px !important;
  }
}
@media (max-width: 400px) {
  main h1 span,
  main h2 span,
  main h3 span,
  main h4 span,
  main h5 span {
    font-size: 42px !important;
    line-height: 43px !important;
  }
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 575.98px) {
  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

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

.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: #efb06d;
  border-radius: 20px;
  transition: background-color 0.4s;
}

#modal-upsells a.btn {
  width: 100% !important;
}

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

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 9px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #efb06d;
  transform: translateY(-50%);
}

ul li {
  font-size: 18px;
  line-height: 24px;
}

#show-menu {
  height: 15px;
}

@media (max-width: 575.98px) {
  main .col-12 {
    padding-left: 5px !important;
    padding-right: 5px !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: #fd762a;
  box-shadow: inset 0px -2px 0px #fd762a;
  border-radius: 80px;
  font-size: 23px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 420px;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
  background-color: #945937;
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto !important;
    font-size: 19px !important;
    padding: 20px 14px !important;
    line-height: 27px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

button:focus {
  outline: unset;
}

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

.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-body {
  padding: 0 !important;
  padding-top: 0px !important;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.modal-close {
  font-size: 31px;
  background: white;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.header {
  background-image: url(../images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 1022px;
  padding-top: 20px;
}
@media (max-width: 1350px) {
  .header {
    background-position-x: -285px;
  }
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: unset;
    padding-bottom: 50px;
    background-position: unset;
  }
}
.header-imgMobile {
  max-width: 80%;
}
@media (max-width: 575.98px) {
  .header-imgMobile {
    max-width: 100%;
  }
}
.header .title-head {
  display: flex;
  align-items: center;
  margin-bottom: -45px;
  margin-left: -50px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 991.98px) {
  .header .title-head {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .header .title-head {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -25px;
  }
}
.header .subTitle {
  max-width: 328px;
}
@media (max-width: 419.98px) {
  .header .subTitle {
    max-width: 100%;
  }
}
.header .sub {
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 1199.98px) {
  .header .container {
    padding-left: 0px;
  }
}
.header h1 {
  font-size: 90px !important;
  line-height: 78px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .header h1 {
    text-align: center;
    font-size: 76px !important;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 61px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 44px !important;
  }
}
.header h1 span {
  font-size: 70px;
  margin-top: 14px;
  display: block;
  font-family: "blackberry";
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 63px !important;
    line-height: 46px !important;
    margin-top: 36px !important;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 60px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 50px !important;
  }
}
.header h1 img {
  position: absolute;
  top: 159px;
  left: 453px;
  max-width: 62px;
}
@media (max-width: 991.98px) {
  .header h1 img {
    left: 509px;
  }
}
@media (max-width: 767.98px) {
  .header h1 img {
    left: 392px;
  }
}
@media (max-width: 575.98px) {
  .header h1 img {
    display: none;
  }
}
.header-text {
  font-size: 25px;
  max-width: 550px;
  line-height: normal;
  margin-bottom: -45px;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .header-text {
    max-width: 479px;
  }
}
@media (max-width: 991.98px) {
  .header-text {
    margin-bottom: 5px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 22px;
    margin-top: 20px;
  }
}
.header-text span {
  color: #fe8613;
  font-weight: 700;
}
@media (max-width: 350px) {
  .header-text span {
    display: block;
  }
}
.header-text p {
  padding-bottom: 18px;
}
@media (max-width: 991.98px) {
  .header-arrow {
    display: none;
  }
}
.header-arrow img {
  position: absolute;
  left: 492px;
  top: -47px;
}
@media (max-width: 991.98px) {
  .header-bonus {
    display: none;
  }
}
.header-bonus img {
  position: absolute;
  max-width: 27%;
  left: 476px;
  top: 85px;
}
.header .subscribe {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px 20px 10px;
  min-height: 383px;
  max-width: 490px;
}
@media (max-width: 991.98px) {
  .header .subscribe {
    margin-top: -25px;
  }
}
@media (max-width: 575.98px) {
  .header .subscribe {
    padding: 0px 0 20px 0;
    min-height: 327px;
  }
}

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

@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");
  }
}
@media (max-width: 991.98px) {
  .header {
    background-image: url("../images/header/bg-mobile.jpg");
  }
  .webp .header {
    background-image: url("../images/header/bg-mobile.webp");
  }
}
.greeting {
  padding-top: 35px;
  overflow: hidden;
}
.greeting h2 {
  margin: 0 auto;
}
.greeting h2 span {
  font-size: 40px;
  line-height: 52px;
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .greeting h2 span {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}
@media (max-width: 575.98px) {
  .greeting h2 span {
    font-size: 33px !important;
    line-height: 51px !important;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 400px) {
  .greeting h2 span {
    font-size: 26px !important;
    line-height: 38px !important;
  }
}
.greeting-row {
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .greeting-row-desc {
    display: none;
  }
}
.greeting-row-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .greeting-row-mobile {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .greeting .button {
    width: 100%;
  }
}
.greeting .greetingImgLeft img {
  position: absolute;
  left: -18%;
  top: -73px;
  max-width: 290px;
}
@media (max-width: 767.98px) {
  .greeting .greetingImgLeft img {
    left: -28%;
    top: 67px;
    max-width: 198px;
  }
}
@media (max-width: 575.98px) {
  .greeting .greetingImgLeft img {
    display: none;
  }
}
.greeting .greetingImgRight img {
  position: absolute;
  right: -18%;
  top: -73px;
  max-width: 290px;
}
@media (max-width: 767.98px) {
  .greeting .greetingImgRight img {
    max-width: 198px;
    top: 67px;
    right: -28%;
  }
}
@media (max-width: 575.98px) {
  .greeting .greetingImgRight img {
    display: none;
  }
}

.marafon {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .marafon {
    padding-top: 60px;
  }
}
@media (max-width: 400px) {
  .marafon {
    padding-top: 50px;
  }
}
.marafon .row {
  align-items: center;
}
.marafon h2 {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .marafon h2 {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .marafon h2 {
    margin-bottom: 40px;
  }
}
.marafon-number {
  font-family: "Obelix";
  color: #fe8613;
  font-size: 26px;
  margin-top: 50px;
  display: block;
  margin-bottom: 60px;
  padding-left: 40px;
}
@media (max-width: 1199.98px) {
  .marafon-number {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .marafon-number {
    background-image: url(../images/marafon/span.png);
    padding: 25px 10px 25px 10px;
    background-size: 237px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    font-size: 29px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    text-align: center;
  }
}
.marafon-number span {
  z-index: 2;
  position: relative;
}
.marafon-number img {
  position: absolute;
  max-width: 218px;
  border-radius: 0;
  left: 0px;
  top: 12px;
}
@media (max-width: 1199.98px) {
  .marafon-number img {
    top: -37px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number img {
    left: 255px;
  }
}
@media (max-width: 767.98px) {
  .marafon-number img {
    left: 163px;
  }
}
@media (max-width: 575.98px) {
  .marafon-number img {
    display: none;
  }
}
.marafon-title {
  font-family: "blackberry";
  color: #fe8613;
  font-size: 60px;
  line-height: 40px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .marafon-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .marafon-title {
    font-size: 53px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.marafon-text {
  font-size: 23px;
  margin-bottom: 24px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .marafon-text {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.marafon ul li {
  font-size: 22px;
  margin-bottom: 22px !important;
}
@media (max-width: 575.98px) {
  .marafon ul li {
    font-size: 21px;
    margin-bottom: 19px !important;
  }
}
.marafon .item {
  justify-content: space-around;
  margin-bottom: 85px;
}
@media (max-width: 575.98px) {
  .marafon .item {
    margin-bottom: 40px;
  }
}
@media (min-width: 991.98px) {
  .marafon .item-text {
    max-width: 525px;
  }
}
.marafon .button {
  width: 350px;
}
.marafon-dec {
  display: none;
  position: absolute;
  max-width: 313px;
}
.marafon-dec-1 {
  top: 491px;
  left: -140px;
}
.marafon-dec-2 {
  top: 491px;
  left: 437px;
  max-width: 201px;
}
.marafon-dec-3 {
  top: 520px;
  left: -65px;
  max-width: 201px;
}
.marafon-dec-4 {
  top: 535px;
  left: 428px;
  max-width: 228px;
}
.marafon-dec-5 {
  top: 501px;
  left: -75px;
  max-width: 268px;
}
@media (max-width: 991.98px) {
  .marafon-dec {
    max-width: 34% !important;
    top: 715px !important;
    left: -79px !important;
  }
}
@media (max-width: 767.98px) {
  .marafon-dec {
    max-width: 34% !important;
    top: 545px !important;
    left: -47px !important;
  }
}
@media (max-width: 575.98px) {
  .marafon-dec {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .marafon-dec-1 {
    top: 409px;
    left: -77px;
    max-width: 251px;
  }
  .marafon-dec-2 {
    top: 421px;
    left: 321px;
    max-width: 201px;
  }
  .marafon-dec-3 {
    top: 416px;
    left: -48px;
    max-width: 201px;
  }
  .marafon-dec-4 {
    top: 439px;
    left: 320px;
    max-width: 228px;
  }
  .marafon-dec-5 {
    top: 442px;
    left: -75px;
    max-width: 268px;
  }
}

.bonus {
  background-image: url(../images/bonus/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-top: -10px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .bonus {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .bonus {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .bonus {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .bonus {
    padding-top: 60px;
  }
}
.bonus .row {
  align-items: center;
}
.bonus h2 {
  margin: 0 auto;
}
.bonus h2 span {
  font-size: 40px;
  line-height: 52px;
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .bonus h2 span {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 span {
    font-size: 33px !important;
    line-height: 51px !important;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 400px) {
  .bonus h2 span {
    font-size: 26px !important;
    line-height: 38px !important;
  }
}
.bonus-img-paw {
  position: absolute;
  max-width: 220px;
  left: 437px;
  top: 505px;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .bonus-img-paw {
    left: 377px;
    top: 514px;
  }
}
@media (max-width: 991.98px) {
  .bonus-img-paw {
    display: none;
  }
}
.bonus-img-brush {
  position: absolute;
  max-width: 464px;
  top: 988px;
  left: 63px;
}
@media (max-width: 1625px) {
  .bonus-img-brush {
    max-width: 370px;
    top: 1034px;
    left: 108px;
  }
}
@media (max-width: 1199.98px) {
  .bonus-img-brush {
    top: 1062px;
    left: -17px;
  }
}
@media (max-width: 991.98px) {
  .bonus-img-brush {
    display: none;
  }
}
.bonus-text {
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .bonus-text {
    margin-top: 15px;
  }
}
.bonus-text p {
  margin-bottom: 25px;
  margin-top: 58px;
}
@media (max-width: 1199.98px) {
  .bonus-text p {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .bonus-text p {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-text p {
    font-size: 22px;
  }
}
.bonus-text span {
  display: block;
  font-size: 24px;
  line-height: normal;
  width: 598px;
  margin-top: 70px;
}
@media (max-width: 1199.98px) {
  .bonus-text span {
    width: 510px;
  }
}
@media (max-width: 991.98px) {
  .bonus-text span {
    width: unset;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .bonus-text span {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .bonus-text span {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.bonus-text ul li {
  font-size: 24px;
  margin-bottom: 30px !important;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .bonus-text ul li {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 17px !important;
  }
}
.bonus .button {
  max-width: 100%;
  width: 396px;
}
@media (max-width: 991.98px) {
  .bonus .button {
    width: 500px;
  }
}
@media (max-width: 575.98px) {
  .bonus .button {
    width: 100% !important;
  }
}

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

@media (min-width: 1900px) {
  .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.jpg");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.webp");
  }
}
@media (max-width: 991.98px) {
  .bonus {
    background-image: url("../images/bonus/bg-mobile.jpg");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-mobile.webp");
  }
}
.expert {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.expert .row {
  align-items: center;
}
.expert h2 {
  margin: 0 auto;
  margin-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .expert h2 {
    margin-bottom: 40px;
    letter-spacing: 0 !important;
  }
}
.expert h2 span {
  font-size: 40px;
  line-height: 52px;
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .expert h2 span {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}
@media (max-width: 575.98px) {
  .expert h2 span {
    font-size: 33px !important;
    line-height: 51px !important;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 400px) {
  .expert h2 span {
    font-size: 26px !important;
    line-height: 38px !important;
  }
}
.expert-img {
  max-width: 108%;
  margin-left: -60px;
}
@media (max-width: 991.98px) {
  .expert-img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
}
@media (max-width: 419.98px) {
  .expert-img {
    margin-bottom: -130px;
  }
}
@media (max-width: 575.98px) {
  .expert .button {
    width: 100%;
  }
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  background-color: unset;
}
.expert ul {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .expert ul {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .expert ul {
    padding-left: 0 !important;
  }
}
.expert ul li {
  line-height: normal;
  padding-left: 40px;
  font-size: 22px;
  margin-bottom: 30px !important;
}
@media (max-width: 575.98px) {
  .expert ul li {
    font-size: 21px;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .expert ul li span {
    display: block;
  }
}
.expert ul li span img {
  position: absolute;
  left: -50px;
  top: -5px;
}
@media (max-width: 575.98px) {
  .expert ul li span img {
    margin: 0 auto;
    display: flex;
    max-width: 45px;
    margin-bottom: 10px;
    position: unset;
  }
}
.expert ul b {
  color: #9c0bc0;
}
.expert-row {
  justify-content: space-around;
  margin-bottom: 70px;
}
.expert-dec {
  max-width: 255px;
  top: 375px;
  left: -103px;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .expert-dec {
    top: 302px;
    left: -83px;
  }
}
@media (max-width: 991.98px) {
  .expert-dec {
    top: 513px;
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .expert-dec {
    top: 353px;
    left: -9px;
  }
}
@media (max-width: 575.98px) {
  .expert-dec {
    display: none;
  }
}

#example-expert {
  background-image: url(../images/expert-work/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: revert;
  z-index: 9;
  position: sticky;
  padding-top: 1px;
  padding-bottom: 80px;
  padding-top: 80px;
}
#example-expert .button {
  width: 350px;
}
#example-expert .example-expert-heading {
  max-width: 785px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
}

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

@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #efb06d;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(../images/expert-work/5.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(../images/expert-work/6.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(../images/expert-work/7.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(../images/expert-work/8.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(../images/expert-work/5.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(../images/expert-work/6.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(../images/expert-work/7.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(../images/expert-work/8.webp);
}

@media (min-width: 1900px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(../images/expert-work/5-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(../images/expert-work/6-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(../images/expert-work/7-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(../images/expert-work/8-2x-scale-2_00x.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(../images/expert-work/5-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(../images/expert-work/6-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(../images/expert-work/7-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(../images/expert-work/8-2x-scale-2_00x.webp);
  }
}
.webp #example-expert {
  background-image: url("../images/expert-work/bg.webp");
}

@media (min-width: 1900px) {
  #example-expert {
    background-image: url("../images/expert-work/bg-2x-scale-2_00x.jpg");
  }
  .webp #example-expert {
    background-image: url("../images/expert-work/bg-2x-scale-2_00x.webp");
  }
}
@media (max-width: 991.98px) {
  #example-expert {
    background-image: url("../images/expert-work/bg-mobile.jpg");
  }
  .webp #example-expert {
    background-image: url("../images/expert-work/bg-mobile.webp");
  }
}
.marafon-work {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 80px;
}
.marafon-work h2 {
  max-width: 870px;
  margin: 0 auto;
  line-height: 63px;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .marafon-work h2 {
    line-height: 42px !important;
    margin-bottom: 30px;
  }
}
.marafon-work-row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .marafon-work-row {
    justify-content: center;
  }
}
.marafon-work-item {
  margin-bottom: 25px;
}

.materials {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .materials {
    padding-bottom: 0 !important;
  }
}
.materials h2 {
  max-width: 1051px;
  margin: 0 auto;
  margin-bottom: 33px;
}
.materials img {
  max-width: 108%;
}
@media (max-width: 991.98px) {
  .materials img {
    max-width: 100%;
  }
}
.materials-img-dec {
  position: absolute;
  max-width: 254px !important;
  top: 335px;
  left: 430px;
}
@media (max-width: 1199.98px) {
  .materials-img-dec {
    top: 272px;
    left: 259px;
  }
}
@media (max-width: 991.98px) {
  .materials-img-dec {
    top: 479px;
    left: 429px;
  }
}
@media (max-width: 767.98px) {
  .materials-img-dec {
    top: 275px;
    left: 274px;
  }
}
@media (max-width: 575.98px) {
  .materials-img-dec {
    display: none;
  }
}
.materials-text {
  margin-top: 50px;
  font-size: 26px;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .materials-text {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .materials-text {
    font-size: 23px;
    line-height: 28px;
  }
}
.materials-text p {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .materials-text p {
    margin-bottom: 35px;
  }
}
.materials-row {
  justify-content: space-between;
  align-items: center;
}
.materials .button {
  width: 425px;
}
@media (max-width: 991.98px) {
  .materials .button {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .materials .button {
    max-width: 295px;
  }
}

.subscribe-screen {
  background-image: url(../images/subscribe-screen/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 915px;
  padding-top: 80px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen {
    text-align: center;
    min-height: unset;
    padding-bottom: 100px !important;
  }
}
.subscribe-screen .title-head {
  display: flex;
  align-items: center;
  margin-bottom: -45px;
  margin-left: -50px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 767.98px) {
  .subscribe-screen .title-head {
    margin-bottom: -27px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen .title-head {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -25px;
  }
}
.subscribe-screen .sub {
  margin-bottom: 55px;
  font-size: 22px;
  line-height: normal;
  max-width: 100% !important;
}
@media (max-width: 991.98px) {
  .subscribe-screen .sub {
    max-width: unset;
    text-align: left !important;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen .sub {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
.subscribe-screen h2 {
  font-size: 90px !important;
  line-height: 78px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .subscribe-screen h2 {
    text-align: center;
    font-size: 76px !important;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 {
    font-size: 61px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen h2 {
    font-size: 44px !important;
  }
}
.subscribe-screen h2 span {
  font-size: 70px;
  margin-top: 14px;
  display: block;
  font-family: "blackberry";
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 span {
    font-size: 63px !important;
    line-height: 46px !important;
    margin-top: 36px !important;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 span {
    font-size: 60px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen h2 span {
    font-size: 50px !important;
    margin-bottom: -20px;
  }
}
.subscribe-screen h2 img {
  position: absolute;
  top: 159px;
  left: 453px;
  max-width: 62px;
}
@media (max-width: 991.98px) {
  .subscribe-screen h2 img {
    left: 481px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 img {
    left: 391px;
    top: 170px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 img {
    display: none;
  }
}
.subscribe-screen .subTitle {
  max-width: 328px;
}
@media (max-width: 419.98px) {
  .subscribe-screen .subTitle {
    max-width: 100%;
  }
}
.subscribe-screen p {
  font-size: 24px;
  line-height: normal;
  margin-top: 58px;
  max-width: 470px;
}
@media (max-width: 991.98px) {
  .subscribe-screen p {
    text-align: center;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen p {
    font-size: 23px;
    line-height: 30px;
  }
}
.subscribe-screen p span {
  color: #fe8613;
  font-weight: 700;
}
.subscribe-screen-row {
  justify-content: space-between;
  align-items: center;
}
.subscribe-screen .subscribe {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px 20px 10px;
  min-height: 418px;
  max-width: 490px;
}
@media (max-width: 991.98px) {
  .subscribe-screen .subscribe {
    margin: 0 auto;
    padding: 0px 10px 20px 10px;
    min-height: 383px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen .subscribe {
    padding: 0px 0 20px 0;
    min-height: 327px;
  }
}
.subscribe-screen-mobile img {
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .subscribe-screen-mobile img {
    max-width: 60%;
    margin-top: -15px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen-mobile img {
    max-width: 85%;
    margin-top: -40px;
    margin-bottom: -10px;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen-mobile img {
    max-width: 100%;
  }
}
.subscribe-screen-arrow img {
  position: absolute;
  left: 424px;
  top: -111px;
}
@media (max-width: 991.98px) {
  .subscribe-screen-arrow img {
    display: none;
  }
}
.subscribe-screen-bonus img {
  position: absolute;
  max-width: 27%;
  left: 437px;
  top: -32px;
}
@media (max-width: 991.98px) {
  .subscribe-screen-bonus img {
    display: none;
  }
}
.subscribe-screen-dec {
  position: absolute;
  max-width: 240px;
}
.subscribe-screen-dec-1 {
  left: 154px;
  top: 104px;
}
@media (max-width: 575.98px) {
  .subscribe-screen-dec-1 {
    margin-top: 20px !important;
  }
}
.subscribe-screen-dec-2 {
  left: 784px;
  top: 40px;
}
@media (max-width: 575.98px) {
  .subscribe-screen-dec-2 {
    margin-top: -25px !important;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen-dec-2 {
    margin-top: -45px !important;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-dec {
    position: unset;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen-dec {
    margin-top: 0px;
  }
}

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

@media (min-width: 1900px) {
  .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-2x-scale-2_00x.jpg");
  }
  .webp .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-2x-scale-2_00x.webp");
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-mobile.jpg");
  }
  .webp .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-mobile.webp");
  }
}
footer {
  background-color: #321d0d !important;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: white !important;
}
footer p {
  color: white !important;
}
footer a:hover {
  text-decoration: none;
  color: white !important;
}/*# sourceMappingURL=style.css.map */