@font-face {
  font-family: "SPRITEGRAFFITI-REGULAR";
  src: url("../fonts/SPRITEGRAFFITI-REGULAR.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: "SPRITEGRAFFITI-REGULAR";
  color: #888787;
  font-weight: 400;
  font-size: 65px;
  line-height: 66px;
  letter-spacing: 6px;
}
@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5 {
    letter-spacing: 0px;
    font-size: 62px;
    line-height: 63px;
  }
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 60px;
    line-height: 61px;
  }
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 55px;
    line-height: 53px;
  }
}
@media (max-width: 419.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 44px;
    line-height: 46px;
    letter-spacing: -1.5px;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #f7bc47;
}

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

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

.codes > a.active, .codes > a:hover {
  text-decoration: none;
  color: white;
  background: #efc27d;
}

.codes > a {
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: white;
  background-color: #f0ae0f;
  border-radius: 5px;
  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: 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: #f0ae0f;
  transform: translateY(-50%);
}

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

#show-menu {
  height: 15px;
}

@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: 31px 48px;
  gap: 10px;
  width: 290px;
  background: url(../images/icons/button-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  color: #99671d;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .button,
  button .why,
  button .materials {
    padding: 15px 48px;
    width: 254px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .button,
  button .why,
  button .materials {
    padding: 32px 48px;
    width: 290px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    padding: 14px 48px;
    width: 249px;
  }
}
.button:hover,
button .why:hover,
button .materials:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  text-decoration: none;
  color: #99671d;
}

.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;
  padding-top: 5px;
  padding-bottom: 0;
  height: 940px;
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    background-image: url(../images/header/bg-mobile.jpg);
    padding-top: 95px;
    height: unset;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.header h1 {
  font-size: 104px;
  line-height: 78px;
  color: #888787;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 11.8px;
  margin-bottom: 20px;
  background-image: url(../images/icons/texture.jpg);
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199.98px) {
  .header h1 {
    width: 570px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    width: unset;
    font-size: 110px;
    line-height: 96px;
    letter-spacing: unset;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 103px;
    line-height: 88px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 84px;
    line-height: 70px;
    margin-top: 25px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 65px;
    line-height: 58px;
    letter-spacing: -0.5px;
  }
}
.header h1 span {
  -webkit-text-fill-color: currentColor;
}
.header h1 .big {
  text-transform: none;
  margin-top: 15px;
  font-size: 43px;
  line-height: 40px;
  color: #f7bc47;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 5px;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .header h1 .big {
    font-size: 43px;
    line-height: 48px;
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .header h1 .big {
    font-size: 39px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .header h1 .big {
    font-size: 37px;
    line-height: 41px;
    margin-top: 20px;
  }
}
@media (max-width: 419.98px) {
  .header h1 .big {
    font-size: 33px;
    line-height: 38px;
  }
}
.header h1 .span1 {
  background-image: url(../images/header/span1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 38px;
  width: 91px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -7deg;
  margin-bottom: -47px;
  margin-left: -58px;
  letter-spacing: 1px;
}
@media (max-width: 1199.98px) {
  .header h1 .span1 {
    margin-bottom: -37px;
    margin-left: -18px;
  }
}
@media (max-width: 991.98px) {
  .header h1 .span1 {
    margin: 0 auto;
    font-size: 48px;
    width: 110px;
    height: 76px;
  }
}
.header h1 .span2 {
  background-image: url(../images/header/span2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  letter-spacing: 1px;
  color: #888787;
  font-size: 45px;
  width: 396px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-left: 0px;
}
@media (max-width: 1199.98px) {
  .header h1 .span2 {
    rotate: -6deg;
    margin-top: -3px;
    margin-left: -30px;
  }
}
@media (max-width: 991.98px) {
  .header h1 .span2 {
    rotate: unset;
    position: unset;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .header h1 .span2 {
    font-size: 41px;
    width: 352px;
    height: 96px;
  }
}
@media (max-width: 575.98px) {
  .header h1 .span2 {
    font-size: 38px;
    width: 311px;
    height: 89px;
  }
}
@media (max-width: 419.98px) {
  .header h1 .span2 {
    font-size: 32px;
    width: 228px;
    height: 69px;
  }
}
.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: 404px;
}
@media (max-width: 1199.98px) {
  .header ul {
    max-width: 420px;
  }
}
@media (max-width: 991.98px) {
  .header ul {
    max-width: unset;
  }
}
@media (max-width: 991.98px) {
  .header ul {
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 32px !important;
  }
}
.header ul li {
  font-size: 22px;
  line-height: 26px;
  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;
}
@media (max-width: 575.98px) {
  .header ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: -25px;
  }
}
.header-img {
  position: absolute;
  max-width: 50%;
  right: -9px;
  top: -621px;
}
@media (max-width: 991.98px) {
  .header-img {
    rotate: unset;
    border: unset;
    max-width: 85%;
    position: unset;
    margin: 0 auto;
    display: flex;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-img {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .header-img {
    rotate: unset;
    max-width: 100%;
    margin-bottom: 30px;
    border: unset;
  }
}
@media (max-width: 419.98px) {
  .header-img {
    border: unset;
    margin-top: 5px;
    margin-bottom: -10px;
  }
}
.header-img__desc {
  position: absolute;
  max-width: 650px;
  top: -322px;
  left: 534px;
  z-index: 9;
}
@media (max-width: 1235px) {
  .header-img__desc {
    max-width: 632px;
    top: -309px;
    left: 534px;
  }
}
@media (max-width: 1199.98px) {
  .header-img__desc {
    max-width: 500px;
    top: -308px;
    left: 473px;
  }
}
.header-img__desc-pencil {
  position: absolute;
  max-width: 105px;
  margin-top: -410px;
  margin-left: 620px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .header-img__desc-pencil {
    max-width: 105px;
    margin-top: -440px;
    margin-left: 660px;
  }
}
@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;
  }
}
.header .advantages .item {
  background-image: url(../images/header/die.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .header .advantages .item {
    width: 220px;
    height: 104px;
  }
}
@media (max-width: 991.98px) {
  .header .advantages .item {
    margin: 0 auto;
    margin-top: 25px;
    height: 118px;
    width: 253px;
  }
}
@media (max-width: 575.98px) {
  .header .advantages .item {
    height: 110px;
    width: 236px;
  }
}
.header .advantages .item p {
  font-size: 21px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.header .button {
  z-index: 9;
  position: sticky;
  width: 378px;
  letter-spacing: 3px;
  padding: 44px 48px;
  margin-top: 5px !important;
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
  }
}
@media (max-width: 419.98px) {
  .header .button {
    width: 281px;
    letter-spacing: 1px;
    padding: 29px 9px;
  }
}

.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 .header h1 .span1 {
  background-image: url(../images/header/span1.webp);
}
.webp .header h1 .span2 {
  background-image: url(../images/header/span2.webp);
}
.webp .advantages .item {
  background-image: url(../images/header/die.webp);
}

@media (max-width: 991.98px) {
  .transition-header {
    background-size: cover !important;
  }
}

.about {
  padding-top: 130px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 90px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 70px;
  }
}
.about h2 {
  margin-bottom: 55px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .about h2 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .about h2 {
    margin-bottom: 20px;
  }
}
.about .row {
  align-items: center;
  justify-content: space-between;
}
.about-text {
  line-height: normal;
}
@media (max-width: 991.98px) {
  .about-text {
    margin: 0 auto;
    margin-top: 30px;
    max-width: unset;
  }
}
.about-text p {
  font-size: 21px;
}
@media (max-width: 575.98px) {
  .about-text p {
    font-size: 21px;
  }
}
.about-img {
  max-width: 490px;
}
@media (max-width: 1199.98px) {
  .about-img {
    max-width: 460px;
  }
}
@media (max-width: 991.98px) {
  .about-img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.benefit {
  background-image: url(../images/benefit/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.benefit h2 {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .benefit h2 {
    max-width: 620px;
  }
}
.benefit-title {
  font-size: 22px;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .benefit-title {
    font-size: 21px;
  }
}
.benefit-img {
  display: none;
}
@media (max-width: 767.98px) {
  .benefit-img {
    display: block;
    margin: 0 auto;
  }
}
.benefit-img-1 {
  max-width: 220px;
  margin-bottom: -57px;
}
@media (max-width: 575.98px) {
  .benefit-img-1 {
    max-width: 220px;
    margin-bottom: -55px;
  }
}
.benefit-img-2 {
  max-width: 250px;
  margin-bottom: -25px;
}
@media (max-width: 575.98px) {
  .benefit-img-2 {
    max-width: 235px;
    margin-bottom: -25px;
  }
}
.benefit-img-3 {
  max-width: 205px;
  margin-bottom: -64px;
}
@media (max-width: 575.98px) {
  .benefit-img-3 {
    max-width: 176px;
    margin-bottom: -57px;
  }
}
.benefit .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  width: 800px;
  height: 300px;
  padding: 80px 10px 10px 160px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .benefit .item {
    margin-left: -60px;
  }
}
@media (max-width: 767.98px) {
  .benefit .item {
    background-image: unset !important;
    border: 3px solid #888787;
    background-color: #fff;
    border-radius: 13px;
    width: unset;
    height: unset;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 45px;
    padding: 5px 20px 0px 20px;
  }
}
@media (max-width: 575.98px) {
  .benefit .item {
    border: 2px solid #888787;
    padding: 5px 5px 0px 5px;
  }
}
.benefit .item .number {
  font-family: "SPRITEGRAFFITI-REGULAR";
  color: #fff;
  font-size: 70px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .benefit .item .number {
    position: unset !important;
    margin: 0 auto !important;
    color: #888787 !important;
  }
}
.benefit .item .head {
  font-size: 25px;
  font-weight: 700;
  color: #f7bc47;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .benefit .item .head {
    font-size: 27px;
  }
}
@media (max-width: 575.98px) {
  .benefit .item .head {
    font-size: 25px;
  }
}
.benefit .item .text {
  font-size: 19px;
  line-height: normal;
  max-width: 510px;
}
@media (max-width: 767.98px) {
  .benefit .item .text {
    max-width: unset;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .benefit .item .text {
    font-size: 19px;
  }
}
.benefit .item-1 {
  background-image: url(../images/benefit/f1.png);
}
.benefit .item-1 .number {
  margin-top: -80px;
  margin-left: 574px;
}
.benefit .item-2 {
  background-image: url(../images/benefit/f2.png);
}
.benefit .item-2 .number {
  margin-top: -83px;
  margin-left: -140px;
}
.benefit .item-3 {
  background-image: url(../images/benefit/f3.png);
}
.benefit .item-3 .number {
  margin-top: -83px;
  margin-left: 568px;
}

.webp .benefit {
  background-image: url("../images/benefit/bg.webp");
}
.webp .benefit .item-1 {
  background-image: url(../images/benefit/f1.webp);
}
.webp .benefit .item-2 {
  background-image: url(../images/benefit/f2.webp);
}
.webp .benefit .item-3 {
  background-image: url(../images/benefit/f3.webp);
}

@media (max-width: 575.98px) {
  .benefit {
    background-image: url("../images/benefit/bg-mobile.jpg");
  }
  .webp .benefit {
    background-image: url("../images/benefit/bg-mobile.webp");
  }
}
.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 .program-text .title {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .program .row-main .last .program-text .title {
    margin-top: 20px;
  }
}
.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: #f7bc47;
  font-size: 43px;
  text-align: center;
  margin-top: 35px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .program-head {
    font-size: 32px;
    line-height: 31px;
  }
}
.program-head span {
  color: #888787;
}
.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: #f7bc47;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .program-duration {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 0px;
  }
}
.program-img {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .program-img {
    margin-top: 35px;
  }
}
.program-text .title {
  font-size: 25px;
  line-height: 29px;
  color: #f7bc47;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .program-text .title {
    margin-top: 20px;
    text-align: center;
  }
}
.program-text .title span {
  color: #888787;
}
.program-text .time {
  font-size: 18px;
  color: #7eacbe;
  font-weight: 700;
}
.program-text .text {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.program-text .sub {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .program .mt-last {
    margin-top: 20px;
  }
}
.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;
}

@media (max-width: 575.98px) {
  .bonus {
    padding-top: 40px;
  }
}
.bonus .btn-gutov {
  padding: 15px 48px !important;
  width: 290px !important;
}
@media (max-width: 575.98px) {
  .bonus .btn-gutov {
    padding: 12px 48px;
    width: 270px;
  }
}
.bonus h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .bonus h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 25px;
  }
}
.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: #252525;
  font-weight: 700;
  width: 130px;
  height: 59px;
  text-align: left;
  font-size: 20px;
  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: 28px;
  line-height: normal;
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px !important;
    margin-bottom: 0px !important;
    line-height: 27px !important;
  }
}
.bonus-time {
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  color: #f7bc47;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 20px;
  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: #888787;
}
.bonus .btn-inside {
  margin-top: 10px;
  margin-left: 20px;
  color: white !important;
}
@media (max-width: 991.98px) {
  .bonus .btn-inside {
    margin-left: 40px;
  }
}
.bonus .dropdown {
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .bonus .dropdown {
    margin-bottom: 30px;
  }
}
.bonus .dropdown-1 .drop-text {
  width: 590px !important;
  transform: translate3d(-16px, 83px, 0px) !important;
}
@media (max-width: 1199.98px) {
  .bonus .dropdown-1 .drop-text {
    transform: translate3d(-140px, 80px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .bonus .dropdown-1 .drop-text {
    transform: translate3d(0px, 80px, 0px) !important;
    width: 685px !important;
  }
}
@media (max-width: 767.98px) {
  .bonus .dropdown-1 .drop-text {
    transform: translate3d(0px, 110px, 0px) !important;
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .bonus .dropdown-1 .drop-text {
    transform: translate3d(0px, 70px, 0px) !important;
  }
}
.bonus .dropdown-2 .drop-text {
  width: 770px !important;
  transform: translate3d(-586px, 0px, 0px) !important;
}
@media (max-width: 991.98px) {
  .bonus .dropdown-2 .drop-text {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 685px !important;
  }
}
@media (max-width: 767.98px) {
  .bonus .dropdown-2 .drop-text {
    width: 100% !important;
  }
}
.bonus .dropdown-2 .drop-pad {
  display: flex;
}
@media (max-width: 575.98px) {
  .bonus .dropdown-2 .drop-pad {
    display: block;
  }
}
.bonus .dropdown-2 .drop-pad .flex-item {
  width: 400px;
}
@media (max-width: 767.98px) {
  .bonus .dropdown-2 .drop-pad .flex-item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bonus .dropdown-2 .drop-pad .flex-item {
    width: 90% !important;
  }
}
.bonus .dropdown-2 .drop-pad .flex-item img {
  max-width: 122%;
  margin-left: -120px;
}
@media (max-width: 767.98px) {
  .bonus .dropdown-2 .drop-pad .flex-item img {
    max-width: 100%;
    margin-left: -50px;
  }
}
.bonus .dropdown-3 .drop-text {
  width: 770px !important;
  transform: translate3d(-586px, 0px, 0px) !important;
}
@media (max-width: 991.98px) {
  .bonus .dropdown-3 .drop-text {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 685px !important;
  }
}
@media (max-width: 767.98px) {
  .bonus .dropdown-3 .drop-text {
    width: 100% !important;
  }
}
.bonus .dropdown-3 .drop-pad {
  display: flex;
}
@media (max-width: 575.98px) {
  .bonus .dropdown-3 .drop-pad {
    display: block;
  }
}
.bonus .dropdown-3 .drop-pad .flex-item {
  width: 400px;
}
@media (max-width: 767.98px) {
  .bonus .dropdown-3 .drop-pad .flex-item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bonus .dropdown-3 .drop-pad .flex-item {
    width: 90% !important;
  }
}
.bonus .dropdown-3 .drop-pad .flex-item img {
  max-width: 100%;
  margin-left: -3px;
}
@media (max-width: 575.98px) {
  .bonus .dropdown-3 .drop-pad .flex-item img {
    margin: 0 auto;
  }
}
.bonus .drop-text {
  top: -8px !important;
  width: 800px;
}
.bonus .drop-btn {
  position: sticky;
}
.bonus .drop-pad {
  padding: 40px 20px 30px 48px;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .bonus .drop-pad {
    padding: 30px 15px 30px 15px;
  }
}
.bonus .green-block {
  width: 100%;
  height: 74px;
  background: #888787;
  margin-top: -8px;
}
.bonus-title {
  width: 125px;
  position: sticky;
}
.bonus-indicator {
  top: -48px;
  left: 85px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/materials/materials_chevron-up.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .bonus-indicator {
    top: -51px;
    left: 205px;
  }
}
@media (max-width: 991.98px) {
  .bonus-indicator {
    top: -16px;
    left: 315px;
  }
}
@media (max-width: 767.98px) {
  .bonus-indicator {
    left: 225px;
  }
}
@media (max-width: 575.98px) {
  .bonus-indicator {
    left: 0;
  }
}
.bonus-indicator-up {
  background-image: url(../images/materials/materials_chevron-down.png);
  top: -6px;
  left: -15px;
}
.bonus .dropdown.dropright.show .drop-btn {
  color: white;
  font-weight: 700;
}
.bonus .dropdown.dropright.show .materials-indicator {
  background-image: url(../images/materials/materials_chevron-down.png);
}

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

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

.expert {
  background-color: #f3f5f9;
  overflow: hidden;
  padding-bottom: 350px;
}
.expert .row {
  align-items: center;
}
.expert h3 {
  z-index: 2;
  position: sticky;
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .expert h3 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .expert h3 {
    text-align: center;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .expert h3 {
    margin-bottom: 35px;
  }
}
.expert .img-desc {
  max-width: 570px;
  margin-top: -40px;
  margin-left: -70px;
}
@media (max-width: 991.98px) {
  .expert .img-desc {
    max-width: 100%;
    margin: 0 auto;
  }
}
.expert ul {
  z-index: 2;
  position: sticky;
  padding-left: 65px !important;
}
@media (max-width: 1199.98px) {
  .expert ul {
    padding-left: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .expert ul {
    padding-left: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .expert ul {
    padding-left: 25px !important;
  }
}
.expert ul li {
  margin-bottom: 13px !important;
  font-size: 22px;
  max-width: 510px;
}
@media (max-width: 767.98px) {
  .expert ul li {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert ul li {
    font-size: 20px;
    line-height: normal;
  }
}

#example-expert {
  z-index: 9;
  position: sticky;
  padding-top: 0px;
  padding-bottom: 60px;
  margin-top: -310px;
}
@media (max-width: 575.98px) {
  #example-expert {
    margin-top: -340px;
  }
}
#example-expert .example-expert {
  margin-top: -40px;
}
@media (max-width: 1199.98px) {
  #example-expert .example-expert {
    margin-top: -15px;
  }
}
#example-expert .example-expert .carousel-indicators {
  bottom: -50px;
}
@media (max-width: 767.98px) {
  #example-expert .example-expert .carousel-indicators {
    bottom: 0;
  }
}
#example-expert .example-expert-heading {
  margin: 0 auto;
  max-width: 600px;
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-bottom: 35px;
    margin-top: 40px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 570px;
}

@media (max-width: 575.98px) {
  #example-expert .col-carousel {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
#example-expert .container-bg {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 10px 5px rgba(90, 90, 90, 0.1);
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  #example-expert .container-bg {
    padding-bottom: 10px;
  }
}
#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;
  }
}
.main-carousel .carousel-item-img {
  height: 610px !important;
}
@media (max-width: 575.98px) {
  .main-carousel .carousel-item-img {
    height: 100vw !important;
  }
}

#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
  border-radius: 15%;
}

#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #f7bc47;
}

#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
  background: unset;
  box-shadow: unset;
  border: unset;
  width: 50px;
  height: 65px;
}
@media (max-width: 767.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
    width: 35px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
    width: 50px;
    height: 65px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  transition: all 0.1s ease-out;
}

#example-expert .carousel-control-prev-icon {
  opacity: 0;
}
#example-expert .carousel-control-next-icon {
  opacity: 0;
}
#example-expert .carousel-control-prev {
  left: -100px !important;
}
@media (max-width: 991.98px) {
  #example-expert .carousel-control-prev {
    left: -80px !important;
  }
}
@media (max-width: 767.98px) {
  #example-expert .carousel-control-prev {
    left: -60px !important;
  }
}
@media (max-width: 575.98px) {
  #example-expert .carousel-control-prev {
    left: -10px !important;
    filter: sepia(1);
  }
}
#example-expert .carousel-control-prev .carousel-icon-bg {
  background: unset;
  background: none;
  background: url(../images/expert-work/icons/left.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
#example-expert .carousel-control-next {
  right: -100px !important;
}
@media (max-width: 991.98px) {
  #example-expert .carousel-control-next {
    right: -80px !important;
  }
}
@media (max-width: 767.98px) {
  #example-expert .carousel-control-next {
    right: -60px !important;
  }
}
@media (max-width: 575.98px) {
  #example-expert .carousel-control-next {
    right: -10px !important;
    filter: sepia(1);
  }
}
#example-expert .carousel-control-next .carousel-icon-bg {
  background: unset;
  background: none;
  background: url(../images/expert-work/icons/right.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

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

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

@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);
  }
  .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);
  }
  .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);
  }
}
.materials {
  z-index: 10;
  position: sticky;
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 45px;
  }
}
.materials .row {
  align-items: center;
}
.materials h4 {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .materials h4 {
    margin-bottom: 25px;
  }
}
.materials ul {
  max-width: 610px;
}
@media (max-width: 991.98px) {
  .materials ul {
    max-width: unset;
  }
}
.materials ul li {
  margin-bottom: 14px !important;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .materials ul li {
    font-size: 20px;
  }
}
.materials-img {
  max-width: 120%;
  margin-left: -110px;
}
@media (max-width: 1199.98px) {
  .materials-img {
    margin-left: -60px;
  }
}
@media (max-width: 991.98px) {
  .materials-img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.materials .li-flex {
  display: flex;
  justify-content: space-between;
  width: 240px;
  margin-top: -7px;
}
.materials .drop-1 .drop-btn {
  color: #888787 !important;
  border: 1px solid #f7bc47;
  font-weight: 700;
  border-radius: 10px;
  font-size: 18px;
  width: 120px;
  height: 37px;
  padding: 0;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .materials .drop-1 .drop-btn {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.materials .drop-1 .drop-btn-close {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-btn-close {
    margin: unset;
    margin-bottom: 20px;
  }
}
.materials .drop-1 .drop-text {
  transform: translate3d(170px, 23px, 0px) !important;
  top: -50px !important;
  left: -378px !important;
  width: 583px;
  border: none;
  background-color: unset;
}
@media (max-width: 1199.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(100px, 23px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-1 .drop-text {
    width: 635px;
    transform: translate3d(268px, 37px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(248px, 35px, 0px) !important;
    width: 505px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-text {
    width: 390px;
    left: -383px !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-1 .drop-text {
    left: -388px !important;
    transform: translate3d(240px, 35px, 0px) !important;
    width: 290px;
  }
}
.materials .drop-1 .drop-pad {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #908f8f;
  box-shadow: 0px 0px 15.2px 0px rgba(143, 132, 91, 0.25);
  background: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad {
    padding: 15px 10px 15px 10px;
  }
}
.materials .drop-1 .drop-pad p {
  font-size: 20px !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad p {
    font-size: 19px !important;
  }
}
.materials .drop-1 .drop-pad ul li {
  padding: 0px 0px 10px 1px !important;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad ul li {
    font-size: 18px !important;
  }
}
.materials .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
@media (max-width: 1199.98px) {
  .materials .drop-2 .drop-text {
    transform: translate3d(100px, 23px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-2 .drop-text {
    width: 635px;
    transform: translate3d(268px, 37px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-2 .drop-text {
    transform: translate3d(248px, 35px, 0px) !important;
    width: 505px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-2 .drop-text {
    width: 390px;
    left: -383px !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-2 .drop-text {
    left: -388px !important;
    transform: translate3d(240px, 35px, 0px) !important;
    width: 290px;
  }
}

#packages {
  background-image: url(../images/packages/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages h2 {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  #packages h2 {
    margin-top: -18px;
    z-index: 9;
    position: sticky;
  }
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#packages .packages__item-title {
  color: #f7bc47;
  font-family: "SPRITEGRAFFITI-REGULAR";
  text-transform: uppercase;
  display: block;
  background-image: url(../images/packages/scroll.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 40px;
  text-align: center;
  width: 352px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  margin-bottom: -4px;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-title {
    width: 291px;
    height: 91px;
    font-size: 34px;
    margin-bottom: -7px;
  }
}
@media (max-width: 991.98px) {
  #packages .packages__item-title {
    margin: 0 auto;
    width: 453px;
    height: 134px;
    font-size: 40px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767.98px) {
  #packages .packages__item-title {
    width: 381px;
    height: 109px;
    margin-bottom: -45px;
    z-index: 10;
  }
}
@media (max-width: 419.98px) {
  #packages .packages__item-title {
    width: 274px;
    height: 86px;
    font-size: 31px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 40px 7px 0px 7px;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 767.98px) {
  #packages .packages__item-description {
    padding: 82px 7px 0px 7px;
  }
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item .pack-bg {
  border: 2px solid #888787;
  border-radius: 0px 0px 10px 10px;
  z-index: 9;
  /*background-image: url(../images/packages/column.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
@media (max-width: 767.98px) {
  #packages .packages__item .pack-bg {
    border-radius: 8px;
  }
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
  padding-bottom: 30px;
  border-radius: 0px 0px 10px 10px;
}
#packages .packages__item-prices {
  display: block;
  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: #f7bc47;
}
@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: 17px;
  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 ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before, #packages .packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#packages .none:before {
  opacity: 0.5;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li, #packages .packages 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: #f7bc47;
}
#packages .inside {
  margin-left: -15px;
  margin-top: 15px;
}
#packages .inside li {
  margin-bottom: 15px !important;
}
#packages .inside li:before {
  left: -21px !important;
  top: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 30% !important;
  background-color: #617dac !important;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #f7bc47;
  background: #fef5e4;
  border-radius: 6px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 105px;
}
#packages .buttons {
  margin-top: 40px;
}

.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-packages {
    font-size: 43px !important;
    margin-bottom: -20px !important;
  }
}
@media (max-width: 575.98px) {
  .timer-packages {
    font-size: 34px !important;
    margin-bottom: -45px !important;
  }
}

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

.webp #packages {
  background-image: url("../images/packages/bg.webp");
}
.webp #packages .packages__item-title {
  background-image: url(../images/packages/scroll.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");
  }
}
.transition-packages {
  margin-top: -65px !important;
  margin-bottom: -180px !important;
  height: 185px !important;
}
@media (max-width: 991.98px) {
  .transition-packages {
    background-size: cover !important;
    margin-top: -76px !important;
    margin-bottom: -88px !important;
  }
}
@media (max-width: 575.98px) {
  .transition-packages {
    margin-top: -60px !important;
    margin-bottom: -111px !important;
  }
}

.questions {
  z-index: 10;
  position: sticky;
}
.questions-item {
  border-radius: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border: 1.5px solid #888787;
  box-shadow: 4px 4px 8px 0px rgba(143, 132, 91, 0.2);
}
.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 {
    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 {
  margin-bottom: 75px;
  padding-top: 70px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 991.98px) {
  .ask {
    margin-bottom: 75px;
    padding-bottom: 0;
  }
}
.ask h3 {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .ask h3 {
    margin-bottom: 35px;
  }
}
.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: 29px 10px !important;
  width: 305px !important;
  letter-spacing: 4px !important;
}
@media (max-width: 575.98px) {
  .ask .button {
    padding: 26px 10px !important;
    width: 282px !important;
  }
}

@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;
  }
}
footer {
  background: #222222;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  z-index: 9;
  position: sticky;
}
footer a {
  color: white;
}/*# sourceMappingURL=style.css.map */