@font-face {
  font-family: "BUYANBOLD";
  src: url("../fonts/BUYANBOLD.TTF");
  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: "BUYANBOLD";
  color: #667ba6;
  font-weight: 400;
  font-size: 50px;
  line-height: 56px;
}
@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5 {
    font-size: 41px;
    line-height: 47px;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #edb313;
  display: block;
  font-size: 50px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
}
ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 11px;
}
ul:not(.list-unstyled):not(.list_bullet):not(.flip) li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f75b47;
  transform: translateY(-50%);
}

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

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

.text-red {
  color: #dc3545 !important;
}

header .logo-text {
  font-weight: normal;
  line-height: 1.3em;
}
header .header-phone {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
}
header .header-phone, header .header-phone:hover {
  margin-top: 5px;
  font-weight: 500;
  text-decoration: none;
  color: #4d536a;
}
header .header-phone:hover {
  text-decoration: underline;
}
header .whatsapp-container .whatsapp-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-image: url("https://sobakarisovaka.ru/pages/akvasketching/images/icon_whatsapp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  border-bottom: 0;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
  transition: all 200ms;
}
header .whatsapp-container .whatsapp-icon:hover {
  box-shadow: 0px 0px 10px #fff;
}
header .whatsapp-container .telegram-icon {
  background-color: #32abe7 !important;
  background-image: url("https://sobakarisovaka.ru/images/icons/icons-telegram.png") !important;
  box-shadow: 0px 0px 10px #32abe7 !important;
}
@media (max-width: 575.98px) {
  header .whatsapp-container {
    flex-wrap: wrap;
  }
}

.button {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 23px 10px;
  font-size: 20px;
  letter-spacing: 1.7px;
  font-weight: 700;
  line-height: normal;
  color: #72514d;
  text-align: center;
  text-transform: uppercase;
  background: #ebb111;
  background: linear-gradient(0deg, #ebb111, #f3c14f);
}
@media (max-width: 575.98px) {
  .button {
    padding: 20px 10px;
    font-size: 19px;
  }
}
.button:hover {
  text-decoration: none;
  color: white;
}
.button:focus {
  outline: none;
}
.button__empty {
  background: white;
  color: #edb313;
  border: 1px solid #f3c14f;
}
.button__empty:hover {
  background: #f3c14f;
  color: #72514d;
}

.button-red {
  color: #fff;
  background: #ad220f;
  background: linear-gradient(0deg, #ad220f, #f03924);
}
.button-red:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

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

.grb {
  padding: 20px;
}
@media (max-width: 575.98px) {
  .grb {
    padding: 20px 4px 20px 4px;
  }
}
.grb-head {
  color: #667ba6;
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grb-head .modal-close {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
.grb-head .modal-close img {
  max-width: 20px;
}
.grb-body-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #919191;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.grb-body-item p {
  width: 140px;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .grb-body-item p {
    width: 100px;
  }
}
.grb-body-item .price_old {
  color: #919191;
  display: block;
  width: 60px;
}
@media (max-width: 575.98px) {
  .grb-body-item .price_old {
    width: unset;
    font-size: 17px;
  }
}
.grb-body-item .price_current {
  color: #667ba6;
  font-size: 24px;
  display: block;
  width: 75px;
}
@media (max-width: 575.98px) {
  .grb-body-item .price_current {
    font-size: 20px;
    width: unset;
  }
}
.grb-body-item .price_discount {
  color: #ff9f49;
  display: block;
}
.grb-body-item .del img {
  width: 15px;
  margin-top: -5px;
}
.grb-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .grb-foot {
    display: block;
    text-align: center;
  }
}
.grb-foot p {
  color: #667ba6;
  font-size: 20px;
}
.grb-foot .pr .pricetag {
  font-family: "BUYANBOLD";
  color: #667ba6;
  font-size: 35px;
  display: block;
  text-align: right;
}
@media (max-width: 575.98px) {
  .grb-foot .pr .pricetag {
    text-align: center;
  }
}
.grb-foot .pr .title {
  color: #667ba6;
  font-size: 26px;
}
.grb-button {
  margin-top: 20px;
}
.grb-button .button {
  font-size: 18px;
  padding: 16px 10px;
}

.program {
  background-color: #e3eafe;
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 575.98px) {
  .program {
    padding-top: 75px;
  }
}
@media (max-width: 419.98px) {
  .program {
    padding-top: 55px;
  }
}
.program .priceblock {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .program .priceblock {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.program .priceblock__price span {
  font-weight: 700;
}
.program .priceblock__text {
  font-weight: 700;
}
.program h3 {
  text-align: center;
  font-size: 54px;
  line-height: 56px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .program h3 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 575.98px) {
  .program h3 {
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 25px;
  }
}
@media (max-width: 419.98px) {
  .program h3 {
    font-size: 43px;
    line-height: 49px;
    margin-bottom: 20px;
  }
}
.program .row {
  justify-content: space-evenly;
}
.program .item {
  background-color: #fff;
  padding: 0;
  padding-bottom: 15px;
  max-width: 31%;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .program .item {
    max-width: 46%;
  }
}
@media (max-width: 767.98px) {
  .program .item {
    max-width: 100%;
  }
}
.program .item-title {
  color: #667ba6;
  font-size: 24px;
  letter-spacing: -0.5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .program .item-title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .program .item-title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .program .item-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.program .item ul {
  padding-left: 38px;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .program .item ul {
    padding-left: 28px;
  }
}
.program .item-text {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .program .item-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.program .item-text p {
  margin-bottom: 5px;
}
.program .item-sub {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .program .item-sub {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.program .item-buttons .button {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .program .item-buttons .button {
    width: 255px;
  }
}
@media (max-width: 991.98px) {
  .program .item-buttons .button {
    width: 90%;
  }
}
.program .item-price {
  padding: 0 15px;
  margin-bottom: 20px;
}
.program .item-price .old-price {
  text-decoration: line-through;
  font-size: 20px;
}
.program .item-price .new-price {
  font-size: 25px;
  font-weight: bold;
}
.program .item-price .sale-percent-price {
  font-size: 20px;
  font-weight: bold;
}

.transition-program {
  margin-top: -11px !important;
  height: 100px !important;
  margin-bottom: -50px;
  background-size: cover !important;
}

.best-sale {
  padding: 40px 0 60px;
}
.best-sale h4 {
  font-family: "PT Sans";
  color: #c10;
  font-size: 38px;
}
.best-sale .var-sales h2 {
  font-size: 58px;
  font-family: "PT Sans";
  font-weight: 700;
}
.best-sale .var-sales p:nth-child(2) {
  font-size: 26px;
}
.best-sale .button_primary {
  display: inline-block;
  border-radius: 5px;
  padding: 30px 50px;
  font-size: 38px;
  letter-spacing: 0em;
  margin-bottom: 40px;
  margin-top: 30px;
  width: unset;
}
@media (max-width: 575.98px) {
  .best-sale .var-sales h2 {
    font-size: 28px;
  }
  .best-sale .var-sales p:nth-child(1) {
    font-size: 22px;
    letter-spacing: -0.9px;
  }
  .best-sale .var-sales p:nth-child(2) {
    font-size: 22px;
    letter-spacing: -0.9px;
  }
  .best-sale .var-sales p:nth-child(3) {
    font-size: 23px;
    letter-spacing: -0.9px;
  }
  .best-sale .var-sales p:nth-child(4) {
    font-size: 25px;
    letter-spacing: -0.9px;
  }
  .best-sale .var-sales p:nth-child(5) {
    font-size: 27px;
    letter-spacing: -0.9px;
  }
  .best-sale .var-sales p:nth-child(6) {
    font-size: 38px;
  }
  .best-sale .var-sales p:nth-child(7) {
    font-size: 42px;
  }
}
.best-sale .pricing-card {
  border-radius: 15px;
  padding: 20px;
  color: white;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 6px solid #ffffff;
}
.best-sale .pricing-card .course-price {
  font-family: "BUYANBOLD";
  margin: 30px 0 -5px;
  font-size: 62px;
  font-weight: bold;
  color: #fff;
}
.best-sale .pricing-card p {
  font-size: 18px;
  margin-bottom: 20px;
}
.best-sale p.price-package {
  font-weight: bold;
  font-size: 24px;
}
.best-sale .price-strike {
  text-decoration: line-through;
  font-size: 0.9rem;
  color: #b3b3b3;
}
.best-sale .price-button {
  background: linear-gradient(90deg, #F75B48, #FEB300);
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  box-shadow: 0px 0px 20px 8px rgba(255, 255, 255, 0.5215686275);
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}
.best-sale .price-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  animation: blink 3s infinite;
}
@keyframes blink {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(200%) rotate(45deg);
  }
}
.best-sale .price-label {
  background-color: #ffdd00;
  color: black;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.collout {
  background-color: #fff;
  padding: 30px;
  color: #000;
  display: flex;
  margin: 0 5px 20px;
}
.collout img {
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .collout {
    padding: 15px;
    margin: 0 0 20px;
  }
  .collout img {
    max-width: 60px;
  }
}

.text-red {
  color: #c10;
}

footer {
  background: #fff;
  color: black;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  z-index: 9;
  position: sticky;
  padding-top: 0;
  margin-top: -80px;
}
footer a {
  color: black !important;
}
footer p {
  color: black !important;
}
footer .text-white {
  color: black !important;
}/*# sourceMappingURL=style.css.map */