@font-face {
  font-family: "Geometria";
  src: url("../fonts/GEOMETRIA_LIGHT.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/GEOMETRIA_MEDIUM.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/GEOMETRIA_BOLD.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  font-family: "Geometria", sans-serif;
  font-weight: 300;
}

.container {
  max-width: 1230px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

main .h2 {
  text-align: center;
  font-size: 60px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  main .h2 {
    font-size: 57px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  main .h2 {
    font-size: 52px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  main .h2 {
    font-size: 47px;
    line-height: 43px;
  }
}
@media (max-width: 419.98px) {
  main .h2 {
    font-size: 40px;
    line-height: 37px;
    letter-spacing: -1.4px;
  }
}
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;
  background-color: red;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main ul li {
  font-size: 18px;
  line-height: normal;
}

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: 28px;
  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: 17px 6px;
  }
}
@media (max-width: 481px) {
  .button {
    letter-spacing: -0.2px;
  }
}
.button--disabled {
  background: #B8B8B8;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}
.button--disabled:hover {
  background: #B8B8B8;
  box-shadow: none;
}

.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;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

.header {
  background-image: url(../images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  padding-top: 162px;
  padding-bottom: 100px;
}
@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: 90px;
  line-height: 110%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .header .h1 {
    font-size: 74px;
    line-height: 81px;
  }
}
@media (max-width: 991.98px) {
  .header .h1 {
    font-size: 66px;
    line-height: 68px;
  }
}
@media (max-width: 767.98px) {
  .header .h1 {
    font-size: 49px;
    line-height: 53px;
  }
}
@media (max-width: 575.98px) {
  .header .h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 419.98px) {
  .header .h1 {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
.header .h1 span {
  font-weight: 600;
  color: #fff;
  font-size: 57px;
  line-height: 110%;
  display: block;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .header .h1 span {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .header .h1 span {
    font-size: 53px;
  }
}
@media (max-width: 767.98px) {
  .header .h1 span {
    font-size: 41px;
  }
}
@media (max-width: 575.98px) {
  .header .h1 span {
    font-size: 31px;
    ine-height: 34px;
  }
}
@media (max-width: 419.98px) {
  .header .h1 span {
    font-size: 25px;
    line-height: 33px;
  }
}
.header__adv {
  margin-bottom: 80px;
}
.header__adv p {
  font-size: 30px;
  line-height: 140%;
  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: -40px;
}
@media (max-width: 575.98px) {
  .header .button {
    max-width: 340px;
    font-size: 18px;
    letter-spacing: 0.7px;
    padding: 18px 10px;
  }
}
.workshop_price .header {
  margin-top: 0;
}

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

.about {
  background-color: #F0F0F0;
  padding-top: 80px;
}
.about .row {
  align-items: center;
}
.about .dll {
  width: 18px;
  height: 18px;
  background: #ff292a;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .about .dll {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575.98px) {
  .about .dll {
    display: none;
  }
}
.about .dll-1 {
  top: 25px;
  left: 39px;
}
@media (max-width: 1199.98px) {
  .about .dll-1 {
    top: 11px;
    left: 30px;
  }
}
.about .dll-2 {
  bottom: 30px;
  right: 38px;
}
@media (max-width: 1199.98px) {
  .about .dll-2 {
    bottom: 13px;
    right: 30px;
  }
}
@media (max-width: 991.98px) {
  .about .dll-2 {
    display: none;
  }
}
.about .dll-2-sub {
  bottom: 36px;
  right: 41px;
}
@media (max-width: 1199.98px) {
  .about .dll-2-sub {
    bottom: 13px;
    right: 30px;
  }
}
.about .h2 {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 43px;
  line-height: 110%;
  font-weight: 600;
}
.about-img {
  border-radius: 10px;
  min-width: 285px;
}
@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: 65px 20px 65px 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about__text-1 {
  padding: 58px 53px 43px 57px;
}
.about__text-2 {
  padding: 61px 55px 55px 55px;
}
@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 {
  padding: 0;
  font-size: 24px;
  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;
  }
}
.about b {
  font-weight: 500;
}

.what {
  padding-bottom: 145px;
  padding-top: 74px;
}
@media (max-width: 575.98px) {
  .what {
    padding-bottom: 70px;
  }
}
.what__text {
  background: #fff;
  padding: 80px 101px 54px 70px;
  border: 1px solid #ff292a;
  border-radius: 15px;
  max-width: 1098px;
}
@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: 18px;
  height: 18px;
  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: 142px;
  right: 142px;
}
@media (max-width: 1199.98px) {
  .what__text .dll-2 {
    top: 186px;
    right: 331px;
  }
}
@media (max-width: 991.98px) {
  .what__text .dll-2 {
    top: 172px;
    right: 40px;
  }
}
.what__text .dll-3 {
  right: 428px;
  bottom: 94px;
}
@media (max-width: 1199.98px) {
  .what__text .dll-3 {
    bottom: 3%;
    left: 500px;
  }
}
@media (max-width: 991.98px) {
  .what__text .dll-3 {
    top: 568px;
    left: 665px;
    display: none;
  }
}
.what__text .h2 {
  text-align: left;
  margin-bottom: 39px;
}
@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 ul li {
  font-size: 23px;
  max-width: 540px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .what__text ul li {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .what__text ul li {
    font-size: 19px;
  }
}
.what__text p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 130%;
  margin-top: 18px;
  max-width: 674px;
}
@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: 388px;
  bottom: -72px;
  right: 16px;
}
@media (max-width: 1199.98px) {
  .what img {
    max-width: 395px;
    bottom: 18px;
    right: 32px;
  }
}
@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;
  }
}
.what b {
  font-weight: 500;
}

.program {
  background-color: #F0F0F0;
  padding-bottom: 80px;
  padding-top: 80px;
}
.program .h2 {
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .program .h2 {
    margin-bottom: 10px;
  }
}
.program .item {
  line-height: normal;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: start;
}
@media (max-width: 767.98px) {
  .program .item {
    flex-direction: column !important;
    padding: 8px;
  }
}
.program .item img {
  border-radius: 10px;
}
.program .item .program__link {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .program .item .program__link {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.program .item__content {
  flex: 1;
  padding: 10px 20px 10px 30px;
}
@media (max-width: 767.98px) {
  .program .item__content {
    padding: 10px 5px;
  }
}
.program .item__number {
  font-family: "Geometria", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  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: 25px;
  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: 25px;
  color: #ff292a;
  font-weight: 600;
}
.program .item__time {
  font-size: 18px;
  color: #474747;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .program .item__time {
    font-size: 19px;
  }
}
.program .item__text {
  font-size: 18px;
  margin-bottom: 13px;
}
@media (max-width: 575.98px) {
  .program .item__text {
    font-size: 19px;
  }
}
.program .item__ul {
  font-size: 18px;
  color: #474747;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .program .item__ul {
    font-size: 19px;
  }
}
.program .item ul {
  padding-left: 30px !important;
}
@media (max-width: 575.98px) {
  .program .item ul {
    padding-left: 25px !important;
  }
}
.program .item ul li {
  font-size: 18px;
  margin-bottom: 13px !important;
}
@media (max-width: 575.98px) {
  .program .item ul li {
    font-size: 18px;
    margin-bottom: 6px !important;
  }
}
.program .col-12:nth-child(even) .item {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .program .col-12:nth-child(even) .item {
    flex-direction: column !important;
  }
}
.program .col-12:nth-child(even) .item .item__content {
  padding: 10px 30px 10px 20px;
}
@media (max-width: 767.98px) {
  .program .col-12:nth-child(even) .item .item__content {
    padding: 10px 5px;
  }
}
.program .row {
  margin-top: 0;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .program .row {
    margin-top: 0;
  }
}

.expert {
  padding-top: 16px;
}
.expert .row-head {
  justify-content: space-between;
  align-items: flex-start;
}
.expert .row-main {
  justify-content: space-between;
}
.expert picture {
  pointer-events: none;
}
.expert .h2 {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 70px;
  padding-top: 42px;
}
.expert .h2.offset {
  padding-top: 100px;
  padding-left: 100px;
}
@media (max-width: 991.98px) {
  .expert .h2.offset {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .expert .h2 {
    font-size: 70px;
    line-height: 79px;
  }
}
@media (max-width: 991.98px) {
  .expert .h2 {
    margin: 0 auto;
    font-size: 70px;
    line-height: 79px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@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: 38px;
  max-width: 375px;
  line-height: 127%;
}
@media (max-width: 1199.98px) {
  .expert .h2 span {
    margin-left: 0;
  }
}
@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: -60px;
}
@media (max-width: 1199.98px) {
  .expert .h2 p {
    margin-left: -60px;
  }
}
@media (max-width: 991.98px) {
  .expert .h2 p {
    margin: 0;
  }
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  margin: 0;
  padding-left: 14px;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip).ul-offset {
  padding-left: 44px;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip).ul-offset {
    padding-top: 0px;
  }
}
@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: 336px;
}
@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 {
  padding-right: 23px;
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) span img {
  max-width: 28px;
}
@media (max-width: 575.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) span img {
    max-width: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .expert .inside ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 20px !important;
  }
}
.expert .inside ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  margin-bottom: 14px !important;
}
.expert .inside ul:not(.list-unstyled):not(.list_bullet):not(.flip) li::before {
  background-color: #ff292a !important;
}
.expert-img {
  margin: 0 auto;
  display: flex;
  max-width: 481px;
  margin-top: -505px;
  position: sticky;
  z-index: -1;
  transform: translate(15px, -40px);
}
@media (max-width: 1199.98px) {
  .expert-img {
    max-width: 420px;
    margin-top: -405px;
    transform: translate(15px, -75px);
  }
}
@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;
  font-weight: 600;
}
.expert .drop-1 .drop-btn {
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  width: 274px;
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  margin-left: 44px;
  margin-top: 62px;
}
@media (max-width: 1199.98px) {
  .expert .drop-1 .drop-btn {
    margin-left: 14px;
  }
}
.expert .drop-1 .drop-btn:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.expert .drop-1 .drop-btn svg {
  transform: translateX(32px);
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-btn {
    margin: 0 auto;
  }
}
.expert .drop-1 .drop-text {
  transform: translate3d(-238px, -24px, 0px) !important;
  top: 0 !important;
  left: 0 !important;
  width: 605px;
  border: none;
  background-color: unset;
}
@media (max-width: 1199.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(-305px, -24px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(0px, -25px, 0px) !important;
    width: 610px;
  }
}
@media (max-width: 767.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(-5px, -20px, 0px) !important;
    width: 545px;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(0, -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;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat {
    justify-content: center;
  }
}
.expert .drop-1 .sertificat-img {
  margin-top: 10px;
  padding-right: 4px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
.expert .drop-1 .sertificat-img-1, .expert .drop-1 .sertificat-img-2, .expert .drop-1 .sertificat-img-3 {
  max-width: 139px;
}
@media (max-width: 419.98px) {
  .expert .drop-1 .sertificat-img-1, .expert .drop-1 .sertificat-img-2, .expert .drop-1 .sertificat-img-3 {
    max-width: 85px;
  }
}
.expert .drop-1 .sertificat-img-4, .expert .drop-1 .sertificat-img-5, .expert .drop-1 .sertificat-img-6, .expert .drop-1 .sertificat-img-7 {
  max-width: 142px;
}
@media (max-width: 767.98px) {
  .expert .drop-1 .sertificat-img-4, .expert .drop-1 .sertificat-img-5, .expert .drop-1 .sertificat-img-6, .expert .drop-1 .sertificat-img-7 {
    max-width: 183px;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .sertificat-img-4, .expert .drop-1 .sertificat-img-5, .expert .drop-1 .sertificat-img-6, .expert .drop-1 .sertificat-img-7 {
    max-width: 127px;
  }
}

#example-expert {
  overflow: hidden;
  z-index: 9;
  position: sticky;
  padding-top: 0;
  margin-top: -141px;
}
@media (max-width: 1199.98px) {
  #example-expert {
    margin-top: -175px;
  }
}
@media (max-width: 575.98px) {
  #example-expert {
    margin-top: -100px;
  }
}
#example-expert .row-carousel {
  overflow: unset;
}
@media (max-width: 450px) {
  #example-expert .main-carousel {
    padding: 5px;
    padding-bottom: 5px;
  }
}
#example-expert .example-expert .main-carousel .carousel-item-img {
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert .main-carousel .carousel-item-img {
    height: 100vw;
  }
}
#example-expert .example-expert-heading {
  margin-top: 83px;
  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: 718px;
  margin: 0 auto;
}
#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: -2px;
  }
}
#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: -2px;
  }
}

#example-expert .carousel-indicators {
  bottom: -60px;
  align-items: center;
}
@media (max-width: 575.98px) {
  #example-expert .carousel-indicators {
    bottom: -40px;
  }
}
#example-expert .container-bg {
  background-image: url("../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;
  }
}
@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;
  width: 9px;
  height: 9px;
  border-radius: 70%;
  background-color: #8d8d8d;
  border: 1px solid #8d8d8d;
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg.active,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li.active {
  width: 14px;
  height: 14px;
  background-color: #ff292a;
  border: 1px solid #ff292a;
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
  #example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 5px;
    height: 5px;
  }
}

#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
  background: #fff;
  background-image: url("../images/icons/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 62px;
  height: 62px;
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg {
    width: 44px;
    height: 44px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg span {
  display: none;
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg-right {
  background-image: url("../images/icons/arrow2.png");
}

.main-carousel .carousel-item-img-1 {
  background-image: url("../images/example-expert/1.jpg");
}
.main-carousel .carousel-item-img-2 {
  background-image: url("../images/example-expert/2.jpg");
}
.main-carousel .carousel-item-img-3 {
  background-image: url("../images/example-expert/3.jpg");
}
.main-carousel .carousel-item-img-4 {
  background-image: url("../images/example-expert/4.jpg");
}
.main-carousel .carousel-item-img-5 {
  background-image: url("../images/example-expert/5.jpg");
}
.main-carousel .carousel-item-img-6 {
  background-image: url("../images/example-expert/6.jpg");
}
.main-carousel .carousel-item-img-7 {
  background-image: url("../images/example-expert/7.jpg");
}
.main-carousel .carousel-item-img-8 {
  background-image: url("../images/example-expert/8.jpg");
}
.main-carousel .carousel-item-img-9 {
  background-image: url("../images/example-expert/9.jpg");
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url("../images/example-expert/1.webp");
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url("../images/example-expert/2.webp");
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url("../images/example-expert/3.webp");
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url("../images/example-expert/4.webp");
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url("../images/example-expert/5.webp");
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url("../images/example-expert/6.webp");
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url("../images/example-expert/7.webp");
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url("../images/example-expert/8.webp");
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url("../images/example-expert/9.webp");
}

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

@media (max-width: 575.98px) {
  .example-expert .container-bg {
    background-image: url("../images/example-expert/bg.jpg");
  }
  .webp .example-expert .container-bg {
    background-image: url("../images/example-expert/bg.webp");
  }
}
.materials {
  background-color: #F0F0F0;
  padding-top: 70px;
}
.materials .row {
  justify-content: space-between;
}
@media (max-width: 419.98px) {
  .materials .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.materials .h2 {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .materials .h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 419.98px) {
  .materials .h2 {
    margin-bottom: 30px;
  }
}
.materials p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .materials p {
    font-size: 19px;
  }
}
.materials p span {
  color: #ff292a;
}
.materials .text {
  font-weight: 300;
  padding-left: 38px;
}
.materials .inside {
  font-weight: 400;
  color: #262626;
}
.materials .fw {
  font-weight: 500;
}
.materials b {
  font-weight: 500;
}
.materials ul {
  margin: 0;
  padding: 0;
  padding-left: 58px !important;
}
@media (max-width: 575.98px) {
  .materials ul {
    padding-left: 25px !important;
  }
}
.materials ul li {
  font-size: 18px;
  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;
  }
}
.materials .pd {
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .materials .pd {
    padding-left: 0px;
  }
}
.materials .pd__low {
  font-weight: 400;
}

.bonus {
  padding-top: 70px;
  padding-bottom: 55px;
}
.bonus .h2 {
  text-align: center;
  margin-bottom: 14px;
}
.bonus-row {
  margin-top: 55px;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-top: 40px;
  }
}
.bonus .line {
  background-color: #b8b8b8;
  height: 1px;
  border-radius: 15px;
  width: 100%;
  margin-top: 43px;
}
@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;
  padding-left: 33px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .bonus-title {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
@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: 25px;
  line-height: normal;
  color: #ff292a;
  font-weight: 600;
  padding-left: 33px;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 27px;
  }
}
.bonus-time {
  font-size: 18px;
  color: #474747;
  font-weight: 600;
  padding-left: 33px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bonus-time {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 19px;
  }
}
.bonus-text {
  font-size: 18px;
  padding-left: 33px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bonus-text {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 19px;
  }
}
.bonus-ul {
  font-size: 18px;
  color: #474747;
  font-weight: 600;
  padding-left: 33px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bonus-ul {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .bonus-ul {
    font-size: 19px;
  }
}
.bonus ul {
  padding-left: 75px !important;
}
@media (max-width: 767.98px) {
  .bonus ul {
    padding-left: 25px !important;
  }
}
.bonus ul li {
  font-size: 18px;
  margin-bottom: 6px !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;
  padding-top: 80px;
  padding-bottom: 27px;
}
.packages .row {
  margin-left: -10px;
  margin-right: -10px;
}
.packages .h2 {
  color: #fff;
  margin-bottom: 0;
}
.packages .sub-edit p {
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}
.packages ul {
  padding-left: 34px !important;
}
.packages-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 180px;
  width: 109px;
  height: 109px;
  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: 90px;
  font-size: 30px;
  font-weight: 800;
  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 10px 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: 14px !important;
}
@media (max-width: 575.98px) {
  .packages__item-description ul li {
    font-size: 18px;
    margin-bottom: 14px !important;
  }
}
.packages__item-description .none {
  -webkit-text-decoration: line-through 1.4px;
  text-decoration: line-through 1.4px;
  opacity: 0.6;
}
.packages__item-description p {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #ff292a;
  font-weight: 600;
}
.packages__item-description__img {
  margin-bottom: 10px;
}
.packages__item-buy {
  padding: 0 20px;
}
.packages__item-prices {
  font-family: "Geometria", sans-serif;
  display: block;
  font-weight: 800;
  font-size: 50px;
  line-height: 79%;
  color: #ff292a;
}
.packages__item-prices-new {
  font-size: 60px;
  margin: 0 auto;
}
.packages__item-prices-old {
  text-decoration: line-through;
  font-size: 2rem;
  color: #000;
  font-weight: 400;
}
.packages__item-prices .recordings {
  color: #262626;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  line-height: 23px;
}
@media (max-width: 575.98px) {
  .packages__item-prices .recordings {
    font-size: 21px;
    line-height: 22px;
  }
}
.packages__item-prices .recordings span {
  color: #ff292a;
  display: block;
  font-weight: 600;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .packages__item-prices .recordings span {
    font-size: 22px;
    line-height: 26px;
  }
}
.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: 12px;
  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;
  -moz-border-radius: 2px;
  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%;
  }
}
.packages .bonrub {
  color: #000;
  font-weight: 400;
}
.packages .bonrub .packages__item-prices-new {
  color: #000;
  font-weight: 400;
}
.packages .packages__item-price-bonusrub .bon-price {
  color: #000 !important;
  font-weight: 400 !important;
}
.packages .packages__item-price-bonusrub .packages__item-prices-new {
  font-weight: 600;
  color: #FF292A;
}

.questions {
  z-index: 9;
  position: sticky;
  padding-top: 70px;
  padding-bottom: 34px;
}
.questions .h2 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .questions .h2 {
    margin-bottom: 45px;
  }
}
.questions-item {
  border-radius: 15px;
  border: 1px solid #000;
  padding: 40px 171px 6px 42px;
  margin-bottom: 21px !important;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 9;
  position: sticky;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .questions-item {
    padding: 40px 171px 6px 42px;
  }
}
@media (max-width: 575.98px) {
  .questions-item {
    padding: 70px 15px 30px 15px;
  }
}
.questions-question {
  color: #ff292a;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  cursor: pointer;
}
@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;
}
.questions-answer p {
  margin-bottom: 35px;
}
@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: 29px;
  top: 54px;
  transform: translateY(-50%);
  width: 40px;
  height: 45px;
  background-image: url(../images/icons/icon_chevron-up.svg);
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.questions-question.collapsed .questions-indicator {
  background-image: url(../images/icons/icon_chevron-down.svg);
  background-position: center;
}
.questions .collapsed {
  color: #474747;
}
.questions .collapsed .questions-indicator {
  top: 50%;
}
@media (max-width: 575.98px) {
  .questions .collapsed .questions-indicator {
    top: 20%;
  }
}

.ask {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 0;
  }
}
.ask__item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 98px 0 112px 108px;
  overflow: hidden;
  max-width: 1164px;
  margin: 0 auto;
}
@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: 63px;
}
@media (max-width: 575.98px) {
  .ask__item .h2 {
    margin-bottom: 35px;
    text-align: center;
  }
}
.ask__item p {
  font-size: 24px;
  line-height: normal;
  max-width: 540px;
  margin-bottom: 70px;
  line-height: 127%;
}
@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: 683px;
}
@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;
}
@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;
  }
}
@media (max-width: 419.98px) {
  .ask__item-buttons a {
    width: 237px !important;
  }
}
.ask__item-buttons .tg {
  background: linear-gradient(270deg, rgb(4, 15, 22) 61.667%, rgb(41, 170, 235) 100%), rgb(4, 15, 22);
  width: 306px;
}
.ask__item-buttons .tg:hover {
  box-shadow: 0 5px 15px rgba(41, 170, 235, 0.5);
  transform: scale(1.0444);
}
@media (max-width: 991.98px) {
  .ask__item-buttons .tg {
    width: 327px;
  }
}
.ask__item-buttons .wa {
  width: 327px;
  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;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .ask__img {
    max-width: 370px;
  }
}
@media (max-width: 991.98px) {
  .ask__img {
    max-width: 250px;
  }
}
@media (max-width: 767.98px) {
  .ask__img {
    max-width: 250px;
    right: -110px;
    top: -40px;
  }
}

.workshop_price .ask {
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  .workshop_price .ask {
    padding-top: 70px;
  }
}

/*# sourceMappingURL=style.css.map */
