@font-face {
  font-family: "LADIOSA";
  src: url("../fonts/LADIOSA.TTF");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "LADIOSA";
  font-weight: 400;
  font-size: 80px;
  line-height: 74px;
  color: #648ab9;
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 72px;
    line-height: 62px;
  }
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 68px;
    line-height: 58px;
  }
}
@media (max-width: 419.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -1.1px;
  }
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 25px;
  }
}
ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 4px;
}
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: #eaf633;
  transform: translateY(-50%);
}

main .transition {
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  position: sticky;
}
main .transition-top {
  background-image: url(../images/transition/top.png);
  margin-top: -60px;
  height: 185px;
}
main .transition-bottom {
  background-image: url(../images/transition/bottom.png);
  margin-top: -100px;
  height: 100px;
}
@media (max-width: 991.98px) {
  main .transition {
    background-size: cover !important;
  }
}
@media (max-width: 575.98px) {
  main .col-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.button,
button .why,
button .materials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 48px;
  gap: 10px;
  width: 290px;
  background: url(../images/icons/button-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  color: #364a69;
  text-transform: uppercase;
  font-weight: 700;
}
.button:hover,
button .why:hover,
button .materials:hover {
  color: #364a69;
  text-decoration: none;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1199.98px) {
  .button,
  button .why,
  button .materials {
    padding: 24px 25px;
    width: 251px;
  }
}
@media (max-width: 991.98px) {
  .button,
  button .why,
  button .materials {
    padding: 30px 48px;
    width: 290px;
  }
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    padding: 25px 25px;
    width: 251px;
  }
}

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

.header {
  background-image: url(../images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 915px;
}
@media (max-width: 1199.98px) {
  .header {
    height: 950px;
  }
}
@media (max-width: 991.98px) {
  .header {
    background-image: url(../images/header/bg-mobile.jpg);
    text-align: center;
    height: unset;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-bottom: 40px;
  }
}
.header h1 {
  margin-top: 20px;
  font-size: 82px;
  line-height: 87px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 82px;
    line-height: 86px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 69px;
    line-height: 77px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 53px;
    line-height: 64px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 44px;
    line-height: 55px;
  }
}
.header h1 span {
  text-transform: none;
  font-size: 55px;
  color: #eaf633;
  display: block;
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .header h1 span {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 54px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 43px;
    margin-top: 15px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 40px;
    line-height: 39px;
  }
}
.header-text {
  font-size: 33px;
  margin-top: 14px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .header-text {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .header-text {
    font-size: 23px;
    line-height: 25px;
  }
}
.header ul {
  margin-top: -10px;
  padding-left: 37px !important;
  max-width: 570px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .header ul {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 32px !important;
  }
}
.header ul li {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 11px !important;
}
@media (max-width: 575.98px) {
  .header ul li {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 11px !important;
  }
}
.header ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  width: 10px;
  height: 10px;
  left: -33px;
}
.header-img {
  border-radius: 1.8px;
  position: absolute;
  max-width: 570px;
  right: -47px;
  top: -725px;
  border: 11px solid #e8eff6;
  rotate: 3.1deg;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1240px) {
  .header-img {
    right: 0px;
    max-width: 540px;
    top: -675px;
  }
}
@media (max-width: 1199.98px) {
  .header-img {
    max-width: 390px;
    right: 0px;
    top: -505px;
  }
}
@media (max-width: 991.98px) {
  .header-img {
    position: unset;
    max-width: 70%;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .header-img {
    max-width: 100%;
    border: 10px solid #e8eff6;
    rotate: 0.5deg;
  }
}
@media (max-width: 419.98px) {
  .header-img {
    max-width: 93%;
    border: 7px solid #e8eff6;
    rotate: 1.6deg;
  }
}
.header-img-brush {
  position: absolute;
  max-width: 180px;
  top: -184px;
  left: 468px;
}
@media (max-width: 400px) {
  .header .img-padd {
    padding-left: 0px !important;
    padding-right: 7px !important;
  }
}
.header .advantages {
  margin-top: 25px;
  z-index: 10;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .header .advantages {
    justify-content: space-around;
  }
}
@media (max-width: 991.98px) {
  .header .advantages-block {
    margin-bottom: -60px !important;
  }
}
@media (max-width: 767.98px) {
  .header .advantages-block {
    margin-bottom: 1rem !important;
  }
}
.header .advantages-block .advantage {
  position: relative;
  background-image: url(../images/header/die.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 355px;
  height: 145px;
  margin-bottom: 80px;
  font-size: 20px;
  color: black;
}
@media (max-width: 767.98px) {
  .header .advantages-block .advantage {
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .header .advantages-block .advantage {
    width: 281px;
    background-size: contain;
  }
}
@media (max-width: 575.98px) {
  .header .advantages-block .advantage {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
  }
}
.header .advantages-block .advantage-item {
  padding: 43px 60px 0px 60px;
  line-height: 30px;
  text-align: center;
  color: black;
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .header .advantages-block .advantage-item {
    padding: 0px 40px 0px 40px;
    font-size: 21px;
    line-height: 22px;
    margin-top: -10px;
  }
}
.header .advantages-block .header .advantage p {
  margin: 0;
}
.header .advantages-block .advantages-number {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: -2px 0 -13px 45px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 991.98px) {
  .header .advantages-block .advantages-number {
    margin: -2px 0 -13px -214px;
  }
}
@media (max-width: 767.98px) {
  .header .advantages-block .advantages-number {
    margin: -2px 0 -13px -236px;
  }
}
@media (max-width: 575.98px) {
  .header .advantages-block .advantages-number {
    margin: -2px 0 -13px -188px;
  }
}
.header .button {
  z-index: 9;
  position: sticky;
  width: 378px;
  letter-spacing: 3px;
  padding: 43px 48px;
  margin-top: 15px !important;
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .header .button {
    width: 280px;
    letter-spacing: 1px;
    padding: 29px 9px;
  }
}
.header .row-advantages {
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  .header .row-advantages {
    justify-content: space-around;
  }
}

.webp .header {
  background-image: url("../images/header/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .header {
    background-image: url(../images/header/bg-mobile.webp);
  }
}
.webp .advantages-block .advantage {
  background-image: url(../images/header/die.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) {
  .transition-header {
    background-size: cover !important;
  }
}

.about {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .about {
    padding-top: 260px;
  }
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 0;
    margin-top: -10px;
    position: sticky;
    z-index: 10;
  }
}
@media (max-width: 419.98px) {
  .about {
    margin-top: -60px;
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 991.98px) {
  .about h2 {
    text-align: center;
  }
}
.about-text {
  margin-top: 45px;
  line-height: normal;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .about-text {
    margin: 0 auto;
    margin-top: 50px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .about-text {
    margin-top: 40px;
  }
}
.about-text p {
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .about-text p {
    font-size: 20px;
  }
}
.about-text ul li {
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .about-text ul li {
    font-size: 20px;
  }
}
.about-text ul li::before {
  background-color: #84b2c7 !important;
}
.about-img {
  max-width: 110%;
  margin-left: -80px;
  margin-top: -90px;
}
@media (max-width: 991.98px) {
  .about-img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-img {
    margin-top: 0;
  }
}

.benefit {
  background-color: #f3fafe;
  margin-top: -590px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .benefit {
    padding-bottom: 110px;
  }
}
.benefit h2 {
  z-index: 9;
  position: sticky;
  margin-bottom: 45px;
  max-width: 560px;
}
@media (max-width: 991.98px) {
  .benefit h2 {
    max-width: 560px;
  }
}
@media (max-width: 767.98px) {
  .benefit h2 {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .benefit h2 {
    margin-bottom: 40px;
  }
}
.benefit p {
  z-index: 9;
  position: sticky;
  font-size: 23px;
  line-height: normal;
  max-width: 570px;
}
@media (max-width: 991.98px) {
  .benefit p {
    max-width: 580px;
  }
}
@media (max-width: 575.98px) {
  .benefit p {
    max-width: unset;
    font-size: 21px;
  }
}

.transition-benefit {
  background-image: url(../images/benefit/bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 1187px !important;
  margin-top: -88px !important;
}
@media (max-width: 991.98px) {
  .transition-benefit {
    height: 1437px !important;
  }
}

.webp .transition-benefit {
  background-image: url(../images/benefit/bg.webp) !important;
}

@media (min-width: 1900px) {
  .transition-benefit {
    background-image: url(../images/benefit/bg-2x-scale-2_00x.jpg) !important;
  }
  .webp .transition-benefit {
    background-image: url(../images/benefit/bg-2x-scale-2_00x.webp) !important;
  }
}
.program {
  padding-top: 0;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .program {
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .program {
    margin-top: -30px;
    padding-top: 0px;
  }
}
.program h2 {
  margin: 0 auto;
  margin-top: -40px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 25px;
  }
}
.program ul li::before {
  background-color: #6fc5d5 !important;
}
.program .card {
  background-color: unset;
}
.program-bg {
  background-color: #f6fbfc;
}
.program .row {
  justify-content: space-around;
}
.program .lesson {
  font-size: 18px;
  line-height: 1.33333;
}
@media (max-width: 575.98px) {
  .program .lesson {
    font-size: 19px;
    line-height: normal;
  }
}
@media (max-width: 400px) {
  .program .lesson {
    padding: 10px !important;
    overflow: hidden;
  }
}
.program .lesson__duration {
  margin-left: 30px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.program .lesson__header {
  padding-bottom: 5px;
}
.program .text_color_primary {
  color: #648ab9;
}
.program .lesson__counter {
  font-size: 20px;
  background-image: url(../images/program/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 122px;
  height: 60px;
  padding-top: 13px;
  text-align: center;
  margin-bottom: 17px;
  margin-left: -21px;
  margin-top: -15px;
}
@media (max-width: 991.98px) {
  .program .lesson__counter {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.program .lesson__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 35px;
}
.program p span {
  color: #6fc5d5;
  font-weight: 700;
  display: block;
  margin-bottom: -10px;
  display: flex;
  justify-content: start;
  margin-bottom: 0px;
}

.tr-program {
  margin-top: -90px !important;
}

@media (max-width: 575.98px) {
  .program .lesson__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .program .icon-clock:before {
    top: 105px;
  }
}
.webp .program .lesson__counter {
  background-image: url(../images/program/span.webp);
}

.bonus {
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: url("../images/bonus/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .bonus {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.bonus .btn-gutov {
  width: 280px;
  padding: 13px 48px;
}
@media (max-width: 767.98px) {
  .bonus .btn-gutov {
    width: 238px;
    padding: 7px 32px;
  }
}
.bonus h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 40px;
  }
}
.bonus-row {
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 40px;
  }
}
.bonus-title {
  background-image: url("../images/bonus/span.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #648ab9;
  width: 122px;
  height: 60px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .bonus-title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
  }
}
.bonus-sub {
  font-size: 28px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    line-height: 27px !important;
  }
}
.bonus-time {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #648ab9;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  margin-top: 29px;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 20px;
  }
}
.bonus p {
  margin-top: 25px;
}
.bonus .pr {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.bonus-ul {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 419.98px) {
  .bonus ul {
    padding-left: 23px !important;
  }
}
.bonus ul li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
}
.bonus ul li::before {
  background-color: #648ab9 !important;
}

.webp .bonus {
  background-image: url("../images/bonus/bg.webp");
}
.webp .bonus-title {
  background-image: url("../images/bonus/span.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: 575.98px) {
  .marafon__sale .bonus h2 {
    font-size: 55px;
    line-height: 49px;
  }
}
@media (max-width: 419.98px) {
  .marafon__sale .bonus h2 {
    font-size: 43px;
    line-height: 42px;
    letter-spacing: -1.2px;
  }
}

.expert {
  background-image: url(../images/expert/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  height: 1550px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .expert {
    height: unset;
    padding-bottom: 330px;
  }
}
@media (max-width: 575.98px) {
  .expert {
    padding-bottom: 140px;
  }
}
.expert h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .expert h3 {
    margin-bottom: 35px;
  }
}
.expert ul {
  max-width: 590px;
}
.expert ul li {
  margin-bottom: 13px !important;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .expert ul li {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert ul li {
    font-size: 20px;
    line-height: normal;
  }
}
.expert ul li::before {
  background-color: #6fc5d5 !important;
}
.expert-img {
  max-width: 560px;
  margin-top: -50px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .expert-img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.expert .sertificat {
  display: flex;
}
@media (max-width: 991.98px) {
  .expert .sertificat {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .expert .sertificat {
    justify-content: center;
  }
}
.expert .sert-1 {
  margin-top: 100px;
}
@media (max-width: 575.98px) {
  .expert .sert-1 {
    margin-top: 20px;
  }
}
.expert .sert-1 img {
  max-width: 120px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .expert .sert-1 img {
    max-width: 80px;
  }
}
.expert .sert-2 img {
  max-width: 90px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .expert .sert-2 img {
    max-width: 80px;
  }
}

.transition-expert {
  margin-top: -50px !important;
  margin-bottom: -70px !important;
  background-size: cover !important;
}

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

@media (min-width: 1900px) {
  .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.webp");
  }
}
#example-expert {
  z-index: 9;
  position: sticky;
  margin-top: -400px;
  padding-bottom: 70px;
}
@media (max-width: 575.98px) {
  #example-expert {
    padding-bottom: 30px;
    margin-top: -200px;
  }
}
@media (max-width: 419.98px) {
  #example-expert {
    margin-top: -190px;
  }
}
#example-expert .example-expert {
  margin-top: -40px;
}
@media (max-width: 1199.98px) {
  #example-expert .example-expert {
    margin-top: -15px;
  }
}
#example-expert .example-expert-heading {
  margin-top: 40px;
}

#example-expert .container-bg {
  border-radius: 7px;
  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: 767.98px) {
  #example-expert .carousel-indicators {
    margin-left: 1%;
    margin-right: 1%;
  }
}

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

#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #648ab9;
}

.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);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(../images/expert-work/9.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(../images/expert-work/10.jpg);
}
.main-carousel .carousel-item-img-11 {
  background-image: url(../images/expert-work/11.jpg);
}
.main-carousel .carousel-item-img-12 {
  background-image: url(../images/expert-work/12.jpg);
}
.main-carousel .carousel-item-img-13 {
  background-image: url(../images/expert-work/13.jpg);
}
.main-carousel .carousel-item-img-14 {
  background-image: url(../images/expert-work/14.jpg);
}
.main-carousel .carousel-item-img-15 {
  background-image: url(../images/expert-work/15.jpg);
}
.main-carousel .carousel-item-img-16 {
  background-image: url(../images/expert-work/16.jpg);
}
.main-carousel .carousel-item-img-17 {
  background-image: url(../images/expert-work/17.jpg);
}
.main-carousel .carousel-item-img-18 {
  background-image: url(../images/expert-work/18.jpg);
}
.main-carousel .carousel-item-img-19 {
  background-image: url(../images/expert-work/19.jpg);
}
.main-carousel .carousel-item-img-20 {
  background-image: url(../images/expert-work/20.jpg);
}
.main-carousel .carousel-item-img-21 {
  background-image: url(../images/expert-work/21.jpg);
}
.main-carousel .carousel-item-img-22 {
  background-image: url(../images/expert-work/22.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);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(../images/expert-work/9.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(../images/expert-work/10.webp);
}
.webp .main-carousel .carousel-item-img-11 {
  background-image: url(../images/expert-work/11.webp);
}
.webp .main-carousel .carousel-item-img-12 {
  background-image: url(../images/expert-work/12.webp);
}
.webp .main-carousel .carousel-item-img-13 {
  background-image: url(../images/expert-work/13.webp);
}
.webp .main-carousel .carousel-item-img-14 {
  background-image: url(../images/expert-work/14.webp);
}
.webp .main-carousel .carousel-item-img-15 {
  background-image: url(../images/expert-work/15.webp);
}
.webp .main-carousel .carousel-item-img-16 {
  background-image: url(../images/expert-work/16.webp);
}
.webp .main-carousel .carousel-item-img-17 {
  background-image: url(../images/expert-work/17.webp);
}
.webp .main-carousel .carousel-item-img-18 {
  background-image: url(../images/expert-work/18.webp);
}
.webp .main-carousel .carousel-item-img-19 {
  background-image: url(../images/expert-work/19.webp);
}
.webp .main-carousel .carousel-item-img-20 {
  background-image: url(../images/expert-work/20.webp);
}
.webp .main-carousel .carousel-item-img-21 {
  background-image: url(../images/expert-work/21.webp);
}
.webp .main-carousel .carousel-item-img-22 {
  background-image: url(../images/expert-work/22.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);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(../images/expert-work/9-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(../images/expert-work/10-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(../images/expert-work/11-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-12 {
    background-image: url(../images/expert-work/12-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-13 {
    background-image: url(../images/expert-work/13-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-14 {
    background-image: url(../images/expert-work/14-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-15 {
    background-image: url(../images/expert-work/15-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-16 {
    background-image: url(../images/expert-work/16-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-17 {
    background-image: url(../images/expert-work/17-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-18 {
    background-image: url(../images/expert-work/18-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-19 {
    background-image: url(../images/expert-work/19-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-20 {
    background-image: url(../images/expert-work/20-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-21 {
    background-image: url(../images/expert-work/21-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-22 {
    background-image: url(../images/expert-work/22-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 .main-carousel .carousel-item-img-9 {
    background-image: url(../images/expert-work/9-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(../images/expert-work/10-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(../images/expert-work/11-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-12 {
    background-image: url(../images/expert-work/12-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-13 {
    background-image: url(../images/expert-work/13-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-14 {
    background-image: url(../images/expert-work/14-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-15 {
    background-image: url(../images/expert-work/15-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-16 {
    background-image: url(../images/expert-work/16-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-17 {
    background-image: url(../images/expert-work/17-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-18 {
    background-image: url(../images/expert-work/18-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-19 {
    background-image: url(../images/expert-work/19-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-20 {
    background-image: url(../images/expert-work/20-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-21 {
    background-image: url(../images/expert-work/21-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-22 {
    background-image: url(../images/expert-work/22-2x-scale-2_00x.webp);
  }
}
.materials {
  padding-top: 50px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .materials {
    overflow: unset;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.materials ul {
  max-width: 475px;
}
.materials ul li {
  margin-bottom: 13px !important;
}
.materials h4 {
  margin-bottom: 40px;
}
.materials .upper {
  text-transform: uppercase;
  font-weight: 700;
}
.materials a {
  font-size: 25px;
  margin-left: 40px;
  padding-left: 30px;
  color: black;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .materials a {
    font-size: 22px;
    line-height: normal;
    padding-left: 20px;
  }
}
.materials .btn-inside {
  margin-top: 10px;
  margin-left: 20px;
  color: #648ab9 !important;
}
@media (max-width: 991.98px) {
  .materials .btn-inside {
    margin-left: 40px;
  }
}
.materials .dropdown {
  margin-bottom: 30px;
}
.materials .dropdown-1 .drop-text {
  width: 570px !important;
  transform: translate3d(-286px, 0px, 0px) !important;
}
@media (max-width: 991.98px) {
  .materials .dropdown-1 .drop-text {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .dropdown-1 .drop-text {
    width: 94% !important;
  }
}
.materials .dropdown-2 .drop-text {
  width: 570px !important;
  transform: translate3d(-286px, 0px, 0px) !important;
}
@media (max-width: 991.98px) {
  .materials .dropdown-2 .drop-text {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .dropdown-2 .drop-text {
    width: 94% !important;
  }
}
.materials .dropdown-2 .flex-item {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  .materials .dropdown-2 .flex-item {
    flex-wrap: wrap;
  }
}
.materials .dropdown-2 ul {
  max-width: 235px;
}
.materials .dropdown-3 .drop-text {
  width: 570px !important;
  transform: translate3d(-286px, 0px, 0px) !important;
}
@media (max-width: 991.98px) {
  .materials .dropdown-3 .drop-text {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .dropdown-3 .drop-text {
    width: 94% !important;
  }
}
.materials .dropdown-4 .drop-text {
  width: 570px !important;
  transform: translate3d(-286px, 0px, 0px) !important;
}
@media (max-width: 991.98px) {
  .materials .dropdown-4 .drop-text {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .dropdown-4 .drop-text {
    width: 94% !important;
  }
}
.materials .dropdown p {
  font-size: 18px;
}
.materials .dropdown ul li {
  font-size: 18px;
}
.materials .drop-text {
  top: -8px !important;
  width: 800px;
}
.materials .drop-btn {
  position: sticky;
}
.materials .drop-pad {
  padding: 40px 20px 30px 48px;
}
.materials .green-block {
  width: 100%;
  height: 74px;
  background: #b6ebf5;
  margin-top: -8px;
}
.materials-title {
  width: 206px;
  z-index: 10;
  position: sticky;
}
.materials-indicator {
  top: -1px;
  left: -45px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/materials/materials_chevron-up.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.materials-indicator-up {
  background-image: url(../images/materials/materials_chevron-down.png);
}
.materials .dropdown.dropright.show .drop-btn {
  color: white;
  font-weight: 700;
}
.materials .dropdown.dropright.show .materials-indicator {
  background-image: url(../images/materials/materials_chevron-down.png);
}
@media (max-width: 991.98px) {
  .materials-img {
    display: none;
  }
}
.materials-img-dec-1 {
  position: absolute;
  max-width: 800px;
  margin-top: -229px;
  margin-left: -1049px;
}
.materials-img-dec-2 {
  position: absolute;
  max-width: 720px;
  margin-top: 260px;
  margin-left: -150px;
}

@media (max-width: 991.98px) {
  .materials-img-1 {
    margin-left: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-text {
    width: 94% !important;
  }
  .materials .drop-pad {
    padding: 20px 15px 20px 15px;
  }
}
#packages {
  background-image: url(../images/packages/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 70px;
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages h2 {
  color: #fff;
  margin-top: 135px;
  margin-bottom: 30px;
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#packages .packages__item-title {
  color: #648ab9;
  font-family: "LADIOSA";
  display: block;
  padding: 28px 3px;
  background: #B6ECF5;
  background: linear-gradient(180deg, #B6ECF5, #E4F4F7);
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #packages .packages__item-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  #packages .packages__item-title {
    font-size: 35px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 7px 0px 7px;
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
  padding-bottom: 45px;
  border-radius: 0px 0px 10px 10px;
}
#packages .packages__item-prices {
  display: block;
  justify-content: space-between;
  align-items: end;
  font-weight: 700;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-size: 50px;
  margin-right: 10px;
  margin: 0 auto;
  color: #648ab9;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-new {
    font-size: 42px;
  }
}
#packages .packages__item-price-old {
  text-decoration: line-through;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-old {
    font-size: 26px;
  }
}
#packages .packages__item-sale-percent {
  font-size: 40px;
  display: block;
  width: 190px;
  margin: 20px auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px;
}
#packages ul {
  list-style: none;
  line-height: 27px;
  margin-left: 5px;
  margin-top: -8px;
  padding-right: 15px;
}
@media (max-width: 419.98px) {
  #packages ul {
    margin-left: 3px;
    padding-left: 28px;
    padding-right: 5px;
  }
}
#packages li {
  margin-bottom: -2px;
  line-height: 22px;
  color: #252525;
}
@media (max-width: 575.98px) {
  #packages li {
    font-size: 20px !important;
  }
}
#packages li::before {
  background-color: #c7eef6 !important;
  top: 0.6em !important;
}
#packages .none:before {
  opacity: 0.5;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li, #packages .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 25px;
}
#packages .codes > a.active, #packages .codes > a:hover {
  text-decoration: none;
  color: white;
  background: #90b4e0;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #90b4e0;
  background: #e5effa;
  border-radius: 6px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 105px;
}
#packages .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.transition-top-2 {
  margin-top: -130px !important;
}

.transition-bottom-2 {
  height: 432px !important;
}

.flip-container ul {
  line-height: unset !important;
  margin-left: unset !important;
  margin-top: unset !important;
  padding-right: unset !important;
}
.flip-container ul li {
  margin-bottom: unset !important;
  line-height: unset !important;
  color: unset !important;
}

@media (max-width: 767.98px) {
  .timer-header {
    font-size: 43px !important;
    margin-bottom: -20px !important;
  }
}
@media (max-width: 575.98px) {
  .timer-header {
    font-size: 34px !important;
    margin-bottom: -45px !important;
  }
}

main .tr-packages {
  margin-top: 7px;
  height: 125px;
}

.transition-packages {
  margin-top: -50px !important;
  margin-bottom: -70px !important;
  background-size: cover !important;
}

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

@media (min-width: 1900px) {
  .packages {
    background-image: url("../images/packages/bg-2x-scale-2_00x.jpg");
  }
  .webp .packages {
    background-image: url("../images/packages/bg-2x-scale-2_00x.webp");
  }
}
.marafon #packages .btn-bonrub {
  padding: 18px 48px;
  width: 290px;
}
@media (max-width: 575.98px) {
  .marafon #packages .btn-bonrub {
    padding: 13px 48px;
    width: 250px;
  }
}

.questions-item {
  border-radius: 15px;
  box-shadow: 0px 0px 10px -1px rgba(144, 180, 224, 0.2);
  border: 2px solid #90b4e0;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 800px;
  margin: 0 auto;
}
.questions-question {
  font-family: "PT Sans";
  font-weight: 700;
  position: relative;
  padding-top: 55px;
  padding-bottom: 20px;
  padding-right: 180px;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
@media (max-width: 400px) {
  .questions-question {
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-right: 13px !important;
  }
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
}
@media (max-width: 400px) {
  .questions-answer {
    padding-left: 20px !important;
    padding-top: 40px !important;
    padding-right: 13px !important;
  }
}
.questions-indicator {
  transition: 0.245s;
  right: 40px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url("../images/icons/icon_chevron-up.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.1));
}
.questions-indicator-chevron {
  font-size: 18px;
  transform: rotate(90deg);
}

.questions-question.collapsed .questions-indicator {
  background-image: url("../images/icons/icon_chevron-down.png");
}

@media (max-width: 767.98px) {
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
  .questions {
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: -60px;
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-header {
    font-size: 50px;
  }
  .questions-answer {
    padding-left: 39px;
    padding-right: 15px;
  }
}
@media (max-width: 419.98px) {
  .questions-indicator {
    right: 45%;
    top: 105%;
  }
  .questions-answer {
    padding-top: 40px;
  }
  .questions-item {
    padding-bottom: 45px;
  }
}
.tr-questions {
  margin-top: -100px !important;
  height: 185px !important;
}

.ask {
  overflow: hidden;
  padding-bottom: 75px;
  margin-top: 65px;
}
@media (min-width: 991.98px) {
  .ask {
    margin-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .ask {
    padding-bottom: 25px;
  }
}
.ask h3 {
  margin-bottom: 25px;
}
.ask-img {
  position: absolute;
  max-width: 510px;
  margin-top: -300px;
  margin-left: 220px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .ask-img {
    margin-top: -260px;
    margin-left: 140px;
  }
}
@media (max-width: 767.98px) {
  .ask-img {
    position: unset;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .ask-img {
    max-width: 100%;
  }
}
.ask-subtitle {
  line-height: 32px;
  font-family: "PT Sans";
  font-size: 22px;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.ask-buttons_icon {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 1px;
}
.ask .button {
  padding: 26px 10px;
  max-width: 305px;
  letter-spacing: 4px;
}
@media (max-width: 1199.98px) {
  .ask .button {
    padding: 20px 10px;
  }
}
@media (max-width: 991.98px) {
  .ask .button {
    padding: 25px 10px;
  }
}
@media (max-width: 575.98px) {
  .ask .button {
    padding: 20px 10px;
    max-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .ask {
    margin-top: -15px;
  }
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 30px;
  }
  .ask-subtitle {
    font-size: 20px;
    line-height: normal;
    margin-top: 15px;
  }
}
.marafon__price .ask {
  margin-top: 0;
  padding-top: 30px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 575.98px) {
  .marafon__price .ask {
    padding-top: 15px;
  }
}

footer {
  background: #2d5172;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: white;
}/*# sourceMappingURL=style.css.map */