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

img {
  max-width: 100%;
  height: auto;
}

main h1, main h2, main h3, main h4, main h5 {
  font-family: "Billabong Cyr";
  color: #4479DF;
  text-align: center;
  font-size: 100px;
  line-height: 76px;
}
@media (max-width: 991.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 88px;
    line-height: 75px;
  }
}
@media (max-width: 767.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 76px;
    line-height: 59px;
  }
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 65px;
    line-height: 59px;
  }
}
@media (max-width: 419.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 61px;
    line-height: 57px;
    letter-spacing: -1.8px;
  }
}
main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
  display: block;
  color: #11BAEE;
  font-size: 65px;
}
@media (max-width: 991.98px) {
  main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
    font-size: 62px;
  }
}
@media (max-width: 767.98px) {
  main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
    font-size: 57px;
  }
}
@media (max-width: 575.98px) {
  main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
    font-size: 53px;
  }
}
@media (max-width: 419.98px) {
  main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
    font-size: 49px;
  }
}
@media (max-width: 419.98px) {
  main .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  main ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 25px;
  }
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 4px;
}
main 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: #4479DF;
  transform: translateY(-50%);
}
main ul li {
  font-size: 18px;
  line-height: normal;
}

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

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

.button,
button .why,
button .materials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 21px 48px;
  gap: 10px;
  max-width: 370px;
  background: rgb(17, 186, 238);
  border-radius: 6px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.5px;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: white;
  text-decoration: none;
  background: rgb(68, 121, 223);
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    padding: 24px 40px;
  }
}
@media (max-width: 481px) {
  .button,
  button .why,
  button .materials {
    letter-spacing: 0.2px;
  }
}

.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 center;
  height: 890px;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .header {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    height: 900px;
  }
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    height: unset;
    background-image: url("../images/header/bg-mobile.jpg");
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .header-img {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .header-img {
    margin-top: 0px;
  }
}
.header h1 {
  margin-top: 7px;
  text-align: unset;
  margin-bottom: 20px;
  font-size: 120px;
  line-height: 86px;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 103px;
    line-height: 78px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    font-size: 104px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 86px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 75px;
    line-height: 56px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 73px;
    line-height: 52px;
  }
}
.header h1 span {
  display: block;
  margin-top: 25px;
  font-size: 65px;
  line-height: 41px;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 59px;
    line-height: 41px;
  }
}
@media (max-width: 991.98px) {
  .header h1 span {
    font-size: 59px;
    line-height: 41px;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    margin-top: 25px;
    font-size: 57px;
    line-height: 41px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 52px;
    line-height: 41px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 50px;
    line-height: 40px;
  }
}
.header ul {
  padding-left: 25px;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .header ul {
    width: 503px;
  }
}
@media (max-width: 991.98px) {
  .header ul {
    width: unset;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 28px;
    margin-bottom: 40px;
  }
}
.header ul li {
  font-size: 22px;
  max-width: 495px;
  margin-bottom: 10px !important;
}
.header ul li b {
  color: #4479DF;
}
@media (max-width: 1199.98px) {
  .header ul li {
    max-width: 405px;
  }
}
@media (max-width: 991.98px) {
  .header ul li {
    max-width: unset;
    text-align: left;
    font-size: 22px;
    margin-bottom: 13px !important;
  }
}
@media (max-width: 575.98px) {
  .header ul li {
    font-size: 21px;
    line-height: 23px;
  }
}
.header .advantages {
  justify-content: space-between;
  margin-top: 45px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .header .advantages {
    justify-content: space-around;
  }
}
@media (max-width: 991.98px) {
  .header .advantages {
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .header .advantages {
    margin-top: 50px;
  }
}
.header .advantages-item {
  background-image: url("../images/header/adv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 20px;
  width: 372px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .header .advantages-item {
    margin-bottom: 30px;
  }
}
.header .advantages img {
  margin: 0 auto;
  display: flex;
  margin-top: 24px;
  max-width: 57px;
}
@media (max-width: 575.98px) {
  .header .advantages img {
    margin-top: 13px;
  }
}
.header .advantages p {
  text-align: center;
  font-size: 24px;
  line-height: normal;
  margin-top: 20px;
  padding: 0px 30px 20px 30px;
}
@media (max-width: 575.98px) {
  .header .advantages p {
    font-size: 22px;
    line-height: 23px;
    padding: 0px 30px 0px 30px;
  }
}
.header .button {
  background: linear-gradient(270deg, rgb(84, 197, 232), rgb(64, 199, 208) 93.798%);
}
.header .button:hover {
  background: rgb(68, 121, 223);
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .header .button {
    margin-top: 15px;
  }
}
.header-img__desc {
  position: absolute;
  max-width: 56%;
  margin-top: -523px;
  margin-left: 455px;
}
@media (max-width: 1199.98px) {
  .header-img__desc {
    max-width: 54%;
    margin-top: -485px;
    margin-left: 437px;
  }
}

.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 .advantages-item {
  background-image: url("../images/header/adv-bg.webp");
}

.about {
  padding-top: 240px;
}
@media (max-width: 1199.98px) {
  .about {
    padding-top: 500px;
  }
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 60px;
  }
}
.about h2 {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .about h2 {
    margin-bottom: 30px;
  }
}
.about h2 img {
  max-width: 120px;
}
@media (max-width: 575.98px) {
  .about h2 img {
    display: none;
  }
}
.about p {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .about p {
    font-size: 21px;
    margin-bottom: 19px;
  }
}
.about .text {
  max-width: 580px;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .about .text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .about .text {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .about-img {
    margin-top: 20px;
  }
}
.about .row {
  align-items: center;
}
.about b {
  color: #11BAEE;
}

.what {
  background-image: url("../images/what/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.what h2 {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .what h2 {
    margin-bottom: 30px;
  }
}
.what h2 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .what h2 img {
    display: none;
  }
}
.what p {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .what p {
    font-size: 21px;
    margin-bottom: 19px;
  }
}
.what .text {
  max-width: 580px;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .what .text {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .what .text {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .what-img {
    margin-top: 20px;
  }
}
.what .row {
  align-items: center;
}
.what b {
  color: #11BAEE;
}

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

@media (min-width: 575.98px) {
  .what {
    background-image: url("../images/what/bg-2x-scale-2_00x.jpg");
  }
  .webp .what {
    background-image: url("../images/what/bg-2x-scale-2_00x.webp");
  }
}
.program {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .program {
    padding-bottom: 60px;
  }
}
@media (max-width: 419.98px) {
  .program .col-12 {
    overflow: hidden;
  }
}
.program h2 {
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .program h2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 50px;
  }
}
.program h2 img {
  max-width: 120px;
}
@media (max-width: 991.98px) {
  .program h2 img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .program h2 img {
    display: none;
  }
}
.program h3 {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .program h3 {
    margin-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .program h3 {
    margin-bottom: 50px;
  }
}
.program h3 .img-1 {
  max-width: 50px;
}
@media (max-width: 1199.98px) {
  .program h3 .img-1 {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .program h3 .img-1 {
    display: none;
  }
}
.program h3 .img-2 {
  max-width: 100px;
}
@media (max-width: 1199.98px) {
  .program h3 .img-2 {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .program h3 .img-2 {
    display: none;
  }
}
.program img {
  max-width: 95%;
}
@media (max-width: 991.98px) {
  .program img {
    max-width: 100%;
  }
}
.program .lesson-row {
  justify-content: space-around;
  margin-bottom: 90px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .program .lesson-row {
    margin-bottom: 25px;
  }
}
.program .lesson-item {
  height: 100%;
}
.program .lesson__counter {
  font-family: "Billabong Cyr";
  font-size: 41px;
  background-image: url("../images/program/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  color: #11BAEE;
  max-width: 160px;
  height: 69px;
  text-align: center;
  padding: 3px 20px 14px 15px;
  margin-bottom: 20px;
  margin-left: -25px;
}
@media (max-width: 991.98px) {
  .program .lesson__counter {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .program .lesson__counter {
    font-size: 38px;
    padding: 10px 20px 14px 7px;
  }
}
.program .lesson__title {
  font-size: 27px;
  color: #4479DF;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .program .lesson__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .program .lesson__title {
    font-size: 26px;
  }
}
.program .lesson__text {
  font-size: 22px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .program .lesson__text {
    font-size: 21px;
  }
}
.program .lesson__sub {
  font-size: 22px;
  font-weight: 600;
  color: #4479DF;
}
@media (max-width: 575.98px) {
  .program .lesson__sub {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.program .lesson__time {
  display: block;
  font-size: 22px;
  color: #11BAEE;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .program .lesson__time {
    font-size: 20px;
    line-height: normal;
  }
}
.program ul {
  padding-left: 22px;
}
.program ul li {
  margin-bottom: 13px;
  font-size: 21px;
}
.program ul li::before {
  background-color: #11BAEE !important;
}
.program-bg {
  padding: 0;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/program/bg/bg.jpg");
}
@media (max-width: 575.98px) {
  .program-bg {
    padding-top: 25px;
  }
}
.program .p-t {
  padding-top: 90px;
}
@media (max-width: 575.98px) {
  .program .p-t {
    padding-top: 25px;
  }
}
.program .p-b {
  padding-bottom: 90px;
}

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

@media (min-width: 575.98px) {
  .program-bg {
    background-image: url("../images/program/bg/bg-2x-scale-2_00x.jpg");
  }
  .webp .program-bg {
    background-image: url("../images/program/bg/bg-2x-scale-2_00x.webp");
  }
}
.bonus {
  background-image: url("../images/bonus/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .bonus {
    padding-bottom: 0;
  }
}
.bonus .btn-gutov {
  width: 280px;
  padding: 12px 48px;
}
@media (max-width: 767.98px) {
  .bonus .btn-gutov {
    width: 238px;
    padding: 7px 32px;
  }
}
.bonus h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 40px;
  }
}
.bonus-row {
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 40px;
  }
}
.bonus-title {
  background-image: url("../images/bonus/span.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: black;
  width: 148px;
  height: 63px;
  text-align: left;
  font-family: "Billabong Cyr";
  color: #11BAEE;
  font-size: 33px;
  font-size: 37px;
  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: #4479DF;
}
@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: #11BAEE;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 22px;
  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: #4479DF;
}
@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: #11BAEE;
}

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

@media (min-width: 575.98px) {
  .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.jpg");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.webp");
  }
}
.expert {
  background-image: url("../images/expert/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.expert .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .expert h2 {
    margin-bottom: 35px;
  }
}
.expert h2 span {
  margin-top: 20px;
}
.expert h2 img {
  max-width: 90px;
}
.expert-img {
  max-width: 440px;
  margin-top: 5px;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .expert-img {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 45px;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    margin-top: -10px;
  }
}
.expert-text span {
  display: flex;
}
@media (max-width: 575.98px) {
  .expert-text span {
    display: block;
    text-align: center;
    margin-top: 25px;
  }
}
.expert-text img {
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .expert-text img {
    margin-top: -31px;
    margin-right: 23px;
  }
}
.expert-text p {
  font-size: 22px;
  line-height: normal;
  margin-top: 13px;
}
@media (max-width: 991.98px) {
  .expert-text p {
    margin-top: 0;
    margin-bottom: 35px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert-text p {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 60px;
  }
}

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

@media (min-width: 575.98px) {
  .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.webp");
  }
}
#example-expert {
  overflow: hidden;
  z-index: 9;
  position: sticky;
}
#example-expert .dec-1 {
  position: absolute;
  max-width: 160px;
  margin-top: -590px;
  margin-left: 1030px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  #example-expert .dec-1 {
    margin-left: 815px;
  }
}
@media (max-width: 991.98px) {
  #example-expert .dec-1 {
    margin-left: 580px;
  }
}
@media (max-width: 767.98px) {
  #example-expert .dec-1 {
    margin-left: 430px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .dec-1 {
    display: none;
  }
}
#example-expert .dec-2 {
  position: absolute;
  max-width: 170px;
  margin-top: -580px;
  margin-left: -107px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  #example-expert .dec-2 {
    display: none;
  }
}
@media (max-width: 450px) {
  #example-expert .main-carousel {
    padding: 5px;
    padding-bottom: 5px;
  }
}
#example-expert .example-expert .main-carousel .carousel-item-img {
  height: 560px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert .main-carousel .carousel-item-img {
    height: 100vw;
  }
}
#example-expert .example-expert-heading {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-bottom: 25px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 685px;
}

#example-expert .main-carousel {
  border: 10px solid #11BAEE;
  border-radius: 0px;
  background: linear-gradient(180deg, rgb(249, 253, 255), rgb(231, 248, 255) 100%);
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel {
    border: 5px solid #11BAEE;
  }
}
@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: #11BAEE;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/example-expert/1-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/example-expert/2-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/example-expert/3-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/example-expert/4-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(../images/example-expert/5-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(../images/example-expert/6-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(../images/example-expert/7-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(../images/example-expert/8-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(../images/example-expert/9-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(../images/example-expert/10-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-11 {
  background-image: url(../images/example-expert/11-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-12 {
  background-image: url(../images/example-expert/12-2x-scale-2_00x.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/example-expert/1-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/example-expert/2-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/example-expert/3-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/example-expert/4-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(../images/example-expert/5-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(../images/example-expert/6-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(../images/example-expert/7-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(../images/example-expert/8-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(../images/example-expert/9-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(../images/example-expert/10-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-11 {
  background-image: url(../images/example-expert/11-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-12 {
  background-image: url(../images/example-expert/12-2x-scale-2_00x.webp);
}

@media (min-width: 575.98px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/example-expert/1.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/example-expert/2.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/example-expert/3.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/example-expert/4.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(../images/example-expert/5.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(../images/example-expert/6.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(../images/example-expert/7.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(../images/example-expert/8.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(../images/example-expert/9.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(../images/example-expert/10.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(../images/example-expert/11.jpg);
  }
  .main-carousel .carousel-item-img-12 {
    background-image: url(../images/example-expert/12.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/example-expert/1.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/example-expert/2.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/example-expert/3.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/example-expert/4.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(../images/example-expert/5.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(../images/example-expert/6.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(../images/example-expert/7.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(../images/example-expert/8.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(../images/example-expert/9.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(../images/example-expert/10.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(../images/example-expert/11.webp);
  }
  .webp .main-carousel .carousel-item-img-12 {
    background-image: url(../images/example-expert/12.webp);
  }
}
.materials {
  background-image: url("../images/materials/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.materials h2 {
  margin-bottom: -10px;
}
.materials h2 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .materials h2 img {
    display: none;
  }
}
.materials p {
  font-size: 21px;
  line-height: normal;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .materials p {
    font-size: 20px;
  }
}
.materials ul {
  padding-left: 77px !important;
  margin-top: -25px;
}
@media (max-width: 575.98px) {
  .materials ul {
    padding-left: 41px !important;
  }
}
.materials ul li {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 10px !important;
}
.materials ul li::before {
  background-color: #E48038 !important;
}
.materials-sub {
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 35px;
  display: block;
}
@media (max-width: 575.98px) {
  .materials-sub {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
.materials-sub b {
  color: #4479DF;
}
.materials-span {
  display: block;
  font-family: "Billabong Cyr";
  font-size: 37px;
  font-weight: 400;
  line-height: normal;
  color: #11BAEE;
  margin-top: -7px;
  padding-right: 21px;
}
@media (max-width: 575.98px) {
  .materials-span {
    padding-right: 9px;
    font-size: 35px;
    margin-top: -10px;
  }
}
.materials .materials-text-2 span {
  width: 80px;
}
@media (max-width: 575.98px) {
  .materials .materials-text-2 span {
    width: 60px;
    padding-right: 40px;
  }
}
@media (max-width: 419.98px) {
  .materials .materials-text-2 span {
    width: 52px;
  }
}
@media (max-width: 991.98px) {
  .materials-img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .materials-img {
    margin-top: 30px;
  }
}
.materials-row {
  margin-top: 80px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .materials-row {
    margin-top: 85px;
  }
}
@media (max-width: 575.98px) {
  .materials-row {
    margin-top: 50px;
  }
}
.materials .drop-1 .drop-btn {
  color: #4479DF !important;
  border: 1px solid rgb(68, 121, 223);
  border-radius: 50px;
  width: 230px;
  font-size: 18px;
  margin-left: 40px;
  margin-top: -5px;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-btn {
    margin-top: -9px;
  }
}
.materials .drop-1 .drop-text {
  transform: translate3d(150px, 0px, 0px) !important;
  top: -30px !important;
  left: -168px !important;
  width: 455px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .materials .drop-1 .drop-text {
    width: 635px;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-1 .drop-text {
    width: 545px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-text {
    width: 94%;
    left: -143px !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-1 .drop-text {
    left: -138px !important;
    top: -26px !important;
  }
}
.materials .drop-1 .drop-pad {
  padding: 90px 20px 20px 20px;
  border: 1px solid rgb(68, 121, 223);
  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-1 .drop-pad {
    padding: 90px 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: 20px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad ul li {
    font-size: 19px !important;
  }
}
.materials .drop-1 .drop-pad ul li::before {
  top: 0.4em !important;
}
.materials .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
.materials .drop-2 b {
  color: #4479DF;
  display: contents;
}
.materials .drop-2 .link {
  text-decoration: underline;
  display: contents;
}
.materials .drop-2 .drop-btn {
  color: #4479DF !important;
  border: 1px solid rgb(68, 121, 223);
  border-radius: 50px;
  width: 230px;
  font-size: 18px;
  margin-left: 40px;
  margin-top: -5px;
}
@media (max-width: 575.98px) {
  .materials .drop-2 .drop-btn {
    margin-top: -9px;
  }
}
.materials .drop-2 .drop-text {
  transform: translate3d(190px, 0px, 0px) !important;
  top: -30px !important;
  left: -168px !important;
  width: 615px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .materials .drop-2 .drop-text {
    width: 635px;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-2 .drop-text {
    width: 495px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-2 .drop-text {
    width: 94%;
    left: -193px !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-2 .drop-text {
    left: -189px !important;
    top: -26px !important;
  }
}
.materials .drop-2 .drop-pad {
  padding: 90px 20px 20px 20px;
  border: 1px solid rgb(68, 121, 223);
  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-2 .drop-pad {
    padding: 90px 10px 15px 10px;
  }
}
.materials .drop-2 .drop-pad p {
  font-size: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-2 .drop-pad p {
    font-size: 19px !important;
  }
}
.materials .drop-2 .drop-pad ul li {
  padding: 0px 0px 10px 1px !important;
  font-size: 20px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-2 .drop-pad ul li {
    font-size: 19px !important;
  }
}
.materials .drop-2 .drop-pad ul li::before {
  top: 0.4em !important;
}
.materials .drop-2 .dropdown.show .drop-btn {
  background: #eaf6fe;
}

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

@media (min-width: 575.98px) {
  .materials {
    background-image: url("../images/materials/bg-2x-scale-2_00x.jpg");
  }
  .webp .materials {
    background-image: url("../images/materials/bg-2x-scale-2_00x.webp");
  }
}
#packages {
  overflow: hidden;
  padding-bottom: 70px;
}
@media (max-width: 575.98px) {
  #packages {
    padding-bottom: 40px;
  }
}
#packages .dec-1 {
  position: absolute;
  max-width: 200px;
  margin-top: -1201px;
  margin-left: -150px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  #packages .dec-1 {
    display: none;
  }
}
#packages .dec-2 {
  position: absolute;
  max-width: 230px;
  margin-top: -1141px;
  margin-left: 1050px;
  z-index: -1;
}
@media (max-width: 1466px) {
  #packages .dec-2 {
    margin-left: 970px;
  }
}
@media (max-width: 1295px) {
  #packages .dec-2 {
    margin-left: 931px;
    display: none;
  }
}
#packages h2 {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #packages h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 419.98px) {
  #packages .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#packages .border {
  /*border-radius: 10px !important;*/
  border: 5px solid rgb(131, 168, 255) !important;
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: white;
}
#packages .packages__item-title {
  color: white;
  font-family: "Billabong Cyr";
  display: block;
  padding: 20px 3px;
  font-size: 47px;
  background: #4479DF;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-title {
    font-size: 40px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 10px 0px 5px;
}
#packages .packages__item-description .none {
  -webkit-text-decoration: line-through 1.4px;
          text-decoration: line-through 1.4px;
  color: black;
  opacity: 0.6;
}
#packages .packages__item-description .sub {
  color: #11BAEE;
  font-weight: 700;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 25px;
  line-height: 18px;
}
@media (max-width: 575.98px) {
  #packages .packages__item-description .sub {
    font-size: 20px;
  }
}
#packages .packages__item-description span {
  font-size: 18px;
  color: #4479DF;
  line-height: 19px;
  display: block;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 7px;
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
}
#packages .packages__item-prices {
  font-family: "Billabong Cyr";
  display: block;
  align-items: end;
  font-weight: 700;
  color: #4479DF;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-family: "Billabong Cyr";
  font-size: 50px;
  margin-right: 10px;
  margin: 0 auto;
  color: #4479DF;
}
@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 .packages__item .buttons {
  text-align: center;
}
#packages .line {
  background-color: #b4edff;
  height: 5px;
  width: 90%;
  margin: 0 auto;
}
#packages .tarif__plus {
  padding: 0;
  margin-top: 45px;
}
#packages .tarif__plus span {
  font-family: "Billabong Cyr";
  color: #4479DF;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  #packages .tarif__plus span {
    font-size: 46px;
    line-height: 37px;
  }
}
#packages .tarif__plus p {
  line-height: normal;
  text-align: center;
  font-size: 20px;
}
#packages .codes > a.active,
#packages .codes > a:hover {
  text-decoration: none;
  color: white;
  background: #11baee;
}
#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;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 37px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: white;
  background: #b4edff;
  border-radius: 2px;
}
#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;
}
#packages ul li {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: normal;
}
#packages ul li::before {
  background-color: #11BAEE !important;
}
@media (max-width: 575.98px) {
  #packages ul li {
    font-size: 20px;
  }
}
#packages .inside {
  list-style-type: disc;
}
#packages .inside li {
  color: rgb(17, 186, 238);
}
#packages .inside li::before {
  border: 1px solid black;
}

@media (max-width: 575.98px) {
  #packages .packages__item-description {
    padding: 29px 10px 0px 0px;
  }
  #packages ul {
    padding-left: 32px;
  }
}
.questions {
  background-image: url("../images/expert/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.questions-item {
  border-radius: 3px;
  border: 6px solid #4479DF;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 830px;
  margin: 0 auto;
  background: white;
  z-index: 9;
  position: sticky;
}
@media (max-width: 575.98px) {
  .questions-item {
    border: 3px solid #4479DF;
  }
}
.questions-heading {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .questions-heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 419.98px) {
  .questions .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.questions-question {
  font-family: "PT Sans";
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
  padding-right: 180px;
  font-size: 21px;
  color: #4479DF;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
}
.questions-indicator {
  transition: 0.245s;
  right: 40px;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  width: 40px;
  height: 45px;
  background-image: url("../images/icons/icon_chevron-up.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.questions-indicator-chevron {
  font-size: 18px;
  transform: rotate(90deg);
}
.questions-dec {
  position: absolute;
}
.questions-dec-1 {
  max-width: 285px;
  left: 14.2%;
  margin-top: 192px;
}
@media (max-width: 1430px) {
  .questions-dec-1 {
    left: 0.2%;
  }
}
@media (max-width: 575.98px) {
  .questions-dec-1 {
    display: none;
  }
}
.questions-dec-2 {
  max-width: 238px;
  right: 16.6%;
  margin-top: -379px;
}
@media (max-width: 1430px) {
  .questions-dec-2 {
    right: 4.6%;
  }
}
@media (max-width: 575.98px) {
  .questions-dec-2 {
    display: none;
  }
}

.questions-question.collapsed {
  color: #4479DF;
  font-weight: 700;
}

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

@media (max-width: 767.98px) {
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-header {
    font-size: 50px;
    margin-bottom: 0px !important;
  }
  .questions-answer {
    padding-left: 39px;
    padding-right: 15px;
  }
}
@media (max-width: 419.98px) {
  .questions-indicator {
    right: 45%;
    top: 122%;
  }
  .questions-question {
    font-size: 20px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 14px;
    padding-bottom: 10px;
  }
  .questions-answer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .questions-answer p {
    font-size: 20px;
    line-height: 28px;
    line-height: normal;
  }
  .questions-item {
    padding-bottom: 50px;
  }
}
.webp .expert {
  background-image: url("../images/expert/bg.webp");
}

@media (min-width: 575.98px) {
  .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.webp");
  }
}
.ask {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .ask {
    margin-bottom: 75px;
  }
}
@media (max-width: 419.98px) {
  .ask {
    margin-bottom: 20px;
  }
}
.ask h3 {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1030px;
  display: flex;
}
.ask h3 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .ask h3 img {
    display: none;
  }
}
.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 .button {
  width: 100%;
  max-width: 72%;
  padding: 16px 48px;
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media (max-width: 991.98px) {
  .ask .button {
    max-width: unset;
    width: 260px;
  }
}
@media (max-width: 419.98px) {
  .ask .button {
    width: 280px;
  }
}
.ask-buttons_icon {
  width: 35px;
  margin-right: 10px;
  margin-bottom: 1px;
}

@media (max-width: 767.98px) {
  .ask .button {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .ask-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
footer {
  background: #EEFBFF;
  color: black !important;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: black !important;
}
footer p {
  color: black !important;
}
footer .text-white {
  color: black !important;
}/*# sourceMappingURL=style.css.map */