@charset "UTF-8";
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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
@media (min-width: 576px) {
    .user_info_ico + span {
        overflow: hidden;
        width: 170px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

#menuHidden .modal-dialog {
  background: #fff;
  margin-left: auto;
}
#menuHidden .modal-header {
    padding: 20px;
  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;
}

.agree-section {
    display: flex;
    padding-left: 0;
    margin-top: -4px;
    margin-bottom: 10px;
}

.tabs-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}
.tab-item {
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.tab-item:not(.active) {
    background-color: #8080801a;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: gray;
}

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

.btn-success.btn-discount-applied {
    color: #73C371;
    background-color: #fff;
    border-style: dashed;
    border-color: #73C371;
    font-weight: unset;
}

.btn-success.btn-discount-applied:hover {
    color: #fff;
    background-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;*/
  padding-top: 10px;
    padding-bottom: 25px;
}
.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);
}

.price_row,
.landing_special_offer_subtitle,
.email-block--container,
.card-block--container,
.block-margin-top,
.card_icons,
.action_buttons,
.payment-methods,
.include_d,
.include_button
{
    padding: 0 30px !important;
}

.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: #F0F6F4;
  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;
}

.support-link:hover {
 color: #808080;
}

.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;
  }
}
.page-landing h1 {
  font-size: 25px;
}

.promo-code-container {
    text-align: center;
    padding-top: 18px;
}

.enter-promo-code-container {
    padding-bottom: 20px;
}

.enter-promo-code {
    color: #73C371;
    text-decoration: underline;
}

.promo-code-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.input-promo-code {
    padding: 8px 12px 8px 12px !important;
    font-size: 14px;
    margin-right: 18px;
}

.li-item {
    display:flex; justify-content: space-between;
}

.apply-promo-code {
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
}

.promo-code-status-block {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 2px;
    visibility: hidden;
}

.promo-error {
    color: red;
}

.promo-success {
    color: #72C36B;
}

.promo-code-status-block.show-status {
    visibility: visible;
}

#cartModal .modal-body {
    padding-bottom: 0;
}

input.form-control,
textarea.form-control {
  border: 1px solid #73c371;
  border-radius: 10px;
  padding: 18px 20px 18px 20px;
}
input.form-control--border-gray,
textarea.form-control--border-gray {
  border: 1px solid #E5E5E5;
}
input.form-control.error,
textarea.form-control.error {
  border: 1px solid red !important;
}
input.form-control:-moz-read-only, textarea.form-control:-moz-read-only {
  border: 1px solid #B2B2B2;
  box-shadow: none !important;
}
input.form-control:read-only,
textarea.form-control:read-only {
  border: 1px solid #B2B2B2;
  box-shadow: none !important;
}

.landing_special_offer_title {
  background: #F7D365;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  border-radius: 12px 12px 0px 0px;
  padding: 17px 30px;
  margin: -31px -31px 20px;
  font-weight: 500;
}
.landing_special_offer_title--red {
  background: #FF3A44;
  color: #fff;
}

.landing_special_offer_subtitle {
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
  /*margin: 0 -30px 10px;*/
  /*  padding: 0 30px 25px;*/
    padding-bottom: 25px !important;
}

.email-block--container {
    padding-top: 20px;
    padding-bottom: 5px;
}

.landing_special_offer_price {
  font-weight: 500;
  font-size: 28px;
}
.landing_special_offer_price span {
  color: #FF3A44;
}

.friend-invite-top {
  background: #FF3A44;
  color: #fff;
  padding: 15px 20px;
}

.form-control-wr {
  position: relative;
}
.form-control-wr:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  position: absolute;
  background-repeat: no-repeat;
}
.form-control-wr--name:before {
  background: url(/assets/sacrill/img/user-fill.svg?9bc68c0268abc07a7d2e9300f938ef63);
}
.form-control-wr--email:before {
  background: url(/assets/sacrill/img/mail-fill.svg?e815574c3d52abe60b9d54955f4b8e32);
}
.form-control-wr--phone:before {
  background: url(/assets/sacrill/img/phone-fill.svg?ed828a876a7b531695f4e7b888d854e2);
}
.form-control-wr--date:before {
  background: url(/assets/sacrill/img/calendar-fill.svg?1f30850b06ccec70dd9ac9d4d7d93e98);
}
.form-control-wr--hour:before {
  background: url(/assets/sacrill/img/time-fill.svg?95fcdc5e64953ad46823c8b3bd4f4916);
}

.iti {
  display: block !important;
}
.iti input {
  padding-left: 105px !important;
}
.iti__selected-flag {
  padding: 0 15px 0 20px !important;
}

input.form-control__email {
  padding: 16px 20px 16px 50px;
}

.price-box .btn {
  padding: 14px 18px;
}
.price-box .btn-success.btn-multiline {
  padding: 7px 18px;
}
.price-box-padding {
  padding: 10px 30px 30px;
}
.price-box .subscription_course_imgs {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
}
.price-box .available-with-subscription {
  background: #F0F6F4;
  padding: 20px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.price-box .available-with-subscription span {
  font-size: 20px;
}

.page-landing-subscription-course #related .h1 {
  font-size: 20px !important;
}

.subscription_course_imgs-wr {
  border-radius: 12px;
  margin-bottom: 0;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
  padding: 20px;
}
.subscription_course_imgs-wr .subscription_course_imgs {
  margin-top: 0px;
  margin-bottom: 15px;
  border: none;
  padding: 0;
}

.author + .author {
  margin-top: 20px;
}

#player_wr {
  height: 0;
  overflow: hidden;
  padding-top: 61.4%;
  background: white;
  position: relative;
  margin: 0 -20px 20px;
}
#player_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kate-fox-container {
    max-width: 60%;
}

.player_poster {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  cursor: pointer;
  top: 0;
  z-index: 99;
  background-size: cover;
}
.player_poster:hover .player_poster__play {
  background: #F7D365;
}
.player_poster__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.player_poster__play {
  z-index: 3;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #EA2E2E;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  transition: background-color 0.15s ease-in;
  justify-content: center;
}
.player_poster__play .feather {
  width: 21px;
  height: 21px;
  margin-left: 3px;
}

.course_digits {
  margin-top: 10px;
}

.testimonial_number,
.users_number {
  margin-left: 2px;
}
.testimonial_number:before,
.users_number:before {
  content: "•";
  display: inline-block;
  padding: 0 2px;
  margin-right: 5px;
  color: #333;
}

.testimonial_number {
  cursor: pointer;
}

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

.testimonial_video_wr {
  position: relative;
  padding-bottom: 56%;
}
.testimonial_video_wr iframe {
  position: absolute;
  top: 0;
  height: 100%;
}

.users_number {
  font-size: 14px;
  color: #000;
}

.rating .feather {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.course_authors {
  margin-bottom: 12px;
}

.course_authors > span,
.course_last-update > span {
  padding-left: 10px;
  padding-right: 3px;
}

.available-with-subscription {
  font-size: 13px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.syllabus-section-title {
  margin: -1px 0 0 0;
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  border-top: 2px solid #ccc;
  font-weight: 500;
}
.syllabus-preview_item {
  position: relative;
  width: 180px;
  height: 100px;
  display: block;
  flex-shrink: 0;
  background-size: cover;
  border-radius: 12px;
}
.syllabus-preview_item + .syllabus-preview_item {
  margin-left: 10px;
}

.button__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  outline: none !important;
  background: transparent;
  color: #333;
}
.button__play:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button__play .feather {
  width: 10px;
  height: 10px;
  top: -2px;
  left: 1px;
}

.author_photo {
  width: 84px;
  height: 84px;
  margin-right: 20px;
}
.author ul {
  padding-left: 18px;
}
.author ul li > p {
  margin-bottom: 3px;
}

.list-steps {
  counter-reset: i;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.list-steps_item {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.15);
  border-radius: 12px;
  padding: 20px;
  flex-basis: 270px;
  flex-shrink: 0;
}
.list-steps_item + .list-steps_item {
  margin-left: 15px;
}
.list-steps_item > p {
  margin-bottom: 0;
}
.list-steps_item_num {
  color: #808080;
  margin-bottom: 10px;
  display: block;
}

#app-banner {
  background-image: url(/assets/sacrill/img/watch-at.jpg?8e41a71bd5e8044574757af3ba952602);
  background-size: cover;
  border-radius: 20px;
  padding-bottom: 70%;
  margin-bottom: 25px;
  background-position: bottom center;
}

#get-wr {
  background: linear-gradient(180deg, #E5FFD7 0%, #D7FFF2 100%), #C4C4C4;
  padding: 40px 20px 40px;
}
#get-wr .price-box {
  background-color: #fff;
}
#get .form-control-wr {
  margin-bottom: 15px;
}
#get .btn {
  height: 51px;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}

.subscription-gift {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 20px 20px 20px 77px;
  margin-bottom: 20px;
  font-size: 13px;
  min-height: 80px;
  position: relative;
}
.subscription-gift:after {
  content: "";
  display: block;
  background-image: url(/assets/sacrill/img/gift-get.png?8fd21d0472e6c1c80d8080d5552b770f);
  background-size: 42px;
  background-repeat: no-repeat;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 20px;
  left: 20px;
}

.price_imgs {
  display: grid;
  grid-template-columns: 2.39fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  max-height: 200px;
  overflow: hidden;
}
.price_imgs > img:nth-child(1) {
  grid-area: 1/1/3/2;
}
.price_imgs > img:nth-child(2) {
  grid-area: 1/2/2/3;
}
.price_imgs > img:nth-child(3) {
  grid-area: 2/2/3/3;
}

#testimonials + button {
  margin-top: 30px;
}

.testimonial_rating {
  color: #F6D365;
}
.testimonial_rating .feather {
  width: 13px;
  height: 13px;
}
.testimonial_name {
  font-size: 1.15rem;
  margin-bottom: 3px;
}
.testimonial_head__left {
  width: 75px;
}
.testimonial_head__left + .testimonial_head__right {
  margin-left: 15px;
}
.testimonial_body {
  margin-top: 20px;
}
.testimonial + .testimonial {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}

.rounded-5 {
  border-radius: 0.9rem !important;
}

.price_row__actual {
  font-size: 22px;
  font-weight: 500;
}
.price_row__old, .price_row__discount {
  padding-left: 5px;
}

.payment-methods {
  background-image: url(/assets/sacrill/img/payment-methods.svg?2cb8b4a34c16826cf75f3d134f8dc8a4);
  background-repeat: no-repeat;
  height: 24px;
  background-size: 150px;
  background-position: center left;
}
.payment-methods--pmr {
  margin-left: 12px;
  flex-shrink: 0;
  flex-basis: 167px;
  height: 33px;
  background-size: 167px;
}

.user-info-thanks {
  background: #F5F5F5;
  padding: 12px 17px;
  border-radius: 12px;
  margin-top: 20px;
}
.user-info-thanks input.form-control {
  padding: 12px 20px 12px 20px;
}
.user-info-thanks .iti--allow-dropdown input {
  border: 1px solid #73c371;
}
.user-info-thanks .form-check-label {
  margin-top: 3px;
}

.ty_step--2 .btn.btn-success--user-info {
  padding: 13px 28px;
  margin-top: 15px;
}

.font-weight-bolder {
  font-weight: 700;
}

.height-limit {
  position: relative;
  padding-bottom: 24px;
}
.height-limit_wr {
  height: 285px;
  overflow: hidden;
}
.height-limit_wr ul {
  margin-bottom: 0;
}
.height-limit_wr ul + p {
  margin-top: 15px;
}
.height-limit_toogle {
  text-decoration: underline;
  cursor: pointer;
  padding-top: 25px;
  padding-bottom: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, white 40%, white 100%);
}
.height-limit--mob_wr {
  height: 270px;
}

.catalog-categories li a {
  display: block;
}

.info-wr ul {
  list-style: none;
  padding-left: 0;
}
.info-wr ul li + li {
  margin-top: 15px;
}

.info-for {
  line-height: 1.55;
}
.info-for li {
  background-image: url(/assets/sacrill/img/check-green.svg?4cebb51f8e46e963b554cd30d3b49cc3);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 22px;
  padding-left: 34px;
}

.info-descr ul {
  margin-bottom: 30px;
}
.info-descr ul li:before {
  content: "- ";
  margin-right: 2px;
}

.info-include .feather {
  margin-right: 9px;
}
.info-include_item + .info-include_item {
  margin-top: 10px;
}

#get {
  margin: 20px 0;
}

.course_card--price-limiter {
  float: left;
  max-width: 151px;
}

.owl-destroyed {
  display: block;
}
.owl-destroyed .course_card {
  opacity: 1 !important;
  flex-direction: row;
  width: 100%;
  flex-basis: 100%;
  box-shadow: none;
}
.owl-destroyed .course_card + .course_card {
  margin-top: 20px;
}
.owl-destroyed .course_card-img {
  flex-basis: 200px;
  max-height: none;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  min-height: 104px;
}
.owl-destroyed .course_card hr {
  display: none;
}
.owl-destroyed .course_card-title {
  margin-bottom: 10px !important;
  padding-right: 135px;
}
.owl-destroyed .course_card-body {
  padding: 0 0px 0 20px;
}
.owl-destroyed .course_card-body--bottom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: right;
}
.owl-destroyed .course_card-body--bottom .feather {
  display: none;
}

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

.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: "Выбор редакции";
  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;
  }
}
.basket_price-item_right {
  text-align: right;
}

.basket_cards .course_card {
  flex-basis: 100%;
  width: 100%;
}
.basket_cards .course_card .course_card-img {
  max-height: none;
  flex-basis: auto;
  min-height: 150px;
}

.dots-visible:after {
  opacity: 1 !important;
}

.basket_cards .course_card + .course_card {
  margin-top: 20px;
}

.fixed-buy {
  position: fixed;
  bottom: 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 20px;
  left: 0;
  right: 0;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease-in-out;
  transform: translate(0, 0);
}
.fixed-buy.hidden {
  transform: translate(0, 90px);
}
.fixed-buy_left {
  line-height: 1.3;
}
.fixed-buy_right {
  flex-shrink: 0;
}

#footer {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .text-small {
  margin-bottom: 10px;
}
#footer ul a {
  color: #808080;
  text-decoration: none;
}
#footer ul a:hover {
  color: #333;
}

.footer-1 {
  font-size: 13px;
  color: #808080;
}
.footer-user-btns {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.footer-user-btns .btn {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 13px;
}
.footer-mob-links {
  overflow: hidden;
}
.footer-mob-links a {
  float: left;
}
.footer-mob-links a + a {
  margin-left: 10px;
}
.footer-3 {
  margin-top: 20px;
}
.footer-3 ul a {
  text-decoration: underline !important;
}
.footer-4 {
  margin-top: 5px;
}

.accordion {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  max-width: 860px;
}
.accordion-item {
  border-bottom: 1px dashed #ccc;
}
.accordion-body {
  padding: 0 0 1rem;
  color: #808080;
  font-size: 13px;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-button {
  padding: 20px 0;
  box-shadow: none !important;
  transition: padding 0.25s ease-in-out;
}
.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);
}
.accordion-button:not(.collapsed) {
  outline: none;
  background: none;
  color: #333;
  padding-bottom: 7px;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button--no-arrow {
  cursor: default !important;
}
.accordion-button--no-arrow:after {
  display: none;
}

.mail_edston {
  margin-bottom: 18px;
}
.mail_edston span {
  display: block;
}
.mail_edston a {
  text-decoration: none;
  font-size: 22px;
}

.footer-user-btn-wr + .footer-user-btn-wr {
  margin-top: 15px;
}

.page-landing #footer {
  padding-bottom: 80px;
}

.footer-row {
  flex-direction: column;
}

.footer-col-title {
  margin-bottom: 15px;
}
.footer-col ul {
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 0;
}
.footer-col li + li {
  margin-top: 10px;
}
.footer-col-1 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.footer-col .accordion {
  border: none;
  max-width: none;
}
.footer-col .accordion-body ul {
  margin-top: 10px;
}
.footer-col .accordion-button {
  padding: 8px 0;
}
.footer-col-4 {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px 0 20px;
  margin: 20px 0;
}

.footer--fake {
  padding-bottom: 83px;
  padding-top: 43px;
}

.course_grid-fix {
  background: none;
  box-shadow: none;
  height: auto !important;
}

.related-wr {
  border-radius: 12px;
  padding: 40px;
}

.subscription_course_imgs {
  justify-content: space-between;
  align-items: center;
}

.subscription_course_img {
  flex-basis: 50%;
  border-radius: 4px;
  overflow: hidden;
}
.subscription_course_img img {
  max-width: 100%;
}

.plus-yellow-black {
  background: url(/assets/sacrill/img/plus-yellow-black.svg?b239d4f05bba403ca8dd090ea1bf85f1) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  flex-shrink: 0;
  flex-basis: 20px;
}

#timer_gift {
  background: linear-gradient(92.87deg, #B1FCAF 2.7%, #C8FFEE 94.86%);
  padding: 8px;
  margin: -20px -20px 10px -20px;
}
#timer_gift span {
  color: #DE1A1A;
  font-weight: 500;
}

.page-basket {
  background-color: #EAE9E6;
}
.page-basket .price_row__actual {
  font-size: 16px;
}
.page-basket .price_row__old {
  font-size: 13px;
}

.page-basket #header {
  display: none;
}

.basket_product-img--sub {
  background: url(/assets/sacrill/img/2v1_2x.jpg?7ff48194f76d26389d0af1ddcf6afcba) no-repeat;
  background-size: cover;
  width: 150px;
  height: 100px;
}

.basket_block_forever {
  background-image: none !important;
}
.basket_row_forever {
  border: 1px solid #E5E5E5;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: 0;
}

.basket_bonus_info_row {
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  background: #E7E6E3;
  position: absolute;
  font-size: 10px;
  top: -17px;
  padding: 6px 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.basket_block {
  padding: 20px 20px;
  margin: 0 -20px 5px;
  background-color: #fff;
}
.basket_block--card {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.basket .form-check {
  position: relative;
  padding-right: 45px;
}
.basket .form-check:after {
  content: "";
  display: block;
  background-image: url(/assets/sacrill/img/gift-get.png?8fd21d0472e6c1c80d8080d5552b770f) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  width: 42px;
  height: 42px;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
}
.basket .form-check .form-check-input {
  border-color: #1A7CF6;
  border-radius: 4px !important;
  transition: all 0.15s ease-in-out;
  margin-right: 5px;
}
.basket .form-check .form-check-input:checked[type=checkbox] {
  background-color: #1A7CF6;
  background-image: url(/assets/sacrill/img/check-white.svg?ece2fbfdf03998bc1bc52868cd433cca) !important;
}
.basket .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 103, 255, 0.23);
}
.basket_product-main.mb-0 {
  margin-bottom: 0 !important;
}
.basket_product-left {
  flex-basis: 120px;
  flex-shrink: 0;
  margin-right: 20px;
}
.basket_product-title {
  margin-top: 7px;
}
.basket_product-title > a {
  text-decoration: none;
}
.basket_product-title > a:hover {
  text-decoration: underline;
}
.basket_product-digit {
  text-transform: capitalize;
}
.basket_product-digit .feather {
  flex-shrink: 0;
  margin-right: 10px;
}
.basket-footer_logo {
  opacity: 0.5;
  height: 16px;
  margin-bottom: 20px;
}

.basket_block--step-1 .feather {
  stroke-width: 2px;
}

.basket_price-item {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.basket_price-item + .basket_price-item {
  border-top: 1px dashed #ccc;
  padding-top: 15px;
}
.basket_price-item:last-child {
  padding-bottom: 0;
}

.circle_group-item {
  width: 36px;
  height: 36px;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.circle_group-item > img {
  display: block;
}
.circle_group-item + .circle_group-item {
  margin-left: -18px;
}

.form-control--editable {
  background: none;
  border: none;
  outline: none !important;
  text-decoration: underline;
  margin: 0 0 0 7px;
  font-weight: 500;
}

.cc__wrapper {
  width: 100%;
}
.cc__wrapper .price-box__warranty {
  margin-top: 13px;
}

.card__cvv-section {
  margin-top: 10px;
}

.fake-form-control {
  border: 1px solid #73c371;
  border-radius: 10px;
  padding: 18px 20px 18px 20px;
  display: flex;
  background-color: #fff;
  font-size: 1rem;
  max-width: 146px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  align-items: center;
  margin-right: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fake-form-control > input {
  border: none;
  min-width: 24px;
  max-width: 50px;
  outline: none;
}
.fake-form-control > input.card__field--year {
  max-width: 41px;
}
.fake-form-control > span {
  padding: 0 3px;
}

.card__field--error {
  border-color: #ff2f49 !important;
}

.card-info {
  padding: 17px 2px;
  margin: -20px -20px 0;
}

.card-image {
  height: 30px;
  width: 100%;
  background-image: url(/assets/sacrill/img/payment-methods.svg?2cb8b4a34c16826cf75f3d134f8dc8a4);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 20px center;
}

#numCard {
  padding-left: 55px;
}

#expireCard {
  max-width: 140px;
  margin-right: 10px;
}

.bank_logo {
  content: "";
  display: block;
  width: 92px;
  height: 32px;
  position: absolute;
  right: 0;
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 12px;
}

.cvv-inner {
  flex-grow: 1;
}

.cc_num_wr {
  position: relative;
}
.cc_num_wr .card_ico {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/sacrill/img/credit-card.svg?f3c836a994652f267e06b213e1b2fc01);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 20px;
}

.basket_text {
  line-height: 1.6;
  padding-right: 75px;
  min-height: 42px;
  background-position: top right;
  background-repeat: no-repeat;
}
.basket_text--1 {
  background-image: url(/assets/sacrill/img/green-rounded-shield.svg?9ee7a1100c2e122d239edfca97ec73a4);
}
.basket_text--2 {
  background-image: url(/assets/sacrill/img/yellow-rounded-fire.svg?8b2ec6a683d117dfff01964811427dc4);
}

.data_safe .feather {
  color: #7b7a74;
  margin-right: 5px;
}

.pay_result_tabs {
  padding: 30px 0;
}

.thanks_1 {
  padding-bottom: 90px;
}
.thanks_1-1 {
  font-size: 22px;
  line-height: 1.4;
}
.thanks_1-1:after {
  content: "";
  display: inline-block;
  background: url(/assets/sacrill/img/heart-colored.svg?81bf40244a2d19e486b424d9af9b841d) no-repeat 0 0;
  height: 18px;
  width: 18px;
  margin-left: 7px;
}
.thanks_1-2 {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 60px 20px 20px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: url(/assets/sacrill/img/fire-colored.svg?f66e1b25d61c1c2e0cc3a391bbd16f9f) no-repeat top 20px right 20px;
}
.thanks_1-3 {
  font-size: 18px;
  line-height: 1.5;
}
.thanks_1-4 {
  line-height: 1.6;
}

.thanks_2 {
  padding-bottom: 125px;
}
.thanks_2-1 {
  font-size: 22px;
  line-height: 1.4;
}
.thanks_2-2 {
  font-size: 13px;
  line-height: 1.6;
}
.thanks_2-3 {
  font-size: 16px;
  line-height: 1.6;
}
.thanks_2-4 {
  line-height: 1.6;
  padding: 30px 85px 30px 20px;
  border-radius: 0px;
  margin: 20px -20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.4) url(/assets/sacrill/img/shield-3.svg?b20268fcdf83c95998e38ba83b876b35) no-repeat top 20px right 20px;
}
.thanks_2-5 {
  line-height: 1.6;
  color: #808080;
  font-size: 13px;
}

.thanks_3--top {
  padding: 30px;
  padding-left: 20px;
  padding-right: 40%;
  margin: -20px -20px 0 -20px;
  background-image: url(/assets/sacrill/img/iphone-trans.png?4cdbe91ea92bf591278ef1d6cab8378c);
  background-repeat: no-repeat;
  background-position: right 19px bottom -27px;
  background-size: contain;
}
.thanks_3-1 {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.thanks_3-3 {
  text-align: center;
  color: #808080;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 0 10px;
}
.thanks_3--bottom {
  padding: 20px;
  margin: 0 -20px -20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  position: relative;
}
.thanks_3-credentials--item {
  cursor: pointer;
  border: 1px dashed #BFBEBD;
  padding: 15px 20px;
  border-radius: 12px;
  position: relative;
}
.thanks_3-credentials--item + .thanks_3-credentials--item {
  margin-top: 10px;
}
.thanks_3-credentials--item .feather {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #909090;
}

.basket_product-right .rating {
  align-items: center;
}
.basket_product-right .stars {
  display: flex;
  margin-left: 5px;
}
.basket_product-right .stars .feather {
  margin-right: 0;
  height: 12px;
  top: 0;
}

#subscriptionTryModal .modal-dialog {
  background: url(/assets/sacrill/img/try_sub.jpg?f37e66065902d4da0c45e34bd9c46bb8) no-repeat top center;
  background-size: cover;
  padding: 125px 0;
  max-width: 560px;
}
#subscriptionTryModal .modal-dialog-en {
    background: url(/assets/en/try_sub_en.jpg?f37e66065902d4da0c45e34bd9c46bb8) no-repeat top center;
    background-size: cover;
    padding: 125px 0;
    max-width: 560px;
}
#subscriptionTryModal .modal-dialog .modal-content {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  border-top-right-radius: 100px;
}
#subscriptionTryModal .modal-dialog .modal-body {
  padding: 40px;
}
#subscriptionTryModal .modal-dialog .sub_try_btns {
  margin-top: 25px;
}
#subscriptionTryModal .modal-dialog .sub_try_btns > button + button {
  margin-top: 10px !important;
}
#subscriptionTryModal .modal-dialog .sub_try_title {
  font-size: 18px;
  font-weight: 500;
  color: #ff3a44;
}
#subscriptionTryModal .modal-dialog .important_note {
  color: #ff3a44;
}

#basketModal .text-subscription-tooltip {
  padding-left: 15px;
}
#basketModal .modal-dialog {
  max-width: 660px;
}
#basketModal .modal-header {
  border-bottom: unset;
  padding-bottom: 5px;
}
#basketModal .modal-content {
  background-color: #F5F5F5;
}
#basketModal .modal-body {
  padding: 0 40px;
}
#basketModal .modal-body .mobile--rating {
  display: none;
}
#basketModal .course-info {
  display: flex;
}
#basketModal .course-info--left {
  margin-right: 20px;
}
#basketModal .course-info--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#basketModal .course-info--right--title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #333333;
}
#basketModal .course-info--right--rating .sc-landing-course-rating {
  width: auto;
}
#basketModal .course-thumb--img {
  max-width: 205px;
  border-radius: 12px;
}
#basketModal .user-info-thanks {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  margin-bottom: 30px;
}
#basketModal .course-total-price {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  margin-bottom: 30px;
}
#basketModal .line {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}
#basketModal .progress {
  margin-bottom: 30px;
}
#basketModal .card-section {
  margin-bottom: 30px;
}
#basketModal .email-section {
  margin-bottom: 30px;
}
#basketModal .email-section--text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 10px;
}
#basketModal .email-section--input .feather {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 19px;
}
#basketModal .email-section--input input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  height: 60px;
}
#basketModal .payment-cards {
  margin-bottom: 20px;
}
#basketModal .payment-cards--payment-button {
  margin: 10px 0 0 !important;
  width: 100%;
}
#basketModal .agreement-text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #808080;
}
#basketModal .agreement-text--links {
  text-decoration: underline;
}
#basketModal .agreement-text--links:hover {
  color: #808080;
}
#basketModal .benefits-section {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 33px;
  margin-bottom: 50px;
}
#basketModal .benefits-section--header {
  display: flex;
}
#basketModal .benefits-section--header--icon {
  margin-right: 13px;
}
#basketModal .benefits-section--header--title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #333333;
}
#basketModal .benefits-section--content--list {
  list-style: none;
  padding-left: 3px;
}
#basketModal .benefits-section--content--list--email:hover {
  color: #333333;
}
#basketModal .benefits-section--content--list > li {
  padding-left: 20px;
  position: relative;
  margin: 20px 10px 20px 0;
}
#basketModal .benefits-section--content--list li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #333333;
}

.card-details {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.card-details--input {
  padding-left: 20px;
  width: 49%;
  max-width: unset !important;
}

.btn-orange {
  background-color: #F7D365;
}

.btn-orange:hover {
  background-color: #ffcb51;
}

.hidden {
  display: none;
}

.form-control-wr .feather {
  margin-top: -13px;
}

.error_text {
  padding-left: 2px !important;
  padding-top: 2px !important;
  color: red;
}

.form-control-wr {
  margin-bottom: 0 !important;
}

.feather {
  stroke-width: 2px;
}

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

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

.agree-checkbox-error {
  border: 2px solid red !important;
}

.card-error {
  margin-top: 10px;
}

.agree-error, .card-error {
  color: red !important;
}

.bonus-section, .agreement-section {
  display: flex;
  margin-top: 15px;
  padding-left: 45px;
}

.agreement-section--right {
  text-align: start;
}

.sacrill-trial-full-text {
  transition: height 0.5s;
  height: 0;
  overflow: hidden;
}

.sc-landing-course-rating-top {
  background: #FFF6E8;
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
  font-size: 15px;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.sc-landing-course-rating {
  bottom: -113px;
  left: 50%;
  width: 480px;
  text-align: center;
}

.sc-rating-avatars {
  position: relative;
  display: flex;
  margin-left: 15px;
}

.sc-rating-avatar + .sc-rating-avatar {
  margin-left: -12px;
}

.sc-rating-avatar {
  border-radius: 50%;
  border: 2px solid #FFF6E8;
  width: 36px;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.sc-rating-ico {
  width: 16px;
  height: 16px;
  fill: #FFA51E;
}

.bg-radial {
  background: #EAE9E6 url(/assets/sacrill/img/result_bg_mob.jpg?e06282e61b3f605cb56920c01ad7afe0) no-repeat top left;
  background-size: cover;
}

.thanks_sub {
  padding-top: 30px;
  padding-bottom: 30px;
}
.thanks_sub_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.thanks_sub_trial {
  padding: 20px 120px 20px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.thanks_sub_trial::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 177px;
  min-height: 130px;
  height: 80%;
  background-image: url(/assets/sacrill/img/gift-result-sub.png?0dba7e679fed4c3e7e8a968116310c78);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.thanks_sub_btns {
  margin-top: 20px;
}
.thanks_sub_btns .btn {
  border-radius: 12px 65px 65px 12px !important;
  text-align: left;
  padding: 3px 30px 3px 3px;
  align-items: center;
  position: relative;
  border: 0;
  font-weight: 500;
  display: flex;
}
.thanks_sub_btns .btn + .btn {
  margin-top: 10px;
}
.thanks_sub_btns .btn::before {
  content: "";
  display: block;
  width: 48px;
  height: 46px;
  background-color: #EAE9E6;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  flex-shrink: 0;
  margin-right: 15px;
}
.thanks_sub_btns .btn-success::before {
  background-image: url(/assets/sacrill/img/phone-art.png?361df980ee9c2331e1e67e8eda1eb2f4);
}
.thanks_sub_btns .btn-yellow::before {
  background-image: url(/assets/sacrill/img/pc-art.png?ee504d758e655807404c6f821c2231dd);
}

.basket_bonus_1 {
  background: #F6D365;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  color: #333333;
  position: relative;
}
.basket_bonus_1 .form-check {
  display: flex;
  align-items: center;
  background: #fff;
  flex-basis: 260px;
  width: 260px;
  position: initial;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 15px;
}
.basket_bonus_1 .form-check-input {
  margin-left: 0 !important;
  margin-right: 9px;
  margin-top: 0;
}
.basket_bonus_1 .form-check:after {
  bottom: 0;
  right: 20px;
  top: 20px;
}
.basket_bonus_2 {
  border: 1px solid #E5E5E5;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  border-top: none;
  color: #808080;
}

.cc {
  position: relative;
}
.cc .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px;
  z-index: 5;
}

#payButton, #payStripeButton {
  margin-top: 30px;
}

#payStripeButton {
  background-color: #fff;
  color: #73C371;
}

.sub-basket-img {
  margin: -19px -30px 0;
  height: 155px;
  background: url(/assets/sacrill/img/sub-basket-bg.png?36c2eb26606e59f61bc5f67027f8e4cb);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.sub-basket-img:before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  background: url(/assets/sacrill/img/sub-basket-gift.png?92b10aad479d3851b574aea4b508deab);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 391px;
  height: 200px;
  width: 100%;
}

.basket_sub ul {
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}
.basket_sub_title {
  font-size: 15px;
}
.basket_sub_subtitle {
  font-size: 13px;
}

@media (max-width: 767px) {
  .basket_row_forever {
    position: relative;
    font-size: 13px;
    color: #808080;
    text-transform: lowercase;
    padding: 0 6px;
    margin-left: 5px;
  }

  .basket_block_forever .rating {
    font-size: 10px;
    align-items: flex-start;
  }
  .basket_block_forever .rating .mr-1 {
    margin-top: 2px;
  }
  .basket_block_forever .rating .feather {
    margin: 0 !important;
    width: 11px;
  }

  .basket_product-img--sub {
    background: url(/assets/sacrill/img/2v1_mob_2x.jpg?50fdfaf5f791fa81b28203d0d655f366) no-repeat;
    background-size: cover;
    width: 123px;
    height: 101px;
  }

  .basket_sub {
    overflow: hidden;
  }

  .basket_bonus_info_row {
    font-size: 13px;
    color: #333;
    text-transform: none;
    padding: 0px 15px;
    top: -13px;
  }

  .basket_product-main.mb-0 {
    display: block !important;
  }
  .basket_product-main.mb-0 .basket_product-left {
    float: left;
  }

  .basket_sub {
    position: relative;
  }
  .basket_sub .sub-basket-img {
    position: absolute;
    right: -115px;
    bottom: 0;
    width: 333px;
    height: 152px;
  }
  .basket_sub .sub-basket-img:before {
    background-size: 100%;
    height: 100%;
    width: 85%;
  }
  .basket_sub ul {
    padding-right: 68px;
  }
  .basket_sub_title--colored {
    color: #119BFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0 !important;
  }

  .basket_block.basket_block--card.basket_block--steps {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  #basketModal .modal-header {
    padding-top: 0;
  }
  #basketModal .modal-header .btn-close {
    top: 10px;
    position: relative;
  }
  #basketModal .modal-body {
    padding: 0 20px;
  }
  #basketModal .modal-body .mobile--rating {
    display: block;
  }
  #basketModal .course-thumb--img {
    max-width: 117px;
  }
  #basketModal .course-info {
    padding-bottom: 20px;
  }
  #basketModal .course-info--right--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
  #basketModal .course-info--right--rating {
    display: none;
  }
  #basketModal .course-total-price {
    font-size: 19px;
  }
  #basketModal .benefits-section {
    padding: 22px;
  }

  .sc-landing-course-rating {
    width: auto;
  }
  .sc-landing-course-rating .justify-content-start {
    justify-content: space-between !important;
  }
}
.page-home {
  padding-bottom: 75px;
}

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

.home_banner {
  background-image: url(/assets/sacrill/img/collection-1-mobile.png?4a0f855caf288b636cb526b6d5e51ce0);
  height: 156px;
  background-size: cover;
  position: relative;
  background-position: center;
  margin-bottom: 30px;
}
.home_banner--es {
  background-image: url(/assets/sacrill/img/collection-1-mobile-es.jpg?5695ea09511120e3ff6c5775bcb98941);
  background-position: bottom right;
}
.home_banner--en {
  margin-top: 20px;
  background-image: url(/assets/newhuman/home_top.png?5695ea09511120e3ff6c5775bcb98941);
  background-position: top left;
}
.home_banner--es:before {
  background-position: bottom left !important;
}
.home_banner .home_banner-girl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.home_banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 181px;
  background: url(/assets/sacrill/img/girl-1-mobile.png?f02e622b959e75aea7c6e96d1b76370e);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  bottom: 0;
  position: absolute;
}

.home_banner-btn {
  white-space: nowrap;
}

.home_banner-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home_banner-wr .price-box__warranty {
  font-size: 13px;
  margin: 20px 0 0;
}

.become_teacher-wr {
  padding: 40px 0;
  position: relative;
}
.become_teacher-wr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(246, 211, 101, 0) 0%, #F6D365 100%);
  opacity: 0.3;
  border-radius: 0px 0px 60px 60px;
}
.become_teacher-wr .decorate {
  position: relative;
}

.become_teacher-inner {
  position: relative;
  z-index: 2;
}

#owl-authors {
  height: 150px;
  margin-top: 40px;
}

.owl-authors-item {
  width: 92px;
  height: 150px;
  background: #eaeaea;
  border-radius: 5px;
  overflow: hidden;
}

.img-full.img-collection {
  height: 186px;
  background-size: cover;
  background-position: center;
  margin: 40px 0;
}

.what_is-wr {
  overflow: hidden;
}

.what_is-items {
  justify-content: space-between;
}

.what_is-item {
  flex-basis: 235px;
  box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.1);
  border-radius: 12px;
  padding: 20px;
  flex-shrink: 0;
  background: #fff;
}
.what_is-item + .what_is-item {
  margin-left: 20px;
}
.what_is-item_ico {
  margin-bottom: 20px;
}

.what_is-wr {
  margin-bottom: 40px;
}
.what_is-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px -5px -10px;
}
.what_is-photo {
  flex-basis: 50%;
  max-width: 50%;
  max-height: 160px;
  margin-bottom: 10px;
  padding: 0 5px;
}
.what_is-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.what_is-photo:nth-child(5) {
  display: none;
}
.what_is-better {
  margin: 30px 0 0;
}

.girl_2-wr {
  margin: 0 -20px;
  position: relative;
}
.girl_2-img {
  max-width: 360px;
  margin: auto;
}
.girl_2-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 73%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, #FFCFC5 0%, #F2F3BC 100%);
  opacity: 0.5;
}
.girl_2-img > img {
  position: relative;
  z-index: 2;
}

.in_mob-wr .download-app_links > a {
  margin: 0;
}
.in_mob-wr .download-app_links > a + a {
  margin-left: 10px;
}

.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;
  }
}
.home_testimonials .owl-dots {
  padding-top: 10px;
  margin-bottom: -10px;
}

.home_testimonial {
  display: flex;
  flex-wrap: wrap;
}
.home_testimonial_name {
  flex-basis: 200px;
  padding-left: 20px;
  align-self: center;
  font-weight: 500;
}
.home_testimonial_text {
  margin-top: 20px;
}

@media (min-width: 576px) {
  #menuHidden .modal-dialog {
    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) {
    .kate-fox-container {
        max-width: 100%;
    }
    .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) {
  .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%;
  }

    .price-box {
        /*padding-top: 20px;*/
    }

    .landing_special_offer_subtitle {
        margin-bottom: 0 !important;
    }

    .action_buttons {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@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;
  }

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

  .mt-10 {
      margin-top: 60px;
  }
}
@media (max-width: 767px) {
  input.form-control, textarea.form-control {
    padding: 15px 18px 15px 18px;
  }

  .sub-offer {
    border-radius: 0;
  }
}
.form-control-wr {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .height-limit--mob .height-limit_wr {
    height: auto !important;
  }
  .height-limit--mob .height-limit_toogle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .page-landing h1 {
    font-size: 22px;
  }

  .friend-invite-top {
    font-size: 13px;
  }

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

  h1.font-weight-bolder {
    font-size: 24px;
  }

  .sub-offer_trial--left .h4 {
    font-size: 1rem;
  }

  .container-no-space .sub-offer {
    margin: 0 -20px;
  }

  .height-limit--mob {
    padding-bottom: 0;
  }
  .height-limit--mob .height-limit_wr {
    height: 270px;
  }
  .height-limit--mob .height-limit_toogle {
    margin-top: 20px;
    position: relative;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
    background: #F0F6F4;
    border-radius: 50px;
    display: block;
  }

  .catalog-categories li {
    border-bottom: 1px dashed #ccc;
  }
  .catalog-categories li:first-child {
    border-top: 1px dashed #ccc;
  }
  .catalog-categories li a {
    padding: 15px 0;
    text-decoration: none;
    position: relative;
  }
  .catalog-categories li a:after {
    content: "";
    display: block;
    background: url(/assets/sacrill/img/chevron-right.svg?244ac903603d2247ed9be0f26f5bfd77);
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .landing_special_offer_title {
    margin: -20px -21px 12px;
    font-size: 15px;
    text-transform: none;
    text-align: center;
    padding: 12px 10px;
  }

    .price_row {
        font-size: 16px;
    }

    .email-block--container {
        padding-top: 0;
    }

    .email-block--container #email {
        margin-bottom: 10px;
    }

  .landing_special_offer_subtitle {
    font-size: 16px;
    /*border: none;*/
    margin: 0;
    padding: 0;
  }
  .landing_special_offer_subtitle ul {
    padding-left: 15px;
  }
  .landing_special_offer_subtitle + .price_row {
    text-align: center;
  }

  .landing_special_offer_price {
    font-size: 20px;
  }

  .payment-methods--special_offer {
    margin-top: 15px;
    background-position: center;
  }

  .page-landing-subscription-course .subscription_course_imgs-wr {
    margin-bottom: 20px;
  }
  .page-landing-subscription-course .price-box__warranty {
    margin-top: 20px;
    padding-left: 0;
    padding-top: 0;
    background: none;
    text-align: center;
  }
  .page-landing-subscription-course .subscription_course_imgs-wr {
    padding: 0;
    border: none;
  }
  .page-landing-subscription-course .price-box .available-with-subscription {
    padding: 15px 20px;
  }
  .page-landing-subscription-course .price-box-padding {
    padding: 20px;
  }
  .page-landing-subscription-course .related-wr {
    padding: 0;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .page-basket--2v1 .basket_block {
    margin-bottom: 0;
    position: relative;
  }
  .page-basket--2v1 .basket_block:after {
    content: "";
    display: block;
    width: 93%;
    height: 1px;
    position: absolute;
    background: #E7E6E3;
    bottom: 0;
  }

  #cloud_message {
    margin-top: 10px;
  }

  .cc__wrapper .card__btn-pay {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px !important;
  }

  .course_grid-fix {
    display: none;
  }

  #get-wr {
    margin-left: -20px;
    margin-right: -20px;
  }

  .page-basket--steps .basket_bonus {
    padding: 2px 20px 3px;
      margin: 15px -20px -10px;
      z-index: 3;
  }
  .page-basket--steps .basket_bonus .form-check {
    background: #F5F5F5;
    padding: 20px 68px 20px 50px;
    border-radius: 12px;
    position: relative;
  }
    .subscription_checkbox > .form-check {
        padding-right: 24px !important;
    }
  .page-basket--steps .basket_bonus .form-check:after {
    top: 0;
    right: 0;
    background-color: #F6D365;
    border-radius: 12px;
    background-size: 30px !important;
  }
  .page-basket--steps .basket_bonus_1 {
    border-radius: 4px 4px 0 0;
  }
  .page-basket--steps .basket_bonus_1 .form-check {
    width: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
  }
  .page-basket--steps .basket_bonus_1 .form-check::after {
    display: none;
  }
  .page-basket--steps .basket_bonus_2 {
    border-radius: 0 0 4px 4px;
    border: 2px solid #F6D365;
  }
  .page-basket--steps .payment-stripe-button {
    width: 100%;
    position: relative;
  }
  .page-basket--steps .payment-stripe-button .feather {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -9px;
  }
  .page-basket--steps .basket_block--step-1 .btn-success,
  .page-basket--steps .basket_block--step-1 .btn-secondary {
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
  .page-basket--steps .basket_block--step-1 .btn-secondary .feather {
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -9px;
  }
  .page-basket--steps .basket_block--step-1 .btn-success .feather {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -9px;
  }
  .page-basket--steps .basket_price-item {
    padding-bottom: 4px;
  }
  .page-basket--steps .basket_price-item + .basket_price-item {
    border-top: 0;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .subscription-add-wr {
    margin-bottom: 20px !important;
  }

  .basket_block--steps {
    margin: 0px -10px 15px !important;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .basket_block--steps .h1 {
    font-size: 15px !important;
  }

  .progress-wr {
    position: relative;
  }
  .progress-wr > span {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    font-size: 11px !important;
    background: #73c371b0;
    height: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .progress-wr .progress-bar-animated {
    text-align: right;
    padding-right: 3px;
  }

  #subscriptionTryModal .modal-dialog {
    padding: 113px 0;
  }
  #subscriptionTryModal .modal-dialog .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #subscriptionTryModal .sub_try_btns {
    margin-top: 20px;
  }

  #player_wr + .available-with-subscription {
    margin: -20px -20px 20px;
  }
}
@media (max-width: 575px) {
  .price-row-499 {
    font-size: 12px;
  }
  .price-row-499 + .justify-content-md-start {
    font-size: 13px;
  }

  .btn-success--user-info {
    width: 100%;
  }

  .user-info-thanks .form-control-wr {
    width: 100%;
  }

  .subscription-gift {
    padding-left: 20px;
    padding-right: 61px;
  }
  .subscription-gift:after {
    top: 0;
    right: 0;
    left: auto;
    background-color: #F6D365;
    height: 60px;
    width: 60px;
    border-radius: 12px;
    background-position: center;
  }
}
@media (max-width: 575px) {
  .payment-stripe-button {
    margin-top: 1rem !important;
  }
}
@media (min-width: 768px) {
  #get-wr {
    background: #F5F2F0;
    border-radius: 12px;
    padding: 40px;
  }
  #get-wr .h1 {
    font-size: 20px;
  }

  #header {
    margin-bottom: 40px;
  }

  .page-home {
    padding-bottom: 10px;
  }
  .page-home #header {
    margin-bottom: 0;
  }

  .basket_block {
    margin: 0 0 10px;
    border-radius: 12px;
    padding: 30px 30px;
  }

  .page-basket .basket-header_logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .thanks_tab_wr {
    background-color: #fff;
    padding: 60px;
    border-radius: 12px;
  }

  .page-pay_result .tooltip {
    display: none;
  }

  .thanks_tab-title {
    font-size: 46px;
    margin-bottom: 30px;
  }

  .thanks_tab_wr .mx-minus {
    margin: 60px -60px;
  }
  .thanks_tab_wr .fixed-buy {
    position: relative;
    background: none !important;
    box-shadow: none;
    width: 500px;
    float: right;
    font-size: 16px;
    text-align: center;
    padding: 0;
  }
  .thanks_tab_wr .fixed-buy .btn {
    padding: 17px 62px;
    font-size: 16px !important;
  }

  .thanks_1-2 {
    margin-top: 0 !important;
    padding-left: 86px;
    position: relative;
    background: none;
    width: auto;
    border-radius: 60px;
    display: inline-block;
    padding-right: 40px;
  }
  .thanks_1-2:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: 0;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #FFDFB9 url(/assets/sacrill/img/fire-colored.svg?f66e1b25d61c1c2e0cc3a391bbd16f9f) no-repeat center;
  }
  .thanks_1-3 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0 !important;
  }
  .thanks_1-4 {
    margin-top: 20px !important;
  }

  .thanks_2 .thanks_tab_wr .fixed-buy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .thanks_2 .thanks_tab_wr .fixed-buy .btn {
    padding: 17px 34px;
  }
  .thanks_2 .thanks_tab_wr .fixed-buy .btn:nth-child(1) {
    margin-right: 20px;
    margin-bottom: 0 !important;
  }
  .thanks_2 .thanks_tab_wr .fixed-buy .btn:nth-child(2) {
    margin-left: 20px;
  }
  .thanks_2-2 {
    padding: 20px 40px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    margin-top: 0 !important;
    border-radius: 60px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0 !important;
  }
  .thanks_2-3 {
    font-size: 36px;
  }
  .thanks_2-4 {
    background: #F0F6F4 url(/assets/sacrill/img/shield-3.svg?b20268fcdf83c95998e38ba83b876b35) no-repeat left 40px center;
    margin: 0;
    border-radius: 12px;
    font-size: 22px;
    line-height: 1.5;
    padding: 40px 60px 40px 118px;
  }
  .thanks_2-5 {
    font-size: 16px;
  }

  .thanks_3_wr {
    padding-right: 50%;
    font-size: 16px;
  }
  .thanks_3_wr .thanks_3--top {
    background: none;
    padding-right: 0;
    padding-bottom: 0;
  }
  .thanks_3_wr .thanks_3--bottom {
    margin: 20px 0;
    padding: 0;
    background: none !important;
    box-shadow: none;
  }

  .thanks_3-2 {
    margin-bottom: 20px !important;
  }
  .thanks_3-3 {
    text-align: left;
    font-size: 16px !important;
    padding: 0;
  }
  .thanks_3-4 {
    margin-bottom: 20px !important;
  }
  .thanks_3-4 .btn {
    width: auto;
    padding: 19px 50px;
  }
  .thanks_3-5 {
    text-align: left;
    font-size: 16px !important;
  }

  .thanks_3-credentials--item {
    display: flex;
    padding: 22px 26px;
    font-size: 20px;
    border: none;
    box-shadow: 0px 4px 160px rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.1);
  }
  .thanks_3-credentials--item .value {
    margin-left: 5px;
  }
  .thanks_3-credentials--item .feather {
    right: 24px;
    top: 26px;
  }

  .course_card--basket {
    flex-direction: row;
    box-shadow: none;
    overflow: visible;
    background-color: transparent;
  }
  .course_card--basket .course_card-img {
    width: 320px;
    flex-basis: 320px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .course_card--basket .course_card-price {
    display: flex;
    padding: 12px 20px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-right: 10px;
  }
  .course_card--basket .course_card-price strike {
    margin: 0 5px;
  }
  .course_card--basket .course_card-body {
    padding: 0px 20px;
  }
  .course_card--basket .course_card-body--top div:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .course_card--basket .course_card-body--top div:nth-child(2) {
    margin-bottom: 20px;
    color: #808080;
  }

  .page-landing #footer {
    padding-bottom: 30px;
  }

  .in_mob-wr {
    margin-top: -30px;
    overflow: hidden;
  }
  .in_mob-wr > .container {
    padding-top: 92px;
    padding-right: 289px;
    height: auto;
    padding-bottom: 40px;
    position: relative;
  }
  .in_mob-wr .h1 {
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .in_mob-wr .download-app_links {
    margin-top: 40px;
  }

  .girl_2-wr {
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: -1;
    bottom: 0;
    right: -110px;
  }

  .girl_2-img {
    float: right;
    max-width: 415px;
  }
  .girl_2-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background: linear-gradient(270deg, #FFCFC5 0%, #fff6e8 60%, #f2f3bc00 100%);
    border-radius: 0px 12px 12px 0;
  }

  .become_teacher-wr {
    padding: 60px 0;
    margin-top: 60px;
  }
  .become_teacher-wr .h1 {
    margin-bottom: 20px;
  }

  .what_is-photo {
    flex-basis: 25%;
    max-width: 25%;
  }

  .home_testimonials-wr .h1 {
    font-size: 32px;
    text-align: center;
  }

  .home_testimonials .owl-stage-outer {
    border-radius: 12px;
  }
  .home_testimonials .owl-nav {
    top: 50%;
    margin-top: -29px;
  }
  .home_testimonials .owl-dots {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .home_testimonial {
    display: block;
    padding: 20px 90px;
    text-align: center;
  }
  .home_testimonial_img {
    width: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .home_testimonial_name {
    padding-left: 0;
    font-size: 20px;
    margin-top: 20px;
  }
  .home_testimonial_name br {
    display: none !important;
  }

  .home_banner-wr {
    overflow-x: hidden;
  }
  .home_banner-wr .home_banner-price {
    background: #fff;
    z-index: -1;
  }
  .home_banner-wr > .container {
    padding-top: 20px;
    min-height: 400px;
    position: relative;
    padding-right: 200px;
  }
  .home_banner-wr .home_banner {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 377px;
    left: 420px;
    background: linear-gradient(269.75deg, rgba(242, 243, 188, 0.5) 22%, rgba(255, 153, 102, 0.5) 100.86%);
    border-radius: 228.5px 0px 0px 40px;
    width: 1200px;
    margin: 0;
  }
  .home_banner-wr .home_banner:before {
    height: 415px;
    background-size: contain;
    width: 390px;
    left: 19px;
    background-image: url(/assets/sacrill/img/girl-1.png?dda167d329fcd547f521adfad284a6ef);
    background-repeat: no-repeat;
    z-index: 3;
  }
    .home_banner-wr .home_banner:after {
        display: block;
        content: "";
        position: absolute;
        left: 137px;
        top: 32px;
        width: 720px;
        height: 312px;
        background: url(/assets/sacrill/img/collection-1.png?2954ac8cddbc85823f62d99c6acb9b81) no-repeat 0 0;
    }
    .home_banner-wr .home_banner--en:after {
        display: block;
        content: "";
        position: absolute;
        left: 137px;
        top: 32px;
        width: 720px;
        height: 312px;
        background: url(/assets/newhuman/home_top.png?2954ac8cddbc85823f62d99c6acb9b81) no-repeat 0 0;
        /*background: url(/assets/sacrill/img/collection-1.png?2954ac8cddbc85823f62d99c6acb9b81) no-repeat 0 0;*/
    }
  .home_banner-wr .home_banner--es:after {
    display: block;
    content: "";
    position: absolute;
    left: 137px;
    top: auto;
    bottom: 0;
    width: 879px;
    height: 345px;
    background: url(/assets/sacrill/img/collection-es.png?e644c00d9c783c8d6c76b6a54e6f87e4) no-repeat 0 0;
  }
  .home_banner-wr .home_banner-title {
    font-size: 42px;
  }

  #player_wr {
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) {
  .thanks_sub {
    padding: 40px 0;
  }
  .thanks_sub_title {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .thanks_sub_subtitle {
    font-size: 20px;
  }
  .thanks_sub_trial {
    margin: 30px 0;
    padding: 30px 35px;
    overflow: visible;
    font-size: 20px;
  }
  .thanks_sub_trial span {
    width: 470px;
    display: block;
  }
  .thanks_sub_trial br {
    display: none;
  }
  .thanks_sub_trial::after {
    width: 290px;
    height: 200px;
    left: 505px;
  }
  .thanks_sub .thanks_3-credentials {
    display: flex;
    align-items: flex-start;
    margin: 20px 0px 0;
  }
  .thanks_sub .thanks_3-credentials--item {
    flex-grow: 1;
    padding: 22px 65px 22px 26px;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  .thanks_sub .thanks_3-credentials--item + .thanks_3-credentials--item {
    margin: 0 10px;
  }
  .thanks_sub_btns {
    margin: 30px -8px 40px;
    display: flex;
    align-items: flex-start;
  }
  .thanks_sub_btns .btn {
    margin: 0 8px;
    width: auto;
    flex-grow: 0;
    font-size: 16px;
  }
  .thanks_sub_btns .btn::before {
    background-size: 36px;
    height: 56px;
    width: 59px;
  }
  .thanks_sub_btns .btn + .btn {
    margin-top: 0;
  }

  .home_banner-wr > .container {
    min-height: 457px;
    padding-top: 80px;
  }
  .home_banner-wr .home_banner:before {
    height: 457px;
  }

  .home_testimonial {
    padding: 40px 100px;
  }

  .what_is-wr .dragscroll__fullwidth {
    margin-top: 40px;
  }

  .what_is-item {
    flex-basis: 275px;
    padding: 40px;
    border-radius: 12px 100px 12px 12px;
  }

  .what_is-photo {
    flex-basis: 20%;
    max-width: 20%;
  }
  .what_is-photo:nth-child(5) {
    display: block;
  }

  .what_is-better {
    text-align: center;
    margin-top: 60px;
  }
  .what_is-better .h1 {
    margin-bottom: 20px;
  }

  .in_mob-wr {
    margin-top: 0;
  }
  .in_mob-wr > .container {
    height: 495px;
    padding-top: 174px;
    padding-right: 50%;
  }

  .girl_2-wr {
    top: 0;
    right: 0;
  }

  .girl_2-img {
    max-width: 593px;
  }
  .girl_2-img:before {
    height: 383px;
  }

  .home_banner-wr .home_banner {
    left: 620px;
  }

  .home_banner-wr > .container {
    padding-right: 390px;
  }

  .basket_product {
    background: #fff url(/assets/sacrill/img/round-check.svg?a5a4a6fcdec5de5ab5a1ab37d8522769) no-repeat top 20px right 20px;
  }

  .basket_block--card {
    padding: 40px;
  }

  .card__form {
    position: relative;
  }

  .data_safe {
    margin-top: 20px !important;
  }

  #payButton, #payStripeButton {
    width: auto;
  }

  .receipt-send {
    margin: 0;
  }

  .basket_product-main {
    flex-direction: column;
    margin-bottom: 20px !important;
  }

  .basket_product-left {
    flex-basis: auto;
  }

  .basket_product-img {
    margin-bottom: 20px;
  }
  .basket_product-img img {
    width: 150px;
  }

  .basket_product-title {
    font-size: 16px;
    margin-top: 10px;
  }

  .basket_product-digit {
    flex-direction: column;
  }
  .basket_product-digit .feather {
    margin-bottom: 9px;
  }

  .basket_price ul {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .basket_price ul .basket_price-item {
    padding: 16px 20px;
  }
  .basket_price ul .basket_price-item:first-child {
    background-color: #F5F5F5;
  }
  .basket_price ul .basket_price-item + .basket_price-item {
    border-top: none;
  }
  .basket_price .basket_text--1, .modal-dialog .basket_text--1 {
    background: none;
    padding: 0;
    position: relative;
    padding-bottom: 62px;
    margin-bottom: 20px;
  }
  .basket_price .basket_text--1:before, .modal-dialog .basket_text--1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    bottom: 22px;
  }
  .basket_price .basket_text--1:after, .modal-dialog .basket_text--1:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(/assets/sacrill/img/green-rounded-shield.svg?9ee7a1100c2e122d239edfca97ec73a4);
    position: absolute;
    bottom: 0;
    margin-left: -22px;
    left: 50%;
  }
  .basket_price .basket_text--2, .modal-dialog .basket_text--2 {
    background: none;
    padding: 0;
  }

  .sidebar {
    float: right;
    width: 340px;
    will-change: min-height;
  }
  .sidebar .sidebar__inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  /*.sidebar .price-box {*/
  /*  padding: 30px;*/
  /*}*/
  .sidebar .price_row + hr {
    display: none;
  }
  .sidebar .price_row__actual {
    font-size: 32px;
  }
  .sidebar .btn {
    margin: 20px 0;
  }
  .sidebar .info-include {
    display: block;
  }
  .sidebar .info-include .h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sidebar .info-include hr {
    margin: 30px 0;
  }
  .sidebar .payment-methods {
    display: none;
  }

  .content_with_sidebar {
    margin-right: 400px;
  }

  #player_wr {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .bg-radial {
    background: #EAE9E6 url(/assets/sacrill/img/result_bg.jpg?2cac9be5e8b68f79850a081054ae242b) no-repeat top left;
  }

  #header {
    padding: 10px 0;
  }

  .sidebar {
    float: right;
    width: 440px;
  }
  .sidebar .price_row__actual {
    font-size: 46px;
  }
  .sidebar .info-include .h1 {
    margin-bottom: 20px;
  }

  .content_with_sidebar {
    margin-right: 500px;
  }

  .home_testimonials-wr .owl-dots {
    padding-top: 50px;
  }

  .become_teacher-wr:before {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    width: 1160px;
    background: #fff;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 120px;
    opacity: 1;
  }

  .girl_2-wr {
    right: 20px;
  }

  .girl_2-img:after {
    content: "";
    display: block;
    background: url(/assets/sacrill/img/app-1.png?5f089df570fb3fb882fe78bf90d0c8f6);
    width: 150px;
    height: 251px;
    position: absolute;
    top: 57px;
    right: 560px;
  }

  .home_banner-wr > .container {
    padding-right: 600px;
  }

  .card__front {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 10px 0px 20px rgba(98, 98, 98, 0.1);
    padding: 114px 25px 34px;
    border-radius: 20px;
    width: 460px;
    background-color: #fff;
    z-index: 1;
    background-image: url(/assets/sacrill/img/payment-methods.svg?2cb8b4a34c16826cf75f3d134f8dc8a4);
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom 44px right 28px;
  }

  .card__back {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    width: 640px;
    position: absolute;
    left: 0;
    height: 280px;
    top: 0;
    z-index: 0;
  }
  .card__back:before {
    content: "";
    display: block;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    background: #E5E5E5;
  }
  .card__back .card__field--cvv {
    position: absolute;
    width: 130px;
    right: 25px;
    top: 114px;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }

  .page-home {
    padding-bottom: 0;
  }

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

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

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

  #owl-authors {
    height: 260px;
  }

  .owl-authors-item {
    width: 160px;
    height: 260px;
  }

  .img-full.img-collection {
    height: 360px;
    margin: 60px 0;
  }

  .home_latest-wr {
    margin-top: 0;
  }

  .home_cat_popular-wr {
    margin-bottom: 10px;
  }

  .what_is-wr > .container {
    position: relative;
  }
  .what_is-wr > .container:before {
    background: linear-gradient(270deg, rgba(255, 207, 197, 0) 0%, #F2F3BC 100%);
    opacity: 0.5;
    position: absolute;
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    right: -45px;
    top: -30px;
    z-index: -1;
    border-radius: 50%;
  }

  #footer {
    margin-top: 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #footer a {
    text-decoration: none;
    color: #808080;
  }
  #footer a:hover {
    color: #333;
  }
  #footer .mail_edston {
    margin-bottom: 20px;
  }
  #footer .mail_edston .text-gray {
    color: #333 !important;
  }
  #footer .mail_edston > a {
    font-size: 20px;
    color: #333;
  }

  .footer-2 {
    -moz-text-align-last: right;
         text-align-last: right;
  }

  .footer-3 {
    order: 5;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .footer-3 .list-padding--small {
    order: -1;
  }
  .footer-3 hr {
    display: none;
  }
  .footer-3-inner {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .footer-3 .list-padding--small {
    margin-bottom: 0;
    display: flex;
    padding: 0;
    list-style: none;
  }
  .footer-3 .list-padding--small li + li:before {
    content: "·";
    margin: 0 4px;
  }
  .footer-3 .text-gray span::before {
    content: "·";
    margin: 0 4px;
  }
  .footer-3 .text-gray span:first-child::before {
    content: "";
  }

  .footer-row {
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
    margin-bottom: 40px;
  }

  .footer-col-1 {
    order: 3;
    border: none;
    min-height: 290px;
  }
  .footer-col-3 {
    margin: 0 90px;
  }
  .footer-col-4 {
    order: 5;
    padding: 0;
    margin: 0;
    border: none;
    margin-left: auto !important;
    text-align: right;
  }
  .footer-col .accordion-button {
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .footer-col .accordion-button::after {
    display: none;
  }
  .footer-col .accordion-collapse {
    display: block !important;
    height: auto !important;
  }

  .footer-user-btns {
    position: absolute;
    top: 210px;
    right: 20px;
    border: none;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-user-btn-wr + .footer-user-btn-wr {
    margin-top: 0;
    margin-left: 10px;
  }

  .info-include {
    display: none;
  }

  #player_wr {
    padding-top: 56.4%;
    border-radius: 12px;
  }

  .info-wr .h1 {
    margin-bottom: 20px;
  }

  .info-for {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
  }

  .info-descr {
    padding: 40px;
    background: #F5F5F5;
    margin-top: 40px;
    border-radius: 12px;
  }
  .info-descr .height-limit_toogle {
    background: linear-gradient(0deg, rgba(245, 245, 245, 0.9) 0%, #f5f5f5 71%, rgba(0, 212, 255, 0) 100%);
  }

  .info-learn_to ul li {
    position: relative;
    padding-left: 20px;
  }
  .info-learn_to ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #73C371;
  }

  .content_with_sidebar .block-margin {
    margin: 40px 0;
  }

  .course_digits {
    margin: 15px 0 0;
    font-size: 15px !important;
  }

  .course_excerpt {
    margin: 18px 0;
    line-height: 1.55;
  }

  .author_update {
    margin: 20px 0 !important;
  }

  .list-steps_item {
    flex-basis: 150px;
    padding: 0;
    box-shadow: none;
    font-size: 13px;
  }
  .list-steps_item_num {
    background: #F5F5F5;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
  }
  .list-steps_item + .list-steps_item {
    position: relative;
  }
  .list-steps_item + .list-steps_item:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 17px;
    left: -95%;
  }
}
.ty_steps {
  font-size: 13px;
}
.ty_steps .h4 {
  margin-bottom: 16px;
}
.ty_steps--progress {
  background: #fff;
  margin-bottom: 20px;
}
.ty_steps--progress .col {
  line-height: 34px;
}
.ty_steps--progress .active {
  position: relative;
  background: #FE9815;
}
.ty_steps--progress .active:before {
  content: "";
  display: block;
  border: 17px solid transparent;
  border-left: 17px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.ty_steps--progress .active:after {
  content: "";
  display: block;
  border: 17px solid transparent;
  border-left: 17px solid #FE9815;
  position: absolute;
  top: 0;
  right: -34px;
}

.ty_step--2 .btn {
  padding: 4px 28px;
}

.ty_step--3 .video-wr {
  margin-bottom: 16px;
}
.ty_step--3 .thanks_3-credentials--item {
  font-size: 16px;
}
.ty_step--3 .thanks_sub_btns .btn {
  border-radius: 65px !important;
}
.ty_step--3 .thanks_sub_btns .btn::before {
  border-radius: 24px 0px 0px 24px;
}

.ty-card {
  padding: 10px 10px 15px;
  background: #F5F5F5;
  border-radius: 12px;
  margin-bottom: 22px;
}
.ty-card input.form-control {
  background: #F5F5F5;
}
.ty-card .basket_bonus {
  position: relative;
  padding-right: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ty-card .basket_bonus:after {
  content: "";
  display: block;
  background-image: url(/assets/sacrill/img/gift-get.png?8fd21d0472e6c1c80d8080d5552b770f) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-color: #F6D365;
  background-size: 24px;
  border-radius: 12px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}

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

.ty_header {
  height: 44px;
}
.ty_header img {
  height: 9px;
}

.ty_footer {
  margin-top: 40px;
  height: 58px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ty_footer img {
  opacity: 0.5;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.ty-wr .container {
  max-width: 720px !important;
}
.ty-wr .form-control--editable {
  min-width: 190px;
}
.ty-wr .basket_product-footer {
  max-width: 320px;
  margin-bottom: 20px;
}

.green_link {
  background: none;
  border: none;
  padding: 0;
  color: #73C371;
  font-weight: 500;
}

.mw-xl {
    max-width: 1200px !important;
}

.top-banner {
    position: relative;
    background: url("../build/img/bg/pink-blue-dark-horizontal.png") no-repeat 30% 100%;
    background-size: cover;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .top-banner {
      background-position: 0 50%;
    }
  }
  .top-banner__inner {
    padding-bottom: 80px;
    color: #fff;
  }
  @media (min-width: 768px) {
    .top-banner__inner {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media (min-width: 1200px) {
    .top-banner__inner {
      flex-direction: row-reverse;
      gap: 60px;
    }
  }
  .top-banner--course-imgs {
    background: url("../build/img/common/bg-blue-vertical.png") no-repeat 100% 100%;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .top-banner--course-imgs {
      background-image: url("../build/img/common/bg-blue-horizontal.png");
    }
  }
  .top-banner--course-imgs .top-banner__inner {
    position: relative;
  }
  @media (min-width: 1200px) {
    .top-banner--course-imgs .top-banner__inner {
      flex-direction: row;
      padding-top: 90px;
      padding-bottom: 90px;
    }
  }
  .top-banner__img-wrap {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  @media (min-width: 768px) {
    .top-banner__img-wrap {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 575px;
      height: 100%;
      margin: 0;
    }
  }
  @media (min-width: 992px) {
    .top-banner__img-wrap {
      left: 625px;
      width: 1247px;
    }
  }
  .top-banner__img-wrap:nth-of-type(2) {
    display: none;
  }
  @media (min-width: 992px) {
    .top-banner__img-wrap:nth-of-type(2) {
      display: block;
      left: auto;
      right: 107%;
    }
  }
  .top-banner__img {
    width: 100%;
  }
  @media (min-width: 768px) {
    .top-banner__img {
      height: 100%;
      object-fit: cover;
      object-position: left;
    }
  }
  .top-banner__video-wrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-height: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .top-banner__video-wrap {
      margin: 0;
      margin-top: 40px;
    }
  }
  @media (min-width: 1200px) {
    .top-banner__video-wrap {
      margin: 0;
      width: 600px;
    }
  }
  .top-banner__video {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  @media (min-width: 1200px) {
    .top-banner__video {
      max-height: none;
    }
  }
  .top-banner__desc-wrap {
    position: relative;
    z-index: 20;
    font-family: "SFProDisplay", Arial, sans-serif;
    text-align: center;
  }
  @media (min-width: 768px) {
    .top-banner__desc-wrap {
      width: 510px;
      text-align: left;
    }
  }
  .top-banner__title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    .top-banner__title {
      margin-bottom: 25px;
      font-size: 48px;
      line-height: 1.25;
    }
  }
  .top-banner__desc {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  @media (min-width: 768px) {
    .top-banner__desc {
      margin-bottom: 40px;
      font-size: 18px;
    }
  }
  .top-banner__btn {
    appearance: none;
    padding: 0;
    border: none;
    margin: 0;
    background: none;
    color: currentcolor;
    font-family: inherit;
    font-size: 1rem;
    list-style-type: none;
    padding: 16px 30.5px;
    border: none;
    border-radius: 555px;
    outline: none;
    font-family: "Rubik", "Arial", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%;
    padding: 18px;
    background-color: #fff;
    color: #333;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 15px;
    text-transform: none;
    background-color: #fff;
    color: #333;
  }
  @media (min-width: 768px) {
    .top-banner__btn {
      width: 280px;
      padding: 20px;
      font-size: 16px;
    }
  }

.logo-company-list {
padding: 15px;
background-color: #f5f5f5;
}
.logo-company-list__list {
display: flex;
flex-wrap: wrap;
}
@media (min-width: 992px) {
.logo-company-list__list {
    justify-content: space-between;
}
}
.logo-company-list__item {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
padding: 10px;
opacity: 0.5;
filter: grayscale(100%);
transition: all ease-in-out 0.25s;
}
.logo-company-list__item:hover {
opacity: 1;
filter: none;
}
@media (min-width: 768px) {
.logo-company-list__item {
    width: 33%;
}
}
@media (min-width: 992px) {
.logo-company-list__item {
    width: auto;
}
}
.logo-company-list__img {
width: 80px;
}

.guarantee-block {
padding: 20px;
background: url("../build/img/common/codioful-formerly-gr-2.jpg") no-repeat 100% 100%;
background-size: 105% 105%;
border-radius: 8px;
text-align: center;
}
.guarantee-block--peach-bg {
background-image: url("../build/img/common/bg-peach.png");
}
@media (min-width: 768px) {
.guarantee-block--peach-bg {
    background-image: url("../build/img/common/bg-peach-horizontal.png");
}
}
@media (min-width: 768px) {
.guarantee-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    padding: 40px;
    padding-right: 100px;
}
}
.guarantee-block__text {
line-height: 1.4;
margin-bottom: 20px;
}
@media (min-width: 768px) {
.guarantee-block__text {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
}
}
.guarantee-block__text a {
font-weight: 700;
text-decoration: underline;
}
.guarantee-block__icon {
width: 100px;
height: 100px;
}

  .what-is__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
  }
  @media (min-width: 768px) {
    .what-is__title {
      text-align: center;
      font-size: 32px;
    }
  }
  .what-is__desc {
    margin-bottom: 30px;
  }
  @media (min-width: 768px) {
    .what-is__desc {
      width: 760px;
      margin: auto;
      margin-bottom: 60px;
      text-align: center;
    }
  }
  .what-is__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
    padding-left: 0;
  }
  @media (min-width: 768px) {
    .what-is__list {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  @media (min-width: 992px) {
    .what-is__list {
      flex-wrap: nowrap;
    }
  }
  .what-is__item {
    position: relative;
    padding: 20px;
    padding-bottom: 100px;
    border-radius: 8px;
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    .what-is__item {
      height: 275px;
      padding: 30px;
      width: calc(50% - 10px);
    }
  }
  @media (min-width: 992px) {
    .what-is__item {
      width: calc(25% - 10px);
      font-size: 18px;
    }
  }
  .what-is__item:nth-of-type(1) {
    background-image: url("../build/img/common/codioful-formerly-gr-3.jpg");
  }
  .what-is__item:nth-of-type(2) {
    background-image: url("../build/img/common/codioful-formerly-gr-4.jpg");
  }
  .what-is__item:nth-of-type(3) {
    background-image: url("../build/img/common/codioful-formerly-gr-5.jpg");
  }
  .what-is__item:nth-of-type(4) {
    background-image: url("../build/img/common/codioful-formerly-gr-6.jpg");
  }
  .what-is--peach-bg .what-is__item {
    background-image: url("../build/img/common/bg-peach-v2.png") !important;
    background-position: center 75% !important;
  }
  .what-is__item-text {
    margin-bottom: 0;
    line-height: 1.5;
  }
  @media (min-width: 992px) {
    .what-is__item-text {
      font-size: 18px;
    }
  }
  .what-is__icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
  @media (min-width: 992px) {
    .what-is__icon {
      width: 80px;
      height: 80px;
    }
  }

.mt-6 {
    margin-top: 60px !important;
}
