@font-face {
  font-family: "sweet_mavka_script";
  src: url("../fonts/sweet_mavka_script.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: "sweet_mavka_script";
  font-size: 70px;
  line-height: 73px;
  color: #146FBB;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 61px;
    line-height: 58px;
  }
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 52px;
    line-height: 51px;
  }
}
@media (max-width: 419.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 48px;
    line-height: 49px;
    letter-spacing: -1.5px;
  }
}
main h1 span, main h2 span, main h3 span, main h4 span, main h5 span {
  display: block;
  color: #00AEDE;
  font-size: 36px;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: normal;
}
@media (max-width: 419.98px) {
  main .col-12 {
    padding-right: 13px;
    padding-left: 13px;
  }
}
main li {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  main li {
    font-size: 20px;
  }
}
main li span {
  color: #000000;
}
main b {
  color: #146FBB;
}
main .main-navigation__list-nav-li {
  font-size: 18px !important;
}
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: 8px;
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF8A00;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: -19px;
  }
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@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, rgb(0, 196, 209), rgb(66, 116, 222) 93.798%);
  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: #146FBB;
}
@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 -3px;
  max-height: 810px;
  padding-top: 25px;
}
@media (max-width: 991.98px) {
  .header {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    max-height: 1110px;
  }
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: unset;
    background-position: -792px center;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.header .sub {
  z-index: 9;
  position: sticky;
  margin-bottom: 0px;
  margin-left: -33px;
  font-size: 21px;
  line-height: normal;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header .sub {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .header .sub {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .header .sub {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.header .sub span {
  height: 65px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 32px;
  margin-left: 35px;
  color: #000;
}
@media (max-width: 991.98px) {
  .header .sub span {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .sub span {
    font-size: 27px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.header h1 {
  font-size: 74px;
  line-height: 74px;
  text-align: unset;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .header h1 {
    font-size: 72px;
    line-height: 71px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 69px;
    line-height: 57px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    margin-bottom: 45px;
    font-size: 65px;
    line-height: 52px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 50px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
.header h1 span {
  font-size: 50px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 45px;
    margin-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .header h1 span {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 39px;
    line-height: 55px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 43px;
    line-height: 44px;
  }
}
.header-img {
  position: absolute;
  max-width: 500px;
  left: 601px;
  top: 31px;
  rotate: 3deg;
  box-shadow: 4px 4px 9.6px 0px rgba(0, 83, 142, 0.5), 0px 4px 18.3px 0px rgba(0, 73, 113, 0.25);
  border: 12px solid rgb(255, 255, 255);
}
@media (max-width: 1199.98px) {
  .header-img {
    max-width: 410px;
    left: 522px;
    top: 180px;
    border: 7px solid rgb(255, 255, 255);
  }
}
@media (max-width: 991.98px) {
  .header-img {
    position: unset;
    max-width: 100%;
    border: 12px solid rgb(255, 255, 255);
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .header-img {
    max-width: 95%;
    border: 7px solid rgb(255, 255, 255);
  }
}
.header-img__v2 {
  position: absolute;
  max-width: 610px;
  left: 561px;
  top: 1px;
}
@media (max-width: 1199.98px) {
  .header-img__v2 {
    max-width: 500px;
    left: 476px;
    top: 71px;
  }
}
@media (max-width: 991.98px) {
  .header-img__v2 {
    position: unset;
  }
}
@media (max-width: 575.98px) {
  .header-img__v2 {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.header-brush {
  position: absolute;
  max-width: 400px;
  top: 447px;
  left: 471px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .header-brush {
    top: 475px;
  }
}
@media (max-width: 991.98px) {
  .header-brush {
    display: none;
  }
}
.header ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .header ul {
    width: 503px;
  }
}
@media (max-width: 991.98px) {
  .header ul {
    width: unset;
    margin-bottom: 45px;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 28px;
    margin-bottom: 40px;
  }
}
.header ul li {
  font-size: 22px;
  max-width: 460px;
}
.header ul li b {
  color: #146FBB;
}
@media (max-width: 991.98px) {
  .header ul li {
    text-align: left;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .header ul li {
    font-size: 21px;
    line-height: 23px;
  }
}
.header .advantages {
  justify-content: space-between;
  margin-top: 60px;
  z-index: 2;
  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.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 20px;
  border: 1px solid #146FBB;
  width: 272px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 50px 0px 50px;
}
@media (max-width: 1199.98px) {
  .header .advantages-item {
    margin-bottom: 30px;
    width: 232px;
  }
}
@media (max-width: 991.98px) {
  .header .advantages-item {
    width: 272px;
    height: 140px;
  }
}
.header .advantages img {
  margin: 0 auto;
  display: flex;
  margin-top: 24px;
  max-width: 50px;
  display: none;
}
@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 40px 20px 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .header .advantages p {
    font-size: 22px;
    line-height: 23px;
    padding: 0px 30px 0px 30px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .header .button {
    margin-top: 15px;
  }
}

.webp .header {
  background-image: url("../images/header/bg.webp");
}
.webp .header .advantages-item {
  background-image: url("../images/header/adv-bg.webp");
}

@media (max-width: 575.98px) {
  .header {
    background-image: url("../images/header/bg-mobile.jpg");
  }
  .webp .header {
    background-image: url("../images/header/bg-mobile.webp");
  }
}
.about {
  padding-top: 190px;
}
@media (max-width: 1199.98px) {
  .about {
    padding-top: 160px;
  }
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .about h2 {
    margin-bottom: 30px;
  }
}
.about p {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .about p {
    font-size: 21px;
    margin-bottom: 19px;
  }
}
@media (max-width: 1199.98px) {
  .about .text {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .about .text {
    margin: 0 auto;
  }
}
.about .row {
  align-items: center;
}
.about-img {
  max-width: 105%;
  margin-left: -50px;
  rotate: -3deg;
  box-shadow: 4px 4px 9.6px 0px rgba(0, 83, 142, 0.5), 0px 4px 18.3px 0px rgba(0, 73, 113, 0.05);
  border: 12px solid rgb(255, 255, 255);
}
@media (max-width: 1199.98px) {
  .about-img {
    border: 7px solid rgb(255, 255, 255);
  }
}
@media (max-width: 991.98px) {
  .about-img {
    max-width: 100%;
    margin: 0 auto;
    border: 12px solid rgb(255, 255, 255);
  }
}
@media (max-width: 575.98px) {
  .about-img {
    border: 7px solid rgb(255, 255, 255);
  }
}

.what {
  background-image: url("../images/what/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.98px) {
  .what h2 {
    margin-bottom: 30px;
  }
}
.what p {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .what p {
    font-size: 21px;
    margin-bottom: 19px;
  }
}
@media (max-width: 1199.98px) {
  .what .text {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .what .text {
    margin: 0 auto;
  }
}
.what .row {
  align-items: center;
}
.what-img {
  max-width: 105%;
  margin-right: -50px;
  rotate: 3deg;
  box-shadow: 4px 4px 9.6px 0px rgba(0, 83, 142, 0.5), 0px 4px 18.3px 0px rgba(0, 73, 113, 0.05);
  border: 12px solid rgb(255, 255, 255);
}
@media (max-width: 1199.98px) {
  .what-img {
    border: 7px solid rgb(255, 255, 255);
  }
}
@media (max-width: 991.98px) {
  .what-img {
    max-width: 100%;
    margin: 0 auto;
    border: 12px solid rgb(255, 255, 255);
  }
}
@media (max-width: 575.98px) {
  .what-img {
    border: 7px solid rgb(255, 255, 255);
  }
}

.webp .what {
  background-image: url("../images/what/bg.webp");
}
@media (max-width: 575.98px) {
  .what {
    background-image: url("../images/what/bg-mobile.jpg");
  }
  .webp .what {
    background-image: url("../images/what/bg-mobile.webp");
  }
}
.program {
  padding-top: 30px;
  padding-bottom: 25px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 991.98px) {
  .program {
    padding-top: 0;
    margin-top: -70px;
  }
}
@media (max-width: 767.98px) {
  .program {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 15px;
  }
}
.program .card {
  background-color: unset;
}
.program-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F2FBFF;
}
@media (max-width: 575.98px) {
  .program-bg {
    padding-bottom: 5px;
  }
}
.program__heading {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.program .row {
  justify-content: space-around;
}
.program .lesson {
  font-size: 18px;
  line-height: 1.33333;
}
@media (max-width: 575.98px) {
  .program .lesson {
    font-size: 19px;
    line-height: normal;
  }
}
@media (max-width: 400px) {
  .program .lesson {
    padding: 10px !important;
    overflow: hidden;
  }
}
.program .lesson__duration {
  margin-left: 30px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.program .lesson__header {
  padding-bottom: 5px;
}
.program .text_color_primary {
  color: #252525;
}
.program .lesson__counter {
  color: #146FBB;
  font-family: "sweet_mavka_script";
  font-size: 27px;
  background-image: url(../images/program/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 161px;
  height: 61px;
  text-align: center;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .program .lesson__counter {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .program .lesson__counter {
    margin-top: 20px;
  }
}
.program .lesson__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .program img {
    margin-bottom: 20px;
  }
}
.program p {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .program p {
    font-size: 20px;
  }
}
.program ul li {
  margin-bottom: 8px !important;
  font-size: 19px;
}
@media (max-width: 575.98px) {
  .program ul li {
    font-size: 20px;
  }
}
.program p span {
  color: #00AEDE;
  font-weight: 700;
  display: block;
  margin-bottom: -10px;
  display: flex;
  justify-content: start;
  margin-bottom: 0px;
}

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

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

.bonus {
  background-image: url("../images/bonus/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.bonus-row {
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 45px;
  }
}
.bonus-row-last {
  margin-bottom: 0;
}
.bonus-title {
  font-family: "sweet_mavka_script";
  background-image: url("../images/bonus/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  font-size: 30px;
  color: #146FBB;
  text-align: center;
  width: 162px;
  height: 68px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .bonus-title {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.bonus-sub {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  color: #146FBB;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.bonus p {
  font-size: 22px;
  line-height: normal;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .bonus p {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 20px;
  }
}

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

@media (max-width: 575.98px) {
  .bonus {
    background-image: url("../images/bonus/bg-mobile.jpg");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-mobile.webp");
  }
}
.expert {
  padding-bottom: 170px;
}
.expert .row {
  align-items: center;
}
.expert h2 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .expert h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .expert h2 {
    margin-bottom: -20px;
  }
}
.expert h2 span {
  font-size: 50px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .expert h2 span {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .expert h2 span {
    font-size: 44px;
    margin-top: 23px;
  }
}
@media (max-width: 419.98px) {
  .expert h2 span {
    font-size: 37px;
    margin-top: 22px;
  }
}
@media (max-width: 1199.98px) {
  .expert-img {
    margin-left: 2px;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    max-width: 100%;
    margin: 0 auto;
    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;
}
@media (max-width: 991.98px) {
  .expert-text img {
    margin-top: -41px;
    margin-right: 23px;
  }
}
@media (max-width: 575.98px) {
  .expert-text img {
    margin: 0 auto;
  }
}
.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: 35px;
  }
}
.expert ul {
  margin-left: 70px;
}
@media (max-width: 991.98px) {
  .expert ul {
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .expert ul {
    margin-top: -31px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
.expert .drop-1 .drop-btn {
  color: #146FBB !important;
  border: 1px solid #146FBB;
  border-radius: 50px;
  width: 230px;
  font-size: 18px;
  margin-left: 90px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-btn {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: -30px;
  }
}
.expert .drop-1 .drop-text {
  transform: translate3d(220px, 23px, 0px) !important;
  top: -30px !important;
  left: -168px !important;
  width: 620px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-text {
    width: 635px;
    transform: translate3d(218px, -2px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(138px, -2px, 0px) !important;
    width: 545px;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-text {
    width: 94%;
    left: -143px !important;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .drop-text {
    left: -138px !important;
    top: -26px !important;
  }
}
.expert .drop-1 .drop-pad {
  padding: 100px 20px 20px 20px;
  border: 1px solid #146FBB;
  border-radius: 20px;
  box-shadow: 0px 0px 15.2px 0px rgba(30, 102, 97, 0.25);
  background: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad {
    padding: 90px 10px 15px 10px;
  }
}
.expert .drop-1 .drop-pad p {
  font-size: 20px !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad p {
    font-size: 19px !important;
  }
}
.expert .drop-1 .drop-pad ul li {
  padding: 0px 0px 10px 1px !important;
  font-size: 20px !important;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad ul li {
    font-size: 19px !important;
  }
}
.expert .drop-1 .drop-pad ul li::before {
  top: 0.4em !important;
}
.expert .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
.expert .drop-1 .sertificat {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat {
    justify-content: center;
  }
}
.expert .drop-1 .sertificat-item-1 img, .expert .drop-1 .sertificat-item-2 img, .expert .drop-1 .sertificat-item-3 img, .expert .drop-1 .sertificat-item-4 img, .expert .drop-1 .sertificat-item-5 img, .expert .drop-1 .sertificat-item-6 img, .expert .drop-1 .sertificat-item-7 img {
  max-width: 115px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-1 img, .expert .drop-1 .sertificat-item-2 img, .expert .drop-1 .sertificat-item-3 img, .expert .drop-1 .sertificat-item-4 img, .expert .drop-1 .sertificat-item-5 img, .expert .drop-1 .sertificat-item-6 img, .expert .drop-1 .sertificat-item-7 img {
    max-width: 90px;
  }
}
.expert .drop-1 .sertificat-item-8 img, .expert .drop-1 .sertificat-item-9 img, .expert .drop-1 .sertificat-item-10 img {
  max-width: 225px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-8 img, .expert .drop-1 .sertificat-item-9 img, .expert .drop-1 .sertificat-item-10 img {
    max-width: 155px;
  }
}
.expert .drop-1 .sertificat-item img {
  margin: 0 auto;
  padding: 0;
  padding-right: 5px;
  padding-bottom: 5px;
}

#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;
}
#example-expert .dec-1 {
  position: absolute;
  max-width: 280px;
  margin-top: -590px;
  margin-left: 950px;
  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: 280px;
  margin-top: -620px;
  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: 640px;
}
@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: 855px;
}

#example-expert .main-carousel {
  border: 3px solid #00AEDE;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel {
    border: 2px solid #00AEDE;
    border-radius: 5px;
  }
}
@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: #00AEDE;
}

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

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

@media (max-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);
  }
  .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 #example-expert {
  background-image: url("../images/example-expert/bg.webp");
}

@media (max-width: 575.98px) {
  #example-expert {
    background-image: url("../images/example-expert/bg-mobile.jpg");
  }
  .webp #example-expert {
    background-image: url("../images/example-expert/bg-mobile.webp");
  }
}
.materials {
  padding-top: 85px;
}
.materials p {
  font-size: 22px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .materials p {
    font-size: 20px;
  }
}
.materials ul {
  max-width: 445px;
}
.materials ul li {
  margin-bottom: 13px !important;
}
.materials h4 {
  margin-bottom: 40px;
}
.materials .upper {
  text-transform: uppercase;
  font-weight: 700;
}
.materials a {
  font-size: 25px;
  margin-left: 40px;
  padding-left: 30px;
  color: black;
  font-weight: 400;
}
.materials .dropdown {
  margin-bottom: 30px;
}
.materials .dropdown-1 .drop-text {
  width: 570px !important;
}
@media (max-width: 767.98px) {
  .materials .dropdown-1 .drop-text {
    width: 94% !important;
  }
}
.materials .dropdown-2 .drop-pad {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  .materials .dropdown-2 .drop-pad {
    display: block;
  }
}
.materials .dropdown-3 .drop-pad {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  .materials .dropdown-3 .drop-pad {
    display: block;
  }
}
.materials .dropdown-4 .drop-pad {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  .materials .dropdown-4 .drop-pad {
    display: block;
  }
}
.materials .drop-text {
  transform: translate3d(20px, 0px, 0px) !important;
  top: -8px !important;
  width: 800px;
}
.materials .drop-btn {
  position: sticky;
}
.materials .drop-pad {
  padding: 40px 20px 30px 48px;
}
.materials .green-block {
  width: 100%;
  height: 74px;
  background: #00AEDE;
  margin-top: -8px;
}
.materials-title {
  width: 206px;
  z-index: 10;
  position: sticky;
}
.materials-indicator {
  top: -1px;
  left: -45px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/materials/materials_chevron-up.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.materials .dropdown.dropright.show .drop-btn {
  color: white;
  font-weight: 700;
}
.materials .dropdown.dropright.show .materials-indicator {
  background-image: url(../images/materials/materials_chevron-down.png);
}
.materials-img-1 {
  margin-left: 50px;
}
@media (max-width: 1350px) {
  .materials-img-1 {
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .materials-img-1 {
    margin-left: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-text {
    width: 94% !important;
  }
  .materials .drop-pad {
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 60px;
  }
}
/*.materials {

    &-row {
        align-items: center;
        margin-bottom: 50px;
        @media (max-width: 575.98px) {
          margin-bottom: 25px;
        }
    }

    ol {
      list-style-type: none; 
      counter-reset: num;
      margin: 0 0 0 35px;
      padding: 15px 0 5px 0;
      font-size: 22px;
    }

    ol li {
      position: relative;	
      padding: 0px 0px 10px 25px;
      color: $text_color;
      @media (max-width: 575.98px) {
        padding: 0px 0px 10px 15px;
      }

    }
    .ol-1 {
        counter-reset: num 2 !important;
    }
    .ol-2 {
      counter-reset: num 6 !important;
    }
    .ol-3 {
      counter-reset: num 3 !important;
    }
    .ol-4 {
        counter-reset: num 5 !important;
      }
    ol li:before {
      font-family: $h__font;
      content: counter(num) '.'; 
      counter-increment: num;
      display: inline-block;	
      position: absolute;
      top: -22px;
      left: -39px;
      width: 20px;
      color: $sub_color;
      text-align: right;
      font-size: 40px;
      @media (max-width: 575.98px) {
        font-size: 36px;
        top: -16px;
        left: -40px;
      }
    }

    .z-8::before {
      z-index: 8;
    }
    .z-6::before {
      z-index: 6;
    }

    &-img {

      @media (max-width: 991.98px) {
        max-width: 100%;
        margin: 0 auto;
      }
    }

    b {
      color: $sub_color;
    }

    .drop-btn {
      color: $head_color !important;
      border: 1px solid rgb(0, 93, 178);
      border-radius: 50px;
      width: 140px;
      font-size: 18px;
      margin-left: 40px;
      margin-top: -5px;
      @media (max-width: 575.98px) {
        margin-top: -9px;
      }
    }

    .drop-text {
      transform: translate3d(20px, 0px, 0px) !important;
      top: -30px !important;
      left: -168px !important;
      width: 575px;
      border: none;
      background-color: unset;

      @media (max-width: 991.98px) {
        width: 635px;
      }
      @media (max-width: 767.98px) {
        width: 545px;
      }
      @media (max-width: 575.98px) {
        width: 400px;
        left: -143px !important;
      }
      @media (max-width: 419.98px) {
        width: 173%;
        left: -138px !important;
        top: -26px !important;
      }
    }

    .drop-pad {
      padding: 90px 25px 15px 60px;
      border: 1px solid rgb(0, 93, 178);
      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) {
        padding: 90px 10px 15px 10px;
      }

      p {
        font-size: 20px !important;
        @media (max-width: 575.98px) {
          font-size: 19px !important;
        }
      }
      ul {
        li {
          padding: 0px 0px 10px 1px !important;
          font-size: 20px !important;
          @media (max-width: 575.98px) {
            font-size: 19px !important;
          }

          &::before {
            top: 0.4em !important;
          }
        }
      }
    }

    .dropdown.show{
        .drop-btn {
          background: #eaf6fe;
        }
    }



    .inside {
        padding-left: 70px !important;
        @media (max-width: 575.98px) {
            padding-left: 20px !important;
        }

        li {
            margin-bottom: 14px !important;
        }
    }



  }
*/
#packages {
  background-image: url("../images/packages/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #packages h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.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: 1px solid #00AEDE !important;
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#packages .packages__item-3 .packages__item-prices {
  margin-top: -19px;
}
#packages .packages__item-title {
  color: white;
  font-family: "sweet_mavka_script";
  display: block;
  padding: 23px 3px;
  font-size: 45px;
  background: #00AEDE;
  text-align: center;
}
@media (max-width: 575.98px) {
  #packages .packages__item-title {
    font-size: 42px;
    letter-spacing: 0.5px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 20px 0px 15px;
}
#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: #00AEDE;
  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-buy {
  padding: 0 20px;
  background-color: white;
}
#packages .packages__item-prices {
  display: block;
  font-weight: 700;
  color: #FF8A00;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-size: 50px;
  margin-right: 10px;
  margin: 0 auto;
  color: #FF8A00;
}
@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;
  color: #000;
}
@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 .codes > a.active,
#packages .codes > a:hover {
  text-decoration: none;
  color: white;
  background: #146FBB;
}
#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: #f2d994 !important;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 37px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: white;
  background: #96D5FF;
  border-radius: 2px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 185px;
}
#packages .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#packages .buttons .button {
  background: rgb(255, 138, 0);
}
#packages .buttons .button:hover {
  background: rgb(255, 77, 0);
}
#packages ul li {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  #packages ul li {
    font-size: 20px;
  }
}
#packages .inside {
  list-style-type: disc;
}
#packages .inside li {
  color: linear-gradient(270deg, rgb(0, 196, 209), rgb(66, 116, 222) 93.798%);
}
#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;
  }
}
.webp #packages {
  background-image: url("../images/packages/bg.webp");
}

@media (max-width: 575.98px) {
  #packages {
    background-image: url("../images/packages/bg-mobile.jpg");
  }
  .webp #packages {
    background-image: url("../images/packages/bg-mobile.webp");
  }
}
.questions-item {
  border-radius: 10px;
  border: 1px solid #146FBB;
  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-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: #00AEDE;
  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: 415px;
  left: -0.3%;
  margin-top: -94px;
}
@media (max-width: 1310px) {
  .questions-dec-1 {
    max-width: 415px;
    margin-top: 106px;
  }
}
@media (max-width: 575.98px) {
  .questions-dec-1 {
    display: none;
  }
}
.questions-dec-2 {
  max-width: 419px;
  right: 0%;
  margin-top: -153px;
}
@media (max-width: 1435px) {
  .questions-dec-2 {
    margin-top: -153px;
  }
}
@media (max-width: 1330px) {
  .questions-dec-2 {
    margin-top: -245px;
  }
}
@media (max-width: 991.98px) {
  .questions-dec-2 {
    margin-top: -130px;
  }
}
@media (max-width: 767.98px) {
  .questions-dec-2 {
    max-width: 314px;
  }
}
@media (max-width: 575.98px) {
  .questions-dec-2 {
    max-width: 252px;
    margin-top: -59px;
  }
}

.questions-question.collapsed {
  color: #146FBB;
  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;
  }
}
.ask {
  background-color: #F2FBFF;
  overflow: hidden;
  margin-top: 65px;
}
@media (min-width: 991.98px) {
  .ask {
    margin-top: 0px;
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .ask {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 50px;
  }
}
.ask h3 {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 900px;
}
.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;
  background: rgb(255, 138, 0);
}
@media (max-width: 991.98px) {
  .ask .button {
    max-width: unset;
    width: 260px;
  }
}
@media (max-width: 419.98px) {
  .ask .button {
    width: 280px;
  }
}
.ask .button:hover {
  background: rgb(255, 77, 0);
}
.ask-buttons_icon {
  width: 35px;
  margin-right: 10px;
  margin-bottom: 1px;
}

@media (max-width: 767.98px) {
  .ask {
    margin-top: -15px;
  }
  .ask .button {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .ask-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
footer {
  background: #EAF6FE;
  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 */