@font-face {
  font-family: "CORVETTA";
  src: url("../fonts/CORVETTA.TTF");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SMS";
  src: url("../fonts/SMS.otf");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
}

main h1, main h2, main h3, main h4, main h5 {
  font-family: "CORVETTA";
  font-weight: 400;
  font-size: 50px;
  line-height: 71px;
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 40px !important;
    margin-bottom: 45px !important;
  }
}
@media (max-width: 400px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 40px !important;
    line-height: 43px !important;
    letter-spacing: -2px !important;
  }
}

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

.codes > a.active, .codes > a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: linear-gradient(360deg, #76157E 0%, #C975E7 100%);
}

.codes > a {
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background-color: #db97f3;
  border-radius: 20px;
  transition: background-color 0.4s;
}

#modal-upsells a.btn {
  width: 100% !important;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 9px;
}

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

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

#show-menu {
  height: 15px;
}

.button,
button .why,
button .materials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  gap: 10px;
  max-width: 390px;
  background: #C2509F;
  background: linear-gradient(135deg, #C2509F, #EA7BC0);
  border-radius: 80px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 4px solid #963979;
  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;
}
@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);
}

.icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: all 200ms;
}

.icon-whatsapp {
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-size: 80%;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
}
.icon-whatsapp:hover {
  box-shadow: 0px 0px 10px #fff;
}

.main-navigation ul {
  display: flex !important;
  justify-content: space-around !important;
}
.main-navigation ul li {
  margin-bottom: 0px !important;
}
.main-navigation .main-navigation__mobile-menu-btn {
  background-color: #d156bc;
}
.main-navigation button:focus {
  outline: 1px dotted;
}
.main-navigation__icon-tg {
  width: 30px;
  height: 30px;
  background-color: #37aee2;
  background-image: url(https://sobakarisovaka.ru/lib/menu/images/telegram.png);
  border-radius: 100%;
  box-shadow: 0px 0px 10px #37aee2;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 1px 1px;
  margin-right: 17px;
}
@media (max-width: 1199.98px) {
  .main-navigation__icon-tg {
    background-size: 100%;
    background-position: -1px 1px;
  }
}
@media (max-width: 991.98px) {
  .main-navigation__icon-tg {
    background-size: 90%;
    background-position: 1px 1px;
  }
}

.icon-telegram:hover {
  box-shadow: 0px 0px 10px #fff;
}

@media (max-width: 991.98px) {
  .main-navigation__container {
    width: 310px !important;
  }
}
@media (max-width: 991.98px) {
  .main-navigation ul {
    display: block !important;
  }
  .main-navigation ul li a {
    padding: 15px 25px;
  }
}
@media (max-width: 419.98px) {
  .main-navigation__container {
    width: 100% !important;
  }
}
#header {
  background-image: url("../images/header/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  max-height: 780px;
}

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

.first-block {
  font-weight: 400;
}
.first-block-title {
  font-size: 80px;
  line-height: 115px;
  color: #d156bc;
  margin-top: 45px;
}
.first-block .row-top {
  margin-top: 60px;
}
.first-block-subtitle {
  font-size: 30px;
  margin-left: 10px;
  margin-top: 20px;
  font-family: "CORVETTA";
  color: #975edc;
}
.first-block-text {
  font-size: 24px;
  line-height: 33px;
}
.first-block .advantages {
  z-index: 9;
  position: relative;
}
.first-block .advantage {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 250px;
  height: 139px;
  margin-bottom: 80px;
  font-size: 20px;
  color: #fff;
}
.first-block .advantage__border {
  background: #f1d6f7;
}
.first-block .advantage-item {
  height: 146px;
  padding: 33px 35px 25px 35px;
  line-height: 29px;
  border-radius: 1px;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #252525;
  font-size: 22px;
}
.first-block .header .advantage p {
  margin: 0;
}
.first-block .advantages-number {
  color: #d156bc;
  font-size: 18px;
  font-weight: 700;
  margin: -2px 0 -17px 45px;
}

main .course-name {
  color: #d156bc;
  font-weight: 700;
}

.first-block__button-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .first-block .advantages {
    display: flex;
    justify-content: space-around;
  }
  .first-block .advantage {
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .first-block {
    text-align: center;
  }
  .first-block-text {
    max-width: unset;
    padding: 0;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
  }
  .button {
    margin: 0 auto;
  }
  .first-block .advantages-number {
    margin: -2px 0 -17px -130px;
  }
  .first-block .advantage {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .first-block-title {
    font-size: 60px;
    line-height: 77px;
  }
  .first-block-subtitle {
    font-size: 35px;
    margin: 0 auto;
    margin-top: 55px;
  }
  .first-block-text {
    font-size: 25px;
    line-height: 34px;
    margin-top: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .first-block-title {
    font-size: 45px;
  }
  .first-block-subtitle {
    line-height: 56px;
    margin-top: 0px;
    font-size: 33px;
  }
  .first-block .advantage {
    margin-bottom: 30px;
  }
  .first-block-text {
    font-size: 23px;
    line-height: 31px;
  }
}
@media (max-width: 481px) {
  .first-block small {
    display: none;
  }
}
@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");
  }
}
@media (max-width: 991.98px) {
  #header {
    background-image: unset !important;
    background: #f4f2ec;
    max-height: unset;
  }
}
.about {
  background-image: url("../images/about/bg.png");
  background-repeat: no-repeat;
  margin-top: -14px;
  background-size: 75%;
  background-position: -55px 81px;
  padding-bottom: 70px;
}
.about img {
  margin-top: 160px;
}
.about .about-title {
  margin-top: 100px;
}
.about-title {
  color: #d156bc;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .about-title {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.about p {
  font-size: 23px;
  line-height: 32px;
}
@media (max-width: 575.98px) {
  .about p {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .about {
    text-align: center;
  }
}

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

@media (max-width: 1481px) {
  .about {
    background-size: 92%;
    background-position: -326px 81px;
  }
}
@media (max-width: 1095px) {
  .about {
    background-size: 102%;
    background-position: -419px 81px;
  }
}
@media (max-width: 1199.98px) {
  .about img {
    margin-top: 185px;
  }
  .about .about-title {
    margin-top: 256px;
  }
}
@media (max-width: 991.98px) {
  .about .about-title {
    margin-top: 110px;
  }
  .about img {
    margin-top: 0;
  }
  .about {
    background-size: cover;
    background-position: -187px 358px;
  }
}
@media (max-width: 575.98px) {
  .about {
    background-position: -482px 449px;
  }
}
@media (max-width: 419.98px) {
  .about p {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
.expert h3 {
  color: #d156bc;
  margin-bottom: 35px;
  margin-top: 68px;
  margin-left: -64px;
  line-height: 65px;
}
@media (max-width: 991.98px) {
  .expert h3 {
    margin-left: unset;
  }
}
@media (max-width: 575.98px) {
  .expert h3 {
    font-size: 32px !important;
    margin-bottom: 45px !important;
  }
}
.expert h3 span {
  padding: 0px 44px 26px 49px;
  font-size: 37px;
  color: #975edc;
  font-family: "SMS";
  background-image: url("../images/expert/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}
@media (max-width: 991.98px) {
  .expert h3 span {
    font-size: 52px;
  }
}
.expert-expert {
  max-width: 113%;
  margin-left: -40px;
  margin-top: 80px;
}
.expert ul {
  max-width: 485px;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 14px;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 56px;
  padding-top: 25px;
}
@media (max-width: 991.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-top: 0;
  }
}
.expert .sertificat {
  max-width: 158px;
  margin-right: 10px;
}
.expert-img {
  margin-bottom: 10px;
}
.expert-img-5 {
  max-width: 80%;
}

@media (max-width: 1199.98px) {
  .expert .sertificat {
    max-width: 130px;
  }
  .expert-img-5 {
    max-width: 56%;
  }
  .expert-expert {
    max-width: 172%;
    margin-left: -187px;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .expert h3 {
    text-align: center;
  }
  .expert ul {
    margin-top: 60px;
    max-width: unset;
  }
  .expert ul li {
    font-size: 20px;
  }
  .expert .sertificat {
    max-width: unset;
  }
  .expert .expert-img-5 {
    max-width: 225px;
  }
  .expert .expert-expert {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .expert .expert-img-5 {
    max-width: 167px;
  }
  .expert h3 span {
    font-size: 34px;
    background-position: -3px 1px;
    background-size: 100%;
    padding: 13px 17px 7px 8px;
  }
}
@media (max-width: 575.98px) {
  .expert-img-5 {
    max-width: 40%;
    margin: 0 auto;
    display: flex;
  }
  .expert h3 span {
    display: block;
    background-image: unset;
    font-size: 35px;
    margin-bottom: -20px;
  }
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .expert .expert-img-5 {
    max-width: 40%;
  }
}
.expert-work {
  padding-bottom: 90px;
  z-index: 9;
  position: relative;
  margin-top: 80px;
}
.expert-work h3 {
  color: #d156bc;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .expert-work h3 {
    font-size: 32px !important;
    margin-bottom: 45px !important;
  }
}
.expert-work-bg {
  background: white;
  padding: 70px 60px 30px 60px;
  margin-top: -170px;
  border-radius: 10px;
  box-shadow: 0px 4px 7px 2px rgba(34, 60, 80, 0.2);
}

@media (max-width: 515px) {
  .expert-work-bg {
    padding: 70px 5px 20px 5px;
  }
}
.bonus {
  padding-bottom: 40px;
}
.bonus h3 {
  text-align: center;
  color: #d156bc;
}
@media (max-width: 575.98px) {
  .bonus h3 {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
}
.bonus-item {
  margin-left: 45px;
  margin-top: 45px;
}
@media (max-width: 991.98px) {
  .bonus-item {
    margin-left: 0;
  }
}
.bonus-item-sub {
  padding: 10px 26px 23px 36px;
  font-weight: 700;
  font-size: 18px;
  color: white;
  background-image: url(../images/bonus/die6.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}
@media (max-width: 991.98px) {
  .bonus-item-sub {
    margin: 0 auto;
    display: flex;
    max-width: 215px;
  }
}
.bonus-item-head {
  font-size: 35px;
  font-weight: 700;
  color: #975edc;
  margin-left: 35px;
  margin-top: 13px;
}
@media (max-width: 991.98px) {
  .bonus-item-head {
    text-align: center;
    margin: 0 auto;
  }
}
.bonus-item-text {
  margin-left: 40px;
  max-width: 415px;
}
@media (max-width: 991.98px) {
  .bonus-item-text {
    max-width: unset;
    margin: 0 auto;
  }
}
.bonus-item .lesson__duration {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}
.bonus-item .icon-clock-mobile {
  max-width: 40px;
  max-height: 40px;
  margin-right: 15px;
  margin-top: -8px;
  margin-left: 32px;
}
@media (max-width: 991.98px) {
  .bonus-item .icon-clock-mobile {
    margin-right: 7px;
    margin-left: 0;
  }
}
.bonus-img {
  max-width: 110%;
}
.bonus-img-1 {
  margin-left: -65px;
}
.bonus-img-2 {
  margin-top: -45px;
}
@media (max-width: 1199.98px) {
  .bonus-img {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .bonus-item-head {
    font-size: 30px;
    line-height: 29px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.program {
  background: #f4f4f4;
  margin-top: -18px;
}
.program__heading {
  color: #d156bc;
  margin: 0 auto;
  text-align: center;
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 75px;
}
.program .lesson {
  font-size: 18px;
  line-height: 1.33333;
}
.program .lesson__duration {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}
.program .lesson__header {
  padding-bottom: 10px;
}
.program .text_color_primary {
  color: #d156bc;
}
.program .lesson__counter {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.program .lesson__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 31px;
}
.program .icon-clock-mobile {
  max-width: 40px;
  margin-right: 15px;
  margin-top: -8px;
}
@media (max-width: 991.98px) {
  .program .icon-clock-mobile {
    margin-right: 7px;
  }
}
.program ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 9px;
}
.program ul li {
  font-size: 18px;
  line-height: 22px;
}
.program ul {
  margin-top: -10px;
}

.wave {
  background: #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF, #FFF8EF);
  position: absolute;
  height: 400px;
  width: 100%;
}

.wave2 {
  background: #FFF8EF;
  background: linear-gradient(180deg, #FFF8EF, #FFFFFF);
  position: absolute;
  height: 206px;
  width: 100%;
  margin-top: -60px;
}

@media (max-width: 575.98px) {
  .program .lesson__title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .lesson {
    overflow: hidden;
    padding: 10px 10px 10px 10px !important;
  }
  .lesson p {
    font-size: 20px;
  }
  .program__heading span {
    font-size: 30px;
  }
}
.materials {
  background: #f6f6f5;
  padding-top: 55px;
  padding-bottom: 320px;
}
.materials h3 {
  font-family: "SMS";
  font-size: 70px;
  color: #d156bc;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .materials h3 {
    font-size: 52px !important;
    margin-bottom: 45px !important;
    line-height: 43px !important;
  }
}
.materials-img {
  margin-top: 48px;
  max-width: 113%;
}
.materials ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 15px;
  max-width: 300px;
}

@media (max-width: 1320px) {
  .materials-img {
    margin-top: 118px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .materials ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    max-width: unset;
  }
  .materials-img {
    margin-top: 10px;
  }
  h3 {
    text-align: center;
  }
}
#packages {
  overflow: hidden;
  margin-top: -260px;
  padding-bottom: 30px;
}
#packages .container {
  background-image: url("../images/packages/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
#packages .row-main {
  display: flex;
  justify-content: space-around;
  padding-bottom: 65px;
}
#packages .row-main .bg {
  background: #D156BC;
  background: linear-gradient(135deg, #D156BC, #975EDC);
  border-radius: 10px;
}
#packages .buttons {
  margin-bottom: -30px !important;
}
#packages .symbol {
  margin-left: 20px;
}
#packages h2 {
  margin-top: 70px;
  color: #d156bc;
  font-family: "SMS";
  font-size: 70px;
  margin-bottom: 20px;
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #packages .packages__item {
    padding-bottom: 10px;
  }
}
#packages .packages__item-title {
  margin-top: 15px;
  border-radius: 10px 10px 0px 0px;
  color: #975edc;
  font-family: "SMS";
  display: block;
  padding: 23px 3px;
  background: white;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 419.98px) {
  #packages .packages__item-title {
    font-size: 35px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  padding: 30px 7px 0px 7px;
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item-buy {
  padding: 0 20px;
}
#packages .packages__item-prices {
  margin-top: -15px;
  font-family: "SMS";
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-size: 60px;
  margin-right: 10px;
  margin: 0 auto;
  color: white;
}
@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: -3px;
  margin-top: -10px;
  padding-right: 15px;
}
#packages li {
  margin-bottom: -2px;
  line-height: 22px;
  color: white;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before, #packages .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 11px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fcd367;
}
#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: #975edc;
  background: white;
}
#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: #be9ef3;
  background: #eeccf4;
  border-radius: 6px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 105px;
}
#packages .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

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

@media (max-width: 575.98px) {
  #packages h2 {
    font-size: 64px !important;
    margin-top: 60px;
  }
}
@media (min-width: 1900px) {
  #packages .container {
    background-image: url("../images/packages/bg-2x-scale-2_00x.jpg");
  }
  .webp #packages .container {
    background-image: url("../images/packages/bg-2x-scale-2_00x.webp");
  }
}
@media (max-width: 767.98px) {
  #packages .row-main {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
}
.questions {
  padding-top: 70px;
}
.questions h2 {
  max-width: 800px;
  margin: 0 auto;
  color: #d156bc;
  font-family: "SMS";
  font-size: 70px;
}
@media (max-width: 575.98px) {
  .questions h2 {
    font-size: 52px !important;
    margin-bottom: 45px !important;
    line-height: 54px !important;
  }
}
.questions-item {
  border-radius: 15px;
  box-shadow: 0px 0px 10px -1px rgba(34, 60, 80, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 690px;
  margin: 0 auto;
}
.questions-question {
  font-family: "PT Sans";
  font-weight: 700;
  position: relative;
  padding-top: 55px;
  padding-bottom: 20px;
  padding-right: 180px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 18px;
}
.questions-indicator {
  transition: 0.245s;
  right: 40px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 40px;
  height: 45px;
  background-image: url("../images/icons/icon_chevron-up.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.questions-indicator-chevron {
  font-size: 18px;
  transform: rotate(90deg);
}

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

@media (max-width: 767.98px) {
  .questions-heading {
    font-size: 50px;
  }
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
  .questions {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-heading {
    font-size: 42px;
  }
  .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: 105%;
  }
  .questions-question {
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .questions-answer {
    padding-top: 40px;
  }
  .questions-answer p {
    font-size: 20px;
    line-height: 28px;
  }
  .questions-item {
    padding-bottom: 45px;
  }
  .questions-heading {
    font-size: 42px !important;
  }
}
.ask {
  overflow: hidden;
  margin-bottom: 75px;
  margin-top: 65px;
}
@media (min-width: 991.98px) {
  .ask {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.ask-heading {
  color: #d156bc;
  margin-bottom: 20px;
  font-family: "SMS";
  font-size: 70px;
}
@media (max-width: 575.98px) {
  .ask-heading {
    font-size: 52px !important;
    margin-bottom: 45px !important;
    line-height: 52px !important;
  }
}
.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 {
  padding: 24px 70px !important;
}
.ask-buttons_icon {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 1px;
}

@media (max-width: 767.98px) {
  .ask {
    margin-top: -15px;
  }
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 30px;
  }
  .ask-heading {
    font-size: 48px;
    line-height: 50px;
  }
  .ask-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 419.98px) {
  .ask-heading {
    font-size: 40px;
    line-height: 45px;
  }
}
footer {
  background: #3a2147;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */