@font-face {
  font-family: "SQUISHY_ALEN.RUS";
  src: url("../fonts/SQUISHY_ALEN.RUS.OTF");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "COLUS-REGULAR";
  src: url("../fonts/SCOLUS-REGULAR.OTF");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "SQUISHY_ALEN.RUS";
  color: #17a6b4;
  font-weight: 400;
  font-size: 70px;
  line-height: 79px;
  text-transform: lowercase;
}
@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 64px;
    line-height: 73px;
  }
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 55px;
    line-height: 58px;
  }
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 419.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.6px;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #499874;
  display: block;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  h1 span, h2 span, h3 span, h4 span, h5 span {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  h1 span, h2 span, h3 span, h4 span, h5 span {
    font-size: 43px;
  }
}
@media (max-width: 575.98px) {
  h1 span, h2 span, h3 span, h4 span, h5 span {
    font-size: 37px;
  }
}
@media (max-width: 419.98px) {
  h1 span, h2 span, h3 span, h4 span, h5 span {
    font-size: 36px;
    line-height: 40px;
  }
}

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

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

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

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

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

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

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

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

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

#show-menu {
  height: 15px;
}

main .transition {
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  position: sticky;
}
@media (max-width: 991.98px) {
  main .transition {
    background-size: cover !important;
  }
}
main .transition-top {
  background-image: url(../images/transition/top.png);
  margin-top: -30px;
  height: 185px;
}
@media (max-width: 1470px) {
  main .transition-top {
    margin-top: -18px;
  }
}
@media (max-width: 991.98px) {
  main .transition-top {
    background-size: contain !important;
    margin-top: -14px;
  }
}
@media (max-width: 767.98px) {
  main .transition-top {
    height: 16px;
    background-size: cover !important;
  }
}
main .transition-bottom {
  background-image: url(../images/transition/bottom.png);
  margin-top: -100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  main .col-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

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

.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-size: 80%;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
}
.icon-whatsapp:hover {
  box-shadow: 0px 0px 10px #fff;
}

.header {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 790px;
  padding-top: 45px;
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    height: 1530px;
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/header/bg-mobile.jpg);
  }
}
@media (max-width: 767.98px) {
  .header {
    height: unset;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-bottom: 70px;
  }
}
.header h1 {
  color: #17a6b4;
  margin-top: 0;
  font-size: 75px;
  line-height: 81px;
  text-shadow: 3px 0 white, 0 -3px white, -3px 0 white, 0 3px white;
}
@media (max-width: 1199.98px) {
  .header h1 {
    z-index: 9;
    position: sticky;
    font-size: 71px;
    line-height: 77px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    font-size: 75px;
    line-height: 81px;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 74px;
    line-height: 85px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 57px;
    line-height: 62px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    letter-spacing: -0.5px;
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 0;
    text-shadow: 2px 0 white, 0 -2px white, -2px 0 white, 0 2px white;
  }
}
.header h1 .h-small {
  font-size: 40px;
  color: #499874;
  display: block;
  line-height: 73px;
  margin-bottom: 30px;
  text-shadow: none;
}
@media (max-width: 1199.98px) {
  .header h1 .h-small {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .header h1 .h-small {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header h1 .h-small {
    font-size: 37px;
    line-height: 72px;
  }
}
@media (max-width: 575.98px) {
  .header h1 .h-small {
    font-size: 38px;
    line-height: 45px;
    display: block;
    margin-top: 9px;
  }
}
@media (max-width: 419.98px) {
  .header h1 .h-small {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 29px;
    margin-top: 13px;
  }
}
.header-text {
  font-size: 33px;
  margin-top: 14px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .header-text {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .header-text {
    font-size: 23px;
    line-height: 25px;
  }
}
.header ul {
  margin-top: -10px;
  padding-left: 37px !important;
  max-width: 494px;
}
@media (max-width: 1199.98px) {
  .header ul {
    max-width: 420px;
  }
}
@media (max-width: 991.98px) {
  .header ul {
    text-align: left;
    margin: 0 auto;
    max-width: 540px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 32px !important;
  }
}
.header ul li {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 11px !important;
}
@media (max-width: 575.98px) {
  .header ul li {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 11px !important;
  }
}
.header ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  width: 10px;
  height: 10px;
  left: -33px;
}
@media (max-width: 575.98px) {
  .header ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
    left: -25px;
  }
}
.header-img {
  position: absolute;
  max-width: 50%;
  right: -9px;
  top: -621px;
}
@media (max-width: 991.98px) {
  .header-img {
    rotate: unset;
    border: unset;
    max-width: 75%;
    position: unset;
    margin: 0 auto;
    display: flex;
    margin-top: -25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-img {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .header-img {
    rotate: unset;
    max-width: 100%;
    margin-bottom: -15px;
    border: unset;
    margin-top: -15px;
  }
}
@media (max-width: 419.98px) {
  .header-img {
    border: unset;
    margin-top: -25px;
  }
}
.header-img__desc {
  position: absolute;
  max-width: 600px;
  top: -331px;
  left: 534px;
}
@media (max-width: 1199.98px) {
  .header-img__desc {
    max-width: 449px;
    top: -211px;
    left: 525px;
  }
}
.header-img__desc-brush {
  position: absolute;
  max-width: 170px;
  top: 157px;
  left: 431px;
}
@media (max-width: 1199.98px) {
  .header-img__desc-brush {
    left: 497px;
  }
}
.header-img__desc-seagulls {
  display: none;
  position: absolute;
  max-width: 120px;
  top: -304px;
  left: 345px;
}
@media (max-width: 1199.98px) {
  .header-img__desc-seagulls {
    top: -314px;
    left: 255px;
  }
}
@media (max-width: 991.98px) {
  .header-img__desc-seagulls {
    display: none;
  }
}
@media (max-width: 400px) {
  .header .img-padd {
    padding-left: 0px !important;
    padding-right: 7px !important;
  }
}
.header .advantages {
  margin-top: 25px;
  z-index: 10;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .header .advantages {
    justify-content: space-around;
  }
}
.header .advantages .item {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/header/die.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .header .advantages .item {
    width: 225px;
    height: 107px;
  }
}
@media (max-width: 991.98px) {
  .header .advantages .item {
    margin: 0 auto;
    margin-top: 25px;
    height: 114px;
    width: 253px;
  }
}
.header .advantages .item p {
  font-size: 21px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.header .advantages .item p b {
  color: #17a6b4;
}
.header .button {
  z-index: 9;
  position: sticky;
  width: 378px;
  letter-spacing: 3px;
  padding: 43px 48px;
  margin-top: 45px !important;
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
  }
}
@media (max-width: 419.98px) {
  .header .button {
    width: 281px;
    letter-spacing: 1px;
    padding: 29px 9px;
  }
}
.header .row-advantages {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .header .row-advantages {
    justify-content: space-around;
  }
}

.webp .header {
  background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/header/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .header {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/header/bg-mobile.webp);
  }
}
.webp .advantages .item {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/header/die.webp);
}

@media (max-width: 991.98px) {
  .transition-header {
    background-size: cover !important;
  }
}

.about {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/about/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 945px;
  padding-top: 0px;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about {
    height: 933px;
    padding-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .about {
    height: 1122px;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .about {
    height: 1252px;
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .about {
    height: unset;
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/about/bg-mobile.jpg);
    background-position: top;
    padding-bottom: 200px;
  }
}
.about .row {
  justify-content: space-around;
  text-align: center;
}
.about h2 {
  max-width: 710px;
  margin: 0 auto;
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .about h2 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .about h2 {
    margin-bottom: 30px;
  }
}
.about p {
  font-size: 23px;
  line-height: normal;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 865px;
}
@media (max-width: 991.98px) {
  .about p {
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .about p {
    font-size: 23px;
  }
}
@media (max-width: 575.98px) {
  .about p {
    font-size: 21px;
  }
}
.about-ch {
  position: absolute;
  max-width: 184px;
  margin-left: -542px;
  margin-top: 9px;
}
@media (max-width: 991.98px) {
  .about-ch {
    display: none;
  }
}
.about-bg {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/about/bg-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 637px;
  margin-top: -300px;
}
.webp .about {
  background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/about/bg.webp");
}
.webp .about-bg {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/about/bg-mobile.webp);
}
@media (max-width: 575.98px) {
  .webp .about {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/about/bg-mobile.webp);
  }
}

@media (max-width: 575.98px) {
  .about {
    background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/about/bg-mobile.jpg");
  }
  .webp .about {
    background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/about/bg-mobile.webp");
  }
}
.benefit {
  padding-top: 0;
  margin-top: -180px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .benefit {
    margin-top: -210px;
  }
}
@media (max-width: 991.98px) {
  .benefit {
    margin-top: -250px;
  }
}
@media (max-width: 575.98px) {
  .benefit {
    margin-top: -100px;
  }
}
.benefit h2 {
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .benefit h2 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .benefit h2 {
    margin-bottom: 30px;
  }
}
.benefit p {
  font-size: 23px;
  line-height: normal;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 858px;
}
@media (max-width: 991.98px) {
  .benefit p {
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .benefit p {
    font-size: 23px;
  }
}
@media (max-width: 575.98px) {
  .benefit p {
    font-size: 21px;
  }
}

.transition-benefit {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/benefit/bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 415px !important;
  margin-top: -165px !important;
  z-index: -1 !important;
}
@media (max-width: 767.98px) {
  .transition-benefit {
    height: 275px !important;
    margin-top: -135px !important;
  }
}
@media (max-width: 575.98px) {
  .transition-benefit {
    height: 215px !important;
    margin-top: -95px !important;
  }
}

.webp .transition-benefit {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/benefit/bg.webp) !important;
}

@media (max-width: 575.98px) {
  .transition-benefit {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/benefit/bg-mobile.jpg) !important;
  }
  .webp .transition-benefit {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/benefit/bg-mobile.webp) !important;
  }
}
.program {
  padding-top: 30px;
  padding-bottom: 25px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 991.98px) {
  .program {
    padding-top: 0;
    margin-top: -70px;
  }
}
@media (max-width: 767.98px) {
  .program {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 15px;
  }
}
.program .card {
  background-color: unset;
}
.program-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/program/bg.jpg);
}
@media (max-width: 575.98px) {
  .program-bg {
    padding-bottom: 5px;
  }
}
.program__heading {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.program .row {
  justify-content: space-around;
}
.program .lesson {
  font-size: 18px;
  line-height: 1.33333;
}
@media (max-width: 575.98px) {
  .program .lesson {
    font-size: 19px;
    line-height: normal;
  }
}
@media (max-width: 400px) {
  .program .lesson {
    padding: 10px !important;
    overflow: hidden;
  }
}
.program .lesson__duration {
  margin-left: 30px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.program .lesson__header {
  padding-bottom: 5px;
}
.program .text_color_primary {
  color: #252525;
}
.program .lesson__counter {
  color: #499874;
  text-transform: uppercase;
  font-size: 20px;
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/program/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 121px;
  height: 57px;
  text-align: center;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .program .lesson__counter {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .program .lesson__counter {
    margin-top: 20px;
  }
}
.program .lesson__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .program img {
    margin-bottom: 20px;
  }
}
.program ul li {
  margin-bottom: 8px !important;
}
.program p span {
  color: #499874;
  font-weight: 700;
  display: block;
  margin-bottom: -10px;
  display: flex;
  justify-content: start;
  margin-bottom: 0px;
}

.tr-program {
  margin-top: -90px !important;
}

@media (max-width: 575.98px) {
  .program .lesson__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .program .icon-clock:before {
    top: 105px;
  }
}
.webp .program .lesson__counter {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/program/span.webp);
}

.webp .program-bg {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/program/bg.webp);
}

@media (max-width: 575.98px) {
  .program-bg {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/program/bg-mobile.jpg);
  }
  .webp .program-bg {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/program/bg-mobile.webp);
  }
}
.bonus {
  padding-top: 140px;
  padding-bottom: 50px;
  background-image: url(../images/bonus/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .bonus {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .bonus {
    padding-bottom: 60px;
  }
}
.bonus .btn-gutov {
  width: 280px;
  padding: 14px 48px;
}
@media (max-width: 767.98px) {
  .bonus .btn-gutov {
    width: 238px;
    padding: 8px 32px;
  }
}
.bonus h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .bonus h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 25px;
  }
}
.bonus-row {
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 40px;
  }
}
.bonus-title {
  background-image: url("../images/bonus/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #499874;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 121px;
  height: 57px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .bonus-title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
  }
}
.bonus-sub {
  font-size: 28px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    line-height: 27px !important;
  }
}
.bonus-time {
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  color: #499874;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-top: 29px;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 20px;
  }
}
.bonus p {
  margin-top: 25px;
}
.bonus .pr {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.bonus-ul {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 419.98px) {
  .bonus ul {
    padding-left: 23px !important;
  }
}
.bonus ul li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
}
.bonus ul li::before {
  background-color: #17a6b4;
}

.transition-bonus {
  margin-bottom: -96px !important;
  height: 100px !important;
  margin-top: 20px !important;
}
@media (max-width: 1199.98px) {
  .transition-bonus {
    margin-top: -18px !important;
  }
}
@media (max-width: 991.98px) {
  .transition-bonus {
    margin-top: -14px !important;
  }
}
@media (max-width: 767.98px) {
  .transition-bonus {
    margin-bottom: -16px !important;
    height: 30px !important;
    margin-top: -10px !important;
  }
}

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

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

@media (max-width: 575.98px) {
  .bonus {
    background-image: url("../images/bonus/bg-mobile.png");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-mobile.webp");
  }
}
.marafon_sale h2 {
  font-size: 58px;
  line-height: 62px;
}
@media (max-width: 1199.98px) {
  .marafon_sale h2 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .marafon_sale h2 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .marafon_sale h2 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 575.98px) {
  .marafon_sale h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 419.98px) {
  .marafon_sale h2 {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}

.expert {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  .expert {
    padding-top: 90px;
  }
}
.expert h3 {
  margin: 0 auto;
  z-index: 2;
  position: sticky;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .expert h3 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .expert h3 {
    text-align: center;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .expert h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    max-width: 65%;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    max-width: 100%;
  }
}
.expert .img-desc {
  margin-top: -29px;
  margin-left: 0px;
}
@media (max-width: 991.98px) {
  .expert .img-desc {
    position: unset;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .expert .img-desc {
    max-width: 100%;
  }
}
.expert ul {
  z-index: 2;
  position: sticky;
  padding-left: 65px !important;
}
@media (max-width: 1199.98px) {
  .expert ul {
    padding-left: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .expert ul {
    padding-left: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .expert ul {
    padding-left: 25px !important;
  }
}
.expert ul li {
  margin-bottom: 13px !important;
  font-size: 22px;
  max-width: 510px;
}
@media (max-width: 767.98px) {
  .expert ul li {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert ul li {
    font-size: 21px;
    line-height: normal;
  }
}
.expert ul li::before {
  background-color: #17a6b4 !important;
}
.expert .drop-1 .drop-btn {
  color: #fff !important;
  background-color: #17a6b4;
  border-radius: 5px;
  width: 230px;
  padding: 8px 0px 8px 0px;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 30px;
}
.expert .drop-1 .drop-btn:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-btn {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.expert .drop-1 .drop-text {
  transform: translate3d(10px, -7px, 0px) !important;
  width: 333px;
  border: none;
  background-color: unset;
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(10px, -20px, 0px) !important;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-text {
    width: 94%;
  }
}
.expert .drop-1 .drop-pad {
  padding: 100px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 15.2px 0px rgba(30, 102, 97, 0.25);
  background: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad {
    padding: 90px 10px 15px 10px;
  }
}
.expert .drop-1 .drop-pad p {
  font-size: 20px !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad p {
    font-size: 19px !important;
  }
}
.expert .drop-1 .drop-pad ul li {
  padding: 0px 0px 10px 1px !important;
  font-size: 20px !important;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad ul li {
    font-size: 19px !important;
  }
}
.expert .drop-1 .drop-pad ul li::before {
  top: 0.4em !important;
}
.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-item-1 img, .expert .drop-1 .sertificat-item-2 img, .expert .drop-1 .sertificat-item-3 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-1 img, .expert .drop-1 .sertificat-item-2 img, .expert .drop-1 .sertificat-item-3 img {
    max-width: 80px;
  }
}
.expert .drop-1 .sertificat-item-4 img {
  max-width: 128px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-4 img {
    max-width: 155px;
  }
}
.expert .drop-1 .sertificat-item-5 img {
  max-width: 146px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-item-5 img {
    max-width: 155px;
  }
}
.expert .drop-1 .sertificat-item img {
  margin: 0 auto;
  padding: 0;
  padding-right: 5px;
  padding-bottom: 5px;
}

.webp .expert h3 span {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert/span.webp);
}

.transition-expert {
  margin-top: 6px !important;
  margin-bottom: -86px !important;
  height: 100px !important;
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .transition-expert {
    margin-bottom: -16px !important;
    height: 30px !important;
    margin-top: -10px !important;
  }
}

.webp .expert {
  background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/expert/bg.webp");
}

@media (max-width: 575.98px) {
  .expert {
    background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/expert/bg-mobile.jpg");
  }
  .webp .expert {
    background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/expert/bg-mobile.webp");
  }
}
#example-expert {
  z-index: 9;
  position: sticky;
  padding-top: 35px;
}
@media (max-width: 575.98px) {
  #example-expert {
    padding-bottom: 30px;
  }
}
#example-expert .example-expert-heading {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #example-expert .example-expert-heading {
    margin-bottom: 25px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 480px;
}

#example-expert {
  /*.container-bg {
      border-radius: 5px;
      background: #fff;
      box-shadow: 0 5px 10px 5px rgba(90, 90, 90, 0.1);
  }*/
}
@media (max-width: 575.98px) {
  #example-expert .col-carousel {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
#example-expert .main-carousel {
  box-shadow: unset !important;
}
@media (max-width: 767.98px) {
  #example-expert .carousel-indicators {
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
  }
}
.main-carousel .carousel-item-img {
  height: 590px !important;
}
@media (max-width: 575.98px) {
  .main-carousel .carousel-item-img {
    height: 100vw !important;
  }
}

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

.main-carousel .carousel-item-img-1 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/1-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/2-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/3-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/4-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/5-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/6-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/7-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/8-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/9-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/10-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-11 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/11-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-12 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/12-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-13 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/13-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-14 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/14-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-15 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/15-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-16 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/16-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-17 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/17-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-18 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/18-2x-scale-2_00x.jpg);
}
.main-carousel .carousel-item-img-19 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/19-2x-scale-2_00x.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/1-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/2-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/3-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/4-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/5-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/6-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/7-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/8-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/9-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/10-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-11 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/11-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-12 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/12-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-13 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/13-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-14 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/14-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-15 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/15-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-16 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/16-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-17 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/17-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-18 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/18-2x-scale-2_00x.webp);
}
.webp .main-carousel .carousel-item-img-19 {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/19-2x-scale-2_00x.webp);
}

@media (max-width: 575.98px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/1.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/2.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/3.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/4.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/5.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/6.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/7.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/8.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/9.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/10.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/11.jpg);
  }
  .main-carousel .carousel-item-img-12 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/12.jpg);
  }
  .main-carousel .carousel-item-img-13 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/13.jpg);
  }
  .main-carousel .carousel-item-img-14 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/14.jpg);
  }
  .main-carousel .carousel-item-img-15 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/15.jpg);
  }
  .main-carousel .carousel-item-img-16 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/16.jpg);
  }
  .main-carousel .carousel-item-img-17 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/17.jpg);
  }
  .main-carousel .carousel-item-img-18 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/18.jpg);
  }
  .main-carousel .carousel-item-img-19 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/19.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/1.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/2.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/3.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/4.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/5.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/6.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/7.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/8.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/9.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/10.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/11.webp);
  }
  .webp .main-carousel .carousel-item-img-12 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/12.webp);
  }
  .webp .main-carousel .carousel-item-img-13 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/13.webp);
  }
  .webp .main-carousel .carousel-item-img-14 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/14.webp);
  }
  .webp .main-carousel .carousel-item-img-15 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/15.webp);
  }
  .webp .main-carousel .carousel-item-img-16 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/16.webp);
  }
  .webp .main-carousel .carousel-item-img-17 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/17.webp);
  }
  .webp .main-carousel .carousel-item-img-18 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/18.webp);
  }
  .webp .main-carousel .carousel-item-img-19 {
    background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/expert-work/19.webp);
  }
}
.transition-example-expert {
  margin-bottom: -56px !important;
  height: 100px !important;
  margin-top: -23px !important;
}
@media (max-width: 1199.98px) {
  .transition-example-expert {
    margin-top: -18px !important;
  }
}
@media (max-width: 991.98px) {
  .transition-example-expert {
    margin-top: -14px !important;
  }
}
@media (max-width: 767.98px) {
  .transition-example-expert {
    margin-bottom: -16px !important;
    height: 30px !important;
    margin-top: -10px !important;
  }
}

.materials {
  z-index: 10;
  position: sticky;
  padding-top: 20px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .materials {
    padding-bottom: 70px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.materials h4 {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .materials h4 {
    margin-bottom: 25px;
  }
}
.materials ul {
  max-width: 610px;
}
@media (max-width: 991.98px) {
  .materials ul {
    max-width: unset;
  }
}
.materials ul li {
  margin-bottom: 18px !important;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .materials ul li {
    font-size: 21px;
  }
}
.materials-img {
  max-width: 115%;
  margin-left: -90px;
}
@media (max-width: 1199.98px) {
  .materials-img {
    margin-left: -60px;
  }
}
@media (max-width: 991.98px) {
  .materials-img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.materials .li-flex {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-top: -7px;
}
.materials .drop-1 .drop-btn {
  color: #499874 !important;
  border: 1px solid #499874;
  border-radius: 10px;
  font-size: 18px;
  width: 120px;
  height: 33px;
  padding: 0;
  margin-top: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .materials .drop-1 .drop-btn {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.materials .drop-1 .drop-btn-close {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-btn-close {
    margin: unset;
    margin-bottom: 20px;
  }
}
.materials .drop-1 .drop-text {
  transform: translate3d(170px, 23px, 0px) !important;
  top: -50px !important;
  left: -378px !important;
  width: 583px;
  border: none;
  background-color: unset;
}
@media (max-width: 1199.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(140px, 23px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-1 .drop-text {
    width: 635px;
    transform: translate3d(268px, 37px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-1 .drop-text {
    transform: translate3d(278px, 35px, 0px) !important;
    width: 505px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-text {
    width: 390px;
    left: -383px !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-1 .drop-text {
    left: -388px !important;
    transform: translate3d(278px, 35px, 0px) !important;
    width: 290px;
  }
}
.materials .drop-1 .drop-pad {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 15.2px 0px rgba(143, 132, 91, 0.25);
  background: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad {
    padding: 15px 10px 15px 10px;
  }
}
.materials .drop-1 .drop-pad p {
  font-size: 20px !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad p {
    font-size: 19px !important;
  }
}
.materials .drop-1 .drop-pad ul li {
  padding: 0px 0px 10px 1px !important;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 575.98px) {
  .materials .drop-1 .drop-pad ul li {
    font-size: 18px !important;
  }
}
.materials .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
@media (max-width: 1199.98px) {
  .materials .drop-2 .drop-text {
    transform: translate3d(140px, 23px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .materials .drop-2 .drop-text {
    width: 635px;
    transform: translate3d(268px, 37px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .materials .drop-2 .drop-text {
    transform: translate3d(278px, 35px, 0px) !important;
    width: 505px;
  }
}
@media (max-width: 575.98px) {
  .materials .drop-2 .drop-text {
    width: 390px;
    left: -383px !important;
  }
}
@media (max-width: 419.98px) {
  .materials .drop-2 .drop-text {
    left: -388px !important;
    transform: translate3d(278px, 35px, 0px) !important;
    width: 290px;
  }
}

#packages {
  background-image: url(http://drawing-dog.com/pages/crimeawatercolor/images/packages/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-top: -69px;
  padding-top: 110px;
  padding-bottom: 70px;
}
@media (max-width: 1310px) {
  #packages {
    margin-top: -48px;
  }
}
@media (max-width: 1199.98px) {
  #packages {
    margin-top: -43px;
  }
}
@media (max-width: 991.98px) {
  #packages {
    margin-top: -30px;
  }
}
@media (max-width: 767.98px) {
  #packages {
    margin-top: -24px;
  }
}
@media (max-width: 575.98px) {
  #packages {
    margin-top: -17px;
  }
}
@media (max-width: 419.98px) {
  #packages {
    margin-top: -8px;
  }
}
#packages .btn-bonrub {
  padding: 20px 48px !important;
}
@media (max-width: 1199.98px) {
  #packages .btn-bonrub {
    padding: 15px 48px !important;
  }
}
@media (max-width: 991.98px) {
  #packages .btn-bonrub {
    padding: 20px 48px !important;
  }
}
@media (max-width: 575.98px) {
  #packages .btn-bonrub {
    padding: 14px 48px !important;
  }
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages h2 {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  #packages h2 {
    margin-top: -18px;
    z-index: 9;
    position: sticky;
  }
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#packages .packages__item-title {
  text-transform: lowercase;
  color: #fff;
  font-family: "SQUISHY_ALEN.RUS";
  display: block;
  padding: 30px 3px 20px 3px;
  background: #17a6b4;
  font-size: 28px;
  letter-spacing: -1px;
  text-align: center;
  border-bottom: 4px solid #17a6b4;
}
@media (max-width: 767.98px) {
  #packages .packages__item-title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  #packages .packages__item-title {
    font-size: 26px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 7px 0px 7px;
}
#packages .packages__item-description .none {
  text-decoration: line-through;
  color: #ABABAB;
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
  padding-bottom: 30px;
  border-radius: 0px 0px 10px 10px;
}
#packages .packages__item-prices {
  display: block;
  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: #499874;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-new {
    font-size: 42px;
  }
}
#packages .packages__item-price-old {
  text-decoration: line-through;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-old {
    font-size: 26px;
  }
}
#packages .packages__item-sale-percent {
  font-size: 40px;
  display: block;
  width: 190px;
  margin: 20px auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px;
}
#packages ul {
  list-style: none;
  line-height: 27px;
  margin-left: 17px;
  margin-top: -8px;
  padding-right: 15px;
}
@media (max-width: 419.98px) {
  #packages ul {
    margin-left: 3px;
    padding-left: 28px;
    padding-right: 5px;
  }
}
#packages li {
  font-size: 19px;
  margin-bottom: -2px;
  line-height: 22px;
  color: #252525;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before, #packages .packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#packages .none:before {
  opacity: 0.5;
}
#packages ul:not(.list-unstyled):not(.list_bullet):not(.flip) li, #packages .packages 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: #fff;
  background: #17a5b3;
}
#packages .inside {
  margin-left: -15px;
  margin-top: 15px;
}
#packages .inside li {
  margin-bottom: 15px !important;
}
#packages .inside li:before {
  left: -21px !important;
  top: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 30% !important;
  background-color: #617dac !important;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #17a5b3;
  background: #dcf2f4;
  border-radius: 6px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 105px;
}
#packages .buttons {
  margin-top: 40px;
}

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

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

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

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

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

.webp .packages {
  background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/packages/bg.webp");
}

@media (max-width: 575.98px) {
  .packages {
    background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/packages/bg-mobile.jpg");
  }
  .webp .packages {
    background-image: url("http://drawing-dog.com/pages/crimeawatercolor/images/packages/bg-mobile.webp");
  }
}
.transition-packages {
  margin-top: -65px !important;
  margin-bottom: -180px !important;
  height: 185px !important;
}
@media (max-width: 991.98px) {
  .transition-packages {
    background-size: cover !important;
    margin-top: -76px !important;
    margin-bottom: 12px !important;
    height: 21px !important;
  }
}
@media (max-width: 575.98px) {
  .transition-packages {
    margin-top: -60px !important;
    margin-bottom: -5px !important;
  }
}

@media (max-width: 1199.98px) {
  .marafon_sale #packages .button {
    padding: 26px 48px;
  }
}
@media (max-width: 991.98px) {
  .marafon_sale #packages .button {
    padding: 31px 48px;
  }
}
@media (max-width: 575.98px) {
  .marafon_sale #packages .button {
    padding: 25px 48px;
  }
}

@media (max-width: 1199.98px) {
  .marafon_price #packages .button {
    padding: 26px 48px;
  }
}
@media (max-width: 991.98px) {
  .marafon_price #packages .button {
    padding: 31px 48px;
  }
}
@media (max-width: 575.98px) {
  .marafon_price #packages .button {
    padding: 25px 48px;
  }
}

.questions {
  padding-top: 0;
  margin-top: -35px;
  z-index: 12;
  position: sticky;
}
@media (max-width: 767.98px) {
  .questions {
    margin-top: 0 !important;
    padding-top: 130px !important;
  }
}
@media (max-width: 575.98px) {
  .questions {
    padding-top: 90px !important;
  }
}
.questions-item {
  border-radius: 15px;
  box-shadow: 0px 0px 10px -1px rgba(32, 160, 172, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 800px;
  margin: 0 auto;
  background: white;
}
.questions-question {
  font-family: "PT Sans";
  font-weight: 700;
  position: relative;
  padding-top: 55px;
  padding-bottom: 20px;
  padding-right: 180px;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
@media (max-width: 400px) {
  .questions-question {
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-right: 13px !important;
  }
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
}
@media (max-width: 400px) {
  .questions-answer {
    padding-left: 20px !important;
    padding-top: 40px !important;
    padding-right: 13px !important;
  }
}
.questions-indicator {
  transition: 0.245s;
  right: 40px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url("http://drawing-dog.com/pages/crimeawatercolor/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("http://drawing-dog.com/pages/crimeawatercolor/images/icons/icon_chevron-down.png");
}

@media (max-width: 767.98px) {
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
  .questions {
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: -60px;
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-header {
    font-size: 50px;
  }
  .questions-answer {
    padding-left: 39px;
    padding-right: 15px;
  }
}
@media (max-width: 419.98px) {
  .questions-indicator {
    right: 45%;
    top: 105%;
  }
  .questions-answer {
    padding-top: 40px;
  }
  .questions-item {
    padding-bottom: 45px;
  }
  .questions-heading {
    font-size: 42px !important;
  }
}
.transition-questions {
  margin-bottom: 26px !important;
  height: 100px !important;
  margin-top: -21px !important;
}
@media (max-width: 1199.98px) {
  .transition-questions {
    margin-top: -18px !important;
  }
}
@media (max-width: 991.98px) {
  .transition-questions {
    margin-top: -14px !important;
  }
}
@media (max-width: 767.98px) {
  .transition-questions {
    margin-bottom: -16px !important;
    height: 30px !important;
    margin-top: -10px !important;
  }
}

.ask {
  margin-bottom: 75px;
  padding-top: 70px;
  z-index: 9;
  position: sticky;
}
@media (max-width: 767.98px) {
  .ask {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}
.ask h3 {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .ask h3 {
    margin-bottom: 35px;
  }
}
.ask-img {
  position: absolute;
  margin-left: -208px;
  margin-top: -311px;
  max-width: 650px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .ask-img {
    margin-left: -208px;
    margin-top: -181px;
    max-width: 550px;
  }
}
@media (max-width: 991.98px) {
  .ask-img {
    margin-left: -228px;
    margin-top: -61px;
    max-width: 470px;
  }
}
@media (max-width: 767.98px) {
  .ask-img {
    position: unset;
    margin: 0 auto;
    max-width: 100%;
    margin-top: -140px;
  }
}
@media (max-width: 575.98px) {
  .ask-img {
    margin-top: -120px;
  }
}
@media (max-width: 419.98px) {
  .ask-img {
    margin-top: -100px;
  }
}
.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: 28px 10px !important;
  width: 305px !important;
  letter-spacing: 4px !important;
}
@media (max-width: 575.98px) {
  .ask .button {
    padding: 25px 10px !important;
    width: 282px !important;
  }
}

@media (max-width: 767.98px) {
  .ask {
    margin-top: -15px;
  }
}
@media (max-width: 575.98px) {
  .ask {
    padding-top: 30px;
  }
  .ask-subtitle {
    font-size: 20px;
    line-height: normal;
    margin-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .marafon_price .ask {
    padding-top: 80px;
  }
}
.marafon_price .ask-img {
  margin-left: -208px;
  margin-top: -141px;
  max-width: 540px;
}
@media (max-width: 1199.98px) {
  .marafon_price .ask-img {
    margin-left: -208px;
    margin-top: -181px;
    max-width: 550px;
  }
}
@media (max-width: 991.98px) {
  .marafon_price .ask-img {
    margin-left: -228px;
    margin-top: -61px;
    max-width: 470px;
  }
}
@media (max-width: 767.98px) {
  .marafon_price .ask-img {
    position: unset;
    margin: 0 auto;
    max-width: 100%;
    margin-top: -140px;
  }
}
@media (max-width: 575.98px) {
  .marafon_price .ask-img {
    margin-top: -120px;
  }
}
@media (max-width: 419.98px) {
  .marafon_price .ask-img {
    margin-top: -100px;
  }
}

footer {
  background: #499874;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  z-index: 9;
  position: sticky;
}
footer a {
  color: white;
}/*# sourceMappingURL=style.css.map */