@charset "UTF-8";
html {
  font-size: 15px;
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  min-height: 100%;
}

a {
  color: #333333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.h1, h1 {
  font-size: calc(.97rem + 1.5vw);
  line-height: 1.4;
}

.h2, h2 {
  font-size: calc(1.122rem + .9vw);
}

.container ::-webkit-scrollbar {
  width: 0px;
}

.zindex-5 {
  z-index: 5;
}

.btn-close--absolute_bottom {
  position: absolute;
  padding: 0px 20px 10px 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-close--absolute_bottom .btn {
  opacity: 1;
}

.mt-n1 {
  margin-top: -10px;
}

.form-control-wr {
  position: relative;
}
.form-control-wr > input.form-control {
  padding-left: 50px;
}
.form-control-wr .feather {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 19px;
}

.fixed-buy_mb {
  width: 100%;
  margin-bottom: 50px;
}

.change_locale_wr > .dropdown-menu {
  text-align: center;
  box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.15);
  border: 0;
  margin-top: 10px;
  padding: 10px;
}

.change_locale {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  height: 36px;
  padding: 0 13px;
  text-align: center;
  background: #fff;
  margin-right: 20px;
}

.play-green {
  width: 18px;
  height: 18px;
  background: url(/assets/sacrill/img/play-green.svg?754e065f19bde52b8864b75d98e0c747);
  background-size: contain;
  display: block;
  position: relative;
  top: 3px;
}

.opacity-0 {
  opacity: 0%;
}
.opacity-25 {
  opacity: 25%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}

#header {
  box-shadow: 0px 4px 20px rgba(117, 117, 117, 0.1);
}

.btn.btn-burger {
  padding: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
}
.btn.btn-burger svg {
  stroke-width: 2px;
}

.btn.btn-lc {
  width: 150px;
  font-size: 13px;
  padding: 8px 8px;
  margin: 0 10px;
}

.search-form input {
  width: 40px;
  height: 40px;
  margin-left: auto;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.search-form svg {
  stroke-width: 2px;
}
.search-form::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.search-form .btn {
  transition: all 0.25s ease-in-out;
}
.search-form .btn-x {
  opacity: 0;
  z-index: -1;
}
.search-form.active {
  position: absolute;
  left: 20px;
  top: 10px;
  right: 20px;
}
.search-form.active::before {
  z-index: 120;
  opacity: 1;
}
.search-form.active > form {
  position: absolute;
  z-index: 130;
  width: 100%;
}
.search-form.active > form .form-control {
  background: #eee;
  opacity: 1;
  width: 100%;
}
.search-form.active .btn-s {
  right: 27px;
}
.search-form.active .btn-x {
  opacity: 1;
  z-index: 5;
}

#menu-hidden-wr {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 15;
  left: auto;
  right: -100%;
  top: 0;
  transition: all 0.25s ease-in-out;
  bottom: 0;
}
#menu-hidden-wr.active {
  right: 0;
  left: 0;
}

.user_info_ico {
  padding: 3px;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.user_info_ico img {
  max-width: 100%;
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
}
.user_info_ico svg {
  fill: rgba(0, 0, 0, 0.1);
  stroke: rgba(0, 0, 0, 0.1);
  transform: translate(1px, -2px);
}
.user_info_ico + span {
  padding: 3px 1px 1px 8px;
}

#menuHidden {
  background: #fff;
}
#menuHidden .modal-dialog {
  margin-left: auto;
}
#menuHidden .modal-header {
  align-items: flex-start;
}
#menuHidden .modal-header a {
  font-size: 13px;
  text-decoration: none;
}
#menuHidden .modal-body {
  padding: 0;
  overflow-x: hidden;
  flex-shrink: 0;
}
#menuHidden .modal-footer {
  padding: 0 0;
  overflow-x: hidden;
}
#menuHidden .modal-footer .menu-hidden_left {
  width: 100%;
  margin: 0;
}
#menuHidden .modal-footer ul > li > div {
  padding: 20px;
}

.menu-hidden {
  width: 200%;
}
.menu-hidden_left {
  float: left;
  width: 50%;
  transition: all 0.25s ease-in-out;
}
.menu-hidden_left li + li {
  margin-top: 10px;
}
.menu-hidden_left a {
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 13px;
}
.menu-hidden_left > ul {
  margin-bottom: 0;
}
.menu-hidden_left > ul > li + li {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-hidden_left > ul > li > a {
  padding: 20px;
  margin-top: 0;
  font-size: 15px;
}
.menu-hidden_left > ul > li > ul {
  padding: 20px 0;
}
.menu-hidden_left > ul > li > div {
  padding: 0 0 20px;
}
.menu-hidden_right {
  float: left;
  width: 50%;
  transform: translate(0, 0);
}
.menu-hidden_footer a {
  padding: 0;
}
.menu-hidden_contacts a {
  padding: 0;
}

.bg-radial {
  background: #EAE9E6;
}

#page {
  position: relative;
  z-index: 3;
}

.container {
  padding: 0 20px;
}

.text-gray {
  color: #808080;
}

.text-underline {
  text-decoration: underline;
}

.text-red {
  color: #DE1A1A;
}

.text-green {
  color: #73C371;
}

.text-medium {
  font-weight: 500;
}

.text-300 {
  font-weight: 300;
}

.text-400 {
  font-weight: 400;
}

.h-mb {
  margin-bottom: 20px;
}

.text-small {
  font-size: 13px !important;
}

.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-20 {
  font-size: 20px !important;
}

.text-xs {
  font-size: 11px !important;
}

.block-margin {
  margin-bottom: 20px;
  margin-top: 20px;
}

.block-margin-top {
  margin-top: 20px;
  padding-left: 30px;
}

.block-margin-bottom {
  margin-bottom: 20px;
}

.block-margin-top--big {
  margin-top: 40px;
}

.block-margin-bottom--big {
  margin-top: 40px;
}

.block-margin--big {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-margin--small {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn {
  border-radius: 555px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 28px;
}

.btn-full {
  width: 100%;
}

.btn-medium {
  padding: 11px 28px;
}

.btn-small {
  padding: 9px 20px;
  font-size: 13px;
}

.btn-success {
  color: #fff;
  background-color: #73C371;
  border-color: #73C371;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-outline {
  color: #333333 !important;
  background-color: #fff !important;
  border-color: #73C371 !important;
  border-width: 2px;
}

.btn-paypal {
  width: 100%;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-paypal img {
  margin-left: 8px;
}

.bg-gray {
  background: #e8e7e4 !important;
}

.btn-gray {
  color: #fff;
  background-color: #8B8B8B;
  border-color: #8B8B8B;
}
.btn-gray:hover, .btn-gray:focus {
  color: #fff;
  background: #636363;
}

.btn-light-gray {
  color: #808080;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light-gray:hover, .btn-light-gray:focus {
  color: #fff;
  background: #636363;
}

.btn-yellow {
  color: #333;
  background-color: #F6D365;
  border-color: #F6D365;
}
.btn-yellow:hover, .btn-yellow:focus {
  color: #333;
  background: #ebc034;
}

.btn-yellow-outline {
  color: #333;
  background-color: #efeeea;
  border-color: #F6D365;
}
.btn-yellow-outline:hover, .btn-yellow-outline:focus {
  color: #333;
  background: #ebc034;
}

.btn-outline-success {
  color: #212529;
  background-color: #fff;
  border-color: #73C371;
  border-radius: 555px;
  font-size: 14px;
  padding: 14px 28px;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  background-color: #58bb57;
  border-color: #58bb57;
  color: #fff;
}
.btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 189, 88, 0.28);
}

.btn-check:focus + .btn-success, .btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 189, 88, 0.28);
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus,
.form-check-input:focus,
.form-control:focus,
.focus {
  border-color: #73C371;
  box-shadow: 0 0 0 0.25rem rgba(90, 189, 88, 0.28);
}

.btn-success:hover {
  background-color: #58bb57;
  border-color: #58bb57;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: #58bb57;
  border-color: #58bb57;
}

.ico-download {
  background: url(/assets/sacrill/img/download-ico.svg?7aa0a2b7e24b331b6bd83af7d168b373);
  width: 18px;
  height: 18px;
  background-size: contain;
  display: block;
}

.ico-unlock {
  background: url(/assets/sacrill/img/unlock-2.svg?7b57e9d09473b9b34df0f0319d812026);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: -1px;
}

.ico-gift {
  background: url(/assets/sacrill/img/gift-fill.svg?e8e4069ddee0659fb7a6dbb318a335ce);
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
}

.ico-gear {
  background: url(/assets/sacrill/img/gear.svg?1276da6a4eceb51c17dec347ba9dec8f);
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
}

.list-padding--small {
  padding-left: 18px;
}

#dwn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 7px 8px;
  cursor: pointer;
  z-index: 100;
  transition: all 0.25s ease-in-out;
}
#dwn:hover {
  background: #efe246;
}

.form-validation-error {
  border: 2px solid red !important;
}

.form-validation-text-error {
  color: red !important;
}

.bonus-text {
  font-size: 14px;
}

.form-check {
  padding-left: 30px;
}
.form-check-label {
  font-size: 14px;
}
.form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #73C371;
  border-radius: 50% !important;
  margin-left: -30px !important;
  margin-right: 5px !important;
  transition: box-shadow 0.15s ease-in-out;
}
.form-check-input:checked {
  background-color: #fff;
  border-color: #73C371;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00277 8.99989L0.759766 4.75689L2.17376 3.34289L5.00277 6.17189L10.6588 0.514893L12.0738 1.92889L8.53827 5.46439L5.00277 8.99989Z' fill='%2373C371'/%3E%3C/svg%3E%0A") !important;
  background-size: 12px;
}

.mb-minus {
  margin-bottom: -16px !important;
}

.mt-minus {
  margin-top: -20px;
}

.mx-minus {
  margin-left: -20px;
  margin-right: -20px;
}

hr {
  height: 0px;
  border-bottom: 1px dashed #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hr--solid {
  border-bottom: 1px solid #ccc;
}

input.invalid {
  border-color: #ff2f49;
}

.btn-close--absolute {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}

.modal-body {
  padding: 20px;
}
.modal-body-title {
  font-size: 16px;
  margin: 24px 0 20px;
}
.modal-body-text p:last-child {
  margin-bottom: 0;
}
.modal-body-text strong {
  font-weight: 500;
}

.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}

.feather__yellow {
  fill: #F6D365;
  stroke: #F6D365;
}

.feather__stroke_white {
  stroke: #fff;
  stroke-width: 2px;
}

.feather__light-gray {
  fill: #E5E5E5;
  stroke: #E5E5E5;
}

.feather__white {
  fill: #fff;
  stroke: #fff;
}

.feather__fill {
  fill: currentColor;
}

.feather__14 {
  width: 14px;
  height: 14px;
}

.feather__16 {
  width: 16px;
  height: 16px;
}

.feather__18 {
  width: 18px;
  height: 18px;
}

.feather__20 {
  width: 20px;
  height: 20px;
}

.image_text {
  position: relative;
}
.image_text-text {
  min-width: 216px;
  background: #F6D365;
  padding: 12px 28px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.2;
}

#reffaq-wr .accordion {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  max-width: 860px;
}
#reffaq-wr .accordion-item {
  border-bottom: 1px dashed #ccc;
}
#reffaq-wr .accordion-body {
  padding: 0 0 1rem;
  color: #333;
  font-size: 13px;
}
#reffaq-wr .accordion-body p:last-child {
  margin-bottom: 0;
}
#reffaq-wr .accordion-button {
  padding: 20px 0;
  box-shadow: none !important;
  transition: padding 0.25s ease-in-out;
}
#reffaq-wr .accordion-button:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/assets/sacrill/img/chevron-down.svg?928f0cca3da8599666901dd1b2882bf2) !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0);
}
#reffaq-wr .accordion-button:not(.collapsed) {
  outline: none;
  background: none;
  color: #333;
  padding-bottom: 7px;
}
#reffaq-wr .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
#reffaq-wr .accordion-button--no-arrow {
  cursor: default !important;
}
#reffaq-wr .accordion-button--no-arrow:after {
  display: none;
}
#reffaq-wr #reffaq .accordion-item {
  border-bottom: inherit;
}
#reffaq-wr #reffaq .accordion-item:last-child {
  border-bottom: none;
}

.video-wr-pb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wr-pb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 58px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #73C371 !important;
  font-size: 25px !important;
  position: relative;
  left: -24px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
}
.owl-nav .owl-next {
  left: auto;
  right: -24px;
}

.home_banner-price {
  font-weight: 500;
  margin: 20px 0;
}

.warranty {
  padding: 20px 20px 39px;
  margin: 40px -20px;
  background: linear-gradient(180deg, rgba(168, 255, 120, 0.3) 0%, rgba(120, 255, 214, 0.3) 100%), url(/assets/sacrill/img/shield-3.svg?b20268fcdf83c95998e38ba83b876b35) no-repeat 25px 40px;
  border-radius: 0px 60px 0px 0px;
  min-height: 24px;
}
.warranty .h1 {
  padding: 21px 0 0 64px;
}
.warranty_text {
  line-height: 1.55;
}

.price-box {
  box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
  border-radius: 12px;
  padding: 20px;
}
.price-box__warranty {
  padding: 2px 0 0 32px;
  background-image: url(/assets/sacrill/img/shield-2.svg?0cebde05b3c7026b9629c22b9cf72122);
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 24px;
}
.price-box__warranty-orange {
  background-image: url(/assets/sacrill/img/shield-2-orange.svg?79f1d42bb25b9062ab6448f61b98b0c3);
}

.download-app_links > a {
  opacity: 0.5;
  margin: 0 5px;
  transition: opacity 0.2s ease-in;
}
.download-app_links > a:hover {
  opacity: 1;
}

.ref-banner-wr {
  background: #EFEEEA url(/assets/sacrill/img/banner-ref-ds.jpg?b70846fb195ca2bfb0f94d6f714d29e7) no-repeat bottom right;
  background-size: contain;
  border-radius: 12px;
}

.ref-banner {
  max-width: 455px;
  padding: 40px;
}
.ref-banner-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-shadow: 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA;
}
.ref-banner-text {
  margin-bottom: 25px;
  font-size: 15px;
  text-shadow: 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA, 0 0 20px #EFEEEA;
}
.ref-banner-btns .btn {
  font-size: 13px;
  font-weight: 500;
}

.dragscroll {
  cursor: move;
}

.dragscroll .course_card + .course_card {
  margin-left: 15px;
}

.dragscroll__fullwidth {
  margin: 0 -20px;
}
.dragscroll__fullwidth_padding {
  margin-bottom: 20px;
  margin-top: 20px;
}
.dragscroll__fullwidth_padding:before, .dragscroll__fullwidth_padding:after {
  position: relative;
  flex-basis: 20px;
  content: "";
  display: block;
  height: 20px;
  flex-shrink: 0;
}

.btn-collection {
  padding: 12px 20px !important;
  white-space: nowrap;
  background: #f1f9f1;
  color: #333;
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
}
.btn-collection.active {
  background: #73C371;
  color: #fff;
}
.btn-collection + .btn-collection {
  margin-left: 10px;
}

.search-form {
  position: relative;
}
.search-form input {
  background: #F5F5F5;
  border: 0 !important;
  border-radius: 60px !important;
  padding: 9px 41px 9px 18px !important;
}
.search-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 11px 0px 0 !important;
  height: 37px;
  outline: none !important;
  box-shadow: none !important;
}

.course_grid .course_card {
  margin-bottom: 20px;
  height: 290px;
}

.course_card img {
  max-width: 100%;
}

.owl-carousel.owl-destroyed {
  display: block;
}

.page-link {
  color: #73c371;
}

.page-item.active .page-link {
  background-color: #73c371;
  border-color: #73c371;
}

#graph {
  opacity: 1;
  transition: opacity 0.23s ease-in-out;
  position: relative;
}
#graph .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  z-index: 12;
}

.watch_in_app {
  margin-top: 65px;
}
.watch_in_app-inner {
  background: linear-gradient(270deg, #FFCFC5 0%, #F2F3BC 100%);
  padding: 40px;
  border-radius: 12px;
  position: relative;
  min-height: 295px;
}
.watch_in_app-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}
.watch_in_app-text {
  max-width: 360px;
  margin: 0 0 0;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 20px;
}
.watch_in_app-left {
  max-width: 400px;
}
.watch_in_app .qr {
  position: absolute;
  left: 472px;
  top: 40px;
}
.watch_in_app .qr:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(/assets/sacrill/img/emoji-hand.png?6ec7f074e586fc1f04b770764e1eec4a) no-repeat center;
  background-size: 36px;
  position: absolute;
  top: 50%;
  left: -70px;
  margin-top: -18px;
}
.watch_in_app .mockups {
  position: absolute;
  bottom: 0;
  right: -35px;
}
.watch_in_app .download-app_links > a {
  margin: 0;
}
.watch_in_app .download-app_links > a + a {
  margin-left: 10px;
}

.qr {
  width: 216px;
  height: 216px;
  background: url(/assets/sacrill/img/qr.svg?00c048fb139117f18a359df7373027ef) no-repeat center;
  display: none;
}

.mockups {
  width: 495px;
  height: 371px;
  background: url(/assets/sacrill/img/mockups-2x.png?30227352e1c87c1956e03658345e5933) no-repeat top left;
  background-size: 495px;
}

.sub-offer {
  background: linear-gradient(90deg, #F2F3BC 28.54%, #FF9966 100%);
  border-radius: 12px 12px 12px;
  padding: 38px 60px;
  position: relative;
}
.sub-offer--nbrb {
  border-radius: 12px 12px 0 0;
}
.sub-offer_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.sub-offer_trial {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px 36px 36px 100px;
  padding: 20px 20px 20px 30px;
}
.sub-offer_trial--left {
  margin: 0 20px 0 20px;
}
.sub-offer_trial .btn {
  font-weight: 500;
}
.sub-offer .ico-fire {
  background: url(/assets/sacrill/img/fire-colored.svg?f66e1b25d61c1c2e0cc3a391bbd16f9f);
  width: 47px;
  height: 47px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-offer_img {
  background: url(/assets/sacrill/img/gift-c.png?7a4095735c3e53c37d3ac479c5eb6793);
  background-size: 100%;
  width: 434px;
  height: 240px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 210px;
}

.catalog-link {
  margin-left: 30px;
  white-space: nowrap;
}

.choose-plan-wr {
  max-width: 460px;
}

.choose-plan {
  margin-bottom: 20px;
}

.form-check-wrapped {
  position: relative;
  padding: 0;
  margin-bottom: 10px !important;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
}
.form-check-wrapped_popular {
  position: absolute;
  z-index: 2;
  background: #F6D365;
  right: 0;
  padding: 3px 12px;
  border-radius: 0 0px 0 12px;
  font-size: 12px;
}
.form-check-wrapped .form-check-input {
  position: absolute;
  background: #F0F6F4;
  border: 1px solid #F0F6F4;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 12px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  cursor: pointer;
}
.form-check-wrapped .form-check-input:checked {
  border: 1px solid #73C371;
  background: #F0F6F4 !important;
}
.form-check-wrapped .form-check-label {
  position: relative;
  z-index: 3;
  padding: 15px 20px;
  cursor: pointer;
}
.form-check-wrapped .form-check-label .text-gray {
  font-size: 13px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .form-check-wrapped .form-check-label .text-gray {
    display: block;
    margin-left: 0;
  }

  .form-control-wr--date .form-control {
    padding-left: 18px !important;
  }
  .form-control-wr--date:before {
    background: none !important;
  }
  .form-control-wr--hour .form-control {
    padding-left: 18px !important;
  }
  .form-control-wr--hour:before {
    background: none !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
body {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}

a {
  transition: all 0.23s ease-in-out;
}

.activate-bonus-btn {
  margin-right: 20px;
}

.ref-table-title {
  font-size: 22px;
}

.ref-table {
  padding-bottom: 30px;
}

.btn-copy {
  color: #73C371;
  text-transform: capitalize;
}

.bonus-balance {
  font-size: 24px;
}
.bonus-balance-profile {
  background: #f5f5f5;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  padding: 11px 23px;
  flex-shrink: 0;
  margin-right: 20px;
}

.banner-ref {
  margin-top: 40px;
  height: 296px;
  border-radius: 12px;
  padding: 50px 630px 50px 50px;
  background: #D1D8E2 url(/assets/sacrill/img/banner-ref-ds.jpg?b70846fb195ca2bfb0f94d6f714d29e7) no-repeat bottom right;
}
.banner-ref-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.banner-ref-buttons {
  margin-top: 30px;
}
.banner-ref-buttons .btn {
  font-weight: 500;
}
.banner-ref-buttons .btn + .btn {
  margin-left: 15px;
}
.banner-ref--narrow {
  background-position: 160% 93%;
  padding-right: 345px;
}

.profile-subscription-wr {
  margin-top: 30px;
}

.header {
  padding: 22px 0;
  box-shadow: 0px 4px 20px rgba(117, 117, 117, 0.1);
}
.header-right {
  font-size: 13px;
}
.header .user_info {
  display: flex;
  align-items: center;
}
.header .user_info_ico {
  height: 36px;
  width: 36px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  margin-right: 10px;
}
.header .user_info a {
  margin-left: 7px;
}
.header .logo {
  padding: 5px 0;
}
.header .logo img {
  height: 15px;
}
.header .user_info {
  color: #fff;
}
.header .user_info a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.header .user_info a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header .user_info_ico {
  background: rgba(245, 245, 245, 0.1);
}
.header .user_info .feather {
  opacity: 0.1;
}
.header .user_info .link_to_courses {
  color: #888;
  text-decoration: none;
}
.header .user_info .link_to_courses:hover {
  text-decoration: underline;
  color: #fff;
}

.page-client > .card {
  border: none;
  background: none !important;
}
.page-client .requisites-header,
.page-client .requisites-footer {
  background: none !important;
  border: none;
  text-align: center;
}
.page-client .requisites-header {
  margin-top: 45px !important;
  margin-bottom: 20px;
}
.page-client .requisites-footer {
  margin-top: 30px !important;
}
.page-client .requisites-footer .btn {
  margin-top: 15px;
  min-width: 200px;
}
.page-client .form-control {
  padding: 10px 16px;
  border-radius: 10px;
}
.page-client .form-group {
  margin-bottom: 1rem;
}
.page-client .col-form-label {
  margin-bottom: 4px;
}
.page-client .card-title {
  margin-bottom: 0 !important;
}
.page-client .card-title .card-label {
  margin-bottom: 0 !important;
}
.page-client .card-title h3 {
  font-size: 22px;
}
.page-client .card-title small {
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  display: block;
}

#text {
  height: 100%;
  background: #eee;
  padding: 20px;
  display: none;
  overflow-y: scroll;
}

.watch {
  padding-right: 300px;
  position: relative;
}

.watch_main, .page-watch .header {
  background: #333333;
}

.watch_left {
  position: relative;
}

.watch_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
}

#playlist-wr {
  position: relative;
  height: 100%;
  overflow-y: hidden;
  font-size: 13px;
  background: #252525;
  margin-top: 0 !important;
}

#playlist .accordion-body {
  padding: 0;
  font-size: 13px;
}
#playlist .accordion-item {
  background: none;
}
#playlist .accordion-item + .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#playlist .accordion-button {
  background: none;
  color: #fff;
  font-size: 15px;
  box-shadow: none !important;
  position: relative;
  padding-right: 43px;
}
#playlist .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(/assets/sacrill/img/down-white.svg?07e41392c40a087ae98e2df994ff8317) no-repeat center;
}
#playlist .accordion-button.collapsed {
  color: #929292;
}

.playlist_button {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  color: #929292;
  padding: 10px 20px;
}
.playlist_button.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.lesson_title {
  margin-bottom: 20px;
  line-height: 130%;
}

.lesson_description {
  line-height: 150%;
}

.lesson_duration, .playlist_lesson_duration {
  padding-left: 10px;
}

.owl-courses-wr {
  min-height: 330px;
}

.owl-courses .owl-stage-outer {
  margin: -20px;
}
.owl-courses .owl-stage {
  padding: 20px;
  display: flex !important;
}
.owl-courses .course_card {
  opacity: 0;
  transition: 0.23s ease-in-out;
}
.owl-courses .active .course_card {
  opacity: 1 !important;
}

.course_card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.15);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-basis: 220px;
  flex-shrink: 0;
  width: 220px;
  height: 100%;
}
.course_card-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.course_card-progress > div {
  height: 5px;
  background: #73C371;
}
.course_card-img {
  flex-basis: 115px;
  max-height: 115px;
  overflow: hidden;
  background: #eaeaea;
  position: relative;
}
.course_card-body {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course_card-body--bottom > a {
  float: right;
}
.course_card-price {
  font-size: 16px;
}
.course_card-title, .course_card-authors {
  position: relative;
  overflow: hidden;
}
.course_card-title:after, .course_card-authors:after {
  opacity: 0;
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  transition: 0.23s ease-in-out;
}
.course_card-title {
  max-height: 44px;
}
.course_card-authors {
  white-space: nowrap;
}
.course_card-excerpt {
  margin-top: 20px;
  font-size: 13px;
}

.choice {
  margin-top: 60px;
  margin-bottom: 60px;
}

.course_card--choice {
  width: 100%;
}
.course_card--choice .course_card-img {
  max-height: none;
  flex-basis: auto;
}

.course_card--choice .course_card-img:before {
  content: attr(data-content);
  display: block;
  padding: 10px 8px 6px 36px;
  background-color: #fff;
  border-radius: 4px;
  background-image: url(/assets/sacrill/img/emoji-girl.png?7727dbbd291835ef82de0a77d0bcde0d);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .course_card--choice {
    flex-direction: row;
    width: 100%;
  }
  .course_card--choice .course_card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    max-height: none;
  }
  .course_card--choice .course_card-img {
    flex-basis: 420px;
    max-height: none;
    flex-shrink: 0;
    position: relative;
  }
  .course_card--choice .course_card-img:before {
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .course_card--choice .course_card-img {
    flex-basis: 560px;
  }
}
.subscription-offer {
  padding: 40px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #F2F3BC 59.77%, #FF9966 100%);
}
.subscription-offer .price-box__warranty {
  font-size: 13px;
  margin-top: 20px;
}
.subscription-offer .home_banner-btn {
  position: relative;
  display: inline-block;
}
.subscription-offer .home_banner-btn:after {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  bottom: 31px;
  right: -88px;
  background-image: url(/assets/sacrill/img/curved-arrow-with-broken-line.svg?a4bbc120205e889bc3b57f72f2a60cff);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.subscription-offer > .container {
  position: relative;
}
.subscription-offer > .container:after {
  content: "";
  display: block;
  width: 100%;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 30px;
  height: 250px;
  background-image: url(/assets/sacrill/img/gift.png?fe9602d6b84fda4cd2f4945bde3df6e7);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .subscription-offer {
    padding: 0;
    overflow: visible;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #F2F3BC 28.54%, #FF9966 100%);
  }
  .subscription-offer > .container {
    padding: 60px 0;
    padding-right: 290px;
  }
  .subscription-offer > .container:after {
    background-size: 133%;
    background-position: bottom 0 right -150px;
    width: 444px;
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 0;
    top: auto;
    height: 402px;
  }
  .subscription-offer .home_banner-btn:after {
    background: url(/assets/sacrill/img/curved-arrow-with-broken-line-2.svg?088e18faaeec0f82f3d4ef72f673fc00) no-repeat 0 0;
    width: 180px;
    height: 180px;
    bottom: 20px;
    left: -220px;
    right: auto;
  }
  .subscription-offer .h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .subscription-offer .price-box__warranty {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .subscription-offer > .container {
    padding: 60px 0;
  }
  .subscription-offer > .container:after {
    width: 534px;
    background-size: 144%;
    background-position: bottom 0 right -184px;
  }
}
@media (min-width: 1200px) {
  .subscription-offer {
    padding: 0;
    overflow: visible;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #F2F3BC 28.54%, #FF9966 100%);
  }
  .subscription-offer > .container {
    padding-right: 550px;
  }
  .subscription-offer > .container:after {
    background-size: 100%;
    width: 940px;
    height: 477px;
  }
}
.auth_girl {
  background: url(/assets/sacrill/img/auth-girl.png?a005bed971627ba95579920eb05cc00e) no-repeat top center;
  background-size: cover;
  min-height: 100vh;
  max-width: 840px;
}

.auth_right {
  position: relative;
  min-height: 100vh;
  padding: 100px 0 60px;
}

.auth_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.auth_header img {
  height: 11px;
}
.auth_header--sacrill {
  height: 20px !important;
}

.auth_form {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.auth_form__title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.auth_form__title span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}
.auth_form__field {
  position: relative;
}
.auth_form__field > .feather {
  position: absolute;
  top: 15px;
  left: 20px;
}
.auth_form__field .form-control {
  border: 1px solid #E5E5E5;
  padding: 13px 20px 13px 50px;
  background-image: none;
  border-radius: 50px;
}
.auth_form__field + .auth_form__field {
  margin-top: 10px;
}
.auth_form__field .auth_eye {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}
.auth_form__field .auth_eye .feather {
  position: absolute;
  top: 0;
  right: 0;
}
.auth_form__field .auth_eye--onn {
  display: block;
}
.auth_form__field .auth_eye--off {
  display: none;
}
.auth_form__buttons {
  margin-top: 30px;
}
.auth_form__buttons .btn + .btn {
  margin-top: 20px;
}

.lid-11100 .lesson_rate, .lid-11100 #materials-wr {
  display: none !important;
}

#player-controls {
  background-color: #333333;
  position: relative;
  z-index: 3;
  padding: 10px 20px;
}
#player-controls:before {
  content: "";
  display: block;
  width: 1100px;
  height: 100%;
  position: absolute;
  left: -150px;
  top: 0;
  z-index: -1;
  background-color: #333;
}

.player-controls-left {
  margin: -10px -20px;
}

.player-controls-right {
  display: flex;
  align-items: center;
}
.player-controls-right > span {
  margin: 0px 5px;
  position: relative;
  top: 1px;
}

.footer {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
  padding-bottom: 40px;
  color: #808080;
}

.content_with_sidebar-watch {
  margin-right: 320px;
  /*min-height: 616px;*/
}

.sidebar-watch {
  float: right;
  width: 260px;
}
.sidebar-watch--1 {
  background-image: url(/assets/sacrill/img/emoji-hand-phone.png?3bce5b56eaa76176f0f6f308650fcb1c);
  background-size: 48px;
  font-weight: 500;
  padding: 0 50px 0 0;
  background-position: right 0 top 0;
  background-repeat: no-repeat;
}

.sidebar__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
}
.sidebar__inner hr {
  margin: 0 -20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar__inner .qr {
  display: block;
}
.sidebar__inner .download-app_links {
  margin-bottom: 1rem;
}
.sidebar__inner .download-app_links > a {
  margin: 0;
}
.sidebar__inner .download-app_links > a:first-child {
  margin-right: 5px;
}
.sidebar__inner .download-app_links > a:last-child {
  margin-left: 5px;
}

#prev-lesson,
#next-lesson,
#show-description,
#show-playlist,
#show-materials {
  background: none;
  outline: none;
  border: none;
}

#show-description,
#show-materials,
#show-playlist {
  width: 44px;
  height: 44px;
  border-bottom: 2px solid #333333;
  opacity: 0.5;
  transition: all 0.23s ease-in-out;
}
#show-description.active, #show-description:hover,
#show-materials.active,
#show-materials:hover,
#show-playlist.active,
#show-playlist:hover {
  border-bottom: 2px solid #73C371;
  opacity: 1;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 25px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-left: 10px;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.lesson_rate {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  align-items: center;
  height: 58px;
  margin-bottom: 50px;
}
.hidden {
    display: none !important;
}
.lesson_rate-stars {
  padding: 6px 10px;
  border-right: 1px solid #E5E5E5;
}
.lesson_rate-text {
  padding-left: 20px;
  font-weight: 500;
  font-size: 20px;
}
.lesson_rate .rate {
  float: left;
  height: 46px;
  padding-right: 10px;
}

.modal-body--course_rate {
  padding: 30px;
}

.course_rate-stars {
  margin-bottom: 40px;
}
.course_rate-subtitle {
  font-size: 20px;
  font-weight: 500;
}
.course_rate .rate {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  float: left;
  padding: 12px 30px 10px 20px;
}
.course_rate textarea {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  font-size: 15px;
  height: 260px;
}
.course_rate_result {
  padding-top: 82px;
  background-image: url(/assets/sacrill/img/lv.png?ad5623bd3cd071749ae83c3dcd62f296);
  background-size: 48px;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 50px 0;
}
.course_rate_result_1 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.course_rate_result_2 {
  margin-bottom: 40px;
}

.btn-rate-course {
  outline: none;
  box-shadow: none;
  border: none;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  transition: all 0.23s ease-in-out;
}
.btn-rate-course:hover {
  color: #fff;
}
.btn-rate-course .star {
  display: block;
  background-color: #464646;
  background-image: url(/assets/sacrill/img/star-half.svg?cc3e4402369ff90da1411edcd76b6c41);
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.rate-btn-text {
  margin-right: 1em;
}

.video-link {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  align-items: center;
  text-decoration: none;
  background: none;
  text-align: left;
  padding: 0;
  width: 100%;
}
.video-link-title {
  padding: 0 40px;
}

.profile-wr {
  display: flex;
}
.profile-wr .form-control {
  border-radius: 100px;
  padding: 18px 25px;
}
.profile-wr .form-control:-moz-read-only {
  background: #fff;
  box-shadow: none !important;
  outline: none !important;
  cursor: default;
}
.profile-wr .form-control:read-only {
  background: #fff;
  box-shadow: none !important;
  outline: none !important;
  cursor: default;
}
.profile-left {
  flex-grow: 0;
}
.profile-right {
  flex-grow: 1;
  padding: 60px;
}
.profile-right .row + .row {
  margin-top: 30px;
}
.profile-avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F5F5F5;
  background-image: url(/assets/sacrill/img/user.svg?f560473c3290bf1de2e952dbe62eb234);
  background-repeat: no-repeat;
  background-position: bottom 55% right 50%;
  margin: 60px;
}
.profile-avatar img {
  width: 100%;
  height: auto;
}

.profile-subscription {
  background-color: #F5F5F5;
  padding: 0px 22px 0 28px;
  border-radius: 100px;
  display: flex;
}
.profile-subscription-status {
  color: #73C371;
}
.profile-subscription > span {
  padding: 19px 22px 19px 0;
  display: block;
}
.profile-subscription > span + span {
  border-left: 1px solid #fff;
  padding-left: 22px;
}

.profile-row-label {
  flex-grow: 0;
  flex-basis: 150px;
  margin-left: 14px;
  font-weight: 500;
}
.profile-row-label--inner {
  height: 100%;
  max-height: 60px;
  display: flex;
  align-items: center;
}
.profile-row-descr {
  font-size: 13px;
  color: #808080;
  padding-top: 20px;
  display: block;
}

.confirm-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.confirm-img--1 {
  height: 222px;
  background-image: url(/assets/sacrill/img/confirm_1.jpg?677e1ed320c6f2afc74d7c486e4b2ff7);
  margin: 40px -40px;
}
.confirm-img--3 {
  margin: -20px -40px 40px;
  height: 276px;
  background-image: url(/assets/sacrill/img/confirm_3.jpg?fd28b6f7abfdd893b6c0c1af8fb900ee);
}

.confirm-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.modal-body--confirm {
  padding: 40px;
  color: #000;
}
.modal-body--confirm button {
  text-transform: none;
}

.modalSuccess button {
  margin-top: 80px;
}
.modalSuccess .modal-dialog .modal-body--confirm {
  padding: 153px 60px 60px;
}
.modalSuccess .confirm-title {
  background-image: url(/assets/sacrill/img/bye.png?ff73a07ef94541a223d2548ce1da8e6a);
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 78px;
}
.modalSuccess .confirm-title--smile {
  background-image: url(/assets/sacrill/img/emoji-smile.png?106e85d5dbfa130a4f8f7240b44b825d);
}

@media (min-width: 576px) {
  .modal-dialog--subscription {
    max-width: 560px;
  }
}
@media (min-width: 576px) {
  #menuHidden {
    max-width: 260px;
    margin-left: auto;
    left: auto;
    right: 0;
  }
  #menuHidden .modal-content {
    max-width: 260px;
  }
}
@media (min-width: 768px) {
  #header {
    padding: 10px 0;
  }

  .home_banner-price_btn {
    display: flex;
    width: 520px;
    justify-content: space-between;
    align-items: center;
    border-radius: 26px;
  }

  .home_banner-price {
    border: 1px dashed rgba(0, 0, 0, 0.2);
    flex-grow: 1;
    height: 51px;
    background: none;
    margin-left: -20px;
    text-align: right;
    padding: 13px 30px 5px 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    order: 2;
    z-index: auto;
  }

  .btn.btn-burger {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
  }
}
.free-author {
  background-image: url(/assets/sacrill/img/free-author.png?0fded28fdb71c2e8f5ab3c67a0f180a4);
  min-height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.free-author + div {
  margin-left: 25px;
}

@media (min-width: 992px) {
  .btn.btn-lc {
    margin: 0 30px;
  }

  .free-author {
    padding-left: 38px;
  }

  .search-form input {
    width: 200px;
    opacity: 1;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .watch_in_app {
    overflow: hidden;
  }

  .mockups {
    width: 355px;
    background-size: contain;
    height: 265px;
  }

  .sub-offer {
    flex-wrap: wrap;
    overflow: hidden;
    padding: 30px 20px;
  }
  .sub-offer_trial {
    flex-wrap: wrap;
    padding: 0;
    background: none;
    z-index: 3;
    position: relative;
  }
  .sub-offer_trial--left {
    width: 100%;
    flex-shrink: 0;
    margin: 20px 0;
  }
  .sub-offer_trial .ico-fire {
    display: none;
  }
  .sub-offer_img {
    left: 135px;
    background-size: 412px;
  }
}
@media (max-width: 767px) {
  .watch_in_app {
    margin-top: 0;
  }

  .watch_in_app-inner {
    margin: 0 -20px;
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(330.87deg, #FFCFC5 0%, #F2F3BC 82.11%);
  }

  .watch_in_app-left .download-app_links {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .watch_in_app-left .download-app_links > a + a {
    margin-left: 0;
    margin-top: 10px;
  }

  .ref-banner {
    padding: 30px 20px;
  }
  .ref-banner-wr {
    background-size: 585px;
    background-position: bottom center;
    background-image: url(/assets/sacrill/img/ref-banner-2x.jpg?8afaff378000a24396dfd9ac8deb6aa6);
    margin: 0 -20px -40px;
    border-radius: 0;
    padding-bottom: 370px;
  }
  .ref-banner-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ref-banner-text {
    font-size: 13px;
  }
  .ref-banner .btn {
    padding: 14px 22px;
  }
}
@media (max-width: 575px) {
  .course_grid .course_card {
    width: 100%;
    flex-basis: 100%;
  }

  .watch_in_app-title {
    font-size: 20px;
  }
  .watch_in_app .mockups {
    width: 376px;
    height: 294px;
    bottom: 0;
    right: auto;
    background-size: cover;
    left: 167px;
  }
}
@media (min-width: 1200px) {
  .btn-collection {
    padding: 0 0 30px !important;
    background: none !important;
    color: #808080;
    border-radius: 0;
  }
  .btn-collection.active {
    border-bottom: 1px solid #73C371;
    color: #333333;
  }
  .btn-collection + .btn-collection {
    margin-left: 50px;
  }

  .home_cat_popular-wr .dragscroll__fullwidth_padding {
    position: relative;
    margin: 40px 0;
  }
  .home_cat_popular-wr .dragscroll__fullwidth_padding:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-color: #E5E5E5;
    bottom: 0;
    left: 20px;
    height: 1px;
    z-index: -1;
  }

  .warranty {
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
    padding: 40px 140px 40px 40px;
    background: linear-gradient(180deg, rgba(168, 255, 120, 0.3) 0%, rgba(120, 255, 214, 0.3) 100%), url(/assets/sacrill/img/shield-3.svg?b20268fcdf83c95998e38ba83b876b35) no-repeat top 40px right 40px;
  }
  .warranty .h1 {
    padding: 0;
  }

  .h1 {
    font-size: 20px;
  }

  .h-mb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  input.form-control, textarea.form-control {
    padding: 15px 18px 15px 18px;
  }

  .sub-offer {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .banner-ref {
    padding: 50px 385px 50px 50px;
  }
  .banner-ref--narrow {
    padding: 38px 133px 38px 38px;
    background-position: bottom right -208px;
  }
}
@media (max-width: 991px) {
  .banner-ref {
    padding: 50px 50px 50px 50px;
    position: relative;
    height: auto;
    background-size: cover;
  }
  .banner-ref:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ededed99;
    bottom: 0;
  }
  .banner-ref > div {
    position: relative;
    z-index: 5;
  }

  .bonus-balance-profile-row {
    flex-wrap: wrap;
  }

  .bonus-profile-info {
    margin-top: 10px;
  }

  .watch {
    padding-right: 0;
  }

  .watch_main {
    overflow: hidden;
  }

  .watch_right {
    position: relative;
    width: 100%;
  }
  .watch_right:before {
    content: "";
    display: block;
    width: 1000px;
    left: -140px;
    top: 0;
    height: 100%;
    position: absolute;
    background: #fff;
  }

  #playlist-wr {
    position: relative;
    z-index: 3;
    background: #fff;
  }

  .playlist_button.active {
    background-color: #f5f5f5;
    color: #333333;
  }

  .content_with_sidebar-watch {
    min-height: auto;
  }

  .content_with_sidebar-watch {
    margin-right: 0;
  }

  .watch_description {
    display: none;
    margin-top: 20px;
  }
  .watch_description .lesson_description {
    font-size: 13px;
  }

  .show-wr {
    display: none;
    margin-top: 20px;
  }
  .show-wr.active {
    display: block;
  }
  .show-wr h2 {
    font-size: 15px;
    line-height: 150%;
  }

  .header {
    padding: 8px 0;
  }

  .page-watch .header {
    padding: 0;
  }
  .page-watch .header > .container {
    padding-left: 0;
  }
  .page-watch .header > .container > .d-flex {
    align-items: center;
  }
  .page-watch .header .logo {
    display: none;
  }
  .page-watch .header .link_to_home {
    padding: 9px 18px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .page-watch .header .link_to_home .feather {
    transition: all 0.23s ease-in-out;
  }
  .page-watch .header .link_to_home:hover .feather {
    opacity: 1;
  }
  .page-watch .header .course-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-watch .header .user_info {
    display: none;
  }

  .accordion-item {
    border: none;
  }

  .accordion-button {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  #playlist .accordion-button {
    color: #333;
    font-weight: 500;
  }
  #playlist .accordion-button.collapsed {
    color: #808080;
  }
  #playlist .accordion-button:after {
    background: url(/assets/sacrill/img/down-black.svg?db72ec3a39d20f390fc188f6ec3a0aff) no-repeat center;
  }

  .playlist_lesson_duration {
    color: #949494;
  }

  .profile-wr {
    flex-wrap: wrap;
    border: none !important;
  }
  .profile-left {
    flex-grow: 1;
    border: none !important;
    width: 100%;
  }
  .profile-left .profile-avatar {
    margin: 60px auto;
  }
  .profile-row-label {
    margin-bottom: 9px;
    margin-left: 0;
  }
  .profile-right {
    padding: 0;
  }
  .profile-right .row > .col {
    flex-basis: 100%;
  }
  .profile-subscription {
    flex-wrap: wrap;
    padding: 11px 14px;
    border-radius: 16px;
  }
  .profile-subscription > span {
    padding: 0;
    flex-basis: 100%;
  }
  .profile-subscription > span + span {
    padding: 0;
  }

  .modal-body--confirm {
    padding: 20px;
  }

  .confirm-img--1 {
    margin: 40px -20px;
  }

  .confirm-img--3 {
    margin: 0px -20px 40px;
  }

  .modal-confirm-buttons {
    flex-wrap: wrap;
  }
  .modal-confirm-buttons button {
    width: 100%;
  }
  .modal-confirm-buttons button + button {
    margin-top: 10px;
  }

  #modalSuccess .modal-dialog .modal-body--confirm {
    padding: 60px 20px 60px;
  }
  #modalSuccess button {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .bonus-balance {
    font-size: 13px;
  }

  .video-link {
    border: none;
    flex-wrap: wrap;
  }
  .video-link-title {
    order: 0;
    padding-left: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .video-link-img {
    order: 1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .video-link-img:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(/assets/sacrill/img/play.svg?46883a24df759473a9e282c2a5e4bcf3);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: cover;
  }

  .ref_descr {
    font-size: 12px;
  }
  .ref_descr ul {
    padding-left: 22px;
  }

  .page-watch .watch_in_app-inner {
    margin-top: 40px;
  }

  .footer {
    margin-top: 80px;
  }

  .course_rate-subtitle {
    font-size: 16px;
  }
  .course_rate textarea {
    font-size: 14px;
    height: 220px;
  }
  .course_rate .rate {
    padding: 7px 30px 5px 20px;
  }

  .header-right {
    margin-right: -20px;
  }

  .lesson_rate {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    flex-direction: column;
    height: auto;
    border: 0;
  }
  .lesson_rate-stars {
    order: 1;
    flex-basis: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .lesson_rate-text {
    order: 0;
    padding: 0;
    font-size: 16px;
    align-self: start;
  }
}
@media (max-width: 575px) {
  .banner-ref-title {
    font-size: 15px;
  }

  .banner-ref-subtitle {
    font-size: 13px;
  }

  .ref-banner-mob + .watch_in_app-inner {
    margin-top: 0;
  }

  .bonus-balance-profile {
    font-size: 18px;
    padding: 16px 35px;
  }

  .banner-ref-buttons {
    margin-top: 20px;
  }

  .banner-ref {
    margin: 0px -20px 0;
    border-radius: 0;
    padding: 30px 20px 357px 20px;
    background: #D6DDE7 url(/assets/sacrill/img/banner-ref-mob.jpg?4714060237d68bdee9af2f01b76e5f3d) no-repeat bottom center;
  }
  .banner-ref:before {
    display: none;
  }
  .banner-ref-buttons .btn {
    padding: 16px 19px;
    font-size: 13px;
  }
  .banner-ref-buttons .btn + .btn {
    margin-left: 10px;
  }

  .profile-subscription {
    background: #FFFFFF;
  }
  .profile-subscription-wr {
    background: #f5f5f5;
    margin: 30px -20px 0;
    padding: 20px;
  }

  .bonus-balance-profile {
    background: #fff;
  }

  .bonus-profile-info {
    font-size: 13px;
  }

  .footer .d-flex {
    flex-direction: column !important;
    font-size: 15px;
  }
  .footer .d-flex > div + div {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .subscription-offer {
    margin-top: 90px;
  }
}
.telegram-join__inner {
    overflow: hidden;
    position: relative;
    max-width: 375px;
    margin: auto;
    padding: 40px 20px;
    background: url("../../../build/img/telegram/telegram-join-mobile.png") no-repeat 100% 100%;
    background-color: #dfe3e4;
    background-size: cover;
    border-radius: 12px;
}
@media (min-width: 768px) {
.telegram-join__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 720px;
    padding: 40px 30px;
    background-image: url("../../../build/img/telegram/telegram-join-desktop.png");
    background-size: 375px;
    background-position: 133% 100%;
}
}
@media (min-width: 992px) {
.telegram-join__inner {
    gap: 85px;
    max-width: 960px;
    padding: 40px 80px;
    padding-right: 120px;
    background-position: 114% 100%;
}
}
@media (min-width: 1200px) {
.telegram-join__inner {
    max-width: none;
    padding-left: 190px;
    padding-right: 250px;
    background-position: 100% 100%;
}
}
@media (min-width: 992px) {
.telegram-join__inner::before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 10px;
    bottom: -35px;
    width: 120px;
    height: 120px;
    background: url("../../../build/img/icons/Telegram_perspective_matte@2x.png") no-repeat 100% 100%;
    background-size: cover;
}
}
@media (min-width: 1200px) {
.telegram-join__inner::before {
    left: 40px;
    bottom: -35px;
}
}
.telegram-join__text-content-wrap {
position: relative;
z-index: 20;
}
.telegram-join__title {
max-width: 220px;
font-size: 20px;
font-weight: 500;
}
@media (min-width: 768px) {
.telegram-join__title {
    max-width: none;
    margin-bottom: 10px;
}
}
.telegram-join__sub-title {
max-width: 200px;
margin-bottom: 30px;
font-size: 15px;
line-height: 1.6;
}
@media (min-width: 768px) {
.telegram-join__sub-title {
    max-width: none;
    margin-bottom: 0;
}
}

.telegram-join-avatared {
position: relative;
overflow: hidden;
padding: 40px 20px;
background: url("../../../build/img/common/bg-shining-mobile.png") no-repeat 100% 100%;
background-size: cover;
}
@media (min-width: 768px) {
.telegram-join-avatared {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px;
    border-radius: 12px;
    background-image: url("../../../build/img/common/bg-peach-horizontal.png");
}
}
@media (min-width: 992px) {
.telegram-join-avatared {
    gap: 60px;
}
}
@media (min-width: 1200px) {
.telegram-join-avatared::before {
    content: "";
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: -50px;
    width: 200px;
    height: 200px;
    background: url("../../../build/img/icons/Telegram_perspective_matte@3x.png") no-repeat 100% 100%;
    background-size: cover;
}
}
@media (min-width: 768px) {
.telegram-join-avatared__text-content-wrap {
    flex-shrink: 0;
    max-width: 50%;
}
}
@media (min-width: 992px) {
.telegram-join-avatared__text-content-wrap {
    max-width: none;
}
}
.telegram-join-avatared__watching-wrap {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
font-weight: 500;
}
@media (min-width: 768px) {
.telegram-join-avatared__watching-wrap {
    font-size: 20px;
}
}
.telegram-join-avatared__text {
font-size: 15px;
}
@media (min-width: 768px) {
.telegram-join-avatared__text {
    margin-bottom: 0;
}
}
.telegram-join-avatared .avatar-item {
width: 40px;
height: 40px;
}
@media (min-width: 992px) {
.telegram-join-avatared .avatar-item {
    width: 60px;
    height: 60px;
}
}
.telegram-join-avatared .avatar-item:not(:first-child) {
margin-left: -10px;
}
@media (min-width: 992px) {
.telegram-join-avatared .avatar-item:not(:first-child) {
    margin-left: -20px;
}
}
.telegram-join-avatared .avatar-item--count {
background-color: #fff;
color: #ff5f00;
font-size: 13px;
}
@media (min-width: 992px) {
.telegram-join-avatared .avatar-item--count {
    font-size: 20px;
}
}
.btn--telegram {
    border: none;
    border-radius: 555px;
    outline: none;
    font-family: "Rubik", "Arial", sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-left: 20px;
    padding: 16px 32px;
    font-weight: 500;
    background-color: #08c;
  }
  @media (min-width: 768px) {
    .btn--telegram {
      white-space: nowrap;
      margin-left: 0;
    }
  }
  .btn--telegram::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 47px;
    height: 47px;
    background: url("../../../build/img/icons/Telegram_perspective_matte.png") no-repeat 100% 100%;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .btn--telegram::before {
      background: none;
    }
  }
  .btn--telegram-big {
    position: relative;
    border: none;
    border-radius: 555px;
    outline: none;
    font-family: "Rubik", "Arial", sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    padding: 16px 32px;
    margin-left: 10px;
    width: calc(100% - 10px);
    font-weight: 500;
    background-color: #08c;
  }
  @media (min-width: 768px) {
    .btn--telegram-big {
      width: 100%;
      max-width: 300px;
      margin-left: 0;
      white-space: nowrap;
    }
  }
  .btn--telegram-big::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -22px;
    width: 60px;
    height: 60px;
    background: url("../../../build/img/icons/Telegram_perspective_matte.png") no-repeat 100% 100%;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .btn--telegram-big::before {
      background: none;
    }
  }

  .avatar {
    width: inherit;
    height: inherit;
  }

  .avatar-stack {
    display: flex;
  }

  .avatar-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 50%;
    margin-left: -20px;
  }
  .avatar-item:first-child {
    margin-left: 0;
  }
  .avatar-item--count {
    font-size: 10px;
    font-weight: 700;
    background-color: #ffc107;
  }

  .your-activity {
    position: relative;
    max-width: 320px;
    padding: 20px;
    margin: auto;
    background: url("../../../build/img/common/bg-pink-blue-mobile.png") 100% 100% no-repeat;
    background-size: cover;
    border-radius: 12px;
  }
  @media (min-width: 1200px) {
    .your-activity {
      display: flex;
      max-width: none;
      padding: 10px 60px;
      padding-right: 210px;
      background-image: url("../../../build/img/common/bg-pink-blue-desktop.png");
    }
  }
  @media (min-width: 1200px) {
    .your-activity--slim {
      padding: 22px 30px;
    }
  }
  @media (min-width: 1200px) {
    .your-activity--slim .your-activity__days-wrap {
      font-size: 20px;
    }
  }
  @media (min-width: 1200px) {
    .your-activity--slim .your-activity__content-wrap {
      gap: 20px;
    }
  }
  @media (min-width: 1200px) {
    .your-activity--slim .your-activity__title {
      margin-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .your-activity--slim .your-activity__gift-text {
      max-width: none;
      margin-left: 40px;
    }
  }
  @media (min-width: 1200px) {
    .your-activity--slim .your-activity__img-wrap {
      right: 143px;
      width: 80px;
      height: 100px;
    }
  }
  .your-activity--slim .your-activity__btn {
    background-color: #73c371;
    border: none;
    border-radius: 555px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    outline: none;
    padding: 16px 30.5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: -20px;
    bottom: -20px;
    padding: 10px 16px;
    border-radius: 12px;
  }
  @media (min-width: 1200px) {
    .your-activity--slim .your-activity__btn {
      left: 0;
      bottom: 0;
      width: 220px;
      padding: 16px 32px;
      margin-left: 155px;
      border-radius: 555px;
    }
  }
  @media (min-width: 1200px) {
    .your-activity--gift {
      padding: 18px 30px;
    }
  }
  .your-activity--gift .your-activity__img-wrap {
    right: 30px;
  }
  .your-activity__desc {
    font-size: 11px;
  }
  @media (min-width: 1200px) {
    .your-activity__desc {
      display: none;
    }
  }
  .your-activity__content-wrap {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  @media (min-width: 1200px) {
    .your-activity__content-wrap {
      flex-direction: row;
      flex-grow: 1;
      align-items: center;
      gap: 37px;
    }
  }
  .your-activity__img-wrap {
    z-index: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 125px;
  }
  @media (min-width: 1200px) {
    .your-activity__img-wrap {
      right: 60px;
      height: 150px;
    }
  }
  .your-activity__img {
    height: 100%;
  }
  .your-activity__title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
  }
  @media (min-width: 1200px) {
    .your-activity__title {
      margin-right: auto;
      font-size: 20px;
    }
  }
  .your-activity__title-icon {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }
  .your-activity__days-wrap {
    display: inline-flex;
    gap: 3px;
    padding: 5px 12px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 100px;
  }
  @media (max-width: 1199.98px) {
    .your-activity__days-wrap {
      background-color: #fff;
    }
  }
  .your-activity__day-current {
    color: #73c371;
  }
  .your-activity__day-total {
    color: #ff3a44;
  }
  .your-activity__gift-text {
    margin-bottom: 0;
    max-width: 170px;
    font-size: 13px;
  }
  @media (min-width: 1200px) {
    .your-activity__gift-text {
      max-width: 185px;
      font-size: 16px;
    }
  }

.alert-goal {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e5e5e5;
    border-radius: 12px;
    padding: 10px;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 500;
  }
  @media (min-width: 768px) {
    .alert-goal {
      padding: 20px;
      padding-top: 18px;
      font-size: 20px;
    }
  }
  .alert-goal__icon {
    width: 24px;
    height: 24px;
  }
  .alert-goal span {
    margin-top: 3px;
  }
  .course-card-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 0px 12px;
  }

@media (min-width: 1200px) {
    .mt-lg-6 {
        margin-top: 60px !important;
    }
}
