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

h1, h2, h3, h4, h5 {
  font-family: "JOURNALISM";
  color: #906dd8;
  font-weight: 400;
  font-size: 110px;
  line-height: 99px;
}
@media (max-width: 1199.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 100px;
    line-height: 95px;
  }
}
@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 95px;
    line-height: 93px;
  }
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 74px;
    line-height: 79px;
  }
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 67px;
    line-height: 65px;
  }
}
@media (max-width: 419.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 62px;
    line-height: 60px;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #d84ccc;
  font-family: "GIGER";
  display: block;
}

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

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

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

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

ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 25px;
  }
}

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

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: #906dd8;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: -19px;
  }
}

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

#show-menu {
  height: 15px;
}

@media (max-width: 575.98px) {
  main .col-12 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.button,
button .why,
button .materials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 48px;
  gap: 10px;
  width: 290px;
  background: url(../images/icons/button-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.button:hover,
button .why:hover,
button .materials:hover {
  color: white;
  text-decoration: none;
  text-shadow: 2px 2px 5px #d84;
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
  }
}

.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-image: url("../images/icons/icon-whatsapp.svg");
  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: #906dd8;
}
.main-navigation button:focus {
  outline: 1px dotted;
}
.main-navigation__icon-tg {
  width: 30px;
  height: 30px;
  background-color: #37aee2;
  background-image: url(https://sobakarisovaka.ru/pages/pastelpro2/images/icons/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;
    margin-right: 10px;
  }
}
@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: 380px) {
  .main-navigation__container {
    width: 100% !important;
  }
}
.header {
  background-image: url(../images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 1150px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: 1710px;
    background-image: url(../images/header/bg-mobile.jpg);
  }
}
@media (max-width: 767.98px) {
  .header {
    max-height: unset;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-bottom: 40px;
  }
}
.header h1 {
  font-size: 139px;
  line-height: 139px;
  letter-spacing: -1.9px;
  margin-top: 90px;
}
@media (max-width: 1445px) {
  .header h1 {
    font-size: 130px;
  }
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 149px;
    line-height: 136px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 117px;
    line-height: 124px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 90px;
    line-height: 97px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 67px;
    line-height: 69px;
  }
}
.header h1 span {
  font-size: 46px;
  line-height: 48px;
  letter-spacing: -0.1px;
  margin-bottom: 55px;
  max-width: 600px;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 41px;
    line-height: 42px;
  }
}
@media (max-width: 991.98px) {
  .header h1 span {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 39px;
    line-height: 37px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 33px;
    line-height: 32px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 28px;
    line-height: 27px;
  }
}
.header-picture {
  position: absolute;
  max-width: 630px;
  top: -430px;
  left: 64px;
  rotate: 3.2deg;
  border: 17px solid white;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1445px) {
  .header-picture {
    max-width: 584px;
    top: -365px;
    left: 13px;
  }
}
@media (max-width: 1260px) {
  .header-picture {
    max-width: 517px;
    top: -327px;
    left: 13px;
  }
}
@media (max-width: 1199.98px) {
  .header-picture {
    border: 10px solid white;
    max-width: 431px;
    top: -147px;
    left: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-picture {
    position: unset;
    max-width: 540px;
    border: 14px solid white;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .header-picture {
    max-width: 455px;
  }
}
@media (max-width: 575.98px) {
  .header-picture {
    max-width: 96%;
    border: 10px solid white;
    rotate: 2.7deg;
  }
}
.header-pencils {
  position: absolute;
  max-width: 334px;
  top: -251px;
  left: 485px;
  rotate: -3deg;
}
@media (max-width: 991.98px) {
  .header-pencils {
    display: none;
  }
}
.header-text {
  font-size: 33px;
  margin-top: 14px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .header-text {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 28px;
  }
}
@media (max-width: 419.98px) {
  .header-text {
    font-size: 23px;
    line-height: 25px;
  }
}
.header ul {
  margin-top: -10px;
  padding-left: 37px !important;
  max-width: 490px;
}
@media (max-width: 991.98px) {
  .header ul {
    text-align: left;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 23px !important;
  }
}
.header ul li {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 11px !important;
}
@media (max-width: 575.98px) {
  .header ul li {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 11px !important;
  }
}
.header ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  width: 10px;
  height: 10px;
  left: -33px;
}
@media (max-width: 575.98px) {
  .header ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    width: 8px;
    height: 8px;
    left: -20px;
  }
}
.header-img {
  position: absolute;
  max-width: 50%;
  right: -9px;
  top: -621px;
}
@media (max-width: 991.98px) {
  .header-img {
    rotate: unset;
    border: unset;
    max-width: 75%;
    position: unset;
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .header-img {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .header-img {
    rotate: unset;
    max-width: 100%;
    margin-bottom: 30px;
    border: unset;
  }
}
@media (max-width: 419.98px) {
  .header-img {
    border: unset;
  }
}
@media (max-width: 419.98px) {
  .header .img-padd {
    padding-left: 0px !important;
    padding-right: 7px !important;
  }
}
@media (max-width: 419.98px) {
  .header-img {
    margin-bottom: 30px;
  }
}
.header .advantages {
  margin-top: 15px;
  z-index: 10;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .header .advantages {
    justify-content: space-around;
  }
}
.header .advantages-block .advantage {
  position: relative;
  background-image: url(../images/header/die.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 355px;
  height: 145px;
  margin-bottom: 80px;
  font-size: 20px;
  color: black;
}
@media (max-width: 991.98px) {
  .header .advantages-block .advantage {
    width: 339px;
    height: 139px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .header .advantages-block .advantage {
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
@media (max-width: 419.98px) {
  .header .advantages-block .advantage {
    width: 100%;
    background-size: 250%;
  }
}
@media (max-width: 419.98px) {
  .header .advantages-block .advantage {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
  }
}
.header .advantages-block .advantage-item {
  padding: 43px 60px 0px 60px;
  line-height: 30px;
  text-align: center;
  color: black;
  font-size: 22px;
}
@media (max-width: 419.98px) {
  .header .advantages-block .advantage-item {
    padding: 30px 60px 0px 60px;
  }
}
.header .advantages-block .header .advantage p {
  margin: 0;
}
.header .advantages-block .advantages-number {
  color: #9a78d0;
  font-size: 18px;
  font-weight: 700;
  margin: -2px 0 -17px 45px;
}
@media (max-width: 991.98px) {
  .header .advantages-block .advantages-number {
    margin: -2px 0 -17px -212px;
  }
}
@media (max-width: 767.98px) {
  .header .advantages-block .advantages-number {
    margin: -2px 0 -17px -220px;
  }
}
@media (max-width: 419.98px) {
  .header .advantages-block .advantages-number {
    display: none;
  }
}
.header .button {
  z-index: 9;
  position: sticky;
  width: 378px;
  letter-spacing: 3px;
  padding: 45px 48px;
  margin-top: 45px !important;
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
  }
}
@media (max-width: 419.98px) {
  .header .button {
    width: 285px;
    letter-spacing: 1px;
    padding: 31px 9px;
  }
}
.header .row-advantages {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .header .row-advantages {
    justify-content: space-around;
  }
}

.webp .header {
  background-image: url("../images/header/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .header {
    background-image: url(../images/header/bg-mobile.webp);
  }
}
.webp .advantages-block .advantage {
  background-image: url(../images/header/die.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-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .about {
    margin-top: 160px;
  }
}
@media (max-width: 991.98px) {
  .about {
    margin-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .about {
    margin-top: -55px;
    z-index: 10;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .about {
    margin-top: -40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .about h2 {
    text-align: center;
  }
}
.about .row {
  align-items: center;
}
.about-text {
  margin-top: 55px;
  line-height: normal;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .about-text {
    margin: 0 auto;
    margin-top: 60px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .about-text {
    margin-top: 35px;
  }
}
.about-text p {
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .about-text p {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .about-text p {
    font-size: 20px;
  }
}
.about-text p span {
  font-weight: 700;
}
.about-img {
  max-width: 90%;
}
@media (max-width: 1199.98px) {
  .about-img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .about-img {
    margin-top: 40px;
  }
}
@media (max-width: 419.98px) {
  .about-img {
    margin-top: 10px;
  }
}

.why {
  padding-bottom: 0px;
}
.why h2 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .why h2 {
    max-width: unset;
  }
}
.why .row {
  align-items: center;
}
.why .row-item {
  margin-bottom: 70px;
}
.why-link {
  color: #906dd8;
}
.why-link:hover {
  color: #d84ccc;
}
.why-text {
  line-height: normal;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .why-text {
    margin: 0 auto;
    margin-top: 0px;
    max-width: unset;
  }
}
.why-text p {
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .why-text p {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .why-text p {
    font-size: 20px;
  }
}
.why-text p span {
  font-weight: 700;
}
.why-img {
  max-width: 90%;
}
@media (max-width: 1199.98px) {
  .why-img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .why-img {
    margin-top: 10px;
  }
}

.course {
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .course {
    overflow: hidden;
    padding-bottom: 170px;
  }
}
.course h2 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
}
.course .row {
  align-items: center;
}
.course-text {
  line-height: normal;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .course-text {
    margin: 0 auto;
    margin-top: 60px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .course-text {
    margin-top: 35px;
  }
}
.course-text p {
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .course-text p {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .course-text p {
    font-size: 20px;
  }
}
.course-text p span {
  font-weight: 700;
}
.course-img {
  max-width: 650px;
  margin-left: -70px;
}
@media (max-width: 1199.98px) {
  .course-img {
    max-width: 629px;
    margin-left: -130px;
  }
}
@media (max-width: 991.98px) {
  .course-img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .course-img {
    max-width: 110%;
    margin-left: -21px;
  }
}

.benefit {
  background-image: url(../images/benefit/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 1030px;
  padding-top: 160px;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  .benefit {
    background-image: url(../images/benefit/bg-mobile.jpg);
    margin-top: -90px;
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 767.98px) {
  .benefit {
    margin-top: -80px;
  }
}
@media (max-width: 575.98px) {
  .benefit {
    padding-top: 0px;
  }
}
.benefit h2 {
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .benefit h2 {
    margin-top: 120px;
  }
}
@media (max-width: 575.98px) {
  .benefit h2 {
    margin-top: -44px;
  }
}
.benefit .row-item {
  justify-content: center;
}
.benefit-item {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .benefit-item {
    margin-bottom: 130px;
  }
}
@media (max-width: 767.98px) {
  .benefit-item {
    margin-bottom: 100px;
  }
}
.benefit-item p {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  max-width: 195px;
  margin: 0 auto;
  margin-top: -150px;
}
@media (max-width: 1199.98px) {
  .benefit-item p {
    margin-top: -165px;
  }
}
@media (max-width: 991.98px) {
  .benefit-item p {
    margin-top: -189px;
  }
}
@media (max-width: 767.98px) {
  .benefit-item p {
    margin-top: -148px;
  }
}
@media (max-width: 575.98px) {
  .benefit-item p {
    margin-top: -166px;
    font-size: 20px;
    max-width: 225px;
    height: 54px;
  }
}
.benefit-item-padd p {
  margin-top: -165px;
}
@media (max-width: 1199.98px) {
  .benefit-item-padd p {
    margin-top: -188px;
  }
}
@media (max-width: 991.98px) {
  .benefit-item-padd p {
    margin-top: -201px;
  }
}
@media (max-width: 767.98px) {
  .benefit-item-padd p {
    margin-top: -161px;
  }
}
@media (max-width: 575.98px) {
  .benefit-item-padd p {
    margin-top: -199px;
    font-size: 20px;
    height: 87px;
  }
}
@media (max-width: 575.98px) {
  .benefit-item img {
    max-width: 290px;
    margin: 0 auto;
    display: flex;
  }
}

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

@media (min-width: 1900px) {
  .benefit {
    background-image: url("../images/benefit/bg-2x-scale-2_00x.jpg");
  }
  .webp .benefit {
    background-image: url("../images/benefit/bg-2x-scale-2_00x.webp");
  }
}
.history {
  padding-top: 70px;
}
@media (max-width: 575.98px) {
  .history {
    padding-top: 20px;
  }
}
.history h2 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .history h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .history h2 {
    margin-bottom: 0;
  }
}
.history .row {
  align-items: center;
}
@media (max-width: 575.98px) {
  .history .row-spech .speech-img {
    display: none;
  }
}
.history .row-spech .marg {
  margin-left: 80px;
  margin-top: -100px;
}
@media (max-width: 1199.98px) {
  .history .row-spech .marg {
    margin-left: 107px;
    margin-top: -70px;
  }
}
@media (max-width: 991.98px) {
  .history .row-spech .marg {
    margin: 0 auto;
    margin-top: -285px;
  }
}
@media (max-width: 767.98px) {
  .history .row-spech .marg {
    margin-top: -219px;
  }
}
@media (max-width: 575.98px) {
  .history .row-spech .marg {
    margin: 0 auto;
  }
}
.history .row-spech .text {
  max-width: 480px;
  margin: 0 auto;
  margin-top: -214px;
}
@media (max-width: 1199.98px) {
  .history .row-spech .text {
    max-width: 417px;
    margin-top: -191px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .history .row-spech .text {
    max-width: 576px;
    margin-top: -223px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .history .row-spech .text {
    max-width: 414px;
    margin-top: -180px;
  }
}
@media (max-width: 575.98px) {
  .history .row-spech .text {
    background: #7991F7;
    background: linear-gradient(90deg, #7991F7, #F66AD9);
    border: 3px solid #F66AD9;
    border-radius: 25px;
    padding: 25px 5px 20px 10px;
    width: 290px;
    margin: 0 auto;
    margin-top: -70px;
  }
}
.history .row-spech .text p {
  font-size: 23px;
  color: white;
}
@media (max-width: 767.98px) {
  .history .row-spech .text p {
    font-size: 20px;
  }
}
.history .row-spech .text .quo-img {
  position: absolute;
  max-width: 36px;
}
@media (max-width: 767.98px) {
  .history .row-spech .text .quo-img {
    max-width: 25px;
  }
}
@media (max-width: 575.98px) {
  .history .row-spech .text .quo-img {
    display: none;
  }
}
.history .row-spech .text .quo1-img {
  left: 48px;
  top: 123px;
}
@media (max-width: 1199.98px) {
  .history .row-spech .text .quo1-img {
    left: 36px;
    top: 86px;
  }
}
@media (max-width: 991.98px) {
  .history .row-spech .text .quo1-img {
    left: 49px;
    top: 118px;
  }
}
@media (max-width: 767.98px) {
  .history .row-spech .text .quo1-img {
    left: 35px;
    top: 83px;
  }
}
@media (max-width: 575.98px) {
  .history .row-spech .text .quo1-img {
    left: 26px;
    top: -61px;
  }
}
.history .row-spech .text .quo2-img {
  left: 375px;
  top: 280px;
}
@media (max-width: 1199.98px) {
  .history .row-spech .text .quo2-img {
    left: 418px;
    top: 242px;
  }
}
@media (max-width: 991.98px) {
  .history .row-spech .text .quo2-img {
    left: 355px;
    top: 303px;
  }
}
@media (max-width: 767.98px) {
  .history .row-spech .text .quo2-img {
    top: 225px;
    left: 307px;
  }
}
@media (max-width: 575.98px) {
  .history .row-spech .text .quo2-img {
    top: 186px;
    left: 207px;
  }
}
.history-text {
  line-height: normal;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .history-text {
    margin: 0 auto;
    margin-top: 60px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .history-text {
    margin-top: 35px;
  }
}
.history-text p {
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .history-text p {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .history-text p {
    font-size: 20px;
  }
}
.history-text p span {
  font-weight: 700;
}
.history-img {
  max-width: 650px;
  margin-left: -70px;
}
@media (max-width: 1199.98px) {
  .history-img {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) {
  .history-img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.program {
  padding-top: 60px;
  padding-bottom: 0px;
}
@media (max-width: 991.98px) {
  .program {
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 419.98px) {
  .program {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .program h2 {
    line-height: 73px;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    line-height: 62px;
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .program h2 {
    line-height: 45px;
  }
}
.program .card {
  background-color: unset;
}
.program-bg {
  background-image: url(../images/program/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.program-bg-last {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .program-bg-last {
    padding-bottom: 145px;
  }
}
@media (max-width: 575.98px) {
  .program-bg-last {
    padding-bottom: 110px;
  }
}
.program__heading {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.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: #c58bc0;
}
.program .lesson__counter {
  font-size: 20px;
  background-image: url(../images/program/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 122px;
  height: 61px;
  padding-top: 17px;
  text-align: center;
  margin-bottom: 17px;
  margin-left: -5px;
  margin-top: 0px;
}
@media (max-width: 991.98px) {
  .program .lesson__counter {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.program .lesson__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 25px;
}
.program p span {
  color: #906dd8;
  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);
}

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

@media (min-width: 1900px) {
  .program-bg {
    background-image: url(../images/program/bg-2x-scale-2_00x.jpg);
  }
  .webp .program-bg {
    background-image: url(../images/program/bg-2x-scale-2_00x.webp);
  }
}
@media (max-width: 991.98px) {
  .transition-header {
    background-size: cover !important;
  }
}

.bonus {
  background-image: url(../images/bonus/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .bonus {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .bonus {
    padding-bottom: 50px;
    padding-top: 0 !important;
    margin-top: -160px;
  }
}
@media (max-width: 419.98px) {
  .bonus {
    padding-bottom: 120px;
  }
}
.bonus h2 {
  margin-top: 240px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bonus h2 {
    margin-top: 450px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .bonus h2 {
    margin-top: 370px;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 40px;
    margin-top: 260px;
  }
}
.bonus-row {
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 50px;
  }
}
.bonus-title {
  font-size: 20px;
  background-image: url("../images/bonus/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  font-weight: 600;
  color: #c58bc0;
  width: 115px;
  height: 57px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .bonus-title {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.bonus-sub {
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 27px;
  }
}
.bonus-time {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #ba6a2c;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  margin-top: 29px;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 20px;
  }
}
.bonus img {
  margin-top: 15%;
}
@media (max-width: 991.98px) {
  .bonus img {
    margin: 0 auto;
  }
}
.bonus-ul {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 419.98px) {
  .bonus ul {
    padding-left: 23px !important;
  }
}
.bonus ul li {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 8px;
}

.tr-bonus {
  margin-top: -105px !important;
}

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

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

@media (min-width: 1900px) {
  .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.png");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.webp");
  }
}
.expert {
  background-image: url(../images/expert/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 880px;
}
@media (max-width: 1199.98px) {
  .expert {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .expert {
    overflow: unset;
    max-height: 1210px;
    background-image: url(../images/expert/bg-mobile.jpg);
  }
}
.expert .row-item {
  justify-content: end;
}
.expert h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .expert h2 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .expert h2 {
    margin-top: 175px;
  }
}
.expert h2 span {
  font-size: 38px;
}
@media (max-width: 575.98px) {
  .expert h2 span {
    font-size: 30px;
  }
}
.expert ul {
  padding-left: 20px !important;
}
.expert ul li {
  font-size: 20px;
  margin-bottom: 15px !important;
}
.expert-img {
  max-width: 588px;
  margin-top: -52px;
  margin-left: -37px;
}
@media (max-width: 991.98px) {
  .expert-img {
    max-width: 420px;
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    max-width: 100%;
  }
}

.webp .expert {
  background-image: url("../images/expert/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .expert {
    background-image: url(../images/expert/bg-mobile.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 {
  z-index: 9;
  position: sticky;
  padding-top: 0px;
}
@media (max-width: 991.98px) {
  #example-expert {
    padding-top: 0;
    margin-top: -125px;
  }
}
@media (max-width: 575.98px) {
  #example-expert {
    padding-bottom: 100px;
  }
}
@media (max-width: 419.98px) {
  #example-expert {
    margin-top: -165px;
  }
}
#example-expert .example-expert-heading {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  #example-expert .example-expert-heading {
    padding-top: 40px;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  #example-expert .container-bg {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 5px 10px 5px rgba(90, 90, 90, 0.1);
  }
}

.main-carousel #carouselExampleIndicators .carousel-control-prev {
  left: -100px !important;
}
@media (max-width: 991.98px) {
  .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -50px !important;
  }
}
@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -20px !important;
  }
}
@media (max-width: 450px) {
  .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -12px !important;
  }
}

.main-carousel #carouselExampleIndicators .carousel-control-next {
  right: -100px !important;
}
@media (max-width: 991.98px) {
  .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -50px !important;
  }
}
@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -20px !important;
  }
}
@media (max-width: 450px) {
  .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -12px !important;
  }
}

.main-carousel .carousel-item-img {
  height: 391px !important;
}
@media (max-width: 575.98px) {
  .main-carousel .carousel-item-img {
    height: 70vw !important;
  }
}

.carousel-indicators {
  bottom: -8px !important;
}
@media (max-width: 575.98px) {
  .carousel-indicators {
    bottom: -23px !important;
  }
}

#example-expert .main-carousel {
  box-shadow: unset !important;
}
@media (max-width: 767.98px) {
  #example-expert .carousel-indicators {
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #e56eb3;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.webp);
}

@media (min-width: 1900px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.webp);
  }
}
.materials {
  padding-top: 0;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .materials {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 10px;
  }
}
.materials h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .materials h2 {
    margin-bottom: 45px;
  }
}
.materials .row {
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .materials .item {
    text-align: center;
    margin-bottom: 50px;
  }
}
.materials .item img {
  max-width: 100px;
}
.materials .item span {
  font-family: "JOURNALISM";
  color: #906dd8;
  font-size: 50px;
  display: block;
  margin: 0 auto;
  margin-top: -60px;
  margin-left: 35px;
}
@media (max-width: 991.98px) {
  .materials .item span {
    margin-left: 15px;
  }
}
.materials .item .materials-img {
  max-width: 300px;
  margin-top: -5px;
  margin-left: -20px;
}
@media (max-width: 1199.98px) {
  .materials .item .materials-img {
    max-width: 265px;
    margin-top: -5px;
    margin-left: -25px;
  }
}
@media (max-width: 991.98px) {
  .materials .item .materials-img {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) and (max-width: 419.98px) {
  .materials .item .materials-img {
    max-width: 225px;
    margin-top: 15px;
  }
}
.materials .item p {
  font-size: 23px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .materials .item p {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .materials .item p {
    font-size: 22px;
  }
}

#packages {
  background-image: url(../images/packages/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 170px;
}
@media (max-width: 991.98px) {
  #packages {
    background-image: url(../images/packages/bg-mobile.jpg);
    padding-top: 0;
    margin-top: -120px;
  }
}
@media (max-width: 767.98px) {
  #packages {
    padding-bottom: 240px;
  }
}
@media (max-width: 419.98px) {
  #packages {
    margin-top: -230px;
  }
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages h2 {
  margin-top: 135px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #packages h2 {
    margin-top: 350px;
  }
}
#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: "JOURNALISM";
  display: block;
  padding: 23px 3px;
  background: #F085C3;
  background: radial-gradient(at center, #D03C90, #F085C3);
  font-size: 55px;
  text-align: center;
  border-bottom: 4px solid #dd5ea6;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-title {
    font-size: 51px;
  }
}
@media (max-width: 991.98px) {
  #packages .packages__item-title {
    font-size: 53px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 7px 0px 7px;
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
  padding-bottom: 40px;
  border-radius: 0px 0px 10px 10px;
}
#packages .packages__item-prices {
  display: flex;
  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: #d84ccc;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-new {
    font-size: 42px;
  }
}
#packages .packages__item-price-old {
  text-decoration: line-through;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-old {
    font-size: 26px;
  }
}
#packages .packages__item-sale-percent {
  font-size: 40px;
  display: block;
  width: 190px;
  margin: 20px auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px;
}
#packages ul {
  list-style: none;
  line-height: 27px;
  margin-left: 17px;
  margin-top: -8px;
  padding-right: 15px;
}
@media (max-width: 419.98px) {
  #packages ul {
    margin-left: 3px;
    padding-left: 28px;
    padding-right: 5px;
  }
}
#packages li {
  margin-bottom: -2px;
  line-height: 22px;
  color: #252525;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before, #packages .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#packages .none:before {
  opacity: 0.5;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li, #packages .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: #daa5d5;
  background: #ffe6f6;
}
#packages .inside {
  margin-left: -15px;
  margin-top: 15px;
}
#packages .inside li {
  margin-bottom: 15px !important;
}
#packages .inside li:before {
  left: -21px !important;
  top: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 30% !important;
  background-color: #617dac !important;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: white;
  background: #e4d8fc;
  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;
  margin-top: 40px !important;
}
@media (max-width: 1199.98px) {
  #packages .buttons a {
    padding: 23px 34px;
    text-align: center;
    width: 235px;
  }
}
@media (max-width: 991.98px) {
  #packages .buttons a {
    padding: 30px 48px;
    width: 290px;
  }
}
@media (max-width: 575.98px) {
  #packages .buttons a {
    padding: 27px 48px;
    width: 255px;
  }
}

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

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

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

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

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

.webp .packages {
  background-image: url("../images/packages/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .packages {
    background-image: url(../images/packages/bg-mobile.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 {
  padding-top: 50px;
}
@media (max-width: 575.98px) {
  .questions {
    margin-top: -50px !important;
  }
}
@media (max-width: 419.98px) {
  .questions {
    margin-top: -140px !important;
  }
}
.questions-item {
  border-radius: 15px;
  box-shadow: 0px 0px 10px -1px rgba(154, 120, 208, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 800px;
  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: 21px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
@media (max-width: 400px) {
  .questions-question {
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-right: 13px !important;
  }
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
}
@media (max-width: 400px) {
  .questions-answer {
    padding-left: 20px !important;
    padding-top: 40px !important;
    padding-right: 13px !important;
  }
}
.questions-indicator {
  transition: 0.245s;
  right: 40px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url("../images/icons/icon_chevron-up.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.questions-indicator-chevron {
  font-size: 18px;
  transform: rotate(90deg);
}

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

@media (max-width: 767.98px) {
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
  .questions {
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: -60px;
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-header {
    font-size: 50px;
  }
  .questions-answer {
    padding-left: 39px;
    padding-right: 15px;
  }
}
@media (max-width: 419.98px) {
  .questions-indicator {
    right: 45%;
    top: 105%;
  }
  .questions-answer {
    padding-top: 40px;
  }
  .questions-item {
    padding-bottom: 45px;
  }
}
.tr-questions {
  margin-top: -100px !important;
  height: 185px !important;
}

.ask {
  overflow: hidden;
  margin-bottom: 75px;
  padding-top: 0;
}
.ask h3 {
  margin-bottom: 45px;
}
.ask-subtitle {
  line-height: 32px;
  font-family: "PT Sans";
  font-size: 22px;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.ask-buttons_icon {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 1px;
}
.ask .button {
  padding: 26px 10px;
  max-width: 305px;
  letter-spacing: 4px;
}

@media (max-width: 767.98px) {
  .ask {
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 45px;
  }
  .ask-subtitle {
    font-size: 20px;
    line-height: normal;
    margin-top: 15px;
  }
}
footer {
  background: #906dd8;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: white;
}/*# sourceMappingURL=style.css.map */