@charset "UTF-8";
/* Specification */
@import "../css/mulish.css";
@import "../slick/slick.css";
@import "../slick/slick-theme.css";
@import "../libs/fancybox/jquery.fancybox.min.css";
@import "../css/animate.css";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

header, section, footer {
  width: 100%;
  display: flex;
  position: relative;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Mulish-Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F1F1F;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
  text-align: left;
  font-weight: 100;
  padding-top: 88px;
}

.body-fixed {
  overflow: hidden;
}

.body-header-fixed {
  padding-top: 70px;
}

.container {
  width: 1200px;
  max-width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.row {
  width: 100%;
  display: flex;
}

p {
  margin: 0;
  display: block;
  font-family: "Mulish-Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

span {
  display: inline;
  font: inherit;
  color: inherit;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Mulish-Bold", sans-serif;
  color: #1F1F1F;
  font-weight: normal;
}

h1, .h1 {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 1320px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 1.35em;
  }
}
h2, .h2 {
  position: relative;
  font-size: 50px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-top: 116px;
  width: 100%;
  text-align: center;
  color: #1F1F1F;
}

@media (max-width: 1320px) {
  h2, .h2 {
    font-size: 45px;
    margin-top: 94px;
  }
  }
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 27px;
    margin-top: 58px;
  }
  h2.h2-min, .h2.h2-min {
    font-size: 23px;
  }
}
h3, .h3 {
  font-size: 23px;
}

@media (max-width: 1320px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 23px;
  }
}
h4, .h4 {
  font-size: 20px;
}

@media (max-width: 1320px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
    /*
    margin-top: 58px;
    */
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  font-size: 18px;
}

@media (max-width: 1320px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}
.btn {
  display: block;
  width: auto;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  background: #1F1F1F;
  height: 71px;
  line-height: 71px;
  border-radius: 500px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.4s ease;
}
.btn span {
  display: block;
  min-width: 100%;
  font-size: 15px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  color: #E8FF57;
  text-decoration: none;
  text-align: center;
  transition: 0.4s ease;
}

.btn:hover {
  text-decoration: none;
  transition: 0.4s ease;
  background: #E8FF57;
}
.btn:hover span {
  color: #1F1F1F;
}
.btn:hover .btn-icon {
  transform: translateY(-50%) rotate(0deg);
  background: #1F1F1F;
}
.btn:hover .btn-icon img {
  opacity: 1;
}
.btn:hover .btn-icon img.active {
  opacity: 0;
}

.btn:focus,
.btn.focus {
  outline: none;
}

.btn_icon {
  padding-left: 19px;
  padding-right: 79px;
}
.btn-icon {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #E8FF57;
  transition: 0.4s ease;
}
.btn-icon img {
  display: block;
  position: absolute;
  width: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}
.btn-icon img.active {
  opacity: 1;
}

.btn_alt {
  background: #E8FF57;
}
.btn_alt span {
  color: #1F1F1F;
}
.btn_alt .btn-icon {
  background: #1F1F1F;
}
.btn_alt .btn-icon img {
  opacity: 1;
}
.btn_alt .btn-icon img.active {
  opacity: 0;
}

.btn_alt:hover {
  background: #1F1F1F;
}
.btn_alt:hover span {
  color: #E8FF57;
}
.btn_alt:hover .btn-icon {
  background: #E8FF57;
}
.btn_alt:hover .btn-icon img {
  opacity: 0;
}
.btn_alt:hover .btn-icon img.active {
  opacity: 1;
}

.btn_white {
  border: 1px solid rgb(232, 255, 87);
  background: rgba(232, 255, 87, 0);
}
.btn_white span {
  color: #1F1F1F;
}
.btn_white:hover {
  background: rgb(232, 255, 87);
}
.btn_white:hover span {
  color: #1F1F1F;
}

.ref {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
  color: #1F1F1F;
  transition: 0.4s ease;
}

.ref:hover {
  color: #9153E1;
  text-decoration: none;
  transition: 0.4s ease;
}

input {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  font-family: "Roboto-Regular";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input::placeholder {
  font-family: "Roboto-Regular";
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  background: transparent !important;
  padding-left: 0px !important;
}

@media (max-width: 1320px) {
  body {
    padding-top: 82px;
  }
  .container {
    width: 1120px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 940px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 76px;
  }
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 73px;
  }
  .container {
    width: 320px;
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 350px) {
  .btn span {
    font-size: 14px;
  }
}
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  width: auto;
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
}
.slick-dots li {
  margin: 0px;
  margin-right: 8px;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  background: #fff;
  border: 1.5px solid #9153E1;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  padding: 0px;
  border-radius: 50%;
  transition: 0.4s ease;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #9153E1;
}

.arrows-slick {
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.arrows-slick__arrow {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  padding: 0;
  right: auto;
  left: auto;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #1F1F1F;
  transition: 0.4s ease;
}
.arrows-slick__arrow img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  opacity: 0;
  transition: 0.4s ease;
}
.arrows-slick__arrow img.active {
  opacity: 1;
}
.arrows-slick__arrow:hover {
  background: #1F1F1F;
}
.arrows-slick__arrow:hover img {
  opacity: 1;
}
.arrows-slick__arrow:hover img.active {
  opacity: 0;
}

.slick-next {
  margin-left: 15px;
  opacity: 1 !important;
}

.slick-prev {
  opacity: 1 !important;
}

.slick-next:hover {
  opacity: 1 !important;
}

.slick-prev:hover {
  opacity: 1 !important;
}

/* Header */
header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  box-shadow: 0px 20px 50px rgba(141, 141, 141, 0);
  transition: 0.4s ease;
}

.header_fixed {
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
}
.header_fixed .header-lk .btn {
  background: #E8FF57;
  border-color: #E8FF57;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo-header img {
  display: block;
  width: 50px;
}

.main-menu {
  display: block;
  padding-right: 28px;
}

.main-menu ul {
  display: flex;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.main-menu-active-item {
  position: relative;
}
.main-menu-active-item .ref {
  position: relative;
  padding-right: 17px;
}
.main-menu-active-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 50px;
  opacity: 0;
  pointer-events: none;
}

.ref-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease;
}
.ref-icon img {
  display: block;
  position: absolute;
  width: 12px;
  opacity: 0;
  transition: 0.4s ease;
}
.ref-icon img.active {
  opacity: 1;
}

.main-menu-active-item:hover::before, .main-menu-active-item.active::before {
  pointer-events: auto;
}

.main-menu-active-item .ref:hover .ref-icon {
  transform: translateY(-50%) rotate(-180deg);
}
.main-menu-active-item .ref:hover .ref-icon img {
  opacity: 1;
}
.main-menu-active-item .ref:hover .ref-icon img.active {
  opacity: 0;
}

.main-menu-active-item.active .ref {
  color: #9153E1;
}
.main-menu-active-item.active .ref .ref-icon {
  transform: translateY(-50%) rotate(-180deg);
}
.main-menu-active-item.active .ref .ref-icon img {
  opacity: 1;
}
.main-menu-active-item.active .ref .ref-icon img.active {
  opacity: 0;
}

.header-lk {
  display: flex;
  align-items: center;
}
.header-lk .btn {
  height: 52px;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-lk .btn span {
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
}
.header-lk .btn:hover {
  background: #DDF354;
  border-color: #DDF354;
}

.login-icon {
  position: relative;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  margin-left: 20px;
  background: #F6F6F9;
  cursor: pointer;
  transition: 0.4s ease;
}
.login-icon img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.login-icon:hover {
  background: #E8FF57;
}

.burger {
  display: none;
}

@media (max-width: 1320px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-menu ul li {
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li {
    margin-left: 9px;
    margin-right: 9px;
  }
  .main-menu ul li .ref {
    font-size: 14px;
  }
  .header-lk .btn span {
    font-size: 15px;
  }
  .login-icon {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header_fixed {
    box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
  }
  .main-menu ul {
    display: none;
  }
  .header-lk .btn {
    display: none;
  }
  .login-icon:hover {
    background: #F6F6F9;
  }
  .burger {
    display: block;
    position: relative;
    width: 52px;
    height: 51px;
    border-radius: 50%;
    margin-left: 20px;
  }
  .burger img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 50%;
  }
}
@media (max-width: 575px) {
  .logo-header img {
    width: 44px;
  }
  .login-icon {
    width: 48px;
    height: 48px;
  }
  .burger {
    width: 49px;
    height: 48px;
    margin-left: 7px;
  }
}
/* Section-main */
.main {
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 67px;
  padding-bottom: 82px;
  justify-content: space-between;
  background: url(../img/main-bg.png) no-repeat center center/100% auto;
}

.main__info {
  display: block;
  width: 545px;
  position: relative;
  padding-top: 30px;
}
.main__info h2 {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  margin-top: 0px;
}
.main__info h2 p {
  display: block;
  width: 0%;
  font: inherit;
  color: inherit;
}
.main__info h2 u {
  font: inherit;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.main__info h2 span {
  font: inherit;
  color: #E8FF57;
}
.main__info .main__info-text {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
}
.main__info .btn {
  display: inline-block;
  margin-top: 44px;
  margin-right: auto;
}
.main__info .btn span {
  text-transform: uppercase;
}

.animation-title {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 1s steps(50);
  animation-fill-mode: forwards;
}
.animation-title.delay-400ms {
  animation-delay: 400ms;
}
.animation-title.delay-1s {
  animation-delay: 1s;
}
.animation-title.delay-2s {
  animation-delay: 2s;
}

@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.main__info-decor {
  position: absolute;
  bottom: 13px;
  right: 128px;
  width: 75.5px;
}

.main__practices {
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: calc(100% - 600px);
}

.hundreds-practices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  width: 250px;
  min-height: 241px;
  padding: 20px;
  padding-top: 34px;
  background: url(../img/hundreds-practices-bg.png) no-repeat center center/100% auto;
}
.hundreds-practices strong {
  display: block;
  font-size: 50px;
  color: #1F1F1F;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}
.hundreds-practices p {
  display: block;
  margin-top: 6px;
  color: #1F1F1F;
}

.practices-categories {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
  padding-top: 31px;
}

.practices-categories__item {
  margin-top: 10px;
  padding-left: 14.5px;
  padding-right: 14.5px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 100px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  color: #fff;
  border: 1px solid #fff;
}

.main__img {
  position: absolute;
  width: 454px;
  bottom: 0px;
  right: 242px;
}

@media (max-width: 1320px) {
  .main {
    padding-top: 52px;
    padding-bottom: 74px;
    background: url(../img/main-bg.png) no-repeat center center/100% 100%;
  }
  .main__info {
    padding-top: 34px;
  }
  .main__info .btn {
    margin-top: 46px;
  }
  .practices-categories {
    padding-top: 20px;
  }
  .main__img {
    width: 422px;
    right: 244px;
  }
  .main__info-decor {
    right: 136px;
  }
}
@media (max-width: 1199px) {
  .main {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    padding-top: 28px;
    padding-bottom: 98px;
    background: #9153E1;
  }
  .main__info {
    padding-top: 30px;
  }
  .main__info h2 p {
    display: inline;
    white-space: initial;
  }
  .main__info .btn {
    margin-top: 50px;
  }
  .main__info-decor {
    display: none;
  }
  .main__img {
    width: 336px;
    right: 272px;
  }
}
@media (max-width: 991px) {
  .main {
    display: block;
    padding-top: 42px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 400px;
  }
  .main__info {
    position: initial;
    width: 100%;
    padding-top: 0px;
  }
  .main__info h2 {
    font-size: 46px;
    text-align: center;
  }
  .main__info .btn {
    position: absolute;
    width: calc(100% - 70px);
    z-index: 3;
    left: 35px;
    bottom: 40px;
    padding-right: 72px;
  }
  .main__info .btn-icon {
    right: calc(50% - 133px);
  }
  .main__info-text {
    text-align: center;
  }
  .main__practices {
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }
  .practices-categories {
    display: none;
  }
  .hundreds-practices {
    width: 100%;
    max-width: 330px;
    min-height: 196px;
    margin-left: 0px;
    padding-top: 64px;
    padding-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/hundreds-practices-bg_mob.png) no-repeat center center/100% auto;
  }
  .hundreds-practices p {
    max-width: 200px;
  }
  .main__img {
    width: 298px;
    right: calc(50% - 4px);
    transform: translateX(50%);
    bottom: 102px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 360px;
  }
  .main__info h2 {
    font-size: 28px;
  }
  .main__info h2 u {
    text-decoration: none;
  }
  .main__info .btn {
    bottom: 33px;
  }
  .main__practices {
    margin-top: 10px;
  }
  .main__img {
    width: 262px;
    right: calc(50% - 4px);
    transform: translateX(50%);
    bottom: 98px;
  }
}
@media (max-width: 575px) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 354px;
  }
  .main__info h2 {
    text-transform: none;
    text-align: left;
  }
  .main__info .main__info-text {
    font-size: 18px;
    text-align: left;
    margin-top: 7px;
  }
  .main__info .btn {
    position: absolute;
    width: calc(100% - 12px);
    z-index: 3;
    left: 6px;
  }
  .main__info .btn span {
    white-space: nowrap;
  }
  .main__practices {
    margin-top: 2px;
  }
  .hundreds-practices {
    min-height: 166px;
    padding-top: 58px;
    padding-bottom: 26px;
    padding-right: 50px;
  }
  .hundreds-practices strong {
    font-size: 40px;
  }
  .hundreds-practices p {
    margin-top: 2px;
  }
  .main__img {
    bottom: 95px;
  }
}
/* Section-advantages */
.section-advantages {
  overflow-x: hidden;
  padding-top: 40px;
  padding-bottom: 204px;
  margin-bottom: -200px;
  pointer-events: none;
}

.advantages {
  display: flex;
  width: 100%;
  justify-content: center;
}

.advantages-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 260px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
}
.advantages-item h5 {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.advantages-item p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
}

.advantages-item__icon {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1320px) {
  .section-advantages {
    padding-top: 28px;
  }
}
@media (max-width: 1199px) {
  .advantages-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .section-advantages {
    padding-top: 32px;
  }
  .advantages {
    flex-wrap: wrap;
  }
  .advantages-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
  }
  .advantages-item h5 {
    margin-top: 14px;
  }
}
@media (max-width: 575px) {
  .advantages-item {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .advantages-item p {
    line-height: 1.15em;
  }
  .advantages-item__icon {
    width: 80px;
  }
}
/* Section-whyme */
.section-whyme {
  position: relative;
  padding-bottom: 116px;
  overflow: hidden;
}

.whyme {
  width: 100%;
}
.whyme h2 {
  margin-top: 80px;
}

.whyme__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.whyme-item {
  position: relative;
  width: calc((100% - 38px) / 3);
  padding: 41px;
  padding-left: 25px;
  padding-right: 45px;
  border-radius: 30px;
  margin-top: 50px;
}
.whyme-item * {
  position: relative;
  z-index: 2;
}
.whyme-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  border-radius: 30px;
}
.whyme-item.whyme-item_green::after {
  background: #E8FF57;
}
.whyme-item.whyme-item_grey::after {
  background: #F6F6F9;
}
.whyme-item.whyme-item_purple::after {
  background: #F8BDF6;
}
.whyme-item h4 {
  display: block;
  margin-top: 30px;
}
.whyme-item p {
  margin-top: 12px;
}

.whyme-item__bg {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.whyme-item__image {
  width: 158px;
  height: 170px;
  border-radius: 30px;
  border: 4px solid #fff;
  object-fit: cover;
}

.whyme-item__number {
  position: absolute;
  right: 0px;
  top: 0px;
  top: 74px;
  width: 82px;
  font-size: 18px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}

@media (max-width: 1320px) {
  .section-whyme {
    padding-bottom: 94px;
  }
  .whyme h2 {
    margin-top: 65px;
  }
  .whyme-item {
    width: calc((100% - 38px) / 3);
    padding: 30px;
    padding-bottom: 34px;
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 38px;
  }
  .whyme-item h4 {
    margin-top: 24px;
  }
  .whyme-item p {
    margin-top: 10px;
  }
  .whyme-item__number {
    top: 68px;
    width: 78px;
  }
}
@media (max-width: 1199px) {
  .whyme-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .whyme-item__number {
    top: 55px;
    width: 66px;
  }
}
@media (max-width: 991px) {
  .section-whyme {
    padding-top: 10px;
    padding-bottom: 104px;
  }
  .whyme__items {
    display: block;
    width: 100%;
    max-width: 380px;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
  }
  .whyme-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 230px;
    padding-left: 218px;
    padding-right: 140px;
    position: relative;
    overflow: hidden;
    margin-top: 28px;
  }
  .whyme-item h4 {
    margin-top: 18px;
  }
  .whyme-item::after {
    bottom: auto;
    top: 1px;
    width: calc(100% - 300px);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 100%;
  }
  .whyme-item:last-child {
    z-index: 2;
  }
  .whyme-item__image {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .whyme-item__bg {
    width: 340px;
    height: auto;
    right: 0px;
    top: 0px;
    left: auto;
  }
  .whyme-item__number {
    top: 63px;
    width: 72px;
  }
}
@media (max-width: 767px) {
  .section-whyme {
    padding-bottom: 90px;
  }
  .whyme-item {
    padding-left: 208px;
    padding-right: 110px;
  }
  .whyme-item::after {
    top: 0.5px;
  }
  .whyme-item__image {
    left: 25px;
  }
}
@media (max-width: 575px) {
  .section-whyme {
    padding-top: 0px;
    padding-bottom: 84px;
  }
  .whyme h2 {
    margin-top: 60px;
  }
  .whyme-item {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 20px;
    padding-bottom: 25px;
    margin-top: 20px;
  }
  .whyme-item h4 {
    margin-top: 15px;
  }
  .whyme-item::after {
    bottom: auto;
    top: auto;
    bottom: 0px;
    height: calc(100% - 160px);
    width: 100%;
  }
  .whyme-item__image {
    position: relative;
    top: 0px;
    left: 0px;
    width: 131px;
    height: 141px;
  }
  .whyme-item__bg {
    width: 100%;
    height: auto;
    right: 0px;
    top: 0px;
    left: auto;
  }
  .whyme-item__number {
    top: 58px;
    width: 68px;
  }
}
/* Section-begin */
.begin {
  width: 100%;
}
.begin h2 {
  margin-top: 0px;
}

.begin-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 35px;
}

.begin-item {
  display: flex;
  width: calc((100% - 40px) / 3);
  margin-top: 20px;
}

.begin-item__image {
  display: block;
  width: 183px;
  height: 179px;
  object-fit: cover;
  border-radius: 20px;
}

.begin-item__info {
  display: flex;
  width: calc(100% - 183px);
  padding-left: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.begin-item__info h5 {
  line-height: 1.5em;
}
.begin-item__info h5 span {
  display: block;
  padding-bottom: 5px;
  color: #9153E1;
}

.begin-button img {
  display: block;
  width: 41px;
}

@media (max-width: 1320px) {
  .begin-items {
    padding-top: 22px;
  }
}
@media (max-width: 1199px) {
  .begin-item {
    width: calc((100% - 30px) / 3);
  }
  .begin-item__image {
    width: 165px;
    height: 161px;
  }
  .begin-item__info {
    width: calc(100% - 165px);
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .begin-items {
    display: block;
  }
  .begin-item {
    width: 100%;
    flex-wrap: wrap;
  }
  .begin-item:last-child .begin-button img {
    transform: rotate(0deg);
  }
  .begin-item__image {
    width: 183px;
    height: 179px;
    margin-left: auto;
    margin-right: auto;
  }
  .begin-item__info {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .begin-item__info h5 {
    display: block;
    width: 183px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.1em;
  }
  .begin-item__info h5 span {
    display: none;
  }
  .begin-button {
    display: flex;
    width: 100%;
    margin-top: 15px;
  }
  .begin-button img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .section-begin {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .begin-items {
    padding-top: 12px;
  }
}
/* Section-tariffs */
.section-tariffs.section-tariffs_single {
  padding-top: 10px;
  padding-bottom: 120px;
}

.tariffs {
  width: 100%;
}

.switches {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 100px;
  padding: 7px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #E8E8E8;
}

.switches-item {
  position: relative;
  padding: 25px;
  padding-top: 14px;
  padding-bottom: 13px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.4s ease;
}
.switches-item span {
  display: block;
  font-size: 18px;
}
.switches-item.active {
  background: #E8FF57;
}

.tariffs-items {
  display: block;
  position: relative;
  width: 100%;
}

.tariffs-items__slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.tariffs-items__slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.tariff {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 60px) / 4);
  min-height: 100%;
  margin-top: 21px;
  padding: 25px;
  padding-top: 38px;
  padding-bottom: 40px;
  border-radius: 30px;
  background: #F6F6F9;
}
.tariff > * {
  position: relative;
  z-index: 2;
}
.tariff p {
  font-size: 14px;
  line-height: 1.28em;
  margin-top: 8px;
}
.tariff .check-list {
  padding-bottom: 25px;
}
.tariff .btn {
  height: 60px;
  line-height: 60px;
  margin-top: auto;
  padding-right: 62px;
}
.tariff .btn span {
  font-size: 14px;
  text-transform: uppercase;
}
.tariff .btn-icon {
  width: 31px;
  height: 31px;
}
.tariff .btn-icon img {
  width: 15px;
}

.tariff__top {
  min-height: 128px;
}

.tariff-price {
  margin-top: 21px;
}
.tariff-price span {
  color: #4A4A4A;
}
.tariff-price b {
  font-family: "Mulish-Bold", sans-serif;
  color: #1F1F1F;
  font-size: 40px;
  padding-right: 2px;
}

.check-list {
  padding-top: 12px;
}
.check-list li {
  position: relative;
  padding-left: 27px;
  margin-top: 10px;
  color: #1F1F1F;
}
.check-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 20px;
  background: url(../img/check-list-before.png) no-repeat center center/100% auto;
}

.tariff_highlighted .check-list li::before {
  background-image: url(../img/check-list-before_violet.png);
}

.tariff__bg {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.tariff__top {
  position: relative;
  z-index: 2;
}

.tariff__center {
  position: relative;
  z-index: 2;
}

@media (max-width: 1320px) {
  .section-tariffs.section-tariffs_single {
    padding-bottom: 90px;
  }
  .tariff {
    width: calc((100% - 60px) / 4);
    margin-top: 21px;
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .tariff .check-list {
    padding-bottom: 20px;
  }
  .tariff .btn span {
    font-size: 13px;
  }
  .tariff-price {
    margin-top: 15px;
  }
  .check-list {
    padding-top: 4px;
  }
  .tariff__bg {
    object-position: 50% -5px;
  }
  .tariff_highlighted .tariff__bg {
    object-position: 50% 50%;
  }
}
@media (max-width: 1199px) {
  .tariffs-items__slide {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tariff {
    width: calc((100% - 60px) / 2);
    max-width: 380px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tariff .btn-icon {
    right: calc(50% - 95px);
  }
  .tariff_highlighted {
    background: rgba(145, 83, 225, 0.07);
    border: 3px solid #9153E1;
  }
  .tariff__top {
    min-height: 92px;
  }
  .tariff__bg {
    display: none;
  }
}
@media (max-width: 991px) {
  .switches {
    padding: 0px;
    margin-top: 32px;
  }
  .switches-item {
    min-width: 160px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tariff {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    max-width: 100%;
    min-height: 100%;
    padding-top: 28px;
  }
  .tariff .check-list {
    padding-top: 6px;
    padding-bottom: 32px;
  }
  .tariff__top {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .section-tariffs.section-tariffs_single {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .section-tariffs.section-tariffs_single .switches {
    margin-top: 22px;
  }
  .switches {
    width: 100%;
  }
  .switches-item {
    width: 50%;
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .switches-item span {
    font-size: 16px;
  }
}
/* Section-reviews */
.reviews {
  width: 100%;
}

.reviews__main {
  width: 100%;
  position: relative;
}
.reviews__main .arrows-slick {
  bottom: 114px;
}

.review {
  display: flex !important;
  position: relative;
  margin-top: 56px;
  margin-bottom: 110px;
}

.review-main {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 291px;
  min-height: 356px;
  justify-content: center;
  background: url(../img/review-main-bg.png) no-repeat center top/100% auto;
  padding-top: 24px;
  padding-bottom: 20px;
}

.review-main__image {
  display: flex;
  position: relative;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 126px;
  height: 126px;
  background: rgb(232, 255, 87);
  background: linear-gradient(135deg, rgb(232, 255, 87) 0%, rgb(145, 83, 225) 100%);
}
.review-main__image img {
  display: block;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

.review-main__name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-top: 18px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}

.review-main__age {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  margin-top: -1px;
}

.review-main__job {
  display: inline-block;
  padding: 9px;
  padding-top: 5px;
  padding-bottom: 4.5px;
  border: 1px solid #1F1F1F;
  border-radius: 100px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.review-info {
  width: calc(100% - 291px);
  padding-left: 116px;
}
.review-info p {
  display: block;
  font-size: 30px;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
}

.review-expand {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-top: 21px;
  cursor: pointer;
}
.review-expand::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #1F1F1F;
  transition: 0.4s ease;
}
.review-expand:hover::before {
  width: 0%;
}

.review-people {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.review-people__item {
  display: flex;
  position: relative;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin-right: -15.5px;
  background: rgb(232, 255, 87);
  background: linear-gradient(135deg, rgb(232, 255, 87) 0%, rgb(145, 83, 225) 100%);
}
.review-people__item:first-child {
  margin-left: 0px;
}
.review-people__item img {
  display: block;
  width: 43px;
  height: 43px;
  margin: auto;
  border-radius: 50%;
}

.review-decor {
  display: block;
  position: absolute;
  left: 29px;
  bottom: 69px;
  width: 44px;
}

@media (max-width: 1320px) {
  .review {
    margin-top: 42px;
    margin-bottom: 90px;
  }
  .reviews__main .arrows-slick {
    bottom: 94px;
  }
  .review-info {
    padding-left: 55px;
  }
}
@media (max-width: 1199px) {
  .reviews__main .arrows-slick {
    bottom: 93px;
  }
  .review-info p {
    font-size: 25px;
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}
@media (max-width: 991px) {
  .review {
    display: block !important;
    margin-bottom: 60px;
  }
  .review-main {
    display: block;
    width: 291px;
    min-height: auto;
    background: transparent;
    padding: 0px;
    padding-left: 115px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .review-main__image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 96px;
    height: 96px;
  }
  .review-main__image img {
    width: 89px;
    height: 89px;
  }
  .review-main__name {
    width: auto;
    text-align: left;
    margin-top: 0px;
  }
  .review-main__age {
    width: auto;
    text-align: left;
  }
  .review-info {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .review-decor {
    display: none;
  }
  .reviews__main .arrows-slick {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-reviews {
    padding-top: 24px;
  }
  .review-info {
    margin-top: 21px;
  }
  .review-info p {
    font-size: 18px;
    line-height: 1.5em;
  }
  .review-expand {
    font-size: 16px;
  }
  .review-expand::before {
    bottom: 1px;
  }
}
@media (max-width: 575px) {
  .review {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .review-main {
    width: 100%;
    padding-left: 75px;
  }
  .review-main__image {
    width: 60px;
    height: 60px;
    top: 2px;
  }
  .review-main__image img {
    width: 53px;
    height: 53px;
  }
  .review-main__name {
    font-size: 16px;
  }
  .review-main__age {
    font-size: 14px;
    font-family: "Mulish-Regular", sans-serif;
    font-weight: normal;
    margin-top: 3px;
  }
  .review-main__job {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-top: 5px;
  }
  .reviews__main .arrows-slick {
    width: 100%;
    justify-content: space-between;
    bottom: 49px;
  }
  .review-info p {
    -webkit-line-clamp: 11;
    line-clamp: 11;
  }
  .review-people {
    width: 100%;
    justify-content: center;
    padding-right: 16px;
  }
  .review-people__item {
    display: none;
  }
  .review-people__item:nth-child(1), .review-people__item:nth-child(2), .review-people__item:nth-child(3), .review-people__item:nth-child(4), .review-people__item:nth-child(5) {
    display: flex;
  }
}
/* Section-videos */
.section-videos {
  position: relative;
  padding-top: 45px;
  overflow: hidden;
}

.videos {
  position: relative;
  width: calc(100% + 14px);
  min-width: calc(100% + 14px);
  margin-left: -7px;
}
.videos .arrows-slick {
  right: 7px;
  bottom: 35px;
  transform: translateY(50%);
}

.videos-slider {
  width: 100%;
  margin-bottom: 0px !important;
}
.videos-slider .slick-dots {
  left: 7px;
  bottom: -30px;
  transform: translateY(50%);
}

.videos-item {
  display: block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 50px;
  /*
  &::before {
  	content: '';
  	display: block;
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	background: rgb(232,255,87);
  	background: linear-gradient(180deg, rgba(232,255,87,1) 0%, rgba(145,83,225,1) 100%);
  	opacity: 0.2;
  	border-radius: 30px;
  	z-index: 2;
  }
  */
}
.videos-item:hover .videos-item__btn {
  background: #9153E1;
}

.videos-item__btn {
  display: flex;
  position: absolute;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #E8FF57;
  transition: 0.4s ease;
}
.videos-item__btn img {
  display: block;
  margin: auto;
  width: 16px;
  position: relative;
  right: -1px;
}

.videos-person {
  display: flex;
  position: absolute;
  z-index: 3;
  right: 0px;
  bottom: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(232, 255, 87);
  background: linear-gradient(135deg, rgb(232, 255, 87) 0%, rgb(145, 83, 225) 100%);
}

.videos-person-img {
  display: block;
  margin: auto;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9153E1;
  overflow: hidden;
}
.videos-person-img img {
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.videos-person-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 11px;
  background: url(../img/videos-person.png) no-repeat center center/100% auto;
}

.videos-item__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 404px;
  object-fit: cover;
  border-radius: 30px;
}

.videos__try {
  display: flex;
  width: 100%;
}
.videos__try .btn {
  padding-left: 30.5px;
  padding-right: 80.5px;
  margin-left: auto;
  margin-right: auto;
}
.videos__try .btn .btn-icon {
  right: 29px;
}
.videos__try .btn span {
  text-transform: uppercase;
}

@media (max-width: 1320px) {
  .section-videos {
    padding-top: 28px;
  }
  .videos-item {
    margin-bottom: 40px;
  }
  .videos-item__bg {
    height: 376px;
  }
}
@media (max-width: 1199px) {
  .videos {
    width: calc(100% + 18px);
    min-width: calc(100% + 18px);
    margin-left: -9px;
  }
  .videos .arrows-slick {
    right: 9px;
  }
  .videos-slider .slick-dots {
    left: 9px;
  }
  .videos-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .videos-item__bg {
    height: 392px;
  }
}
@media (max-width: 991px) {
  .videos-item__bg {
    height: 404px;
  }
}
@media (max-width: 767px) {
  .section-videos {
    padding-top: 6px;
  }
  .videos .arrows-slick {
    display: none;
  }
  .videos-item {
    width: 227px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .videos-slider {
    position: relative;
    width: 100vw;
    min-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .videos-slider .slick-list {
    padding-left: 12px;
  }
  .videos-slider .slick-dots {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .videos__try {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .videos__try .btn {
    width: 100%;
    padding-left: 20.5px;
    padding-right: 70.5px;
  }
  .videos__try .btn span {
    white-space: nowrap;
  }
}
/* Section-popular-practices */
.section-popular-practices {
  position: relative;
  margin-top: -2px;
  overflow: hidden;
}

.popular-practices {
  width: 100%;
  position: relative;
}
.popular-practices .arrows-slick {
  position: absolute;
  right: 0px;
  bottom: 1px;
}
.popular-practices .slick-dots {
  left: 10px;
  bottom: -14px;
}

.popular-practices-slider {
  width: calc(100% + 20px);
  min-width: calc(100% + 20px);
  margin-left: -10px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 19px;
}
.popular-practices-slider .slick-track, .popular-practices-slider .slick-list {
  display: flex;
  padding-bottom: 12px;
}

.popular-practice {
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  padding-bottom: 30px;
  border-radius: 30px;
  background: rgba(145, 83, 225, 0.07);
  /*
  &.popular-practice_mb {
  	position: relative;
  	bottom: -10px;
  	margin-top: auto;

  }
  */
}
.popular-practice img {
  display: block;
  width: 100%;
  height: 217px;
  border-radius: 30px;
  object-fit: cover;
  border: 4px solid #fff;
}
.popular-practice h4 {
  display: block;
  margin-top: 25px;
  line-height: 1.1em;
}
.popular-practice p {
  display: block;
  margin-top: 14px;
}
.popular-practice.popular-practice_pink {
  background: #F8BDF6;
}
.popular-practice.popular-practice_green {
  background: #E8FF57;
}

@media (max-width: 1320px) {
  .section-popular-practices {
    margin-top: -2px;
  }
  .popular-practices-slider {
    padding-top: 40px;
  }
  .popular-practice {
    padding: 20px;
    padding-bottom: 24px;
  }
  .popular-practice img {
    height: 208px;
  }
}
@media (max-width: 1199px) {
  .popular-practices .arrows-slick {
    display: none;
  }
  .popular-practices-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
    justify-content: space-between;
  }
  .popular-practice {
    display: none;
    width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .popular-practice:nth-child(1), .popular-practice:nth-child(2), .popular-practice:nth-child(3), .popular-practice:nth-child(4), .popular-practice:nth-child(5), .popular-practice:nth-child(6) {
    display: block;
  }
}
@media (max-width: 991px) {
  .popular-practices-slider {
    max-width: 660px;
    min-width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .popular-practice {
    padding: 25px;
    padding-bottom: 30px;
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
  .popular-practice:nth-child(5), .popular-practice:nth-child(6) {
    display: none;
  }
  .popular-practice img {
    height: 217px;
  }
  .popular-practices-slider {
    max-width: 100%;
    min-width: auto;
    position: unset;
    transform: none;
  }
  .popular-practice {
    display: none !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 30px;
    padding-left: 260px;
    padding-top: 16px;
    padding-bottom: 30px;
    min-height: 245px;
    width: 100%;
    max-width: 100%;
  }
  .popular-practice:nth-child(1), .popular-practice:nth-child(2), .popular-practice:nth-child(3), .popular-practice:nth-child(4) {
    display: flex !important;
  }
  .popular-practice img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 200px;
    height: 185px;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .section-popular-practices {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 24px;
  }
  .section-popular-practices h2 {
    line-height: 1.25em;
  }
  .popular-practices-slider {
    padding-top: 30px;
  }
  .popular-practice {
    padding: 25px;
    padding-bottom: 30px;
    min-height: auto;
  }
  .popular-practice:nth-child(1), .popular-practice:nth-child(2), .popular-practice:nth-child(3), .popular-practice:nth-child(4) {
    display: blocl !important;
  }
  .popular-practice img {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 217px;
    background: #fff;
    object-fit: contain;
  }
}
/* Section-questions */
.section-questions {
  padding-bottom: 72px;
}

.questions {
  width: 100%;
}

.questions-main {
  display: block;
  width: 100%;
}

.questions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 31px;
}

.questions-intro {
  width: 285px;
  padding-top: 16px;
}

.questions-faq {
  display: block;
  width: 100%;
  max-width: 286.5px;
}

.questions-quote {
  display: block;
  position: relative;
  width: 285px;
  max-width: 100%;
  background: #E8FF57;
  /*
  margin-top: 54px;
  */
  padding: 25px;
  padding-right: 34px;
  padding-top: 78px;
  padding-bottom: 70px;
  border-radius: 30px;
}
.questions-quote b {
  display: block;
  font-size: 25px;
  line-height: 1.28em;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}
.questions-quote::before {
  content: "";
  display: inline-block;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0px;
  background: url(../img/questions-quote-bg.png) no-repeat center calc(50% + 2px)/100% auto;
}

.questions-quote__decor {
  position: absolute;
  top: 22px;
  right: 44px;
}
.questions-quote__decor img {
  display: block;
  width: 41px;
}

.questions-answers {
  width: 794px;
  max-width: calc(100% - 291px - 55px);
  position: relative;
  padding-bottom: 140px;
}

.questions-items {
  width: 100%;
}

.question {
  width: 100%;
}
.question.active .question-icon {
  transform: translateY(-50%) rotate(-45deg);
}
.question.active .question__main::after {
  width: 100%;
}
.question.active .question__sub {
  max-height: 2500px;
  padding-top: 14px;
  padding-bottom: 36px;
  transition: all 0.4s ease-in-out, max-height 1.2s ease-in-out;
}

.question__main {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 16px;
  padding-bottom: 17px;
  min-height: 41px;
  padding-right: 61px;
  display: flex;
  align-items: center;
  min-height: 71px;
  cursor: pointer;
  border-bottom: 1px solid #1F1F1F;
}
.question__main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #1F1F1F;
  transition: all 0.5s ease-in-out;
}
.question__main:hover::after {
  width: 100%;
}
.question__main:hover .question-icon {
  background: #1F1F1F;
}
.question__main:hover .question-icon img {
  opacity: 1;
}
.question__main:hover .question-icon img.active {
  opacity: 0;
}

.question__main-text {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}
.question__main-text span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  bottom: -1.5px;
  font-family: "Mulish-Regular", sans-serif;
}

.question__main-text {
  position: relative;
  padding-left: 40px;
}
.question__main-text span {
  position: absolute;
  left: 0px;
  top: -1px;
}

.question-icon {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid #1F1F1F;
  transition: 0.4s ease;
}
.question-icon img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  opacity: 0;
  transition: 0.4s ease;
}
.question-icon img.active {
  opacity: 1;
}
.question__sub {
  display: block;
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out, max-height 0.5s ease;
}
.question__sub p {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
}

.questions-answers__more {
  display: flex;
  position: absolute;
  width: 143px;
  height: 143px;
  right: 15px;
  bottom: -15px;
  background: url(../img/questions-more-bg.png) no-repeat center center/100% auto;
  text-decoration: none;
  color: #1F1F1F;
}
.questions-answers__more span {
  display: block;
  position: relative;
  margin: auto;
  transform: rotate(-10deg);
  font-size: 23px;
  text-decoration: none;
  color: #1F1F1F;
}
.questions-answers__more span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #1F1F1F;
  transition: all 0.4s ease-in-out;
}
.questions-answers__more:hover span {
  display: block;
}
.questions-answers__more:hover span::before {
  width: 0%;
}

@media (max-width: 1320px) {
  .section-questions {
    padding-bottom: 60px;
  }
  .questions {
    margin-top: 20px;
  }
  .question__main {
    min-height: 64px;
  }
  .question.active .question__sub {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .section-questions {
    margin-top: -18px;
  }
  .questions-intro {
    width: 250px;
  }
  .questions-quote {
    width: 250px;
    padding-left: 25px;
    padding-right: 22px;
  }
  .questions-quote b {
    font-size: 22px;
  }
  .questions-quote::before {
    top: -5px;
  }
  .questions-answers {
    width: 794px;
    max-width: calc(100% - 250px - 35px);
  }
  .question.active .question__sub {
    padding-bottom: 15px;
  }
  .questions-quote__decor {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-questions {
    padding-bottom: 122px;
  }
  .questions {
    margin-top: 17px;
  }
  .questions-intro {
    display: none;
  }
  .questions-quote {
    display: none;
  }
  .questions-answers {
    width: 100%;
    max-width: none;
  }
  .questions-answers__more {
    right: 50%;
    transform: translateX(50%);
  }
  .question__main-text span {
    display: none;
  }
  .question__main-text {
    padding-left: 0px;
  }
  .questions-answers__more {
    bottom: -26px;
  }
  .question.active .question-icon {
    background: #1F1F1F;
  }
  .question.active .question-icon img {
    opacity: 1;
  }
  .question.active .question-icon img.active {
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .question__main {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .question__main-text {
    line-height: 1.4em;
  }
  .question__sub p {
    font-size: 16px;
    line-height: 1.26em;
  }
  .question-icon {
    top: calc(50% - 1px);
  }
}
/* Section-subscription */
.section-subscription {
  position: relative;
  background-image: url(../img/subscription-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 88px;
  padding-bottom: 8px;
}

.subscription {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.subscription h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: #E8FF57;
}
.subscription h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.31em;
  margin-top: 28px;
}
.subscription h2 b {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #1F1F1F;
}
.subscription h2 b::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -5px;
  width: calc(100% - 1px);
  height: calc(100% + 7px);
  background: #E8FF57;
  transform: rotate(1.7deg);
  border-radius: 100px;
  z-index: -1;
}
.subscription h2 u {
  display: inline-block;
  width: 154px;
  position: relative;
}
.subscription h2 u::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(50% + 2.5px);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 68px;
  background: url(../img/subscription-title-img.png) no-repeat center center/146px auto;
}
.subscription h2 span {
  display: inline;
  font: inherit;
  color: #E8FF57;
}
.subscription form {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 590px;
  max-width: 100%;
  padding-top: 53px;
  padding-bottom: 53px;
}
.subscription button {
  display: none;
}
.subscription .input {
  padding-right: 81px;
}
.subscription .form-btn {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.subscription-decor {
  position: absolute;
  left: calc(50% + 339px);
  top: 14px;
}
.subscription-decor img {
  display: block;
  width: 51px;
}

.input {
  display: block;
  width: 100%;
  height: 61px;
  line-height: 61px;
  border-radius: 100px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 18px;
  margin: 0px;
  font-family: "Mulish-Regular", sans-serif;
  color: rgb(255, 255, 255);
  border: 1px solid #fff;
  background: transparent;
  transition: 0.4s ease;
}
.input::placeholder {
  appearance: none;
  opacity: 1;
  font-size: 18px;
  font-family: "Mulish-Regular", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.4s ease;
}
.input:focus {
  border-color: #E8FF57;
}
.form.active .form-btn {
  transform: translateY(-50%) rotate(45deg);
}

.form.disabled .input {
  border-color: #F8BDF6;
}
.form.disabled .form-btn {
  background: #E8E8E8;
}
.form.disabled .form-btn img {
  opacity: 0.4;
}

.form-btn {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #E8FF57;
  cursor: pointer;
  transition: 0.4s ease;
}
.form-btn img {
  display: block;
  position: absolute;
  width: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form__succes {
  display: block;
  position: absolute;
  white-space: nowrap;
  padding-left: 11px;
  padding-right: 11px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 66px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.form__succes::before, .form__succes::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 41px;
  background: url(../img/form-succes-bg.png) no-repeat center center/100% auto;
}
.form__succes::before {
  right: 100%;
}
.form__succes::after {
  left: 100%;
}

.subscription.succes .form {
  opacity: 0;
  position-events: none;
  transition: opacity 0.3s ease;
}
.subscription.succes .form__succes {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1320px) {
  .section-subscription {
    padding-top: 68px;
    background-size: 1380px auto;
  }
  .subscription {
    max-width: 902px;
  }
  .subscription h2 u {
    width: 138px;
  }
  .subscription h2 u::before {
    top: 50%;
    height: 62px;
    background: url(../img/subscription-title-img.png) no-repeat center center/132px auto;
  }
  .subscription form {
    padding-top: 44px;
    padding-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .section-subscription {
    background: #1F1F1F;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .subscription form {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .form__succes {
    bottom: 52px;
  }
}
@media (max-width: 767px) {
  .subscription h2 {
    font-size: 28px;
    text-transform: none;
    line-height: 1.12em;
  }
  .subscription h2 b::before {
    top: -1px;
    left: -8px;
    width: calc(100% + 11px);
    height: calc(100% + 4px);
    transform: rotate(2deg);
  }
  .subscription h2 u {
    width: 78px;
    color: transparent;
  }
  .subscription h2 u::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: calc(50% + 2px);
    transform: translate(-50%, -50%);
    width: 63px;
    height: 29px;
    border-radius: 100px;
    background: linear-gradient(135deg, rgb(232, 255, 87) 0%, rgb(145, 83, 225) 100%);
    z-index: 1;
  }
  .subscription h2 u::before {
    top: calc(50% + 2px);
    height: 25px;
    background: url(../img/subscription-title-img.png) no-repeat center center/60px auto;
    z-index: 2;
  }
  .form__succes {
    font-size: 20px;
    bottom: 46px;
  }
}
@media (max-width: 575px) {
  .section-subscription {
    padding-top: 52px;
  }
  .subscription h2 {
    text-transform: none;
    margin-top: 36px;
  }
  .subscription h3 {
    font-size: 18px;
  }
  .subscription form {
    padding-bottom: 22px;
  }
  .subscription .form-btn {
    top: calc(50% + 4px);
  }
  .form__succes {
    font-size: 18px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .form__succes::before, .form__succes::after {
    width: 30px;
    height: 31px;
  }
}
/* Section-ways */
.ways {
  width: 100%;
}
.ways ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style-type: none;
}
.ways li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding-left: 24px;
  margin-top: 10px;
}
.ways li::before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  width: 0.6px;
  height: 12px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background: #1F1F1F;
}
.ways li:first-child {
  padding-left: 0px;
}
.ways li:first-child::before {
  display: none;
}
.ways li:last-child {
  pointer-events: none;
}
.ways h2 {
  text-align: left;
  margin-top: 34px;
}

.ways-item {
  font-size: 14px;
  font-family: "Mulish-Regular", sans-serif;
}

@media (max-width: 1320px) {
  .ways h2 {
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  .ways {
    padding-top: 2px;
    border-top: 1px solid rgba(145, 83, 225, 0.07);
  }
}
@media (max-width: 767px) {
  .ways ul {
    flex-wrap: nowrap;
  }
  .ways ul li {
    padding-left: 22px;
  }
  .ways ul li::before {
    left: 10px;
  }
  .ways ul li a {
    white-space: nowrap;
  }
  .ways ul li:last-child {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .ways h2 {
    word-wrap: break-word;
    margin-top: 15px;
    margin-top: 20px;
  }
}
/* Section-library */
.section-library {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 120px;
}

.library-form {
  display: block;
  position: relative;
  z-index: 4;
  width: 100%;
}
.library-form form {
  display: block;
  width: 100%;
}

.library-form-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.form-search {
  display: flex;
  position: relative;
  padding-left: 7px;
  width: calc(100% - 81px);
  border: 1px solid #1F1F1F;
  border-radius: 7px;
  cursor: pointer;
  z-index: 2;
  transition: 0.4s ease;
}
.form-search input {
  width: 100%;
  padding-left: 20px;
  padding-right: 85px;
  height: 65px;
  line-height: 65px;
  border-radius: 7px;
  border: 0px solid #fff !important;
  color: #1F1F1F;
}
.form-search input::placeholder {
  color: #1F1F1F;
  opacity: 0.6 !important;
}
.form-search.active {
  border-bottom-left-radius: 0px;
  border-color: #9153E1;
}
.form-search.active .library-search__btn img {
  opacity: 1;
}
.form-search.active .library-search__btn img.active {
  opacity: 0;
}

#library-btn {
  display: none;
}

.form-search__btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 66px;
  height: 100%;
  border-radius: 7px;
  cursor: pointer;
}
.form-search__btn img {
  display: block;
  position: absolute;
  width: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}
.form-search__btn img.active {
  opacity: 1;
}

.form-search__btn:hover img {
  opacity: 1;
}
.form-search__btn:hover img.active {
  opacity: 0;
}

.form-categories {
  position: relative;
  padding: 14px;
  padding-left: 25px;
  padding-right: 25px;
  background: #F8BDF6;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 3px;
}
.form-categories.active .form-categories__value span.active {
  opacity: 1;
}
.form-categories.active .form-categories__value::after {
  transform: translateY(-50%) rotate(-360deg);
}

.form-categories__value {
  display: block;
  position: relative;
  text-align: center;
  padding-right: 22px;
}
.form-categories__value span {
  display: block;
  font-size: 18px;
  color: #1F1F1F;
  position: absolute;
  opacity: 0;
}
.form-categories__value span.active {
  position: relative;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.form-categories__value::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: calc(50% + 0.5px);
  transform: translateY(-50%) rotate(-180deg);
  width: 12px;
  height: 12px;
  background: url(../img/library-categories-arrow.png) no-repeat center center/100% auto;
  transition: 0.4s ease;
}

.filter-btn {
  position: relative;
  width: 61px;
  height: 61px;
  border-radius: 7px;
  border: 1px solid #9153E1;
  background: rgb(145, 83, 225);
  cursor: pointer;
  transition: 0.4s ease;
}
.filter-btn span {
  display: block;
  position: absolute;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  right: -9px;
  top: -8px;
  font-size: 10px;
  color: #1F1F1F;
  background: #F8BDF6;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: auto;
}
.filter-btn span.active {
  opacity: 1;
  pointer-events: auto;
}
.filter-btn img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0);
  width: 22px;
  transition: 0.4s ease;
}
.filter-btn img.active {
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.filter-btn img.filter-btn__img_main {
  width: 28px;
}
.filter-btn.active {
  border-color: #1F1F1F;
  background: rgba(145, 83, 225, 0);
}
.filter-btn.active img {
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.filter-btn.active img.active {
  transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.filter-btn.active span {
  opacity: 0;
  pointer-events: none;
}

.form-search-list {
  position: absolute;
  left: -1px;
  top: 2px;
  width: calc(100% + 2px);
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 14px;
  padding-bottom: 19px;
  background: #fff;
  border: 1px solid #9153E1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  opacity: 0%;
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
  pointer-events: none;
  z-index: -1;
}
.form-search-list.active {
  top: calc(100% - 5px);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.form-search-list__item {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
}
.form-search-list__item.active {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-search-list__item span {
  font-size: 18px;
  line-height: 1.5em;
  transition: 0.4s ease;
}
.form-search-list__item span b {
  font: inherit;
  font-weight: inherit !important;
  color: #9153E1;
}
.form-search-list__item:hover span {
  color: #9153E1;
}

.form-cat-list {
  position: absolute;
  left: -1px;
  top: 2px;
  width: 243px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 14px;
  padding-bottom: 29px;
  background: #fff;
  border: 1px solid #9153E1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  opacity: 0%;
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
  pointer-events: none;
  z-index: -1;
}
.form-cat-list.active {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.form-cat-list__item {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
}
.form-cat-list__item.active {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-cat-list__item span {
  font-size: 18px;
  line-height: 1.5em;
  transition: 0.4s ease;
}
.form-cat-list__item:hover span {
  color: #9153E1;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease;
}
.filter.active {
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}

.filter-item, .sorting-item {
  position: relative;
  margin-right: 20px;
  margin-top: 6px;
}
.filter-item.active, .sorting-item.active {
  z-index: 2;
}
.filter-item.active .filter-item__main, .filter-item.active .sorting-item__main, .sorting-item.active .filter-item__main, .sorting-item.active .sorting-item__main {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: #9153E1;
}
.filter-item.active .filter-item__main span::after, .filter-item.active .sorting-item__main span::after, .sorting-item.active .filter-item__main span::after, .sorting-item.active .sorting-item__main span::after {
  transform: translateY(-30%) rotate(-180deg);
}
.filter-item.focused .filter-item__main, .filter-item.focused .sorting-item__main, .sorting-item.focused .filter-item__main, .sorting-item.focused .sorting-item__main {
  border-color: #9153E1;
}
.filter-item.focused .filter-item__main span, .filter-item.focused .sorting-item__main span, .sorting-item.focused .filter-item__main span, .sorting-item.focused .sorting-item__main span {
  color: #9153E1;
}

.filter-item__main, .sorting-item__main {
  position: relative;
  padding: 13px;
  padding-left: 16px;
  padding-right: 39px;
  border-radius: 3px;
  border: 1px solid #1F1F1F;
  cursor: pointer;
}
.filter-item__main span, .sorting-item__main span {
  display: block;
  position: relative;
  color: rgba(31, 31, 31, 0.6);
}
.filter-item__main span::after, .sorting-item__main span::after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/filter-select-arrow.png) no-repeat center center/100% auto;
  transition: 0.4s ease;
}

.filter-item__list, .sorting-item__list {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 100%;
  min-width: 236px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 0px;
  padding-bottom: 14px;
  background: #fff;
  border: 1px solid #9153E1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  opacity: 0%;
  pointer-events: none !important;
  z-index: -1;
}
.filter-item__list.active, .sorting-item__list.active {
  top: calc(100% - 1px);
  opacity: 1;
  pointer-events: auto !important;
  transition: opacity 0.3s ease;
}
.filter-item__list .checkbox-item, .sorting-item__list .checkbox-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
  cursor: pointer;
}
.filter-item__list .checkbox-item .checkbox, .sorting-item__list .checkbox-item .checkbox {
  pointer-events: none;
  transition: 0.4s ease;
}
.filter-item__list .checkbox-item .checkbox.active, .sorting-item__list .checkbox-item .checkbox.active {
  border-color: #9153E1;
  background: #9153E1;
}
.filter-item__list .checkbox-item .checkbox.active::before, .sorting-item__list .checkbox-item .checkbox.active::before {
  background: url(../img/checkbox-arrow_white.png) no-repeat center center/100% auto;
}
.filter-item__list .checkbox-item span, .sorting-item__list .checkbox-item span {
  display: block;
  padding-left: 12px;
  width: calc(100% - 20px);
  font-size: 16px;
  padding-top: 2px;
  transition: 0.4s ease;
}
.filter-item__list .checkbox-item:hover span, .sorting-item__list .checkbox-item:hover span {
  color: #9153E1;
}
.filter-item__list .checkbox, .sorting-item__list .checkbox {
  width: 20px;
  height: 20px;
}
.filter-item__list .checkbox::before, .sorting-item__list .checkbox::before {
  width: 11px;
}

input#filt-reset {
  position: absolute !important;
  opacity: 0 !important;
  z-index: -10 !important;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.form-reset {
  position: relative;
  bottom: -3.5px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  padding-left: 17px;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.form-reset:hover {
  color: #9153E1;
}
.form-reset:hover .form-reset__icon img {
  opacity: 1;
}
.form-reset:hover .form-reset__icon img.active {
  opacity: 0;
}
.form-reset.active {
  opacity: 1;
  pointer-events: auto;
}

.form-reset__icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.form-reset__icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  transition: 0.4s ease;
}
.form-reset__icon img.active {
  opacity: 1;
}

.library {
  display: flex;
  min-width: calc(100% + 20px);
  width: calc(100% + 20px);
  flex-wrap: wrap;
  padding-top: 30px;
}

.library-item {
  display: flex;
  position: relative;
  flex-direction: column;
  width: calc(25% - 20px);
  margin-right: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px;
  padding-top: 25px;
  margin-top: 20px;
  overflow: hidden;
}
.library-item::before, .library-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100px;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #f6f3fc;
  z-index: 0;
}
.library-item::after {
  display: none !important;
}
.library-item * {
  position: relative;
  z-index: 2;
}
.library-item.library-item_green::before, .library-item.library-item_green::after {
  background: #E8FF57;
}
.library-item.library-item_green .library-item__bg {
  background-image: url(../img/library-item-bg_01.png);
}
.library-item.library-item_pink::before, .library-item.library-item_pink::after {
  background: #F8BDF6;
}
.library-item.library-item_pink .library-item__bg {
  background-image: url(../img/library-item-bg_03.png);
}
.library-item:hover .library-item__btn {
  transform: rotate(40deg);
}
.library-item:hover .library-item__img img {
  transform: translate(-50%, -50%) scale(1.07);
}

.library-item__link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.library-item__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/library-item-bg_02-new.png) no-repeat center top/100% auto;
}

.library-item__btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.4s ease;
}
.library-item__btn img {
  display: block;
  width: 41px;
}

.library-item__img {
  display: block;
  position: relative;
  width: 100%;
  height: 163px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 25px;
  margin-top: auto;
}
.library-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: 0.4s ease;
}

.library-item__cat {
  position: relative;
  z-index: 3;
  max-width: calc(100% - 20px);
  margin-right: auto;
  padding: 4.5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #1F1F1F;
  border-radius: 100px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
}
.library-item__cat a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.library-item__text {
  display: block;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  margin-bottom: 22px;
}

@media (max-width: 1320px) {
  .section-library {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .library-item__cat {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .library-item__text {
    font-size: 15px;
  }
  .library {
    padding-top: 20px;
    min-width: calc(100% + 15px);
    width: calc(100% + 15px);
  }
  .library-item {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  .library-item__img {
    height: 152px;
  }
  .library-item__btn img {
    width: 39px;
  }
}
@media (max-width: 1199px) {
  .library {
    min-width: calc(100% + 28px);
    width: calc(100% + 28px);
  }
  .library-item {
    padding-left: 25px;
    padding-right: 25px;
    width: calc(33.3333333333% - 28px);
    margin-right: 28px;
  }
  .library-item__cat {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .library-item__text {
    font-size: 16px;
  }
  .library-item__img {
    height: 163px;
  }
  .library-item__btn img {
    width: 41px;
  }
}
@media (max-width: 991px) {
  .form-search.active {
    border-bottom-left-radius: 7px;
  }
  .form-search.active input {
    border-bottom-left-radius: 7px;
  }
  .library {
    min-width: calc(100% + 40px);
    width: calc(100% + 40px);
  }
  .library-item {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .library-item__text {
    max-width: 245px;
  }
  .library-item__img {
    height: 187px;
  }
  .library-item__btn img {
    width: 45px;
  }
  .form-categories, .form-cat-list, .filter {
    display: none;
  }
}
@media (max-width: 767px) {
  .library {
    min-width: calc(100% + 16px);
    width: calc(100% + 16px);
  }
  .library-item {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .library-item__img {
    height: 156px;
  }
  .library-item__btn img {
    width: 38px;
  }
}
@media (max-width: 575px) {
  .section-library {
    padding-bottom: 80px;
  }
  .form-search {
    width: calc(100% - 57px);
    padding-left: 0px;
  }
  .form-search input {
    padding-left: 15px;
    padding-right: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .form-search input::placeholder {
    font-size: 16px;
  }
  .form-search__btn {
    width: 50px;
  }
  .filter-btn {
    width: 50px;
    height: 50px;
  }
  .filter-btn img {
    width: 23px !important;
  }
  .form-search-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .form-search-list__item {
    margin-top: 10px;
  }
  .form-search-list__item span {
    font-size: 16px;
    line-height: 1.2em;
  }
  .library {
    padding-top: 0px;
    min-width: 100%;
    width: 100%;
  }
  .library-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    width: 100%;
    margin-right: 0px;
  }
  .library-item::before {
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: calc(100% - 100px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .library-item::after {
    display: block !important;
  }
  .library-item__img {
    height: 186px;
  }
  .library-item__btn img {
    width: 41px;
  }
  .library-item__cat {
    margin-bottom: 20px;
  }
  .library-item__text {
    max-width: 270px;
  }
  .library-item__bg {
    left: auto;
    right: 0px;
    top: 0px;
    width: 100%;
    max-width: 280px;
  }
}
/* Section-kriyi */
.section-kriyi {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 120px;
}

.kriyi-form {
  display: block;
  position: relative;
  z-index: 4;
  width: 100%;
}
.kriyi-form form {
  display: block;
  width: 100%;
}

.kriyi-form-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.sorting {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.sorting__result {
  display: inline-block;
  font-size: 15px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}

.sorting-item {
  margin-right: 0px;
  margin-top: 0.5px;
}

.sorting-item__main {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 42px;
}
.sorting-item__main span {
  font-size: 14px;
  color: #1F1F1F;
}
.sorting-item__main span::after {
  top: calc(50% + 0.5px);
  width: 14px;
  height: 14px;
  background: url(../img/sorting-select-arrow.png) no-repeat center center/100% auto;
}

.filter-item.active .filter-item__main span::after, .filter-item.active .sorting-item__main span::after, .sorting-item.active .filter-item__main span::after, .sorting-item.active .sorting-item__main span::after {
  transform: translateY(-45%) rotate(-180deg);
}

.sorting-item__list {
  position: absolute;
  left: auto;
  right: 0px;
  top: 2px;
  width: 100%;
  min-width: 180px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 14px;
  padding-bottom: 24px;
  background: #fff;
  border: 1px solid #9153E1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  opacity: 0%;
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
  pointer-events: none;
  z-index: -1;
}
.sorting-item__list.active {
  z-index: 2;
  top: calc(100% - 2px);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.sorting-item__list-item {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
}
.sorting-item__list-item.active {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sorting-item__list-item span {
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.4s ease;
}
.sorting-item__list-item:hover span {
  color: #9153E1;
}

.kriyi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.kriyi .btn {
  min-width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.kriyi .btn span {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  transition: color 0.3s ease, opacity 0s;
}
.kriyi .btn span.active {
  position: relative;
  opacity: 1;
  transition: color 0.3s ease, opacity 0s;
}

.kriyi__items {
  width: 100%;
}

.kriyi-item {
  width: 100%;
}
.kriyi-item:first-child .kriyi-item__inner {
  border-top: 1px solid #1F1F1F;
}
.kriyi-item:hover .kriyi-item__inner {
  background: rgba(145, 83, 225, 0.07);
}
.kriyi-item:hover .kriya-info h3 {
  color: #9153E1;
}
.kriyi-item:hover .kriya-btn {
  transform: rotate(40deg);
  background: #E8FF57;
}
.kriyi-item:hover .kriya-btn img {
  opacity: 1;
}
.kriyi-item:hover .kriya-btn img.active {
  opacity: 0;
}
.kriyi-item.hidden {
  display: none;
}

.kriyi-item__inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background: rgba(145, 83, 225, 0);
  border-bottom: 1px solid #1F1F1F;
  transition: 0.4s ease;
}
.kriyi-item__inner a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.kriya-level {
  display: block;
  width: 140px;
  text-align: center;
  line-height: 1em;
  padding: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #9153E1;
  border-radius: 100px;
  color: #9153E1;
  font-family: "Mulish-Medium", sans-serif;
}

.kriya-info {
  width: calc(100% - 140px - 281px);
  padding-left: 25px;
  padding-right: 40px;
}
.kriya-info h3 {
  display: block;
  font-size: 28px;
  transition: 0.4s ease;
}
.kriya-info p {
  display: block;
  font-family: "Mulish-Medium", sans-serif;
  margin-top: 8px;
}

.kriya-media {
  display: flex;
  width: 281px;
  justify-content: space-between;
  align-items: center;
}

.kriya-img {
  display: block;
  width: 150px;
}
.kriya-img img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
}

.kriya-fav {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.kriya-fav img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  transition: 0.4s ease;
}
.kriya-fav img.active {
  opacity: 1;
}
.kriya-fav.active img {
  opacity: 1;
}
.kriya-fav.active img.active {
  opacity: 0;
}

.kriya-btn {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: relative;
  background: #1F1F1F;
  transition: 0.4s ease;
}
.kriya-btn img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  opacity: 0;
  transition: 0.4s ease;
}
.kriya-btn img.active {
  opacity: 1;
}

@media (max-width: 1320px) {
  .section-kriyi {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .sorting {
    margin-top: 20px;
  }
  .kriyi {
    margin-top: 20px;
  }
  .kriyi .btn {
    margin-top: 40px;
  }
  .kriya-info h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .kriyi-item__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kriya-info {
    width: calc(100% - 140px - 261px);
    padding-left: 20px;
    padding-right: 30px;
  }
  .kriya-media {
    width: 261px;
  }
}
@media (max-width: 991px) {
  .kriyi {
    margin-top: 0px;
  }
  .kriyi__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -5px;
  }
  .kriyi-item {
    display: flex;
    width: calc(50% - 20px);
    margin-top: 25px;
  }
  .kriyi-item__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(145, 83, 225, 0.07) !important;
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    border-radius: 20px;
  }
  .kriya-media {
    width: 100%;
    margin-top: auto;
  }
  .kriya-btn {
    display: none;
  }
  .kriya-info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .kriya-img {
    width: 100%;
  }
  .kriya-img img {
    height: 193px;
  }
  .kriya-fav {
    position: absolute;
    right: 25px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .kriyi-item {
    width: calc(50% - 7.5px);
  }
  .kriyi-item__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kriya-info h3 {
    font-size: 22px;
  }
  .kriya-level {
    width: auto;
    font-size: 14px;
    padding: 15px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .kriya-fav {
    right: 15px;
  }
  .kriya-img img {
    height: 155px;
  }
}
@media (max-width: 575px) {
  .section-kriyi {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .kriyi-item {
    width: 100%;
  }
  .kriya-img img {
    height: 193px;
  }
  .sorting-item__list {
    width: 100%;
    min-width: 180px;
    left: auto;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 19px;
  }
  .sorting-item__list-item span {
    font-size: 14px;
  }
  .kriyi .btn {
    margin-top: 30px;
    width: 100%;
  }
}
/* Section-praktika */
.praktika {
  width: 100%;
}

.praktika-details {
  display: flex;
  align-items: center;
  width: 793px;
  max-width: 100%;
  margin-top: 14px;
}

.praktika-details__lvl {
  padding: 5px;
  padding-left: 17px;
  padding-right: 17px;
  color: #9153E1;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  margin-right: 15px;
  border: 1px solid #9153E1;
  border-radius: 100px;
}

.praktika-details__time {
  position: relative;
  padding-left: 33px;
  font-size: 18px;
}
.praktika-details__time::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/praktika-time-icon.png) no-repeat center center/100% auto;
}

.praktika-fav {
  margin-left: auto;
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.praktika-fav span {
  font-size: 18px;
}

.praktika-fav__icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.praktika-fav__icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  transition: 0.4s ease;
}
.praktika-fav__icon img.active {
  opacity: 1;
}
.praktika-fav__icon span {
  display: block;
}

.praktika__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

.praktika-info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 325px);
  max-width: 793px;
}
.praktika-info h3 {
  display: block;
  font-size: 32px;
  line-height: 1.1em;
  margin-top: 30px;
}
.praktika-info p {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 25px;
}
.praktika-info p.mtn {
  margin-top: 0px;
}
.praktika-info p .ref {
  display: inline;
  font: inherit;
  color: #9153E1;
  text-decoration: underline;
}
.praktika-info p .ref:hover {
  text-decoration: none;
}
.praktika-info ul {
  margin-top: 25px;
}
.praktika-info ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.71em;
  padding-left: 27px;
}
.praktika-info ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 6.8px;
  height: 6.8px;
  border-radius: 50%;
  background: #1F1F1F;
}
.praktika-info ul li .ref {
  display: inline;
  font: inherit;
  color: #9153E1;
  text-decoration: underline;
}
.praktika-info ul li .ref:hover {
  text-decoration: none;
}
.praktika-info h3.mtb {
  margin-top: 60px;
}
.praktika-info h4.mtb {
  margin-top: 38px;
}

.praktika-quote {
  position: relative;
  background: #E8FF57;
  padding-left: 70px;
  padding-right: 100px;
  padding-top: 35px;
  padding-bottom: 50px;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.praktika-quote p {
  font-family: "Mulish-Italic", sans-serif;
  font-weight: normal;
}
.praktika-quote::before, .praktika-quote::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.praktika-quote::before {
  left: 25px;
  top: 25px;
  background-image: url(../img/praktika-quote-before.png);
}
.praktika-quote::after {
  right: 25px;
  bottom: 25px;
  background-image: url(../img/praktika-quote-after.png);
}

.praktika-quote__author {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Mulish-SemiBold", sans-serif;
  margin-top: 18px;
}
.praktika-quote__author::before, .praktika-quote__author::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  background: #1F1F1F;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.praktika-quote__author::before {
  left: 0px;
}
.praktika-quote__author::after {
  right: 0px;
}

.praktika-menu {
  position: relative;
  width: 285px;
  margin-top: 30px;
}
.praktika-menu h3 {
  display: none;
}
.praktika-menu nav {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: #F6F6F9;
  border-radius: 30px;
}
.praktika-menu ul {
  width: 100%;
}
.praktika-menu li {
  width: 100%;
  margin-top: 9.5px;
}
.praktika-menu li a {
  display: block;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9.2px;
  padding-bottom: 9.2px;
  border-radius: 20px;
  background: rgba(232, 255, 87, 0);
  color: #1F1F1F !important;
  transition: 0.4s ease;
}
.praktika-menu li a:hover, .praktika-menu li a.active {
  background: rgb(232, 255, 87);
}
.praktika-menu .btn {
  border: 1px solid #1F1F1F;
  background: rgba(232, 255, 87, 0);
  height: 52px;
  line-height: 52px;
  margin-top: 30px;
}
.praktika-menu .btn span {
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  color: #1F1F1F;
}
.praktika-menu .btn:hover {
  border-color: #E8FF57;
  background: rgb(232, 255, 87);
}
.praktika-menu-anchor {
  height: 1px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}

.praktika-exercise {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.praktika-exercise h3 {
  font-size: 28px;
  margin-top: 0px;
  line-height: 1.1em;
  margin-bottom: 18px;
}
.praktika-exercise h4 {
  color: #9153E1;
  margin-bottom: 13px;
}
.praktika-exercise h5 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.praktika-exercise i {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Mulish-Italic", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.praktika-exercise i b {
  font: inherit;
  font-family: "Mulish-BoldItalic", sans-serif;
  font-weight: normal;
}

.exercise-item {
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0px;
  padding: 30px;
  border-radius: 30px;
  background: #F6F6F9;
  pointer-events: none;
}
.exercise-item.active {
display: block !important;	
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  pointer-events: auto;
}

.exercise-item__info {
  width: 100%;
}

.exercise-item__info-details {
  width: 100%;
}
.exercise-item__info-details div {
  margin-top: 5px;
}
.exercise-item__info-details b {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}
.exercise-item__info-details strong {
  display: inline;
  font: inherit !important;
  font-family: inherit !important;
  font-weight: normal !important;
  color: #9153E1;
}

.exercise-switches {
  display: flex;
  width: 100%;
  padding: 7px;
  border-radius: 7px;
  margin-bottom: 15px;
  background: rgba(145, 83, 225, 0.07);
}

.exercise-switches__item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 11px;
  margin-right: 15px;
  background: rgba(232, 255, 87, 0);
  border-radius: 7px;
  cursor: pointer;
  transition: 0.4s ease;
}
.exercise-switches__item:last-child {
  margin-right: 0px;
}
.exercise-switches__item b {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}
.exercise-switches__item.active {
  background: rgb(232, 255, 87);
}

.exercise-item__media {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.exercise-slider {
  width: calc(60% - 10px);
  margin-bottom: 0px !important;
}
.exercise-slider .slick-prev, .exercise-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 4;
}
.exercise-slider .slick-prev {
  left: 20px;
  background: url(../img/slick-arrow-prev.png) no-repeat center center/100% auto;
}
.exercise-slider .slick-next {
  right: 20px;
  background: url(../img/slick-arrow-next.png) no-repeat center center/100% auto;
}
.exercise-slider .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.exercise-slider .slick-dots li {
  padding-left: 0px;
  margin-left: 5px;
  margin-right: 3px;
}
.exercise-slider .slick-dots li button {
  background: #9153E1;
  width: 8px;
  height: 8px;
}
.exercise-slider .slick-dots li::before {
  display: none !important;
}

.exercise-slider_full {
  width: 100%;
}

.exercise-slider__item {
  width: 100%;
}
.exercise-slider__item img {
  display: block;
  width: 100%;
  height: 351px;
  border-radius: 30px;
  object-fit: cover;
}

.exercise-timer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(40% - 10px);
  padding: 15px;
  padding-top: 32px;
  padding-bottom: 30px;
  background: #9153E1;
  border-radius: 30px;
}

.timer-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.timer-main__title {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Mulish-Bold", sans-serif;
}

.timer-main__time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 111px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 50%;
  margin-top: 20px;
}
.timer-main__time span {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  color: #E8FF57;
}

.timer-main__time-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.timer-main__time-bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.timer-buttons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.timer-buttons .btn {
  width: calc(50% - 5px);
  border: 1px solid #fff;
  background: rgba(232, 255, 87, 0);
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}
.timer-buttons .btn span {
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  color: #fff;
}
.timer-buttons .btn:hover {
  border-color: #E8FF57;
  background: rgb(232, 255, 87);
}
.timer-buttons .btn:hover span {
  color: #1F1F1F;
}
.timer-buttons .btn.btn_big {
  width: 100%;
  cursor: unset;
}
.timer-buttons .btn.btn_big:hover {
  border-color: #fff;
  background: rgba(232, 255, 87, 0);
}
.timer-buttons .btn.btn_big:hover span {
  color: #fff;
}
.timer-buttons .btn.btn_min {
  width: calc((100% - 20px) / 3);
}

.player {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.player__plug img {
  display: block;
  width: 100%;
}

.selected-text {
  margin-top: 15px !important;
  margin-bottom: -8px !important;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
  padding-bottom: 10px;
  background: #F8BDF6;
  border-radius: 7px;
  font-size: 18px !important;
  line-height: 1.4em !important;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}

.praktika-notice {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 30px;
  padding-top: 20px;
  padding-left: 67px;
  border-radius: 30px;
  background: #F6F6F9;
}
.praktika-notice::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 22px;
  height: 27px;
  background: url(../img/praktika-notice-before.png) no-repeat center bottom/100% auto;
}
.praktika-notice p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.26em;
}
.praktika-notice p .ref {
  font: inherit;
  color: inherit;
}

.praktika-comments {
  display: block;
  width: 100%;
  padding-top: 40px;
}

.comment-form-main {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.comment-form-main form {
  width: 100%;
  position: relative;
}
.comment-form-main form.active .btn {
  pointer-events: auto;
  opacity: 1;
}
.comment-form-main textarea {
  width: 80%;
  background: #F6F6F9;
  border: 1px solid #E8E8E8;
  color: #1F1F1F;
  line-height: 1.4em;
  height: 83px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 20px;
  padding-right: 173px;
  border-radius: 7px;
  resize: none;
  outline: none !important;
  font-size: 18px;
}
.comment-form-main textarea::placeholder {
  color: #1F1F1F !important;
  opacity: 0.6 !important;
}
.comment-form-main textarea::-webkit-scrollbar {
  display: none;
}
.comment-form-main textarea:focus {
  border-color: #9153E1 !important;
}
.comment-form-main .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
  height: 43px;
  line-height: 44px;
  font-size: 15px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  border: 0px !important;
  outline: none !important;
  background: #9153E1;
  color: #fff;
  opacity: 0.4;
  pointer-events: none;
}

.comments-items {
  width: 100%;
}

.praktika-comment {
  width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.praktika-comment-item {
  width: 100%;
  padding: 20px;
  padding-bottom: 22px;
  background: #F6F6F9;
  border-radius: 7px;
}

.praktika-comment-item__main {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-right: 100px;
}

.praktika-comment-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.praktika-comment-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.praktika-comment-name {
  display: inline-block;
  padding-left: 10px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}

.praktika-comment-time {
  display: inline-block;
  padding-left: 8px;
}

.praktika-comment-item__main-action {
  display: flex;
  position: absolute;
  right: 0px;
  top: 10px;
  justify-content: flex-end;
}

.answer-btn {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  transition: 0.4s ease;
}
.answer-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/praktika-answer-icon.png) no-repeat center center/100% auto;
}
.answer-btn span {
  display: block;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  color: #9153E1;
}
.answer-btn:hover {
  opacity: 0.6;
}

.praktika-comment-item__text {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 5px;
}
.praktika-comment-item__text p {
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 10px;
}
.praktika-comment-item__text p b {
  font-family: "Mulish-Bold", sans-serif;
}
.praktika-comment-item__text.hidden {
  display: none;
}

.praktika-comment__answer {
  display: block;
  width: 100%;
  padding: 20px;
  margin-top: 5px;
  background: #F6F6F9;
  border-radius: 7px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
}
.praktika-comment__answer.active {
  pointer-events: auto;
  position: relative;
  max-height: 3000px;
  opacity: 1;
}

.answer-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.answer-main textarea {
  display: block;
  width: calc(100% - 60px);
  border: 1px solid #9153E1;
  color: #1F1F1F;
  line-height: 1.25em;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
  font-size: 16px;
  resize: none;
  outline: none !important;
}
.answer-main textarea::-webkit-scrollbar {
  display: none;
}
.answer-main textarea:focus {
  border-color: #9153E1 !important;
}
.answer-main .btn {
  margin-left: auto;
  margin-top: 20px;
  min-width: 123px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  border: 0px !important;
  outline: none !important;
  background: #9153E1;
  color: #fff;
  opacity: 0.4;
  pointer-events: none;
}
.answer-main.active .btn {
  pointer-events: auto;
  opacity: 1;
}

.answer-main__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.answer-main__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.praktika-comment__sub-answers {
  width: 100%;
  margin-top: 20px;
  padding-left: 63px;
  border-left: 4px solid #F8BDF6;
}

.sub-answer {
  width: 100%;
  margin-top: 5px;
}
.sub-answer:first-child {
  margin-top: 0px;
}

.praktika-comment-item__edit {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
.praktika-comment-item__edit .input {
  width: 100%;
}
.praktika-comment-item__edit .btn {
  margin-top: 5px;
}
.praktika-comment-item__edit.hidden {
  display: none;
}

.your-comm {
  display: inline-flex;
  position: relative;
  padding-left: 53px;
  padding-top: 2px;
}
.your-comm::before {
  display: block;
  content: "Вы";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #F8BDF6;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}

.your-comm__btn {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s ease;
}
.your-comm__btn img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.your-comm__btn:hover {
  opacity: 1;
}

@media (max-width: 1320px) {
  .praktika-details {
    width: 760px;
  }
  .praktika-info {
    max-width: 760px;
  }
  .praktika-info h3 {
    font-size: 28px;
  }
  .praktika-info h3.mtb {
    margin-top: 58px;
  }
  .praktika-menu nav {
    padding-top: 12px;
    padding-bottom: 22px;
  }
  .praktika-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .praktika-menu .btn {
    margin-top: 20px;
  }
  .praktika-quote {
    padding-left: 60px;
    padding-right: 60px;
  }
  .exercise-slider__item img {
    height: 335px;
  }
  .praktika-comments {
    padding-top: 40px;
  }
  .praktika-comment__sub-answers {
    padding-left: 45px;
  }
}
@media (max-width: 1199px) {
  .praktika-details {
    width: calc(100% - 250px);
  }
  .praktika-info {
    width: calc(100% - 250px);
  }
  .exercise-slider__item img {
    height: 302px;
  }
  .exercise-timer {
    width: calc(40% + 0px);
    padding-top: 26px;
    padding-bottom: 25px;
  }
  .praktika-fixed {
    top: auto !important;
    position: relative !important;
    transform: none !important;
  }
  .praktika-menu {
    width: 220px;
  }
  .praktika-menu nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .praktika-menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .praktika-menu .btn {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .praktika-menu .btn span {
    font-size: 15px;
    line-height: 1.1em;
    margin-top: auto;
    margin-bottom: auto;
  }
  .praktika-comment__sub-answers {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .praktika-details {
    width: 100%;
    margin-top: 22px;
  }
  .praktika__main {
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .praktika-menu {
    width: 100%;
    order: 1;
  }
  .praktika-menu h3 {
    display: block;
    font-size: 28px;
    padding-bottom: 22px;
  }
  .praktika-menu nav {
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(145, 83, 225, 0.07);
  }
  .praktika-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.28em;
    font-family: "Mulish-Regular", sans-serif;
    font-weight: normal;
  }
  .praktika-menu .btn {
    display: none;
  }
  .praktika-info {
    width: 100%;
    order: 2;
  }
  .exercise-slider__item img {
    height: 316px;
  }
}
@media (max-width: 767px) {
  .praktika-menu h3 {
    font-size: 26px;
  }
  .praktika-info h3 {
    font-size: 26px;
  }
  .praktika-quote {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 55px;
  }
  .praktika-quote__author {
    padding-left: 45px;
  }
  .praktika-quote__author::before {
    left: 13px;
  }
  .praktika-exercise {
    margin-top: 25px;
  }
  .exercise-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .selected-text {
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .praktika-notice {
    padding-left: 52px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .praktika-notice::before {
    top: 24px;
    left: 15px;
  }
  .praktika-notice p {
    font-size: 14px;
  }
  .exercise-item__media {
    flex-wrap: wrap;
  }
  .exercise-slider {
    width: 100%;
  }
  .exercise-slider__item img {
    height: 418px;
  }
  .exercise-timer {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .praktika-exercise h3 {
    font-size: 22px;
  }
  .praktika-exercise h4 {
    font-size: 18px;
  }
  .exercise-timer {
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .timer-buttons {
    padding-top: 15px;
  }
  .selected-text {
    line-height: 1.18em !important;
  }
  .praktika-comment-item {
    position: relative;
    padding-bottom: 58px;
  }
  .praktika-comment-item__main {
    position: unset;
  }
  .praktika-comment-item__main-action {
    right: 20px;
    top: auto;
    left: auto;
    bottom: 20px;
  }
  .praktika-comment-item_own {
    padding-bottom: 63px;
  }
  .praktika-comment-item_own .praktika-comment-item__main-action {
    right: auto;
    left: 21px;
  }
  .praktika-comment-item__text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .your-comm {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .your-comm::before {
    display: none;
  }
  .your-comm__btn {
    margin-left: 0px;
    margin-right: 20px;
  }
  .praktika-comment-item__edit {
    padding-bottom: 10px;
  }
  .praktika-comment-item__edit .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .praktika-fav span {
    display: none;
  }
  .praktika-details__lvl {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: 10px;
    font-family: "Mulish-Regular", sans-serif;
    font-weight: normal;
  }
  .praktika-details__time {
    padding-left: 27px;
    font-size: 16px;
  }
  .praktika-details__time::before {
    width: 24px;
    height: 24px;
  }
  .praktika-fav {
    padding-left: 0px;
    margin-left: 10px;
  }
  .praktika-fav__icon {
    width: 24px;
    height: 24px;
  }
  .exercise-item {
    border-radius: 20px;
  }
  .praktika-exercise i {
    font-size: 16px;
  }
  .exercise-slider__item img {
    border-radius: 20px;
    height: 238px;
  }
  .player {
    margin-top: 10px;
  }
  .exercise-switches__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .exercise-switches__item b {
    display: block;
    text-align: center;
  }
  .praktika-comments {
    padding-top: 50px;
  }
  .comment-form-main textarea {
    height: 70px;
    padding-left: 15px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 24px;
    padding-bottom: 26px;
  }
  .comment-form-main textarea::placeholder {
    font-size: 16px;
  }
  .comment-form-main .btn {
    font-size: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    background: #E8E8E8 url(../img/comments-btn-arrow-mob.png) no-repeat center center/15px auto;
  }
  .comment-form-main form.active .btn {
    background: #9153E1 url(../img/comments-btn-arrow-mob_active.png) no-repeat center center/15px auto;
  }
  .praktika-comment-item {
    position: relative;
  }
  .praktika-comment-item__main {
    display: block;
    padding-right: 50px;
  }
  .praktika-comment-img {
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .praktika-comment-name {
    display: block;
    width: 100%;
    padding-left: 50px;
  }
  .praktika-comment-time {
    display: block;
    width: 100%;
    padding-left: 50px;
  }
  .praktika-comment-item__text p {
    line-height: 1.25em;
  }
  .answer-main .btn {
    margin-top: 10px;
  }
  .answer-main__image {
    width: 28px;
    height: 28px;
  }
  .answer-main__image img {
    width: 28px;
    height: 28px;
  }
  .answer-main textarea {
    width: calc(100% - 38px);
  }
  .praktika-comment__sub-answers {
    padding-left: 0px;
    border-left: 0px;
    margin-top: 5px;
  }
  .praktika-comment-item_own::before {
    display: block;
    content: "Вы";
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F8BDF6;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
  }
  .praktika-comment-item__edit {
    margin-top: 15px;
  }
  .praktika-menu nav {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 20px;
  }
  .praktika-menu li a {
    background: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Section-form-questions */
.section-form-questions {
  padding-top: 70px;
  padding-bottom: 116px;
}

.form-questions {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: url(../img/form-questions-bg.png) no-repeat center top/100% auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 86px;
  padding-bottom: 50px;
}
.form-questions.active .form-questions__main {
  opacity: 0;
  pointer-events: none;
}
.form-questions.active .form-questions__succes {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.form-questions h3 {
  width: 100%;
  text-align: center;
  font-size: 32px;
}
.form-questions p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 18px;
}
.form-questions p a {
  font: inherit;
  text-decoration: underline;
}

.form-questions__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}

.form-questions__main-text {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.form-questions__main-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.form-questions__main-form .input {
  border-color: #383838;
  color: #1F1F1F !important;
  border-radius: 30px;
}
.form-questions__main-form .input::placeholder {
  color: #1F1F1F !important;
  opacity: 0.6 !important;
}
.form-questions__main-form input.input {
  width: calc(50% - 10px);
}
.form-questions__main-form input.input:focus {
  border-color: #9153E1 !important;
}

.form-questions-textarea {
  width: 100%;
  position: relative;
  margin-top: 21px;
}
.form-questions-textarea input[type=submit] {
  display: none;
}
.form-questions-textarea textarea {
  width: 100%;
  height: 180px;
  resize: none !important;
  appearance: none !important;
  outline: none !important;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 81px;
  line-height: 1.2em;
}
.form-questions-textarea textarea::-webkit-scrollbar {
  display: none;
}
.form-questions-textarea textarea:focus {
  border-color: #9153E1 !important;
}
.form-questions-textarea .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 41px;
  max-width: 41px;
  padding-left: 0px;
  padding-right: 0px;
  min-width: auto;
  height: 41px;
  border-radius: 50%;
  background: #1F1F1F;
  transition: 0.4s ease;
}
.form-questions-textarea .btn img {
  display: block;
  position: absolute;
  width: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-questions-textarea .btn:hover {
  transform: rotate(40deg);
}

.form-questions__succes {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  max-width: 590px;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  padding-top: 74px;
  padding-bottom: 10px;
}
.form-questions__succes .btn {
  margin-left: auto;
  margin-right: auto;
  min-width: 260px;
  margin-top: 43px;
}
.form-questions__succes .btn span {
  text-transform: uppercase;
}
.form-questions__succes .btn:hover {
  background: #9153E1;
}
.form-questions__succes .btn:hover span {
  color: #fff;
}

@media (max-width: 1320px) {
  .section-form-questions {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .form-questions h3 {
    font-size: 28px;
  }
  .form-questions p {
    margin-top: 12px;
  }
  .form-questions__main {
    max-width: 900px;
  }
  .form-questions__main-form {
    margin-top: 30px;
  }
  .form-questions-textarea textarea {
    height: 154px;
  }
}
@media (max-width: 1199px) {
  .section-form-questions {
    padding-top: 50px;
  }
  .form-questions {
    background-size: 100% auto;
  }
  .form-questions::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-image: 30px;
    height: 40%;
    width: 100%;
    background: #E8FF57;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .section-form-questions {
    padding-top: 116px;
  }
  .form-questions {
    overflow: visible;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #E8FF57;
  }
  .form-questions::after {
    display: none;
  }
  .form-questions::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: url(../img/form-questions-before.png) no-repeat center center/100% auto;
  }
  .form-questions__succes {
    padding-top: 54px;
  }
  .form-questions-textarea textarea {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .form-questions h3 {
    font-size: 26px;
  }
  .form-questions p {
    font-size: 16px;
  }
  .form-questions__main-form {
    margin-top: 10px;
  }
  .form-questions__main-form input.input {
    width: 100%;
    margin-top: 20px;
  }
  .form-questions-textarea {
    margin-top: 10px;
  }
  .form-questions__succes {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-questions__succes p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-form-questions {
    padding-bottom: 80px;
  }
  .form-questions {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    min-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .form-questions p {
    margin-top: 8px;
    line-height: 1.25em;
  }
  .form-questions__main {
    max-width: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-questions__main-form {
    margin-top: 6px;
  }
  .form-questions__succes {
    max-width: 350px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
  }
  .form-questions__succes h3 {
    max-width: 180px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.15em;
  }
  .form-questions__succes p {
    line-height: 1.5em;
  }
}
/* Section-form-questions_contacts */
.section-form-questions_contacts {
  padding-top: 48px;
  padding-bottom: 120px;
}
.section-form-questions_contacts .form-questions {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../img/form-questions-bg_contacts.png) no-repeat calc(50% + 52px) 42px/895px auto;
}
.section-form-questions_contacts .form-questions__main {
  max-width: 100%;
  width: 100%;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.section-form-questions_contacts .form-questions__main-text {
  max-width: 486px;
}
.section-form-questions_contacts .form-questions__main-text p {
  margin-top: 12px;
}
.section-form-questions_contacts .form-questions__main-form {
  position: relative;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding-top: 80px;
  border-radius: 30px;
  background: #F6F6F9;
  margin-top: 72px;
}
.section-form-questions_contacts .form-questions__main-form input.input {
  width: calc((100% - 40px) / 3);
}
.section-form-questions_contacts .form-questions__main-form textarea.input {
  border-radius: 20px !important;
}
.section-form-questions_contacts .form-questions__main-form::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: url(../img/contacts-form-before.png) no-repeat center center/100% auto;
}
.section-form-questions_contacts .form-questions__main-form::after {
  content: "";
  display: block;
  position: absolute;
  right: 135px;
  top: -77px;
  width: 58px;
  height: 115px;
  background: url(../img/contacts-form-after.png) no-repeat center center/100% auto;
}

.contacts-social {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid #fff;
}

.contacts-social__item {
  width: 36px;
  height: 36px;
  margin-top: 12px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 50%;
  transition: 0.4s ease;
}
.contacts-social__item img {
  display: block;
  width: 36px;
  height: auto;
}
.contacts-social__item:hover {
  opacity: 0.7;
}

@media (max-width: 1320px) {
  .section-form-questions_contacts {
    padding-top: 36px;
    padding-bottom: 90px;
  }
  .section-form-questions_contacts .form-questions__main-form {
    max-width: 940px;
  }
}
@media (max-width: 1199px) {
  .section-form-questions_contacts .form-questions {
    background: url(../img/form-questions-bg_contacts.png) no-repeat calc(50% + 2px) 42px/895px auto;
  }
}
@media (max-width: 991px) {
  .section-form-questions_contacts .form-questions {
    background: transparent;
  }
  .section-form-questions_contacts .form-questions::before {
    display: none;
  }
  .section-form-questions_contacts .form-questions__main-text {
    max-width: 580px;
    margin-left: 0px;
  }
  .section-form-questions_contacts .form-questions__main-text h3 {
    text-align: left;
  }
  .section-form-questions_contacts .form-questions__main-text p {
    text-align: left;
  }
  .section-form-questions_contacts .form-questions__main-form {
    padding: 0px;
    background: transparent;
    margin-top: 0px !important;
    padding-top: 32px;
  }
  .section-form-questions_contacts .form-questions__main-form::before {
    display: none;
  }
  .section-form-questions_contacts .form-questions__main-form::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-form-questions_contacts .form-questions__main-form {
    padding-top: 12px;
  }
  .section-form-questions_contacts .form-questions__main-form input.input {
    width: 100%;
  }
  .section-form-questions_contacts .form-questions__main-form .form-questions-textarea {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .section-form-questions_contacts {
    padding-top: 28px;
    padding-bottom: 80px;
  }
  .section-form-questions_contacts .form-questions {
    min-width: inherit;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-form-questions_contacts .form-questions__main {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-form-questions_contacts .form-questions__main-text p {
    margin-top: 8px;
  }
  .section-form-questions_contacts .form-questions__main-form {
    padding-top: 10px;
  }
}
/* Section-rules */
.section-rules {
  padding-top: 5px;
  padding-bottom: 120px;
}

.rules {
  max-width: 895px;
}
.rules h3 {
  display: block;
  font-size: 28px;
  line-height: 1.1em;
  margin-top: 40px;
  margin-bottom: 20px;
}
.rules p {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 5px;
}
.rules p b {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}
.rules ul {
  margin-top: 5px;
}
.rules ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.71em;
  padding-left: 27px;
}
.rules ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 6.8px;
  height: 6.8px;
  border-radius: 50%;
  background: #1F1F1F;
}

@media (max-width: 1320px) {
  .section-rules {
    padding-bottom: 90px;
  }
  .rules h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rules {
    margin-top: -10px;
  }
  .rules h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-rules {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
/* Section-faq */
.section-faq {
  padding-top: 31px;
  /* min-height: calc(100vh + 88px); */
  min-height: calc(80vh + 8px);
}

.faq {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.faq__questions {
  width: calc(100% - 387px - 50px);
  max-width: 692px;
}
.faq__questions .questions-answers {
  width: 100%;
  max-width: none;
  padding-bottom: 120px;
}

.faq__form {
  width: 387px;
  padding-top: 13px;
}
.faq__form .form-questions {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  background-image: url(../img/faq-form-bg.png);
}
.faq__form .form-questions h4 {
  line-height: 1.1em;
}
.faq__form .form-questions p {
  font-size: 16px;
  line-height: 1.25em;
  text-align: left;
  margin-top: 14px;
}
.faq__form .form-questions::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: url(../img/faq-form-before.png) no-repeat center center/100% auto;
}
.faq__form .form-questions::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #E8FF57;
}
.faq__form .form-questions__main-form {
  margin-top: 20px;
}
.faq__form .form-questions__main-form input.input {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  margin-top: 10px;
  width: 100%;
}
.faq__form .form-questions__main-form input.input::placeholder {
  font-size: 16px;
}
.faq__form .form-questions__main-form .form-questions-textarea {
  margin-top: 10px;
}
.faq__form .form-questions__main-form .form-questions-textarea textarea {
  font-size: 16px;
  height: 134px;
  padding-left: 20px;
  padding-right: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 20px;
}
.faq__form .form-questions__main-form .form-questions-textarea textarea::placeholder {
  font-size: 16px;
}
.faq__form .form-questions__main-form .form-questions-textarea .btn {
  right: 10px;
  bottom: 10px;
}

@media (max-width: 1320px) {
  .section-faq {
    padding-top: 22px;
  }
  .faq__questions .questions-answers {
    padding-bottom: 90px;
  }
  .faq__form .form-questions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq__form .form-questions__main-form {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .faq__questions {
    width: calc(100% - 310px - 30px);
  }
  .faq__form {
    width: 310px;
  }
  .faq__form .form-questions {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
  .faq__form .form-questions::before {
    top: -1px;
    width: 50px;
    height: 54px;
  }
}
@media (max-width: 991px) {
  .section-faq {
    padding-bottom: 90px;
  }
  .faq {
    flex-wrap: wrap;
  }
  .faq__questions {
    width: 100%;
  }
  .faq__questions .questions-answers {
    padding-bottom: 116px;
  }
  .faq__form {
    width: 100%;
    padding-top: 0px;
  }
  .faq__form .form-questions {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    background: #E8FF57;
  }
  .faq__form .form-questions::before {
    top: -36px;
    width: 72px;
    height: 72px;
    background-image: url(../img/faq-form-before_mob.png);
  }
  .faq__form .form-questions::after {
    display: none;
  }
  .faq__form .form-questions h4 {
    text-align: center;
  }
  .faq__form .form-questions p {
    text-align: center;
  }
  .faq__form .form-questions__main-form input.input {
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq__form .form-questions__main-form input.input::placeholder {
    font-size: 18px;
  }
  .faq__form .form-questions__main-form .form-questions-textarea textarea {
    font-size: 18px;
    height: 180px;
    padding-left: 30px;
    padding-right: 81px;
    padding-bottom: 18px;
    padding-top: 18px;
    border-radius: 20px;
  }
  .faq__form .form-questions__main-form .form-questions-textarea textarea::placeholder {
    font-size: 18px;
  }
  .faq__form .form-questions__main-form .form-questions-textarea .btn {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .faq__form .form-questions {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq__form .form-questions__main-text {
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .section-faq {
    padding-top: 18px;
    padding-bottom: 80px;
  }
  .form-questions__main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq__form .form-questions {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Header-lk */
.body_lk {
  padding-top: 72px;
  max-width: none;
}

.body_lk .header {
  width: calc(100% - 280px);
  padding-left: 15px;
  padding-right: 5px;
  left: auto;
  right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(145, 83, 225, 0.07);
}
.body_lk .header.active .lk-header-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.lk-header-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.lk-header-main .logo-header {
  display: none;
}

.lk-header-main__buttons {
  display: flex;
}

.lk-burger {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F6F6F9;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.4s ease;
}
.lk-burger:hover {
  background: #E8FF57;
}
.lk-burger img {
  display: block;
  position: absolute;
  width: 13px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s ease;
}
.lk-burger img.active {
  width: 18px;
  transform: translate(-50%, -50%) scale(1);
}
.lk-burger.active img {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.4s ease;
}
.lk-burger.active img.active {
  transform: translate(-50%, -50%) scale(0);
}

.lk-login-btn {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: #9153E1;
}
.lk-login-btn span {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-family: "Mulish-SemiBold", sans-serif;
}

.personal-status {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 43px;
  padding-right: 15px;
  background: rgba(145, 83, 225, 0.07);
  border-radius: 100px;
  margin-right: 18px;
}
.personal-status span {
  display: block;
}

.personal-status__img {
  display: block;
  position: absolute;
  left: 14px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.notification-icon {
  position: relative;
  margin-right: 23px;
  bottom: -2px;
}
.notification-icon img {
  display: block;
  width: 27px;
}
.notification-icon span {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  background: #E8FF57;
  border: 1px solid rgba(232, 255, 87, 0.3);
}

.lk-header-menu {
  position: absolute;
  left: 0px;
  top: 0%;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 19px;
  padding-left: 31px;
  padding-right: 21px;
  border-top: 2px solid #E8FF57;
  background: #fff;
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
.lk-header-menu nav {
  display: block;
  width: 100%;
}
.lk-header-menu nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.lk-header-menu .ref {
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
}

@media (max-width: 1320px) {
  .body_lk .header {
    width: calc(100% - 255px);
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  .body_lk .header {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lk-header-menu {
    display: none;
  }
  .lk-header-main .logo-header {
    display: block;
    margin-right: auto;
  }
  .lk-burger {
    width: 48px;
    height: 48px;
    margin-left: 7px;
  }
  .lk-burger img.active {
    width: 20px;
  }
  .lk-login-btn {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575px) {
  .lk-header-main .personal-status {
    display: none;
  }
}
/* Sidebar */
.sidebar {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 280px;
  height: 100vh;
  background: #9153E1;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.sidebar-logo {
  display: block;
}
.sidebar-logo img {
  display: block;
  width: 50px;
}

.sidebar-menu {
  width: 100%;
  padding-top: 15px;
}

.sidebar-menu__item, .sidebar-exit {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(232, 255, 87, 0);
  border-radius: 7px;
  transition: 0.4s ease;
  cursor: pointer;
}
.sidebar-menu__item span, .sidebar-exit span {
  display: block;
  padding-left: 12px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  color: #fff;
  transition: 0.4s ease;
}
.sidebar-menu__item.active, .sidebar-exit.active {
  background: rgb(232, 255, 87);
}
.sidebar-menu__item.active span, .sidebar-exit.active span {
  color: #1F1F1F;
}
.sidebar-menu__item.active .sidebar-menu__item-icon img, .sidebar-exit.active .sidebar-menu__item-icon img {
  opacity: 1;
}
.sidebar-menu__item.active .sidebar-menu__item-icon img.active, .sidebar-exit.active .sidebar-menu__item-icon img.active {
  opacity: 0;
}

.sidebar-menu__item-icon, .sidebar-exit__icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.sidebar-menu__item-icon img, .sidebar-exit__icon img {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}
.sidebar-menu__item-icon img.active, .sidebar-exit__icon img.active {
  opacity: 1;
}

.sidebar-exit {
  margin-top: auto;
  position: relative;
}
.sidebar-exit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -10px;
  width: 100%;
  height: 0.8px;
  background: #fff;
}

@media (max-width: 1320px) {
  .sidebar {
    width: 255px;
  }
  .sidebar-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-menu__item, .sidebar-exit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-menu__item span, .sidebar-exit span {
    padding-left: 8px;
  }
}
@media (max-width: 1199px) {
  .sidebar {
    display: none;
  }
}
/* Section-lk */
.section-lk {
  width: calc(100% - 280px);
  margin-left: auto;
  padding-left: 15px;
  padding-right: 5px;
  min-height: calc(100vh - 200px);
}
.lk {
  width: 100%;
}

.lk__slides {
  width: 100%;
  position: relative;
}

.lk-slide {
  width: 100%;
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 120px;
}
.lk-slide.active {
  position: relative;
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.lk-slide h2 {
  text-align: left;
  font-size: 32px;
  text-transform: none;
  margin-top: 20px;
}

.lk-slide__content {
  width: 100%;
}

.lk-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.lk-form__photo {
  width: 231px;
}

.photo-input {
  width: 100%;
}

.photo-input-custom {
  display: flex;
  min-height: 317px;
  width: 100%;
  align-items: center;
  padding: 20px;
  background: #F6F6F9;
  border-radius: 20px;
  cursor: pointer;
}

.photo-input-custom__inner {
  display: block;
  width: 100%;
}

.photo-input-custom__inner-photo {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  /* border-radius: 50%; */
  border: 1px solid #9153E1;
}
.photo-input-custom__inner-photo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-input-delete {
  display: flex;
  width: 100%;
  min-height: 40px;
  border-radius: 20px;
  background: rgba(145, 83, 225, 0.07);
  transition: 0.4s ease;
  cursor: pointer;
  margin-top: 11px;
}
.photo-input-delete span {
  display: block;
  margin: auto;
  transition: 0.4s ease;
}
.photo-input-delete:hover {
  background: rgba(145, 83, 225, 0.2);
  /*
  span {
  	color: #fff;
  }
  */
}

.photo-input-custom__inner-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.4em;
  color: #9153E1;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}

.photo-input-custom__inner-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
  margin-top: 4px;
}

.lk-form__main {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 261px);
  justify-content: space-between;
  margin-bottom: auto;
}

.lk-form-item {
  display: block;
  width: calc(50% - 15px);
  margin-bottom: 24px;
}
.lk-form-item h5 {
  font-size: 16px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}
.lk-form-item .input {
  margin-top: 9px;
  border-color: #E8E8E8;
  color: #1F1F1F;
}
.lk-form-item .input::placeholder {
  color: #1F1F1F !important;
  opacity: 0.6 !important;
}
.lk-form-item .input:focus {
  border-color: #9153E1;
}
.lk-form-item.error .input {
  color: #9153E1;
  border-color: #9153E1;
}
.lk-form-item.error .input-password__placeholder {
  opacity: 1;
}

.lk-gender {
  display: flex;
  width: 100%;
  margin-top: 9px;
}

.lk-gender-item {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.lk-gender-item input {
  position: absolute;
  left: 0px;
  top: 0px;
}
.lk-gender-item.active .lk-gender-item__btn {
  background: #E8FF57;
  border-color: #383838;
  color: rgb(31, 31, 31);
}

.lk-gender-item__btn {
  width: 61px;
  height: 61px;
  line-height: 60px;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #E8E8E8;
  transition: 0.4s ease;
  font-size: 18px;
  color: rgba(31, 31, 31, 0.6);
}

.lk-form-password {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6px;
}
.lk-form-password h2 {
  width: 100%;
  padding-bottom: 24px;
  font-size: 28px;
}
.lk-form-password .lk-form-item {
  width: calc((100% - 40px) / 3);
}

.input-password {
  width: 100%;
  position: relative;
}
.input-password .input {
  padding-right: 50px;
}

.input-password__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  opacity: 0;
  pointer-events: none;
}
.input-password__btn.active {
  opacity: 1;
  pointer-events: auto;
}
.input-password__btn img {
  display: block;
  width: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.input-password__btn.input-password__btn_hide img {
  width: 28px;
}

.input-password__placeholder {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  font-size: 14px;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 5px;
  color: #9153E1;
  opacity: 0;
}

.lk-form-safe {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  padding-right: 30px;
}
.lk-form-safe input {
  display: none;
}
.lk-form-safe .btn {
  min-width: 250px;
}
.lk-form-safe .btn span {
  text-transform: uppercase;
}

.lk-form-safe__text {
  display: inline-block;
  position: relative;
  color: #9153E1;
  padding-right: 26px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 25px;
  opacity: 0;
  transition: 0.4s ease;
}
.lk-form-safe__text.active {
  opacity: 1;
}
.lk-form-safe__text::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: calc(50% + 0.5px);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/lk-form-safe-succes-icon.png) no-repeat center center/100% auto;
}

.lk-kriyi {
  width: 100%;
  margin-top: -5px;
}
.lk-kriyi .kriya-info h3 {
  line-height: 1.15em;
}

.kriyi_fav .kriya-fav {
  pointer-events: none;
}

.kriyi-item_disabled {
  pointer-events: none;
}
.kriyi-item_disabled .kriyi-item__inner {
  border-color: rgba(31, 31, 31, 0.6);
}
.kriyi-item_disabled .kriya-level {
  opacity: 0.6;
  color: #1F1F1F;
  border-color: #1F1F1F;
}
.kriyi-item_disabled .kriya-info {
  width: calc(100% - 140px - 221px);
  opacity: 0.6;
}
.kriyi-item_disabled .kriya-fav {
  display: none;
}
.kriyi-item_disabled .kriya-media {
  width: 221px;
  filter: grayscale(100%);
}
.kriyi-item_disabled .kriya-btn {
  background: #E8E8E8;
}

.lk-questions-form {
  width: 100%;
  padding-top: 20px;
}
.lk-questions-form form {
  display: block;
  position: relative;
  width: 100%;
}
.lk-questions-form .input {
  font-size: 18px;
  height: 83px;
  line-height: 1.3em;
  padding-left: 20px;
  padding-right: 190px;
  padding-top: 29px;
  padding-bottom: 26px;
  padding-top: 29px;
  padding-bottom: 6px;
  border-radius: 7px;
  resize: none !important;
  appearance: none !important;
  outline: none !important;
  background: #F6F6F9;
  border: 1px solid #E8E8E8;
  color: #1F1F1F;
}
.lk-questions-form .input::placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.lk-questions-form .input::-webkit-scrollbar {
  display: none;
}
.lk-questions-form .input:focus {
  border-color: #9153E1;
}
.lk-questions-form .input:focus::placeholder {
  opacity: 1;
}
.lk-questions-form input[type=submit] {
  display: none;
}
.lk-questions-form .btn {
  position: absolute;
  right: 20px;
  height: 43px;
  line-height: 43px;
  padding-left: 15px;
  padding-right: 15px;
  top: 20px;
  background: #9153E1;
  font-size: 15px;
  font-family: "Mulish-SemiBold", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.lk-questions-form .btn:hover {
  background: #E8FF57;
  color: #9153E1;
}

.lk-questions {
  width: 100%;
}
.lk-questions .btn {
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.lk-questions .btn span {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  transition: color 0.3s ease, opacity 0s;
}
.lk-questions .btn span.active {
  position: relative;
  opacity: 1;
  transition: color 0.3s ease, opacity 0s;
}

.lk-questions-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  padding-top: 20px;
  background: #F6F6F9;
  margin-top: 20px;
  border-radius: 30px;
}
.lk-questions-item.hidden {
  display: none;
}

.lk-question {
  width: 100%;
  margin-left: auto;
  margin-top: 10px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
}
.lk-question.lk-question_answer {
  width: calc(100% - 60px);
  margin-left: auto;
}
.lk-question.lk-question_answer .lk-question__text p {
  font-family: "Mulish-Regular", sans-serif;
}

.lk-question__time {
  display: block;
}
.lk-question__time b {
  display: inline-block;
  font-size: 18px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  color: #9153E1;
  margin-right: 20px;
}
.lk-question__time time {
  display: inline-block;
  margin-right: 7px;
  color: #1F1F1F;
  opacity: 0.6;
}

.lk-question__text {
  display: block;
}
.lk-question__text p {
  font-family: "Mulish-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  margin-top: 10px;
}

.lk-question__status {
  display: inline-block;
  margin-top: 18px;
  padding: 6px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
  color: #9153E1;
  border: 1px solid #9153E1;
  border-radius: 100px;
}

.lk-settings {
  width: 100%;
  position: relative;
}

.lk-settings__slide {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}
.lk-settings__slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.lk-settings-part {
  width: 100%;
  padding-top: 15px;
}
.lk-settings-part h4 {
  display: block;
  margin-top: 34px;
  padding-bottom: 8px;
}

.lk-settings-part_cards {
  margin-top: 8px;
}
.lk-settings-part_cards .lk-settings-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lk-settings-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 57px;
  background: rgba(145, 83, 225, 0.07);
  border-radius: 7px;
  margin-top: 5px;
}

.lk-settings-item_main .lk-settings-item__col time {
  display: block;
  padding-left: 10px;
  font-size: 18px;
  opacity: 0.6;
}

.lk-settings-item__col {
  display: inline-flex;
  align-items: center;
}
.lk-settings-item__col .personal-status {
  background: transparent;
  padding-left: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.lk-settings-item__col .personal-status span {
  font-size: 18px;
  color: #9153E1;
}
.lk-settings-item__col .personal-status img {
  left: 16px;
  width: 16px;
}

.lk-settings-item__col-text {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
}
.lk-settings-item__col-text b {
  font-family: "Mulish-Regular", sans-serif;
  font-weight: normal;
  padding-right: 15px;
  color: #9153E1;
}

.lk-settings-item__col-icon {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.lk-settings-item__col-icon img {
  display: block;
  width: 24px;
  width: 100%;
  margin: auto;
}

.lk-settings-item_action {
  cursor: pointer;
}

.lk-settings-item__col-action {
  display: flex;
}

.lk-settings-item__col-action-numbers {
  display: flex;
  min-width: 34px;
  padding-left: 3px;
  padding-right: 3px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #fff;
  margin-right: 15px;
}
.lk-settings-item__col-action-numbers span {
  text-align: center;
  display: block;
  min-width: 100%;
  margin-right: 15px;
}

.lk-settings-item__col-action-arrow {
  margin-top: auto;
  margin-bottom: auto;
}
.lk-settings-item__col-action-arrow img {
  display: block;
  width: 9px;
}

.lk-settings-item__col-action-options {
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.lk-settings-item__col-action-options img {
  display: block;
  width: 4px;
}

.lk-settings-item_addcard {
  width: auto;
  display: inline-flex;
  margin-right: auto;
  cursor: pointer;
  background: transparent;
}
.lk-settings-item_addcard .lk-settings-item__col-text {
  padding-left: 3px;
  color: #000;
}

.lk-settings__slide_payment .form-back {
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 2;
}
.lk-settings__slide_payment h2 {
  padding-left: 90px;
}

@media (max-width: 1320px) {
  .section-lk {
    padding-left: 5px;
    width: calc(100% - 255px);
  }
  .lk-slide {
    padding-bottom: 90px;
  }
  .lk-kriyi {
    margin-top: 0px;
  }
  .lk-questions .btn {
    margin-top: 40px;
  }
  .lk-question.lk-question_answer {
    width: calc(100% - 40px);
  }
  .lk-settings-part h4 {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .section-lk {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    min-height: 100vh;
  }
  .lk-form-item {
    margin-bottom: 27px;
  }
  .lk-form-password .lk-form-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .lk-form {
    flex-wrap: wrap;
  }
  .lk-form__photo {
    width: 100%;
  }
  .photo-input-custom {
    min-height: 203px;
  }
  .lk-form__main {
    width: 100%;
    margin-top: 40px;
  }
  .lk-form-password {
    padding-top: 10px;
  }
  .kriyi-item_disabled .kriya-info {
    width: 100%;
  }
  .kriyi-item_disabled .kriya-media {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lk-settings-item {
    flex-wrap: wrap;
    padding-bottom: 13px;
  }
  .lk-settings-item:not(.lk-settings-item_action):not(.lk-settings-item_main) {
    padding-top: 12px;
  }
  .lk-settings-item:not(.lk-settings-item_action):not(.lk-settings-item_main) .lk-settings-item__col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
  }
  .lk-settings-item_main {
    padding-top: 10.5px;
  }
  .lk-settings-item_main .lk-settings-item__col {
    width: 100%;
    padding-top: 3px;
  }
  .lk-settings-item__col-action-numbers {
    margin-right: 13px;
  }
  .lk-settings-item__col-action-options {
    margin-right: 13px;
  }
}
@media (max-width: 575px) {
  .lk-slide {
    padding-bottom: 80px;
  }
  .lk-slide h2 {
    font-size: 26px;
    margin-top: 12px;
  }
  .lk-slide h3 {
    font-size: 22px;
  }
  .lk-form__main {
    margin-top: 30px;
  }
  .lk-form-item {
    width: 100%;
  }
  .lk-form-password .lk-form-item {
    width: 100%;
  }
  .lk-form-safe {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 0px;
    margin-top: 11px;
  }
  .lk-form-safe .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .lk-form-safe__text {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .lk-form-password h2 {
    font-size: 22px;
  }
  .lk-kriyi {
    padding-top: 5px;
  }
  .lk-kriyi .kriyi-item {
    margin-top: 20px;
  }
  .lk-questions-form form {
    padding-bottom: 53px;
  }
  .lk-questions-form .input {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 21px;
    padding-bottom: 5px;
    height: 62px;
    font-size: 16px;
    line-height: 1.14em;
  }
  .lk-questions-form .input::placeholder {
    font-size: 16px;
  }
  .lk-questions-form .btn {
    position: absolute;
    right: 0px;
    height: 43px;
    line-height: 43px;
    top: auto;
    bottom: 0px;
    transform: none;
    background: #9153E1;
    font-size: 14px;
    font-family: "Mulish-Regular", sans-serif;
    text-transform: none;
  }
  .lk-questions .btn {
    margin-top: 30px;
  }
  .lk-questions-item {
    padding: 15px;
    padding-top: 5px;
  }
  .lk-questions-item_new .lk-question {
    background: transparent;
    padding: 10px;
  }
  .lk-question.lk-question_answer {
    width: 100%;
  }
  .lk-question.lk-question_answer .lk-question__text p {
    line-height: 1.5em;
  }
  .lk-question__status {
    font-size: 14px;
  }
  .lk-question__time b {
    display: block;
    width: 100%;
    padding-bottom: 7px;
  }
  .lk-question__text p {
    line-height: 1.4em;
  }
  .lk-settings-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lk-form-item.error {
    padding-bottom: 20px;
  }
  .lk-settings-item_main .lk-settings-item__col time {
    font-size: 16px;
  }
  .lk-settings-item_main .lk-settings-item__col .personal-status span {
    font-size: 16px;
  }
  .lk-settings-item_main .lk-settings-item__col-text {
    font-size: 16px;
  }
  .lk-settings-part_cards {
    margin-top: 0px;
  }
  .lk-settings-part_cards .lk-settings-item__col-text {
    font-size: 16px;
  }
  .lk-settings-item_addcard {
    padding-left: 0px;
    padding-top: 7px !important;
  }
  .lk-settings-item_addcard .lk-settings-item__col-text {
    font-size: 18px;
  }
  .lk-settings-part h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .lk-settings__slide_payment h2 {
    padding-left: 0px;
    padding-top: 45px;
  }
  .lk-settings__slide_payment .form-back {
    top: 8px;
    transform: none;
  }
}
/* Section-blog-form */
.section-blog-form {
  padding-top: 5px;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.section-blog-form.active {
  position: fixed;
  top: 88px;
  z-index: 22;
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
}

@media (max-width: 1320px) {
  .section-blog-form.active {
    top: 82px;
  }
}
@media (max-width: 991px) {
  .section-blog-form {
    overflow: hidden;
  }
}
/* Section-blog */
.section-blog {
  padding-bottom: 120px;
}

.blog-form {
  width: 100%;
  padding-top: 20px;
}
.blog-form form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.blog-radios {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: calc(100% - 305px);
}
.blog-radios label {
  display: inline-block;
  padding-left: 14.5px;
  padding-right: 14.5px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #1F1F1F;
  transition: 0.4s ease;
}
.blog-radios label span {
  display: block;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  transition: 0.4s ease;
}
.blog-radios label.active {
  background: #9153E1;
  border-color: #9153E1;
}
.blog-radios label.active span {
  color: #fff;
}

.blog-search {
  position: relative;
  width: 285px;
}
.blog-search input {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 7px;
  border-color: #1F1F1F;
  color: #1F1F1F !important;
  padding-left: 19px;
  padding-right: 49px;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-search input::placeholder {
  font-size: 16px;
  color: #1F1F1F !important;
  opacity: 0.6 !important;
}
.blog-search input:focus {
  border-color: #9153E1;
}
.blog-search:has(input:focus) .blog-search__btn {
  /*
  img {
     	opacity: 1;
      &.active {
      	opacity: 0;
      }
     }
     */
}
.blog-search.active .blog-search__delete-btn {
  opacity: 1;
}
.blog-search.search-active .input {
  border-color: #9153E1;
}
.blog-search.search-active .blog-search__btn {
  opacity: 0;
}
.blog-search.search-active .blog-search__delete-btn {
  opacity: 1;
  right: 9px;
}

.blog-search__btn {
  position: absolute;
  width: 26px;
  right: 9px;
  top: 0px;
  height: 40px;
  cursor: pointer;
  transition: 0.4s ease;
}
.blog-search__btn input {
  position: absolute !important;
  opacity: 0 !important;
  z-index: -10 !important;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.blog-search__btn img {
  display: block;
  width: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}
.blog-search__btn img.active {
  opacity: 1;
}

.blog-search__delete-btn {
  position: absolute;
  width: 26px;
  right: 35px;
  top: 0px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s ease;
}
.blog-search__delete-btn input {
  position: absolute !important;
  opacity: 0 !important;
  z-index: -10 !important;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.blog-search__delete-btn img {
  display: block;
  width: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}
.blog-search__delete-btn img.active {
  opacity: 1;
}

.blog-result, .blog-articles__intro, .popular-articles__intro {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}
.blog-result h3, .blog-articles__intro h3, .popular-articles__intro h3 {
  display: inline-block;
  font-size: 28px;
  padding-left: 19px;
  position: relative;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}
.blog-result h3::before, .blog-articles__intro h3::before, .popular-articles__intro h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  border-radius: 20px;
  background: #9153E1;
}
.blog-result b, .blog-articles__intro b, .popular-articles__intro b {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
.blog-result b.active, .blog-articles__intro b.active, .popular-articles__intro b.active {
  opacity: 1;
  pointer-events: auto;
}

.blog-main {
  display: flex;
  width: 100%;
  margin-top: 28px;
}
.blog-main.hidden {
  display: none;
}

.blog-main__image {
  position: relative;
  width: calc(40% + 8px);
  height: 365px;
  overflow: hidden;
  border-radius: 20px;
}
.blog-main__image img {
  display: block;
  width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.4s ease;
}
.blog-main__image a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.blog-main__image:hover img {
  transform: scale(1.1);
}

.blog-main__articles {
  width: calc(60% - 8px);
  max-width: 630px;
  padding-left: 92px;
}

.blog-main-article-main {
  position: relative;
  padding-bottom: 25px;
}
.blog-main-article-main h3 {
  display: block;
  font-size: 32px;
  line-height: 1.1em;
  margin-top: 16px;
  transition: 0.4s ease;
}
.blog-main-article-main:hover h3 {
  color: #9153E1;
}
.blog-main-article-main .article-btn {
  position: relative;
}

.main-article-into {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-cat {
  padding: 15px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  color: #9153E1;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  border: 1px solid #9153E1;
  border-radius: 100px;
  margin-right: 11px;
}

.article-time {
  position: relative;
  padding-left: 16px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
}
.article-time::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1F1F1F;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.article-btn {
  display: inline-block;
  width: auto;
  cursor: pointer;
  min-width: 123px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #9153E1;
  border-radius: 100px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
  transition: 0.4s ease;
  z-index: 3;
}
.article-btn:hover {
  background: #E8FF57;
  color: #9153E1;
}

.blog-main-article-sub {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #1F1F1F;
}
.blog-main-article-sub:hover h4 {
  color: #9153E1;
}
.blog-main-article-sub:hover .blog-main-article-sub__image img {
  transform: scale(1.1);
}

.blog-main-article-main__link, .blog-main-article-sub__link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.blog-main-article-sub__image {
  width: 128px;
  height: 99px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: auto;
}
.blog-main-article-sub__image img {
  position: relative;
  height: 99px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
  transition: 0.4s ease;
}

.blog-main-article-sub__info {
  width: calc(100% - 128px);
  padding-left: 30px;
}
.blog-main-article-sub__info h4 {
  line-height: 1.1em;
  margin-top: 15px;
  transition: 0.4s ease;
}

.article-number {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 3px;
  transform: translateX(-100%);
  padding-right: 22px;
  font-size: 18px;
}

.blog-main-article-sub .article-number {
  top: 32px;
}

.blog-articles {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 36px;
}
.blog-articles.blog-articles_mt {
  padding-top: 0px;
}
.blog-articles.blog-articles_mt .blog-articles__intro {
  display: none;
}

.blog-articles__items {
  display: flex;
  position: relative;
  overflow: hidden;
  width: calc(100% + 20px);
  min-width: calc(100% + 20px);
  flex-wrap: wrap;
  padding-top: 10px;
}

.blog-article-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 30px;
  background: #F6F6F9;
}
.blog-article-item h4 {
  display: block;
  width: 100%;
  line-height: 1.1em;
  margin-top: 10px;
  padding-bottom: 20px;
  min-height: 86px;
  transition: 0.4s ease;
}
.blog-article-item a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.blog-article-item .article-btn {
  margin-top: auto !important;
  margin-right: auto;
}
.blog-article-item:hover h4 {
  color: #9153E1;
}
.blog-article-item:hover .article-btn {
  background: #E8FF57;
  color: #9153E1;
  transition: 0.4s ease;
}
.blog-article-item:hover .blog-article-item__image img {
  transform: scale(1.1);
}
.blog-article-item.hidden:not(.slick-slide) {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.blog-article-item__image {
  position: relative;
  display: block;
  width: 100%;
  height: 227px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-article-item__image img {
  display: block;
  position: relative;
  width: 100%;
  height: 227px;
  border-radius: 20px;
  object-fit: cover;
  transition: 0.4s ease;
}

.blog-article-item__date {
  width: 100%;
  margin-top: 25px;
}
.blog-article-item__date .article-time {
  padding-left: 13px;
}
.blog-article-item__date .article-time_time {
  padding-left: 10px;
  color: #000;
}
.blog-article-item__date .article-time_time::before {
  display: none;
}

.blog-articles__more, .popular-articles__media-more {
  display: flex;
  width: 100%;
}
.blog-articles__more .btn, .popular-articles__media-more .btn {
  min-width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.blog-articles__more .btn span, .popular-articles__media-more .btn span {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  transition: color 0.3s ease, opacity 0s;
}
.blog-articles__more .btn span.active, .popular-articles__media-more .btn span.active {
  position: relative;
  opacity: 1;
  transition: color 0.3s ease, opacity 0s;
}

@media (max-width: 1320px) {
  .section-blog {
    padding-bottom: 90px;
  }
  .blog-main__image {
    width: calc(40% + 40px);
  }
  .blog-main__articles {
    width: calc(60% - 40px);
  }
  .blog-result, .blog-articles__intro {
    padding-top: 16px;
  }
  .blog-article-item__image {
    height: 210px;
  }
  .blog-article-item__image img {
    height: 210px;
  }
  .blog-articles__more .btn {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .blog-form form {
    flex-wrap: wrap;
  }
  .blog-radios {
    width: 100%;
    max-width: none;
    order: 2;
  }
  .blog-radios label {
    padding-left: 14.5px;
    padding-right: 14.5px;
    margin-right: 20px;
  }
  .blog-search {
    width: 100%;
    order: 1;
  }
  .blog-main__image {
    width: 386px;
    height: auto;
  }
  .blog-main__image img {
    height: 288px;
  }
  .blog-main__image:hover img {
    transform: none;
  }
  .blog-main__articles {
    width: calc(100% - 386px);
    padding-left: 62px;
  }
  .blog-main-article-main {
    padding-bottom: 20px;
  }
  .blog-main-article-main h3 {
    font-size: 26px;
    margin-top: 12px;
  }
  .blog-main-article-main .article-btn {
    margin-top: 15px;
  }
  .blog-main-article-sub {
    padding-top: 24px;
  }
  .blog-main-article-sub:hover .blog-main-article-sub__image img {
    transform: none;
  }
  .blog-main-article-sub__image {
    width: 108px;
    height: auto;
  }
  .blog-main-article-sub__image img {
    height: 84px;
  }
  .blog-main-article-sub__info {
    width: calc(100% - 108px);
    padding-left: 20px;
  }
  .blog-main-article-sub__info h4 {
    margin-top: 8px;
  }
  .article-number {
    padding-right: 12px;
  }
  .blog-article-item:hover .blog-article-item__image img {
    transform: none;
  }
  .blog-article-item__image {
    height: 171px;
  }
  .blog-article-item__image img {
    height: 171px;
  }
}
@media (max-width: 991px) {
  .section-blog {
    overflow: hidden;
    width: 100%;
  }
  .blog-main__image {
    width: 305px;
  }
  .blog-main__image img {
    height: 228px;
  }
  .blog-main__articles {
    width: calc(100% - 305px);
    padding-left: 30px;
  }
  .blog-main-article-main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 0px;
  }
  .blog-main-article-main h3 {
    margin-top: 16px;
    padding-bottom: 12px;
  }
  .blog-main-article-main .article-btn {
    margin-top: auto;
    margin-right: auto;
  }
  .article-number {
    display: none;
  }
  .blog-main-article-sub {
    display: none;
  }
  .blog-articles__items {
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
  }
  .blog-article-item {
    margin-right: 0px;
    width: calc(50% - 15px);
  }
  .blog-article-item__image {
    height: 200px;
  }
  .blog-article-item__image img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .blog-main {
    flex-wrap: wrap;
  }
  .blog-main__image {
    width: 100%;
  }
  .blog-main__image img {
    height: 400px;
  }
  .blog-main__articles {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 25px;
  }
  .blog-main-article-main {
    display: block;
    min-height: auto;
  }
  .blog-main-article-main h3 {
    padding-bottom: 20px;
  }
  .blog-article-item {
    width: calc(50% - 10px);
  }
  .blog-article-item__image {
    height: 144px;
  }
  .blog-article-item__image img {
    height: 144px;
  }
  .blog-result, .blog-articles__intro {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .section-blog {
    padding-bottom: 80px;
  }
  .blog-form {
    padding-top: 16px;
  }
  .blog-search input {
    font-size: 14px;
  }
  .blog-search input::placeholder {
    font-size: 14px;
  }
  .blog-radios {
    width: auto;
    min-width: calc(50vw + 160px);
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
  }
  .blog-radios label {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .blog-radios label span {
    font-size: 14px;
    font-family: "Mulish-Regular", sans-serif;
    font-weight: normal;
  }
  .blog-main__image img {
    height: 239px;
  }
  .article-cat {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }
  .blog-article-item {
    width: 100%;
  }
  .blog-article-item__image {
    height: 227px;
  }
  .blog-article-item__image img {
    height: 227px;
  }
  .blog-articles__more .btn, .popular-articles__media-more .btn {
    width: 100%;
    margin-top: 30px;
  }
  .blog-result b {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
  }
  .blog-result b.active {
    padding-top: 10px;
    max-height: none;
  }
}
@media (max-width: 350px) {
  .blog-radios {
    min-width: calc(100vw - 20px);
  }
}
/* Section-post */
.section-post {
  padding-top: 30px;
  padding-bottom: 124px;
}

.post-intro {
  width: 100%;
  max-width: calc(100% - 305px);
}
.post-intro h2 {
  text-align: left;
  margin-top: 0px !important;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.post-intro .article-cat {
  margin-right: 15px;
}
.post-intro .article-time {
  font-size: 18px;
  padding-left: 28px;
}
.post-intro .article-time::before {
  width: 24px;
  height: 24px;
  background: url(../img/article-time-icon.png) no-repeat center center/100% auto;
}

.post {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 40px;
}

.post-main {
  width: calc(100% - 305px);
}
.post-main h3 {
  display: block;
  font-size: 32px;
  line-height: 1.1em;
}
.post-main h4 {
  display: block;
  font-size: 28px;
  line-height: 1.1em;
  margin-top: 46px;
}
.post-main > p {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 25px;
}
.post-main > p a {
  display: inline;
  font: inherit;
  color: #9153E1;
  text-decoration: underline;
}
.post-main > p a:hover {
  text-decoration: none;
}
.post-main ul {
  list-style-type: none;
  margin-top: 25px;
}
.post-main ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.71em;
  padding-left: 27px;
}
.post-main ul li b {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}
.post-main ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 6.8px;
  height: 6.8px;
  border-radius: 50%;
  background: #1F1F1F;
}
.post-main ol {
  padding-left: 20px;
  margin-top: 25px;
}
.post-main ol li {
  font-size: 18px;
  line-height: 1.71em;
}
.post-main .praktika-notice {
  border-radius: 20px;
  margin-top: 46px;
}
.post-main .praktika-notice p {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}
.post-main .praktika-quote {
  margin-top: 46px;
  margin-bottom: 0px;
}
.post-main .praktika-quote p {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 25px;
}

.post-main__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin-top: 30px;
}

.post-video {
  width: 100%;
  display: block;
  margin-top: 45px;
}

.post-video__plug {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  cursor: pointer;
}

.post-table {
  display: block;
  width: 100%;
  margin-top: 34px;
}

.post-table-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post-table-row:first-child .post-table-col {
  padding-bottom: 15px;
}
.post-table-row:first-child .post-table-col span {
  font-size: 18px;
}
.post-table-row:last-child .post-table-col {
  border-bottom: 0px;
}

.post-table-col {
  width: 33.3333333333%;
  padding-top: 15px;
  padding-bottom: 12.2px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.6);
}
.post-table-col span b {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}

.post-author {
  position: relative;
  width: 285px;
  height: 100%;
}

.post-author-fixed {
  width: 100%;
  max-width: 285px;
  padding: 25px;
  background: #F6F6F9;
  border-radius: 20px;
}

.post-author-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.post-author-main__image {
  position: relative;
  width: 50px;
  height: 50px;
}

.post-author-main__info {
  width: calc(100% - 70px);
}

.post-author-job {
  display: block;
  font-size: 14px;
  opacity: 0.4;
}

.post-author-name {
  display: block;
  font-size: 18px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}

.post-author-social {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #fff;
}

.post-author-social__item {
  width: 36px;
  height: 36px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  transition: 0.4s ease;
}
.post-author-social__item img {
  display: block;
  width: 36px;
  height: auto;
}
.post-author-social__item:hover {
  opacity: 0.7;
}

@media (max-width: 1320px) {
  .section-post {
    padding-top: 23px;
    padding-bottom: 92px;
  }
  .post {
    padding-top: 30px;
  }
  .post h3 {
    font-size: 28px;
  }
  .post h4 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .post-main {
    width: calc(100% - 280px);
  }
  .post-author {
    width: 260px;
  }
  .post-author-fixed {
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-author-social {
    width: calc(100% + 10px);
    min-width: calc(100% + 10px);
    margin-left: -5px;
  }
}
@media (max-width: 991px) {
  .post-intro {
    max-width: 100%;
  }
  .post {
    flex-wrap: wrap;
  }
  .post-main {
    width: 100%;
  }
  .post-author {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
  .post-author-fixed {
    width: 100% !important;
    position: unset !important;
    transform: none !important;
    top: auto !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .section-post {
    padding-top: 25px;
  }
  .post h3 {
    font-size: 26px;
  }
  .post h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-post {
    padding-top: 18px;
    padding-bottom: 76px;
  }
  .post-intro .article-cat {
    font-size: 16px;
  }
  .post-table-row {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.6);
  }
  .post-table-row:first-child {
    display: none;
  }
  .post-table-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 5.5px;
  }
  .post-table-col::before {
    display: inline-block;
    width: calc(50% - 15px);
    font-size: 16px;
    color: #1F1F1F;
    font-family: "Mulish-SemiBold", sans-serif;
    font-weight: normal;
  }
  .post-table-col:nth-child(1)::before {
    content: "Чакра";
  }
  .post-table-col:nth-child(2)::before {
    content: "Расположение";
  }
  .post-table-col:nth-child(3)::before {
    content: "Основная функция";
  }
  .post-table-col span {
    width: calc(50% - 5px);
    display: inline-block;
    font-family: "Mulish-Regular", sans-serif;
    color: #646464;
  }
  .post-table-col span b {
    font-family: "Mulish-Regular", sans-serif;
    color: #646464;
  }
}
/* Section-popular-articles */
.section-popular-articles {
  padding-bottom: 90px;
}

.popular-articles {
  width: 100%;
}

.popular-articles__intro {
  width: 100%;
  position: relative;
  padding-top: 0px !important;
}
.popular-articles__intro h3 {
  color: #000;
}
.popular-articles__intro .arrows-slick {
  bottom: auto;
}

.popular-articles__media {
  width: 100%;
  margin-top: 14px;
}

.popular-articles-slider {
  width: calc(100% + 20px);
  min-width: calc(100% + 20px);
  margin-left: -10px;
  padding-bottom: 40px;
}
.popular-articles-slider .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.popular-articles-slider .blog-article-item {
  margin-left: 10px;
  margin-right: 10px;
}

.popular-articles__media-more {
  display: none;
}

@media (max-width: 1320px) {
  .section-popular-articles {
    padding-bottom: 60px;
  }
  .popular-articles-slider {
    padding-bottom: 30px;
  }
  .popular-articles__media {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .section-popular-articles {
    padding-bottom: 80px;
  }
  .popular-articles__media {
    margin-top: 0px;
    padding-top: 8px;
  }
  .popular-articles__intro .arrows-slick {
    display: none;
  }
  .popular-articles-slider {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .popular-articles-slider .blog-article-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  .popular-articles__media-more {
    display: flex;
  }
}
/* Section-notfound */
.section-notfound {
  padding-top: 20px;
  padding-bottom: 122px;
  min-height: calc(100vh - 284px);
  background: url(../img/404-bg.png) no-repeat center 9px/996px auto;
}

.notfound {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.notfound__media {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.notfound__media-desc {
  display: block;
  width: 100%;
}

.notfound__info {
  display: block;
  width: 100%;
  margin-top: 22px;
}
.notfound__info h3 {
  display: block;
  width: 100%;
  text-align: center;
}
.notfound__info p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "Mulish-Italic", sans-serif;
  font-weight: normal;
  margin-top: 5px;
}
.notfound__info .ref {
  font: inherit;
  color: #9153E1;
  text-decoration: underline;
}
.notfound__info .ref:hover {
  text-decoration: none;
}

@media (max-width: 1320px) {
  .section-notfound {
    padding-top: 12px;
    padding-bottom: 90px;
    background: url(../img/404-bg.png) no-repeat center 0px/996px auto;
  }
  .notfound__media {
    width: 548px;
  }
}
@media (max-width: 1199px) {
  .section-notfound {
    background: url(../img/404-bg.png) no-repeat center 0px/902px auto;
  }
}
@media (max-width: 991px) {
  .section-notfound {
    background: url(../img/404-bg.png) no-repeat center 0px/calc(100% - 100px) auto;
  }
}
@media (max-width: 767px) {
  .section-notfound {
    padding-top: 52px;
    background: url(../img/404-bg_mob.png) no-repeat center -5px/380px auto;
  }
  .notfound__media {
    width: 440px;
  }
  .notfound__info {
    margin-top: 52px;
  }
}
@media (max-width: 575px) {
  .section-notfound {
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../img/404-bg_mob.png) no-repeat calc(50% - 6px) -4px/306px auto;
  }
  .notfound__media {
    width: 320px;
  }
  .notfound__info {
    margin-top: 80px;
  }
  .notfound__info h3 {
    line-height: 1.1em;
  }
  .notfound__info p {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    max-width: 248px;
    font-size: 16px;
    line-height: 1.45em;
    margin-top: 11px;
  }
}
/* Section-about */
.section-about {
  padding-top: 34px;
  padding-bottom: 90px;
}

.about-intro h2 {
  margin-top: 0px !important;
}

.about {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 895px;
  max-width: 100%;
  padding-top: 25px;
}
.about h3 {
  margin-bottom: 30px;
}

.about-text p {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.about-text p b {
  font: inherit;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}

.about__main {
  display: block;
  width: 590px;
  max-width: 100%;
  margin-left: auto;
}
.about__main h3 {
  font-size: 32px;
  line-height: 1.1em;
}
.about__main h3 p {
  display: block;
  font: inherit;
  text-align: right;
  padding-right: 20px;
}

.about-img {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.about-img img {
  display: block;
  width: 100%;
}
.about-img img.about-img__img_mob {
  display: none;
}

.about__main_start .about-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  width: 834px;
  height: 343px;
  background: url(../img/about-img-before.png) no-repeat center center/100% auto;
  opacity: 0;
  animation: fadeIn 3s forwards 0.5s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.about__years {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-year {
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #1F1F1F;
}
.about-year span {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 14px;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}

.about-year__text {
  display: block;
  width: 590px;
  margin-left: auto;
}
.about-year__text p {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.about__main_sec .about-img {
  margin-top: 74px;
}
.about__main_sec .about-img::before {
  content: "";
  display: block;
  position: absolute;
  right: -102px;
  top: -26px;
  width: 895px;
  height: 548px;
  background: url(../img/about-img_sec-before.png) no-repeat center center/100% auto;
  z-index: -1;
}

.about__last {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 115px;
}
.about__last .about-text {
  width: 590px;
  margin-left: auto;
  max-width: 100%;
}
.about__last .about-text.about-text_custright {
  width: 100%;
  max-width: 826px;
  margin-left: 0px;
}
.about__last .about-text.about-text_custright span {
  display: block;
  width: 100%;
  text-align: right;
}

@media (max-width: 1320px) {
  .section-about {
    padding-top: 15px;
    padding-bottom: 60px;
  }
  .about {
    max-width: 855px;
  }
  .about__years {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .about__main_sec .about-img {
    margin-top: 58px;
  }
  .about__last {
    padding-top: 95px;
  }
}
@media (max-width: 1199px) {
  .about {
    max-width: 765px;
  }
}
@media (max-width: 991px) {
  .section-about {
    overflow: hidden;
  }
  .about {
    max-width: none;
  }
  .about__main {
    width: 100%;
    max-width: none;
  }
  .about__main h3 p {
    display: inline;
    text-align: left;
  }
  .about__main_start .about-img::before {
    left: calc(50% - 20px);
    transform: translateX(-50%);
    top: -55px;
    width: 528px;
    height: 480px;
    background: url(../img/about-img-before_mob.png) no-repeat center center/100% auto;
  }
  .about-year__text {
    width: 100%;
  }
  .about__last .about-text {
    width: 100%;
  }
  .about__last .about-text.about-text_custright span {
    display: inline;
    text-align: left;
  }
  .about-img {
    max-width: 590px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-year {
    padding-top: 63px;
  }
  .about-year span {
    font-size: 18px;
    font-family: "Mulish-Bold", sans-serif;
    font-weight: normal;
    top: 16px;
  }
  .about__main_sec .about-img::before {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 620px;
    height: 488px;
    background: url(../img/about-img_sec-before_mob.png) no-repeat center center/100% auto;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 20px;
  }
  .about__main h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-about {
    padding-bottom: 50px;
  }
  .about-img {
    margin-top: 53px;
  }
  .about__main_start .about-img img {
    display: none;
  }
  .about__main_start .about-img img.about-img__img_mob {
    display: block;
  }
  .about__main_start .about-img::before {
    left: calc(50% - 7px);
    transform: translateX(-50%);
    top: -24px;
    width: 286px;
    height: 244px;
  }
  .about__years {
    padding-top: 36px;
    padding-bottom: 0px;
  }
  .about-year {
    padding-top: 59px;
  }
  .about-year:first-child {
    border-top: 0px;
    margin-top: 0px;
  }
  .about__main_sec .about-img {
    width: calc(100% - 16px);
    margin-top: 62px;
  }
  .about__main_sec .about-img img {
    border-radius: 30px;
  }
  .about__main_sec .about-img::before {
    width: calc(100% + 16px);
    height: calc(100% + 40px);
  }
  .about__last {
    padding-top: 62px;
  }
}
/* Section- */
/* Footer */
footer {
  background: #1F1F1F;
  padding-bottom: 10px;
}

.footer-main {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-main::before, .footer-main::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.6px;
  background: rgba(255, 255, 255, 0.05);
  left: 0px;
  border-radius: 5px;
  bottom: 0px;
}
.footer-main::before {
  top: 0px;
  bottom: auto;
}

.footer_big {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.footer_big .footer-main {
  margin-top: 10px;
}
.footer_big .footer-main::before {
  display: none;
}

.logo-footer img {
  width: 65px;
  display: block;
}

.footer-menu {
  padding-right: 0px;
}
.footer-menu ul {
  display: flex;
}
.footer-menu li {
  display: inline-block;
}

.footer-menu-item {
  display: block;
  padding: 9.5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid rgba(246, 246, 249, 0.1);
  cursor: pointer;
  margin-left: 9.5px;
  margin-right: 9.5px;
  border-radius: 100px;
  text-decoration: none !important;
  color: #fff;
  transition: 0.4s ease;
}
.footer-menu-item:hover, .footer-menu-item.active {
  background: #E8FF57;
  border-color: #E8FF57;
  color: #1F1F1F;
}

.footer-social ul {
  display: flex;
}
.footer-social .footer-menu-item {
  margin-right: 0px;
  margin-left: 19px;
}

.footer-add {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 21px;
}

.footer-add__links {
  display: flex;
}
.footer-add__links li {
  display: inline-block;
}

.footer-link {
  position: relative;
  margin-right: 40px;
  font-weight: normal;
  text-decoration: none !important;
  appearance: none;
  color: rgba(246, 246, 249, 0.3);
}
.footer-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 1.5px;
  width: 100%;
  height: 0.5px;
  background: rgba(246, 246, 249, 0.3);
  transition: 0.4s ease;
}
.footer-link:hover::before {
  width: 0%;
}

.footer-rules {
  display: inline-block;
  color: rgba(246, 246, 249, 0.3);
}

@media (max-width: 1320px) {
  .footer_big .footer-main {
    margin-top: 4px;
  }
  .footer-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-menu-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 1199px) {
  .logo-footer {
    display: none;
  }
  .footer-menu-item {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 20px;
  }
  .footer-social .footer-menu-item {
    margin-left: 20px;
  }
  .footer-link {
    margin-right: 35px;
    font-size: 14px;
  }
  .footer-rules {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer-main {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-menu ul {
    width: calc(100% + 20px);
    flex-wrap: wrap;
  }
  .footer-main {
    padding-top: 5px;
  }
  .footer-menu-item {
    margin-top: 15px;
  }
  .footer-social .footer-menu-item {
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .footer-link {
    margin-right: 0px;
    font-size: 16px;
  }
  .footer-rules {
    font-size: 16px;
    margin-top: auto;
    margin-bottom: 0px;
  }
  .footer-add {
    padding-top: 5px;
  }
  .footer-add__links {
    display: block;
  }
  .footer-add__links li {
    display: block;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .footer-social {
    position: absolute;
    width: auto;
    right: 10px;
    bottom: 20px;
  }
  .footer_big {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 25px;
    overflow: hidden;
    padding-bottom: 28px;
  }
  .footer-main {
    padding-top: 12px;
  }
  .footer-social {
    position: relative;
    width: 100%;
    right: 0px;
    bottom: 0px;
    border-top: 0.6px solid rgba(255, 255, 255, 0.05);
    padding-top: 12px;
    margin-top: 21px;
  }
  .footer-social .footer-menu-item {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 9px;
  }
  .footer-add {
    display: block;
    padding-top: 8px;
  }
  .footer-menu-item {
    font-size: 16px;
    margin-right: 10px;
    margin-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-menu-item.active {
    background: #E8FF57;
    border-color: #E8FF57;
  }
  .footer-add__links li {
    margin-top: 11px;
  }
  .footer-link {
    font-size: 14px;
  }
  .footer-rules {
    font-size: 14px;
  }
  .footer-rules {
    margin-top: 13px;
  }
}
/* Footer-lk */
.footer_lk {
  width: calc(100% - 280px);
  padding-left: 15px;
  padding-right: 5px;
  margin-left: auto;
}
.footer_lk .logo-footer {
  display: none;
}
.footer_lk .footer-menu li:first-child .footer-menu-item {
  margin-left: 0px;
}

@media (max-width: 1380px) {
  .footer_lk .footer-menu-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .footer_lk li:last-child .footer-menu-item {
    margin-right: 0px;
  }
  .footer-link {
    margin-right: 30px;
  }
}
@media (min-width: 1320px) {
  .footer_lk .container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1320px) {
  .footer_lk {
    padding-left: 5px;
    width: calc(100% - 255px);
  }
  .footer_lk .footer-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer-link {
    font-size: 15px;
    margin-right: 20px;
  }
  .footer-rules {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .footer_lk {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-radius: 40px 40px 0px 0px !important;
  }
  .footer_lk .footer-menu-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-left: 0px;
    margin-right: 20px;
  }
}
/* Modal */
.overlay {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: #1F1F1F;
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.overlay-modal {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: #1F1F1F;
  opacity: 0.15;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.overlay.active {
  cursor: pointer;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0.15;
  z-index: 20;
  transition: opacity 0.4s ease;
}

.overlay__close {
  display: inline-block;
  position: absolute;
  right: 0px;
  margin-right: -3px;
  top: 3px;
  font-size: 60px;
  line-height: 1em;
  color: #E8FF57;
  z-index: 30;
  position: fixed;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.overlay__close:hover {
  transition: all 0.4s ease-in-out;
}

.modal {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: -9999px;
  top: 0%;
  transform: translate(-50%, 0%);
  opacity: 0;
  z-index: -2;
  border-radius: 30px;
}
.modal .modal-close {
  background: #E8FF57;
  top: 29px;
  right: 30px;
}

.modal.active {
  position: fixed;
  width: 590px;
  max-width: calc(100% - 30px);
  background: #fff;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 101;
  transition: opacity 0.4s ease;
}

.review-modal {
  display: block;
  width: 100%;
  padding: 30px;
  padding-top: 44px;
  padding-bottom: 35px;
}

.review-modal__main {
  width: 100%;
  display: flex;
  align-items: center;
}

.review-modal__main-image {
  display: flex;
  position: relative;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  background: rgb(232, 255, 87);
  background: linear-gradient(135deg, rgb(232, 255, 87) 0%, rgb(145, 83, 225) 100%);
}
.review-modal__main-image img {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

.review-modal__main-info {
  width: calc(100% - 50px);
  padding-left: 10px;
  padding-right: 80px;
  padding-bottom: 2px;
}

.review-modal__main-info-text {
  display: block;
}
.review-modal__main-info-text span {
  display: inline-block;
  position: relative;
}

.review-modal-name {
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.review-modal-age {
  font-size: 14px;
  top: -2px;
  left: -1px;
}

.review-modal-job {
  display: inline-block;
  font-size: 12px;
  padding: 9px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  border: 1px solid #1F1F1F;
  border-radius: 100px;
  margin-top: 4px;
}

.review-modal__text {
  display: block;
  width: 100%;
  padding-right: 20px;
  margin-top: 33px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9153E1 #E8E8E8;
}
.review-modal__text p {
  display: block;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.51em;
}

@media (max-width: 1320px) {
  .review-modal {
    padding-top: 34px;
    padding-bottom: 32px;
  }
  .review-modal__text {
    margin-top: 22px;
    max-height: calc(100vh - 140px);
  }
  .review-modal__text p {
    margin-bottom: 15px;
    line-height: 1.45em;
  }
}
@media (max-width: 575px) {
  .modal {
    width: 100%;
    max-width: none;
    bottom: 0px;
    top: auto;
    transform: translate(-50%, 0%);
    border-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .modal.active {
    width: 100%;
    max-width: none;
    bottom: 0px;
    top: auto;
    transform: translate(-50%, 0%);
  }
  .modal .modal-close {
    display: none;
  }
  .review-modal {
    padding-left: 25px;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 44px;
  }
  .review-modal__text {
    max-height: calc(100vh - 290px);
    padding-right: 30px;
    margin-top: 32px;
  }
  .review-modal__text p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.26em;
  }
}
/* Modal-menu + Mobile-menu*/
.modal-mobile-menu, .modal-mobile-menu-lk {
  display: none;
}

.modal-menu {
  display: flex;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 88px;
  padding-top: 18px;
  border-top: 2px solid #E8FF57;
  background: #fff;
  z-index: 8;
  box-shadow: 0px 20px 50px rgba(241, 241, 248, 0.7);
  transform: translateY(-150%);
  transition: all 0.6s ease;
  pointer-events: none;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9153E1 #E8E8E8;
}
.modal-menu.active {
  pointer-events: auto;
  transform: translateY(0%);
}

.modal-menu-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
}

.modal-menu-column {
  position: relative;
  width: 546px;
  max-width: calc(50% - 30px);
}
.modal-menu-column h2 {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  text-transform: none;
  margin-top: 0px !important;
  font-size: 40px;
}
.modal-menu-column nav {
  display: block;
  width: 100%;
  padding-top: 22px;
}
.modal-menu-column ul {
  display: block;
  list-style-type: none;
}

.modal-menu-column_unavailable {
  pointer-events: none;
}
.modal-menu-column_unavailable h2 {
  opacity: 0.5;
}
.modal-menu-column_unavailable .btn-icon {
  background: #E8E8E8;
}
.modal-menu-column_unavailable nav {
  opacity: 0.5;
}

.modal-menu-unavailable {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 7px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6px;
  padding-bottom: 7.5px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
  color: #9153E1;
  border: 1px solid #9153E1;
}

.modal-menu-item {
  position: relative;
  width: 100%;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #1F1F1F;
}
.modal-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: #1F1F1F;
  transition: all 0.5s ease-in-out;
}
.modal-menu-item a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal-menu-item .btn-icon {
  right: 0px;
  width: 36px;
  height: 36px;
  transition: 0.4s ease;
}
.modal-menu-item .btn-icon img {
  width: 18px;
  transition: 0.4s ease;
}
.modal-menu-item:hover::before {
  width: 100%;
}
.modal-menu-item:hover .btn-icon {
  background: #1F1F1F;
}
.modal-menu-item:hover .btn-icon img {
  opacity: 1;
}
.modal-menu-item:hover .btn-icon img.active {
  opacity: 0;
}
.modal-menu-item:hover .modal-menu-item__text {
  transition: 0.4s ease;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}

.modal-menu-item__text {
  display: block;
  font-size: 18px;
  transition: 0.4s ease;
}

@media (max-width: 1320px) {
  .modal-menu {
    top: 82px;
  }
  .modal-menu-column nav {
    padding-top: 16px;
  }
  .modal-menu-item {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 1199px) {
  .modal-mobile-menu, .modal-mobile-menu-lk {
    position: fixed;
    right: 0px;
    top: 0px;
    overflow: hidden;
    width: 0%;
    height: 100%;
    pointer-events: none;
    z-index: 21;
    transition: 0.4s ease;
  }
  .modal-mobile-menu.active, .modal-mobile-menu-lk.active {
    width: 100%;
  }
  .modal-mobile-menu.active .mobile-menu-inner, .modal-mobile-menu-lk.active .mobile-menu-inner {
    width: 540px;
    opacity: 1;
  }
  .modal-mobile-menu .modal-close, .modal-mobile-menu-lk .modal-close {
    z-index: 3;
    top: 12px;
    right: 20px;
    background: #E8FF57;
  }
  .modal-mobile-menu-lk {
    display: flex;
    /*
    .mobile-menu {
           max-height: calc(100vh - 110px);
       }
       */
  }
  .modal-mobile-menu-lk .mobile-menu-inner {
    background: #9153E1;
  }
  .modal-mobile-menu-lk .mobile-menu-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 71px;
    background: #9153E1;
    z-index: 2;
  }
  .modal-mobile-menu-lk .mobile-menu__slide {
    padding-bottom: 10px;
    padding-bottom: 90px;
  }
  .modal-mobile-menu-lk .mobile-menu-main {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 2px;
    margin-top: 20px;
    padding-bottom: 16px;
  }
  .modal-mobile-menu-lk .mobile-menu-main-item {
    padding-left: 20px;
    padding-top: 17.7px;
    padding-bottom: 17.5px;
    border-bottom: 0px;
  }
  .modal-mobile-menu-lk .mobile-menu-main-item span {
    color: #fff;
  }
  .modal-mobile-menu-lk .mobile-menu-main-item:first-child::after {
    background-image: url(../img/mobile-menu-arrow_white.png);
  }
  .modal-mobile-menu-lk .mobile-menu-switches {
    padding-top: 24px;
  }
  .modal-mobile-menu-lk .mobile-menu-sub-item span {
    color: #fff;
  }
  .modal-mobile-menu-lk .mobile-menu-switches__item {
    color: #fff;
    border-color: #fff;
  }
  .modal-mobile-menu-lk .mobile-menu-switches__item.active {
    border-color: #E8FF57;
    background: #E8FF57;
    color: #9153E1;
  }
  .modal-mobile-menu-lk .personal-status {
    position: absolute;
    z-index: 13;
    top: 22px;
    left: 40px;
    background: #9153E1;
    border: 1px solid #fff;
  }
  .modal-mobile-menu-lk .personal-status span {
    color: #fff;
  }
  .modal-mobile-menu-lk .mobile-menu-back {
    width: 20px;
    height: 20px;
    top: 82px;
    left: 40px;
    background: transparent;
  }
  .modal-mobile-menu-lk .sidebar-menu {
    padding-top: 0px;
  }
  .modal-mobile-menu-lk .sidebar-menu.sidebar-menu_exit {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .modal-mobile-menu-lk .sidebar-menu__item span {
    padding-left: 12px;
  }
  .mobile-menu-exit {
    position: absolute;
    background: #9153E1;
    border-top: 1px solid #fff;
    bottom: 30px;
    width: calc(100% - 80px);
    left: 40px;
    z-index: 3;
  }
  .mobile-menu-exit span {
    padding-left: 12px;
  }
  .lk-mobile-menu-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 16px;
    background: rgba(232, 255, 87, 0);
    border-radius: 7px;
    transition: 0.4s ease;
    cursor: pointer;
  }
  .lk-mobile-menu-item span {
    display: block;
    padding-left: 12px;
    font-family: "Mulish-SemiBold", sans-serif;
    font-weight: normal;
    color: #fff;
    transition: 0.4s ease;
  }
  .lk-mobile-menu-item.active {
    background: rgb(232, 255, 87);
  }
  .lk-mobile-menu-item.active span {
    color: #1F1F1F;
  }
  .lk-mobile-menu-item.active .lk-mobile-menu-item__icon img {
    opacity: 1;
  }
  .lk-mobile-menu-item.active .lk-mobile-menu-item__icon img.active {
    opacity: 0;
  }
  .lk-mobile-menu-item__icon {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .lk-mobile-menu-item__icon img {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s ease;
  }
  .lk-mobile-menu-item__icon img.active {
    opacity: 1;
  }
  .mobile-menu-inner {
    margin-left: auto;
    position: relative;
    width: 0px;
    min-width: 260px;
    max-width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 0px;
    pointer-events: auto;
    overflow: hidden;
    transition: 0.4s ease;
    opacity: 0;
  }
  .mobile-menu-inner .btn {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 80px);
    left: 40px;
    height: 52px;
    line-height: 52px;
    z-index: 3;
  }
  .mobile-menu-inner .btn span {
    white-space: nowrap;
    font-size: 16px;
    font-family: "Mulish-Medium", sans-serif;
    font-weight: normal;
  }
  .mobile-menu {
    position: relative;
    overflow-y: auto;
    /*max-height: calc(100vh - 140px);*/
    max-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: #9153E1 #E8E8E8;
  }
  .mobile-menu__slide {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow: hidden;
    transform: translateY(-100%);
  }
  .mobile-menu__slide.active {
    transform: translateY(0%);
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu-main {
    display: block;
    width: 100%;
  }
  .mobile-menu-main ul {
    display: block;
    width: 100%;
    list-style-type: none;
  }
  .mobile-menu-main-item {
    position: relative;
    display: block;
    width: 100%;
    list-style-type: none;
    padding-top: 14.7px;
    padding-bottom: 14.5px;
    border-bottom: 1px solid #E8E8E8;
  }
  .mobile-menu-main-item:last-child {
    border-bottom: 0px;
  }
  .mobile-menu-main-item a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .mobile-menu-main-item span {
    display: block;
    padding-right: 25px;
    font-size: 16px;
    color: #1F1F1F;
    font-family: "Mulish-Medium", sans-serif;
    font-weight: normal;
  }
  .mobile-menu-main-item:first-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    background: url(../img/mobile-menu-arrow.png) no-repeat center center/100% auto;
  }
  .mobile-menu-sub {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translateY(-100%);
    pointer-events: none;
  }
  .mobile-menu-sub.active {
    position: relative;
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto;
  }
  .mobile-menu-sub ul {
    display: block;
    width: 100%;
    list-style-type: none;
  }
  .mobile-menu-sub-item {
    position: relative;
    display: block;
    width: 100%;
    list-style-type: none;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    border-bottom: 1px solid #E8E8E8;
  }
  .mobile-menu-sub-item:last-child {
    border-bottom: 0px;
  }
  .mobile-menu-sub-item a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .mobile-menu-sub-item span {
    display: block;
    padding-right: 50px;
    font-size: 16px;
    color: #1F1F1F;
    font-family: "Mulish-Medium", sans-serif;
    font-weight: normal;
  }
  .mobile-menu-sub-item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../img/mobile-menu-arrow_sub.png) no-repeat center center/100% auto;
  }
  .mobile-menu-switches {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .mobile-menu-switches__item {
    position: relative;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 9.5px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid #1F1F1F;
    color: #1F1F1F;
    border-radius: 7px;
    transition: 0.4s ease;
  }
  .mobile-menu-switches__item.active {
    border-color: #9153E1;
    background: #9153E1;
    color: #fff;
  }
  .mobile-menu-switches__item a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 7px;
  }
  .mobile-menu-back {
    display: flex;
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.4s ease;
    z-index: 3;
    top: 12px;
    left: 25px;
  }
  .mobile-menu-back img {
    display: block;
    width: 20px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .modal-mobile-menu {
    display: flex;
  }
}
@media (max-width: 575px) {
  .mobile-menu-switches {
    margin-bottom: 12px;
  }
  .modal-mobile-menu .modal-close, .modal-mobile-menu-lk .modal-close {
    right: 10px;
  }
  .mobile-menu {
    max-height: calc(100vh - 100px);
  }
  .modal-mobile-menu.active .mobile-menu-inner, .modal-mobile-menu-lk.active .mobile-menu-inner {
    width: calc(100vw - 40px);
  }
  .mobile-menu-inner {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .mobile-menu-inner .btn {
    width: calc(100% - 40px);
    left: 20px;
  }
  .mobile-menu__slide {
    padding-top: 74px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-menu-sub-item span {
    max-width: 280px;
  }
  .mobile-menu-back {
    left: 4px;
  }
  .modal-mobile-menu-lk .mobile-menu {
    max-height: 100vh;
  }
  .modal-mobile-menu-lk .mobile-menu-back {
    left: 20px;
    top: 76px;
  }
  .modal-mobile-menu-lk .mobile-menu__slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-mobile-menu-lk .mobile-menu__slide_sub {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-mobile-menu-lk .mobile-menu-main-item:first-child::after {
    right: 10px;
    top: calc(50% + 1px);
  }
  .modal-mobile-menu-lk .modal-close {
    top: 18px;
    width: 40px;
    height: 40px;
  }
  .modal-mobile-menu-lk .modal-close img {
    height: 13px;
  }
  .modal-mobile-menu-lk .personal-status {
    top: 22px;
    left: 10px;
    font-size: 14px;
  }
  .modal-mobile-menu-lk .mobile-menu-exit {
    bottom: 30px;
    width: calc(100% - 20px);
    left: 10px;
  }
}
/* Modal-login */
.modal-login, .modal-addnewcard {
  display: flex;
  position: fixed;
  right: 0px;
  top: 0px;
  overflow: hidden;
  width: 0%;
  height: 100%;
  pointer-events: none;
  z-index: 21;
  transition: 0.4s ease;
}
.modal-login.active, .modal-addnewcard.active {
  width: 100%;
}
.modal-login.active .modal-login-inner, .modal-addnewcard.active .modal-login-inner {
  width: 608px;
}
.modal-login .modal-close, .modal-addnewcard .modal-close {
  top: 24px;
  right: 30px;
}

.modal-login-inner, .addnewcard-inner {
  margin-left: auto;
  width: 0px;
  max-width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #E8FF57;
  padding-left: 50px;
  padding-right: 120px;
  padding-bottom: 50px;
  padding-top: 76px;
  pointer-events: auto;
  overflow: hidden;
  transition: 0.4s ease;
}
.modal-login-inner .input, .addnewcard-inner .input {
  border-color: #1F1F1F;
  color: #1F1F1F;
}
.modal-login-inner .input::placeholder, .addnewcard-inner .input::placeholder {
  color: rgba(31, 31, 31, 0.6);
}

.modal-close {
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.4s ease;
}

.modal-close:hover {
  transform: rotate(45deg);
}

.modal-close img {
  display: block;
  height: 16px;
  width: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-login-inner__slide {
  display: block;
  width: 100%;
  min-width: 438px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.modal-login-inner__slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: opacity 0.3s ease;
}
.modal-login-inner__slide h3 {
  font-size: 32px;
}
.modal-login-inner__slide p {
  margin-top: 7px;
}
.modal-login-inner__slide .form {
  position: relative;
  padding-top: 25px;
}
.modal-login-inner__slide .form.active .input {
  border-color: #9153E1;
}
.modal-login-inner__slide .form.disabled .input {
  border-color: #F8BDF6;
}
.modal-login-inner__slide .input {
  height: 63px;
  line-height: 63px;
  margin-top: 25px;
}
.modal-login-inner__slide button {
  display: none;
}
.modal-login-inner__slide .btn {
  margin-top: 25px;
}
.modal-login-inner__slide .btn span {
  text-transform: uppercase;
}
.modal-login-inner__slide .btn:hover {
  background: #9153E1;
}
.modal-login-inner__slide .btn:hover span {
  color: #E8FF57;
}

.form-link {
  position: relative;
  color: #1F1F1F !important;
}
.form-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 100%;
  height: 0.6px;
  background: #1F1F1F;
  transition: all 0.3s ease;
}
.form-link:hover::before {
  width: 0%;
}

.form-link_vk {
  display: inline-block;
  left: calc(50% - 19px);
  transform: translateX(-50%);
  margin-top: 33px;
}
.form-link_vk::after {
  content: "";
  display: block;
  position: absolute;
  right: -38px;
  top: calc(50% - 0.5px);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/vk-icon.png) no-repeat center center/100% auto;
}

.form-back {
  display: inline-block;
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: auto;
  padding: 7px;
  padding-bottom: 9px;
  padding-left: 8px;
  padding-right: 10px;
  background: #DDF354;
  border-radius: 100px;
  cursor: pointer;
}
.form-back span {
  display: block;
  padding-left: 14px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  margin-top: 0px;
  padding-top: 0px;
  color: #1F1F1F;
}
.form-back span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: url(../img/back-arrow.png) no-repeat center center/100% auto;
}

.new-code {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 25px;
}

.new-code__text {
  display: inline-block;
  font-family: "Mulish-SemiBold", sans-serif;
  font-weight: normal;
}
.new-code__text div {
  display: inline-block;
}

input[type=checkbox], input[type=radio] {
  position: absolute !important;
  opacity: 0 !important;
  z-index: -10 !important;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

label.checkbox {
  display: inline-block;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  cursor: pointer;
  pointer-events: auto !important;
  transition: 0.4s ease;
}

.checkbox-item {
  display: flex;
  position: relative;
  margin-top: 10px;
}
.checkbox-item span {
  display: block;
  width: calc(100% - 22px);
  padding-left: 12px;
  padding-right: 18px;
}
.checkbox-item span .ref {
  position: relative;
  font: inherit !important;
  color: #1F1F1F !important;
}
.checkbox-item span .ref::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: 0.6px;
  background: #1F1F1F;
  transition: 0.4s ease;
}
.checkbox-item span .ref:hover::before {
  width: 0%;
}

.checkbox {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #1F1F1F;
  background: transparent;
  cursor: pointer;
  margin-bottom: auto;
  margin-top: 3px;
}
.checkbox::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 13px;
  height: 13px;
  max-height: 100%;
  background: url(../img/checkbox-arrow.png) no-repeat center center/100% auto;
  transition: 0.4s ease;
}
.checkbox::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 35px;
  height: 35px;
  background: transparent;
}
.checkbox.active::before {
  opacity: 1;
}
.checkbox.disabled {
  background: #fafafa;
  border-color: #fafafa;
  pointer-events: none !important;
}

@media (max-width: 1320px) {
  .modal-login .modal-close, .modal-addnewcard .modal-close {
    top: 15px;
  }
  .modal-login-inner, .addnewcard-inner {
    padding-top: 60px;
  }
  .modal-login-inner__slide .form {
    padding-top: 18px;
  }
  .modal-login-inner__slide .input {
    margin-top: 20px;
  }
  .modal-login-inner__slide .btn {
    margin-top: 20px;
  }
  .form-link_vk {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .modal-login.active .modal-login-inner {
    width: 540px;
    padding-left: 40px;
  }
  .modal-login-inner__slide {
    min-width: 420px;
  }
}
@media (max-width: 991px) {
  .modal-login .modal-close, .modal-addnewcard .modal-close {
    top: 12px;
  }
}
@media (max-width: 575px) {
  .modal-login, .modal-addnewcard {
    display: flex;
    width: 100%;
    height: 0%;
    top: auto;
    bottom: 0px;
    pointer-events: none;
    transition: 0.4s ease;
  }
  .modal-login.active, .modal-addnewcard.active {
    height: 100%;
  }
  .modal-login.active .modal-login-inner, .modal-addnewcard.active .modal-login-inner {
    height: auto;
    min-height: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-login .modal-close, .modal-addnewcard .modal-close {
    display: none;
  }
  .modal-login-inner, .addnewcard-inner {
    position: relative;
    z-index: 20;
    display: block;
    height: auto;
    min-height: auto;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    padding: 20px;
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .modal-login-inner__slide {
    position: absolute;
    width: 100%;
    min-width: 100%;
    transform: translateY(-100%);
  }
  .modal-login-inner__slide.active {
    transform: translateY(0%);
  }
  .modal-login-inner__slide h3 {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  .modal-login-inner__slide p {
    width: 100%;
    text-align: center;
    margin-top: 3px;
  }
  .modal-login-inner__slide .input {
    height: 61px;
    line-height: 61px;
    text-align: center;
    margin-top: 20px;
  }
  .modal-login-inner__slide .btn {
    height: 61px;
    line-height: 61px;
    margin-top: 10px;
  }
  .form-back {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .new-code {
    margin-top: 19px;
    padding-bottom: 23px;
  }
  .checkbox {
    top: 0.5px;
  }
  .checkbox-item span {
    font-size: 14px;
    line-height: 1.3em;
  }
  .checkbox-item span .ref {
    text-decoration: underline;
    text-decoration-thickness: 0.6px;
  }
  .checkbox-item span .ref::before {
    display: none;
  }
}
/* Modal-filter */
.modal-filter {
  display: none !important;
}

@media (max-width: 991px) {
  .modal-filter {
    display: flex !important;
    position: fixed;
    right: 0px;
    top: 0px;
    overflow: hidden;
    width: 0%;
    height: 100%;
    pointer-events: none;
    z-index: 21;
    transition: 0.4s ease;
  }
  .modal-filter.active {
    width: 100%;
  }
  .modal-filter.active .modal-filter-inner {
    width: 540px;
    opacity: 1;
  }
  .modal-filter .modal-close {
    z-index: 3;
    top: 12px;
    right: 20px;
    background: #E8FF57;
  }
  .modal-filter-inner {
    margin-left: auto;
    position: relative;
    width: 0px;
    min-width: 360px;
    max-width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    padding-top: 0px;
    pointer-events: auto;
    overflow: hidden;
    transition: 0.4s ease;
    opacity: 0;
  }
  .filter-mob {
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 30px);
    scrollbar-width: thin;
    scrollbar-color: #9153E1 #E8E8E8;
    padding-top: 56px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
  .filter-mob-item {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  .filter-mob-item h5 {
    padding-bottom: 2px;
  }
  .filter-mob-item .checkbox-item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
  }
  .filter-mob-item .checkbox-item .checkbox {
    pointer-events: none;
  }
  .filter-mob-item .checkbox-item .checkbox.active {
    border-color: #9153E1;
    background: #9153E1;
  }
  .filter-mob-item .checkbox-item .checkbox.active::before {
    background: url(../img/checkbox-arrow_white.png) no-repeat center center/100% auto;
  }
  .filter-mob-item .checkbox-item span {
    display: block;
    padding-left: 12px;
    width: calc(100% - 20px);
    font-size: 16px;
    padding-top: 3px;
    transition: 0.4s ease;
  }
  .filter-mob-item .checkbox-item:hover span {
    color: #9153E1;
  }
  .filter-mob-item .checkbox {
    width: 20px;
    height: 20px;
  }
  .filter-mob-item .checkbox::before {
    width: 11px;
  }
  .filter-mob-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .filter-mob-buttons .btn {
    height: 52px;
    line-height: 52px;
    background: #1F1F1F !important;
  }
  .filter-mob-buttons .btn span {
    font-size: 16px;
    color: #fff !important;
  }
  .filter-mob-buttons .form-reset {
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  #filt-mob-btn, #filt-mob-reset {
    position: absolute !important;
    opacity: 0 !important;
    z-index: -10 !important;
    max-width: 1px;
    max-height: 1px;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
@media (max-width: 575px) {
  .modal-filter .modal-close {
    right: 10px;
  }
  .filter-mob {
    max-height: calc(100vh - 20px);
  }
  .modal-filter.active .modal-filter-inner {
    width: calc(100vw - 40px);
  }
  .modal-filter-inner {
    min-width: 300px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .filter-mob {
    padding-bottom: 20px;
    padding-top: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Modal-default */
.modal-default {
  width: 457px;
  max-width: 100%;
  padding-top: 63px;
  padding-bottom: 65px;
  background: #E8FF57 !important;
}
.modal-default.active {
  width: 457px;
}
.modal-default .modal-close {
  background: #fff;
  top: 15px;
  right: 15px;
}
.modal-default h3 {
  font-size: 28px;
}
.modal-default p {
  display: block;
  margin-top: 13px;
}
.modal-default.modal-default_logout {
  padding-bottom: 45px;
}

.delcomm {
  width: 100%;
  position: relative;
  padding-left: 35px;
  padding-right: 86px;
}
.delcomm.active .delcomm__main {
  opacity: 0;
  pointer-events: none;
}
.delcomm.active .delcomm__succes {
  opacity: 1;
  pointer-events: auto;
}

.delcomm__main {
  width: 100%;
  position: relative;
}

.delcomm-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 27px;
}
.delcomm-buttons .btn {
  width: calc(50% - 10px);
  padding-left: 5px;
  padding-right: 5px;
  height: 52px;
  min-height: 52px;
  line-height: 51px;
}
.delcomm-buttons .btn span {
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
}
.delcomm-buttons .btn_white {
  border: 1px solid #1F1F1F;
  background: rgba(31, 31, 31, 0);
}
.delcomm-buttons .btn_white:hover {
  background: rgb(31, 31, 31);
}
.delcomm-buttons .btn_white:hover span {
  color: #E8FF57;
}
.delcomm-buttons .btn_dark {
  border: 1px solid #1F1F1F;
}
.delcomm-buttons .btn_dark span {
  color: #fff;
}
.delcomm-buttons .btn_dark:hover {
  background: #E8FF57;
}
.delcomm-buttons .btn_dark:hover span {
  color: #1F1F1F;
}

.delcomm__succes {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  padding-top: 100px;
  transition: opacity 0.3s ease;
}
.delcomm__succes::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
  width: 77px;
  height: 78px;
  border-radius: 50%;
  background: url(../img/delcomm-succes-before.png) no-repeat center center/100% auto;
}
.delcomm__succes b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Mulish-Bold", sans-serif;
  font-weight: normal;
}

.thanksforqw {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 16px;
  padding-bottom: 15px;
  max-width: 406px;
}

.modal-default_card {
  padding-top: 25px;
  padding-bottom: 25px;
}

.modal-card {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.modal-card__main {
  display: block;
  width: 100%;
}

.card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 235px;
  padding: 25px;
  border-radius: 30px;
  background: #1F1F1F;
}

.card-info__text {
  width: calc(100% - 50px);
  padding-bottom: 2px;
}
.card-info__text span {
  display: block;
  color: #E8E8E8;
  opacity: 0.5;
}
.card-info__text b {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  font-family: "Mulish-Bold", sans-serif;
  color: #fff;
}

.card-info__img {
  display: block;
  width: 50px;
}

.modal-default_carddel .delcomm {
  padding-right: 55px;
}
.modal-default_carddel .delcomm .btn_dark {
  width: 145px;
}
.modal-default_carddel .delcomm .btn_white {
  width: calc(100% - 165px);
}

.modal-default_cardsucces .delcomm {
  min-height: 168px;
}

.modal-default_formsucces h3 {
  line-height: 1.1em;
}

@media (max-width: 767px) {
  .modal-default h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .modal-default {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .modal-default.modal-default_logout {
    padding-bottom: 40px;
  }
  .modal-default.active {
    width: 100vw;
  }
  .delcomm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .delcomm-buttons {
    flex-wrap: wrap;
    margin-top: 0px;
    padding-top: 17px;
  }
  .delcomm-buttons .btn {
    width: 100%;
    margin-top: 10px;
  }
  .delcomm__succes {
    top: calc(50% - 4px);
  }
  .thanksforqw {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 66px;
    padding-bottom: 72px;
    max-width: 100%;
  }
  .modal-default_card {
    padding-top: 25px;
  }
  .modal-default_card .delcomm-buttons .btn {
    width: calc(50% - 5px);
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
  }
  .modal-default_card .delcomm-buttons .btn span {
    min-width: 100%;
    display: block;
    white-space: nowrap;
  }
  .modal-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-info {
    height: 182px;
  }
  .modal-default_carddel {
    padding-bottom: 55px;
  }
  .modal-default_carddel .delcomm {
    padding-right: 20px;
    padding-left: 20px;
  }
  .modal-default_carddel .delcomm .btn_dark {
    width: 100%;
  }
  .modal-default_carddel .delcomm .btn_white {
    width: 100%;
  }
  .modal-default_cardsucces .delcomm {
    min-height: 240px;
  }
}
/* Modal-addnewcard */
.modal-addnewcard {
  width: 0%;
}
.modal-addnewcard.active {
  width: 608px;
}

.addnewcard-inner {
  min-width: 608px;
}
.addnewcard-inner h3 {
  font-size: 32px;
}
.addnewcard-inner p {
  margin-top: 7px;
}
.addnewcard-inner .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  padding-top: 35px;
}
.addnewcard-inner .form.active .input {
  border-color: #9153E1;
}
.addnewcard-inner .form.disabled .input {
  border-color: #F8BDF6;
}
.addnewcard-inner .input-card-custom {
  width: calc(50% - 7.5px);
  position: relative;
  margin-top: 15px;
}
.addnewcard-inner .input-card-custom_big {
  width: 100%;
  position: relative;
}
.addnewcard-inner .input-card-custom.active .input {
  border-color: #9153E1;
}
.addnewcard-inner .input-card-custom.active .input-card-custom__placeholder {
  opacity: 0.6;
}
.addnewcard-inner .input-card-custom__placeholder {
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  top: 11px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 14px;
  opacity: 0;
  white-space: nowrap;
}
.addnewcard-inner .input {
  height: 65px;
  line-height: 65px;
  transition: border-color 0.3s ease;
}
.addnewcard-inner .input:focus, .addnewcard-inner .input:not(:placeholder-shown) {
  padding-top: 18px;
}
.addnewcard-inner .input:focus {
  border-color: #9153E1;
}
.addnewcard-inner button {
  display: none;
}
.addnewcard-inner .btn {
  width: 100%;
  margin-top: 25px;
  opacity: 0.4;
  pointer-events: none;
}
.addnewcard-inner .btn.active {
  opacity: 1;
  pointer-events: auto;
}
.addnewcard-inner .btn span {
  text-transform: uppercase;
}
.addnewcard-inner .btn:hover {
  background: #9153E1;
}
.addnewcard-inner .btn:hover span {
  color: #E8FF57;
}

@media (max-width: 1320px) {
  .addnewcard-inner .form {
    padding-top: 25px;
  }
  .addnewcard-inner .btn {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .addnewcard-inner {
    min-width: 540px;
    padding-left: 40px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .modal-addnewcard {
    width: 100%;
  }
  .modal-addnewcard.active {
    width: 100%;
  }
  .addnewcard-inner {
    min-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 45px;
  }
  .addnewcard-inner h3 {
    font-size: 22px;
  }
  .addnewcard-inner p {
    max-width: 300px;
    margin-top: 4px;
  }
  .addnewcard-inner .form {
    padding-top: 6px;
  }
  .addnewcard-inner .btn {
    margin-top: 25px;
  }
  .input-card-custom {
    width: 100% !important;
  }
}
/* modal-cookie */
.modal-cookie {
  display: flex;
  position: fixed;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  z-index: 21;
  transform: translateY(100%);
  padding-top: 30px;
  padding-bottom: 30px;
  background: #E8FF57;
  transition: 0.4s ease;
}
.modal-cookie.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
}

.cookie {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.cookie__info {
  width: calc(100% - 406px);
}
.cookie__info .ref {
  font: inherit;
  text-decoration: underline;
  color: inherit;
}
.cookie__info .ref:hover {
  text-decoration: none;
}

.cookie__buttons {
  display: flex;
  width: 386px;
  justify-content: space-between;
}
.cookie__buttons .btn {
  width: calc(50% - 10px);
  padding-left: 5px;
  padding-right: 5px;
  height: 52px;
  min-height: 52px;
  line-height: 51px;
}
.cookie__buttons .btn span {
  font-size: 16px;
  font-family: "Mulish-Medium", sans-serif;
  font-weight: normal;
}
.cookie__buttons .btn_white {
  border: 1px solid #1F1F1F;
  background: rgba(31, 31, 31, 0);
}
.cookie__buttons .btn_white:hover {
  background: rgb(31, 31, 31);
}
.cookie__buttons .btn_white:hover span {
  color: #E8FF57;
}
.cookie__buttons .btn_dark {
  border: 1px solid #1F1F1F;
}
.cookie__buttons .btn_dark span {
  color: #fff;
}
.cookie__buttons .btn_dark:hover {
  background: #E8FF57;
}
.cookie__buttons .btn_dark:hover span {
  color: #1F1F1F;
}

@media (max-width: 1320px) {
  .modal-cookie {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .cookie__info {
    width: calc(100% - 285px);
  }
  .cookie__buttons {
    width: 270px;
  }
  .cookie__buttons .btn {
    width: calc(50% - 5px);
  }
}
@media (max-width: 991px) {
  .cookie__info {
    width: calc(100% - 230px);
  }
  .cookie__buttons {
    width: 210px;
    flex-wrap: wrap;
  }
  .cookie__buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .cookie__buttons .btn:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cookie__info {
    width: calc(100% - 160px);
  }
  .cookie__buttons {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .modal-cookie {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cookie {
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cookie__info {
    width: 100%;
  }
  .cookie__buttons {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  .cookie__buttons .btn {
    width: calc(50% - 10px);
    margin-bottom: 0px;
  }
}
/*

@media (max-width: 1680px) {

}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

*/
/*
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);

	background-image: url('../img/name.png');
	background-position: center;
	background-size: cover;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;

	::before { 
		content: ""; 
		display: block; 
		padding-top: 100%;
	}




	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;


*/

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tariff form.cart {
	margin-top: auto;
}