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

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

a {
  color: #333333;
}

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

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

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

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

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

.price_row {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.bg-radial {
  background: #EAE9E6;
}

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

.container {
  padding: 0 20px;
}

.text-gray {
  color: #808080;
  text-align: center;
}

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

.text-red {
  color: #DE1A1A;
}

.countdown {
  font-size: 36px;
  text-align: center;
  display: block;
}

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

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

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

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

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

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

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

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

.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: #dc3545;
    border-color: #dc3545;
}

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

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

.form-check {
  padding-left: 30px;
}
.form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #73C371;
  border-radius: 50% !important;
  margin-left: -30px !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__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;
}

.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(../fonts/shield-3.svg) no-repeat 25px 40px;
  border-radius: 0px 60px 0px 0px;
  min-height: 24px;
}
.warranty .h1 {
  padding: 21px 0 0 64px;
}
.warranty_text {
  line-height: 1.55;
}

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

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

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

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

input.form-control {
  border: 1px solid #73c371;
  border-radius: 10px;
  padding: 18px 20px 18px 20px;
}

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

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

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

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

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

.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(../fonts/chevron-down.svg) !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;
}

.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:before {
  counter-increment: i;
  content: "Шаг " counter(i);
  color: #808080;
  margin-bottom: 10px;
  display: block;
}

#app-banner {
  background-image: url(../images/watch-at.jpg);
  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-1 {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 20px 20px 20px 77px;
  margin-bottom: 20px;
  font-size: 13px;
  min-height: 80px;
  position: relative;
}

.subscription-gift-1:after {
  content: "";
  display: block;
  background-image: url(../images/money-bag.png);
  background-size: 42px;
  background-repeat: no-repeat;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 20px;
  left: 20px;
}











.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(../images/gift-get.png);
  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(../fonts/payment-methods.svg);
  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;
}

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

.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(../fonts/check-green.svg);
  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;
}

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

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

.course_card--choice {
  width: 100%;
}
.course_card--choice .course_card-img {
  max-height: none;
  flex-basis: auto;
}
.course_card--choice .course_card-img:before {
  content: "Выбор редакции";
  display: block;
  padding: 10px 8px 6px 36px;
  background-color: #fff;
  border-radius: 4px;
  background-image: url(../images/emoji-girl.png);
  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-bottom: 10px;
}
#footer .text-small {
  margin-bottom: 10px;
}

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

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

.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_block {
  padding: 20px 20px;
  margin: 0 -20px 5px;
  background-color: #fff;
}
.basket_block--card {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.basket_bonus .form-check {
  position: relative;
  padding-right: 45px;
}
.basket_bonus .form-check:after {
  content: "";
  display: block;
  background-image: url(../images/gift-get.png) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  width: 42px;
  height: 42px;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
}
.basket_bonus .form-check-input {
  border-color: #1A7CF6;
  border-radius: 4px !important;
  transition: all 0.15s ease-in-out;
}
.basket_bonus .form-check-input:checked[type=checkbox] {
  background-color: #1A7CF6;
  background-image: url(../fonts/check-white.svg) !important;
}
.basket_bonus .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 103, 255, 0.23);
}
.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 .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(../fonts/payment-methods.svg);
  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(../fonts/credit-card.svg);
  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(../fonts/green-rounded-shield.svg);
}
.basket_text--2 {
  background-image: url(../fonts/yellow-rounded-fire.svg);
}

.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(../fonts/heart-colored.svg) 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(../fonts/fire-colored.svg) 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(../fonts/shield-3.svg) 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(../images/iphone-trans.png);
  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(../images/try_sub.jpg) 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;
}

.page-home {
  padding-bottom: 75px;
}

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

.home_banner {
  background-image: url(../images/collection-1-mobile.png);
  height: 156px;
  background-size: cover;
  position: relative;
  background-position: center;
  margin-bottom: 30px;
}
.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(../images/girl-1-mobile.png);
  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%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.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(../fonts/curved-arrow-with-broken-line.svg);
  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(../images/gift.png);
  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(../fonts/curved-arrow-with-broken-line-2.svg) 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 {
    max-width: 260px;
    margin-left: auto;
    left: auto;
    right: 0;
  }
  #menuHidden .modal-content {
    max-width: 260px;
  }
}
@media (min-width: 768px) {
  #header {
    padding: 10px 0;
  }

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

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

  .btn.btn-burger {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
  }
}
.free-author {
  background-image: url(../images/free-author.png);
  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: 30px;
  }
}
@media (max-width: 575px) {
  .course_grid .course_card {
    width: 100%;
    flex-basis: 100%;
  }
}
@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(../fonts/shield-3.svg) no-repeat top 40px right 40px;
  }
  .warranty .h1 {
    padding: 0;
  }

  .h1 {
    font-size: 20px;
  }

  .h-mb {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #get-wr {
    margin-left: -20px;
    margin-right: -20px;
  }

  .page-basket--steps .basket_block {
    margin-bottom: 0;
  }
  .page-basket--steps .basket_bonus {
    padding: 2px 20px 3px;
    margin: 0 -20px -10px;
    z-index: 3;
  }
  .page-basket--steps .basket_bonus .form-check {
    background: #F5F5F5;
    padding: 20px 68px 20px 50px;
    border-radius: 12px;
    position: relative;
  }
  .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_block--step-1 .btn-success {
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
  .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;
  }

  .basket_block--steps {
    margin: 10px -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;
  }
}
@media (max-width: 575px) {
  .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 (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: 20px 20px;
  }

  .page-basket {
    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(../fonts/fire-colored.svg) 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(../fonts/shield-3.svg) 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%;
  }

  .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(../images/girl-1.png);
    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(../images/collection-1.png) no-repeat 0 0;
  }
  .home_banner-wr .home_banner-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .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%;
  }
  .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(../fonts/round-check.svg) no-repeat top 20px right 20px;
  }

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

  .card__form {
    position: relative;
  }

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

  #payButton {
    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 {
    background: none;
    padding: 0;
    position: relative;
    padding-bottom: 62px;
    margin-bottom: 20px;
  }
  .basket_price .basket_text--1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    bottom: 22px;
  }
  .basket_price .basket_text--1:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(../fonts/green-rounded-shield.svg);
    position: absolute;
    bottom: 0;
    margin-left: -22px;
    left: 50%;
  }
  .basket_price .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: 24px;
  }
  .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) {
  #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(../images/app-1.png);
    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(../fonts/payment-methods.svg);
    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: 60px;
  }
  .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;
    margin-left: 30px;
    list-style: none;
  }
  .footer-3 .list-padding--small li + li:before {
    content: "·";
    margin: 0 4px;
  }

  .info-include {
    display: none;
  }

  #player_wr {
    margin: 0 0 40px;
    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:before {
    content: counter(i);
    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%;
  }
}
