@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap');
/*******************/
@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/fileservice/file/download/a/10825/sc/241/h/a9a86d123448c3fc04ce425f7aad33f9.woff2') format('woff2'),
        url('/fileservice/file/download/a/10825/sc/310/h/f96e0a86a9acce08eb6946693fa2d9a6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*******************/

/*******************/
@font-face {
    font-family: 'FuturaDemiCTT';
    src: url('/fileservice/file/download/a/10825/sc/139/h/2015c3f59dfa3576a2ee0608f74b03e3.woff2') format('woff2'),
        url('/fileservice/file/download/a/10825/sc/130/h/c427eb84e54372021b7a158ab4f0d61b.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*******************/

.wrap:not(.editable),
.standard-page-content .center-block {
  opacity: 0;
  animation: loading 1.5s forwards;
  content-visibility: auto;
  contain-intrinsic-size: 100px;
}
@keyframes loading {
  0% { opacity: 0; }
  66% { opacity: 0; }
  100% { opacity: 1; }
}

/*******************/
.frontblocked:not(.editable) {
display: none!important; 
}
body .page-actions {
  float: none !important;
  text-align: right;
}
.xdget-block.editable {
  margin: 5px;
}
.xdget-html.editing textarea {
  min-height: 150px;
}
.xdget-root.editing-mode .xdget-training.editable .xdget-block {
  z-index: auto !important;
}
.xdget-root.editing-mode .xdget-training.editable .xdget-block.edit-mode {
  background: #bfbfbf;
  position: fixed;
  top: 50%;
  left: calc(50% - 9vw);
  z-index: 9999 !important;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 100vw 200px #570000, 0 0 0vw 100vw #ff00006b;
  width: 100%;
  max-width: 800px;
  min-height: 450px;
}
.xdget-root.editing-mode .xdget-training.editable .xdget-block.edit-mode textarea {
  border: 10px solid #343434;
}
.xdget-root.editing-mode .xdget-training.editable .xdget-block.edit-mode .redactor-box {
  height: 100%;
}
.xdget-root.editing-mode .xdget-training.editable .xdget-block.edit-mode .redactor-editor {
  height: 100%;
}
.xdget-root.editing-mode .xdget-training.editable .xdget-block.edit-mode .redactor-box .redactor-air li a,
.xdget-root.editing-mode .xdget-training.editable .xdget-block.edit-mode .redactor-box .redactor-toolbar li a {
  font-size: 1.9rem;
}
.xdget-block.editable .html-content h1, .xdget-block.editable .html-content h2, .xdget-block.editable .html-content h3, .xdget-block.editable .html-content h4, .xdget-block.editable .html-content h5, .xdget-block.editable .redactor-box h1, .xdget-block.editable .redactor-box h2, .xdget-block.editable .redactor-box h3, .xdget-block.editable .redactor-box h4, .xdget-block.editable .redactor-box h5 {
    position: relative;
    letter-spacing: -0.05rem;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background: #5b000012;
}

.xdget-block.editable .html-content h1,
.xdget-block.editable .redactor-box h1 { font-size: 1.87rem; }

.xdget-block.editable .html-content h2,
.xdget-block.editable .redactor-box h2 { font-size: 1.7rem; }

.xdget-block.editable .html-content h1::before,
.xdget-block.editable .html-content h2::before,
.xdget-block.editable .html-content h3::before,
.xdget-block.editable .html-content h4::before,
.xdget-block.editable .html-content h5::before,
.xdget-block.editable .redactor-box h1::before,
.xdget-block.editable .redactor-box h2::before,
.xdget-block.editable .redactor-box h3::before,
.xdget-block.editable .redactor-box h4::before,
.xdget-block.editable .redactor-box h5::before {
  position: absolute;
  top: -9px;
  left: -10px;
  background: #fff;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 1px;
  letter-spacing: 1px;
  box-shadow: 0 0 2px 0 #000;
  line-height: 1;
}

.xdget-block.editable .html-content h1::before,
.xdget-block.editable .redactor-box h1::before { content: 'H1'; }

.xdget-block.editable .html-content h2::before,
.xdget-block.editable .redactor-box h2::before { content: 'H2'; }

.xdget-block.editable .html-content h3::before,
.xdget-block.editable .redactor-box h3::before { content: 'H3'; }

.xdget-block.editable .html-content h4::before,
.xdget-block.editable .redactor-box h4::before { content: 'H4'; }

.xdget-block.editable .html-content h5::before,
.xdget-block.editable .redactor-box h5::before { content: 'H5'; }

.xdget-block.editable .html-content blockquote,
.xdget-block.editable .redactor-box blockquote {
  font-size: 1.4rem;
  padding: 0.1rem;
  margin: 0 0 10px 0;
  border: 0;
  font-weight: 500;
}
/*Css EDITING*/
.editable .redactor-editor h1,
.editable .redactor-editor h2,
.editable .redactor-editor h3,
.editable .redactor-editor h4,
.editable .redactor-editor h5,
.editable .redactor-editor h6 {
  color: #000000;
}
/*Стили для БЛОК СМЕНА КАРТИНОК И ТЕКСТА ТРЕНИНГОВ */
#imagesestxt:not(.editable) {
    display:none;
}
.editable#imagesestxt {
  border-top: 25px solid #511f6f !important;
}
.editable#imagesestxt::before {
  content: 'БЛОК СМЕНА КАРТИНОК И ТЕКСТА ТРЕНИНГОВ';
  font-size: 1.1rem;
  font-weight: 700;
  top: -20px;
  color: #fff;
}
#imagesestxt .xdget-block.editable {
  border-top: 18px solid #511f6f !important;
}
#imagesestxt .xdget-block.editable::before {
  color: #fff;
}
#imagesestxt ul.xdget-list.editable {
  border-top: 18px solid #511f6f !important;
  padding: 0.3rem;
  list-style: none;
  background: #af8fc2;
  display: flex;
  flex-wrap: wrap;
}
#imagesestxt ul.xdget-list.editable::before {
  color: #fff;
}
#imagesestxt ul.xdget-list.editable li.xdget-item {
  width: calc(100% / 3 - 10px);
  background: #d8cbe0;
}
#imagesestxt ul.xdget-list.editable li.xdget-item .xdget-image {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#imagesestxt ul.xdget-list.editable li.xdget-item .xdget-image img {
  width: 30%;
}
#imagesestxt ul.xdget-list.editable li.xdget-item .xdget-image .image-desc {
  width: 70%;
  font-weight: 700;
  color: #370000;
  font-size: 1.15rem;
}
/**/
.xdget-block.xdget-common-container.editable.empty {
  min-height: 40px;
  padding: 5px;
  background: #f9ff00;
}
.xdget-block.editable {
  border-top: 18px solid #b6d9ff !important;
  box-shadow: inset 0px 0px 0px 1px #3a79bd;
  position: relative;
}
.xdget-block.editable.editing {
  border-top-color: #c30000 !important;
}
.xdget-block.editable:hover {
  box-shadow: inset 0px 0px 0px 1px #c30000;
}
.xdget-block.editable::before {
  content: 'ВЫБРАТЬ БЛОК';
  position: absolute;
  top: -14px;
  left: 2%;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.xdget-block.editable.editing::before {
  content: 'РЕДАКТИРУЕМ';
  color: #fff;
}
.editable .xdget-in-title {
  height: auto;
}
.editable#imageses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 5px;
}




/*Css style*/
/*Удалить подпись картинки*/
.xdget-image:not(.editable) .image-desc {
  display: none;
}
.counter-after {font-size: 0px;}
.counter-after span.num_null,
.block-conteiner .lesson-list li a .counter-after span.num_null {
    color: inherit;
    font-weight: inherit;
}
.header {
    padding: 30px 0px;
}
.header .sh1 {
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(1.3rem, 1.093rem + 1.04vw, 2rem);
    font-weight: 600;
    color: #272727;
    margin-bottom: 20px;
}




/*Виджет продления покупки*/

.minimgb {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 280px;
    margin: 18px auto;
    background: #ffc102;
    color: #000;
    width: 100%;
    transition: 0.2s;
}
.minimgb p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
}
.minimgb:hover {
    border-color: #000;
    color:#ffff;
}
.whoform {
    background: #FFC102;
    padding: 10px 10px 15px;
    border-radius: 0px 0px 7px 7px;
}
.whoform .user-product-block {
    text-align: center;
    font-size: 16px;
    max-width: 230px;
    margin: auto;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
.whoform .text-muted {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 5px 0px;
}
.whoform .user-product-block a.dotted-link {
    background: linear-gradient(126deg, #000 7.91%, #474747 99.99%);
    color: #fff;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 17px;
    border: 1px solid #000;
}
.whoform .user-product-block a.dotted-link:hover {
    border-color: #fff;
}
.whoform .user-product-block .prolong-offers {
    padding: 10px 0px;
}
.whoform .user-product-block .prolong-offers label {
    text-indent: 0px;
    margin: 0px;
    line-height: 1.2;
    font-size: 16px;
}
.whoform .user-product-block .prolong-offers label + div {
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
}
.whoform .user-product-block .prolong-offers button {
    background: linear-gradient(126deg, #000 7.91%, #474747 99.99%);
    color: #fff;
    padding: 8px;
    display: block;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #000;
    margin: auto;
    width: 100%;
    max-width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

body.color-cherno.color-tis .whoform {
  background: linear-gradient(45deg,  rgba(226,76,171,1) 10%,rgba(119,126,236,1) 50%,rgba(195,39,102,1) 90%);
}