html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body, html {
  height: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html body {
  font-family: 'sf_ui__text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
  font-weight: 400;
  font-style: normal;
}

.richtext-image.left {
  float: left;
  margin-right: 35px;
}

.richtext-image.right {
  float: right;
  margin-left: 35px;
}

.share-list {
  list-style-type: none;
}

.styled-checkbox input[type="checkbox"] {
  display: none;
}

.styled-checkbox input[type="checkbox"] + label > span {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ff2d55;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  top: -1px;
}

.styled-checkbox input[type="checkbox"] + label > span i {
  opacity: 0;
}

.styled-checkbox input[type="checkbox"]:checked + label > span i {
  opacity: 1;
}

#floating-whatsapp {
  background-image: url("../img/social/whatsapp-48.png");
  position: fixed;
  float: right;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 48px;
  height: 48px;
  z-index: 9998;
}

#floating-whatsapp:focus {
  outline: 0;
}

@media screen and (max-width: 720px) {
  .richtext ul {
    padding-left: 20px;
  }
  .richtext-image {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .richtext-image.left, .richtext-image.right {
    float: none;
    margin: auto;
  }
}

main.padding {
  padding-top: 50px;
}

body {
  background-color: #e6e6e6;
}

body h1 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

body a:hover {
  text-decoration: none;
}

body p {
  margin-bottom: 15px;
}

.main-bg {
  background-color: #ff2d55;
}

.main-color {
  color: #ff2d55;
}

.page {
  overflow: hidden;
}

.page-title {
  margin-bottom: 25px;
  text-align: center;
}

.page-subtitle {
  line-height: 24px;
}

.page-container {
  width: 960px;
  margin: 0 auto;
}

.page-container::before, .page-container::after {
  content: " ";
  display: table;
}

.page-container::after {
  clear: both;
}

.page-container img.richtext-image.full-width {
  display: block;
  margin: 0 auto;
}

.page.gradient {
  background-image: linear-gradient(173deg, #5ac8fa 20%, #ff2d55 100%);
  color: #fff;
}

.page.gradient h1 {
  color: #fff;
}

.page.gradient main a {
  color: #fff;
  text-decoration: underline;
}

.page.gradient main a:hover {
  text-decoration: none;
}

.page.white {
  background-color: #fff;
}

main {
  min-height: calc(100vh - 120px - 90px);
}

textarea {
  display: block;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
  resize: vertical;
  border: none;
}

textarea::-webkit-input-placeholder {
  color: #b4c7e6;
}

textarea::-moz-placeholder {
  color: #b4c7e6;
}

textarea:-ms-input-placeholder {
  color: #b4c7e6;
}

textarea:-moz-placeholder {
  color: #b4c7e6;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 35px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 0 20px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #b4c7e6;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #b4c7e6;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: #b4c7e6;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
  color: #b4c7e6;
}

input[type="text"].email,
input[type="email"].email,
input[type="password"].email {
  background: #fff url("../img/icons/email-owl.svg") no-repeat 15px 50%;
  background-size: 19px 20px;
  padding-left: 45px;
}

input[type="text"].pass,
input[type="email"].pass,
input[type="password"].pass {
  background: #fff url("../img/icons/pass-owl.svg") no-repeat 15px 50%;
  background-size: 19px 20px;
  padding-left: 45px;
}

input[type="text"].text,
input[type="email"].text,
input[type="password"].text {
  background: #fff url("../img/icons/text-owl.svg") no-repeat 15px 50%;
  background-size: 19px 20px;
  padding-left: 45px;
}

input[type="text"][type="file"],
input[type="email"][type="file"],
input[type="password"][type="file"] {
  display: none;
}

input[type="text"][type="file"] + label,
input[type="email"][type="file"] + label,
input[type="password"][type="file"] + label {
  display: inline-block;
  width: 200px;
  height: 37px;
  background-color: #fff;
  color: #ff2d55;
  text-align: center;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  padding: 9px 0;
  cursor: pointer;
}

input[type="text"][type="file"] + label:hover,
input[type="email"][type="file"] + label:hover,
input[type="password"][type="file"] + label:hover {
  opacity: 0.95;
}

.button {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: 38px;
  border-radius: 27px;
  background-color: #ff2d55;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #ff2d55;
  text-decoration: none !important;
  text-align: center;
}

.button:focus {
  outline: none;
}

.button-transparent {
  background-color: transparent;
  border: 1px solid #ff2d55;
  color: #ff2d55;
}

.button-transparent:hover {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.button.small {
  max-width: 183px;
  width: 100%;
  height: 37px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  padding: 8px 0;
}

.button:hover {
  background-color: #ff1944;
  border: 1px solid #ff1944;
  color: #fff;
}

.button.primary {
  width: initial;
  padding: 10px 20px;
}

.form-field {
  margin-bottom: 25px;
}

.share {
  display: flex;
  align-items: center;
  margin: 25px 0;
  justify-content: center;
}

.share-text.grey {
  color: #7F7F7F;
  font-weight: bold;
}

.share-list {
  display: flex;
  margin-left: 10px;
}

.share-list__link {
  display: block;
  width: 26px;
  height: 26px;
  margin: 5px;
}

.share-list__link.vk {
  background: url("../img/social/vk-share.svg");
}

.share-list__link.vk.grey {
  background: url("../img/social/vk-grey.svg");
}

.share-list__link.fb {
  background: url("../img/social/fb-share.svg");
}

.share-list__link.fb.grey {
  background: url("../img/social/fb-grey.svg");
}

.share-list__link.odnoklassniki {
  background: url("../img/social/odnoklassniki-share.svg");
}

.share-list__link.odnoklassniki.grey {
  background: url("../img/social/odnoklassniki-grey.svg");
}

.share-list__link.tw {
  background: url("../img/social/tw-share.svg");
}

.share-list__link.tw.grey {
  background: url("../img/social/tw-grey.svg");
}

.share.white .share-list__link.vk {
  background: url("../img/social/vk.svg");
}

.share.white .share-list__link.vk.grey {
  background: url("../img/social/vk-grey.svg");
}

.share.white .share-list__link.fb {
  background: url("../img/social/fb.svg");
}

.share.white .share-list__link.fb.grey {
  background: url("../img/social/fb-grey.svg");
}

.share.white .share-list__link.odnoklassniki {
  background: url("../img/social/odnoklassniki.svg");
}

.share.white .share-list__link.odnoklassniki.grey {
  background: url("../img/social/odnoklassniki-grey.svg");
}

.share.white .share-list__link.tw {
  background: url("../img/social/tw.svg");
}

.share.white .share-list__link.tw.grey {
  background: url("../img/social/tw-grey.svg");
}

.share.white .share-text {
  color: #fff;
}

.modal .close {
  width: 17px;
  height: 17px;
  background: url(../img/icons/close-modal.png) no-repeat 50% 50%;
  background-size: 17px 17px;
  position: absolute;
  top: 28px;
  right: 28px;
}

strong {
  font-weight: 600 !important;
}

.ui-tooltip {
  font-size: 14px;
  box-shadow: 0 0 5px #aaa;
}

.slider.slider-horizontal:hover .tooltip.tooltip-main, .slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 0.7 !important;
}

.slider.slider-horizontal:hover .tooltip-inner, .slider.slider-vertical:hover .tooltip-inner {
  font-size: 90%;
  width: auto;
}

.modal-title {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

.cert-modal .modal-dialog {
  max-width: 900px;
}

.cert-modal p {
  margin-bottom: 10px;
}

.cert-modal .get-reward {
  min-width: 350px;
}

.cert-modal .get-reward img {
  max-width: 25px;
  vertical-align: middle;
}

.cert-modal .cert-content {
  font-size: 16px;
}

.cert-modal .cert-content .cert-left-part {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.cert-modal .cert-content .cert-right-part {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.cert-modal .cert-content .cert-right-part img {
  width: 100%;
}

.modal.vcenter {
  text-align: center;
  padding: 0 !important;
}

.modal.vcenter:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog.vcenter {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.bonus-message {
  margin-bottom: 10px;
}

.fa.access-expired {
  color: #f10707;
}

.fa.access-soon-expire {
  color: #de9c00;
}

.errorlist {
  padding: 5px 0 5px 20px;
}

.rich-text p {
  text-align: justify;
}

.center {
  text-align: center;
}

.preventcopy {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 991px) {
  .page-container {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 400px) {
  .button {
    height: 45px;
    font-size: 16px;
  }
}

#scroll-top {
  position: fixed;
  float: left;
  left: 0.5rem;
  bottom: 2.7rem;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 30px;
  color: #ff2d55;
  z-index: 9999;
  box-shadow: 0 3px 8px 1px #C7C0C0;
}

#scroll-top:focus {
  outline: 0;
}

.header {
  background-color: #ffffff;
  box-shadow: 7px 11px 62px rgba(0, 0, 0, 0.07);
}

.header .navbar {
  position: relative;
  padding: 20px 0;
}

.header .navbar-collapse {
  justify-content: space-between;
}

.header .navbar-brand {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 84px;
  height: 77px;
  text-align: center;
  z-index: 1;
}

.header .navbar-brand.mob {
  display: none;
}

.header .navbar-nav {
  width: 400px;
}

.header .navbar-nav .nav-item {
  padding: 30px 0;
}

.header .navbar-nav .nav-item .nav-link:hover {
  color: #ff2d55;
}

.header .navbar-nav .nav-item.active .nav-link {
  color: #ff2d55;
}

.header .navbar-nav .nav-item + .nav-item {
  margin-left: 40px;
}

.header .navbar-nav .nav-link {
  font-size: 15px;
  padding: 0;
  color: #000;
  text-transform: uppercase;
}

.header .navbar-left {
  justify-content: flex-start;
}

.header .navbar-right {
  justify-content: flex-end;
}

.header .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.header .navbar .dropdown-menu {
  box-shadow: 17px 20px 23px 1px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  background-color: #f8f8f8;
  border: none;
}

.header .navbar .dropdown-item:active, .header .navbar .dropdown-item.active, .header .navbar .dropdown-item:hover {
  color: #fff;
  background-color: #ff2d55;
}

@media screen and (max-width: 991px) {
  .header .navbar-brand {
    position: static;
    display: none;
  }
  .header .navbar-brand img {
    width: 55px;
    height: 85px;
  }
  .header .navbar-brand__text {
    color: #000;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
  }
  .header .navbar-brand.mob {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .header .navbar-brand-nav {
    width: 100%;
  }
  .header .navbar-collapse {
    padding-top: 20px;
  }
  .header .navbar .dropdown-menu {
    width: 290px;
  }
  .header .navbar .dropdown-menu .dropdown-item {
    white-space: normal;
  }
  .header .navbar .nav-item {
    padding: 10px 0;
    margin: 0 !important;
  }
}

.footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.footer__policy a {
  color: #fff;
}

.footer__social .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.footer__social .socials__link {
  display: block;
  width: 29px;
  height: 29px;
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 6px;
}

.footer__social .socials__link.vk {
  background-image: url("../img/social/vk.svg");
}

.footer__social .socials__link.whatsapp {
  background-image: url("../img/social/whatsapp.svg");
}

.footer__social .socials__link.fb {
  background-image: url("../img/social/fb.svg");
}

.footer__social .socials__link.odnoklassniki {
  background-image: url("../img/social/odnoklassniki.svg");
}

.footer__social .socials__link.tw {
  background-image: url("../img/social/tw.svg");
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer.red {
  background-color: #6C283D;
}

@media screen and (max-width: 640px) {
  .footer .row {
    flex-direction: column;
  }
  .footer .row .col {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .footer .row .col a {
    text-align: center;
  }
  .footer .row .col + .col {
    margin-top: 15px;
  }
}

.front {
  padding: 50px 0;
}

.front h1 {
  margin-bottom: 35px;
}

.front-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.front-nav__item {
  display: block;
  min-width: 210px;
  width: 210px;
  height: 210px;
  box-shadow: 14px 24px 45px 1px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  background-color: #ffffff;
  margin: 20px 45px;
  text-align: center;
  padding-top: 45px;
}

.front-nav__item:hover {
  background-color: #ff2d55;
}

.front-nav__item:hover .front-nav__icon.owl-1 {
  background-image: url("../img/icons/owl-2-active.png");
}

.front-nav__item:hover .front-nav__icon.owl-2 {
  background-image: url("../img/icons/owl-active.png");
}

.front-nav__item:hover .front-nav__text {
  color: #fff;
}

.front-nav__icon {
  display: block;
  margin: 0 auto 25px;
  width: 55px;
  height: 55px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.front-nav__icon.owl-1 {
  background-image: url("../img/icons/owl-2.png");
}

.front-nav__icon.owl-2 {
  background-image: url("../img/icons/owl.png");
}

.front-nav__text {
  color: #ff2d55;
  font-size: 22px;
  line-height: 24px;
}

.faq h1 {
  margin-bottom: 45px;
}

.faq-box__item {
  background-color: #fff;
  border-radius: 20px;
}

.faq-box__item + .faq-box__item {
  margin-top: 40px;
}

.faq-box__text {
  padding: 10px 40px 20px;
  color: #6d6d6d;
}

.faq-box__btn {
  width: 100%;
  min-height: 66px;
  background-color: transparent;
  text-align: left;
  color: #ff2d55;
  padding: 15px 70px 15px 40px;
}

.faq-box__btn[aria-expanded="true"] .faq-box__btn-text::after {
  background-image: url("../img/icons/close-arrow.png");
}

.faq-box__btn-text {
  width: 100%;
  display: inline-block;
  position: relative;
}

.faq-box__btn-text::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  background-image: url("../img/icons/open-arrow.png");
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-box__btn:focus {
  outline: none;
}

.reset {
  display: flex;
  align-items: center;
  text-align: center;
}

.reset__title {
  margin-bottom: 35px;
}

.reset__subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  max-width: 560px;
  text-align: center;
  margin: 0 auto 35px;
  line-height: 20px;
}

.reset__input {
  margin: 0 auto 35px;
}

.entry {
  display: flex;
  align-items: center;
}

.entry-title {
  margin-bottom: 35px;
}

.entry .form {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.entry-reset {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.entry-reset:hover {
  color: #fff;
}

.entry-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.entry-social__title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.entry-social__item {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 6px;
}

.entry-social__item.vk {
  background-image: url("../img/social/vk.svg");
}

.entry-social__item.fb {
  background-image: url("../img/social/fb.svg");
}

.entry-social__item.odnoklassniki {
  background-image: url("../img/social/odnoklassniki.svg");
}

.entry-social__item.tw {
  background-image: url("../img/social/tw.svg");
}

.registration {
  display: flex;
  align-items: center;
}

.registration-title {
  margin-bottom: 35px;
}

.registration .form {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.registration .before-sex-labels {
  margin-right: 20px;
}

.registration label.sex.male {
  margin-right: 30px;
}

.purchase {
  color: #000;
  padding: 40px 0;
}

.purchase-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.purchase-item {
  flex: 1;
  text-align: center;
}

.purchase-item__header {
  background-color: #fff;
  color: #ff2d55;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
}

.purchase-item:first-child .purchase-item__header {
  border-top-left-radius: 20px;
}

.purchase-item:last-child .purchase-item__header {
  border-top-right-radius: 20px;
}

.purchase-item__price {
  font-size: 18px;
  color: #fff;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.purchase-item__btn {
  padding: 20px 0;
}

.purchase h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 25px;
}

.purchase p {
  color: #fff;
}

@media screen and (max-width: 410px) {
  .purchase .page-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .purchase-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .purchase-item {
    max-width: 290px;
    width: 100%;
    margin-bottom: 20px;
  }
  .purchase-item__header {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

.agreement-modal {
  padding: 0 15px !important;
}

.agreement-modal .modal-dialog {
  max-width: 760px;
  width: 100%;
  margin: 30px auto;
}

.agreement-modal .modal-content {
  border-radius: 25px;
  padding: 25px 40px;
}

.agreement-modal .modal-content h3 {
  color: #1c1c1c;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.agreement-modal .modal-content .agreement-attantion {
  text-align: center;
}

.agreement-header {
  margin-bottom: 20px;
}

.agreement-wrap {
  max-height: 350px;
  margin-bottom: 25px;
  font-size: 14px;
}

.agreement-btns {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.agreement-btns .button {
  width: 183px;
  height: 37px;
  border-radius: 18px;
  padding: 0 5px;
  font-size: 16px;
  text-transform: none;
  margin: 5px 0;
}

.agreement-btns .button:last-child {
  margin-left: 30px;
}

.agreement-btns a.button {
  text-align: center;
  line-height: 37px;
}

.scroll-scrolly_visible .agreement-text {
  padding-right: 20px;
}

.scroll-scrolly_visible .agreement-text * {
  color: #000;
}

@media screen and (max-width: 550px) {
  .agreement-attantion {
    font-size: 14px;
  }
  .agreement-btns {
    justify-content: center;
  }
  .agreement-btns .button {
    margin: 5px 15px !important;
  }
  .agreement-modal .modal-content {
    border-radius: 25px;
    padding: 25px 20px;
  }
  .scroll-scrolly_visible .agreement-text {
    padding-right: 10px;
  }
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #ededed;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #9b9b9b;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.about {
  padding: 0;
  background-color: #fff;
}

.about-main {
  background-image: linear-gradient(173deg, #5ac8fa 20%, #ff2d55 100%);
  color: #fff;
}

.about-main .video-box {
  height: 410px;
  margin-bottom: 40px;
}

.about-main-box {
  margin-bottom: 40px;
}

.about-main .page-title {
  color: #fff;
  margin-bottom: 30px;
}

.about-main .page-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}

.about .block-heading_level h1, .about .block-heading_level h2, .about .block-heading_level h3, .about .block-heading_level h4, .about .block-heading_level h5, .about .block-heading_level h6 {
  margin-bottom: 30px;
  color: #fff;
}

.about .rich-text {
  margin-bottom: 35px;
}

.about .rich-text p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}

.advantages {
  padding: 50px 0;
  text-align: center;
}

.advantages .page-title {
  margin-bottom: 45px;
  font-size: 24px;
}

.advantages-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.advantages-box-item {
  width: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  margin: 15px 0;
}

.advantages-box-item__icon {
  width: 98px;
  height: 98px;
  background-color: #fff;
  border-radius: 50%;
}

.advantages-box-item__icon.about-owl-1 {
  background: #fff url("../img/icons/about-owl-1.png") no-repeat 50% 50%;
  background-size: 41px 55px;
}

.advantages-box-item__icon.about-owl-2 {
  background: #fff url("../img/icons/about-owl-2.png") no-repeat 50% 50%;
  background-size: 38px 61px;
}

.advantages-box-item__icon.about-owl-3 {
  background: #fff url("../img/icons/about-owl-3.png") no-repeat 50% 50%;
  background-size: 42px 56px;
}

.advantages-box-item__icon.about-owl-4 {
  background: #fff url("../img/icons/about-owl-4.png") no-repeat 50% 50%;
  background-size: 41px 55px;
}

.advantages-box-item__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(173deg, #5ac8fa 20%, #ff2d55 100%);
  border-radius: 50%;
  margin-bottom: 25px;
}

.advantages-box-item__text {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .about-main .video-box {
    height: 300px;
    max-width: 570px;
    margin: 0 auto;
  }
  .about-main .page-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.author {
  background-color: #fff;
  padding: 0;
}

.author-main {
  background-color: #e6e6e6;
  padding: 40px 0;
}

.author-main-box__desc .video-box {
  max-width: 540px;
  height: 300px;
  margin: 35px auto;
}

.author-ps {
  padding: 20px 0;
}

.author-ps h3 {
  font-size: 18px;
  margin: 35px 0 20px;
}

.author__img {
  float: left;
  margin-right: 35px;
}

@media screen and (max-width: 640px) {
  .author__img {
    display: block;
    float: none;
    margin: 0 auto 25px;
  }
}

.singing-video-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.singing-video-grid-item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.singing-video-grid-item__video {
  margin-bottom: 10px;
}

.singing-video-grid-item__text {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .singing-video-grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .singing-video-grid {
    justify-content: center;
  }
  .singing-video-grid-item {
    max-width: 290px;
    width: 100%;
  }
}

.course {
  padding-top: 40px;
}

.course-desc {
  text-align: center;
  margin-bottom: 40px;
}

.course-desc p {
  margin-bottom: 0;
}

.course-classes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.course-classes-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 220px;
  margin: 0 30px 45px;
  border-radius: 20px;
  padding: 0 36px;
  transition: all .3s;
  justify-content: center;
}

.course-classes-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.course-classes-item.disable {
  background-color: #e6e6e6;
}

.course-classes-item.disable .course-classes-item__class,
.course-classes-item.disable .course-classes-item__name {
  color: #737373;
}

.course-classes-item.disable:hover {
  background-color: #d4d4d4;
}

.course-classes-item.disable .title-first-line {
  color: #2a2a2a;
}

.course-classes-item.disable .title-second-line {
  color: #2a2a2a;
}

.course-classes-item.done {
  background-color: #8db445;
}

.course-classes-item.done:hover {
  background-color: #9dc15c;
}

.course-classes-item.done .title-first-line {
  color: #FFF6CE;
}

.course-classes-item.done .title-second-line {
  color: #2a2a2a;
}

.course-classes-item.current {
  background-color: #f99b12;
}

.course-classes-item.current:hover {
  background-color: #faaa35;
}

.course-classes-item.current .title-first-line {
  color: #FFF6CE;
}

.course-classes-item.current .title-second-line {
  color: #2a2a2a;
}

.course-classes-item__class {
  color: #ff2d55;
  font-size: 22px;
  margin-bottom: 30px;
}

.course-classes-item__name {
  color: #2a2a2a;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

.course-classes-item .title-first-line {
  font-weight: bold;
  padding-bottom: 20px;
}

.course-classes-item .title-second-line {
  text-align: center;
  font-size: 18px;
}

.course-classes-wrapper {
  position: relative;
}

.course .reference .ref {
  display: flex;
  align-items: center;
}

.course .reference .ref .desc {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.3;
}

.course .reference .ref .course-classes-item {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
}

.course .reference-side {
  display: none;
}

@media screen and (min-width: 1400px) {
  .course .reference {
    position: absolute;
    top: 0;
    right: -200px;
  }
  .course .reference .ref .desc {
    position: relative;
    max-width: 200px;
  }
}

@media screen and (min-width: 1700px) {
  .course .reference {
    position: absolute;
    top: 0;
    right: -300px;
  }
  .course .reference .ref .desc {
    position: relative;
    max-width: 300px;
  }
}

@media screen and (max-width: 638px) {
  .course-classes {
    margin: 0;
  }
  .course-classes-item {
    margin: 0 10px 35px;
    overflow: hidden;
    padding: 25px 15px 0;
  }
  .course-classes-item__class {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .course-classes-item__name {
    font-size: 12px;
    line-height: 18px;
  }
}

.start {
  padding: 0;
}

.start .first-block {
  padding: 40px 0;
  background-image: linear-gradient(173deg, #5ac8fa 20%, #ff2d55 100%);
  color: #fff;
  position: relative;
}

.start .first-block:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/icons/main-bg.svg") no-repeat 50% 50%;
  opacity: .05;
}

.start-desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 22px;
}

.start-additional {
  text-align: center;
  font-size: 28px;
}

.start .page-container {
  position: relative;
  z-index: 1;
}

.start .page-title {
  color: #fff;
  margin-bottom: 30px;
}

.start-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.start-list-item {
  width: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  margin: 15px 0;
}

.start-list-item__icon {
  width: 98px;
  height: 98px;
  background-color: #fff;
  border-radius: 50%;
}

.start-list-item__icon.owl-1 {
  background: url("../img/icons/wh-owl-1.png") no-repeat 50% 50%;
  background-size: 41px 55px;
}

.start-list-item__icon.owl-2 {
  background: url("../img/icons/wh-owl-2.png") no-repeat 50% 50%;
  background-size: 38px 61px;
}

.start-list-item__icon.owl-3 {
  background: url("../img/icons/wh-owl-3.png") no-repeat 50% 50%;
  background-size: 42px 56px;
}

.start-list-item__icon.owl-4 {
  background: url("../img/icons/wh-owl-4.png") no-repeat 50% 50%;
  background-size: 41px 55px;
}

.start-list-item__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #56bfee;
  margin-bottom: 25px;
}

.start-list-item__text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #262626;
}

.start-list-item:nth-child(even) .start-list-item__icon-wrap {
  border-color: #ff2d55;
}

.start .second-block {
  padding: 50px 0 30px;
}

.start .second-block .courses-list-item {
  display: flex;
  align-items: center;
  min-height: 75px;
  border-radius: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  padding: 15px 60px;
  position: relative;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.start .second-block .courses-list-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.start .second-block .courses-list-item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 170px;
  top: 10px;
}

.start .second-block .courses-list-item.done {
  background-color: #8eb34f;
  color: #fff;
}

.start .second-block .courses-list-item.done:after {
  background: url("../img/icons/start-item-1.png") no-repeat;
  background-size: 70%;
  background-position-x: right;
}

.start .second-block .courses-list-item.done:hover {
  background-color: #89ad4b;
}

.start .second-block .courses-list-item.current {
  background-color: #fc9d06;
  color: #ff2d55;
}

.start .second-block .courses-list-item.current:after {
  background: url("../img/icons/start-item-2.png") no-repeat;
  background-size: 70%;
  background-position-x: right;
}

.start .second-block .courses-list-item.current:hover {
  background-color: #fcab29;
}

.start .second-block .courses-list-item.disable {
  background-color: #fff;
  color: #737373;
}

.start .second-block .courses-list-item.disable:after {
  background: url("../img/icons/start-item-3.png") no-repeat;
  background-size: 70%;
  background-position-x: right;
}

.start .second-block .courses-list-item.disable:hover {
  background-color: whitesmoke;
}

@media screen and (max-width: 510px) {
  .start-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
  }
  .start-list-item {
    width: 50%;
    padding: 0 5px;
  }
  .start-list-item__text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .start .second-block .courses-list-item {
    padding: 15px 25px;
    text-align: center;
  }
  .start .second-block .courses-list-item:after {
    display: none;
  }
}

.contact {
  padding: 0;
  background-image: linear-gradient(173deg, #5ac8fa 45%, #ff2d55 100%);
}

.contact .question-block {
  padding: 40px 0;
  background-color: #e6e6e6;
  color: #1d1d1d;
}

.contact .question-block h1, .contact .question-block h2 {
  color: #0e0e0e;
  text-align: center;
}

.contact-block {
  padding: 40px 0;
  color: #fff;
}

.contact-block .form-field {
  margin-bottom: 30px;
}

.contact-block .form-desc {
  max-width: 480px;
  margin: 0 auto 40px;
  font-size: 14px;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.contact-form .file {
  text-align: right;
}

.contact-form .file input {
  padding: 5px 0;
  float: left;
  width: inherit;
}

.contact-form .file .btn-close {
  float: left;
  background: transparent;
  color: #fff;
}

.contact-form-block {
  width: calc(50% - 80px);
  margin: 0 40px;
}

.contact-form-block input {
  max-width: 100%;
  width: 100%;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-link .vk-icon {
  display: block;
  min-width: 26px;
  width: 26px;
  height: 26px;
  background: url("../img/social/vk.svg") no-repeat 50% 50%;
  background-size: 26px 26px;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .contact-form {
    justify-content: center;
  }
  .contact-form-block {
    width: 100%;
    max-width: 460px;
  }
  .contact-form-block .file,
  .contact-form-block .btn-wrap {
    text-align: center;
  }
}

.reviews {
  padding: 0;
}

.reviews .first-block {
  padding: 50px 0 30px;
  background-color: #e6e6e6;
}

.reviews .first-block .page-title {
  color: #222222;
}

.reviews .owl-carousel .item .video-box {
  height: 175px;
  width: 100%;
  margin-bottom: 10px;
}

.reviews .owl-carousel .item__text {
  color: #222222;
}

.reviews .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: -70px;
  right: -70px;
  z-index: -1;
}

.reviews .owl-prev, .reviews .owl-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1) url("../img/icons/prev.png") no-repeat 50% 50%;
  background-size: 40px 40px;
  opacity: .95;
}

.reviews .owl-prev:hover, .reviews .owl-next:hover {
  opacity: 1;
  background-color: rbga(0, 0, 0, 0.5);
}

.reviews .owl-next {
  background: rgba(0, 0, 0, 0.1) url("../img/icons/next.png") no-repeat 50% 50%;
  background-size: 40px 40px;
}

.reviews-block {
  padding: 50px 0;
}

.reviews-list-item {
  display: flex;
  margin-bottom: 35px;
}

.reviews-list-item__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
}

.reviews-list-item__image-wrap {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
}

.reviews-list-item__content {
  margin-left: 25px;
  flex: 1;
}

.reviews-list-item__content .button {
  font-size: 16px;
  width: 145px;
  height: 32px;
  padding: 5px 0;
}

.reviews-list-item__name {
  font-size: 26px;
  margin: 10px 0 15px;
  line-height: 32px;
}

.reviews-list-item__text {
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1120px) {
  .reviews .first-block .page-container {
    padding: 0 80px;
  }
}

@media screen and (max-width: 500px) {
  .reviews-list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .reviews-list-item__content {
    margin-left: 0px;
  }
  .reviews-list-item__name {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.personal {
  padding: 40px 0;
}

.personal button[disabled] {
  pointer-events: none;
}

.personal .jp-gui .ui-state-hover {
  background: transparent;
}

.personal .jp-gui .jp-progress-slider {
  width: 40px;
  background-color: #fff;
}

.personal .jp-gui .jp-volume-slider {
  background-color: #fff;
  margin-right: 8px;
}

.personal .audio-player {
  display: flex;
  align-items: center;
}

.personal .audio-player .audio__time {
  color: #5b5b5b;
  font-size: 12px;
  position: relative;
  top: 2px;
  margin: 0 10px;
}

.personal .audio-player .audio__line {
  width: 65px;
  height: 1px;
  background-color: #FFF;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.personal .audio-player .audio__point {
  width: 16px;
  height: 16px;
  background-color: #ff2d55;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.personal .audio-player .audio__volume {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.personal .audio-player .audio__volume .volume__line {
  width: 35px;
  height: 1px;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.personal .audio-player .audio__volume .volume__point {
  width: 9px;
  height: 9px;
  background-color: #ff2d55;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.personal .nav-pills {
  justify-content: space-between;
  border-bottom: 2px solid #fff;
}

.personal .nav-pills li {
  flex: 1;
}

.personal .nav-pills li a {
  display: block;
  color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 8px 15px 2px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.personal .nav-pills li a.active {
  background-color: #FFF;
  color: #ff2d55;
}

.personal .nav-pills li.active a {
  background-color: #FFF;
  color: #ff2d55;
}

.personal-table input {
  background-color: transparent;
  color: #fff;
  height: 20px;
  padding-left: 0;
  border-radius: 0;
}

.personal-table input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.personal-table input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.personal-table input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.personal-table input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.personal-table,
.personal .course-table,
.personal .history-table,
.personal .exercise-table {
  width: 100%;
}

.personal-table tbody,
.personal .course-table tbody,
.personal .history-table tbody,
.personal .exercise-table tbody {
  width: 100%;
}

.personal-table th,
.personal .course-table th,
.personal .history-table th,
.personal .exercise-table th {
  padding: 15px 30px 5px;
  font-size: 14px;
  font-weight: 400;
}

.personal-table tr,
.personal .course-table tr,
.personal .history-table tr,
.personal .exercise-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.personal-table tr:last-child,
.personal .course-table tr:last-child,
.personal .history-table tr:last-child,
.personal .exercise-table tr:last-child {
  border: none;
}

.personal-table td,
.personal .course-table td,
.personal .history-table td,
.personal .exercise-table td {
  padding: 8px 30px;
  font-size: 16px;
  white-space: nowrap;
}

.personal-table td.info,
.personal .course-table td.info,
.personal .history-table td.info,
.personal .exercise-table td.info {
  font-size: 12px;
  padding-top: 5px;
}

.personal-table td a,
.personal .course-table td a,
.personal .history-table td a,
.personal .exercise-table td a {
  color: #fff;
}

.personal .exercise-table th {
  padding: 15px 25px 5px;
}

.personal .exercise-table td {
  padding: 8px 25px;
}

.personal .tab-content .button-wrap {
  margin: 25px 0;
  text-align: center;
}

.personal .tab-content .button-wrap .button {
  background-color: transparent;
  border: 1px solid #5dbfef;
}

.personal .tab-content .button-wrap .button:hover {
  background-color: rgba(93, 191, 239, 0.3);
}

.personal .course-table button {
  background-color: transparent;
  color: #fff;
}

.personal .course-table td {
  white-space: nowrap;
}

.datepicker-wrap {
  display: flex;
  justify-content: space-between;
}

.certificate-modal {
  padding: 0 15px !important;
}

.certificate-modal .modal-dialog {
  max-width: 720px;
}

.certificate-modal .modal-content {
  border: none;
  border-radius: 25px;
}

.certificate-modal .modal-header {
  min-height: 65px;
  border: none;
}

.certificate-modal .modal-header .close {
  top: 25px;
  right: 25px;
}

.certificate-modal .modal-body {
  min-height: 200px;
}

.certificate-modal .modal-footer {
  justify-content: center;
  border: none;
}

.certificate-modal .modal-footer .share {
  margin: 10px 0;
}

.certificate-modal .modal-footer .share-list__link {
  width: 21px;
  height: 21px;
}

.ic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ic--bonus {
  background: url(../img/icons/bonus.png) 50% 50% no-repeat;
  width: 13px;
  height: 21px;
}

.ic--certificate {
  background: url(../img/icons/certificate.png) 50% 50% no-repeat;
  width: 21px;
  height: 17px;
}

.ic--date {
  background: url(../img/icons/datepicker.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ic--btn-prev {
  background: url(../img/icons/btn-prev.png) 50% 50% no-repeat;
  width: 11px;
  height: 21px;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  table {
    padding-bottom: 20px;
  }
  table td {
    width: 1%;
  }
  .personal .nav-pills {
    justify-content: center;
  }
  .personal .nav-pills li {
    flex: none;
  }
}

.class {
  padding: 0;
  background-color: #fff;
}

.class .first-block {
  padding: 10px 0 40px;
  background-image: linear-gradient(173deg, #5ac8fa 20%, #ff2d55 100%);
  color: #fff;
  position: relative;
}

.class .first-block .page-title {
  margin-bottom: 20px;
  color: #fff;
}

.class .first-block .video-box {
  max-width: 720px;
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

.class-desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 22px;
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
}

.class .page-container {
  position: initial;
  z-index: 1;
}

.class .second-block {
  padding: 50px 0 30px;
}

.class .second-block .class-form {
  max-width: 720px;
  margin: 0 auto;
}

.class .second-block .class-form-row {
  display: flex;
}

.class .second-block .class-form-row-cell {
  margin-bottom: 10px;
}

.class .second-block .class-form-row-cell:first-child {
  width: 200px;
  margin-right: 20px;
  text-align: right;
}

.class .second-block .class-form-row-cell:last-child {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.class .second-block .class-form-row-cell .class-form__checkbox.exercise input[type="radio"] + label {
  border-color: #8eb156;
}

.class .second-block .class-form-row-cell .class-form__checkbox input[type="radio"] + label {
  font-size: 13px;
  text-align: center;
  padding: 0 6px;
  line-height: 1;
}

.class .second-block .class-form-row-cell .class-form__checkbox input[type="radio"][disabled] + label {
  pointer-events: none;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.class .second-block .class-form-row-cell .class-form__checkbox.done input[type="radio"] + label {
  background-color: #8eb156;
  color: #fff;
}

.class .second-block .class-form-row-cell .class-form__checkbox.done input[type="radio"] + label[disabled] {
  pointer-events: none;
}

.class .second-block .class-form-row-cell .class-form__checkbox.done input[type="radio"][disabled] + label {
  pointer-events: none;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.class .second-block .class-form-row-cell .class-form__checkbox.done input[type="radio"]:checked + label {
  background-color: #739143;
  color: #fff;
}

.class .second-block .class-form-row-cell .class-form__checkbox.done input[type="radio"]:checked + label[disabled] {
  pointer-events: none;
}

.class .second-block .class-form__checkbox input[type="radio"] {
  display: none;
}

.class .second-block .class-form__checkbox input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 38px;
  border-radius: 24px;
  border: 1px solid #56bfee;
  cursor: pointer;
  margin: 7px 2px;
  color: #56bfee;
}

.class .second-block .class-form__checkbox input[type="radio"] + label[disabled] {
  pointer-events: none;
}

.class .second-block .class-form__checkbox input[type="radio"]:checked + label {
  background-color: #56bfee;
  color: #fff;
}

.class .second-block .class-form__checkbox input[type="radio"]:checked + label[disabled] {
  pointer-events: none;
}

.class .second-block .class-form__text {
  padding-top: 15px;
}

.class-block {
  padding-top: 40px;
  margin-bottom: 40px;
  background-color: #e6e6e6;
}

.class-box-nav {
  display: flex;
  justify-content: center;
}

.class-box-nav .button {
  background-color: transparent;
  width: auto;
  color: #ff2d55;
  text-transform: none;
  font-size: 16px;
  border-color: #58c3f3;
  padding: 0 20px;
  margin-right: 10px;
}

.class-box-nav .button.prev {
  font-size: 28px;
}

.class-box-nav .button:hover {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #fff;
}

.class-box-nav .button[disabled] {
  background-color: transparent;
  pointer-events: none;
  filter: grayscale(100%);
}

.class-box-nav .button.button-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  padding: 7px;
  width: 82px;
  height: 59px;
}

.class-box-nav .button.button-icon.play {
  background-image: url(../img/buttons/play-button.svg);
}

.class-box-nav .button.button-icon.play:hover {
  background-image: url(../img/buttons/play-button-hover.svg);
}

.class-box-nav .button.button-icon.pause {
  background-image: url(../img/buttons/pause-button.svg);
}

.class-box-nav .button.button-icon.pause:hover {
  background-image: url(../img/buttons/pause-button-hover.svg);
}

.class-box-nav .button.button-icon.listen-play {
  background-image: url(../img/buttons/listening.svg);
}

.class-box-nav .button.button-icon.listen-play:hover {
  background-image: url(../img/buttons/listening-hover.svg);
}

.class-box-nav .button.button-icon.listen-pause {
  width: 164px;
  background-image: url(../img/buttons/listening-pause.svg);
}

.class-box-nav .button.button-icon.listen-pause:hover {
  background-image: url(../img/buttons/listening-pause-hover.svg);
}

.class-box-nav .button.button-icon.save {
  background-image: url(../img/buttons/save-v2.svg);
  padding: 10px;
}

.class-box-nav .button.button-icon.save:disabled:hover {
  background-image: url(../img/buttons/save-v2.svg);
}

.class-box-nav .button.button-icon.save:hover {
  background-image: url(../img/buttons/save-hover-v2.svg);
}

.class-box-nav .button.button-icon.save:disabled {
  pointer-events: auto;
  cursor: default;
}

.class-box-nav .button.button-icon.save:disabled:hover {
  border-color: #58c3f3;
}

.class-box-nav .button.button-icon.send-teacher:disabled {
  pointer-events: auto;
  cursor: default;
}

.class-box-nav .button.button-icon.send-teacher:disabled:hover {
  border-color: #58c3f3;
  color: #ff2d55;
}

.class-box-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px 0 20px;
}

.class-box-tools .share {
  margin: 10px 0 0;
}

.class-box-tools .autosing input[type="checkbox"] {
  display: none;
}

.class-box-tools .autosing input[type="checkbox"] + label > span {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ff2d55;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  top: -1px;
}

.class-box-tools .autosing input[type="checkbox"] + label > span i {
  opacity: 0;
}

.class-box-tools .autosing input[type="checkbox"]:checked + label > span i {
  opacity: 1;
}

.class .study-block {
  padding: 40px 0 20px;
}

.class .study-block .title-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.class .study-block .page-title {
  font-size: 26px;
  margin: 0 40px 40px;
  line-height: 36px;
}

.class .study-block > .page-container {
  position: initial;
}

.class .study-block .audio-container {
  display: flex;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding: 15px 80px;
  margin-bottom: 40px;
}

.class .study-block .audio-container__text {
  font-weight: 500;
  margin-right: 50px;
}

.class .study-block .audio-player {
  flex: 1;
  display: flex;
  align-items: center;
}

.class .study-block .audio__line {
  max-width: 345px;
  width: 100%;
  height: 2px;
  background-color: #58c3f3;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}

.class .study-block .audio__point {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff2d55;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.class .study-block .audio__mute {
  margin-left: 20px;
}

.class .study-block .audio__time {
  position: relative;
  top: 1px;
  margin: 0 10px;
}

.class .study-block .content-title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.class .study-block .btn-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.ps-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 40px 0;
}

.ps-block__image {
  margin-top: 40px;
  width: 204px;
  min-width: 204px;
  height: 222px;
  background: url("../img/ps-block-img.png") no-repeat 50% 50%;
  background-size: 204px 222px;
}

.ps-block__cloud {
  max-width: 553px;
  height: 100%;
  padding: 32px 55px;
  box-shadow: 16px 19px 38px rgba(0, 0, 0, 0.11);
  border-radius: 25px;
  border: 1px solid #58c3f3;
  background-color: #ffffff;
  font-weight: 600;
  line-height: 22px;
  margin-left: 50px;
}

.prev-next-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-size: 14px;
}

.prev-next-wrap .share {
  margin: 0;
}

.prev-next-wrap a {
  color: #58c4f4;
}

.prev-next-wrap a i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin: 0 5px;
}

.saved-lesson-list > .page-container {
  width: auto !important;
}

.saved-lesson-list > .page-container .exercise-table {
  overflow-x: initial;
}

.attention-box {
  display: flex;
  background-color: #ff2d55;
  border-radius: 10px;
  padding: 24px 20px;
  color: #fff;
  max-width: 765px;
  margin: 0 auto 40px;
}

.attention-icon {
  margin-right: 20px;
}

.attention-content {
  font-size: 16px;
}

.attention-content .download {
  margin-top: 20px;
}

.attention-content .download a {
  color: #fff;
}

.attention-content .download a + a {
  margin-left: 40px;
}

.ic--play {
  background: url("../img/icons/play.png") no-repeat 50% 50%;
  width: 17px;
  height: 19px;
  cursor: pointer;
}

.ic--pause {
  background: url("../img/icons/pause.png") no-repeat 50% 50%;
  width: 15px;
  height: 17px;
  cursor: pointer;
}

.ic--volume {
  background: url("../img/icons/volume.png") no-repeat 50% 50%;
  width: 25px;
  height: 18px;
}

.ic--opera {
  background: url("../img/icons/opera.png") no-repeat 50% 50%;
  width: 18px;
  height: 20px;
}

.ic--chrome {
  background: url("../img/icons/chrome.png") no-repeat 50% 50%;
  width: 22px;
  height: 22px;
}

.ic--yandex {
  background: url("../img/icons/yandex.svg") no-repeat 50% 50%;
  width: 22px;
  height: 22px;
}

.ic--download {
  background: url("../img/icons/download.png") no-repeat 50% 50%;
  width: 15px;
  height: 17px;
  cursor: pointer;
}

#scene {
  outline: solid #000 1px;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.program {
  color: #000;
}

.program .lesson-description {
  margin-bottom: 40px;
}

.program .main-color {
  color: #ff2d55;
}

@media screen and (max-width: 540px) {
  .class .attention-box {
    padding: 15px 10px;
  }
  .class .attention-icon img {
    width: 45px;
  }
  .class .attention-content {
    font-size: 14px;
  }
  .class .attention-content .download a + a {
    margin-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .class-box-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .class-box-nav .button {
    white-space: nowrap;
    margin: 5px;
    height: 32px;
    font-size: 12px;
  }
  .class .class-box-tools .autosing {
    margin-bottom: 20px;
  }
  .class .first-block .page-title {
    font-size: 20px;
  }
  .class .first-block .video-box {
    max-width: 720px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
  .class .prev-next-wrap {
    font-size: 12px;
  }
  .class .prev-next-wrap .share {
    display: none;
  }
  .class .second-block .class-form-row {
    flex-direction: column;
  }
  .class .second-block .class-form-row-cell {
    justify-content: center;
  }
  .class .second-block .class-form-row-cell:first-child {
    width: 100%;
    text-align: center;
  }
  .class .study-block .page-title {
    margin: 0 0 50px;
    font-size: 22px;
    line-height: 28px;
  }
  .class .study-block .audio-container {
    padding: 7px 30px;
  }
  .class .study-block .audio-container__text {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .class .study-block .audio__time {
    font-size: 10px;
  }
}

@media screen and (max-width: 720px) {
  .ps-block {
    flex-wrap: wrap;
    align-items: center;
  }
  .ps-block__cloud {
    margin: 0;
    padding: 30px 25px;
  }
  .ps-block__image {
    height: 207px;
    width: 190px;
    background-size: 190px 207px;
    margin: 20px 0 0px;
  }
}

@media screen and (max-width: 991px) {
  .class-box-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .class-box-nav .button {
    white-space: nowrap;
    margin: 5px;
  }
}

.simple {
  background-color: #fff;
  padding: 40px 0;
}

.robokassa .home-wrapper {
  display: flex;
  justify-content: center;
}

.robokassa .home-wrapper .button.home {
  margin-top: 20px;
}

.program-modal-wrapper {
  position: absolute;
  text-align: center;
  left: 300px;
  right: 300px;
  top: 180px;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 10px;
}

.program-modal-wrapper .close {
  right: 15px;
  top: 10px;
  position: absolute;
}

.program-modal-wrapper .program-modal {
  font-size: 1.2rem;
  padding: 30px;
  text-align: center;
  color: #000;
  line-height: 1;
}

.program-modal-wrapper .program-modal p {
  margin: 0;
}

.program-modal-wrapper .program-modal-after .button {
  width: auto;
  padding: 0 20px;
  text-transform: inherit;
}

.program-modal-wrapper.latency-test {
  left: 200px;
  right: 200px;
  top: 130px;
}

.program-modal-wrapper.latency-test .program-modal p {
  font-size: 14px;
  margin-bottom: 10px;
}

.program-modal-wrapper.latency-test .program-modal p.small {
  font-size: 12px;
}

.program-modal-wrapper.latency-test .program-modal .success {
  color: green;
}

.program-modal-wrapper.latency-test .program-modal .error {
  color: red;
}

.local-pitch-toggle {
  position: absolute;
  top: 30px;
}

.program h4 {
  text-align: center;
}

.program .program--description > img {
  width: 100%;
  height: auto;
}

.program .loading-wrapper {
  position: relative;
  text-align: center;
  z-index: 10;
  top: 280px;
  color: #ff2d55;
}

.program .alert {
  margin: 5px 0;
}

.program .put-headphones {
  padding: 0;
}

.program .put-headphones .alert {
  margin: 0;
  padding: .25rem 4rem .25rem 1.25rem;
}

.program .put-headphones .alert p {
  margin: 0;
}

.program .put-headphones .alert button {
  padding: .1rem 1.25rem;
}

.program .send-teacher-block {
  position: relative;
}

.program .send-teacher-block .comment-block {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  width: 500px;
}

.program .send-teacher-block .comment-block label {
  color: #000;
}

.program .send-teacher-block .comment-block textarea {
  border: 1px solid #ff2d55;
  margin: 5px 0 10px 0;
  color: #000;
}

.program .send-teacher-block .comment-block .submit-error {
  color: #f00;
}

.program .recorder-controls {
  display: flex;
  justify-content: space-evenly;
}

.program .recorder-controls button {
  color: #ff2d55;
  background: transparent;
  border-radius: 27px;
  border: 1px solid #58c3f3;
  padding: 7px;
  width: 82px;
  height: 59px;
}

.program .recorder-controls button:disabled {
  color: #ccc;
  border-color: #ccc;
}

.program-player .program-player--description > img {
  width: 100%;
  height: auto;
}

.program-player h4 {
  text-align: center;
}

[data-notify="container"] {
  width: 500px !important;
}

.section-page {
  background-color: #fff;
}

.section-page .page-title {
  color: #ff2d55;
}

.section-page .contents-wrapper {
  position: relative;
}

.section-page .contents-wrapper #contents-toggle {
  left: 10px;
  width: 200px;
  padding: 10px;
  position: absolute;
}

.section-page .contents-wrapper .contents {
  position: fixed;
  top: 21%;
  height: 75%;
  min-height: 300px;
  left: 5px;
  z-index: 20;
}

.section-page .contents-wrapper .contents ol {
  counter-reset: item;
}

.section-page .contents-wrapper .contents li {
  display: block;
}

.section-page .contents-wrapper .contents li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.section-page .section {
  list-style: none;
  margin-left: 0;
  margin-bottom: 50px;
}

.section-page .section-list {
  padding-left: 0;
}

.section-page .subsection {
  list-style: none;
  margin-left: 0;
}

.section-page .contents-list {
  margin-left: 30px;
}

.section-page .contents-list-wrapper {
  max-width: 400px;
  padding: 10px;
  position: absolute;
  left: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 50px;
  background-color: #fff;
  z-index: 1;
}

.section-page .contents-list-wrapper h2,
.section-page .contents-list-wrapper h3 {
  text-transform: none;
  text-align: center;
}

.section-page .nested-toggle {
  text-decoration: none;
  color: #337ab7;
}

.section-page .nested-toggle:hover {
  text-decoration: underline;
  cursor: pointer;
}

.section-page .nested-toggle i {
  margin-left: 5px;
}

.section-page .upside-down {
  transform: rotate(180deg);
}

.section-page h3 {
  font-size: 1.5rem;
}

.section-page h4 {
  font-size: 1.25rem;
}

.section-page .section-title {
  text-align: center;
  padding: 10px 0 30px 0;
  color: #ff2d55;
}

@media only screen and (max-width: 768px) {
  .section-page .contents-wrapper #contents-toggle {
    width: 60px;
  }
  .section-page .contents-wrapper #contents-toggle span {
    display: none;
  }
  .section-page .contents-wrapper .contents-list-wrapper {
    max-width: 330px;
    top: 60px;
  }
  .section-page .contents-wrapper .contents-list-wrapper h2 {
    display: none;
  }
  .section-page .contents {
    top: 10%;
    right: 5px;
    left: initial;
    padding: 0 5px;
  }
  .section-page #contents-toggle {
    float: right;
    width: 29px;
  }
  .section-page .contents button > span {
    display: none;
  }
  .section-page .subsection {
    padding-top: 30px;
    margin-top: 0;
  }
  .section-page .section h2 {
    font-size: 24px;
  }
  .section-page .section h3 {
    font-size: 20px;
  }
  .section-page .section h3 {
    font-size: 18px;
  }
  .section-page .section h4 {
    font-size: 16px;
  }
  .section-page .section h5 {
    font-size: 14px;
  }
  .section-page .section h6 {
    font-size: 12px;
  }
  .section-page audio {
    width: 100%;
  }
}

.dynamic-content {
  margin: 0;
  padding: 40px 0;
}

.dynamic-content.white {
  background-color: #fff;
  color: #000;
}

.dynamic-content.white h1, .dynamic-content.white h2, .dynamic-content.white h3 {
  color: #ff2d55;
}

.dynamic-content.white h3 {
  font-size: 18px;
  margin: 35px 0 20px;
}

.dynamic-content.white h5 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.dynamic-content.grey {
  background-color: #e6e6e6;
}

.dynamic-content.blue-to-red {
  background-image: linear-gradient(173deg, #5ac8fa 20%, #ff2d55 100%);
  color: #fff;
}

.dynamic-content.blue-to-red h1, .dynamic-content.blue-to-red h2, .dynamic-content.blue-to-red h3, .dynamic-content.blue-to-red h4, .dynamic-content.blue-to-red h5, .dynamic-content.blue-to-red h6 {
  color: #fff;
}

.dynamic-content.grey-gradient {
  background-image: linear-gradient(180deg, #ececec, #e2e2e2);
  color: #000;
}

.owl-carousel .item .video-box {
  height: 175px;
  width: 100%;
  margin-bottom: 10px;
}

.owl-carousel .item__text {
  color: #222222;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: -70px;
  right: -70px;
  z-index: -1;
}

.owl-prev, .owl-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1) url("../img/icons/prev.png") no-repeat 50% 50%;
  background-size: 40px 40px;
  opacity: .95;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 1;
  background-color: rbga(0, 0, 0, 0.5);
}

.owl-next {
  background: rgba(0, 0, 0, 0.1) url("../img/icons/next.png") no-repeat 50% 50%;
  background-size: 40px 40px;
}

@media screen and (max-width: 1000px) {
  .owl-carousel .owl-item .item__text {
    margin: 0 15%;
    text-align: center;
  }
  .owl-carousel .owl-nav {
    position: initial;
    transform: translateY(-150%);
  }
}

.video-box {
  height: 410px;
  max-width: 720px;
  margin: 35px auto;
}

.video-box .block-video-title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 720px) {
  .video-box {
    height: 180px;
  }
  .block-video-embed iframe {
    width: 100%;
  }
}

.embed-audio-mobile-title {
  display: none;
}

.audio-container {
  display: flex;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding: 15px 70px;
  margin-bottom: 40px;
}

.audio-container__text {
  font-weight: 500;
  margin-right: 20px;
}

.audio-player {
  flex: 1;
  display: flex;
  align-items: center;
}

.audio__line {
  max-width: 345px;
  width: 100%;
  height: 2px;
  background-color: #58c3f3;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}

.audio__point {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff2d55;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.audio__mute {
  margin-left: 20px;
}

.audio__time {
  position: relative;
  top: 1px;
  margin: 0 10px;
}

.jp-container {
  display: flex;
}

.jp-container .ui-widget {
  font-family: 'sf_ui__text', sans-serif;
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 400;
}

.jp-container .jp-gui {
  display: flex;
  align-items: center;
}

.jp-container .jp-gui .play {
  margin-right: 20px;
}

.jp-container .jp-gui .mute {
  margin: 0 20px;
}

.jp-container .jp-gui .time {
  width: 120px;
  min-width: 120px;
  white-space: nowrap;
  margin-right: 20px;
}

.jp-container .jp-gui ul {
  list-style-type: none;
}

.jp-container .jp-gui ul li {
  padding: 0;
  margin: 0;
}

.jp-container .jp-gui ul li.ui-state-hover, .jp-container .jp-gui ul li.ui-state-active {
  border: none;
  padding: 0;
  margin: 0;
}

.jp-container .jp-progress-slider {
  width: 345px;
  border: none;
  background: #58c3f3;
  border-radius: 0;
  height: 2px;
  cursor: pointer;
}

.jp-container .jp-progress-slider .ui-widget-header {
  background: #58c3f3;
}

.jp-container .jp-progress-slider .ui-slider-handle {
  background: #ff2d55;
  border-radius: 50%;
  border: none;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -8px;
  cursor: pointer;
}

.jp-container .jp-volume-slider {
  border: none;
  background: #58c3f3;
  border-radius: 0;
  height: 2px;
  cursor: pointer;
  width: 55px;
}

.jp-container .jp-volume-slider .ui-widget-header {
  background: #58c3f3;
}

.jp-container .jp-volume-slider .ui-slider-handle {
  background: #ff2d55;
  border-radius: 50%;
  border: none;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -5px;
  cursor: pointer;
}

.jp-container .ui-icon {
  display: inline-block;
  font-size: 0;
}

.jp-container .ui-icon-play {
  background: url("../img/icons/play.png") no-repeat 50% 50%;
  width: 17px;
  height: 19px;
  cursor: pointer;
}

.jp-container .ui-icon-pause {
  background: url("../img/icons/pause.png") no-repeat 50% 50%;
  width: 17px;
  height: 19px;
  cursor: pointer;
}

.jp-container .ui-icon-stop {
  background: url("../img/icons/stop.png") no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 5px;
}

.jp-container .ui-icon-volume-off {
  background: url("../img/icons/volume.png") no-repeat 50% 50%;
  width: 25px;
  height: 18px;
}

.jp-container .jp-unmute .ui-icon-volume-off {
  background: url("../img/icons/mute.png") no-repeat 50% 50%;
  width: 25px;
  height: 18px;
}

.audio-container .loading-block {
  font-size: 50px;
  color: #ff2d55;
  margin: 0 auto;
}

audio.no-download-button::-internal-media-controls-download-button {
  display: none;
}

audio.no-download-button::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio.no-download-button::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

@media screen and (max-width: 640px) {
  .audio-container {
    padding: 7px 30px;
  }
  .audio-container__text {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .audio__time {
    font-size: 10px;
  }
  .jp-audio .jp-interface .jp-controls-holder .time {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .jp-container .jp-progress-slider {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .embed-audio-mobile-title {
    display: block;
    text-align: center;
    padding: 5px 20px;
  }
  .audio-container {
    justify-content: center;
  }
  .jp-container .jp-gui .time {
    font-size: 12px;
    width: 100px;
    min-width: 100px;
  }
  .jp-container .audio-container__text {
    display: none;
  }
  .jp-container .mute {
    display: none;
  }
  .jp-container .jp-volume-slider {
    display: none;
  }
  .jp-container .jp-progress-slider {
    width: 95px;
  }
}

.btn-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.about-site-block {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

.about-site-block .about-site-block-item {
  margin-bottom: 2rem;
}

.about-site-block .about-site-block-item--icon-wrapper {
  width: 9rem;
  height: 9rem;
  padding: 30px;
  border: 3px solid #fff;
  border-radius: 15%;
  margin: 0 auto;
  text-align: center;
}

.about-site-block .about-site-block-item--icon {
  width: 100%;
  height: 100%;
}

.about-site-block .about-site-block-item--paragraph {
  width: 15rem;
  margin: 1rem auto 0;
  text-align: center;
}

.about-site-block .about-site-block-item--icon-youtube {
  padding: 0;
}
