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

h1, h2, h3, h4, h5 {
  font-family: "OTRADA";
  font-weight: 400;
  font-size: 60px;
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 37px;
  }
}

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

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

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

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

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

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

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

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

#show-menu {
  height: 15px;
}

.button,
button .why,
button .materials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  gap: 10px;
  width: 300px;
  background: #F9DA65;
  background: linear-gradient(135deg, #F9DA65, #FAECB3);
  box-shadow: inset 0px -2px 0px #d2b74f;
  border-radius: 80px;
  font-size: 18px;
  color: #a48f3e;
  text-transform: uppercase;
  font-weight: 700;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #a48f3e;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
  }
}

.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

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

.icon-whatsapp {
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-image: url("../images/icons/icon-whatsapp.svg");
  background-size: 80%;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
}
.icon-whatsapp:hover {
  box-shadow: 0px 0px 10px #fff;
}

.main-navigation ul {
  display: flex !important;
  justify-content: space-around !important;
}
.main-navigation ul li {
  margin-bottom: 0px !important;
}
.main-navigation .main-navigation__mobile-menu-btn {
  background-color: #1799bb;
}
.main-navigation button:focus {
  outline: 1px dotted;
}

@media (max-width: 991.98px) {
  .main-navigation__container {
    width: 310px !important;
  }
}
@media (max-width: 991.98px) {
  .main-navigation ul {
    display: block !important;
  }
  .main-navigation ul li a {
    padding: 15px 25px;
  }
}
.modal-open .modal {
  background-color: rgba(72, 43, 117, 0.8);
}

.modal-open .modal-close {
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  background: radial-gradient(68.75% 465.87% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(84.37% 84.37% at 50% 50%, rgba(255, 255, 255, 0.25) 34.9%, rgba(255, 255, 255, 0) 100%), rgba(72, 43, 117, 0.8);
  box-shadow: 0 0 7px 1px #5a5a5a;
}

.special-title {
  font-size: 2.5rem;
  color: white;
}

.upsell__button {
  padding: 15px 60px;
}

.modal-open .modal {
  background-color: rgba(72, 43, 117, 0.8);
}

.modal-open .modal-close {
  position: fixed;
  top: 5px;
  right: 25px;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.35);
  background: radial-gradient(68.75% 465.87% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(84.37% 84.37% at 50% 50%, rgba(255, 255, 255, 0.25) 34.9%, rgba(255, 255, 255, 0) 100%), rgba(72, 43, 117, 0.8);
  border-radius: 42px;
  box-shadow: 0 0 7px 1px #5a5a5a;
  transition: all 200ms;
  cursor: pointer;
  z-index: 500;
}

.upsell-vkuszhizni {
  overflow: hidden;
  font-weight: 400 !important;
}
.upsell-vkuszhizni .about p {
  font-size: 18px;
}
.upsell-vkuszhizni .about {
  margin-top: -60px;
}
.upsell-vkuszhizni h1, .upsell-vkuszhizni h2, .upsell-vkuszhizni h3, .upsell-vkuszhizni h4, .upsell-vkuszhizni h5 {
  font-size: 39px;
}
.upsell-vkuszhizni .about img {
  margin-left: -124px;
}
.upsell-vkuszhizni .first-block-title {
  color: #852691 !important;
  line-height: 62px;
}
.upsell-vkuszhizni .course-name1 {
  color: #852691 !important;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .upsell-vkuszhizni .program-item {
    max-width: 200px !important;
  }
}
.upsell-second img {
  max-width: 100%;
}
.upsell-second ul {
  margin: 0 auto;
  max-width: 620px;
}

@media (max-width: 575.98px) {
  .upsell-second .program .programm__list .programm__item ul {
    padding-left: 4px !important;
  }
  .upsell-second .special-title {
    padding: 30px 5px 20px 5px !important;
  }
}
.upsell-item-grafika .first-screen__picture-secondary {
  display: none;
}
.upsell-item-grafika .substrate {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 30px 20px 40px;
  border-radius: 10px;
  box-shadow: 5px 5px 30px rgba(75, 63, 42, 0.3);
}
@media (max-width: 575.98px) {
  .upsell-item-grafika .substrate {
    padding: 20px 10px 10px 10px;
  }
}
@media (max-width: 575.98px) {
  .upsell-item-grafika .package-block__codes {
    display: flex;
  }
}
.upsell-item-grafika .price-container {
  display: block !important;
}

.upsell-3 .bg_color_primary {
  background-color: #ffa608;
}

.upsell-3 .text_color_primary {
  color: #ffa608;
}

.upsell-3 a:hover {
  color: #ffa608;
}

.upsell-3 ul:not(.list-unstyled):not(.list_bullet):not(.list_bultits):not(.flip) li:before {
  background-color: #ffa608;
}

.upsell-3 .button_primary {
  background-color: #ffa608;
  background: linear-gradient(0deg, #ffbf08 0%, #ff8508 100%);
}

.upsell-3 .price_current {
  color: #ffa608;
}

.upsell-3 .codes > a {
  color: #ffcb6e;
  background-color: #fff0d4;
}

.upsell-3 .codes > a.active, .upsell-3 .codes > a:hover {
  color: #fff;
  background-color: #ffa608;
}

.upsell-3 .codes > a:active {
  background-color: rgba(255, 166, 8, 0.8);
}

.upsell-3 .programm__label {
  left: 20px;
  width: 120px;
  min-width: unset;
  height: unset;
  font-size: 16px !important;
  background-image: unset;
  transform: translate(0);
}

@media (min-width: 768px) {
  .upsell-3 .programm__item .card-body {
    padding: 20px;
  }
}
.upsell-3 .programm {
  padding: 0;
  padding-top: 100px;
}

.upsell-3 .materials {
  padding: 0;
}

.upsell-3 .btn.button.button_primary {
  width: 100%;
  max-width: unset;
  min-width: unset;
}

.upsell-3 ul.list_bultits > li::before {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bullit.png");
  width: 40px;
  height: 40px;
}

.upsell-3 .background_color_primary {
  background-color: rgba(255, 166, 8, 0.1);
}

.upsell-item-grafika {
  font-size: 22px;
  line-height: 1.3636363636;
}

.upsell-item-grafika .special-title {
  background-color: #ffa608;
  border-radius: 15px;
  color: #fff;
  line-height: 1.125;
}

@media (min-width: 992px) {
  .upsell-item-grafika .special-title {
    font-size: 40px;
  }
}
.upsell-item-grafika .upsell-item__title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.875;
  color: #000 !important;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .upsell-item-grafika .upsell-item__title {
    font-size: 80px;
  }
}
.upsell-item-grafika section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.upsell-item-grafika ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) {
  list-style: none;
  padding-left: 34px;
}

.upsell-item-grafika ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) li {
  position: relative;
}

.upsell-item-grafika ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) li + li {
  margin-top: 0.8em;
}

.upsell-item-grafika ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) li:before {
  content: "";
  position: absolute;
  left: -34px;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ffa608;
  border-radius: 50%;
}

.upsell-item-grafika .list_bultits {
  list-style: none;
}

.upsell-item-grafika .list_bultits li {
  position: relative;
}

.upsell-item-grafika .list_bultits li + li {
  margin-top: 1em;
}

.upsell-item-grafika .list_bultits li:before {
  content: "";
  position: absolute;
  left: -45px;
  top: -2px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
}

@media (min-width: 992px) {
  .upsell-item-grafika .list_bultits li:before {
    left: -60px;
  }
}
.upsell-item-grafika .list_bultits-outer {
  padding-left: 0;
}

.upsell-item-grafika .btn.button {
  border-radius: 45px;
  line-height: 1.2727272727;
  font-size: 22px;
  font-weight: 500;
  padding: 23px 41px 19px;
  transition: all 0.2s;
  text-align: center;
}

@media (max-width: 992px) {
  .upsell-item-grafika .btn.button {
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.upsell-item-grafika .btn.button_primary {
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #f36e16 0%, #ffa608 100%);
  background-color: #ffa608;
  box-shadow: 0px 4px 0px 0px #cc5100, 0px 0px 20px 0px rgba(255, 151, 0, 0.4);
  color: #fff;
}

.upsell-item-grafika .btn.button_primary:hover {
  transform: scale(1.02);
}

.upsell-item-grafika .btn.button:active,
.upsell-item-grafika .btn.button_primary:active {
  transform: translateY(2px);
}

.upsell-item-grafika .btn.button_outline {
  color: #ffa608;
  border: 1px solid #ffa608;
}

.upsell-item-grafika .btn.button_outline:hover {
  background-color: #ffa608;
  color: #fff;
}

.upsell-item-grafika .btn.button_small {
  border-radius: 1.5em;
  padding: 15px 55px 16px;
}

.upsell-item-grafika .btn.button_large {
  font-size: 1rem;
  padding: 31px 89px 28px;
  border-radius: 2.1em;
}

.upsell-item-grafika .text_orange {
  color: #ffa608 !important;
}

.upsell-item-grafika .text_default {
  color: #000 !important;
  text-transform: uppercase !important;
}

.upsell-item-grafika .text_biger {
  font-size: 1.56em;
  font-weight: bold;
}

@media (min-width: 992px) {
  .upsell-item-grafika .modal-p__text {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.upsell-item-grafika .modal-dialog {
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .upsell-item-grafika .modal-lg,
  .upsell-item-grafika .modal-xl {
    max-width: 1005px;
  }
}
.upsell-item-grafika h1,
.upsell-item-grafika h2,
.upsell-item-grafika h3,
.upsell-item-grafika h4,
.upsell-item-grafika h5,
.upsell-item-grafika .main-heading,
.upsell-item-grafika .heading {
  color: #000;
}

.upsell-item-grafika .heading {
  font-size: 2.4rem;
  line-height: 1;
}

.upsell-item-grafika .main-heading {
  margin-top: 1.3888888889rem;
  margin-bottom: 1.944444444rem;
  font-size: 3rem;
  font-weight: normal;
  line-height: 0.8823529412;
}

@media (min-width: 375px) {
  .upsell-item-grafika .main-heading {
    font-size: 3.7rem;
  }
}
@media (min-width: 500px) {
  .upsell-item-grafika .heading {
    font-size: 2.8rem;
  }
  .upsell-item-grafika .main-heading {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .upsell-item-grafika .heading {
    font-size: 53px;
  }
  .upsell-item-grafika .main-heading {
    font-size: 5.6rem;
  }
}
@media (min-width: 992px) {
  .upsell-item-grafika .main-heading {
    font-size: 100px;
  }
}
.upsell-item-grafika .first-screen {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-bottom.png"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/background-1.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, -100px top;
  background-size: 100%, cover;
}

.upsell-item-grafika .first-screen .container {
  position: relative;
}

.upsell-item-grafika .first-screen .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 517px;
  display: block;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 352px, contain;
  background-position: 0 200px, center -20px;
}

.upsell-item-grafika .first-screen .heading-preview {
  text-transform: none;
  font-size: 1.2222222222rem;
  line-height: 1.2727272727;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.upsell-item-grafika .first-screen .first-screen__body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.upsell-item-grafika .first-screen .first-screen__text {
  display: inline-block;
  width: 90%;
  font-size: 1.3888888889rem;
  line-height: 1.2;
  font-weight: 500;
}

.upsell-item-grafika .first-screen .first-screen__pictures {
  position: relative;
  overflow: hidden;
}

.upsell-item-grafika .first-screen .first-screen__picture-main {
  position: relative;
  top: -20px;
}

.upsell-item-grafika .first-screen .first-screen__picture-3ary {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 20%;
}

.webp .upsell-item-grafika .first-screen {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-bottom.webp"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/background-1.webp");
}

.upsell-item-grafika .grafika-more__item {
  position: relative;
  padding: 45px 10px 50px 20px;
}

.upsell-item-grafika .grafika-more__item:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 15px;
  width: 70px;
  height: 70px;
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bullit.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.upsell-item-grafika .grafika-more__text {
  font-size: 1.2222222222rem;
  line-height: 1.3636363636;
}

.upsell-item-grafika .grafika-more__text_bold {
  font-size: 1.3333333333rem;
  font-weight: bold;
}

.webp .upsell-item-grafika .grafika-more {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-top.webp"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-bottom.webp"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/background-6.webp");
}

@media (min-width: 992px) {
  .upsell-item-grafika .programm {
    background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/background-7.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: contain;
  }
}
.upsell-item-grafika .programm .card {
  height: 100%;
}

.upsell-item-grafika .programm .card-title {
  font-size: 1.2222222222rem;
  font-weight: 400;
  text-align: center;
  margin: 1em 0;
}

.upsell-item-grafika .programm .col-lg-4 {
  margin-bottom: 30px;
}

.upsell-item-grafika .programm__interest li img {
  width: 120px;
  margin-bottom: 1em;
}

@media (min-width: 468px) {
  .upsell-item-grafika .programm__interest li img {
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  .upsell-item-grafika .programm__interest li img {
    width: 100px;
    margin-left: 10%;
  }
}
.upsell-item-grafika .programm__item {
  position: relative;
}

.upsell-item-grafika .programm__label {
  position: absolute;
  background-color: #ffa608;
  color: #fff;
  top: 0;
  display: block;
  padding: 12px 30px;
  left: 16px;
  font-size: 1.6666666667rem;
  border-radius: 0 0 5px 5px;
}

.webp .upsell-item-grafika .programm {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/background-7.webp");
}

.upsell-item-grafika .materials {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-top.png"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-bottom.png"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg4_a.png");
  background-position: center top, center bottom, right center;
  background-size: contain, contain, cover;
  font-size: 1.2222222222rem;
  line-height: 1.1818181818;
}

.webp .upsell-item-grafika .materials {
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-top.webp"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg-transition-bottom.webp"), url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/bg4_a.webp");
}

.upsell-item-grafika .materials .list_bultits {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 22px;
}

@media (max-width: 992px) {
  .upsell-item-grafika .materials .list_bultits {
    margin-left: 20px;
  }
}
.upsell-item-grafika .materials .list_bultits li {
  margin-bottom: 23px;
}

.upsell-item-grafika .materials__price {
  display: block;
  border: 1px solid #ffa608;
  border-radius: 5px;
  font-weight: bold;
  padding: 30px 57px;
  background-color: #fff;
  text-align: center;
}

.upsell-offer__title {
  font-size: 24px;
  line-height: 1.125;
}

.upsell-offer .button_primary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.upsell-item-grafika .dog-n-cloud {
  position: absolute;
  top: -170px;
  right: -450px;
  width: 400px;
  height: 350px;
  padding: 75px 75px 90px 50px;
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/cloud4_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 18px;
  line-height: 1.363636364;
}

.upsell-item-grafika .dog-n-cloud:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: 35%;
  width: 139px;
  height: 132px;
  background-image: url("https://sobakarisovaka.ru/pages/nostalgi/images/upsell-grafika/dog4_a.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.upsell-item-grafika .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #94b7d7;
  border-radius: 6px;
}

.upsell-item-grafika .codes > a.active, .upsell-item-grafika .codes > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ddd;
}

.upsell-item-grafika .upsell-offer .codes .currency-code {
  background-color: #fff2da;
  color: #d8c095;
}

.upsell-item-grafika .upsell-offer .codes .currency-code.active, .upsell-item-grafika .upsell-offer .codes .currency-code:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #f36e16 0%, #ffa608 100%);
}

.upsell-item-grafika .price-container {
  align-items: baseline;
  font-size: 48px;
}

@media (min-width: 992px) {
  .upsell-item-grafika .price-container {
    font-size: 70px;
  }
}
.upsell-item-grafika .price-container .price {
  color: #ffa608;
  margin: 0;
}

.upsell-item-grafika .price-container .price-old {
  font-size: 40px;
  color: #7c8195;
  text-decoration: line-through;
  margin-top: 35px;
}

.upsell-item-grafika .price-container .price-pre {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -5px;
}

.upsell-botanika #botanika-special-title {
  margin: 20px;
  padding: 40px;
  background-image: -moz-linear-gradient(top, #e83a9f 4%, #a11a68 100%);
  border-radius: 0.5em;
  font-family: "Loccon", "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  background-image: unset !important;
  background-image: linear-gradient(to bottom, #e83a9f 4%, #a11a68 100%) !important;
  font-size: 2.5rem;
}
.upsell-botanika .price-container-bot .price {
  font-size: 68px;
  color: #cf2788 !important;
  font-family: "Loccon", "Times New Roman", Times, serif !important;
}
.upsell-botanika .package-block__codes .codes > a {
  color: #e577b7;
  background: unset;
  background-color: #f5cde4;
}
.upsell-botanika #codes-botanika > a.active, .upsell-botanika #codes-botanika > a:hover {
  text-decoration: none;
  color: #fff;
  background: unset;
  background-color: #cf2788 !important;
}
.upsell-botanika #btn-add {
  display: inline-block;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 40px;
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  text-transform: uppercase;
  outline: none !important;
  cursor: pointer;
  min-width: unset;
  max-width: unset;
  background-image: linear-gradient(to bottom, #e83a9f 4%, #a11a68 100%);
}

.upsell-nostalgi #nostalgi-btn-skip {
  color: black;
}

.upsell-markers {
  padding: 10px;
}
.upsell-markers .price-old {
  text-decoration: line-through;
  font-size: 1.8rem;
  color: gray;
}

@media (max-width: 991.98px) {
  .upsell-botanika #botanika-special-title {
    font-size: 1.5rem;
  }
}
.skip-upsell-product {
  display: inline-block !important;
  text-decoration: none !important;
  padding: 18px 20px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-radius: 40px !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  text-transform: uppercase !important;
  max-width: 50% !important;
  font-weight: 700 !important;
  margin-bottom: 40px;
  width: 50%;
}
.skip-upsell-product-1 {
  border: 1px solid #cf2788 !important;
  margin-bottom: 40px !important;
  width: 50% !important;
}
.skip-upsell-product-1:hover {
  background: linear-gradient(360deg, #76157E 0%, #C975E7 100%) !important;
  color: white !important;
}
.skip-upsell-product-2 {
  border: 1px solid #a54a96 !important;
  color: #a54a96 !important;
}
.skip-upsell-product-2:hover {
  background-image: linear-gradient(to bottom, #ce70be 4%, #a54a96 100%) !important;
  color: white !important;
}
.skip-upsell-product-3 {
  border: 1px solid #e1789d !important;
  color: #e1789d !important;
}
.skip-upsell-product-3:hover {
  background: linear-gradient(to bottom, #ef7b95 0%, #cc75a9 50%, #b371b7 100%) !important;
  color: white !important;
}
.skip-upsell-product-4 {
  border: 1px solid #7448b3 !important;
  color: #7448b3 !important;
}
.skip-upsell-product-4:hover {
  background-image: linear-gradient(to bottom, #9e6de3 4%, #592a9d 100%) !important;
  color: white !important;
}

#header {
  background-image: url("../images/header/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -132px;
}

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

.first-block {
  font-weight: 400;
}
.first-block img {
  border: 7px solid white;
  transform: rotate(2deg);
}
.first-block-title {
  margin-top: 120px;
  font-size: 110px;
  color: #1899bb;
  line-height: 100px;
}
.first-block-subtitle {
  font-size: 40px;
  font-family: "OTRADA";
  color: #f7774f;
}
.first-block-text {
  font-size: 33px;
  max-width: 400px;
}
.first-block .advantage {
  position: relative;
  background-image: url(../images/header/die1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 250px;
  height: 139px;
  margin-bottom: 80px;
  font-size: 20px;
  color: #fff;
}
.first-block .advantage-item {
  padding: 29px 35px 0px 35px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.first-block .header .advantage p {
  margin: 0;
}
.first-block .advantages-number {
  color: #1899bb;
  font-size: 18px;
  font-weight: 700;
  margin: -2px 0 -17px 45px;
}

.course-name {
  color: #1899bb;
  font-weight: 700;
}

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

.webp .advantage {
  background-image: url(../images/header/die1.webp);
}

@media (max-width: 1199.98px) {
  .first-block .advantage {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .first-block .advantages-number {
    margin: -2px 0 -17px 148px;
  }
}
@media (max-width: 991.98px) {
  .first-block {
    text-align: center;
  }
  .first-block-text {
    max-width: unset;
    padding: 0;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .button {
    margin: 0 auto;
  }
  .first-block .advantages-number {
    margin: -2px 0 -17px -130px;
  }
  #header {
    background-position: -1859px -132px;
  }
}
@media (max-width: 767.98px) {
  .first-block-title {
    font-size: 70px;
    line-height: 66px;
  }
  .first-block-text {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .first-block-subtitle {
    line-height: 43px;
    margin-top: 25px;
  }
  .first-block .advantage {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  #header {
    background-image: url("../images/header/bg-2x-scale-2_00x.png");
  }
  .advantage {
    background-image: url(../images/header/die1-2x-scale-2_00x.png);
  }
  .webp #header {
    background-image: url("../images/header/bg-2x-scale-2_00x.webp");
  }
  .webp .advantage {
    background-image: url(../images/header/die1-2x-scale-2_00x.webp);
  }
}
@media (max-width: 991.98px) {
  #header {
    background-image: url(../images/header/bg1.png);
  }
  .webp #header {
    background-image: url(../images/header/bg1.webp);
  }
}
.benefit {
  margin-top: -95px;
}
.benefit .container {
  position: relative;
  background-image: url(../images/benefit/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 813px;
  height: 518px;
  margin-bottom: 80px;
  font-size: 20px;
  color: #fff;
  padding: 59px 0px 17px 88px;
}
.benefit img {
  position: absolute;
  max-width: 275%;
  top: -193px;
  left: -27px;
}
.benefit p {
  font-size: 23px;
}

.webp .benefit .container {
  background-image: url(../images/benefit/bg3.webp);
}

@media (max-width: 1350px) {
  .benefit img {
    max-width: 247%;
    top: -144px;
    left: -66px;
  }
}
@media (max-width: 1160px) {
  .benefit img {
    max-width: 205%;
    top: -67px;
    left: -86px;
  }
}
@media (max-width: 1199.98px) {
  .benefit {
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .benefit img {
    max-width: 100%;
    position: unset;
  }
  .benefit .container {
    background-image: unset !important;
    width: 100%;
    height: unset;
    margin-bottom: unset;
    padding: unset;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .benefit {
    position: relative;
    background-image: url(../images/benefit/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
    font-size: 20px;
    color: #fff;
    padding: 60px 0px 0px 0px;
    margin-top: unset;
    text-align: center;
  }
  .benefit img {
    margin: 0px 0px -2px 0px;
  }
}
@media (max-width: 575.98px) {
  .benefit p {
    font-size: 21px;
  }
  .benefit img {
    margin: 0px 0px -1px 0px;
  }
}
@media (min-width: 1900px) {
  .benefit .container {
    background-image: url(../images/benefit/bg3-2x-scale-2_00x.png);
  }
  .webp .benefit .container {
    background-image: url(../images/benefit/bg3-2x-scale-2_00x.webp);
  }
}
.about {
  margin-top: -95px;
  margin-top: -40px;
}
.about-title {
  color: #1899bb;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .about-title {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.about p {
  font-size: 23px;
}
@media (max-width: 575.98px) {
  .about p {
    font-size: 21px;
  }
}
.about img {
  max-width: 155%;
  margin-left: -209px;
}
@media (max-width: 991.98px) {
  .about img {
    max-width: 100%;
    margin-left: unset;
  }
}
@media (max-width: 991.98px) {
  .about {
    text-align: center;
  }
}

.expert {
  background-image: url(../images/expert/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -250px;
}
.expert .container {
  padding-top: 250px;
  padding-bottom: 265px;
}
.expert-img {
  max-width: 120%;
  margin-left: -120px;
}
.expert h3 {
  color: #1899bb;
  margin-bottom: 35px;
}
.expert h3 span {
  font-size: 28px;
  background: #189ABB;
  background: radial-gradient(at left top, #189ABB, #45C3E3);
  color: white;
  padding: 11px 20px 10px 20px;
  border-radius: 5px;
  position: absolute;
  left: 220px;
  top: 77px;
}
.expert .sertificat {
  margin-bottom: 10px;
}
.expert .sertificat img {
  max-width: 90%;
}
.expert ul li {
  font-size: 20px;
}
.expert .inside {
  padding-left: 15px !important;
}
.expert .inside:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  background-color: #F9DA65 !important;
}

.webp .expert {
  background-image: url(../images/expert/bg4.webp);
}

@media (max-width: 991.98px) {
  .expert-img {
    max-width: 100%;
    margin-left: unset;
  }
  .expert h3 {
    text-align: center;
  }
  .expert h3 span {
    position: unset;
    display: block;
    margin: 0 auto;
    max-width: 324px;
  }
  .expert {
    margin-top: -50px;
  }
  .expert .container {
    padding-top: 40px;
    padding-bottom: 192px;
  }
}
@media (max-width: 575.98px) {
  .expert h3 span {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .expert {
    background-image: url(../images/expert/bg4-2x-scale-2_00x.png);
  }
  .webp .expert {
    background-image: url(../images/expert/bg4-2x-scale-2_00x.webp);
  }
}
.expert-work {
  padding-bottom: 90px;
}
.expert-work h3 {
  color: #1899bb;
  margin-bottom: 60px;
}
.expert-work-bg {
  background: white;
  padding: 70px 60px 30px 60px;
  margin-top: -170px;
  border-radius: 10px;
  box-shadow: 0px 4px 7px 2px rgba(34, 60, 80, 0.2);
}

@media (max-width: 419.98px) {
  .expert-work-bg {
    padding: 70px 15px 15px 15px;
  }
}
.program-bg {
  background-color: #fffbf7;
  padding-bottom: 80px;
}
.program-wave__bottom {
  margin-top: -25px;
}
.program h4 {
  color: #1899bb;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 40px;
}
.program-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.program-top .program-item {
  min-height: 640px;
  max-width: 340px;
}
.program-main {
  display: flex;
  justify-content: space-between;
}
.program-main .program-item {
  max-width: 550px;
  margin-bottom: 30px;
}
.program-item {
  background: white;
  padding: 10px 10px 34px 10px;
  border-radius: 5px;
  border: 1px solid #fdebd9;
}
.program-item-time {
  color: #5F5F5F;
  margin-bottom: 25px;
  margin-top: -20px;
  position: relative;
  padding-left: 40px;
}
.program-item-title {
  font-weight: 700;
  font-size: 20px;
  padding: 5px 28px 15px 40px;
}
.program-item-title span {
  text-transform: uppercase;
}
.program-item-text {
  padding: 5px 84px 15px 40px;
  margin-top: -20px;
  margin-bottom: -5px;
  line-height: 24px !important;
}
.program-item-number {
  margin: 0 auto;
  margin-top: -20px;
  z-index: 9;
  position: sticky;
  font-family: "OTRADA";
  font-size: 20px;
  color: black;
  width: 120px;
  height: 50px;
  background-image: url(../images/program/die.png);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 107%;
  background-position-x: center;
  background-position-y: 2px;
  padding: 10px 10px 15px 13px;
}
.program-item img {
  border-radius: 5px;
}
.program ul {
  padding-left: 50px !important;
}
.program ul li {
  margin-bottom: 8px;
  margin-left: 21px;
  padding: 0 40px 0px 1px;
}

@media (max-width: 1500px) {
  .program-bg {
    margin-top: -13px;
  }
}
@media (max-width: 991.98px) {
  .program-top {
    display: flex;
    justify-content: space-around;
  }
  .program-top .program-item {
    margin-bottom: 30px;
  }
  .program-main {
    margin-top: -30px;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .program h4 {
    text-align: center;
  }
  .program-item-title {
    text-align: center;
  }
  .program-item-text {
    text-align: center;
    padding: 5px 25px 15px 25px !important;
    margin-bottom: 25px !important;
  }
}
.why {
  background-image: url("../images/why/bg7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: white;
  padding-bottom: 35px;
  margin-top: -35px;
  z-index: 10;
  position: sticky;
}
.why h3 {
  margin-top: 90px;
}
.why-hTitle {
  font-size: 25px;
  max-width: 536px;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 50px;
}
.why-item {
  justify-content: space-around;
  color: black;
}
.why-item-block {
  max-width: 620px;
}
.why-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1899bb;
}
.why-text {
  font-size: 18px;
  line-height: 24px;
}
.why-number {
  color: #ffed73;
  font-size: 18px;
  font-weight: 700;
  margin: -2px 0 -17px 48px;
}
.why-bg {
  position: relative;
  background-image: url(../images/why/die7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  padding: 32px 50px 0px 45px;
}
.why-bg-3 {
  background-image: url(../images/why/die7_3.png);
  height: 232px;
}

.webp .why {
  background-image: url("../images/why/bg7.webp");
}

@media (max-width: 767.98px) {
  .why h3 {
    font-size: 37px;
  }
  .why-hTitle {
    font-size: 21px;
  }
  .why-bg {
    height: unset;
    background: white;
    border-radius: 5px;
    padding: 32px 50px 20px 45px;
  }
  .why-number {
    margin-bottom: -38px;
    margin-left: 10px;
    z-index: 9;
    position: sticky;
    font-size: 20px;
    color: #1899bb;
  }
}
@media (max-width: 575.98px) {
  .why {
    margin-top: -59px;
  }
  .why h3 {
    font-size: 30px !important;
  }
  .why-bg {
    padding: 32px 25px 20px 40px !important;
  }
}
@media (min-width: 1900px) {
  .why {
    background-image: url("../images/why/bg7-2x-scale-2_00x.png");
  }
  .webp .why {
    background-image: url("../images/why/bg7-2x-scale-2_00x.webp");
  }
}
.student-work h4 {
  color: #1899bb;
  margin-top: 70px;
  margin-bottom: 50px;
}

.reviews h4 {
  color: #1899bb;
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .reviews h4 {
    font-size: 45px;
  }
}
.materials {
  padding-top: 90px;
}
.materials h4 {
  color: #1899bb;
  margin-bottom: 40px;
}
.materials .blue {
  color: #1899bb;
}
.materials .upper {
  text-transform: uppercase;
  font-weight: 700;
}
.materials a {
  font-size: 25px;
  margin-left: 40px;
  padding-left: 30px;
  color: black;
  font-weight: 400;
}
.materials .dropdown {
  margin-bottom: 30px;
}
.materials .drop-text {
  transform: translate3d(20px, 0px, 0px) !important;
  top: -8px !important;
  width: 570px;
}
.materials .drop-btn {
  position: sticky;
}
.materials .drop-pad {
  padding: 20px 20px 20px 48px;
}
.materials .blue-block {
  width: 100%;
  height: 74px;
  background: #1899bb;
  margin-top: -8px;
}
.materials-title {
  width: 206px;
  z-index: 10;
  position: sticky;
}
.materials-indicator {
  top: -1px;
  left: -45px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/materials/materials_chevron-up.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.materials .dropdown.dropright.show .drop-btn {
  color: white;
  font-weight: 700;
}
.materials .dropdown.dropright.show .materials-indicator {
  background-image: url(../images/materials/materials_chevron-down.png);
}
.materials-img-1 {
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .materials-img-1 {
    margin-left: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-text {
    width: 90%;
  }
  .materials .drop-pad {
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 40px;
  }
}
.marafon h3 {
  color: #1899bb;
  margin-top: 90px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}
.marafon-bonus-4 {
  text-align: center;
}
.marafon-bonus-3 {
  text-align: center;
}
.marafon-bonus-5 {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .marafon-bonus:first-child {
    margin-bottom: 40px;
  }
  .marafon-bonus-5 {
    margin-top: unset;
    text-align: center;
  }
  .marafon-img-main {
    margin-bottom: 30px;
  }
}
.btn-gutov {
  width: 280px;
  padding: 12px 48px;
}
@media (max-width: 767.98px) {
  .btn-gutov {
    width: 238px;
    padding: 7px 32px;
  }
}

.btn-show-gutov-modal {
  display: none !important;
}

#packages {
  background-image: url("../images/packages/bg4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  margin-top: 110px;
  padding-bottom: 30px;
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages h2 {
  color: #1899bb;
  margin-top: 90px;
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#packages .packages__item-title {
  color: white;
  font-family: "OTRADA";
  display: block;
  padding: 23px 3px;
  font-size: 28px;
  background: #189ABB;
  background: radial-gradient(at left top, #189ABB, #45C3E3);
  font-size: 32px;
  text-align: center;
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 7px 0px 7px;
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
}
#packages .packages__item-prices {
  font-family: "OTRADA";
  display: block;
  justify-content: space-between;
  align-items: end;
  font-weight: 700;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-size: 50px;
  margin-right: 10px;
  margin: 0 auto;
  color: #1899bb;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-new {
    font-size: 42px;
  }
}
#packages .packages__item-price-old {
  text-decoration: line-through;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-old {
    font-size: 26px;
  }
}
#packages .packages__item-sale-percent {
  font-size: 40px;
  display: block;
  width: 190px;
  margin: 20px auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px;
}
#packages ul {
  list-style: none;
  line-height: 27px;
  margin-left: 17px;
  margin-top: -8px;
  padding-right: 15px;
}
#packages li {
  margin-bottom: -2px;
  line-height: 22px;
  color: #252525;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before, #packages .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#packages .none:before {
  opacity: 0.5;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li, #packages .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 25px;
}
#packages .codes > a.active, #packages .codes > a:hover {
  text-decoration: none;
  color: #93776e;
  background: #f2d994;
}
#packages .inside {
  margin-left: -15px;
  margin-top: 15px;
}
#packages .inside li {
  margin-bottom: 15px !important;
}
#packages .inside li:before {
  left: -21px !important;
  top: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 30% !important;
  background-color: #f2d994 !important;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 37px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #f2d994;
  background: #faf7ef;
  border-radius: 6px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 185px;
}
#packages .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

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

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

@media (max-width: 767.98px) {
  .questions-heading {
    font-size: 50px;
  }
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
  .questions {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-heading {
    font-size: 42px;
  }
  .questions-header {
    font-size: 50px;
  }
  .questions-answer {
    padding-left: 39px;
    padding-right: 15px;
  }
}
@media (max-width: 419.98px) {
  .questions-indicator {
    right: 45%;
    top: 105%;
  }
  .questions-question {
    padding-right: 20px;
  }
  .questions-answer {
    padding-top: 40px;
  }
  .questions-item {
    padding-bottom: 45px;
  }
  .questions-heading {
    font-size: 42px !important;
  }
}
.ask {
  overflow: hidden;
  margin-bottom: 75px;
  margin-top: 65px;
}
@media (min-width: 991.98px) {
  .ask {
    margin-top: 140px;
  }
}
.ask-heading {
  color: #1899bb;
  margin-bottom: 20px;
}
.ask-subtitle {
  line-height: 32px;
  font-family: "PT Sans";
  font-size: 22px;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.ask-buttons_icon {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 1px;
}
.ask .button {
  padding: 24px 10px;
  max-width: 287px;
}

@media (max-width: 767.98px) {
  .ask {
    margin-top: -15px;
  }
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 30px;
  }
  .ask-heading {
    font-size: 48px;
    line-height: 50px;
  }
  .ask-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 419.98px) {
  .ask-heading {
    font-size: 40px;
    line-height: 45px;
  }
}
footer {
  background: #084e61;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: #FFFFFF;
}

footer a:hover {
  color: #FAEFFB;
}/*# sourceMappingURL=style.css.map */