@font-face {
  font-family: "GEOMETRIA";
  src: url("../fonts/GEOMETRIA_LIGHT.OTF");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GEOMETRIA";
  src: url("../fonts/GEOMETRIA_MEDIUM.OTF");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GEOMETRIA";
  src: url("../fonts/GEOMETRIA_BOLD.OTF");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GEOMETRIA";
  src: url("../fonts/GEOMETRIA_EXTRABOLD.OTF");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "GEOMETRIA";
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

main h1, main h2, main h3, main h4, main h5 {
  text-align: center;
  font-size: 60px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 57px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 52px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 47px;
    line-height: 43px;
  }
}
@media (max-width: 419.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 40px;
    line-height: 37px;
    letter-spacing: -1.4px;
  }
}
@media (max-width: 419.98px) {
  main .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  main ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 25px;
  }
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 4px;
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FF292A;
  transform: translateY(-50%);
}
main ul li {
  font-size: 18px;
  line-height: normal;
}

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

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

nav {
  top: 0 !important;
}
nav .row {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  nav .row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav .a-img img {
  max-width: 200px;
}
@media (max-width: 419.98px) {
  nav .a-img img {
    margin: 0 auto;
    display: flex;
  }
}
nav .main-navigation__icon {
  display: block;
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 36px;
  height: 36px;
}
nav .icon-whatsapp {
  background-image: url("../images/icons/menu/wa.png");
}
nav .icon-telegram {
  background-image: url("../images/icons/menu/tg.png");
}
nav .main-navigation__list {
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  nav .main-navigation__list-nav-link {
    padding: 15px 0px;
  }
}
@media (max-width: 991.98px) {
  nav .main-navigation__phone-block {
    padding: 10px 5px;
  }
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 19px 48px;
  gap: 10px;
  max-width: 440px;
  background: #FF292A;
  border-radius: 6px;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 80px;
}
.button:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: white;
  text-decoration: none;
  background: rgb(215, 64, 0);
}
@media (max-width: 575.98px) {
  .button {
    margin: 0 auto;
    padding: 18px 40px;
  }
}
@media (max-width: 481px) {
  .button {
    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(https://redpointschool.com/pages/citystories/images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 920px;
  padding-top: 15vh;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .header {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .header {
    height: unset;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.header .row {
  align-items: center;
  justify-content: center;
}
.header h1 {
  color: #fff;
  font-size: 120px;
  line-height: 115px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    font-size: 104px;
    line-height: 106px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 92px;
    line-height: 95px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -1px;
  }
}
.header h1 span {
  color: #fff;
  font-size: 64px;
  display: block;
  margin-top: -10px;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 61px;
  }
}
@media (max-width: 991.98px) {
  .header h1 span {
    font-size: 54px;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 31px;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 25px;
  }
}
.header__adv p {
  font-size: 33px;
  line-height: 38px;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .header__adv p {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (max-width: 575.98px) {
  .header__adv p {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 419.98px) {
  .header__adv p {
    font-size: 22px;
    line-height: 32px;
  }
}
.header__adv p span {
  font-weight: 700;
}
.header .button {
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .header .button {
    max-width: 340px;
    font-size: 18px;
    letter-spacing: 0.7px;
    padding: 18px 10px;
  }
}
.webp .header {
  background-image: url("https://redpointschool.com/pages/citystories/images/header/bg.webp");
}

@media (max-width: 575.98px) {
  .header {
    background-image: url("https://redpointschool.com/pages/citystories/images/header/bg-mobile.jpg");
  }
  .webp .header {
    background-image: url("https://redpointschool.com/pages/citystories/images/header/bg-mobile.webp");
  }
}
.about {
  background-color: #F0F0F0;
}
.about .row {
  align-items: center;
  margin-top: 30px;
}
.about .dll {
  width: 15px;
  height: 15px;
  background: #FF292A;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 575.98px) {
  .about .dll {
    display: none;
  }
}
.about .dll-1 {
  top: 20px;
  left: 35px;
}
@media (max-width: 1199.98px) {
  .about .dll-1 {
    top: 11px;
  }
}
.about .dll-2 {
  top: 245px;
  left: 695px;
}
@media (max-width: 1199.98px) {
  .about .dll-2 {
    top: 215px;
    left: 590px;
  }
}
@media (max-width: 991.98px) {
  .about .dll-2 {
    display: none;
  }
}
.about .dll-2-sub {
  top: 160px;
}
@media (max-width: 1199.98px) {
  .about .dll-2-sub {
    top: 137px;
  }
}
.about h2 {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about-img {
  border-radius: 15px;
}
@media (max-width: 1199.98px) {
  .about-img-2 {
    height: unset;
  }
}
@media (max-width: 991.98px) {
  .about-img {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    margin-bottom: -90px;
    z-index: 5;
    position: sticky;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }
}
@media (max-width: 575.98px) {
  .about-img {
    max-width: 240px;
    margin-bottom: -100px;
  }
}
.about__text {
  background-color: #fff;
  border-radius: 15px;
  padding: 55px 20px 55px 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .about__text {
    padding: 25px 20px 25px 38px;
  }
}
@media (max-width: 991.98px) {
  .about__text {
    padding: 120px 20px 30px 20px;
  }
}
@media (max-width: 575.98px) {
  .about__text {
    padding: 120px 10px 15px 10px;
  }
}
.about__text p {
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .about__text p {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .about__text p {
    font-size: 19px;
  }
}
.about__text .mb {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .about__text .mb {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .about__text .mb {
    margin-bottom: 20px;
  }
}

.what {
  padding-bottom: 130px;
}
@media (max-width: 575.98px) {
  .what {
    padding-bottom: 70px;
  }
}
.what__text {
  background: #fff;
  padding: 60px 60px 60px 60px;
  border: 1px solid #FF292A;
  border-radius: 15px;
  max-width: 1050px;
}
@media (max-width: 991.98px) {
  .what__text {
    padding: 40px 40px 150px 40px;
  }
}
@media (max-width: 767.98px) {
  .what__text {
    padding: 30px 30px 150px 30px;
  }
}
@media (max-width: 575.98px) {
  .what__text {
    padding: 30px 10px 150px 10px;
  }
}
.what__text .dll {
  width: 15px;
  height: 15px;
  background: #FF292A;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767.98px) {
  .what__text .dll {
    display: none;
  }
}
.what__text .dll-1 {
  top: 25px;
  left: 40px;
}
.what__text .dll-2 {
  top: 155px;
  left: 1025px;
}
@media (max-width: 1199.98px) {
  .what__text .dll-2 {
    top: 180px;
    left: 840px;
  }
}
@media (max-width: 991.98px) {
  .what__text .dll-2 {
    top: 200px;
    left: 660px;
  }
}
.what__text .dll-3 {
  top: 450px;
  left: 725px;
}
@media (max-width: 1199.98px) {
  .what__text .dll-3 {
    top: 520px;
    left: 530px;
  }
}
@media (max-width: 991.98px) {
  .what__text .dll-3 {
    top: 568px;
    left: 665px;
  }
}
.what__text h2 {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .what__text h2 {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (max-width: 575.98px) {
  .what__text h2 {
    margin-bottom: 35px;
  }
}
.what__text p {
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: normal;
  margin-top: 30px;
  max-width: 650px;
}
@media (max-width: 1199.98px) {
  .what__text p {
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .what__text p {
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .what__text p {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .what__text p {
    font-size: 19px;
    margin-top: 15px;
  }
}
.what img {
  border-radius: 15px;
  position: absolute;
  max-width: 370px;
  margin-top: -310px;
  margin-left: 741px;
}
@media (max-width: 1199.98px) {
  .what img {
    max-width: 370px;
    margin-top: -340px;
    margin-left: 545px;
  }
}
@media (max-width: 991.98px) {
  .what img {
    position: unset;
    max-width: 390px;
    margin: 0 auto;
    display: flex;
    margin-top: -120px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }
}
@media (max-width: 575.98px) {
  .what img {
    max-width: 230px;
  }
}

.program {
  background-color: #F0F0F0;
}
.program h2 {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 10px;
  }
}
.program .item {
  line-height: normal;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 33px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .program .item {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .program .item {
    padding: 8px;
  }
}
.program .item img {
  border-radius: 10px;
}
.program .item__number {
  font-family: "GEOMETRIA";
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .program .item__number {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .program .item__number {
    font-size: 27px;
  }
}
.program .item__number span {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  background-color: #FF292A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .program .item__number span {
    font-size: 24px;
    width: 38px;
    height: 38px;
  }
}
.program .item__title {
  font-size: 26px;
  color: #FF292A;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .program .item__title {
    font-size: 24px;
  }
}
.program .item__time {
  font-size: 21px;
  color: #474747;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .program .item__time {
    font-size: 19px;
  }
}
.program .item__text {
  font-size: 21px;
}
@media (max-width: 575.98px) {
  .program .item__text {
    font-size: 19px;
  }
}
.program .item__ul {
  font-size: 21px;
  color: #474747;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .program .item__ul {
    font-size: 19px;
  }
}
.program .item ul li {
  font-size: 21px;
  margin-bottom: 13px !important;
}
@media (max-width: 575.98px) {
  .program .item ul li {
    font-size: 19px;
    margin-bottom: 6px !important;
  }
}
.program .row {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .program .row {
    margin-top: 0;
  }
}

.expert .row-head {
  justify-content: space-between;
  align-items: end;
}
.expert .row-main {
  justify-content: space-between;
}
.expert h2 {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .expert h2 {
    font-size: 70px;
    line-height: 79px;
  }
}
@media (max-width: 991.98px) {
  .expert h2 {
    font-size: 70px;
    line-height: 79px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .expert h2 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 575.98px) {
  .expert h2 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 25px;
  }
}
@media (max-width: 419.98px) {
  .expert h2 {
    font-size: 46px;
    line-height: 50px;
  }
}
.expert h2 span {
  font-size: 36px;
  line-height: 38px;
  display: block;
  text-align: left;
  margin-left: 50px;
  max-width: 370px;
}
@media (max-width: 1199.98px) {
  .expert h2 span {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .expert h2 span {
    font-size: 33px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .expert h2 span {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 575.98px) {
  .expert h2 span {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 419.98px) {
  .expert h2 span {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.7px;
  }
}
.expert h2 p {
  margin: 0;
  margin-left: -190px;
}
@media (max-width: 1199.98px) {
  .expert h2 p {
    margin-left: -90px;
  }
}
@media (max-width: 991.98px) {
  .expert h2 p {
    margin: 0;
  }
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 5px !important;
  }
}
@media (max-width: 575.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 0px !important;
  }
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  display: flex;
  align-items: baseline;
  font-size: 22px;
  margin-bottom: 24px;
  max-width: 322px;
}
@media (max-width: 1199.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    max-width: unset;
  }
}
@media (max-width: 991.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    font-size: 19px;
  }
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li::before {
  background-color: unset;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) span img {
  max-width: 38px;
  padding-right: 13px;
}
@media (max-width: 575.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) span img {
    max-width: 40px;
    padding-right: 10px;
  }
}
.expert-img {
  margin: 0 auto;
  display: flex;
  max-width: 580px;
  margin-top: -585px;
  position: sticky;
  z-index: 6;
}
@media (max-width: 1199.98px) {
  .expert-img {
    max-width: 480px;
    margin-top: -615px;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    max-width: 100%;
  }
}
.expert .drop-1.show .drop-btn {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.expert .drop-1 .drop-btn {
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  width: 240px;
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.expert .drop-1 .drop-btn:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.expert .drop-1 .drop-text {
  transform: translate3d(-20px, -24px, 0px) !important;
  top: 0 !important;
  left: 0 !important;
  width: 525px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(-15px, -25px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(-15px, -20px, 0px) !important;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(-10px, -20px, 0px) !important;
    width: 100%;
  }
}
.expert .drop-1 .drop-pad {
  padding: 100px 20px 20px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: 1px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad {
    padding: 90px 10px 15px 10px;
    border-radius: 10px;
  }
}
.expert .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
.expert .drop-1 .sertificat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat {
    justify-content: center;
  }
}
.expert .drop-1 .sertificat-img {
  max-width: 107px;
  margin-top: 10px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-img {
    padding-right: 4px;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .sertificat-img {
    max-width: 105px;
  }
}
.expert .drop-1 .sertificat-img-3 {
  max-width: 209px;
}
@media (max-width: 419.98px) {
  .expert .drop-1 .sertificat-img-3 {
    max-width: 210px;
  }
}

#example-expert {
  overflow: hidden;
  z-index: 9;
  position: sticky;
  padding-top: 0;
  margin-top: -120px;
}
@media (max-width: 1199.98px) {
  #example-expert {
    margin-top: -110px;
  }
}
@media (max-width: 575.98px) {
  #example-expert {
    margin-top: -100px;
  }
}
@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-top: 70px;
  margin-bottom: -10px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
#example-expert .main-carousel {
  padding: 40px 40px 95px 40px;
}
@media (max-width: 767.98px) {
  #example-expert .main-carousel {
    padding: 40px 15px 95px 15px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel {
    padding: 0px 0px 25px 0px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 675px;
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-control-prev {
  left: -110px;
}
@media (max-width: 991.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -80px;
  }
}
@media (max-width: 767.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -40px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -20px;
  }
}
@media (max-width: 450px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-prev {
    left: -12px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-control-next {
  right: -110px;
}
@media (max-width: 991.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -80px;
  }
}
@media (max-width: 767.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -40px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -20px;
  }
}
@media (max-width: 450px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-control-next {
    right: -12px;
  }
}

#example-expert .carousel-indicators {
  bottom: -60px;
}
@media (max-width: 575.98px) {
  #example-expert .carousel-indicators {
    bottom: -40px;
  }
}
#example-expert .container-bg {
  background-image: url("https://redpointschool.com/pages/citystories/images/example-expert/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #example-expert .container-bg {
    margin-bottom: 20px;
  }
}
#example-expert .container-bg .carousel-inner {
  border: 8px solid #fff;
}
@media (max-width: 767.98px) {
  #example-expert .container-bg .carousel-inner {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .container-bg .carousel-inner {
    border: 3px solid #fff;
  }
}
#example-expert .main-carousel {
  box-shadow: unset;
  border-radius: 0;
  background: unset;
}
@media (max-width: 767.98px) {
  #example-expert .carousel-indicators {
    margin-left: 1%;
    margin-right: 1%;
  }
}

#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #FF292A;
}

#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
  background: #fff;
  background-image: url("https://redpointschool.com/pages/citystories/images/example-expert/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg span {
  display: none;
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg-right {
  background-image: url("https://redpointschool.com/pages/citystories/images/example-expert/arrow2.png");
}

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

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

@media (max-width: 575.98px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/1.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/2.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/3.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/4.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/5.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/6.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/7.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/8.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/9.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/10.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/11.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/1.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/2.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/3.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/4.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/5.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/6.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/7.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/8.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/9.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/10.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(https://redpointschool.com/pages/citystories/images/example-expert/11.webp);
  }
}
.webp .example-expert .container-bg {
  background-image: url("https://redpointschool.com/pages/citystories/images/example-expert/bg.webp");
}

@media (max-width: 575.98px) {
  .example-expert .container-bg {
    background-image: url("https://redpointschool.com/pages/citystories/images/example-expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .example-expert .container-bg {
    background-image: url("https://redpointschool.com/pages/citystories/images/example-expert/bg-2x-scale-2_00x.webp");
  }
}
.materials {
  background-color: #F0F0F0;
}
.materials .row {
  justify-content: space-between;
}
.materials h2 {
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .materials h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 419.98px) {
  .materials h2 {
    margin-bottom: 15px;
  }
}
.materials p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .materials p {
    font-size: 19px;
  }
}
.materials p span {
  color: #FF292A;
}
.materials ul {
  margin: 0;
  padding: 0;
  padding-left: 45px !important;
}
@media (max-width: 575.98px) {
  .materials ul {
    padding-left: 25px !important;
  }
}
.materials ul li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .materials ul li {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .materials ul li {
    font-size: 19px;
    margin-top: 15px;
  }
}

.bonus h2 {
  text-align: center;
}
.bonus-row {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-top: 40px;
  }
}
.bonus .line {
  background-color: #474747;
  height: 1px;
  border-radius: 15px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .bonus .line {
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
  }
}
.bonus-title {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .bonus-title {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .bonus-title {
    font-size: 23px;
    letter-spacing: -0.7px;
    margin-bottom: 15px;
  }
}
.bonus-title span {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  background-color: #FF292A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .bonus-title span {
    font-size: 23px;
    width: 35px;
    height: 35px;
  }
}
.bonus-sub {
  font-size: 26px;
  line-height: normal;
  color: #FF292A;
  font-weight: 600;
}
@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: 21px;
  color: #474747;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 19px;
  }
}
.bonus-text {
  font-size: 21px;
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 19px;
  }
}
.bonus-ul {
  font-size: 21px;
  color: #474747;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .bonus-ul {
    font-size: 19px;
  }
}
.bonus ul li {
  font-size: 21px;
  margin-bottom: 13px !important;
}
@media (max-width: 575.98px) {
  .bonus ul li {
    font-size: 19px;
    margin-bottom: 6px !important;
  }
}
.bonus img {
  border: 1px solid #FF292A;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .bonus img {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .bonus img {
    margin-top: 15px;
  }
}

.workshop_sale h2 {
  font-size: 54px;
  line-height: 55px;
}
@media (max-width: 1199.98px) {
  .workshop_sale h2 {
    font-size: 51px;
    line-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .workshop_sale h2 {
    font-size: 42px;
    line-height: 41px;
  }
}
@media (max-width: 767.98px) {
  .workshop_sale h2 {
    font-size: 37px;
    line-height: 35px;
  }
}
@media (max-width: 575.98px) {
  .workshop_sale h2 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1.2px;
  }
}
@media (max-width: 419.98px) {
  .workshop_sale h2 {
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -1.8px;
  }
}

.packages {
  background-color: #2E2E2E;
  overflow: hidden;
}
.packages h2 {
  color: #fff;
}
.packages-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 180px;
  width: 100px;
  height: 100px;
  border: 9px solid #2E2E2E;
  z-index: 9;
  margin: 0 auto;
  margin-bottom: -40px;
}
.packages-img img {
  max-width: 50px;
}
.packages__item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
  background-color: #fff;
}
.packages__item-title {
  padding-top: 80px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575.98px) {
  .packages__item-title {
    padding-top: 60px;
    font-size: 28px;
  }
}
.packages__item-description {
  padding: 0px 15px 0px 10px;
}
@media (max-width: 575.98px) {
  .packages__item-description {
    padding: 0px 5px 0px 5px;
  }
}
.packages__item-description ul li {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 25px !important;
}
@media (max-width: 575.98px) {
  .packages__item-description ul li {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
}
.packages__item-description .none {
  -webkit-text-decoration: line-through 1.4px;
  text-decoration: line-through 1.4px;
  opacity: 0.6;
}
.packages__item-buy {
  padding: 0 20px;
}
.packages__item-prices {
  display: block;
  font-weight: 600;
  font-size: 60px;
  color: #FF292A;
}
.packages__item-prices-new {
  font-size: 60px;
  margin: 0 auto;
}
.packages__item-prices-old {
  text-decoration: line-through;
  font-size: 2rem;
}
.packages .bi-coin {
  background-color: #f4c420;
  border-radius: 40px;
}
.packages .line {
  background-color: #474747;
  height: 2px;
  border-radius: 15px;
  width: 70%;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .packages .line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.packages .codes > a.active,
.packages .codes > a:hover {
  text-decoration: none;
  color: #fff;
  background: #B8B8B8;
}
.packages .codes > a {
  font-weight: 500;
  width: 37px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #CDCDCD;
  background: #F0F0F0;
  border-radius: 2px;
}
.packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 105px;
}
.packages .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.packages .buttons a {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 991.98px) {
  .packages .buttons a {
    width: 370px;
  }
}
@media (max-width: 575.98px) {
  .packages .buttons a {
    width: 320px;
  }
}
@media (max-width: 419.98px) {
  .packages .buttons a {
    width: 100%;
  }
}

.questions {
  z-index: 9;
  position: sticky;
}
.questions h2 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .questions h2 {
    margin-bottom: 45px;
  }
}
.questions-item {
  border-radius: 15px;
  border: 1px solid #000000;
  padding: 40px 100px 30px 40px;
  margin-bottom: 30px !important;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 9;
  position: sticky;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .questions-item {
    padding: 70px 15px 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .questions-item {
    padding: 70px 15px 30px 15px;
  }
}
.questions-question {
  color: #FF292A;
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .questions-question {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.questions-answer {
  font-size: 22px;
  max-width: 880px;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .questions-answer {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .questions-answer {
    font-size: 19px;
    opacity: 0.8;
  }
}
.questions-indicator {
  transition: 0.245s;
  position: absolute;
  right: 20px;
  top: 45px;
  transform: translateY(-50%);
  width: 40px;
  height: 45px;
  background-image: url(https://redpointschool.com/pages/citystories/images/icons/icon_chevron-up.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.questions-question.collapsed .questions-indicator {
  background-image: url(https://redpointschool.com/pages/citystories/images/icons/icon_chevron-down.svg);
}
.questions .collapsed {
  color: #474747;
}

.ask {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 0;
  }
}
.ask__item {
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 100px 0px 100px 90px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .ask__item {
    padding: 50px 0px 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .ask__item {
    padding: 130px 0px 20px 20px;
  }
}
@media (max-width: 419.98px) {
  .ask__item {
    padding: 170px 0px 5px 5px;
  }
}
.ask__item h2 {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .ask__item h2 {
    margin-bottom: 35px;
    text-align: center;
  }
}
.ask__item p {
  font-size: 23px;
  line-height: normal;
  max-width: 540px;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .ask__item p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .ask__item p {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .ask__item p {
    font-size: 19px;
  }
}
.ask__item-buttons {
  display: flex;
  justify-content: space-between;
  width: 740px;
}
@media (max-width: 991.98px) {
  .ask__item-buttons {
    display: block;
    width: unset;
    margin: 0 auto;
  }
}
.ask__item-buttons a {
  border-radius: 50px;
  text-transform: none;
  transition: all 0.4s ease-out;
  width: 330px;
}
@media (max-width: 991.98px) {
  .ask__item-buttons a {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .ask__item-buttons a {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 22px;
    padding: 15px 20px;
  }
}
@media (max-width: 575.98px) {
  .ask__item-buttons a {
    font-size: 21px;
    width: 310px;
  }
}
@media (max-width: 419.98px) {
  .ask__item-buttons a {
    font-size: 20px;
    width: 240px;
  }
}
.ask__item-buttons a img {
  max-width: 40px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .ask__item-buttons a img {
    max-width: 35px;
    margin-right: 5px;
  }
}
.ask__item-buttons .tg {
  background: linear-gradient(270deg, rgb(4, 15, 22) 61.667%, rgb(41, 170, 235) 100%), rgb(4, 15, 22);
}
.ask__item-buttons .tg:hover {
  box-shadow: 0 5px 15px rgba(41, 170, 235, 0.5);
  transform: scale(1.0444);
}
.ask__item-buttons .wa {
  background: linear-gradient(270deg, rgb(4, 15, 22) 61.667%, rgb(75, 202, 90) 100%), rgb(4, 15, 22);
}
.ask__item-buttons .wa:hover {
  box-shadow: 0 5px 15px rgba(75, 202, 90, 0.5);
  transform: scale(1.0444);
}
.ask__img {
  max-width: 380px;
  margin-top: -575px;
  margin-left: 645px;
}
@media (max-width: 1199.98px) {
  .ask__img {
    max-width: 370px;
    margin-top: -615px;
    margin-left: 505px;
  }
}
@media (max-width: 991.98px) {
  .ask__img {
    max-width: 250px;
    margin-top: -765px;
    margin-left: 425px;
  }
}
@media (max-width: 767.98px) {
  .ask__img {
    max-width: 250px;
    margin-top: -835px;
    margin-left: 295px;
  }
}
@media (max-width: 575.98px) {
  .ask__img {
    margin-top: -835px;
    margin-left: 325px;
  }
}
@media (max-width: 490px) {
  .ask__img {
    margin-top: -865px;
    margin-left: 245px;
  }
}
@media (max-width: 419.98px) {
  .ask__img {
    margin-top: -905px;
    margin-left: 195px;
  }
}
@media (max-width: 340px) {
  .ask__img {
    margin-top: -905px;
    margin-left: 155px;
  }
}

.workshop_price .ask {
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  .workshop_price .ask {
    padding-top: 70px;
  }
}/*# sourceMappingURL=style.css.map */