@font-face {
  font-family: "Sweet-Mavka-Script";
  src: url("../fonts/Sweet-Mavka-Script.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DancingScript";
  src: url("../fonts/DancingScript.ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

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

main h1, main h2, main h3, main h4, main h5 {
  font-family: "Sweet-Mavka-Script";
  color: #5EC5EB;
  text-align: center;
  margin-bottom: 60px;
  font-size: 76px;
  line-height: 65px;
}
@media (max-width: 991.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 71px;
    line-height: 62px;
  }
}
@media (max-width: 767.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 66px;
    line-height: 57px;
  }
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 60px;
    line-height: 53px;
  }
}
@media (max-width: 419.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 52px;
    line-height: 45px;
    letter-spacing: -1.4px;
  }
}
main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
  color: #5EC5EB;
}
@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: #5C9ADD;
  transform: translateY(-50%);
}
main ul li {
  font-size: 18px;
  line-height: normal;
}

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

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

#show-menu {
  height: 15px;
}

.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: linear-gradient(270deg, #73CBF1, #50B0EB);
  border-radius: 6px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.5px;
  font-weight: 700;
}
.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: #5C9ADD;
}
@media (max-width: 1199.98px) {
  .button,
  button .why,
  button .materials {
    padding: 19px 21px;
  }
}
@media (max-width: 991.98px) {
  .button,
  button .why,
  button .materials {
    padding: 21px 48px;
  }
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    padding: 18px 26px;
  }
}
@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: 760px;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  .header {
    padding-bottom: 90px;
    text-align: center;
    height: unset;
    background-image: url("../images/header/bg-mobile.jpg");
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.header .sub {
  font-size: 22px;
  font-weight: 700;
}
.header h1 {
  margin-top: 7px;
  text-align: unset;
  font-size: 77px;
  line-height: 61px;
  color: #5C9ADD;
  margin-top: 5px;
  margin-bottom: -30px;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 81px;
    line-height: 68px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    width: unset;
    font-size: 80px;
    line-height: 66px;
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 75px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 68px;
    line-height: 55px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 54px;
    line-height: 48px;
  }
}
.header h1 span {
  display: block;
  display: block;
  margin-top: 21px;
  font-size: 48px;
  line-height: 41px;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 53px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .header h1 span {
    font-size: 52px;
    line-height: 39px;
    width: unset;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    margin-top: 25px;
    font-size: 49px;
    line-height: 37px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 45px;
    line-height: 36px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 41px;
    line-height: 35px;
  }
}
.header-title {
  font-size: 22px;
  line-height: 29px;
  margin-top: 55px;
  max-width: 425px;
}
@media (max-width: 991.98px) {
  .header-title {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .header-title {
    font-size: 21px;
    line-height: normal;
  }
}
.header-title b {
  color: #5C9ADD;
  font-weight: 700;
}
.header-text {
  border: 10px solid #E0EDFF;
  background-color: #fff;
  width: 470px;
  font-size: 22px;
  margin-top: 0px;
  padding: 25px 25px 25px 30px;
}
@media (max-width: 991.98px) {
  .header-text {
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    width: 100%;
    padding: 20px 10px 20px 10px;
    font-size: 20px;
    text-align: center;
    border: 6px solid #E0EDFF;
  }
}
@media (max-width: 419.98px) {
  .header-text {
    text-align: left;
  }
}
.header-text p {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .header-text p {
    margin-bottom: 6px;
  }
}
.header-text p span {
  color: #5C9ADD;
  font-weight: 700;
}
.header-text .button {
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .header-text .button {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-text .button {
    margin-top: 25px;
  }
}
.header-img__desc {
  position: absolute;
  max-width: 660px;
  margin-top: -953px;
  margin-left: 505px;
}
@media (max-width: 1300px) {
  .header-img__desc {
    max-width: 650px;
    margin-top: -953px;
    margin-left: 474px;
  }
}
@media (max-width: 1199.98px) {
  .header-img__desc {
    max-width: 526px;
    margin-top: -863px;
    margin-left: 425px;
  }
}
@media (max-width: 991.98px) {
  .header-img__desc {
    position: unset;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .header-img__desc {
    max-width: 100%;
  }
}
.header-img__brush {
  position: absolute;
  max-width: 270px;
  margin-top: -367px;
  margin-left: 431px;
}
@media (max-width: 1199.98px) {
  .header-img__brush {
    margin-top: -382px;
  }
}
@media (max-width: 991.98px) {
  .header-img__brush {
    display: none;
  }
}

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

@media (min-width: 1900px) {
  .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.jpg");
  }
  .webp .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.webp");
  }
}
.about {
  padding-top: 160px;
}
@media (max-width: 1199.98px) {
  .about {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 70px;
  }
}
.about h2 {
  margin: 0 auto;
  max-width: 730px;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .about h2 {
    margin-bottom: 45px;
  }
}
.about .text {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .about .text {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .about .text {
    margin: 0 auto;
    max-width: unset;
  }
}
.about .text p {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .about .text p {
    font-size: 21px;
    margin-bottom: 19px;
  }
}
@media (max-width: 991.98px) {
  .about img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.about .row {
  align-items: center;
}
.about b {
  color: #5C9ADD;
}

.what {
  background-image: url("../images/what/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .what {
    background-image: url("../images/what/bg-mobile.jpg");
    height: unset;
  }
}
.what h2 {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.what-item {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .what-item {
    margin-top: 50px;
  }
}
.what-item p {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .what-item p {
    margin-top: 15px;
    font-size: 21px;
    line-height: normal;
  }
}
.what-item img {
  max-width: 100px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 575.98px) {
  .what-item img {
    max-width: 90px;
  }
}
.what .row {
  align-items: center;
  justify-content: center;
}
.what b {
  color: #5C9ADD;
}

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

@media (min-width: 1900px) {
  .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: 70px;
  }
}
@media (max-width: 419.98px) {
  .program .col-12 {
    overflow: hidden;
  }
}
.program h2 {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .program h2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 50px;
  }
}
.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: "Sweet-Mavka-Script";
  font-size: 40px;
  background-image: url("../images/program/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  color: #205C9C;
  max-width: 203px;
  height: 102px;
  margin-bottom: 20px;
  margin-left: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .program .lesson__counter {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .program .lesson__counter {
    font-size: 30px;
    padding: 12px 10px 14px 7px;
  }
}
.program .lesson__title {
  font-size: 27px;
  color: #5C9ADD;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .program .lesson__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .program .lesson__title {
    font-size: 23px;
  }
}
.program .lesson__text {
  font-size: 22px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .program .lesson__text {
    font-size: 20px;
  }
}
.program .lesson__sub {
  font-size: 22px;
  font-weight: 600;
  color: #5EC5EB;
}
@media (max-width: 575.98px) {
  .program .lesson__sub {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.program .lesson__time {
  display: block;
  font-size: 22px;
  color: #5EC5EB;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
@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: 20px;
}
.program ul li::before {
  background-color: #5C9ADD !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: 1900px) {
  .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 h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .bonus h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 30px;
  }
}
.bonus-row {
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 40px;
  }
}
.bonus-title {
  width: 203px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bonus/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  font-weight: 600;
  padding-top: 13px;
  text-align: center;
  margin-bottom: 5px;
  margin-left: -28px;
  margin-top: -15px;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Sweet-Mavka-Script";
  color: #205C9C;
  padding-right: 13px;
  font-size: 35px !important;
  max-width: 203px;
  height: 102px;
  margin-bottom: 20px;
  margin-left: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .bonus-title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .bonus-title {
    font-size: 30px !important;
    padding: 12px 10px 14px 7px;
  }
}
.bonus-sub {
  font-weight: 700;
  font-size: 26px !important;
  line-height: normal;
  color: #5C9ADD;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px !important;
    margin-bottom: 20px;
    line-height: 27px;
  }
}
.bonus-time {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #5EC5EB;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 19px !important;
  }
}
.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: 19px !important;
  }
}
.bonus p {
  font-size: 20px;
  line-height: normal;
  margin-top: 25px;
}
.bonus .pr {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .bonus .pr {
    font-size: 19px !important;
  }
}
.bonus-ul {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #205C9C;
}
@media (max-width: 575.98px) {
  .bonus-ul {
    font-size: 19px !important;
  }
}
@media (max-width: 419.98px) {
  .bonus ul {
    padding-left: 23px !important;
  }
}
.bonus ul li {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 8px;
}
.webp .bonus-title {
  background-image: url("../images/bonus/span.webp");
}

.expert {
  background-image: url("../images/expert/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.expert .row {
  align-items: center;
}
.expert h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .expert h2 {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .expert h2 {
    margin-bottom: 45px;
  }
}
.expert h2 span {
  display: block;
  margin-top: 15px;
  font-size: 63px;
  color: #5C9ADD;
}
@media (max-width: 991.98px) {
  .expert h2 span {
    font-size: inherit;
  }
}
@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: 15px;
  }
}
.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;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .expert-text img {
    margin-top: -15px;
    margin-right: 23px;
  }
}
.expert-text p {
  font-size: 21px;
  line-height: normal;
  margin-top: 27px;
}
@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: 20px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}
.expert .sertificat {
  display: flex;
  justify-content: center;
}
.expert .sertificat-img {
  max-width: 99px;
  margin-right: 15px;
  margin-top: 17px;
}
@media (max-width: 575.98px) {
  .expert .sertificat-img {
    max-width: 94%;
    margin-top: -28px;
  }
}

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

@media (min-width: 1900px) {
  .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.webp");
  }
}
#example-expert {
  overflow: hidden;
  z-index: 9;
  position: sticky;
  background-image: url("../images/example-expert/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 450px) {
  #example-expert .main-carousel {
    padding: 5px;
    padding-bottom: 5px;
  }
}
#example-expert .example-expert .main-carousel .carousel-item-img {
  height: 589px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert .main-carousel .carousel-item-img {
    height: 100vw;
  }
}
#example-expert .example-expert-heading {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-bottom: 25px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 935px;
}

#example-expert .main-carousel {
  border: 10px solid #E0EDFF;
  border-radius: 1px;
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel {
    border: 5px solid #E0EDFF;
    border-radius: 1px;
  }
}
@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: #5EC5EB;
}

.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);
}
.main-carousel .carousel-item-img-13 {
  background-image: url(../images/example-expert/13.jpg);
}
.main-carousel .carousel-item-img-14 {
  background-image: url(../images/example-expert/14.jpg);
}
.main-carousel .carousel-item-img-15 {
  background-image: url(../images/example-expert/15.jpg);
}
.main-carousel .carousel-item-img-16 {
  background-image: url(../images/example-expert/16.jpg);
}
.main-carousel .carousel-item-img-17 {
  background-image: url(../images/example-expert/17.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);
}
.webp .main-carousel .carousel-item-img-13 {
  background-image: url(../images/example-expert/13.webp);
}
.webp .main-carousel .carousel-item-img-14 {
  background-image: url(../images/example-expert/14.webp);
}
.webp .main-carousel .carousel-item-img-15 {
  background-image: url(../images/example-expert/15.webp);
}
.webp .main-carousel .carousel-item-img-16 {
  background-image: url(../images/example-expert/16.webp);
}
.webp .main-carousel .carousel-item-img-17 {
  background-image: url(../images/example-expert/17.webp);
}

@media (min-width: 1900px) {
  .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);
  }
  .main-carousel .carousel-item-img-13 {
    background-image: url(../images/example-expert/13-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-14 {
    background-image: url(../images/example-expert/14-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-15 {
    background-image: url(../images/example-expert/15-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-16 {
    background-image: url(../images/example-expert/16-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-17 {
    background-image: url(../images/example-expert/17-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);
  }
  .webp .main-carousel .carousel-item-img-13 {
    background-image: url(../images/example-expert/13-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-14 {
    background-image: url(../images/example-expert/14-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-15 {
    background-image: url(../images/example-expert/15-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-16 {
    background-image: url(../images/example-expert/16-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-17 {
    background-image: url(../images/example-expert/17-2x-scale-2_00x.webp);
  }
}
.webp #example-expert {
  background-image: url("../images/example-expert/bg.webp");
}

@media (min-width: 1900px) {
  #example-expert {
    background-image: url("../images/example-expert/bg-2x-scale-2_00x.jpg");
  }
  .webp #example-expert {
    background-image: url("../images/example-expert/bg-2x-scale-2_00x.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 li::before {
  background-color: #205C9C !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: "Sweet-Mavka-Script";
  font-size: 37px;
  font-weight: 400;
  line-height: normal;
  color: #5C9ADD;
  margin-top: -15px;
  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.show .drop-btn {
  text-decoration: none;
  background-color: rgb(224, 237, 255);
}
.materials .drop-1 .drop-btn {
  color: #5C9ADD !important;
  border: 1px solid #5C9ADD;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  width: 250px;
  height: 40px;
  margin-left: 40px;
  margin-top: -5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-btn {
    margin-top: -9px;
    margin-left: 10px;
  }
}
.materials .drop-1 .drop-text {
  transform: translate3d(5px, -30px, 0px) !important;
  top: 0 !important;
  left: 0 !important;
  width: 555px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(5px, -30px, 0px) !important;
    width: 555px;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(5px, -30px, 0px) !important;
    width: 505px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-text {
    width: 99%;
    transform: translate3d(-3px, -30px, 0px) !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(-1px, -30px, 0px) !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;
  margin-bottom: 20px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad p {
    font-size: 18px !important;
  }
}
.materials .drop-1 .drop-pad ul li {
  font-size: 20px !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;
}

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

@media (min-width: 1900px) {
  .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 {
  background-image: url(../images/packages/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 70px;
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages h2 {
  margin-bottom: 30px;
}
#packages .border {
  border-radius: 1px !important;
  border: 8px solid #E0EDFF !important;
}
@media (max-width: 575.98px) {
  #packages .border {
    border: 6px solid #E0EDFF !important;
  }
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#packages .packages__item-title {
  color: white;
  font-family: "Sweet-Mavka-Script";
  display: block;
  padding: 28px 3px;
  background: #5C9ADD;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-title {
    font-size: 29px;
  }
}
@media (max-width: 991.98px) {
  #packages .packages__item-title {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  #packages .packages__item-title {
    font-size: 29px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 7px 0px 7px;
}
@media (max-width: 575.98px) {
  #packages .packages__item-description {
    padding: 30px 0px 0px 0px;
  }
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item-description ul li {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  #packages .packages__item-description ul li {
    font-size: 19px;
  }
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
  padding-bottom: 45px;
}
@media (max-width: 575.98px) {
  #packages .packages__item-buy {
    padding-bottom: 35px;
  }
}
#packages .packages__item-prices {
  display: block;
  justify-content: space-between;
  align-items: end;
  font-weight: 700;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-size: 50px;
  margin-right: 10px;
  margin: 0 auto;
  color: #205C9C;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-new {
    font-size: 42px;
  }
}
#packages .packages__item-price-old {
  text-decoration: line-through;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-old {
    font-size: 26px;
  }
}
#packages .packages__item-sale-percent {
  font-size: 40px;
  display: block;
  width: 190px;
  margin: 20px auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px;
}
#packages ul {
  list-style: none;
  line-height: 27px;
  margin-left: 5px;
  margin-top: -8px;
  padding-right: 15px;
}
@media (max-width: 419.98px) {
  #packages ul {
    margin-left: 3px;
    padding-left: 28px;
    padding-right: 5px;
  }
}
#packages li {
  margin-bottom: -2px;
  line-height: 22px;
  color: #252525;
}
#packages .none:before {
  opacity: 0.5;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li, #packages .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 25px;
}
#packages .codes > a.active, #packages .codes > a:hover {
  text-decoration: none;
  color: #fff;
  background: #5C9ADD;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #9CCBF1;
  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;
  margin-top: 30px;
}

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

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

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

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

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

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

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

@media (min-width: 1900px) {
  .packages {
    background-image: url("../images/packages/bg-2x-scale-2_00x.jpg");
  }
  .webp .packages {
    background-image: url("../images/packages/bg-2x-scale-2_00x.webp");
  }
}
.questions {
  background-image: url("../images/questions/bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.questions-item {
  border-radius: 1px;
  border: 6px solid #E0EDFF;
  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: 5px solid #E0EDFF;
  }
}
@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: 22px;
  color: #205C9C;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
}
.questions-indicator {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 2s linear;
  right: 40px;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  width: 31px;
  height: 56px;
  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 {
  color: #5EC5EB;
  font-weight: 700;
}

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

@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: 70px;
    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 .questions {
  background-image: url("../images/questions/bg.webp");
}

@media (min-width: 1900px) {
  .questions {
    background-image: url("../images/questions/bg-2x-scale-2_00x.jpg");
  }
  .webp .questions {
    background-image: url("../images/questions/bg-2x-scale-2_00x.webp");
  }
}
.ask {
  overflow: hidden;
  background-image: url("../images/ask/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ask h3 {
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 820px;
}
.ask-subtitle {
  line-height: 32px;
  font-family: "PT Sans";
  font-size: 22px;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 40px;
  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;
  }
}
.webp .ask {
  background-image: url("../images/ask/bg.webp");
}

@media (min-width: 1900px) {
  .ask {
    background-image: url("../images/ask/bg-2x-scale-2_00x.jpg");
  }
  .webp .ask {
    background-image: url("../images/ask/bg-2x-scale-2_00x.webp");
  }
}
footer {
  background: #376596;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: #fff !important;
}
footer p {
  color: #fff !important;
}
footer .text-white {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */