@font-face {
  font-family: "NEUMANN";
  src: url("../fonts/NEUMANN.OTF");
  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: "NEUMANN";
  font-weight: 400;
  font-size: 55px;
  line-height: 74px;
  color: #dca42e;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 54px;
    line-height: 73px;
  }
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 53px;
    line-height: 71px;
  }
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 41px;
    line-height: 52px;
  }
}
@media (max-width: 419.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1.2px;
  }
}

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: #dca42e;
  transform: translateY(-50%);
}

#show-menu {
  height: 15px;
}

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: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.button:hover,
button .why:hover,
button .materials:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  text-decoration: none;
  color: #fff;
}
@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: 24px 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: 910px;
  padding-top: 20px;
}
@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 .big {
  background-image: url(../images/header/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "NEUMANN";
  color: white;
  display: flex;
  font-size: 25px;
  text-transform: uppercase;
  width: 125px;
  height: 65px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -89px;
  margin-left: -41px;
  z-index: 10;
  position: sticky;
  z-index: 10;
  position: sticky;
}
@media (max-width: 991.98px) {
  .header .big {
    margin-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .header .big {
    margin-left: -7px;
    margin-bottom: -56px;
  }
}
@media (max-width: 575.98px) {
  .header .big {
    margin: 0 auto;
  }
}
.header h1 {
  margin-top: 80px;
  font-size: 73px;
  line-height: 91px;
  text-transform: uppercase;
  max-width: 550px;
}
@media (max-width: 991.98px) {
  .header h1 {
    margin: 0 auto;
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 68px;
    line-height: 88px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 53px;
    line-height: 68px;
    margin-top: 20px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 41px;
    line-height: 54px;
  }
}
.header h1 span {
  font-size: 40px;
  color: #759365;
  display: block;
  margin-top: -20px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .header h1 span {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    margin-top: 5px;
    font-size: 35px;
    line-height: 44px;
  }
}
.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: 620px;
}
@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: 24px;
  line-height: 30px;
  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 {
  position: absolute;
  max-width: 488px;
  right: -10px;
  top: -732px;
}
@media (max-width: 1199.98px) {
  .header-img {
    max-width: 438px;
    right: -16px;
    top: -652px;
  }
}
@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%;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
.header-img-brush {
  position: absolute;
  max-width: 290px;
  top: -199px;
  left: 421px;
}
@media (max-width: 400px) {
  .header .img-padd {
    padding-left: 0px !important;
    padding-right: 7px !important;
  }
}
.header .advantages {
  margin-top: 55px;
  z-index: 10;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .header .advantages {
    justify-content: space-around;
  }
}
.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: 353px;
  height: 155px;
  margin-bottom: 80px;
  font-size: 20px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .header .advantages-block .advantage {
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
@media (max-width: 400px) {
  .header .advantages-block .advantage {
    width: 287px;
    height: 129px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .header .advantages-block .advantage-text {
    line-height: 25px;
  }
}
.header .advantages-block .advantage-item {
  padding: 43px 60px 0px 60px;
  line-height: 30px;
  text-align: center;
  color: black;
  font-size: 22px;
  padding: 0px 8px 0px 10px;
  padding: 17px 55px 0px 55px;
}
.header .advantages-block .header .advantage p {
  margin: 0;
}
.header .advantages-block .advantages-number {
  color: #dca42e;
  font-size: 18px;
  font-weight: 700;
  margin: -2px 0 -45px 45px;
  z-index: 10;
  position: sticky;
}
@media (max-width: 991.98px) {
  .header .advantages-block .advantages-number {
    margin: -2px 0 -47px -226px;
  }
}
@media (max-width: 400px) {
  .header .advantages-block .advantages-number {
    display: none;
  }
}
.header .button {
  z-index: 9;
  position: sticky;
  width: 378px;
  letter-spacing: 3px;
  padding: 43px 48px;
  margin-top: 45px !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 (max-width: 991.98px) {
  .transition-header {
    background-size: cover !important;
  }
}

.about {
  padding-top: 40px;
}
@media (max-width: 1199.98px) {
  .about {
    padding-top: 230px;
  }
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 0;
    margin-top: -10px;
  }
}
@media (max-width: 419.98px) {
  .about {
    margin-top: -60px;
    z-index: 9;
    position: sticky;
  }
}
.about .row {
  justify-content: space-between;
  align-items: center;
}
@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: 80px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .about-text {
    margin-top: 50px;
  }
}
.about-text p {
  font-size: 23px;
}
@media (max-width: 575.98px) {
  .about-text p {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .about-img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.benefit {
  background-image: url(../images/benefit/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 840px;
}
@media (max-width: 991.98px) {
  .benefit {
    min-height: unset;
    background-image: url(../images/benefit/bg-mobile.jpg);
    padding-bottom: 110px;
  }
}
.benefit h2 {
  margin-top: 130px;
  margin-bottom: 65px;
  z-index: 3;
  position: sticky;
}
@media (max-width: 991.98px) {
  .benefit h2 {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .benefit h2 {
    margin-bottom: 40px;
  }
}
.benefit p {
  z-index: 3;
  position: sticky;
  font-size: 23px;
  line-height: normal;
  max-width: 455px;
}
@media (max-width: 991.98px) {
  .benefit p {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .benefit p {
    max-width: unset;
    font-size: 21px;
  }
}
.benefit-light {
  position: absolute;
  max-width: 100%;
  margin-top: -950px;
  margin-left: -349px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .benefit-light {
    max-width: 114%;
    margin-top: -950px;
    margin-left: -269px;
  }
}
@media (max-width: 991.98px) {
  .benefit-light {
    display: none;
  }
}

.transition-benefit {
  margin-top: 6px !important;
  margin-bottom: -46px !important;
  height: 100px !important;
  margin-top: 0 !important;
  background-size: cover !important;
}

.webp .benefit {
  background-image: url("../images/benefit/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .benefit {
    background-image: url(../images/benefit/bg-mobile.webp);
  }
}

.program {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .program {
    padding-top: 0 !important;
    margin-top: -100px;
    z-index: 13;
    position: sticky;
    padding-bottom: 20px !important;
  }
}
.program .row-main {
  justify-content: center;
}
.program .row-main .last {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .program .row-main .last {
    display: block;
  }
}
.program .row-main .last .program-text {
  max-width: 365px;
  margin-top: 40px;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .program .row-main .last .program-text {
    max-width: unset;
    margin: 0 auto;
  }
}
.program .row-main .last img {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .program .row-main .last img {
    max-width: 100%;
  }
}
@media (max-width: 419.98px) {
  .program .col-12 {
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .program {
    padding-bottom: 50px;
  }
}
.program h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .program h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
.program-head {
  color: #759365;
  font-size: 43px;
  text-align: center;
  margin-top: 35px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .program-head {
    font-size: 37px;
    line-height: 40px;
  }
}
.program-desc {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .program-desc {
    font-size: 21px;
  }
}
.program-duration {
  font-size: 34px;
  text-align: center;
  margin-top: 35px;
  color: #759365;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .program-duration {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 0px;
  }
}
.program-img {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .program-img {
    margin-top: 50px;
  }
}
.program-text .title {
  font-size: 25px;
  line-height: 29px;
  color: #759365;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .program-text .title {
    margin-top: 10px;
    text-align: center;
  }
}
.program-text .text {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.program-text .sub {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 700;
}
.program ul {
  padding-left: 22px !important;
}
@media (max-width: 575.98px) {
  .program ul {
    padding-left: 20px !important;
  }
}
.program ul li {
  font-size: 20px;
  margin-bottom: 13px !important;
}

.bonus {
  padding-bottom: 0;
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .bonus {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .bonus {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
.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.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  width: 148px;
  height: 63px;
  text-align: left;
  font-family: "NEUMANN";
  font-size: 30px;
  letter-spacing: 1px;
  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: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #dca42e;
}
@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: #759365;
  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;
  color: #dca42e;
}
@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: #759365;
}

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

.marafon .btn-bonrub {
  padding: 19px 48px;
}
@media (max-width: 1199.98px) {
  .marafon .btn-bonrub {
    padding: 13px 48px;
  }
}
@media (max-width: 991.98px) {
  .marafon .btn-bonrub {
    padding: 19px 48px;
  }
}
@media (max-width: 575.98px) {
  .marafon .btn-bonrub {
    padding: 13px 48px;
  }
}
.marafon__sale .bonus h2 {
  font-size: 51px;
  line-height: 72px;
}
@media (max-width: 1199.98px) {
  .marafon__sale .bonus h2 {
    font-size: 50px;
    line-height: 67px;
  }
}
@media (max-width: 991.98px) {
  .marafon__sale .bonus h2 {
    font-size: 47px;
    line-height: 61px;
  }
}
@media (max-width: 767.98px) {
  .marafon__sale .bonus h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 575.98px) {
  .marafon__sale .bonus h2 {
    font-size: 39px;
    line-height: 47px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 419.98px) {
  .marafon__sale .bonus h2 {
    font-size: 29px;
    line-height: 39px;
    letter-spacing: -1.7px;
  }
}

.expert {
  background-image: url(../images/expert/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  height: 920px;
}
@media (max-width: 1199.98px) {
  .expert {
    height: 1140px;
    background-position: -1099px center;
  }
}
@media (max-width: 991.98px) {
  .expert {
    height: unset;
    background-image: none !important;
    background-color: #42452e;
  }
}
.expert h3 {
  color: #fff;
  width: 700px;
}
@media (max-width: 991.98px) {
  .expert h3 {
    text-align: center;
    width: unset;
  }
}
.expert ul {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .expert ul {
    margin-top: 30px;
  }
}
.expert ul li {
  color: #fff;
  margin-bottom: 13px !important;
  font-size: 23px;
}
@media (max-width: 991.98px) {
  .expert ul li {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert ul li {
    font-size: 21px;
    line-height: normal;
  }
}
.expert-img {
  display: none;
}
@media (max-width: 991.98px) {
  .expert-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
.expert .drop-1 .drop-btn {
  color: #fff !important;
  background-color: #759365;
  border-radius: 5px;
  width: 230px;
  padding: 8px 0px 8px 0px;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 30px;
}
.expert .drop-1 .drop-btn:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-btn {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.expert .drop-1 .drop-text {
  transform: translate3d(170px, 23px, 0px) !important;
  top: -30px !important;
  left: -168px !important;
  width: 620px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-text {
    width: 635px;
    transform: translate3d(138px, -2px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(138px, -2px, 0px) !important;
    width: 545px;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-text {
    width: 94%;
    left: -143px !important;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .drop-text {
    left: -138px !important;
    top: -26px !important;
  }
}
.expert .drop-1 .drop-pad {
  padding: 100px 20px 20px 20px;
  border: 1px solid rgb(30, 102, 97);
  border-radius: 20px;
  box-shadow: 0px 0px 15.2px 0px rgba(30, 102, 97, 0.25);
  background: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad {
    padding: 90px 10px 15px 10px;
  }
}
.expert .drop-1 .drop-pad p {
  font-size: 20px !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad p {
    font-size: 19px !important;
  }
}
.expert .drop-1 .drop-pad ul li {
  padding: 0px 0px 10px 1px !important;
  font-size: 20px !important;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad ul li {
    font-size: 19px !important;
  }
}
.expert .drop-1 .drop-pad ul li::before {
  top: 0.4em !important;
}
.expert .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
.expert .drop-1 .sertificat {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat {
    justify-content: center;
  }
}
.expert .drop-1 .sertificat-item-1 img, .expert .drop-1 .sertificat-item-2 img, .expert .drop-1 .sertificat-item-3 img, .expert .drop-1 .sertificat-item-4 img, .expert .drop-1 .sertificat-item-5 img, .expert .drop-1 .sertificat-item-6 img, .expert .drop-1 .sertificat-item-7 img {
  max-width: 107px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-1 img, .expert .drop-1 .sertificat-item-2 img, .expert .drop-1 .sertificat-item-3 img, .expert .drop-1 .sertificat-item-4 img, .expert .drop-1 .sertificat-item-5 img, .expert .drop-1 .sertificat-item-6 img, .expert .drop-1 .sertificat-item-7 img {
    max-width: 80px;
  }
}
.expert .drop-1 .sertificat-item-8 img, .expert .drop-1 .sertificat-item-9 img, .expert .drop-1 .sertificat-item-10 img {
  max-width: 225px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-8 img, .expert .drop-1 .sertificat-item-9 img, .expert .drop-1 .sertificat-item-10 img {
    max-width: 155px;
  }
}
.expert .drop-1 .sertificat-item img {
  margin: 0 auto;
  padding: 0;
  padding-right: 5px;
  padding-bottom: 5px;
}

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

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

#example-expert {
  z-index: 9;
  position: sticky;
  padding-bottom: 70px;
}
@media (max-width: 575.98px) {
  #example-expert {
    padding-bottom: 30px;
  }
}
@media (max-width: 419.98px) {
  #example-expert {
    margin-top: -100px;
  }
}
#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,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #dca42e;
}

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

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

@media (max-width: 575.98px) {
  .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);
  }
  .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);
  }
}
.materials {
  padding-top: 70px;
}
@media (max-width: 991.98px) {
  .materials {
    padding-bottom: 70px;
  }
}
@media (max-width: 419.98px) {
  .materials {
    padding-bottom: 50px;
  }
}
.materials h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .materials h2 {
    margin-bottom: 30px;
  }
}
.materials ul li {
  font-size: 20px;
  margin-bottom: 14px !important;
}
.materials ul .inside li {
  margin-bottom: 4px !important;
}
.materials ul .inside li::before {
  background-color: #a8943e !important;
}
@media (max-width: 991.98px) {
  .materials img {
    margin-top: 40px;
  }
}
@media (max-width: 419.98px) {
  .materials img {
    margin-top: 20px;
  }
}
.materials .drop-btn {
  color: #759365 !important;
  border: 1px solid #759365;
  border-radius: 10px;
  width: 134px;
  padding: 4px;
  font-size: 18px;
  margin-left: 40px;
  margin-top: -8px;
}
@media (max-width: 575.98px) {
  .materials .drop-btn {
    margin-top: -9px;
  }
}
.materials .drop-btn-1 {
  margin-left: 294px;
  margin-top: -116px;
}
@media (max-width: 1199.98px) {
  .materials .drop-btn-1 {
    margin-left: 64px;
    margin-top: -52px;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-btn-1 {
    margin-left: 294px;
    margin-top: -112px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-btn-1 {
    margin-left: -6px;
    margin-top: 8px;
  }
}
.materials .drop-btn-2 {
  margin-left: 75px;
  margin-top: -56px;
}
.materials .drop-text {
  width: 575px;
  border: none;
  background-color: unset;
}
.materials .drop-text-1 {
  transform: translate3d(-50px, -82px, 0px) !important;
}
@media (max-width: 1199.98px) {
  .materials .drop-text-1 {
    transform: translate3d(-170px, -82px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-text-1 {
    transform: translate3d(-50px, -82px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-text-1 {
    transform: translate3d(-7px, -68px, 0px) !important;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-text-1 {
    transform: translate3d(-30px, -22px, 0px) !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-text-1 {
    width: 305px !important;
  }
}
.materials .drop-text-2 {
  transform: translate3d(-50px, -62px, 0px) !important;
}
@media (max-width: 1199.98px) {
  .materials .drop-text-2 {
    transform: translate3d(-130px, -62px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-text-2 {
    transform: translate3d(-30px, -62px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-text-2 {
    transform: translate3d(-30px, -42px, 0px) !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-text-2 {
    width: 305px !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-text {
    width: 635px;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-text {
    width: 515px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-text {
    width: 400px;
  }
}
.materials .drop-pad {
  padding: 90px 25px 15px 20px;
  border: 1px solid #759365;
  border-radius: 20px;
  box-shadow: 0px 0px 15.2px 0px rgba(0, 73, 113, 0.25);
  background: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .materials .drop-pad {
    padding: 90px 10px 15px 10px;
  }
}
.materials .drop-pad p {
  font-size: 20px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-pad p {
    font-size: 19px !important;
  }
}
.materials .dropdown.show .drop-btn {
  background: #eaf6fe;
}

#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 {
  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: white;
  text-transform: uppercase;
  font-family: "NEUMANN";
  display: block;
  padding: 28px 3px;
  background: #8BA97C;
  background: radial-gradient(at center, #8BA97C, #759366);
  border-bottom: 1px solid #607a53;
  font-size: 30px;
  text-align: center;
}
#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;
}
@media (max-width: 575.98px) {
  #packages .packages__item-buy {
    padding-bottom: 15px;
  }
}
#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: #759365;
}
@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;
}
#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: #f0a548;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #f0a548;
  background: #faf2e0;
  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 (max-width: 575.98px) {
  .packages {
    background-image: url("../images/packages/bg-mobile.jpg");
  }
  .webp .packages {
    background-image: url("../images/packages/bg-mobile.webp");
  }
}
.questions-item {
  border-radius: 15px;
  box-shadow: 0px 0px 10px -1px rgba(34, 60, 80, 0.2);
  border: 2px solid #9ab88b;
  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;
}
.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;
  margin-bottom: 75px;
  margin-top: 65px;
}
@media (min-width: 991.98px) {
  .ask {
    margin-top: 140px;
  }
}
.ask h3 {
  margin-bottom: 25px;
}
.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: 25px 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: 0px !important;
}
@media (max-width: 991.98px) {
  .marafon__price .ask {
    margin-top: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .marafon__price .ask {
    margin-top: -15px !important;
    z-index: 15;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .marafon__price .ask {
    padding-top: 0px !important;
    margin-top: -50px !important;
  }
}

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