@font-face {
  font-family: "GEOMETRIA";
  src: url("/fonts/Geometria/GEOMETRIA_LIGHT.OTF");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GEOMETRIA";
  src: url("/fonts/Geometria/GEOMETRIA_MEDIUM.OTF");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GEOMETRIA";
  src: url("/fonts/Geometria/GEOMETRIA_BOLD.OTF");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GEOMETRIA";
  src: url("/fonts/Geometria/GEOMETRIA_EXTRABOLD.OTF");
  font-weight: 700;
  font-style: normal;
}
main {
  background-color: #f0f0f0;
}
main h1, main h2, main h3, main h4, main h5 {
  font-family: "GEOMETRIA";
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 57px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 43px;
    line-height: 56px;
  }
}
@media (max-width: 991.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 41px;
    line-height: 54px;
  }
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 419.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 36px;
    line-height: 43px;
  }
}

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

.marafon-work {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .marafon-work {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.marafon-work .row {
  align-items: center;
  justify-content: center;
}
.marafon-work h3 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.marafon-work-top {
  display: flex;
  margin-bottom: 40px;
}

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

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: 20px;
  }
}

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

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
}

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

#show-menu {
  height: 15px;
}

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

.button,
button .why,
button .materials {
  margin: 0 auto;
  border: unset;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 19px 48px;
  gap: 10px;
  background: rgb(255, 41, 42);
  border-radius: 80px;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  width: 340px;
  position: static;
  z-index: 9;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    line-height: 27px;
    width: 290px;
    padding: 15px 14px;
  }
}
@media (max-width: 419.98px) {
  .button,
  button .why,
  button .materials {
    width: 100%;
  }
}

button:focus {
  outline: unset;
}

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

#modal-example {
  background: rgba(0, 0, 0, 0.3);
}

.modal {
  overflow: hidden !important;
}

.modal-content {
  min-height: 420px !important;
}
@media (max-width: 575.98px) {
  .modal-content {
    min-height: 465px !important;
  }
}

.modal-body {
  padding: 0;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  background-color: #2E2E2E;
}

.modal-close {
  font-family: "GEOMETRIA";
  font-size: 31px;
  background: #FF292A;
  color: white;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.header {
  background-image: url(https://redpointschool.com/pages/pouredwatercolor/workshop/images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1025px;
  padding-top: 155px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .header {
    height: 955px;
  }
}
.header .row {
  align-items: center;
  justify-content: center;
}
.header .sub {
  font-size: 34px;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .header .sub {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .header .sub {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 35px;
  }
}
.header h1 {
  color: #fff;
  font-size: 80px;
  line-height: 83px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@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: 43px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 40px;
    line-height: 41px;
    letter-spacing: -1px;
  }
}
.header h1 span {
  color: #fff;
  font-size: 64px;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 60px;
  }
}
@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;
  }
}
@media (max-width: 419.98px) {
  .header h1 span {
    font-size: 25px;
  }
}
.header__desc p {
  margin: 0;
  font-size: 30px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .header__desc p {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .header__desc p {
    font-size: 23px;
  }
}
.header .button {
  margin-top: 50px;
}

.webp .header {
  background-image: url("https://redpointschool.com/pages/pouredwatercolor/workshop/images/header/bg.webp");
}

@media (max-width: 575.98px) {
  .header {
    background-image: url("https://redpointschool.com/pages/pouredwatercolor/workshop/images/header/bg-mobile.jpg");
  }
  .webp .header {
    background-image: url("https://redpointschool.com/pages/pouredwatercolor/workshop/images/header/bg-mobile.webp");
  }
}
.advantages {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .advantages {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .advantages .row {
    align-items: center;
    justify-content: center;
  }
}
.advantages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
}
@media (max-width: 1199.98px) {
  .advantages .item {
    width: 314px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .advantages .item {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .advantages .item {
    width: 100%;
  }
}
.advantages .item img {
  max-width: 60px;
}
@media (max-width: 575.98px) {
  .advantages .item img {
    max-width: 37px;
  }
}
.advantages .item p {
  margin: 0 auto;
  padding: 0;
  font-size: 23px;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .advantages .item p {
    margin-left: 6px;
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .advantages .item p {
    margin-left: 13px;
    font-size: 22px;
    letter-spacing: -0.6px;
  }
}

.marafon .row {
  justify-content: center;
}
.marafon h2 {
  margin-bottom: 90px;
}
@media (max-width: 575.98px) {
  .marafon h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 419.98px) {
  .marafon h2 {
    margin-bottom: 50px;
  }
}
.marafon__link {
  cursor: pointer;
}
.marafon .item {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .marafon .item {
    margin-bottom: 115px;
  }
}
@media (max-width: 575.98px) {
  .marafon .item {
    margin-bottom: 55px;
  }
}
.marafon .item__number {
  padding: 0;
  margin: 0;
  font-family: "GEOMETRIA";
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  position: sticky;
  z-index: 10;
  margin-left: 20px;
  margin-bottom: -60px;
}
@media (max-width: 575.98px) {
  .marafon .item__number {
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 190px;
  }
}
.marafon .item__number span {
  color: #fff;
  background-color: rgb(254, 41, 42);
  width: 50px;
  display: flex;
  justify-content: center;
  border-radius: 45px;
}
@media (max-width: 575.98px) {
  .marafon .item__number span {
    width: 37px;
  }
}
.marafon .item__number__bonus {
  color: #fff;
  background-color: rgb(254, 41, 42);
  width: 310px;
  display: flex;
  justify-content: center;
  border-radius: 45px;
  font-size: 24px;
  padding: 7px 0px 7px 0px;
  margin-bottom: -65px;
}
@media (max-width: 575.98px) {
  .marafon .item__number__bonus {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 275px;
  }
}
.marafon .item img {
  border-radius: 15px;
}
.marafon .item__title {
  margin-top: -80px;
  display: flex;
  margin-left: 20px;
}
.marafon .item__title span {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: normal;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  position: sticky;
  z-index: 9;
  padding: 10px 35px 10px 35px;
  border-radius: 25px;
  font-family: "GEOMETRIA";
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .marafon .item__title span {
    font-size: 20px;
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }
}
.marafon .item__title-r {
  margin-left: 0;
  justify-content: end;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .marafon .item__title {
    justify-content: start;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .marafon .item__title {
    margin: 0 auto;
    margin-top: -30px;
  }
}

.expert {
  background-color: #fff;
}
.expert .row-head {
  justify-content: space-between;
  align-items: end;
}
.expert .row-main {
  justify-content: space-between;
}
.expert h2 {
  font-size: 70px;
  line-height: 79px;
  margin-bottom: 40px;
  text-align: left;
}
@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;
    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: 50px;
  max-width: 370px;
}
@media (max-width: 1199.98px) {
  .expert h2 span {
    margin-left: 10px;
  }
}
@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;
}
@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: 21px;
  margin-bottom: 24px;
  max-width: 290px;
  font-family: "GEOMETRIA";
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    max-width: 270px;
  }
}
@media (max-width: 991.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
    font-size: 20px;
  }
}
.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: 45px;
  padding-right: 13px;
}
.expert-img {
  margin: 0 auto;
  display: flex;
  max-width: 520px;
  margin-top: -550px;
  position: sticky;
  z-index: 6;
}
@media (max-width: 1199.98px) {
  .expert-img {
    max-width: 420px;
    margin-top: -435px;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    max-width: 100%;
  }
}
.expert .subscribe {
  border-radius: 25px;
  z-index: 10;
  position: sticky;
  background-color: rgb(46, 46, 46);
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 35px 20px 35px 20px;
  width: 900px;
  margin: 0 auto;
  margin-top: -10px;
}
@media (max-width: 991.98px) {
  .expert .subscribe {
    width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert .subscribe {
    padding: 25px 15px 25px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 419.98px) {
  .expert .subscribe {
    padding: 25px 0px 25px 0px;
  }
}
.expert .subscribe .widget {
  border-radius: 15px;
}
.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: 225px;
  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: 200px;
  }
}

.marafon-work {
  padding-bottom: 10px !important;
}
.marafon-work .row {
  align-items: center;
  justify-content: center;
}
.marafon-work h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .marafon-work h2 {
    margin-bottom: 25px;
  }
}
.marafon-work-item {
  margin-bottom: 35px;
}

.questions {
  z-index: 9;
  position: sticky;
}
.questions h2 {
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .questions h2 {
    margin-bottom: 45px;
  }
}
.questions-item {
  border-radius: 15px;
  border: 1px solid #040F16;
  padding: 40px 0px 30px 40px;
  margin-bottom: 30px !important;
  max-width: 1020px;
  margin: 0 auto;
  z-index: 9;
  position: sticky;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .questions-item {
    padding: 20px 15px 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .questions-item {
    padding: 70px 15px 30px 15px;
  }
}
.questions-question {
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .questions-question {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.questions-answer {
  font-size: 22px;
  max-width: 880px;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .questions-answer {
    font-size: 20px;
    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/pouredwatercolor/workshop/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/pouredwatercolor/workshop/images/icons/icon_chevron-down.svg);
}/*# sourceMappingURL=style.css.map */