@font-face {
    font-family: Akro;
    src: url(/fonts/Akro.otf);
    font-display: swap;
}
@font-face {
    font-family: Mus3;
    src: url(/fonts/MuseoSansCyrl_300.otf);
    font-display: swap;
}
@font-face {
    font-family: Mus5;
    src: url(/fonts/MuseoSansCyrl_500.otf);
    font-display: swap;
}
@font-face {
    font-family: Mus7;
    src: url(/fonts/MuseoSansCyrl_700.otf);
    font-display: swap;
}
@font-face {
    font-family: Mus3i;
    src: url(/fonts/MuseoSansCyrl_300_Italic.otf);
    font-display: swap;
}
@font-face {
    font-family: Mus5i;
    src: url(/fonts/MuseoSansCyrl_500_Italic.otf);
    font-display: swap;
}

/* Сброс */
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; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }

/* Настройка основной типографии */
body, select, input, textarea, button {
	font: normal 14px/1.5 Mus3, Helvetica, sans-serif;
	color: #363636;
	outline: none;
}
	a { 
		outline: none;
		color: #27b3b5;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }
    .box_in > a:hover { text-decoration: none; }
	a img { border: 0 none; }
	a > img { vertical-align: bottom; }
img {
    object-fit: cover;
}
.noselect, .img-min a , .img-min a img, .img-min li, img, svg, button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {}
h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 21px; }
h4, .h4 { font-size: 21px; }
h5, .h5 { font-size: 21px; }
form#sendmail {
    width: 100%;
    margin: 50px auto;
}
form#sendmail > .box.berrors.fix_grid {
    height: auto;
}
.buttonsmale {
    display: none !important;
}

#noscrin::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="30" y="90" font-size="8" fill="red">АнглоWORD</text></svg>') repeat;
    opacity: 0.1;
    pointer-events: none;
    z-index: 9999;
}
#noscrin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.hidden-screenshot {
    backdrop-filter: blur(10px);
    background: black !important;
    opacity: 1 !important;
}
#addappinfo {
    font-family: Mus3;
    width: 100%;
    font-size: 80%;
    text-align: center;
    
} 

#lockscrol {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 80px;
    right: 20px;
    cursor: pointer;
    transition: 0.2s;
    background: url(/uploads/img/lock-open-alt.webp) #ededed center center no-repeat;
    background-size: 18px 18px;
} 
#lockscrol::after {
    content: "заблокировать прокрутку страницы";
    position: absolute;
    top: 46px;
    right: 0px;
    display: none;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
    background: #ededed;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 10000000000000000000000000000000000;
}
#lockscrol.locked::after {
    content: "разблокировать прокрутку страницы"
}
#lockscrol.locked {
    background: url(/uploads/img/lock.webp) #fad800 center center no-repeat;
    background-size: 18px 18px;
} 
#lockscrol:hover::after {
    display: block;
}
#lockscrol:hover {
    transform: scale(1.2);
    transition: 0.2s;
}
a.buttonpmbilling {
    display: inline-flex !important;
    color: #363636;
    background: #25c0c2;
    border-radius: 20px;
    font-family: 'Mus5';
    padding: 20px 30px !important;
    height: auto !important;
    transition: 0.2s;
    text-decoration: none;
}
b.big.balance {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
a.buttonpmbilling:hover {
    background: #fad800;
    transition: 0.2s;
    text-decoration: none;
}
.pwaon #pwa-install {
    display: none !important;
}
#close-pwa {
    width: 90px;
    border: 5px solid #fff;
    left: -32px;
    top: -5px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ff4a35;
    position: absolute;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.2s;
}
#close-pwa::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    transform: rotate(-45deg);
    background: url(/uploads/img/cross-small.webp) center center no-repeat;
    background-size: 18px 18px;
}
#close-pwa:hover {
    transform: scale(1.1) rotate(45deg);
    border: 4px solid #fff;
    transition: 0.2s;
}
.all-pwa {
    max-width: 630px;
    background: #59d9da;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin: 2rem auto;
}
.all-pwa::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -50px;
    height: 100%;
    width: 180px;
}
.all-pwa.deskpwa::after {
    background: url("/img/girl-in-app-pc.png") bottom right no-repeat;
    background-size: 100% auto;
}
.all-pwa.smartpwa::after {
    background: url("/img/girl-in-app.png") bottom right no-repeat;
    background-size: 100% auto;
}
.img-qr {
    background: #fff;
    border-radius: 16px;
    width: 200px;
    height: 200px;
    margin: 6px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-qr::after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    transform: rotate(45deg);
    right: -8px;
    bottom: 3.4rem;
    background: #fff;
}
.img-qr::before {
    content: "или";
    position: absolute;
    display: block;
    border-radius: 5px;
    transform: rotate(45deg);
    right: -25px;
    bottom: 4.8rem;
    font-family: Mus5;
    font-size: 90%;
    color: #fff;
}
.img-qr span {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 80%;
    bottom: 10px;
    margin: 0 auto;
}
.img-qr .icon-qr-pwa {
    width: 130px;
    height: auto;
}
.title-pwa {
    font-family: Mus7;
    font-size: 110%;
    line-height: 110%;
    color: #363636;
    margin: 0.8rem 0 1rem 0;
}
.title-pwa b {
    font-family: Mus7;
}
.button-install {
    margin: 1.5rem 0 0 0;
    display: inline-block;
}
.button-install > span {
    display: block;
}
#addappdesk {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    text-decoration: none;
    width: auto;
    font-family: Mus5;
    color: #363636;
    position: relative;
    height: auto;
    padding: 12px 25px 12px 20px;
    background: #fad800;
    border-radius: 12px;
    margin-left: 0px;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.2s;
}
#addappdesk:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
#addappdesk::before {
    content: "";
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 20px;
    border: 3px solid #363636;
}
#addappdesk > svg {
    width: 12px;
    height: 12px;
    transform: scale(0.9);
    margin-right: 7px;
}
#addappdesk > b {
    font-family: Mus5;
    margin-left: 4px;
}
.button-install > span {
    margin-top: 1.2rem;
}
.pwaon .pwa-install, .pwain .pwa-install {
    display: none !important;
}
.button_instal_pwa {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(360deg, #f0f0f0, #f0f0f0, #f0f0f052);
    overflow: hidden;
    color: #fff;
    font-family: Mus5;
    padding: 12px 20px;
    z-index: 10000;
    border-radius: 20px;
    box-shadow: 0 12px 44px 755px #353535;
    border: 0px solid #dde1e2;
}
.button_instal_pwa::before {
    content: "";
    display: block;
    background: url(/uploads/img/fon-dot.webp) 39px 20px repeat #25c0c2;
    background-size: 2% auto;
    width: 64%;
    height: 104%;
    right: -37%;
    bottom: -35%;
    transition: 0.2s;
    position: absolute;
    border-radius: 20px;
    transform: rotate(-45deg);
    z-index: 2;
}
.button_instal_pwa::after {
    content: "";
    display: block;
    background: url(/img/girl-in-app-pc.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 55%;
    height: 100%;
    right: -5%;
    bottom: -1px;
    transition: 0.2s;
    position: absolute;
    z-index: 2;
}
.button_instal_pwa button {
    position: absolute;
    left: 10%;
    bottom: 20%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 30px 40px;
    border: 0px;
    height: 70px;
    color: #353535;
    font-family: Mus5;
    font-size: 145%;
    background: #fad800;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.button_instal_pwa button::before {
    content: "";
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 20px;
    border: 3px solid #363636;
}
.button_instal_pwa button:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.incopycode {
    white-space: pre-wrap; 
    background-color: #f9f9f9; 
    border: 3px dotted #363636; 
    padding: 30px 5% 30px;
    margin: 50px auto 50px auto;
    border-radius: 20px;
    max-width: 80%;
    font-size: 80%;
}
.logopods {
    display: none !important;
}
.fonimg-podborka {
    width: 100%;
    min-height: 17rem;
    margin-bottom: -20px;
}
.fonimg-podborka img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.genially-embed {
    border-radius: 20px ;
    max-height: 85vh;
    overflow: hidden;
}
.promocodeadd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.promocodeadd img {
    width: 250px;
    height: auto;
}
.imgpromocode {
    display: flex;
    width: 300px;
    height: auto;
}
.allimgpodborki {
    max-width: 100%;
    position: relative;
    margin-top: -175px;
    padding-top: 200px;
    padding-bottom: 230px;
    margin-bottom: -230px;
}
.allimgpodborki table a img {
    transition: 0.3s;
}
.allimgpodborki table a:hover img {
    transform: scale(1.05);
    transition: 0.3s;
}
.imgpodborki {
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0.9;
}
.primermail {
    margin-bottom: 50px;
}
.imgpodborki::before {
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: -2;
    background: #27b3b5;
}
.allimgpodborki .primermail > table > tbody > tr > td {
    background: none !important;
}
.buttoncodes {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.allimgpodborki > .incopycode {
    display: none;
    transition: 0.2s;
}
.allimgpodborki.hidencode > .incopycode {
    display: block;
    transition: 0.2s;
}
.promocodeadd input {
    background: #ededed;
    border: 3px solid #ededed;
    padding: 10px 30px;
    max-width: 230px;
    min-width: 230px;
}
.form-group.combo > .combo_field.otstupnonpm:last-child {
    padding-left: 0px;
}
.arhiv-button {
    margin-top: 30px;
}
.cashback {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 50px;
}
.cashback > div {
    width: 48%;
    min-width: 300px;
}
.cashbackinfo > .title {
    font-family: Mus7;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.summcashbac > b {
    font-family: Mus7;
    font-size: 36px;
    color: #27b3b5;
    display: block;
    position: relative;
    text-align: center;
}
.summcashbac > b > span {
    font-family: Mus3;
    font-size: 16px;
    color: #27b3b5;
    display: inline-block;
}
.summcashbac > div {
    font-family: Mus5;
    font-size: 120px;
    line-height: 120px;
    color: #ff4930;
    text-align: center;
}
.summcashbac > span {
    display: block;
    font-size: 19.4px;
    font-family: Mus5;
    margin-bottom: 50px;
    text-align: center;
}
.cashback h2 {
    font-family: Mus7;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.textcashbac {
    margin-bottom: 30px;
    text-align: center;
}
.cashbackbtn {
    display: flex;
    justify-content: center;
} 
#backtime { 
    border-radius: 20px;
    max-width: 350px;
    height: 70px;
    background: #ededed;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Mus3;
    font-size: 22px;
}
.spamip {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.vnimanies {
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Mus5;
    font-size: 23px;
    line-height: 28px;
    padding: 30px 0;
}
.spamip .title {
    font-family: Mus5;
    margin-bottom: 20px;
}
.allspamip {
    max-width: 300px;
}
.allspamip > div {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
} 
.addcomment h3 { margin: 5px 0 25px 0; font-size: 18px; font-family: Mus5; display: flex; align-items: center; }
.addcomment h3 img {
    width: 16px;
    height: 16px;
    margin-left: 7px;
}
.dlevideoplayer ul[data-theme] {
	display: none;
}
.ui-dialog-titlebar-close {
    z-index: 1000000000;
}
.ui-icon, .ui-button-icon-only {
    overflow: visible;
    text-indent: 0;
    font-size: 0px;
}
.newpmhelp #newhelp {
    display: inline-flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    line-height: 90%;
    background: #fad800b0;
    border-radius: 15px;
    font-size: 90%;
    font-family: Mus5;
    position: relative;
}
.newpmhelp .btn-border {
    position: relative;
}
.newpmhelp .btn-border::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    left: 19px;
    background: #d6b900;
    border: 3px solid #363636;
    animation: pulsepm 2s infinite;
}
.newpmhelp #newhelp::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #d6b900;
    z-index: -1;
    border-radius: 10px;
    display: block;
    position: absolute;
    margin: auto;
    animation: pulse 2s infinite;
}
.buttoncodes {
    margin-bottom: 60px;
}
.pm-unread-image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pm-unread-image img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #fad800;
    border: 3px solid #edededb5;
}
.pm-unread-image::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #d6b900;
    z-index: 0;
    border-radius: 10px;
    display: block;
    position: absolute;
    margin: auto;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(0.8);
    }
    50% {
        transform: scale(2);
    }
    100% {
        opacity: 0.6;
        transform: scale(0.8);
    }
}
@keyframes pulsepm {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(0.8);
    }
}
/* Чистые стили */

.game-less {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  z-index: 100;
  height: 9000px; /* Задайте высоту по своему усмотрению */
  overflow: auto;
}

.draggable {
  position: absolute;
  cursor: grab;
  background-color: lightblue;
  padding: 10px;
  user-drag: none;
  user-select: none;
  transform: translate(0, 0);
}

#full-less-in-r .user1, #full-less-in-r .user2, #full-less-in-r .user3 {
width: 50px;
height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
border-radius: 50%;
box-shadow: 0 1px 4px 0px rgb(31 31 31 / 88%);
    cursor: grab;
    border: 4px dashed #fff;
    font-family: Mus7;
    font-size: 200%;
}
#full-less-in-r .user1 {
    background-color: #0000fd;
    color: #fff;
} 
#full-less-in-r .user2 {
    background-color: #f00;
    color: #fff;
} 
#full-less-in-r .user3 {
    background-color: #ff9800;
} 
.gamers {
    position: absolute;
    top: 10px;
    left: 10px;
}
/* Бросить кубик начало */
.gamecube {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    width: 100px;
    background: #ffffffb5;
    box-shadow: 0 1px 4px 0px rgb(31 31 31 / 60%);
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101;
    overflow: hidden;
}
.gamecube::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 7px;
    background: linear-gradient( 90deg, white 73%, transparent 20%);
    background-size: 1px 6px;
    background-color: #363636;
    cursor: grab;
    transform: scale(-3.8);
    opacity: 0.6;
}
.kubikpusk {
  width: 80px;
  height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Mus3;
    font-size: 12px;
  background: #363636;
  color: #fff;
  text-align: center;
  line-height: 14px;
    margin-top: 10px;
  cursor: pointer;
    transition: 0.2s;
}
.kubikpusk:hover {
  background: #ff4a35;
    transition: 0.2s;
}

.resultkubik {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
    transform: rotate3d()
}

.dice {
      width: 60px;
    height: 60px;
    background-color: white;
    border: 3px solid #363636;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: Mus3;
    justify-content: center;
    font-size: 40px;
    transition: 0.2s;
    line-height: 0px;
}

.digit {
  transition: transform 0.5s;
}


/* Бросить кубик конец */

.static-info {
    width: 100%;
    margin: 50px auto;
}
.static-info > h1 {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-family: Mus7;
    font-size: 36px;
}
.static-info > .text {
    font-size: 150%;
    text-align: center;
    margin-bottom: 50px;
}
.info-block-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ededed;
    border-radius: 20px;
    padding: 50px;
    margin-top: 30px;
}
.modal .info-block-all {
    display: block;
    margin-top: 0px;
    background: none;
    border-radius: 0px;
    padding: 0px;
} 
.info-page > div:nth-child(odd) {
    flex-flow: wrap;
}
.info-page > div:nth-child(even) {
    flex-flow: row-reverse wrap;
}
.info-txt {
    font-size: 120%;
    padding: 0 5%;
    width: 35%;
}
.modal .info-txt {
    font-size: 100%;
    padding: 0%;
    width: 100%;
    margin-bottom: 30px;
}
.infolinc-pole {
    position: absolute;
    z-index: 200;
    left: 10px;
    top: 10px;
    width: 100px;
    display: flex;
    justify-content: flex-start;
}
.infolinc-pole > div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    margin: 0 2px;
    justify-content: center;
    align-items: center;
    cursor: help;
}
.infolinc-pole > div svg {
    width: 24px;
    height: 24px;
    fill: #363636;
}
.info-txt h2 {
    font-family: Mus7;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}
.info-media {
    width: 45%;
}
.modal .info-media {
    width: 100%;
}
.info-media > div {
    border: 5px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addregistration .filefeed {
    width: 100%;
}
.addregistration.feednewteam .box_in {
    width: 100%;
}
.feednewteam {
    margin: 60px auto;
}
.addregistration .filefeed input[type="file"] {
    width: 100%;
    padding: 20px 20px;
    height: auto;
    border-radius: 12px;
    border-color: #6edadb;
    background: url(/uploads/img/fon-profil.webp) #6edadb repeat;
}
.new-obzory-cat-in-t {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
}
.new-obzory-cat-in-t::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.scroll-x-on {
    overflow-x: scroll;
}
.scroll-x-on::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.fon-t-client .new-obzory-cat-in-t {
    top: -10px;
}
.scrins-less {
    position: relative;
}
.scrins-less::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    right: 0px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%);
    z-index: 2;
}
.scrins-less::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    z-index: 2;
}
.shortstory.arhivshort {
    display: none;
}
.favoritesfull .shortstory.arhivshort, .userfavorite .shortstory.arhivshort {
    display: block;
}
.userinfofull #content > #dle-content {
    min-height: 55vh;
}
.scrins-less.scrins-popup::before {
    background: linear-gradient(90deg, rgb(247,247,247,0) 0%, rgba(247,247,247,0.6) 50%, rgba(247,247,247,1) 100%);
}
.scrins-less.scrins-popup::after {
    background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.6) 50%, rgba(247,247,247,0) 100%);
}
.dragscroll:hover {
    cursor: move;
}
.new-obzory-cat-in-t > ul.xfieldimagegallery {
    width: auto;
    display: flex;
    justify-content: flex-start;
    padding: 20px 6px;
}
.ui-dialog-title {
    width: 90%;
    display: inline-block;
}
.payprintfree {
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrins-less {
    margin-bottom: 40px;
}
.scrins-less ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.scrins-less ul li {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 3px solid #27b3b5;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s;
}
.scrins-less ul li:hover {
    border: 3px solid #fad800;
    transform: scale(1.1);
    transition: 0.2s;
}
.scrins-less ul li a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: url("/img/stiker/backimg.png") center center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
}
.scrins-less ul li a img {
    min-width: 100px;
    min-height: 100px;
    position: absolute;
    height: auto;
    width: 120%;
    opacity: 1;
    transition: 0.2s;
}
.modal .scrins-less {
    margin-bottom: 20px;
}
.modal .icon-contains-full {
    margin-bottom: 15px;
}
.modal .scrins-less ul li {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 3px solid #27b3b5;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s;
}
.modal .scrins-less ul li:hover {
    border: 3px solid #fad800;
    transform: scale(1.1);
    transition: 0.2s;
}
.modal .scrins-less ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: url("/img/stiker/backimg.png") center center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
}
.modal .scrins-less ul li a img {
    min-width: 60px;
    min-height: 60px;
    position: absolute;
    height: auto;
    width: 120%;
    opacity: 1;
    transition: 0.2s;
}


.highslide-caption {
    padding: 15px 15px 15px;
    font-family: Mus5;
}
.highslide-container > table {
    display: none;
}
.highslide-wrapper.borderless {
    border-radius: 20px;
    overflow: hidden;
}
.highslide-active-anchor {
    visibility: visible;
}
.scrins-less ul li:hover a img {
    opacity: 1;
    transition: 0.2s;
}
.pmlist, .pmnewfull .com_content {
    background: #ededed;
    border-radius: 20px;
    padding: 40px;
}
.com_content a.highslide {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 3px solid #ededed;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    border-radius: 20px;
}
.com_content a.highslide img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.pmnewfull .addform.addpm ul > li {
    width: 100%;
}
.lincnoformat {
    display: inline !important;
    margin: 0px !important;
}
.lincnoformat a {
    color: #fad800;
    text-decoration: none;
}
.bay-subscription .from {
    position: relative;
}
.bay-subscription .from::after {
    content: "от";
    position: absolute;
    bottom: 7px;
    left: -17px;
    font-size: 40%;
}
.ratefull {
    margin: 0 auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
} 
.ratefull .rate_like {
    justify-content: center;
    flex-flow: wrap;
}
.ratefull .rate_like img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.ratefull .rate_like a {
    height: 36px;
    display: block;
    float: none;
    transition: 0.2s;
}
.ratefull .rate_like a:hover {
    transform: scale(1.3);
    transition: 0.2s;
}
.txtlike {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.inuser-nologin {
    display: flex;
    align-items: center;
}
.inuser-nologin .button-block {
    margin-top: 0px;
}
.inuser-nologin .button-block .titlein {
    width: auto;
}
.inuser-nologin .full-urok-unlock.button-block.groupsin {
    max-width: 240px;
}
.inuser-nologin fieldset .full-urok-lock.button-block {
    margin-bottom: -30px;
}
.story .box_in-stat > h1 {
    font-family: Mus7;
    color: #363636;
    font-size: 200%;
}
.story .box_in-stat .button-slayd {
    margin-top: 30px;
}
.dlepl--borderRadius .plyr {
    border-radius: 8px;
}
#Okno > video {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
} 
#Okno {
    padding-bottom: 0px;
}
h2.ttfull {
    font-family: "Mus7", Helvetica, Arial, "sans-serif";
    font-size: 260%;
    margin-bottom: 50px;
}
h2.ttfull span {
    font-family: "Mus3", Helvetica, Arial, "sans-serif";
    color: #4ebdb7;
}
.fin-full-button-top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.2s;
    background: url("/uploads/img/cross-small.webp") #ff4a35 center center no-repeat;
    background-size: 18px 18px;
}
.fin-full-button-top:hover {
    transform: scale(1.2);
    transition: 0.2s;
}
.left-linc-menu {
    display: block;
    width: 40px;
    height: auto;
    position: fixed;
    top: 20px;
    left: 20px;
}
.left-linc-menu > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ededed;
    cursor: pointer;
    transition: 0.2s;
    font-family: Mus7;
    font-size: 110%;
    line-height: 100%;
    margin-bottom: 20px;
    color: #363636;
}
.left-linc-menu > a:hover {
    background: #a5d1d3;
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.2s;
    text-decoration: none;
}
.mobilevert {
    display: none !important;
}
.admin-hi {
    cursor: pointer;
    background: #fff;
    color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -60px;
    left: 125px;
    top: 77px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.2s;
}
.admin-hi:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.noneis {
    display: none;
}
.all-cost {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 0px;
    top: -5px;
    font-family: 'Mus7', Helvetica, Arial, "sans-serif";
    font-size: 150%;
    color: #f1c40f;
} 
.all-cost > img {
    width: auto;
    height: 14px;
    margin-left: 8px;
}
.inform-less b, .task-less b {
    font-family: 'Mus7', Helvetica, Arial, "sans-serif";
}
.inform-less i, .task-less i {
    font-family: 'Mus3i', Helvetica, Arial, "sans-serif";
}
.billing-content hr {
    border-top: 3px dotted #363636;
}
.titlesoplat {
    font-family: Mus7;
} 
.inexpectation {
    font-family: Mus7;
}
.inexpectationget {
    font-family: 'Mus7', Helvetica;
    font-size: 140%;
}
.buttonpay {
    display: flex;
    margin: 50px auto 60px;
    justify-content: center;
}
.billing-pay-label {
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
}
.billing-content > form {
    margin-bottom: 40px;
}
.topmon {
    margin-top: 20px;
}
.billing-pay-label > img {
    margin-right: 15px;
    max-height: 23px;
    width: auto;
    cursor: pointer;
}
.billing-pay-label > img.last {
    margin-right: 0px;
}
.billing-pay-label > .miniimg {
    max-height: 20px;
}
.billing-pay-label::before > input:checked {
    content: "";
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0px;
}
.billing-content > form > table {
    margin: 0 !important;
}
.myredactio {
    
}
form > .billing-pay-grid > div {
    width: 100% !important;bo}
form > .billing-pay-grid {
    display: flex;
    flex-flow: wrap-reverse;
}
.billing-pay-grid h5 {
    font-size: 16px;
}
.billingall .billing-pay-label > img {
    margin: 5px 20px 5px 0px;
}
hr.payment__section {
    margin: 20px 0 !important;
}
.billingall .box.story {
    width: 100%;
}

.userinfofull .myhistory .box_in {
    font-size: 0px;
}
.userinfofull .myhistory .box_in .text {
    font-size: 14px !important;
}
.billingall .box.story h1 {
    display: none;
}
.billing-pay-label b {
    font-size: 16px;
    margin-right: 20px;
}
.billingall .conteiner {
    min-height: 500px;
}
.billingall .btn {
    font-family: Mus5;
    transition: 0.3s;
}
.billing-pay-grid .btn {
    margin-top: 20px;
}
.myhistory h1.title {
    display: none
}
.billing-pay-grid > div > table {
    width: auto;
}
.billing-pay-grid > div > table td {
    padding-right: 20px;
    white-space: nowrap;
}
.billing-pay-grid > div > table tr {
    padding: 5px 0;
} 
.billing-pay-grid {
    display: grid;
    grid-template-columns: repeat(2, 90% 10%) !important;
}
.billing-pay-grid > .payment__desc {
    width: 100px;
}
.billingall .billing-table {
    margin-bottom: 50px;
}
#billingPayBtn {
    font-family: Mus5;
}
.billing-content #payform h4 {
    width: 90%;
    max-width: 700px;
}
.billing-table {
    color: #363636 !important;
    font-size: 100% !important;
}
.billing-content h4 {
    margin: 0 auto 15px;
    font-family: Mus7;
    color: #363636;
    font-size: 150%;
    display: block;
}
.billing-pay-step #billingPaySum {
    margin: 0 20px;
    text-align: center;
    height: 60px !important;
    font-family: Mus7;
    font-size: 140%;
    color: #363636;
}
.billing-pay-step {
    background: #ededed !important;
    width: 90%;
    height: 220px;
    border-radius: 20px;
    max-width: 700px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
}
.billingall {
    background: url(/uploads/img/fon-less.webp) repeat;
    background-size: 300px auto;
}
.billingall .pagetools {
    display: none;
}
.billingall .billing-menu {
    display: flex;
    align-items: center;
}
.billingall .billing-panel {
    margin-top: 50px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 0px;
}
.billingall .billing-panel a {
    display: flex;
    width: 90px;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 6px 12px !important;
    border-radius: 12px;
    font-family: Mus5;
    background: #ededed;
    color: #363636;
    transition: 0.2s;
}
.billingall .billing-panel a:hover {
    background: #fad800;
    color: #363636;
    text-decoration: none;
    transition: 0.2s;
}
.billingall .billing-panel .billing-balance {
    display: flex;
    min-width: 90px;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 7px 12px !important;
    font-family: 'Mus7', Helvetica, Arial, "sans-serif";
    font-size: 150%;
}
.billingall .billing-foto {
    width: 120px;
    margin: 0 20px;
    border-radius: 100px;
    border: 0px solid #f0f0f0;
    float: none; 
}
.billingall .billing-menu {
    float: none;
    font-size: 100%;
    margin: 0;
}
.billing-item-active {
    color: #363636 !important;
    padding-bottom: 0 !important; 
    border-bottom: 0px !important; 
}
.form-group {
    width: 48%;
    min-width: 300px;
}
.form-group.blockedin {
    width: 100%;
}
.addform .ui-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: wrap;
}
.form-group.form-sep {
    display: block;
    margin: 40px 0px;
    width: 100%;
    height: 0px;
    border-top: 3px dotted #fff;
}
.delsocseti img {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    transition: 0.2s;
}
.delsocseti img:hover {
    transform: scale(1.3);
    transition: 0.2s;
}
.dopinform tbody, .dopinform tbody tr, .dopinform tbody tr td {
    display: block;
    width: 100%;
}
.dopinform tbody tr td:nth-child(1) {
    margin-bottom: 15px;
    margin-top: 30px;
}
.dopinform tbody tr:nth-child(1) td:nth-child(1) {
    margin-top: 0px;
}
.form-group > label:nth-child(1), .form-group > .xfields {
    font-family: Mus7;
    font-size: 110%;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.form-group > .xfields td {
    display: block;
}
.addform .checkbox {
    margin-top: 15px;
    font-family: Mus3;
    text-transform: lowercase;
}
.addform input[type="file"] {
    border-radius: 0px;
}
.userinfofull .berrors {
    display: none;
}
.userinfofull .min-h {
    min-height: 38vh;
}
.myhistory .billing-panel {
    display: none;
}
.myhistory .billing-content {
    margin-top: 0px;
}
.billing-content > .billing-table > tbody > tr:nth-child(1) b {
    font-family: Mus7;
    color: #363636;
    font-size: 150%;
}
.billing-content > .billing-table > tbody {
    display: flex; justify-content: flex-start; align-items: center; flex-flow: wrap;
}
.billing-content > .billing-table > tbody > tr {
    display: flex; justify-content: flex-start; align-items: center;
    background: #ededed;
    border-radius: 20px;
    padding: 5px 14px;
    margin: 10px 20px 10px 0;
    color: #363636;
}
.billing-content > .billing-table > tbody > tr > td {
    width: auto;
    margin: 0 7px;
    color: #363636;
    
}
.icon.icon-lastdate {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
}
.userinfofull .billing-content > .billing-table > tbody > tr > td {
    font-family: Mus3;
        font-size: 95%;
}
.billing-content > .billing-table > tbody > tr > td > center, .billing-content > .billing-table > tbody > tr > td > font {
    font-family: 'Mus7', Helvetica;
}
.billing-content > .billing-table > tbody > tr:nth-child(1) {
    width: 100%;
    background: none;
    padding: 0px;
    border-radius: 0px;
    margin: 0 20px 10px 0;
}
.myhistory > .box_in {
   width: 92%; 
} 
.myredaction #options {
    padding: 20px 50px 50px;
    border-radius: 20px;
    background: url(/uploads/img/fon-profil.webp) #ededed repeat;
    background-size: 300px auto;
}
.big-fonts span {
    font-family: Mus7;
    font-size: 120%;
    color: #363636;
    text-decoration: none !important;
}
.myfavorits:hover .big-fonts span, .myfavorits {
    text-decoration: none !important;
    color: #363636;
}
.big-fonts b {
    display: block;
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
    transition: 0.2s;
}
.myfavorits:hover {
    cursor: pointer;
}
.myfavorits:hover .big-fonts b {
    transform: scale(1.2);
    transition: 0.2s;
}
.big-fonts b img {
    width: 100%;
    height: auto;
}
.moneyuser .balansuser {
    display: block;
    width: 80%;
    margin: 25px auto;
}
.moneyuser .balansuser b {
    width: 100%;
    font-size: 170%;
    font-family: 'Mus7', Helvetica;
    display: flex;
    justify-content: flex-end;
}
.moneyuser .balansuser span {
    display: flex;
    font-family: Mus5;
    font-size: 90%;
    justify-content: flex-end;
}
.moneyuser .button-slayd {
    width: 74%;
    height: 50px;
    margin: 0 auto;
}
.moneyuser .button-slayd::before {
    width: 108%;
    height: 60px;
}
.user-sub-gr, .user-nosub-gr {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: -57px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}
.user-sub-gr {
    border: 3px solid #fad800;
}
.user-sub-gr > .crsub {}
.user-nosub-gr {
    border: 3px solid #6edadb;
}
.dark_top.userinfo_top {
    display: flex;
    width: 40%;
    min-height: 180px;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    background: url("/uploads/img/fon-profil.webp") #6edadb repeat;
    background-size: 300px auto;
    border-radius: 20px;
    margin-left: 50px;
}
.moneyuser {
    display: block;
    width: 15%;
    height: 180px;
    position: relative;
    background: url("/uploads/img/fon-profil.webp") #ededed repeat;
    background-size: 300px auto;
    border-radius: 20px;
    margin-left: 3%;
}
.myfavorits {
    display: flex;
    width: 30%;
    height: 180px;
    position: relative;
    justify-content: center;
    align-items: center;
    background: url("/uploads/img/fon-profil.webp") #6edadb center center repeat;
    background-size: 300px auto;
    border-radius: 20px;
    margin-left: 50px;
    transition: 0.5s;
}
.myfavorits:hover {
    background: url("/uploads/img/fon-profil.webp") #fad800 center center repeat;
    background-size: 330px auto;
    transition: 0.5s;
}
.myfavorits::before {
    content: "";
    width: 180px;
    height: 180px;
    display: block;
    background: url(/uploads/img/book-pofil.webp) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -61px;
    top: 0px;
    bottom: 0px;
}
.user-online {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: -51px;
}
.user-online > div {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #6edadb;
    border: 3px solid #fff;
}
.title.user_tab.h1 {
    position: absolute;
    right: -24px;
    display: block;
}
.title.user_tab.h1 > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ededed;
    border: 4px solid #fff;
    transition: 0.2s;
    margin: 10px 0px;
}
.title.user_tab.h1 > li:hover {
    transform: scale(1.3); 
    transition: 0.2s;
}
.title.user_tab.h1 > li.active {
    display: none;
}
.title.user_tab.h1 > .pm-user-send {
    display: flex;
}
.pm-user-send > a {
    display: block;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: url("/uploads/img/pm-user.webp") #fad800 center center no-repeat;
    background-size: auto 16px;
    font-size: 0px !important;
}
.title.user_tab.h1 > li img {
    width: 16px;
    height: auto;
}
.user-online > .status.online {
    background: #ccb000;
}
.userinfofull .userprofil .avatar .cover {
    position: relative;
    margin-left: -55px;
    margin-right: 30px;
}
.all-info-user > div {
    color: #363636;
    font-family: Mus5;
}
.groops {
    text-transform: lowercase;
    line-height: 100%;
}
.all-info-user > .username {
    font-family: Mus7;
    font-size: 24px;
    margin: 7px 0px;
}
.user-limit b {
    font-family: Mus7;
}
.infousers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    margin-bottom: 30px;
}

.userinfofull #content > #dle-content {
    display: block;
    width: 100%;
    margin: 50px auto;
}
#pm-menu span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Mus5;
}
#pm-menu span img {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 120%;
    font-family: Mus5;
}
.navigation a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: none;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
} 
.navigation a:hover {
    background: #ededed;
    transition: 0.2s;
    text-decoration: none;
}  

.page_next-prev {
    display: none;
}


.navigation span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pmnewfull table.pm select {
    width: 250px;
}
table.pm tr td {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
table.pm tr td:nth-child(1) {
    width: 5%;
    justify-content: center;
}
table.pm tr td:nth-child(2) {
    width: 45%;
}
table.pm tr td:nth-child(3) {
    width: 25%;
}
table.pm tr td:nth-child(4) {
    width: 20%;
}
table.pm tr td:nth-child(5) {
    width: 5%;
    justify-content: center;
}
table.pm tr {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}
table.pm tr:hover {
    border-radius: 12px;
    background: #fff;
}
table.pm tr td:nth-child(2) > div.lincmess > a {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0px;
    max-width: 90%;
}
table.pm tr:nth-last-child(1):hover, table.pm tr:nth-last-child(2):hover, table.pm tr:nth-child(1):hover {
    background: none;
}
table.pm tr:nth-last-child(1), table.pm tr:nth-last-child(2) {
    justify-content: flex-end;
}
table.pm tr:nth-last-child(1) td, table.pm tr:nth-last-child(2) td {
    width: auto;
}
table.pm a {
    color: #363636 !important;
}
table.pm img {
    width: 12px;
    height: 12px;
}
.box.berrors.fix_grid a {
    font-family: Mus7;
    color: #363636;
}
.pmnewfull #content {
    min-height: 55vh;
}
.pmnewfull #content > .box.berrors.fix_grid {
    margin: 100px auto;
    padding: 40px 35px;
    position: relative;
}
.pmnewfull #content > .box.berrors.fix_grid::before {
    content: "";
    display: block;
    position: relative;
    top: -112px;
    float: left;
    margin-right: 20px;
    width: 270px;
    height: 270px;
    background: url(/uploads/img/message-sent.webp) center center no-repeat;
    background-size: 100% auto;
}
.pmnewfull #content > .box.berrors.fix_grid b {
    font-family: Mus7;
    display: inline;
    font-size: 18px;
}
.pm_subj a {
    font-family: Mus3;
}
.pm_subj a b {
    font-family: Mus7;
}
.pmnewfull .box_in {
    width: 100%;
}
.pmnewfull .comment .avatar .cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pmnewfull .comment .avatar .cover::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fad800;
}
.pmnewfull .comment {
    padding: 0; 
}
.pmnewfull .pm_status {
    text-align: right;
    font-size: 85%;
    font-family: Mus3i;
}
.fr-view .quote, .com_content .quote {
    padding: 0 4px 0px 20px;
    border: 0px solid #25c0c2;
    box-shadow: none;
    border-radius: 0px;
    color: #363636;
    font-family: Mus3;
    border-left-width: 2px;
    font-style: inherit;
    background: none;
}
.pmnewfull .com_online {
    margin: -10px 0 0 -4px;
}
.pmnewfull .reply.grey.otvetin {
    display: inline-block;
    margin-top: -10px;
}
.pmnewfull .reply.grey.otvetin a {
    display: block !important;
    color: #363636;
    background: #25c0c2;
    border-radius: 10px;
    font-family: 'Mus5';
    padding: 10px 20px !important;
    height: auto !important;
    transition: 0.2s;
}
.pmnewfull .reply.grey.otvetin a:hover {
    background: #fad800;
    text-decoration: none;
    transition: 0.2s;
}
.pmnewfull .comment .meta .left .otvetin a .icon-reply {
    fill: #363636 !important;
    margin-right: 7px;
}
.com_content .quote_block p {
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
}
.pmnewfull .com_content > .title {
    margin: 0px 0 20px;
    font-family: Mus7;
}

.pmnewfull .heading {
    margin: 40px 0 20px;
    font-family: Mus7;
}
.pmnewfull .title.h1 {
    margin: 0 0 20px;
    font-family: Mus7;
}

.pmnewfull .com_user a {
    color: #363636;
}
.pmnewfull .quote .quote, .pmnewfull .quote .quote .quote .quote, .pmnewfull .quote .quote .quote .quote .quote .quote, .pmnewfull .quote .quote .quote .quote .quote .quote .quote .quote, .pmnewfull .quote .quote .quote .quote .quote .quote .quote .quote .quote .quote {
    border-color: #fad800;
}
.pmnewfull .quote .quote .quote, .pmnewfull .quote .quote .quote .quote .quote, .pmnewfull .quote .quote .quote .quote .quote .quote .quote, .pmnewfull .quote .quote .quote .quote .quote .quote .quote .quote .quote {
    border-color: #25c0c2;
}
.pmnewfull #content > #dle-content {
    display: block;
    margin: 50px auto;
}
.pmnewfull {
    background: #fafafa;
    background-size: 300px auto;
}
b.inzag {
    text-transform: capitalize;
}
#newpm i {
    font-family: Mus3i;
}
.avatar {
    position: relative;
}
.showpodpiski {}
.crsub {
    position: absolute;
    width: 22px;
    height: 22px;
    top: -19px;
    right: 0px;
    left: 0px;
    z-index: 2;
    margin: auto;
}
.billing-pay-label
{
    display: block;
	font-size: 0px;
    margin: 10px 0 10px !important;
}
.avatar .cover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar .cover.premium::after {
    content: "";
    width: 109%;
    height: 109%;
    border: 3px solid #fad800;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -10%;
    right: -10%;
    margin: auto;
}
.anonsuroka { 
    color: #363636;
    font-size: 110%;
    font-family: Mus5;
    border-radius: 20px;
    border: 3px dashed #fff;
    padding: 10px 20px 12px;
}
.anonsuroka b {
    font-family: Mus7;
    display: block;
    font-size: 130%;
}
.groupsin {
    flex-flow: wrap;
}
.groupsin .soc_links a {
    margin-right: 15px;
    background: #f7f7f7;
    transition: 0.2s;
}
.groupsin .soc_links > a > .icon {
    fill: #363636;
    vertical-align: middle;
    transition: 0.2s;
}
.groupsin .soc_links > a:hover > .icon {
    fill: #fff;
    transition: 0.2s;
}
.registrsc {
    margin: 20px auto;
    width: 200px;
}
.registrscbutton {
    margin: 0px auto;
    width: 200px;
}
.notegtitle {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: Mus7;
    color: #363636;
    font-size: 150%;
}
.registrsc .soc_links a {
    margin: 0 7px;
}
.titlein {
    width: 100%;
    font-family: Mus5;
    font-size: 110%;
    margin-bottom: 10px;
    color: #fff;
}
.singin span {
    color: #fff;
    margin-right: 5px;
}
.singin img {
    width: 16px;
    height: auto;
    transform: rotate(180deg);
    margin-left: 5px;
}
.plyr--audio .plyr__controls {
    color: #363636;
}
.dlepl .plyr--audio .plyr__controls {
    border-radius: 12px;
   /* background: url(/uploads/img/fon-less.webp) top left repeat #fff; */
    background: #fff;
    background-size: 400px auto;
} 
.dlepl--borderRadius {
    border-radius: 14px;
   /* background: url(/uploads/img/fon-less.webp) top left repeat #fe9f43; */
    padding: 6px;
    border: 3px solid #363636;
}
.timerinblock > .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.timerDisplay{
    position: relative;
    background: none;
    padding: 0px 0 20px;
    font-family: 'Roboto mono',monospace;
    color: #363636;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
}
#pauseTimer, #startTimer, #resetTimer {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0px;
    font-size: 0px;
    transition: 0.2s;
    margin: 0 5px;
}
#pauseTimer:hover, #startTimer:hover, #resetTimer:hover {
    transform: scale(1.1);
    transition: 0.2s;
    cursor: pointer;
}
#pauseTimer {
    background: url("/uploads/img/pause0.webp") #363636 center center no-repeat;
    background-size: 50%;
}
#startTimer {
    background: url("/uploads/img/play0.webp") #00c1c3 center center no-repeat;
    background-size: 50%;
}
#resetTimer {
    background: url("/uploads/img/refresh0.webp") #fe2b2a center center no-repeat;
    background-size: 50%;
}

#stiki, #stiki2, #stiki3, #stiki4, #stiki5, #stiki6, #stiki7, #stiki8, #stiki9, #stiki1, #stiks, #stiks2, #stiks3, #stiks4, #stiks5, #stiks6, #stiks7, #stiks8, #stiks9, #stiks1 {
    display: block;
    width: 100%;
    height: auto;
}
.task-less thead {
    font-family: Mus7;
} 
textarea.sti {
    min-width: 31px;
    min-height: 31px;
    padding: 4px 3px 2px;
}
input.sti, textarea.sti {
    position: absolute;
    display: block;
    font-family: Mus5;
    resize: both;
    border-radius: 8px;
    border: 2px dotted #363636;
    text-align: center;
    transition: 0.2s;
}
input.sti:hover {
    transform: scale(1.2);
    transition: 0.2s;
}
textarea.sti:hover {
    transition: 0.2s;
}
spa.sti {
    position:absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    text-align: center;
    transition: 0.2s;
}
spa.sti:hover {
    transform: scale(1.2);
    transition: 0.2s;
}
spa.stino, input.stino {
    opacity: 0;
    display: none;
}
spa.sti::after {
    content: "✔️";
    font-size: 30px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.stikis .plyr__controls .plyr__control > spa.checked {
    opacity: 1 !important;
    transform: scale(1) !important;
    font-size: 12px !important;
}
#stiks spa.checked, #stiki .sti.noneinput, #stiks1 spa.checked, #stiki1 .sti.noneinput, #stiks2 spa.checked, #stiki2 .sti.noneinput, #stiks3 spa.checked, #stiki3 .sti.noneinput, #stiks4 spa.checked, #stiki4 .sti.noneinput, #stiks5 spa.checked, #stiki5 .sti.noneinput, #stiks6 spa.checked, #stiki6 .sti.noneinput, #stiks7 spa.checked, #stiki7 .sti.noneinput, #stiks8 spa.checked, #stiki8 .sti.noneinput, #stiks9 spa.checked, #stiki9 .sti.noneinput, #stiks10 spa.checked, #stiki10 .sti.noneinput {
    opacity: 0;
    transform: scale(0);
    font-size: 0px;
    transition: 0.2s;
} 
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #27b3b5;
    color: #fff;
    border-radius: 7px;
}
.plyr--full-ui input[type=range] {
    color: #27b3b5;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: none;
    border: 4px solid #fad800;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 0;
}
.inform-less {
    width: 100%;
    margin-bottom: 30px;
    font-family: Mus3;
    font-size: 18px;
}
.inform-less h1 {
    font-family: Mus7;
    font-size: 24px;
}
.task-less {
    position: relative;
    overflow: hidden;
}
.pantool {
    position: absolute;
    top: 0px;
    left: 0px;
}
.tollinstrument {
    display: block;
    position: absolute;
    z-index: 12;
    top: 35px;
    right: 35px;
    width: 26px;
    height: 300px;
}
.rowcolourin {
    display: block;
    width: 100%;
    height: 15px;
    position: relative;
    
}
.clearbutton {
    width: 26px;
    height: 26px;
    background: url(/uploads/img/broom.webp) center center no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
.dispnoneart {
    display: none !important;
}
/*
        .selected::before {
           content: '';
           height: 26px;
           width: 26px;
           display: flex;
           justify-content: center;
           align-items: center;
           background: url(/uploads/img/paint-brush.webp) center center no-repeat;
           background-size: 14px 14px;
           position: absolute;
           border-radius: 50%;
        }
*/
        .select-colour{
          height: 26px;
          position: relative;
          width: 26px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          margin-bottom: 15px;
          border-left: 0px;
            cursor: pointer;
        }

.task-less b {
    font-family: Mus7;
}
.task-less img {
    border-radius: 20px;
    max-width: 100%;
}
.task-less p {
    margin: 1px 0px 1px;
    padding: 0px 0px;
    line-height: 36px;
}
.task-less p span {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    font-size: 100% !important;
}
.task-less th, .task-less td {
    padding: 0 20px;
    border: 3px solid #27b3b5;
}
.task-less ol, .task-less ul, .task-less {
    line-height: 36px;
} 
.task-less li {
    line-height: 36.5px;
}
.task-less table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 31px 0 41px;
}
.task-less table, .task-less tr  {
    line-height: 34px;
}
.task-less ul {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: 0px;
    margin-bottom: 0px;
}

.task-less ol {
    padding-left: 40px;
    list-style: decimal outside;
    margin-top: 0px;
    margin-bottom: 0px;
}
.task-less {
    display: block;
    border-radius: 20px;
    background: url(/uploads/img/fon-less.webp) top left repeat #fafafa;
    background-size: 350px auto;
    padding: 48px 50px 47px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 27px;
}
.timerinblock {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 140px;
    z-index: 20;
}
.scriptcode, .title_quote, .title_spoiler, .text_spoiler, .quote {
    padding: 2% 3%;
    background: #fff;
    border: 3px solid #dde4ea;
    border-radius: 20px;
    margin: 0px 0;
}
.text_spoiler {
    margin-top: 20px;
    max-width: 100%;
    position: relative;
}
.text_spoiler::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #dde4ea;
    border-right: 3px solid #dde4ea;
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    top: -14px;
    left: 25px;
    border-radius: 3px;
}
.title_spoiler a:nth-child(1) > img {
    transition: 0.2s;
}
.title_spoiler:hover {
    transition: 0.2s;
    border-color: #363636;
}
.title_spoiler:hover a:nth-child(1) > img {
    transform: scale(1.1) rotate(90deg);
    transition: 0.2s;
}
.title_spoiler a:nth-child(2) {
    margin-left: 5px;
}
.fr-video {
    display: block !important;
}
.title_spoiler {
    padding: 1.5% 2.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
}
.inform-less p iframe, .inform-less iframe {
    position: relative;
    padding: 40px 4px 4px 4px;
    border-radius: 20px;
    display: block;
    margin: 0 auto 25px;
    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%); */
}
.task-less p iframe, .task-less iframe {
    position: relative;
    padding: 40px 4px 4px 4px;
    border-radius: 20px;
    display: block;
    margin: 0 auto 25px;
    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%); */
}

.task-less img[alt*="QR"] {
    display: none !important;
    }
.task-less img[src*="qr"] {
    display: none !important;
    }
/*
.task-less img[src*="b-w"] {
    display: none !important;
    }
*/
.task-less img[alt*="B-W"] {
    display: none !important;
    }
.task-less iframe[src*="youtube.com"], .task-less iframe[src*="rutube.ru"], .task-less iframe[src*="view.genial.ly"], .task-less iframe[src*="wordwall.net"], .task-less iframe[src*="vk.com"] {
    width: 1000px;
    max-width: 100%;
    height: 563px;
    }
.inform-less iframe[src*="youtube.com"], .inform-less iframe[src*="rutube.ru"], .inform-less iframe[src*="view.genial.ly"], .inform-less iframe[src*="wordwall.net"], .inform-less iframe[src*="vk.com"] {
    width: 99%;
    max-width: 100%;
    height: 563px;
    margin: 40px auto;
    }
.task-less iframe[src*="quizlet.com"] {
    width: 1000px;
    max-width: 100%;
    height: 600px;
    }
.task-less iframe[src*="liveworksheets.com"] {
    width: 1000px !important;
    max-width: 100% !important;
    height: 1530px;
    }
.task-less iframe[src*="en.islcollective.com"] {
    width: 1000px;
    max-width: 100%;
    height: 750px;
    }
.task-less p:nth-child(1) iframe, .task-less iframe:nth-child(1), .task-less p:nth-child(3) iframe, .task-less iframe:nth-child(3), .task-less p:nth-child(5) iframe, .task-less iframe:nth-child(5), .task-less p:nth-child(7) iframe, .task-less iframe:nth-child(7), .task-less p:nth-child(9) iframe, .task-less iframe:nth-child(9) {
    background: url(/uploads/img/fon-less.webp) top left repeat #fe9f43;
    background-size: 400px auto;
}
.task-less p:nth-child(2) iframe, .task-less iframe:nth-child(2), .task-less p:nth-child(4) iframe, .task-less iframe:nth-child(4), .task-less p:nth-child(6) iframe, .task-less iframe:nth-child(6), .task-less p:nth-child(8) iframe, .task-less iframe:nth-child(8), .task-less p:nth-child(10) iframe, .task-less iframe:nth-child(10) {
    background: url(/uploads/img/fon-less.webp) top left repeat #4ebdb7;
    background-size: 400px auto;
}
.inform-less p:nth-child(1) iframe, .inform-less iframe:nth-child(1), .inform-less p:nth-child(3) iframe, .inform-less iframe:nth-child(3), .inform-less p:nth-child(5) iframe, .inform-less iframe:nth-child(5), .inform-less p:nth-child(7) iframe, .inform-less iframe:nth-child(7), .inform-less p:nth-child(9) iframe, .inform-less iframe:nth-child(9) {
    background: url(/uploads/img/fon-less.webp) top left repeat #fe9f43;
    background-size: 400px auto;
}
.inform-less p:nth-child(2) iframe, .inform-less iframe:nth-child(2), .inform-less p:nth-child(4) iframe, .inform-less iframe:nth-child(4), .inform-less p:nth-child(6) iframe, .inform-less iframe:nth-child(6), .inform-less p:nth-child(8) iframe, .inform-less iframe:nth-child(8), .inform-less p:nth-child(10) iframe, .inform-less iframe:nth-child(10) {
    background: url(/uploads/img/fon-less.webp) top left repeat #4ebdb7;
    background-size: 400px auto;
}
.fin-full-button {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin: 20px auto 100px;
}
.fin-full-button > .likestik {
    width: 100%;
    display: flex;
    justify-content: center;
}
.fin-full-button > .likestik > img {
    width: 200px;
    height: 200px;
    margin-bottom: 7px;
}
.linclike {
    display: flex;
    justify-content: center;
    align-items: center;
}
.linclike > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-less-in {
    width: 85%;
    max-width: 1160px;
    margin: 60px auto;
}
.full-lesson {
    display: none;
}
.min-h {
    min-height: 48vh;
}
.lesson-content-all ol {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    padding: 0px;
    width: 100%;
}
.modal .lesson-content-all ol {
    padding: 0px;
    width: 100%;
    list-style: decimal !important;
}
.lesson-content-all p {
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: none;
}
.lesson-content-all ol li {
    width: 42%;
    min-height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 2% 20px 5%;
    position: relative;
    background: #ededed;
    border-radius: 20px;
    margin-bottom: 25px;
}
.modal .lesson-content-all ol li {
    width: 98%;
    height: auto;
    display: revert;
    padding: 0;
    position: relative;
    background: none;
    border-radius: 0px;
    margin-bottom: 7px;
    margin-left: 2%;
}
.modal .lesson-content-all ol li::before {
    display: none;
}
.lesson-content-all ol li::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    height: 40px;
    left: 4.5%;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    font-family: Akro;
    font-size: 38px;
    line-height: 100%;
}
.lesson-content-all ol li:nth-child(1)::before {
    content: "1";
}
.lesson-content-all ol li:nth-child(2)::before {
    content: "2";
}
.lesson-content-all ol li:nth-child(3)::before {
    content: "3";
}
.lesson-content-all ol li:nth-child(4)::before {
    content: "4";
}
.lesson-content-all ol li:nth-child(5)::before {
    content: "5";
}
.lesson-content-all ol li:nth-child(6)::before {
    content: "6";
}
.lesson-content-all ol li:nth-child(7)::before {
    content: "7";
}
.lesson-content-all ol li:nth-child(8)::before {
    content: "8";
}
.lesson-content-all ol li:nth-child(9)::before {
    content: "9";
}
.lesson-content-all ol li:nth-child(10)::before {
    content: "10";
}
.lesson-content-all ol li:nth-child(11)::before {
    content: "11";
}
.lesson-content-all ol li:nth-child(12)::before {
    content: "12";
}
.lesson-content-all ol li:nth-child(13)::before {
    content: "13";
}
.lesson-content-all ol li:nth-child(14)::before {
    content: "14";
}
.lesson-content-all ol li:nth-child(15)::before {
    content: "15";
}
.lesson-content-all ol li:nth-child(16)::before {
    content: "16";
}
.lesson-content-all ol li:nth-child(17)::before {
    content: "17";
}
.lesson-content-all ol li:nth-child(18)::before {
    content: "18";
}
.lesson-content-all ol li:nth-child(19)::before {
    content: "19";
}
.lesson-content-all ol li:nth-child(20)::before {
    content: "20";
}
.lesson-content-all ol li:nth-child(21)::before {
    content: "21";
}
.lesson-content-all ol li:nth-child(22)::before {
    content: "22";
}
.lesson-content-all ol li:nth-child(23)::before {
    content: "23";
}
.lesson-content-all ol li:nth-child(24)::before {
    content: "24";
}
.lesson-content-all ol li:nth-child(25)::before {
    content: "25";
}
.lesson-content-all ol li:nth-child(26)::before {
    content: "26";
}
.lesson-content-all ol li:nth-child(27)::before {
    content: "27";
}
.lesson-content-all ol li:nth-child(28)::before {
    content: "28";
}
.lesson-content-all ol li:nth-child(29)::before {
    content: "29";
}
.lesson-content-all ol li:nth-child(30)::before {
    content: "30";
}
.round-all {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    background: #f7f7f7;
    font-family: Mus7;
    font-size: 100px;
    line-height: 100%;
    color: #27b3b5;
}

.levels-all {
    margin-top: -80px;
}
.round-all::before {
    content: "";
    width: 190px;
    height: 190px;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #363636;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    margin: auto;
}
.top-inform-full {
    position: relative;
}
.top-inform-full a {
    font-family: Mus7;
    display: block;
    text-align: center;
    font-size: 14px;
    background: url(/uploads/img/angle-small-top.webp) top center no-repeat;
    background-size: 16px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 20px auto -180px;
    padding-top: 44px;
    color: #363636;
}
.top-inform-full a:hover {
    text-decoration: none;
}
.top-inform-full span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -63px;
    color: #fff;
    text-align: center;
}
.round-all span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 24px;
}
yel {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fad800;
    margin: 0 2px;
}
wh {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #27b3b5;
    background: #fff;
    margin: 0 2px;
}
.noimgthumbnail wh {
    border: 2px solid #27b3b5;
}
.button-block form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ym-pay {
    display: block;
    width: 45px;
    height: 45px;
    background: url("/uploads/img/yamoney.webp") center center no-repeat #f7f7f7;
    background-size: 70% auto;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    transition: 0.2s;
}
.ym-pay::after {
    content: "";
    position: absolute;
    display: block;
    border: 3px solid #363636;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}
.ym-pay input {
    position: absolute;
    top: -6px;
    left: 1.6px;
    width: 13px;
    height: 13px;
    z-index: 2;
}
label.ym-pay::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 3;
    border-radius: 50%;
    border: 3px solid #363636;
}
.ym-pay:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.2s;
}
.card-pay {
    display: block;
    width: 45px;
    height: 45px;
    background: url("/img/bank.gif") center center no-repeat #f7f7f7;
    background-size: 70% auto;
    border-radius: 50%;
    margin-right: 25px;
    position: relative;
    transition: 0.2s;
}
.card-pay input {
    position: absolute;
    top: -6px;
    left: 1.6px;
    width: 13px;
    height: 13px;
    z-index: 2;
}
label.card-pay::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 3;
    border-radius: 50%;
    border: 3px solid #363636;
}
.card-pay::after {
    content: "";
    position: absolute;
    display: block;
    border: 3px solid #363636;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}
.card-pay:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.2s;
}
.price {
    display: inline-block;
    font-family: Mus5;
    font-size: 280%;
    color: #fad800;
    margin-left: 15px;
}
.right-in {
    margin-left: 25px;
    display: block;
    width: 18px;
    height: 18px;
}
.price img {
    width: auto;
    height: 20px;
}
.txt-in, .txt-in-block > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    font-family: Mus5;
    font-size: 130%;
    margin-left: 25px;
    position: relative;
    transition: 0.2s;
}
.button-slayd > input {
    position: absolute;
    opacity: 0;
}
.txt-in:hover, .txt-in-block > a:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.txt-in.yellow {
    background: #fad800;
    margin-left: 30px;
}
.txt-in::before, .txt-in-block > a::before {
    content: "";
    position: absolute;
    display: block;
    border: 3px solid #363636;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}
.full-urok-lock {
    position: relative;
}
.center-info {
    min-width: 35%;
    max-width: 40%;
    position: relative;
    z-index: 2;
}
.button-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    margin-top: 45px;
}
.button-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 320px;
    height: 400px;
    background: url("/uploads/img/full-info-0.webp") center bottom no-repeat;
    background-size: auto 100%;
    bottom: -156px;
    left: -410px;
    z-index: 1;
    border-radius: 55px;
    transition: 0.2s;
}
.button-block::after {
    content: "";
    display: block;
    position: absolute;
    width: 320px;
    height: 400px;
    background: url(/uploads/img/full-info-1.webp) center bottom no-repeat;
    background-size: auto 100%;
    bottom: -156px;
    left: -410px;
    z-index: 0;
    border-radius: 120px;
    transition: 0.3s;
}
.inuser-nologin .full-urok-lock.button-block::before, .inuser-nologin .full-urok-lock.button-block::after {
    display: none;
}
.button-block:hover::after {
    transform: rotate(42deg);
    bottom: -167px;
    left: -432px;
    transition: 0.3s;
}
.left-info {
    margin-bottom: -20px;
}
.left-info, .right-info {
    width: 30%;
    height: auto;
    min-height: 550px;
    position: relative;
    z-index: 3;
}
.right-info {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-info-full {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.grammar-all, .topics-all {
    font-size: 110%;
    font-family: Mus5;
    margin-bottom: 30px;
}
.topics-all h1 {
    font-family: Mus7;
    position: relative;
    font-size: 165%;
    max-width: 100%;
}
.topics-all h1::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("/uploads/img/plus.webp") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -22px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
}
.grammar-all b a {
    position: relative;
    display: inline-block;
}
.grammar-all b a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("/uploads/img/hastag.webp") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -22px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
}
.grammar-all > span, .grammar-all > b, .topics-all > span, .topics-all > b {
    display: block;
}
.topics-all > span a {
    color: #363636;
    font-family: Mus7;
}
.grammar-all > b a {
    color: #363636;
    font-size: 120%;
    font-family: Mus7;
    margin-right: 33px;
}
.topics-all > span a:hover, .grammar-all > b a:hover {
    color: #363636;
    text-decoration: none;
}
.full-info-bg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -92px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 580px;
    background: url("/uploads/img/full-fon.webp") bottom center no-repeat;
    background-size: 100% auto;
}
.filter-cat .all-button {
    margin-top: -40px;
}
.filter-cat.cat-podborki .all-button {
    margin-top: 0px;
}
.filter-cat {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -92px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 580px;
    background: url("/uploads/img/cat-fon.webp") bottom center no-repeat;
    background-size: 100% auto;
    margin-bottom: 30px;
}
.filter-cat::before {
    content: "";
    width: 310px;
    height: 500px;
    background: url("/uploads/img/category.webp") bottom center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 8%;
    bottom: 2%;
}
.favoritesfull .filter-cat::before {
    background: url("/uploads/img/favorits-cat.webp") bottom center no-repeat;
    background-size: 100% auto;
} 
.subfull .filter-cat::before {
    background: url("/uploads/img/category-sub.webp") bottom center no-repeat;
    background-size: 100% auto;
}
.freefull .filter-cat::before {
    background: url("/uploads/img/category-free.webp") bottom center no-repeat;
    background-size: 100% auto;
}
.filter-cat > form {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    margin-top: 3%;
}
.filter-cat select {
    width: 250px;
    padding-right: 10px;
    height: 60px;
    border-radius: 12px;
    border: 8px solid #fff;
}
.filtr-title {
    font-size: 100%;
    margin-bottom: 15px;
}
.filtr-topics, .filtr-grammar {
    margin-right: 20px;
}
.filtr-levels {
    width: 350px;
}
.check-level {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    padding-top: 1px;
    position: relative;
    z-index: 3;
}
.check-level span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    font-size: 100%;
    font-family: Mus5;
    margin-bottom: 15px;
}
.check-level input[type="checkbox"] {
    width: 0px;
    height: 0px;
    opacity: 0;
}
.check-level label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.check-level label::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 15px;
    background: #fff;
    border-radius: 5px;
    border: 3px solid #fff;
}
.check-level input:checked+label::before {
  border-color: #fff;
  background-color: #363636;
}
.all-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.cat-podborki .all-button {
    width: auto;
}
.filtering, .copycode {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 115%;
    text-decoration: none;
    width: 249px;
    font-family: Mus7;
    color: #363636;
    margin-left: 3px;
    position: relative;
    height: 60px;
    border: 0px;
    background: #fad800;
    border-radius: 12px;
    margin-top: 35px;
    cursor: pointer;
    transition: 0.3s;
}
.filtering:hover, .copycode:hover {
    transform: scale(1.02);
    transition: 0.3s;
}
.filtering img, .copycode img {
    width: 16px;
    height: 16px;
    margin-left: 15px;
}
.filtering::before, .copycode::before {
    content: "";
    left: -8px;
    right: -8px;
    display: block;
    position: absolute;
    margin: auto;
    width: 258px;
    height: 68px;
    border-radius: 20px;
    border: 3px solid #363636;
}
.reset-fl, .copyhide {
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: relative;
    height: 50px;
    border: 0px;
    background: url("/uploads/img/refresh.webp") center center no-repeat #ededed;
    background-size: 40%;
    border-radius: 50%;
    margin-top: 35px;
    cursor: pointer;
    transition: 0.3s;
}
.copyhide {
    background: url("/uploads/img/square-code.webp") center center no-repeat #ededed;
    background-size: 40%;
}
.reset-fl:hover, .copyhide:hover {
    transform: scale(1.05) rotate(35deg);
    transition: 0.3s;
}
.reset-fl::before, .copyhide::before {
    content: "";
    left: -8px;
    right: -8px;
    display: block;
    position: absolute;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid #363636;
}
.content_top > h1 {
    font-family: Mus7;
    color: #363636;
    font-size: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    max-width: 85%;
    margin: 30px auto 30px;
}
.content_top > h1 > img {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    transition: 0.3s;
}
.speedbar a {
    color: #363636;
    font-family: Mus3;
}
#content > #dle-content {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
}
.showpodpiski #content > #dle-content {
    width: 100%;
}
.showpodpiski .content_top {
    display: none;
}
.showpodpiski .allblock.dateblock {
    margin-bottom: 50px;
}
.showpodpiski {
    background: url("/uploads/img/fon-less.webp") repeat;
    background-size: 300px auto;
}
.showpodpiski .alling-podpiski {
    margin-top: 50px;
}
.showpodpiski .top-podpiska.alling-podpiski {
    margin-top: 0px;
}
.top-podpiska.alling-podpiski .info-button-slayd .button-slayd {
    margin-top: 30px;
}
.login_pane__admin {
    margin-top: 10px;
}
.login_pane__admin > a {
    display: flex;
    margin: 0 auto;
    width: 210px;
    justify-content: flex-start;
    align-items: center;
    color: #363636;
    font-family: Mus5;
} 
.login_pane_favorits {
    margin-top: 25px;
}
.login_pane_favorits > a {
    display: flex;
    margin: 0 auto;
    width: 210px;
    justify-content: flex-start;
    align-items: center;
    color: #363636;
    font-family: Mus3;
}
.login_pane_favorits > a span {
    margin-left: 15px;
    display: inline-block;
    color: #363636;
    font-family: 'Mus5', Helvetica;
}
.login_pane__admin > a img, .login_pane_favorits > a img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-top: -2px;
}
.login_pane__admin > a:hover, .login_pane_favorits > a:hover {
    text-decoration: none;
}
.daterel .short-date, .daterel .mintxtshort, .daterel .title {
    text-align: center;
    display: block;
}
.all-subscription {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    background: url("/uploads/img/top-fon-podpiska-info.webp") top center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 130px;
    position: relative;
}
.all-subscription::before {
    content: "";
    width: 150px;
    height: 260px;
    background: url("/uploads/img/read.webp") top center no-repeat;
    background-size: auto 100%;
    display: block;
    position: absolute;
    left: 20%;
    top: -78px;
}
.all-subscription-end {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: wrap;
    background: url("/uploads/img/fon-podpiska-info.webp") bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
}
.all-subscription-end > div {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    
}
.all-subscription-end > .info-button-slayd {
    align-items: center;
    padding-bottom: 180px;
}
.info-button-slayd .button-slayd {
    margin-top: 0px;
}
.blockvideo {
    align-items: center;
    padding-bottom: 205px;
}
.info-button-slayd {
    position: relative;
    padding-bottom: 70px;
}
.all-subscription-end > .info-button-slayd span, .allinvideo span, .alling-podpiski > .info-button-slayd span {
    font-family: Mus3;
    display: block;
    text-align: center;
    font-size: 14px;
    background: url("/uploads/img/angle-small-top.webp") top center no-repeat;
    background-size: 16px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto -180px;
    padding-top: 30px;
    color: #363636;
}
.allinvideo span {
    margin-top: 30px;
}
.subscription-is {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    background: #eeeeee;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 270px;
}
.alling-podpiski .info-button-slayd .button-slayd {
    margin-top: 60px;
    margin-bottom: 25px;
}
.only-podpiski .subscription-is {
    min-height: 227px;
    margin-top: 230px;
}
.all-subscription.only-podpiski::before {
    left: 20%;
    top: -95px;
}
.subscription-content {
    max-width: 800px;
    width: 90%;
    font-size: 18px;
    margin-top: -40px;
}
.subscription-content b {
    font-family: Mus7;
}
.subscription-content li {
    margin-bottom: 60px;
    padding-left: 110px;
    display: block;
    position: relative;
}
.subscription-content ol > li::before {
    content: "";
    font-family: Mus7;
    color: #fff;
    font-size: 160%;
    line-height: 100%;
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 100%;
    top: -50px;
    bottom: -50px;
    margin: auto 0;
}
.subscription-content ol > li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -50px;
    bottom: -50px;
    margin: auto 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 50%;
}
.subscription-content ol > li:nth-child(1)::before {
    content: "1/";
}
.subscription-content ol > li:nth-child(2)::before {
    content: "2/";
}
.subscription-content ol > li:nth-child(3)::before {
    content: "3/";
}
.subscription-content ol > li:nth-child(4)::before {
    content: "4/";
}
.subscription-content ol > li:nth-child(5)::before {
    content: "5/";
}
.subscription-content ol > li:nth-child(6)::before {
    content: "6/";
}
.subscription-content ol > li:nth-child(7)::before {
    content: "7/";
}
.subscription-content ol > li:nth-child(8)::before {
    content: "8/";
}
.subscription-content ol > li:nth-child(9)::before {
    content: "9/";
}
.subscription-content ol > li:nth-child(10)::before {
    content: "10/";
}
.subscription-content ol > li:nth-child(11)::before {
    content: "11/";
}
.subscription-content ol > li:nth-child(12)::before {
    content: "12/";
}
.subscription-content ol > li:nth-child(13)::before {
    content: "13/";
}
.subscription-content ol > li:nth-child(14)::before {
    content: "14/";
}
.subscription-content ol > li:nth-child(15)::before {
    content: "15/";
}
.subscription-content ol > li:nth-child(1)::after {
    background: url("/uploads/img/1-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(2)::after {
    background: url("/uploads/img/2-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(3)::after {
    background: url("/uploads/img/3-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(4)::after {
    background: url("/uploads/img/4-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(5)::after {
    background: url("/uploads/img/5-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(6)::after {
    background: url("/uploads/img/6-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(7)::after {
    background: url("/uploads/img/7-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(8)::after {
    background: url("/uploads/img/8-tezis.webp") #fff 15px 12px no-repeat;
    background-size: 70%;
}
.subscription-content ol > li:nth-child(9)::after {
    background: url("/uploads/img/9-tezis.webp") #fff center center no-repeat;
    background-size: 70%;
}
.all-subscription > h3 {
    font-family: Mus7;
    color: #363636;
    font-size: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.all-views, .story_tools > .rate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    line-height: 170%;
    font-family: Mus5;
}
.story_tools > .rate {
    margin-left: 0px;
}
.all-views a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #363636;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.all-views img {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 7px;
    top: -1px;
}
.daterel .short-date {
    margin-top: 7px;
}
.daterel .title {
    font-size: 100%;
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block; 
}
.shortstory {
    background: #ededed;
    border-radius: 20px;
    min-width: 300px;
    width: 23%;
    position: relative;
    margin-bottom: 30px;
}
.shortstory.podborka-short {
    background: #27b3b5;
    overflow: hidden;
}
.shortstory.podborka-short .box-short .title {
    margin: 3px 0 35px;
}
.emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    content: "";
    display: block;
    min-width: 300px;
    width: 22%;
    height: 0px;
    font-size: 0px;
    opacity: 0;
    overflow: hidden;
}
.shortstory.daterel {
    background: none;
}
.shortstory > .linc-short {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.shortstory img {
    max-width: 100%;
}
.shortstory.podborka-short img {
    max-width: 116%;
    width: 116%;
    left: -8%;
}
.box-short {
    width: 82%;
    margin: 25px auto;
}

.favorite-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
}
.favorite-link img {
    max-width: 50%;
    height: auto;
}
.allblock a {
    text-decoration: none;
}
.allblock.userfavall {
    margin: 50px auto 0;
}
.allblock.userfavall .userfavorite {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.allblock h2 {
    font-family: Mus7;
    color: #363636;
    font-size: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: none;
}
.allblock h2 > img {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    transition: 0.3s;
}
.allblock h2:hover > img {
    margin-left: 15px;
    transition: 0.3s;
}
.title-no {
    font-family: Mus7;
    color: #363636;
    font-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.title-no > img {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    transition: 0.3s;
}
.title-no:hover > img {
    margin-left: 15px;
    transition: 0.3s;
}
.allblock {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.allblock.dateblock.only-podpiski {
    width: 100%;
    margin-bottom: 40px;
}
.alling-podpiski {
    width: 100%;
    display: flex;
    justify-content: center;
}
.allblock.subscriptionby {
    width: 100%;
    margin: 40px auto;
}
.allblock.bay-subscription {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    margin-top: 20px;
}
.allblock.subscriptionblock {
    margin: 40px auto;
}
.alldate {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
} 
.markup-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 19px;
    background: url("/uploads/img/markup-date.webp") left center repeat-x;
    background-size: auto 100%;
    margin-bottom: 20px;
}
.allblock.bay-subscription > div {
    width: 48.7%;
}
.all-tips {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tips-title {
    color: #ffffff;
    font-family: Mus3;
    font-size: 90%;
    margin-bottom: 10px;
}
.bay-material {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.leftbay, .rightbay {
    padding: 20px 25px;
    width: 42%;
}
.leftbay > h3 {
    font-family: Mus7;
    font-size: 120%;
    color: #363636;
    line-height: 140%;
    margin-bottom: 20px;
}
.bay-cont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 15px;
}
.bay-cont > b {
    font-family: Akro;
    color: #fff;
    font-size: 250px;
    line-height: 100%;
    display: block;
    margin-top: -40px;
}
.bay-cont > span {
    font-family: Akro;
    color: #fff;
    font-size: 30px;
    display: block;
    margin-bottom: 59px;
    margin-left: 10px;
    text-transform: uppercase;
}
.bay-cont > i {
    font-family: Akro;
    color: #fff;
    font-size: 70px;
    display: block;
    margin-bottom: 9px;
    margin-left: 5px;
    text-transform: uppercase;
}
.bay-cont > strong {
    font-family: Akro;
    color: #363636;
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
    margin-left: 5px;
    text-transform: uppercase;
}
.subscription-material .bay-cont > strong {
    margin-bottom: 59px;
    margin-left: 15px;
}
.dateblock {
    margin-top: 55px;
}
.bay-cont > u {
    font-family: Akro;
    color: #363636;
    font-size: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
    margin-left: -67px;
    text-decoration: none;
    text-transform: uppercase;
}
.bay-cont > strong > img {
    display: block;
    width: auto;
    height: 20px;
    margin-top: 3px;
    margin-left: 5px;
}
.all-tips > div {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.all-tips > div > img {
    width: 16px;
    height: 16px;
}
.imgbinorg {
    width: 100%;
    height: 270px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.blockbutton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-left: 18px;
}
.blockbutton > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #363636;
    border-radius: 20px;
    height: 50px;
    width: 200px;
    color: #363636;
    font-family: Mus7;
    text-decoration: none;
    transition: 0.2s;
}
.bay-material:hover .blockbutton > a {
    border: 3px solid #363636;
    transform: scale(1.05);
    transition: 0.2s;
    text-decoration: none;
}
.imgbinorg img {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 195px;
    height: auto;
    transition: 0.2s;
} 
.imgbinorg img.shop-b0 {
    position: relative;
}


.bay-material:hover .imgbinorg img.shop-b0 {
    transform: scale(1);
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b1 {
    transform: scale(1.1);
    bottom: -10px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b2 {
    transform: rotate(11deg) scale(1.1);
    right: -30px;
    bottom: -40px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b3 {
    transform: rotate(8deg) scale(1.15);
    right: -15px;
    bottom: -15px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b4 {
    transform: rotate(7deg) scale(1.1);
    right: -10px;
    bottom: -10px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b5 {
    transform: rotate(15deg) scale(1.2);
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b6 {
    transform: scale(1.1);
    bottom: -10px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b7 {
    transform: scale(1);
    top: -10px;
    left: -20px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.shop-b8 {
    transform: scale(1);
    top: -24px;
    left: -12px;
    transition: 0.2s;
}
.bay-material:hover .imgbinorg img.shop-b9 {
    transform: rotate(15deg) scale(1);
    left: 20px;
    transition: 0.2s;
}



.bay-material:hover .imgbinorg img.sub-b0 {
    transform: scale(1);
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b1 {
    transform: scale(1.1);
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b2 {
    transform: scale(1.15);
    bottom: -40px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b3 {
    transform: scale(1.15);
    bottom: -45px;
    right: -45px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b4 {
    transform: scale(1.15);
    bottom: -10px;
    right: -30px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b5 {
    transform: scale(1.1);
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b6 {
    transform: rotate(-10deg) scale(1.3);
    bottom: -10px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b7 {
    transform: scale(1.1);
    bottom: -10px;
    right: -10px;
    transition: 0.2s;
} 
.bay-material:hover .imgbinorg img.sub-b8 {
    transform: scale(1.1);
    bottom: -30px;
    right: -30px;
    transition: 0.2s;
}
.bay-material:hover .imgbinorg img.sub-b9 {
    transform: scale(1.2);
    left: 0px;
    top: -20px;
    transition: 0.2s;
}


.bay-material, .subscription-material {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    position: relative;
}
.bay-material {
    background: url("/uploads/img/fon-dot.webp") #25c0c2 top right no-repeat;
    background-size: 270px auto;
}
.subscription-material {
    background: url("/uploads/img/fon-dot.webp") #ffd25a top right no-repeat;
    background-size: 270px auto;
}
.title-slyd {
    font-family: Mus7;
    color: #363636;
    font-size: 200%;
    line-height: 160%;
    margin-top: 35px;
}
#sr-price {
    position: relative;
    font-family: Mus7, Helvetica, Arial, "sans-serif";
    color: #27b3b5;
    display: flex;
    justify-content: center;
}
#sr-price::after {
    content: "средняя стоимость";
    position: absolute;
    font-size: 10px;
    text-align: center;
    bottom: -8px;
    left: -40px;
    right: -40px;
    margin: 0 auto;
    font-family: Mus3, Helvetica, Arial, "sans-serif";
    color: #363636;
}
.min-txt-slayd {
    font-family: Mus5;
    font-size: 150%;
    line-height: 160%;
}
.min-txt-slayd b, .min-txt-slayd strong {
    font-family: Mus7;
}
.min-txt-slayd span {
  color: #fff;
}
.carousel-caption .leftblock .button-slayd {
    margin-top: 50px;
}
.button-slayd {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 115%;
    text-decoration: none;
    width: 310px;
    font-family: Mus7;
    color: #363636;
    position: relative;
    height: 65px;
    background: #fad800;
    border-radius: 12px;
    margin-left: 8px;
    transition: 0.3s;
}
.button-slayd::before {
    content: "";
    left: -8px;
    right: -8px;
    display: block;
    position: absolute;
    width: 320px;
    height: 74px;
    border-radius: 20px;
    border: 3px solid #363636;
}
.full-urok-lock .button-slayd, .full-urok-unlock .button-slayd {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 115%;
    text-decoration: none;
    width: 280px;
    font-family: Mus7;
    color: #363636;
    position: relative;
    height: 65px;
    background: #fad800;
    border-radius: 12px;
    margin-left: 8px;
    transition: 0.3s;
}
.full-urok-lock .button-slayd::before, .full-urok-unlock .button-slayd::before {
    content: "";
    left: -8px;
    right: -8px;
    display: block;
    position: absolute;
    width: 290px;
    height: 74px;
    border-radius: 20px;
    border: 3px solid #363636;
}
.button-slayd:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: 0.3s;
    text-decoration: none;
}
.button-slayd > img {
    width: 16px;
    height: 16px;
    margin-left: 15px;
}
.full-fav > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    font-family: Mus5;
    font-size: 130%;
    margin-right: 17px;
    position: relative;
    transition: 0.2s;
}
.full-fav > a:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.full-fav > a::before {
    content: "";
    position: absolute;
    display: block;
    border: 3px solid #363636;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}
.full-fav > a > img {
    width: 20px;
    height: 20px;
}
.allinvideo .button-slayd {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    position: relative;
} 
.allinvideo .button-slayd .invideo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    left: 0px;
    top: 0px;
    z-index: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
} 
.allinvideo .button-slayd video {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -10%;
    bottom: -10%;
    margin: auto;
    z-index: 0;
}
.allinvideo .button-slayd .invideo::after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.allinvideo .button-slayd img {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.allinvideo .button-slayd::before {
    content: "";
    left: -8px;
    right: -8px;
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #363636;
    
}
.allinvideo .button-slayd::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 71px;
    top: 50px;
    background: url("/uploads/img/question1.webp") top center no-repeat;
    background-size: auto 100%;
    transition: 0.3s;
}
.icon.icon-left {
    transition: 0.2s;
}
.icon.icon-left:hover {
    transform: scale(1.3);
    transition: 0.2s;
}
.allinvideo .button-slayd:hover::after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 64px;
    top: 41px;
    background: url("/uploads/img/question1.webp") top center no-repeat;
    background-size: auto 100%;
    transition: 0.3s;
}
.allinvideo::after {
    content: "";
    display: block;
    width: 165px;
    height: 240px;
    position: absolute;
    top: 46px;
    margin-left: -122px;
    background: url("/uploads/img/question.webp") top center no-repeat;
    background-size: auto 100%;
}
.leftblock {
    position: absolute;
    bottom: 0px;
    right: 70px;
    width: 35%;
    height: 400px;
    
}
.logotype {
    width: 125px;
    height: 40px;
    background: url("/uploads/img/logo.webp") left center no-repeat;
    background-size: auto 85%;
    margin-left: 15px;
}
.dateautumn .logotype {
    background: url("/img/logo-autumn.png") left center no-repeat;
    background-size: auto 85%;
}
.datesnow .logotype {
    background: url("/img/logo-snow.png") left center no-repeat;
    background-size: auto 85%;
}
.dateeaster .logotype {
    background: url("/img/logo-easter.png") left center no-repeat;
    background-size: auto 85%;
}
.datespring .logotype {
    background: url("/img/logo-spring.png") left center no-repeat;
    background-size: auto 85%;
}
.datesummer .logotype {
    background: url("/img/logo-summer.png") left center no-repeat;
    background-size: auto 85%;
}
.dateschool .logotype {
    background: url("/img/logo-school.png") left center no-repeat;
    background-size: auto 85%;
}
.datenewyear .logotype {
    background: url("/img/logo-new-year.png") left center no-repeat;
    background-size: auto 85%;
}
.datehellowen .logotype {
    background: url("/uploads/img/logo-hlw.webp") left center no-repeat;
    background-size: auto 85%;
}
/*
.logotype {
    width: 125px;
    height: 40px;
    background: url("/uploads/img/logo.webp") left center no-repeat;
    background-size: auto 100%;
    margin-left: 15px;
}
.logotype {
    width: 220px;
    height: 40px;
    background: url(/uploads/img/logo.webp) left center no-repeat;
    background-size: 100% auto;
    margin-left: 15px;
    margin-top: -2px;
}
*/
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 0px solid rgba(0,0,0,0.1); }
.addform fieldset legend { 
font-family: Mus7;
    font-size: 110%;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.addform fieldset > .soc_links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}
.form-group.insto {
    width: 100%;
        margin-bottom: 5px;
}
.addform .form_submit {
    margin-top: 40px;
}

.grey { color: #27b3b5; }
.grey a { color: inherit; }
.grey a:hover { color: #363636; }
.blue { color: #27b3b5; }
.orange { color: #e85319; }

sup { vertical-align: super; font-size: smaller; }
sub { vertical-align: sub; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

/* Настройка других элементов */
ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

	strong, b { font-family: Mus5, Helvetica, sans-serif; }
    strong.big, b.big { 
        font-size: 200%;
        padding-left: 20px;
}
	em, cite, i { font-family: Mus5i; }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: table; }

.instagram-media, .twitter-tweet {display: inline-block !important;}

/* --- Деление на колонки --- */
@media only screen and (min-width: 601px) {
.grid_1_2, .grid_1_4 {
	float: left; margin-right: 4%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.grid_1_2 { width: 48%; }
	.grid_1_4 { width: 22%; }
	.grid_last { margin-right: 0; }
}

/* --- Bootstrap --- */
/* DropDown Меню и формы */
.dropdown { 
    position: relative; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
	.dropdown-menu, .dropdown-form {
		min-width: 160px; padding: 12px 0; border-radius: 12px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
		background-color: #fff;
	}
	.dropdown-menu { list-style: none; margin: 0; }
	.dropdown-form { padding: 40px; }

	.dropdown-menu.dot:before, .dropdown-form.dot:before {
		content: "";
    position: absolute;
    top: 3px;
    right: 12%;
    margin: -11px 0 0 -11px;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    border-radius: 4px;
    background-color: #fff;
	}

	/* DropMenu */
	.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
	.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
	.open .dropdown-menu, .open .dropdown-form { display: block; }

/* Expand & Collapse */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

/* --- Работа вкладок --- */
.tab-content > .tab-pane { display: none; }
	.tab-content > .active { display: block; }

/* --- Иконки --- */
.rate_like, .rate_like a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Mus5;
}
.ratingtypeplus {
    display: block;
    margin-top: 1px;
}
.rate_like img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #363636;
	vertical-align: middle;
}
	.icon-logo { width: 42px; height: 42px; }

	.icon-vk { width: 19px; height: auto; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: auto; }
	.icon-ya { width: 18px; height: auto; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 22px; height: auto; }

	.grey .icon { fill: #919191; }

/* --- Layout --- */
body {  }
.wrp { 
width: 100%;
}

/* --- Структура --- */
.conteiner:after, #header:after { clear: both; content: ""; display: table; }

.rightside {
	float: right;
	width: 300px;
	padding: 0 25px;
	margin-left: -350px;
	position: relative;
}

/* --- Шапка сайта --- */
#cat_menu {
    display: none;
}
#header, #header_menu { height: 75px; }
.header {
	width: 100%; height: 0; z-index: 22;
	position: relative;
}
	.header .midside {  }
	#header_menu {
		position: relative; 
        z-index: 15;
		width: 96%;
        padding: 0 1%;
        margin: 15px auto 0;
        border-radius: 15px;
		background-color: #363636;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

/* Кнопка включения меню */
#mobile_menu_btn {
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 80px;
	text-transform: lowercase;
	white-space: nowrap;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1)
}
	#mobile_menu_btn > *, #mobile_menu_btn { cursor: pointer; }
	.menu_toggle { display: inline-block; vertical-align: middle; width: 18px; height: 18px; margin: -2px 6px; position: relative; }
	.menu_toggle > i {
		height: 2px; width: 100%;
		background-color: #fff;
		position: absolute;
		left: 0; top: 0;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.mt_1 { margin-top: 2px; }
	.mt_2 { margin-top: 8px; }
	.mt_3 { margin-top: 14px; }
	.menu_toggle__title { display: none; }
	.mobile-menu_open #mobile_menu_btn .mt_1 {
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	.mobile-menu_open #mobile_menu_btn .mt_2 { opacity: 0; }
	.mobile-menu_open #mobile_menu_btn .mt_3 {
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
	}
.fotorama {
    margin-top: -90px;
}
.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 7px;
    border-radius: 6px;
    border: 0px solid #7f7f7f;
    background: #fff;
    transition: ease 0.2s;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 17px;
    height: 6px;
    left: -3px;
    right: -6px;
    margin: 0 5px;
    background: #fad800;
    border: 0px;
    transition: ease 0.2s;
}
.fotorama__nav--dots {
    display: block;
    position: relative;
    top: -100px;
}
.fotorama__nav__frame.fotorama__nav__frame--dot {
    width: 10px;
    margin: 0 3px;
}
/* Логотип */
.logotype {
	white-space: nowrap;
	color: #fff;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

	/* Меню в Шапке */
.infoalls {
    position: absolute;
    left: -200px;
    right: -210px;
    margin: 0 auto;
    background: #ededed;
    border-radius: 20px;
    width: 250px;
    top: 40px;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
    border: 3px solid #fad800;
}
.infoalls::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #ededed;
    margin: 0 auto;
    border-left: 3px solid #fad800;
    border-top: 3px solid #fad800;
    transform: rotate(45deg);
    position: absolute;
    top: -11px;
    z-index: 0;
    left: 0px;
    right: 0px;
}
.buttoninfoblock {
    display: flex;
    justify-content: space-between;
}
.buttoninfoblock > a::before {
    display: none;
}
.buttoninfoblock > a {
    display: block;
    padding: 6px 13px 6px;
    border-radius: 7px;
    text-decoration: none;
    background: #fad800;
    color: #363636;
    cursor: pointer;
    transition: 0.2s;
}
.buttoninfoblock > a:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.buttoninfoblock > a#hideinfo {
    display: block;
    padding: 5px 13px;
    border-radius: 7px;
    text-decoration: none;
    background: #fff;
    color: #363636;
    cursor: pointer;
}
.buttoninfoblock > a#showinfo {
    font-family: Mus5;
}
.videoinfomin {
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}
.txtinfoblock {
    display: block;
    max-width: 80%;
    margin: 15px auto 23px;
    color: #363636;
}
.txtinfoblock b, .txtinfoblock span {
    display: block;
    margin-bottom: 15px;
}
	#top_menu { 
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
}
	#top_menu > a, #top_menu > div.informblink {
		text-decoration: none !important;
		display: flex;
        align-items: center;
		color: #fff;
		position: relative;
		z-index: 2;
		padding: 5px 2%;
	}
#top_menu > a {
    white-space: nowrap;
}
    #top_menu > div.informblink > a {
		text-decoration: none !important;
        display: flex;
        align-items: center;
		color: #fff;
	}

    #top_menu a img {
		display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px;
        margin-bottom: 2px;
	}
	#top_menu a:after {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		margin: -5px 0 0 -5px;
		width: 10px; height: 10px;
		border-radius: 100%;
		background-color: #fff;
		overflow: hidden;
		opacity: 0;
	}
   #top_menu a.vnimanie {
    color: #fad800;
}
.center-info a.vnimanie {
    font-family: Mus7;
    color: #363636;
    cursor: pointer;
}
/*
	@-webkit-keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}
	@keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}

	#top_menu a:hover { z-index: 1; opacity: 1; }
	#top_menu a:hover:after {
		-webkit-animation: sun .3s ease;
		animation: sun .3s ease;
	}
*/
    #top_menu a::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.2s;
	}
    #top_menu a:hover::before {
    width: 32px;
    height: 2px;
    transition: 0.2s;
	}

	#top_menu a.active { cursor: pointer; opacity: 1; }

	#top_menu a.active:before {
		content: "";
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 4px;
    height: 4px;
    /* margin: -2px 0 0 -2px; */
    border-radius: 2px;
    background-color: #fad800;
        transition: 0.2s;
	}
    #top_menu a.active:hover::before {
    width: 32px;
    height: 2px;
    transition: 0.2s;
	}
	#top_menu a.active:after { display: none; }

/* Авторизация */
.user-img-top {
    border-radius: 50%;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    padding: 3px;
    border: 2px solid #fff;
}
.in-accaunt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Mus3;
    color: #fff;
    margin-right: 25px;
    text-decoration: none;
}
.in-accaunt:hover {
    text-decoration: none;
}
.carret-up {
    margin-left: 5px;
}
.in-accaunt > img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
}
#login_pane {
	list-style: none;
	padding: 0 10px 0 0; margin: 0;
}
	#login_pane > li > .btn-border {
		display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
	}
	#login_pane > li > .btn-border:hover {
	}
	#login_pane > li > .btn-border .over { max-width: 120px; margin-top: -2px; color: #fff; }
	#login_pane > li > .btn-border > .pm_num { margin-top: -3px; vertical-align: middle; display: inline-block; }
	.pm_num {
        width: 20px;
        height: 20px;
		font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Mus5;
		background-color: #fff;
		border-radius: 10px;
		margin: -2px -14px 0 12px;
		color: #363636;
		text-align: center;
		vertical-align: middle;
	}

	/* Форма входа */
	#login_pane .dropdown-form {
		text-align: center;
		right: 0px;
        top: 50px;
		padding: 39px; margin-left: -150px;
		width: 220px;
	}
	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 20px; }
	.login_form {
		list-style: none;
		padding: 0; margin: 0;
		border-bottom: 1px solid #efefef;
	}
	.login_form > li {
		border-top: 1px solid #efefef;
		display: block;
		position: relative;
	}
	.login_form > li > label { display: none; }
	.login_form > li > input {
		border: 0 none;
		padding: 19px; padding-left: 23px;
		border-radius: 0;
		background-color: transparent;
		width: 100%; height: 60px;
	}
	.login_form > li > .icon {
		position: absolute;
		left: 0; top: 50%;
		margin: -7px 0 0 0;
		height: 14px; width: 1em;
	}
	.login_form > li.login_input-btn > input { padding-right: 65px; }
	.login_form > li.login_input-btn > .btn {
		position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: none;
	}
.lostpass {
    color: #27b3b5;
}
.login_form > li.login_input-btn > .btn > .icon {
    fill: #363636;
    width: 21px;
}
	.login_form__foot { text-align: left; margin-top: 20px; }

	/* При успешной авторизации */
	.dropdown-form.logged:after {
		content: "";
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 125px;
		z-index: -1;
        border-radius: 12px;
	}
.dropdown-form.logged:before {
        background: #95dbf3;
} 
.dropdown-form.logged:after { 
        background: url("/img/cloud-background1.jpg") center center no-repeat;
        background-size: 102% auto;
}
		.login_pane__info .avatar { margin: 12px 0; }
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 25px 0;
			text-align: left;
			border-bottom: 1px solid #efefef;
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: 14px 0; display: block;
			border-top: 1px solid #efefef;
		}
		.login_pane__menu li a:hover { color: #27b3b5; }
		
		.login_pane__foot { text-align: left; }
		.login_pane__foot .plus_icon { margin: -3px 5px 0 0; }


/* Меню Категорий */
@media only screen and (min-width: 601px) {
#cat_menu {
	float: left;
	width: 13%;
	position: relative;
	z-index: 10;
	margin-top: 105px;
}
	.cat_menu a, .cat_menu a:after { -webkit-transition: all ease .22s; transition: all ease .22s; }
	.cat_menu a {
		display: block;
		padding: 6% 10px;
		color: #5a5a5a;
		text-decoration: none !important;
		position: relative;
	}
	.cat_menu a:hover { color: #27b3b5; }
	.cat_menu a:before, .cat_menu a:after {
		content: "";
		position: absolute;
		left: 0; top: 0; bottom: 0;
		background-color: #5a5a5a;
		width: 0; height: auto;
	}
	.cat_menu a:hover:after { width: 5px; background-color: #27b3b5; }

	.cat_menu a.active { cursor: default; color: inherit; }
	.cat_menu a.active:after { display: none; }
	.cat_menu a.active:before { width: 5px; }
}

.cat_menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat_menu ul ul {
  padding-left: 10px;
}
/* Мы в Соц.сетях */
#cat_menu .soc_links { padding: 0 25px; margin-top: 35px; }
.soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #27b3b5;
    text-align: center;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
	}
	.soc_links > a:hover {
		-webkit-transform: scale(1.3,1.3);
    	transform: scale(1.3,1.3);
    }
	.soc_links > a > .icon { fill: #fff; vertical-align: middle; }

	.soc_vk:hover, .groupsin .soc_vk:hover { background-color: #5486ca; }
	.soc_tw:hover, .groupsin .soc_tw:hover  { background-color: #60bbf5; }
	.soc_fb:hover, .groupsin .soc_fb:hover { background-color: #4268ca; }
	.soc_gp:hover, .groupsin .soc_gp:hover { background-color: #de553a; }
	.soc_ya:hover, .groupsin .soc_ya:hover { background-color: #ff0000; }
	.soc_od:hover, .groupsin .soc_od:hover { background-color: #ff7800; }
	.soc_mail:hover, .groupsin .soc_mail:hover { background-color: #006cff; }

/* --- Поиск --- */
.q_search { position: relative; margin-top: 22px; }
	.q_search > input {
		width: 100%; height: 36px;
		line-height: 22px;
		padding: 7px 72px 7px 18px;
		border-radius: 18px;
		background-color: #dfdfdf;
		display: block;
		border: 0 none;
		box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.q_search > input:focus {
		background-color: #fff;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	}
	.q_search > .btn { width: 36px; padding: 0; position: absolute; right: 0; top: 0; }
	.q_search .icon-search { position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px; width: 16px; height: 16px; }
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 36px;
		width: 36px; height: 36px;
	}
	.q_search .icon-set {
		width: 16px; height: 16px;
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #27b3b5; }

/* --- Карусель --- */
.carousel {
	position: relative;
	padding-top: 49%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
	.carousel-inner {
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item {
		display: none;
		position: relative;
		width: 100%; height: 100%;
		overflow: hidden;
		-webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
	}
	.carousel-inner > .item > .cover {
		width: 100%;
		position: absolute;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img { line-height: 1; vertical-align: top; }

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev { display: block; }
	.carousel-inner > .active { left: 0; }
	.carousel-inner > .next,
	.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
	.carousel-inner > .next { left: 100%; }
	.carousel-inner > .prev { left: -100%; }
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right { left: 0; }
	.carousel-inner > .active.left { left: -100%; }
	.carousel-inner > .active.right { left: 100%; }
	.carousel-control {
		position: absolute;
		top: 0; bottom: 0; right: 0;
		margin: 25px;
		width: 44px;
		display: flex;
		align-items: center;
		z-index: 1;
	}
	.carousel-control_in {
		box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
		background-color: #fff;
		border-radius: 22px;
		text-align: center;
	}
	.carousel-control .up, .carousel-control .down {
		display: block;
		padding: 15px 12px;
	}
	.carousel-control .icon {
		fill: #d7d7d7;
		width: 20px; height: 32px;
	}
	.carousel-control a:hover > .icon { fill: #27b3b5; }
	.carousel-indicators {
		list-style: none;
		padding: 0; margin: 0;
		text-align: center;
	}
	.carousel-indicators li {
		display: block;
		width: 20px; height: 20px;
		margin: 0 auto;
		cursor: pointer;
		position: relative;
	}
	.carousel-indicators li:after, .carousel-indicators li:before {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		border-radius: 50%;
	}
	.carousel-indicators li:after {
		width: 4px; height: 4px;
		margin: -2px 0 0 -2px;
		background-color: #7f7f7f;
	}
	.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #27b3b5; }
	.carousel-indicators li:before {
		display: none;
		border: 2px solid #27b3b5;
		width: 8px; height: 8px;
		margin: -6px 0 0 -6px;
	}
	.carousel-indicators li.active:before { display: block; }
	.carousel-caption {
		position: absolute;
		left: 0; bottom: 0; top: 0px; right: 0px;
		margin: 0 0 8% 8%;
		z-index: 10;
		color: #fff;
	}
	.carousel-caption .title {
		font-weight: bold;
		letter-spacing: -.03em;
		font-size: 2.9em;
		line-height: 1.3em;
	}
	.carousel-caption .text { 
		font-size: 1.3em;
		line-height: 1.45em;
	}
	.carousel.vertical .carousel-inner { height: 100%; }
	.carousel.vertical .item { left: 0; -webkit-transition: .4s ease-in-out top; transition: .4s ease-in-out top; }
	.carousel.vertical .active { top: 0; }
	.carousel.vertical .next { top: 100%; }
	.carousel.vertical .prev { top: -100%; }
	.carousel.vertical .next.left,
	.carousel.vertical .prev.right { top: 0; }
	.carousel.vertical .active.left { top: -100%; }
	.carousel.vertical .active.right { top: 100%; }

/* --- Контент --- */
#content, .content_top { position: relative; }

/* --- Сортировка и Хлебные крошки --- */
.pagetools {
	background: #ededed;
    border-radius: 20px;
	margin: 25px auto;
	position: relative;
	padding-left: 3%;
	width: 85%; height: 52px;
	overflow: hidden;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	#combo-tools .pagetools_in { 
		height: 100px;
		-webkit-transition: all .3s ease .2s; transition: all .3s ease .2s;
	}
	.pagetools_in { color: #25c0c2; }
	.sortbar_in, .speedbar { display: block; height: 22px; padding: 15px 25px; line-height: 22px; }
	.pagetools_back {
		position: absolute;
		left: 0; top: 0;
		width: 5%; height: 50px;
		text-align: center;
	}
	.pagetools_back .icon {
		display: block;
		margin: 16px auto 0 auto;
		width: 20px; height: 20px;
	}
	#combo-tools.active > .pagetools_in { margin-top: -50px; }
	.breadcrumb .over { vertical-align: baseline; }

	.sortbar_in { white-space: nowrap; }
	.sortbar_in > form { display: inline; }

/* --- Новости --- */
.box, .comment {
	position: relative;
}
.thumbnail_short, .thumbnail_short_on {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
    min-width: 135px;
    min-height: 135px;
    background: #fff;
    margin: 30px auto;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
}
.shortstory .thumbnail_short img, .shortstory .thumbnail_short_on img {
    transition: 0.3s;
}
.shortstory:hover .thumbnail_short img, .shortstory:hover .thumbnail_short_on img {
    transform: scale(1.2);
    transition: 0.3s;
}
.shortstory .thumbnail_short::before, .shortstory .thumbnail_short_on::before {
     transition: 0.3s;
}
.shortstory:hover .thumbnail_short::before, .shortstory:hover .thumbnail_short_on::before {
    transform: scale(0.9);
    transition: 0.3s;
}
.daterel .thumbnail_short::before {
    background: #fff;
    border: 3px dotted #363636;
}
.daterel:hover .thumbnail_short::before, .daterel:hover .thumbnail_short_on::before {
    border: 0px solid #fff;
}
.shortstory.daterel {
    margin-bottom: 0;
    position: relative;
}
.shortstory .thumbnail_short::after {
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: url("/img/stiker/hello.gif") center bottom no-repeat;
    background-size: auto 70%;
    position: absolute;
    z-index: 2;
    bottom: -5%;
    margin: 0 auto;
    transition: 0.3s;
}

.shortstory .thumbnail_short_on::after {
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: url("/img/stiker/hello.gif") center bottom no-repeat;
    background-size: auto 70%;
    position: absolute;
    z-index: 2;
    bottom: -15px;
    margin: 0 auto;
    transition: 0.3s;
}
.shortstory:hover .thumbnail_short::after, .shortstory:hover .thumbnail_short_on::after {
    width: 100%;
    height: 100%;
    background: url("/img/stiker/hello.gif") center bottom no-repeat;
    background-size: auto 80%;
    bottom: 0px;
    transform: scale(1.2);
    transition: 0.3s;
}
.shortstory.daterel .thumbnail_short::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url("/img/soon.png") center center no-repeat;
    background-size: auto 56px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
    transition: 0.3s;
}
.shortstory.daterel:hover .thumbnail_short::after {
    width: 100%;
    height: 100%;
    background: url("/img/soon.png") center center no-repeat;
    background-size: auto 54px;
    transition: 0.3s;
}
.thumbnail_short_on img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}
.daterel .thumbnail_short_on::before {
    background: #fff;
    border: 3px solid #363636;
}
.shortstory.daterel .thumbnail_short_on::before {
    content: "";
    display: block;
    width: 107%;
    height: 106%;
    border-radius: 50%;
    position: absolute;
    left: -6%;
    right: -6%;
    top: -6%;
    bottom: -6%;
    margin: auto;
    z-index: 1;
    border: 3px solid #f1c40f;
    transition: 0.3s;
}
.shortstory:hover .thumbnail_short img, .shortstory:hover .thumbnail_short_on img {
    transition: 0.3s;
}
.shortstory.daterel:hover .thumbnail_short img {
    opacity: 0.4;
    transition: 0.3s;
}
.shortstory.daterel::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffd25a;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -19px;
}
.ui-dialog {
    border-radius: 20px;
    right: 0px;
    left: 0px;
    top: 15%;
    margin: auto;
    position: fixed;
    border: 3px solid #363636;
    padding: 6px;
}
.in-subscribe {
    position: relative;
}
#BillingGroupBtnPay, #BillingGroupBtn {
    padding-top: 30px;
    display: block;
}
#BillingGroupBtnPay::after, #BillingGroupBtn::after {
    content: "";
    width: 110px;
    height: 130px;
    display: block;
    background: url(/uploads/img/category-sub.webp) bottom center no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: -10px;
    right: auto;
    margin: 0 auto;
}
.billing-table tr {
    border: 0px !important;
    min-height: 47px;
} 
.billing-table tr > td:nth-child(1), #BillingGroupBtnPayClick > span {
    font-family: Mus7;
}
.ui-dialog-content {
    /* height: 100% !important; */
}
.thumbnail_short::before {
    content: "";
    display: block;
    width: 107%;
    height: 106%;
    border-radius: 50%;
    position: absolute;
    left: -6%;
    right: -6%;
    top: -6%;
    bottom: -6%;
    margin: auto;
    z-index: 1;
    border: 3px solid #f1c40f;
} 
.thumbnail_short img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
} 
.daterel .thumbnail_short img {
    opacity: 0.5;
}
.allmaterial {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap;
}
	.box > .heading { 
    font-family: Mus7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
	.box > .heading .hnum { 
    font-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
	.box_in { 
        width: 85%;
        margin: 0 auto;
}

	.fullstory .title {
        font-family: Mus7;
    color: #363636;
    font-size: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}
.fullstory .title > img {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    transition: 0.3s;
}
    .box-short .title {
    font-family: Mus3;
    font-size: 120%;
    line-height: 120%;
        margin: 3px 0 15px;
}
.box-short .title a, .dlinc {
    font-family: Mus7;
    cursor: pointer;
}
.grammar-short {
    min-height: 20px;
    max-width: 88%;
}
.grammar-short a {
    font-family: Mus7;
    font-size: 110%;
    line-height: 110%;
    color: #363636;
}
.podborka-short .grammar-short {
    font-family: Mus7;
    font-size: 110%;
    line-height: 110%;
    color: #363636;
}
.grammar-short a:hover {
    text-decoration: none;
}
.levelshort {
    margin: 5px 0 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 5px;
    background: #ffffff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.levelshort::after {
    content: "";
    background: #f1c40f;
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
}
.levelshort.beginner::after {
    width: 20%;
}
.levelshort.elementary::after {
    width: 40%;
}
.levelshort.pre-intermediate::after {
    width: 60%;
}
.levelshort.intermediate::after {
    width: 80%;
}
.levelshort > ro:nth-child(1) {
    position: absolute;
    z-index: 1;
    width: 19%;
    height: 5px;
    border-right: 3px solid #ededed;
}
.levelshort > ro:nth-child(2) {
    position: absolute;
    z-index: 1;
    width: 39%;
    height: 5px;
    border-right: 3px solid #ededed;
}
.levelshort > ro:nth-child(3) {
    position: absolute;
    z-index: 1;
    width: 59%;
    height: 5px;
    border-right: 3px solid #ededed;
}
.levelshort > ro:nth-child(4) {
    position: absolute;
    z-index: 1;
    width: 79%;
    height: 5px;
    border-right: 3px solid #ededed;
}
.redaction, .okstats {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 19px;
    margin: 0 auto;
    top: 224px;
    z-index: 3;
    transform: scale(0);
    transition: 0.3s;
}
.subscription-is .redaction, .subscription-is .okstats {
    left: auto;
    margin-left: -50px;
    margin-top: 30px;
}
.fullstory .redaction {
    top: 0px;
    left: 40px;
}
.allimgpodborki .redaction {
    top: 200px;
    left: 40px;
}
.allimgpodborki:hover .redaction {
    transform: scale(1);
}
.fullstory .okstats {
    position: absolute;
    cursor: pointer;
    top: 40px;
    left: 40px;
}
#Oknostat {
    display: flex;
    align-items: center;
    justify-content: center;
}
#statedit {
    max-width: 300px;
}
#statedit div.edpunkt {
    margin-bottom: 20px;
}
#statedit div.edpunkt > div {
    margin-bottom: 7px;
}
.okstats svg {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.fullstory .shortstory .redaction {
    left: 19px;
    top: 224px;
}
.fullstory .shortstory .okstats {
    left: 19px;
    top: 264px;
}
.shortstory:hover .redaction, .fullstory:hover > .box_in > .redaction, .fullstory:hover > .box_in > .okstats, .shortstory:hover .okstats {
    transform: scale(1);
    transition: 0.3s;
}
.all-subscription:hover .redaction, .all-subscription:hover .okstats {
    transform: scale(1);
    transition: 0.3s;
}
#dropmenudiv {
    border-radius: 12px;
    border: 0px;
}
.redaction > a, .okstats {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background: #ededed;
}
.daterel .redaction > a {
    border-radius: 20px;
}
.daterel .redaction {
    bottom: -27px;
    top: auto;
    left: 40%;
    right: 40%;
    margin: 0 auto;
}
.icon-contains {
    display: flex;
    font-size: 0px;
    margin-top: 5px;
    min-height: 32px;
}
.icon-contains > a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0px;
    margin-right: 10px;
}
.icon-contains > a[href*="/xfsearch/contains/audio_material/"] {
    background: url("/img/music1.png") center center no-repeat #27b3b5;
    background-size: 16px auto;
}
.icon-contains > a[href*="/xfsearch/contains/video_materials/"] {
    background: url("/img/film1.png") center center no-repeat #27b3b5;
    background-size: 16px auto;
}
.icon-contains > a[href*="/xfsearch/contains/interactive_game/"] {
    background: url("/img/cursor-finger1.png") center center no-repeat #27b3b5;
    background-size: 16px auto;
}
.icon-contains > a[href*="/xfsearch/contains/handout/"] {
    background: url("/img/file1.png") center center no-repeat #27b3b5;
    background-size: 16px auto;
}
.icon-contains > a[href*="/xfsearch/contains/tests_and_examples/"] {
    background: url("/img/checkbox1.png") center center no-repeat #27b3b5;
    background-size: 16px auto;
}
.icon-contains > a[href*="/xfsearch/contains/tests_and_exercises/"] {
    background: url("/img/checkbox1.png") center center no-repeat #27b3b5;
    background-size: 16px auto;
}
.mlmin10 {
    margin-left: -10px;
}
.view-end-likes {
    position: absolute;
    bottom: -70px;
}
.rate_like > a {
    transition: 0.2;
}
.rate_like > a:hover {
    transform: scale(1.6);
    transition: 0.2;
}
.icon-contains-full {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    font-size: 0px;
    margin-bottom: 60px;
}
.icon-contains-full > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 27px 0 55px;
    width: auto;
    height: 60px;
    border-radius: 30px;
    font-size: 0px;
    margin-right: 25px;
    color: #363636;
    font-family: Mus5;
    transition: 0.2s;
}
.modal .icon-contains-full > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 40px;
    width: auto;
    height: 50px;
    border-radius: 25px;
    font-size: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #363636;
    font-family: Mus5;
    transition: 0.2s;
}
.icon-contains-full > a:hover {
    text-decoration: none;
    background-color: #fad800 !important;
    transform: scale(1.1);
    transition: 0.2s;
}
.icon-contains-full > a::after {
    font-size: 14px;
}
.modal .icon-contains-full > a::after {
    font-size: 13px;
}
.icon-contains-full > a[href*="/xfsearch/contains/audio_material/"] {
    background: url("/img/music.png") 22px center no-repeat #99dcdd;
    background-size: 17px auto;
}
.modal .icon-contains-full > a[href*="/xfsearch/contains/audio_material/"] {
    background: url("/img/music.png") 16px center no-repeat #99dcdd;
    background-size: 16px auto;
}
.icon-contains-full > a[href*="/xfsearch/contains/audio_material/"]::after {
    content: "Аудио материалы";
}
.icon-contains-full > a[href*="/xfsearch/contains/video_materials/"] {
    background: url("/img/film.png") 22px center no-repeat #99dcdd;
    background-size: 17px auto;
}
.modal .icon-contains-full > a[href*="/xfsearch/contains/video_materials/"] {
    background: url("/img/film.png") 16px center no-repeat #99dcdd;
    background-size: 16px auto;
}
.icon-contains-full > a[href*="/xfsearch/contains/video_materials/"]::after {
    content: "Видео материалы";
}
.icon-contains-full > a[href*="/xfsearch/contains/interactive_game/"] {
    background: url("/img/interactiv-game.png") 22px center no-repeat #99dcdd;
    background-size: 17px auto;
}
.modal .icon-contains-full > a[href*="/xfsearch/contains/interactive_game/"] {
    background: url("/img/interactiv-game.png") 16px center no-repeat #99dcdd;
    background-size: 16px auto;
}
.icon-contains-full > a[href*="/xfsearch/contains/interactive_game/"]::after {
    content: "Интерактивные игры";
}
.icon-contains-full > a[href*="/xfsearch/contains/handout/"] {
    background: url("/img/file.png") 22px center no-repeat #99dcdd;
    background-size: 17px auto;
}
.modal .icon-contains-full > a[href*="/xfsearch/contains/handout/"] {
    background: url("/img/file.png") 16px center no-repeat #99dcdd;
    background-size: 16px auto;
}
.icon-contains-full > a[href*="/xfsearch/contains/handout/"]::after {
    content: "Раздаточный материал";
}
.icon-contains-full > a[href*="/xfsearch/contains/tests_and_examples/"] {
    background: url("/img/checkbox.png") 22px center no-repeat #99dcdd;
    background-size: 17px auto;
}
.modal .icon-contains-full > a[href*="/xfsearch/contains/tests_and_examples/"] {
    background: url("/img/checkbox.png") 16px center no-repeat #99dcdd;
    background-size: 16px auto;
}
.icon-contains-full > a[href*="/xfsearch/contains/tests_and_examples/"]::after {
    content: "Тесты и упражнения";
}
.icon-contains-full > a[href*="/xfsearch/contains/tests_and_exercises/"] {
    background: url("/img/checkbox.png") 22px center no-repeat #99dcdd;
    background-size: 17px auto;
}
.modal .icon-contains-full > a[href*="/xfsearch/contains/tests_and_exercises/"] {
    background: url("/img/checkbox.png") 16px center no-repeat #99dcdd;
    background-size: 16px auto;
}
.icon-contains-full > a[href*="/xfsearch/contains/tests_and_exercises/"]::after {
    content: "Тесты и упражнения";
}
.all-lessons {
    margin-top: 60px !important;
} 
.redaction > a > i {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/img/redaction_short.png") center center no-repeat;
    background-size: 100% auto;
}
.mintxtshort {
    color: #27b3b5;
    font-size: 90%;
}
.podborka-short .mintxtshort {
    color: #fff;
    font-size: 90%;
}
.daterel .mintxtshort.dates {
    font-size: 120%;
    color: #363636;
    font-family: Mus7;
}
.daterel .mintxtshort.dates_off {
    font-size: 120%;
    color: #27b3b5;
    font-family: Mus5;
}
.mintxtshort a {
    color: #27b3b5;
}
.podborka-short .mintxtshort a {
    color: #fff;
}
.mintxtshort a:hover {
    text-decoration: none;
}
	.story .title > a {
		color: inherit;
		text-decoration: none !important;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.story .title > a:hover { }

	/* Иконки управления новостью слева */
	.story_icons {
		position: absolute;
		top: 0; left: 0;
		width: 8%;
		list-style: none;
		padding: 4% 0 0 0; margin: -.2em 0 0 0;
	}
	.fixed_story .story_icons { z-index: 1; }
	.story_icons > li { text-align: center; margin: 0 0 10px 0; }

	.story .box_in > .text { font-size: 100%; }
	.story .box_in > .text:after { content: ""; display: block; clear: both; }
	.story .box_in > .text > img[style*="left"], .story .box_in > .text > .highslide img[style*="left"] { margin: 2px 4% 4% 0; }
	.story .box_in > .text > img[style*="right"], .story .box_in > .text > .highslide img[style*="right"] { margin: 2px 0 4% 4%; }
	.story .box_in > .text img { max-width: 100%; }

	/* Редактировал... */
	.editdate {
		margin: 4% 0 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	/* Кнопка "В закладки" */
	.fav_btn > a, .edit_btn > a {
		display: inline-block;
		padding: 4px;
		width: 16px; height: 16px;
	}
		.fav_btn .icon {
			width: 16px; height: 16px;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #919191; }
		.fav_btn:hover .icon-fav { fill: #27b3b5; }
		@media only screen and (min-width: 601px) {
			.fixed_story .fav_btn .icon-fav { fill: #fff; }
			.fixed_story .fav_btn:hover .icon-fav { fill: #fff; }
		}
		
		.fav_btn .icon-star { fill: #fed762; }

	/* Кнопка "Редактировать" */
	.edit_btn > a {
		position: relative;
		-webkit-transition: transform ease .2s; transition: transform ease .2s;
	}
		.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before { 
			padding-top: 2px;
			width: 16px; height: 0;
			background-color: #919191;
			overflow: hidden;
			display: block;
			margin: 3px 0;
		}
		.edit_btn > a:after, .edit_btn > a:before { content: ""; }
		.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
			background-color: #27b3b5;
		}
		.edit_btn > a:hover { 
			-webkit-transform: rotate(90deg); transform: rotate(90deg);
		}

	/* Важная новость */
	.fixed_label {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 30px;
		padding-top: 4%;
	}
		.fixed_label:before {
			content: "";
			position: absolute;
			left: 50%; top: 0; bottom: 0;
			margin: 0 0 0 -15px;
			background-color: #e85319;
			width: 30px;
		}
		.fixed_label:after {
			content: "";
			position: absolute;
			bottom: 0; left: 50%;
			margin: 0 0 0 -15px;
			border: solid transparent;
			border-bottom-color: #fff;
			border-width: 0 15px 5px 15px;
			z-index: 1;
		}
	
	/* Нижняя часть новости */
	.story_tools { 
        margin-top: 25px;
        margin-left: 7px;
        padding-bottom: 5px;
        position: relative;
        display: flex;
}
		.story_tools > .category { float: right; margin-top: .7em; font-size: .9em; }
		.story_tools > .category .icon { width: 12px; height: 15px; margin: -.2em .4em 0 0; }
		.story_tools > .btn { float: left; margin-right: 2em; }
		.story_tools > .rate { float: left; }
		.story_tools .rate_stars { margin-top: 6px; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			height: 22px; line-height: 22px;
			text-decoration: none !important;
			font-family: Mus5;
			color: #363636;
            position: relative;
            z-index: 3;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #363636; color: #363636; }
		.rate_like .icon { width: 16px; height: 15px; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 22px; height: 22px;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: 14px; height: 15px;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #27b3b5; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default; margin: 0 .3em; }

	.story > .meta { font-size: .9em; background-color: #f7f7f7; padding: 2% 7%; border-radius: 0 0 2px 2px; }
		.meta:after, .story_tools:after { clear: both; display: table; content: ""; }
		.meta > ul { list-style: none; padding: 0; margin: 0; }
		.meta > ul > li { display: inline; }
		.meta > ul.left > li { margin-right: 2em; }
		.meta > ul.right > li { margin-left: 2em; }
		.meta .icon { width: 16px; height: 16px; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 18px; }

	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
	}

/* --- Постраничная навигация --- */
.navigation { margin: 25px 0; width: 100%; }
	.navigation:after { clear: both; display: block; content: ""; }
 .navigation .pages { 
     display: flex;
     justify-content: center;
     align-items: center;
     flex-flow: wrap;
}
.com_list.allcomms #dlemasscomments .comment {
    background: #ededed;
    margin-top: 20px;
    border-radius: 20px;
}
.com_list.allcomms #dlemasscomments .mass_comments_action {
    margin-top: 30px;
    padding: 2% 0%;
}
.dle-comments-navigation .navigation {
    padding: 0px !important;
}
	.pages span, .pages a:hover, .page_next-prev { 
		background-color: #fff;
	}
	.pages span, .pages a {
		color: inherit;
		display: flex;
        justify-content: center;
        align-items: center;
		position: relative;
        border-radius: 50%;
		min-width: 38px; height: 38px; line-height: 22px;
		text-align: center;
		text-decoration: none !important;
	}
	.pages span { color: #27b3b5; }
	.pages a:hover { color: #fff; background-color: #27b3b5; }

	.page_next-prev { float: right; height: 36px; }
		.page_next-prev * { float: left; }
		.page_next-prev .icon { width: 32px; height: 20px; fill: #d7d7d7; }
		.page_next-prev > span >  a:hover .icon { fill: #27b3b5; }
		.page_next-prev > span > * { float: left; padding: 8px 12px; }

	.page_next > span, .page_prev > span { opacity: 0.5; }

	/* Постраничная навигация в новости */
	.splitnewsnavigation { margin-top: 4%; padding-top: 4%;  border-top: 1px solid #efefef; }
	.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }

/* --- Блок: Новости Партнеров --- */
.hblock > .title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f7f7f7;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}
	.banner img { vertical-align: top; max-width: 100%; }
	.midside .banner {
		padding: 2.5% 8%;
		text-align: center;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev {
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev a {
		margin:  10px;
	}
	.hblock .banner { border-top: 1px solid #efefef; }

	.informer_list {
		list-style: none;
		margin: 0 -25px 0 0;
		padding: 0;
	}
		.informer_list:after { clear: both; display: block; content: ""; }
		.informer_list li {
			float: left;
			width: 33.33333%;
			padding-right: 25px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.informer_list li .title {  margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #27b3b5; }
		
		.more_icon {
			display: inline-block;
			background-color: #27b3b5;
			border-radius: 9px;
			height: 4px;
			padding: 7px 8px;
			margin-top: 1em;
			}
		.more_icon:after { clear: both; display: block; content: ""; }
		.more_icon > i {
			margin-left: 2px;
			float: left;
			width: 4px; height: 4px;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.more_icon:hover > i { margin-left: 10px; }
		.more_icon > i:first-child { margin-left: 0 !important; }

/* --- Правая колонка --- */
.block, .rightside .banner { margin-bottom: 25px; }
	.rightside .banner { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); }

	.block > .title {
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	.block > .title > b, .block > .title:after, .block > .title > h4 { font-size: 1em; margin: 0; display: inline-block; vertical-align: middle; }
	.block > .title:after {
		content: "";
		background: #dedede;
		height: 4px; width: 100%;
		margin: 0 0 0 15px;
		border-top: 1px solid #d1d1d1;
	}

	/* Смена баннера при уменьшении разрешения */
	@media only screen and (max-width: 1279px) { .banner_300 { display: none; } }
	@media only screen and (min-width: 1280px) { .banner_240 { display: none; } }

	/* Блок: Популярное */
	ol.topnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
		counter-reset: ol-counter;
	}
		ol.topnews > li > a:after { content: ""; display: block; clear: both; }
		ol.topnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 70px;
		}
		ol.topnews > li:last-child > a { border-bottom-width: 0; }
		ol.topnews > li > a:before, ol.topnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		ol.topnews > li > a:before {
			content: counter(ol-counter);
			counter-increment: ol-counter;
			font-weight: bold;
			font-size: 1.5em;
			border-radius: 50%;
			border: 2px solid #3896e6;
			width: 48px; height: 48px;
			text-align: center;
			float: left;
			line-height: 30px;
			padding: 7px 0;
			margin-left: -70px;
			color: #27b3b5;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		ol.topnews > li > a:hover:before {
			color: #fff;
			background-color: #27b3b5;
			box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22); -webkit-box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
		}
		ol.topnews > li > a > * { cursor: pointer; display: block; }
		ol.topnews > li > a > b { display: block; }
		ol.topnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		ol.topnews > li > a:hover > b { color: #27b3b5; }

	/* Блок: Опросы */
	.block_grey {
		padding: 25px;
		margin-bottom: 25px;
		border-radius: 2px;
		background-color: #e5e5e5;
	}
		.block_grey > .title {
			margin: 0 0 1em 0;
			font-size: 1em;
			letter-spacing: 0;
		}
		.vote_more { font-size: .9em; margin: -.7em 0 1em 0; }

		.vote_list { margin: 8% 0; }
		.vote_list .vote, .vote_list .pollanswer { margin: .6em 0 .2em 0; }
		.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
		.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
			display:inline-block;
			width: 8px; height: 8px;
			border: 4px solid #3b3b3b;
			background-color: #fff;
			margin: -3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			content: "";
			border-radius: 2px;
		}
		.vote_list .vote > input[type="radio"] + label:before,
		.vote_list .pollanswer > input[type="radio"] + label:before { border-radius: 50%; }
		.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before { border-color: #27b3b5; }
		.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
			background-color: #27b3b5;
			border-color: #27b3b5;
		}
		.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before,
		.vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before
		{ -webkit-transition: border-color ease .2s; transition: border-color ease .2s; }

		.btn-border .icon-votes { width: 16px; height: 14px; margin: -3px 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

		#dlevotespopupcontent { height: auto !important; overflow: visible !important; }

	/* Блок: Архив новостей */
	.title_tabs { margin: -10px 0 10px 0 !important; }
	.title_tabs ul { cursor: default; list-style: none; padding: 0; margin: 0 0 0 15px; }
		.title_tabs * { display: inline-block; vertical-align: middle; }
		.title_tabs ul li > a {
			display: block;
			width: 36px; height: 16px;
			padding: 10px 0;
			border-radius: 50%;
			margin-bottom: 2px;
			text-align: center;
			position: relative;
		}
		.title_tabs ul li.active > a {
			background-color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.title_tabs ul li > a > .icon { width: 16px; height: 16px; fill: #6a6a6a; vertical-align: top; }
		.title_tabs ul li.active > a > .icon { fill: #27b3b5; }

	/* Блок: Изменить оформление */
	.block_bg {
		margin-bottom: 25px;
		background-color: #1b64a8;
		border-radius: 2px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		padding: 25px;
	}
		.block_bg > .title {
			font-size: 1em;
			color: #fff;
			margin: -.2em 0 .6em 0;
			text-transform: uppercase;
		}
		.change_skin {
			background: url(../images/change_skin.png) no-repeat 0 50%;
			-webkit-background-size: cover; background-size: cover;
		}

		.change_skin .styled_select {
			background: #fff;
			border-radius: 2px;
			width: 100%;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
			border-width: 0;
			overflow: hidden;
			position: relative;
		}
		.change_skin .styled_select > .icon {
			position: absolute;
			left: 100%; top: 50%;
			width: 16px; height: 10px;
			margin: -5px 0 0 -26px;
 			fill: #d7d7d7;
		}
		.change_skin .styled_select:hover > .icon { fill: #27b3b5; }
		.change_skin .styled_select select {
			width: 112%; height: 36px;
			background-color: transparent;
			border-width: 0;
			padding: 7px;
			position: relative;
			z-index: 1;
			appearance: none; -webkit-appearance: none; -moz-appearance: none;
		}
	
	/* Блок: Теги */
	.tag_list > span { margin: 0 2px 2px 0; }
		.tag_list > span, .tag_list > span > a { display: inline-block; }
		.tag_list > span > a {
			border: 1px solid #d6d6d6;
			color: inherit;
			text-decoration: none !important;
			padding: 4px 8px;
			border-radius: 2px;
		}
		.tag_list > span > a:hover {
			background-color: #fff;
			color: #27b3b5;
			border-color: #fff;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		}
		.tags_more { margin-top: 1em; }

	/* Блок: Похожее */
	.relnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.relnews > li > a:after { content: ""; display: block; clear: both; }
		.relnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.relnews > li:last-child > a { border-bottom-width: 0; }
		.relnews > li > a .icon, .relnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.relnews > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.relnews > li > a > * { cursor: pointer; display: block; }
		.relnews > li > a > b { display: block; }
		.relnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		.relnews > li > a:hover > b { color: #27b3b5; }

	/* Блок: последние комментарии */
	.lastcomm {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.lastcomm > li > a:after { content: ""; display: block; clear: both; }
		.lastcomm > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.lastcomm > li:last-child > a { border-bottom-width: 0; }
		.lastcomm > li > a .icon, .lastcomm > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.lastcomm > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.lastcomm > li > a > * { cursor: pointer; display: block; }
		.lastcomm > li > a > b { display: block; margin-top: .4em;}
		.lastcomm > li > a > span {
			font-size: .9em;
			opacity: .5;
		}
		.lastcomm > li > a:hover > b { color: #27b3b5; }

/* --- Футер --- */
.footer_menu { position: relative; padding: 0 0 25px 0; }
.foot_menu {
	list-style: none;
	padding: 0;
	margin: 0 -25px 0 0;
}
	.foot_menu > li {
		float: left;
		width: 30%;
		padding-right: 25px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.foot_menu > li > b { display: block; margin-bottom: 1em; }
	.foot_menu > li > b > i { display: none; }
	.foot_menu > li nav > a {
		color: #838383;
		display: block;
		font-size: .9em;
		padding: .2em 0;
	}
	@media only screen and (min-width: 601px) {
		.foot_menu > li > div {
			display: block !important;
			height: auto !important; width: auto !important;
		}
	}

	/* Кнопка наверх */
	.upper {
		position: absolute;
		left: 0;
		width: 13%;
		text-align: center;
	}
		#upper {
			display: block;
			margin: 0 auto;
			border-radius: 50%;
			width: 64px; height: 64px;
			background-color: #d7d7d7;
			position: relative;
		}
		#upper .icon {
			width: 20px; height: 32px;
			fill: #ededed;
			position: absolute;
			left: 50%; top: 50%;
			margin: -16px 0 0 -10px;
		}
		#upper:hover { background-color: #27b3b5; }
		#upper:hover .icon { fill: #fff; }

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 70px;
    height: 160px;
    background: url(/img/fon-futer.png) top center no-repeat;
    background-size: 100% auto;
}
	.footer a, .footer { color: #363636; }
	.footer .footer-content { 
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 85%;
        height: auto;
}
	.footer age { 
        width: 35px;
        height: 38px;
        border-radius: 12px;
        border: 3px solid #363636;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Akro;
        font-size: 30px;
        padding-left: 5px;
        padding-bottom: 2px;
}
	.footer .copy-text { 
        position: relative;
        padding-left: 26px;
}
.footer .copy-text > div, .footer .txt-online > div { 
        font-size: 85%;
}
.foot-online {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.link-help {
    width: 57px;
    height: 57px;
    margin-right: 18px;
    border-radius: 50%;
    background: url("/uploads/img/help.webp") center center no-repeat;
    background-size: 102% auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.link-help:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.pm_outbox_copy {
    padding-top: 10px;
    display: inline-block;
}
.pm_outbox_copy > input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.gray-theme.fr-toolbar.fr-top {
    box-shadow: none !important;
    background: #fff;
    border-radius: 12px 12px 0 0;
}
.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper {
    box-shadow: none !important;
    background: #fff;
    border-radius: 0 0 12px 12px;
}
.link-help::after {
    content: "";
    width: 62px;
    height: 62px;
    display: block;
    border-radius: 50%;
    border: 3px solid #f1c40f;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}
.gray-theme.fr-box .fr-counter {
    color: #363636;
    font-family: Akro;
    background: #fff;
    font-size: 12px;
    border-top: solid 2px #ededed;
    border-left: solid 2px #ededed;
    border-radius: 12px 0 12px 0;
}
    .footer .copy-text strong { 
        position: absolute;
        left: 0px;
        top: -9px;
        font-size: 25px;
}

	.ca { float: right; white-space: nowrap; margin-left: 20px; }
	.ca > .icon {
		margin: -.2em .8em 0 0;
		width: 30px; height: 17px;
		fill: #cbcbcb;
	}
	.ca:hover > .icon { fill: #838383; }

	.counter { float: right; margin-left: 10px; margin-top: 2px; opacity: .5; }
	.counter:hover { opacity: 1; }
	.counter > img { vertical-align: top; }

/* --- Просмотр новости --- */
.showfull .pagetools { position: absolute; }
	.showfull .story {  }
	.showfull .comments { 
        width: 85%;
        margin: 40px auto 60px;

}
	.showfull #content .rightside { margin: 0 -350px 0 0; }

	.showfull #content .rightside .banner { padding: 0; }

/* --- Статические страницы --- */
.page_static { margin-bottom: 60px; }
	.page_static:after { clear: both; display: block; content: ""; }
	.page_static > .text { font-size: 1.15em; }

/* --- Информация об ошибках --- */
.berrors {
	background: #ffe6dd;
	border: 0px;
	color: #363636;
	padding: 20px 25px;
	margin-bottom: 25px;
    width: 100%;
	min-height: 1%;
	border-radius: 12px;
	box-sizing: border-box;
}
#content > .box.berrors.fix_grid {
    width: 85%;
    margin: 0 auto 30px;
}
/* --- Комментарии --- */
/* Форма добавления */
.addcomment .gray-theme.fr-box.fr-basic .fr-element {
    padding: 10px 20px;
}
.addcomment { background-color: #ededed; border-radius: 20px; padding: 40px 0 50px; }
	.plus_icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; position: relative; }
	.addcomment .plus_icon { width: 8%; padding: 10px 0; float: left; margin-top: 4%; }
	.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
		position: absolute;
	}
	.plus_icon > span:before, .plus_icon > span:after {
		background-color: #b3b3b3;
		content: "";
	}
	.plus_icon > span {
		width: 16px; height: 16px;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
	}
	.plus_icon > span:after {
		left: 0; top: 50%;
		width: 100%; height: 2px;
		margin-top: -1px;
	}
	.plus_icon > span:before {
		left: 50%; top: 0; 
		width: 2px; height: 100%;
		margin-left: -1px;
	}

	.plus_icon.circle {
		width: 12px; height: 12px;
		padding: 4px;
		border-radius: 50%;
		border: 2px solid #27b3b5;
	}
	.plus_icon.circle > span { width: 12px; height: 12px; margin: -6px 0 0 -6px; }
	.plus_icon.circle > span:before, .plus_icon.circle > span:after { background-color: #27b3b5; }

	/* Формы на UL */
	ul.ui-form { list-style: none; padding: 0; margin: 0; }
		ul.ui-form > li { margin-bottom: 20px; }
		ul.ui-form > li:last-child { margin-bottom: 0; }
		.form-group { margin-bottom: 20px; }
		.form-group > label { display: block; margin-bottom: .4em; }
		.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

		@media only screen and (min-width: 601px) {
			.form-group.combo:after { clear: both; display: table; content: ""; }
			.form-group.combo > .combo_field { width: 50%; float: left;
				-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
			}
			.form-group.combo > .combo_field:last-child { padding-left: 10px; }
			.form-group.combo > .combo_field:first-child { padding-right: 10px; }
		}
		.form_submit { margin-top: 20px; }
		.form-sep { border-top: 1px solid #efefef; }

	/* Модификация BB редактора для комментариев */
	#comment-editor .bb-editor textarea { padding: 7px; padding-bottom: 45px; height: 200px; }
	.addpm #comment-editor .bb-editor textarea { height: 340px; }

	.wseditor table, .bb-editor table { margin: 0px; }

/* Комментарии */
.com_list { }
	.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list .comment {
		background-color: transparent;
		margin: 0;
		border-radius: 0;
	}
	.comment:hover {
		position: relative;
	}
	.avatar { display: inline-block; }
	.avatar .cover {
		width: 100px; height: 100px;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
        border: 5px solid #ffffff;
	}
	.comment .avatar { float: left; margin-right: 15px; position: relative; }
	.comment .avatar .cover { width: 36px; height: 36px; }
	.com_online {
		position: absolute;
    left: 84%;
    top: 28%;
    margin: -4px 0 0 -4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #70bb39;
    border: 2px solid #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
	}

	.com_info { font-size: .9em; margin-bottom: 2%; margin-top: -5px; }
	.com_info:after { clear: both; display: block; content: ""; }

	.com_user { float: left; margin: 9px 15px 0 0; }
	.comment .meta { display: inline; }
	.comment .meta .left { margin: 9px 0 0 0; }
	.comment .meta .left .mass input { margin: -2px 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: 10px; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 20px; height: 20px;
			vertical-align: middle;
			padding: 2px;
			margin-top: -2px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: 2px; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: 4px; }
		.comment .meta .left .icon { margin: 0; fill: #919191; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #27b3b5; }
		.comment .meta .left a .icon-reply {
			width: 15px; height: 16px;
			fill: #27b3b5 !important;
			margin-right: .4em;
			vertical-align: middle;
		}
.com_user b.name {
    font-family: Mus7;
    font-size: 120%;
    margin-right: 10px;
}
		.comment .meta .left a .icon-coms {
			width: 15px; height: 16px;
			fill: #27b3b5 !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: 2px; margin-top: -4px; } 
		.comment .icon-bad { width: 16px; height: 16px; }
		.comment .icon-cross { width: 12px; height: 12px; }

	.comment .meta .rate { float: right; }

	/* Древовидные комментарии */
	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 4% 0 4%; border-top: 1px solid #efefef; }
	#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 30px 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {
clear: both;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 2000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: 12px;
		margin: 30px 0 0 -20px;
		background-color: #e6e6e6;
		width: 10px; height: 2px;
	}	

	/* Управление комментариями */
	.mass_comments_action { text-align: right; border-top: 1px solid #efefef; padding: 2% 4%; }
	.mass_comments_action > select { height: 36px; padding: 5px; width: 200px; margin-left: 1em; }

	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: 1.08em; }

/* --- Контакты --- */
#map { width: 100%; height: 400px; }
	.map_resp {
		width: 100%; padding-top: 60%; height: 0;
		position: relative;
	}
	.map_resp > #map {
		position: absolute;
		left: 0; top: 0; bottom: 0;
		height: auto;
	}
	.dark_top {
		border-radius: 2px 2px 0 0;
		color: #fff;
		background: #2c2c2c;
	}
	.contacts { font-size: 1.3em; }
	.contacts > .grid_1_2 { padding-left: 42px; }
	.contacts > .grid_1_2 .icon {
		float: left;
		margin: 5px 0 0 -42px;
		width: 24px;
	}

/* --- Регистрация, Восстановление пароля, Добавление новости---*/
.page_form_style body {  }
	.page_form { max-width: 1100px; padding-left: 7%; }
	.page_form__back {
		background-color: #27b3b5;
		position: fixed;
		left: 0; top: 0;
		height: 100%; width: 3%;
		padding: 0 2%;
	}
	.page_form__back:after {
		content: "";
		position: absolute;
		top: 0; right: 0;
		width: 5px; height: 100%;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	}
	.page_form__back > .icon {
		position: absolute;
		left: 50%; top: 8%;
		margin: 0 0 0 -15px;
		width: 30px; height: 20px;
		fill: #fff;
		opacity: 1;
	}
    .addregistration select, .addregistration textarea, .addregistration input[type="text"], .addregistration input[type="password"], .addregistration input[type="file"], .addregistration input[type="datetime"], .addregistration input[type="datetime-local"], .addregistration input[type="date"], .addregistration input[type="month"], .addregistration input[type="time"], .addregistration input[type="week"], .addregistration input[type="number"], .addregistration input[type="email"], .addregistration input[type="url"], .addregistration input[type="search"], .addregistration input[type="tel"], .addregistration input[type="color"] {
        border: 3px solid #27b3b5;
}
.addregistration .insoc .soc_links {
    max-width: 240px;
    margin-top: 30px;
}
.addregistration .form-group > label:nth-child(1), .addregistration .form-group > .xfields {
    font-family: Mus5;
    font-size: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.addregistration h1, .addregistration h2 {
    font-family: Mus5;
    font-size: 130%;
}
.addregistration.feednewteam h2.title.h1 {
    font-family: Mus7;
    font-size: 140%;
    margin-bottom: 20px;
}
.addregistration .page_form__back:hover .icon.icon-left {
    transform: scale(1.3);
    transition: 0.2s;
}
.addregistration .page_form__back .icon.icon-left:hover {
    transform: scale(1.3);
    transition: 0.2s;
}
.form-group-one {
    width: 100%;
}
.addregistration .toph2 {
    margin-top: 40px;
}
.addregistration .soc_links > a {
    width: 46px;
    height: 46px;
}
.addregistration .page_form__form .login_check > .btn {
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    margin: 4px;
    border-radius: 7px;
    height: 52px;
}
.addregistration {}
	.page_form__back:hover > .icon { opacity: 1; }
	.page_form__body { padding: 0 10%; }
	.page_form__logo { padding: 8% 0 0 0; margin-bottom: 8%; }
	.page_form__logo .icon { margin-top: -10px; width: 60px; height: 60px; }

	.page_form__inner > .title { font-weight: normal; font-size: 30px; margin: 4% 0; }
	.page_form__form .form_submit { border-top: 1px solid #e0e0e0; padding: 20px 0 0 0; margin-top: 20px; }
	
	@media only screen and (min-width: 701px) {
		.page_form__form { font-size: 1.25em; }
		.page_form__form .form-group label { color: #999; }
		.page_form__form .form-group input, .page_form__form .form-group textarea,
		.page_form__form .form-group select, .page_form__form .c-captcha input {
			font-size: 1em;
			height: 60px;
			line-height: 26px;
			padding: 15px;
		}
		.page_form__form .form-group textarea { height: auto; }
		.page_form__form .c-captcha img { width: 160px; height: 60px; }
		.page_form__form .c-captcha input { width: 160px; }

		.page_form__form .form_submit { padding-top: 3%; margin-top: 3%; }
		.page_form__form ul.ui-form > li { margin-bottom: 3%; }
		.page_form__form .form_submit > .btn {
			font-size: 1em;
			font-weight: normal !important;
			height: 60px;
			border-radius: 30px;
			line-height: 26px;
			padding: 17px 28px;
		}
	}

	.page_form__form .login_check { position: relative; }
	.page_form__form .login_check > input { padding-right: 150px; }
	.page_form__form .login_check > .btn {
		width: 120px;
		position: absolute;
		right: 0; top: 0;
		font-weight: bold;
		margin: 12px;
	}
	#result-registration { margin-top: 10px; font-size: .8em; }
	.regtext { margin-bottom: 5%; }

	.page_form__foot { margin-top: 8%; padding-bottom: 8%; }
	.page_form__foot > * { display: block; float: none; }
	.page_form__foot .ca { display: block; margin-top: 2%; margin-left: 0; }

/* --- PM --- */
@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a {
    color: inherit;
    padding: 10px 0px;
    border-radius: 2px;
    margin: 0 25px 0 0px;
    border: 0px solid transparent;
    float: left;
    text-decoration: none !important;
        transition: 0.2s;
        position: relative;
    }
    #pm-menu a::after {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0 auto;
        width: 0px;
        height: 3px;
        border-radius: 2px;
        background: #fad800;
        transition: 0.2s;
    }
    #pm-menu a:hover::after {
        width: 40px;
        transition: 0.2s;
    }
	#pm-menu a:hover {  transition: 0.2s; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status {  }
		.pm_progress_bar { background-color: #e5dbcc; margin-bottom: 10px; border-radius: 6px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 6px; display: block; overflow: hidden }

/* --- Страница пользователя --- */
.userinfo_top { position: relative; }
.userinfo_top .avatar {  }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
        width: 100%;
        height: 100%;

	}
	.user_tab > li > a { display: flex; width: 100%; justify-content: center; align-items: center;  }
	.user_tab > li > a:hover {  }
	.user_tab > li.active > a {  }

	.usinf { list-style: none; padding: 0; margin: 0 0 25px 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	/* Окно пользователя */
	.userinfo { padding-left: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }

/* --- Статистика --- */
.stats_head > ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.25em;
}
	.stats_head > ul > li { margin-top: 15px; padding-left: 30px; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: 2px 0 0 -30px;
		width: 16px; height: 16px;
		border-radius: 50%;
		background-color:  #27b3b5;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	.stats_head > ul > li.stats_d:before { background-color: #f6a71a; }
	.stats_head > ul > li.stats_w:before { background-color: #ce3f28; }
	
	.stat_group { margin-bottom: 25px; }
	.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
	.stat_group > ul { list-style: none; padding: 0; margin: 0; }
	.stat_group > ul > li { padding: .6em 0; border-top: 1px dotted #d5d5d5; }

/* --- Страница поиска --- */
.search_result_num { font-size: .9em; margin: 25px 0 0; }
.search table { width: 100%; border-spacing: 5px; border-collapse: separate; }
#searchtable td, #searchtable td div, #searchtable table { margin: 0 !important; padding: 0 !important; }
	#searchtable td.search br { display: none; }
	td.search .bbcodes { margin: 0 !important; }
	td.search { vertical-align: top; }


/* --- === Разрешение от 4096 до 1700 === ---*/
@media (min-width: 1700px) and (max-width: 4096px) {
    .bay-material, .subscription-material {
    height: 480px;
}
    .leftbay, .rightbay {
    padding: 50px 45px;
    width: 42%;
}
    
    .bay-cont {
    margin-bottom: 30px;
}
    .leftbay > h3 {
    margin-bottom: 30px;
}
    .imgbinorg {
    height: 300px;
}
    .blockbutton {
    justify-content: center;
}
    .bay-material {
    background: url("/uploads/img/fon-dot.webp") #25c0c2 top right no-repeat;
    background-size: 43% auto;
}
    .subscription-material {
    background: url("/uploads/img/fon-dot.webp") #ffd25a top right no-repeat;
    background-size: 43% auto;
}
    .subscription-content {
    max-width: 1000px;
        margin-top: -100px;
}
    .all-subscription::before {
    left: 22%;
    top: -50px;
}
    .subscription-is {
    margin-top: 346px;
}
    .footer {
    padding-top: 90px;
}
    .title-slyd {
    margin-top: -4px;
}
    .leftblock {
    width: 36%;
}
    .billingall .conteiner {
    min-height: 70vh;
}
    .full-less-in {
    max-width: 1360px;
}
    .fotorama__stage .fotorama__img {
        width: 100% !important;
        height: auto !important;
    }
}
/* --- === Разрешение от 4096 до 1700 === ---*/

/* --- === Разрешение от 4096 до 1921 === ---*/
@media (min-width: 1921px) and (max-width: 4096px) {
    body, select, input, textarea, button {
    font: normal 1.2rem/1.5 Mus3, Helvetica, sans-serif;
    color: #363636;
    outline: none;
} 
    .infoalls {
    width: 22rem;
}
    .full-urok-lock .button-slayd, .full-urok-unlock .button-slayd {
    width: 330px;
    height: 70px;
}
    .full-urok-lock .button-slayd::before, .full-urok-unlock .button-slayd::before {
    width: 340px;
    height: 80px;
}
    .button-slayd > img {
    width: 21px;
    height: 21px;
    margin-left: 15px;
}
  .icon-contains-full > a::after {
    font-size: 1.2rem;
}  
    .addcomment h3, .inform-less {
        font-size: 1.6rem;
    }
    .full-info-bg, .filter-cat {
    min-height: 60vh;
        margin-top: -120px;
}
    .button-block::before {
    width: 450px;
    height: 500px;
    bottom: -202px;
    left: -467px;
}
    .button-block::after {
    width: 450px;
    height: 500px;
    bottom: -208px;
    left: -471px;
}
    .button-block:hover::after {
    bottom: -223px;
    left: -497px;
}
    .scrins-less ul li, .scrins-less ul li a, .scrins-less ul li a img {
    width: 150px;
    height: 150px;
}
    .lesson-content-all ol li {
    width: 25%;
    padding: 20px 2% 20px 5%;
        margin-bottom: 45px;
}
    .lesson-content-all ol {
    margin-bottom: -20px;
}
    .left-info, .right-info {
    width: 20%;
}
    .lesson-content-all ol li::before {
        left: 7%;
    }
    .lesson-content-all ol {
    align-items: stretch;
}
    textarea.sti {
    min-width: 40px;
    min-height: 40px;
}
    .carousel-caption .leftblock {
    bottom: 15.5%;
}
    .title-slyd {
    font-size: 230%;
}
    .min-txt-slayd {
    font-size: 170%;
}
    .logotype {
    width: 130px;
    height: 60px;
    background: url(/uploads/img/logo.webp) left center no-repeat;
    background-size: auto 85%;
    margin-left: 15px;
}
    .filter-cat::before {
    width: 430px;
    height: 550px;
}
    .footer {
    height: 270px;
}
    .check-level span {
    width: 30%;
}
    .filter-cat .all-button {
    margin-top: 0px;
}
    .filter-cat select {
    width: 270px;
    height: 70px;
}
    .filtr-levels {
    width: 765px;
}
    .pages span, .pages a {
    min-width: 46px;
    height: 46px;
}
    .filtering, .copycode {
    font-size: 115%;
    width: 320px;
    height: 70px;
}
    .filtering::before, .copycode::before {
    left: -10px;
    right: -10px;
    width: 332px;
    height: 82px;
}
    #top_menu a img, .rate_like img, .all-views img, .all-views img, .in-accaunt > img, .all-tips > div > img {
    width: 20px;
    height: 20px;
}
    #login_pane .dropdown-form {
        width: 280px;
    }
    .bay-cont > b {
    font-size: 270px;
}
    .login_pane_favorits > a, .login_pane__admin > a {
    width: 240px;
}
    .bay-material, .subscription-material {
    height: 540px;
}
    .bay-material, .subscription-material {
    background-size: 28% auto;
}
    #header, #header_menu {
    height: 95px;
}
    #header_menu {
        margin: 25px auto 0;
    }
    .blockbutton > a {
    height: 64px;
    width: 250px;
}
    .shortstory.daterel::before {
    width: 30px;
    height: 30px;
    bottom: -24px;
}
    .all-subscription::before {
    width: 200px;
    height: 330px;
}
    .button-slayd {
    width: 365px;
    height: 70px;
}
    .fotorama {
    margin-top: -120px;
}
    .button-slayd::before {
    content: "";
    left: -10px;
    right: -10px;
    width: 378px;
    height: 82px;
}
    .shortstory {
    margin-bottom: 50px;
}
    .imgbinorg {
    transform: scale(1.4);
}
    .blockbutton {
    margin-top: 50px;
}
    .favorite-link {
    width: 42px;
    height: 42px;
    right: 40px;
    top: 40px;
}
    .box-short {
    margin: 40px auto;
}
    .btn-big {
    height: 70px;
    padding: 20px 27px;
}
    .icon-contains > a[href*="/xfsearch/contains/handout/"], .icon-contains > a[href*="/xfsearch/contains/interactive_game/"], .icon-contains > a[href*="/xfsearch/contains/tests_and_exercises/"], .icon-contains > a[href*="/xfsearch/contains/video_materials/"], .icon-contains > a[href*="/xfsearch/contains/audio_material/"] {
    background-size: 20px auto;
}
    .icon-contains > a, .all-tips > div {
    width: 42px;
    height: 42px;
}
    .addcomment {
    background-color: #ededed;
    border-radius: 20px;
    padding: 70px 0 80px;
}
    .fotorama__wrap {
        margin: 0 auto;
    }
    .dark_top.userinfo_top, .moneyuser, .myfavorits {
    min-height: 250px;
}
    .moneyuser .button-slayd {
    width: 75%;
    height: 60px;
}
    .moneyuser .button-slayd::before {
    width: 106%;
    height: 72px;
}
    .allblock.subscriptionby {
    margin: 60px auto;
}
    .allblock h2 {
    margin-bottom: 50px;
}
    .userinfofull #content > #dle-content {
    margin: 70px auto;
}
    .all-info-user > .username {
    font-size: 2rem;
}
    .moneyuser .balansuser {
    margin: 30px auto;
}
    .moneyuser .balansuser b {
    font-size: 200%;
}
}
/* --- === Разрешение от 4096 до 1921 === ---*/

/* --- === Разрешение ниже 1440 === ---*/
@media only screen and (max-width: 1440px) {
    .allblock, #content > #dle-content, .content_top > h1, .box_in, .showfull .comments {
    width: 90%;
}
    .content_top > h1 {
    max-width: 90%;
}
    .title-slyd {
    margin-top: 9%;
}
    .subscription-is {
    margin-top: 235px;
}
}
/* --- === Разрешение ниже 1440 === ---*/

/* --- === Разрешение ниже 1380 === ---*/
@media only screen and (max-width: 1380px) {
    .allblock, #content > #dle-content, .content_top > h1, .box_in, .showfull .comments {
    width: 95%;
}
    .content_top > h1 {
    max-width: 95%;
}
    .allimgpodborki {
    margin-bottom: -210px;
    }
    .subscription-is {
    min-height: 210px;
    margin-top: 230px;
}
    .title-slyd {
    font-size: 180%;
    line-height: 160%;
    margin-top: 14%;
}
    .min-txt-slayd {
    font-size: 130%;
}
    .filter-cat > form {
    width: 68%;
    margin-top: 3%;
}
    .filter-cat, .full-info-bg {
    margin-top: -8%;
}
    .filter-cat::before {
    left: 6%;
    bottom: 1%;
}
    .footer {
    padding-top: 4%;
    height: 160px;
}
}
/* --- === Разрешение ниже 1380 === ---*/

/* --- === Разрешение ниже 1300 === ---*/
@media only screen and (max-width: 1300px) {
    .allblock, #content > #dle-content, .content_top > h1, .box_in, .showfull .comments {
    width: 95%;
}
    .content_top > h1 {
    max-width: 95%;
}
    .filter-cat select {
    width: 220px;
}
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    min-width: 290px;
}
    .title-slyd {
    margin-top: 16%;
}
}
/* --- === Разрешение ниже 1300 === ---*/

/* --- === Разрешение ниже 1285 === ---*/
@media only screen and (max-width: 1285px) {
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    min-width: 285px;
}
    .title-slyd {
    margin-top: 17.5%;
}
    .leftbay, .rightbay {
    padding: 20px 24px;
    width: 44%;
}
    .allblock.bay-subscription > div {
    width: 48.9%;
}
    #top_menu > a, #top_menu > div.informblink {
    padding: 5px 1.5%;
}
}
/* --- === Разрешение ниже 1285 === ---*/

/* --- === Разрешение ниже 1280 === ---*/
@media only screen and (max-width: 1279px) {
	.rightside { width: 240px; margin-left: -290px; }
	.showfull #content .rightside { width: 240px; margin-right: -290px; }
	#searchsuggestions { width: 240px; }

    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    min-width: 280px;
}
	/* Шапка сайта */

	/* Популярные новости */
	ol.topnews > li > a { padding-left: 45px; }
	ol.topnews > li > a:before {
		font-size: 1.2em;
		width: 28px; height: 28px;
		line-height: 20px;
		padding: 2px 0; margin-left: -45px;
	}
	/* Опросы */
	#votes .btn-border { padding-left: 10px; padding-right: 10px; } 
}
@media only screen and (max-width: 1235px) {
	.filter-cat .all-button {
    margin-top: -10px;
}
	#top_menu { display: none; }
    .infoalls { display: none; }
	#header_menu { padding-left: 65px; width: 92% }
	body, .page { width: 100%; min-height: 100%; }
	#cat_menu, .page, .header { -webkit-transition: all ease .3s; transition: all ease .3s; }
	#cat_menu {
		position: fixed;
		z-index: 1111;
		top: 0; left: 0; top: 0; bottom: 0;
		margin: 0px 0 0 0;
        padding-top: 30px;
        padding-left: 10px;
		overflow-y: auto;
		overflow-x: hidden;
		width: 220px;
		background-color: #363636;
		margin-left: -230px;
		visibility: hidden;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
	}
    
	#cat_menu .soc_links { padding-bottom: 20px; }
	.mobile-menu_open #cat_menu { margin-left: 0; visibility: visible; opacity: 1; display: block; }
    .mobile-menu_open #cat_menu a {
        display: flex;
        justify-content: flex-start;
        color: #fff;
    }
    .mobile-menu_open #cat_menu a.vnimanie  {
        color: #fad800;
    }
    .mobile-menu_open #cat_menu a img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
	.mobile-menu_open .page { margin-left: 230px; overflow: hidden; }
	.mobile-menu_open body { overflow: hidden; }
	.mobile-menu_open .header {  }
}
@media (min-width: 1236px) {
	.cat_menu__tm, #mobile_menu_btn { display: none; }
}

/* --- === Разрешение ниже 1200 === ---*/
@media only screen and (max-width: 1200px) {
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    min-width: 265px;
}
    .allimgpodborki {
        margin-bottom: -200px;
    }
    .allblock.bay-subscription > div {
    width: 48.8%;
}
    .leftbay, .rightbay {
    padding: 20px 19px;
    width: 46%;
}
    .subscription-is {
    margin-top: 200px;
}
    .leftbay > h3 {
    font-size: 115%;
}
    .filtr-levels {
    margin-top: 20px;
}
    .filter-cat > form {
    width: 60%;
}
    #header_menu {
    width: 90%;
}
    .title-slyd {
    font-size: 160%;
    margin-top: 23.5%;
}
    .min-txt-slayd {
    font-size: 110%;
}
    #mobile_menu_btn {
    width: 60px;
    height: 75px;
    border-right: 0px;
}
}
/* --- === Разрешение ниже 1200 === ---*/

/* --- === Разрешение ниже 1030 === ---*/
@media only screen and (max-width: 1120px) {
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    min-width: 270px;
}
    .filter-cat > form {
    width: 58%;
    margin-top: 1%;
}
    .allblock, #content > #dle-content, .content_top > h1, .box_in, .showfull .comments {
    width: 85%;
}
    .button-block::before {
    left: -360px;
}
    .button-block::after {
    left: -362px;
}
    .button-block:hover::after {
    left: -381px;
}
    .topics-all h1 {
    font-size: 150%;
}
    .icon-contains-full > a {
    margin: 0 15px 15px 0px;
}
    .icon-contains-full {
    margin-bottom: 30px;
}
    .full-urok-lock .button-slayd, .full-urok-unlock .button-slayd {
    width: 260px;
}
    .full-urok-lock .button-slayd::before, .full-urok-unlock .button-slayd::before {
    width: 270px;
}
    .right-info {
    width: 18%;
}
    .lesson-content-all ol li {
    width: 41%;
    min-height: 70px;
    padding: 20px 2% 20px 6%;
}
    .allblock.freeblock > .allmaterial > article:nth-last-child(1), .allblock.dateblock > .alldate > article:nth-last-child(1), .allblock.subscriptionblock > .allmaterial > article:nth-last-child(1) {
        display: none !important;
    }
    .button-slayd {
    width: 270px;
}
    .button-slayd::before {
    width: 280px;
}
    .all-subscription::before {
    left: 19%;
    top: -112px;
}
    .bay-material {
    flex-flow: wrap;
}
    .leftbay, .rightbay {
    padding: 40px 40px 0 40px;
    width: 100%;
}
    .tips-title {
    text-align: center;
}
    .all-tips {
    justify-content: center;
}
    .bay-cont {
    justify-content: center;
}
    .allblock.bay-subscription > div {
    width: 48.2%;
}
    .bay-material, .subscription-material {
    height: auto;
    padding-bottom: 40px;
}
    .bay-material {
    background: #25c0c2 64% 70% no-repeat;
    background-size: 80% auto;
}
    .subscription-material {
    background: #ffd25a 64% 70% no-repeat;
    background-size: 80% auto;
}
    .blockbutton {
    justify-content: center;
}
    .imgbinorg {
        display: none !important;
    }
    .rightbay {
        padding-top: 20px;
    }
    .all-tips > div {
    margin-right: 5px;
    margin-left: 5px;
}
   .fotorama {
    margin-top: 0px; 
}
    .title-slyd {
    font-size: 145%;
    margin-top: 36.5%;
}
    .min-txt-slayd {
    font-size: 100%;
}
    #header_menu {
    width: 94%;
    padding: 0 0% 0 6%;
    margin: 0px auto 0;
    border-radius: 0px;
}
    .leftblock {
    right: 50px;
}
    .page.userinfofull .box_in {
        width: 95%;
    }
    .moneyuser {
    width: 21%;
    margin-left: 3%;
}
    .dark_top.userinfo_top {
    width: 35%;
}
}
/* --- === Разрешение ниже 1030 === ---*/

/* --- === Разрешение ниже 980 === ---*/
@media (min-width: 981px) { #search_btn { display: none; } }

@media (max-width: 980px) {

	.allblock.freeblock > .allmaterial > article:nth-last-child(1), .allblock.dateblock > .alldate > article:nth-last-child(1), .allblock.subscriptionblock > .allmaterial > article:nth-last-child(1) {
        display: block !important;
    }
    .button_instal_pwa::after {
    background: url(/img/girl-in-app.png) center bottom no-repeat;
        background-size: 100% auto;
}
    .allimgpodborki {
        margin-bottom: -190px;
    }
.billing-pay-grid {
    display: grid;
    grid-template-columns: repeat(1, 100%) !important;
}
    .billing-table td {
        padding: 10px 5px 10px 0px !important;
    }
    .billing-pay-label b {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    font-size: 16px;
    margin-right: 0px;
}
	/* Шапка и модификация поиска */
    .right-info {
    width: 24%;
    margin-left: 2%;
    min-height: auto;
    position: absolute;
    top: 116px;
}
    .footer .footer-content {
    width: 95%;
}
    .showfull .pagetools {
    display: none;
}
    .round-all::before {
        display: none;
    }
    .full-info-bg {
    margin-top: -10px;
    min-height: 505px;
    background: url("/uploads/img/full-fon.webp") bottom center no-repeat;
    background-size: 100% auto;
        margin-bottom: 40px;
}
    .filter-cat > form {
    width: 60%;
    margin-top: 1%;
}
    .filter-cat::before {
    left: -1%;
    bottom: 0%;
}
    .filter-cat {
    min-height: 550px;
}
    .left-info {
        min-height: 505px;
    }
    .round-all {
        height: auto;
        padding: 0px;
        background: none;
        font-size: 0px;
        justify-content: flex-start;
    }
    .top-inform-full span {
    position: relative;
    bottom: 0px;
        text-align: left;
}
    .top-inform-full a {
    font-family: Mus7;
    display: block;
    background: none;
    position: relative;
    margin: 0px auto 0px;
    padding-top: 0px;
        text-align: left;
}
    wh {
    border: 2px solid #fff;
}
    .round-all span {
    position: relative;
    bottom: 10px;
        
}
	#header_menu {
		
	}
    .footer {
    background: url(/img/fon-futer.png) top center no-repeat;
    background-size: 110% auto;
}
    .button-slayd {
    width: 240px;
}
    .all-subscription-end > div:nth-child(2) {
    width: 40%;
}
    .carousel-caption .leftblock .button-slayd {
    margin-top: 35px;
}
    .button-slayd::before {
    width: 250px;
}
    .allblock, #content > #dle-content, .content_top > h1, .box_in, .showfull .comments {
    width: 95%;
}
    .title-slyd {
    font-size: 130%;
    margin-top: 58.5%;
}
    .min-txt-slayd {
    font-size: 90%;
}
    .button-slayd > img {
    margin-left: 6px;
}
    .allblock.bay-subscription > div {
    width: 48.5%;
}
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    min-width: 245px;
        width: 31.5%;
}
	.logotype { float: left; }

	#login_pane { float: right; }
	#search_btn {
        display: none;
		position: absolute;
		right: 0; top: 0; bottom: 0;
		width: 86px; height: 80px;
		padding: 0 25px;
		border: 0 none;
		cursor: pointer;
		background-color: transparent;
	}
	#search_btn > span {
		display: block;
		width: 32px; height: 32px;
		border: 2px solid #fff;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}
	#search_btn > span > .icon {
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		width: 16px; height: 16px;
		fill: #fff;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.search_open #search_btn > span > .icon-search,
	#search_btn > span > .icon-cross {
		opacity: 0; visibility: hidden;
		-webkit-transform: scale(0.3,0.3);
    	transform: scale(0.3,0.3);
	}
	.search_open #search_btn > span > .icon-cross,
	#search_btn > span > .icon-search {
		opacity: 1; visibility: visible;
		-webkit-transform: scale(1,1);
    	transform: scale(1,1);
	}
	#q_search {
		display: block;
		position: fixed;
		z-index: 23;
		left: 25px; right: 86px; top: 0;
		margin:0;
		width: auto; height: 80px;
		margin-top: -80px;
	}
	.q_search > input { background-color: #fff; }
	.logotype, #mobile_menu_btn, #login_pane, #q_search { -webkit-transition: all ease .3s; transition: all ease .3s; }
	.search_open .logotype, .search_open #mobile_menu_btn, .search_open #login_pane, #q_search { opacity: 0; visibility: hidden; }
	.search_open #q_search { margin-top: 0; opacity: 1; visibility: visible; }
	.q_search_adv { display: none; }

	/* Новости */
	.showfull .story { margin-top: 0; }
	.showfull .pagetools { position: relative; }
	.rightside, .tags_block,
	.showfull #content .rightside .banner_240,
	.midside .banner { display: none; }
	.showfull #content .rightside {
		float: none;
		width: auto;
		margin: 0; padding: 0;
		display: block;
	}
	.showfull .comments, .showfull #content .box { float: none; }

	/* Блоки */
	.block { 
		background-color: #fff;
		margin-bottom: 25px;
		border-radius: 2px;
		position: relative;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	.block > .title { padding: 4% 8%; margin-bottom: 0; }
	.block > .title:after { display: none; } 

	/* Блок: Похожее; */
	.relnews { margin: 0; border-top: 1px solid #efefef; }
	.relnews > li > a {
		border-bottom: 1px solid #efefef;
		padding: 4% 8%
	}
	.relnews > li > a .icon { margin: 3px 0 0 0; }
	.relnews > li > a > b, .relnews > li > a > span { margin-left: 27px; }

	/* Опросы */
	.block_grey { padding: 4% 8%; margin-bottom: 25px; }
	.block_grey > .title { font-size: 1.2em; } 
	.vote_list { margin: 4% 0; }
}

@media (min-width: 980px) and (max-width: 1090px) {
    .full-urok-unlock .button-slayd {
    font-size: 0px;
    width: 65px;
}
    .button-slayd > img {
    margin-left: 0px; 
}
    .full-urok-unlock .button-slayd::before {
    width: 75px;
}
}

@media (min-width: 720px) and (max-width: 980px) {
.round-all {
    background: none !important;
    }
    .right-info {
    margin-left: 0% !important;
    left: 37.4%;
}
    .left-info {
    width: 30.4%;
}
    .center-info {
    min-width: 40%;
    max-width: none;
}
    .button-block {
        min-width: 50vw;
    }
}

@media (min-width: 600px) and (max-width: 830px) {
    .round-all {
    background: none !important;
    }
    .allimgpodborki {
        margin-bottom: -160px;
    }
    .right-info {
    margin-left: 0% !important;
    left: 35%;
}
    .topics-all h1 {
    display: inline-block;
}
    .grammar-all, .topics-all, .top-inform-full a, .top-inform-full span {
    text-align: center;
}
    .round-all {
    justify-content: center;
}
    .grammar-all > b a {
    margin: 0 18px;
}
    .story_tools {
        margin: 25px auto 0;
    justify-content: center;
}
    .view-end-likes {
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
    .button-block::before, .button-block::after {
    display: none;
}
    .left-info {
    width: 0%;
    min-height: auto;
}
    .full-info-bg {
    background: url(/uploads/img/full-fon.webp) bottom center no-repeat;
    background-size: auto 100%;
}
    .filter-cat {
    background: url(/uploads/img/cat-fon.webp) bottom center no-repeat;
    background-size: auto 100%;
}
    
}



@media only screen and (max-width: 700px) {
	.page_form__form .login_check > .btn {
		margin: 5px; font-weight: normal;
	}
}

@media (min-width: 600px) and (max-width: 800px) {
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    width: 47.5%;
}
    .billingall .box_in {
        width: 94%;
    }
    .promocodeadd {
        margin-bottom: 50px;
    }
    .footer {
    background: url(/img/fon-futer.png) top center no-repeat;
    background-size: cover;
}
    .title-slyd {
    font-size: 110% !important;
    margin-top: 79.5% !important;
}
    .min-txt-slayd {
    font-size: 100%;
}
    .button-slayd::before {
    width: 245px !important;
}
    .button-slayd {
    width: 234px !important;
        font-size: 105%;
}
    .button-slayd > img {
    width: 14px;
    height: 14px;
}
    .leftblock {
    right: 34px;
}
    .filter-cat {
    min-height: 515px;
}
    .filter-cat::before {
    left: -1%;
    bottom: 0%;
        width: 276px;
    height: 500px;
}
    .dark_top.userinfo_top {
    width: 54%;
}
    .moneyuser {
    width: 34%;
    margin-left: 0%;
}
    .moneyuser .button-slayd {
    width: 190px !important;
    font-size: 105%;
}
    .myfavorits {
    width: 54%;
    margin-top: 30px;
    }
    .all-info-full .right-info {
    margin-left: 0% !important;
    left: 39.3%;
}
    .billingall .billing-foto {
    width: 65px;
}
    .billing-pay-step {
    line-height: 125% !important;
}
    .moneyuser .button-slayd::before {
    width: 200px !important;
}
    .filtr-topics, .filtr-grammar {
    margin-right: 20px;
    width: 160px;
}
    .filter-cat select {
    width: 163px;
}
    .allinvideo .button-slayd {
    width: 120px !important;
    height: 120px !important;
}
    .allinvideo .button-slayd::before {
    width: 130px !important;
    height: 130px !important;
}
   .allblock.bay-subscription > div {
    width: 100%;
}
    .footer .copy-text {
    width: 40%;
}
    .footer .copy-text strong {
    left: -6px;
    top: 23px;
}
    .alldate > article, .allmaterial > article {
        display: none !important;
    }
    .alldate > article:nth-child(1), .alldate > article:nth-child(2), .allmaterial > article:nth-child(1), .allmaterial > article:nth-child(2), .allmaterial > article:nth-child(3), .allmaterial > article:nth-child(4) {
        display: block !important;
    }
    .subscription-block {
        margin-top: 35px;
    }
    .leftbay, .rightbay {
    padding: 40px 40px 0 40px;
    width: 37%;
}
    .imgbinorg {
    display: flex !important;
}
}

@media only screen and (max-width: 750px) {
    .billingall .billing-menu {
    flex-flow: wrap;
}
    .title-slyd.min-slayd-vn {
        font-family: Mus3;
        font-size: 100%;
    margin-top: 11%;
    }
    .billingall .billing-panel a {
    margin: 5px 5px;
}
	/* Новости партнеров */
    .allblock, #content > #dle-content, .content_top > h1, .box_in, .showfull .comments {
    width: 85%;
}
    .info-page > div:nth-child(odd), .info-page > div:nth-child(even) {
    flex-flow: wrap;
}
    .info-media, .info-txt {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .info-block-all {
        padding: 30px 20px 20px;
    }
    .info-txt h2 {
    font-family: Mus7;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}
    .static-info {
    width: 100%;
    margin: 40px auto;
}
    .info-txt {
        margin-bottom: 20px;
    }
    .static-info > .text {
    font-size: 120%;
    text-align: center;
    margin-bottom: 40px;
}
    .static-info > h1.title {
        font-family: Mus7;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    }
    .center-info {
    max-width: none;
}
    .lesson-content-all ol li::before {
    left: 5.5%;
}
    .title-slyd {
    font-size: 140%;
    margin-top: 36.5%;
}
    .min-txt-slayd {
    font-size: 100%;
}
    .button-slayd::before {
    width: 280px;
}
    .button-slayd {
    width: 270px;
}
    .all-subscription-end > div:nth-child(2) {
    width: 100%;
}
	.informer_list { margin-right: 0; }
	.informer_list li { float: none; width: auto; padding: 0; margin-bottom: 25px; }
	.informer_list li:last-child { margin-bottom: 0; }

	/* Длинные таблицы */
	.table_top_users, .pmlist { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; 
    }
    .pmlist ::-webkit-scrollbar {
    height: 6px;
    background-color: #ededed;
    border-radius: 0px;
    overflow: hidden;
}
	table.userstop, table.pm { width: 900px; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }               
}

/* --- === Разрешение ниже 600 === ---*/
@media only screen and (max-width: 600px) {
    .billingall .billing-panel {
        flex-flow: wrap;
    }
    .img-qr {
        display: none;
    }
    .button-pwa {
        max-width: 80%;
        margin: 2rem auto 2rem;
        text-align: center;
    }
    #close-pwa {
    width: 36px;
    border: 3px solid #fff;
    left: -18px;
    top: -20px;
    height: 36px;
    }
    #close-pwa::after {
        left: 9px;
    }
    .all-pwa::after {
    right: 22%;
    height: 200px;
    width: 180px;
}
    .all-pwa {
        margin: 0rem auto 2rem;
        flex-flow: wrap;
    }
    .all-pwa::after {
        display: none;
    }
    .all-pwa .button-install::before {
        content: "";
        display: block;
        width: 90%;
        height: 170px;
        margin: 0 auto;
        background: url(/img/girl-in-app.png) bottom center no-repeat;
        background-size: auto 100%;
}
    .button-install {
    margin: 0;
}
    #addappdesk {
        padding: 15px 25px 15px 20px;
    }
    .all-pwa > div {
        width: 100%;
    }
    #lockscrol {
    top: 20px;
    right: auto;
    left: 20px;
}
    #lockscrol::after {
    top: 46px;
    left: 0px;
    right: auto;
}
    .button-slayd.arhiv-button {
        margin: 30px auto 0px;
    }
    .txt-arhiv-sec {
        display: block;
        width: 84%;
        margin: 0px auto;
    }
    .pmlist, .pmnewfull .com_content {
        padding: 20px;
    }
    .com_content a.highslide {
    margin-top: 20px;
    display: flex;
    float: none;
}
    .infolinc-pole {
        display: none;
    }
    .story_icons.cashred {
        position: absolute;
    }
    .box.static-info {
        margin-bottom: 40px;
    }
    .cashback {
        margin-top: 30px;
        flex-flow: wrap-reverse;
    }
    .cashback > div {
        width: 100%;
    }
    .cashbackinfo > .title {
    font-size: 32px !important;
        margin-top: 40px;
        margin-bottom: 30px;
        text-align: center;
}
    .summcashbac > b, .summcashbac > div, .summcashbac > span, .cashback h2, .textcashbac p {
        text-align: center;
    }
    .summcashbac > span {
    margin-bottom: 40px;
}
    .modal .xfieldimagegallery.img-min li {
        display: none !important;
    }
    .modal .xfieldimagegallery.img-min li:nth-child(1), .modal .xfieldimagegallery.img-min li:nth-child(2) {
        display: flex !important;
    }
    
    table.pm {
        transform: scale(0.85);
        margin-left: -12%;
    }
    table.pm tr td {
        padding-right: 8px;
    }
    #pm-menu span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Mus5;
}
    .billing-content {
    margin-top: 75px !important;
}
    .billing-content > .billing-table > tbody > tr:nth-child(1) b {
    font-family: Mus7;
    color: #363636;
    font-size: 135%;
}
	/* Уменьшение отступов */
	body, select, input, textarea, button { font-size: 13px/1.5; }
	.hblock, .mass_comments_action, #dofullsearch, .vote_more, .bb-pane { display: none; }
    .in-accaunt {
        display: none;
    }
    .tollinstrument {
    top: 9px;
    right: 9px;
}
    .select-colour {
    margin-bottom: 10px;
}
    
    .full-urok-lock .button-slayd {
    width: 120px;
}
    .full-urok-lock .button-slayd::before {
    width: 130px;
}
    .titlein {
        text-align: center;
    }
    .billingall .billing-menu {
    display: block;
}
    .billingall .billing-panel .billing-item-active {
        display: none;
    }
    .billingall .billing-panel a {
        margin: 10px 0;
    }
    .markup-date {
    margin-bottom: auto;
    margin-top: -20px;
}
    .billing-pay-step {
    width: 100%;
    margin-left: -3%;
    height: 220px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
    .billing-pay-label > img {
    margin: 10px 15px 10px 0;
}
    .billing-pay-step #billingPaySum {
    margin: 0 20px 0 0;
    }
    .soc_links > a:nth-last-child(1) {
        margin-right: 0px;
    }
    .filter-cat {
        flex-flow: wrap-reverse;
        justify-content: center;
        margin-top: 0px;
        background: url("/uploads/img/slaydemob-cat.webp") bottom center no-repeat;
    background-size: auto 100%;
                background-size: cover;
    }
    .fonimg-podborka {
    min-height: 20rem;
}
    .topics-all h1::before, .grammar-all b a::before {
    content: "";
    left: -30px;
}
    .filter-cat::before {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    height: 270px;
    }
    .filtr-grammar, .filtr-levels {
    margin-top: 30px;
}
    .filtr-topics, .filtr-grammar {
    margin-right: 0px;
        width: 100%;
}
    .filter-cat select {
    width: 99%;
}
    .freefull .filter-cat::before {
    background: url("/uploads/img/category-free.webp") bottom center no-repeat;
    background-size: 56% auto;
    }
    .filter-cat::before {
    background: url("/uploads/img/category.webp") bottom center no-repeat;
    background-size: 56% auto;
    }
    .subfull .filter-cat::before {
    background: url("/uploads/img/category-sub.webp") bottom center no-repeat;
    background-size: 56% auto;
}
    .favoritesfull .filter-cat::before {
    background: url("/uploads/img/favorits-cat.webp") bottom center no-repeat;
    background-size: 56% auto;
}
    .filter-cat > form {
    width: 85%;
    margin-top: 30px;
}
    .filtering::before, .copycode::before {
    width: 230px;
}
    .filtering, .copycode {
    width: 220px;
    }
    .lesson-content-all ol li {
    width: 100%;
    padding: 25px 2% 25px 15%;
}
    .lesson-content-all ol li:nth-last-child(1) {
        margin-bottom: 5px;
    }
    .left-info {
        min-height: 85px;
    }
    .right-info {
        width: 80%;
        margin-left: 0%;
    min-height: auto;
    position: relative; 
    top: 0px;
}
    .levels-all {
    margin-top: 25px;
        width: 100%;
}
    .showfull .full-info-bg .story_tools {
    margin-left: -7%;
}
    .showfull .full-info-bg .story_tools {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
    .showfull .full-info-bg .button-block {
    margin-top: 45px;
    margin-bottom: 40px;
    width: 100%;
    justify-content: center;
}
    .full-urok-lock .button-slayd {
        font-size: 0px;
    }
  .full-urok-lock .button-slayd::after {
        content: "Купить";
        font-size: 16px;
      margin-left: 8px;
      margin-right: 8px;
    }
    .fullstory .redaction {
    top: -81px;
}
    .fullstory a.Oknostat.okstats {
    top: -62px;
    left: 95px;
}
    .price {
    font-size: 250%;

}
    .showfull .full-info-bg .all-views {
    margin-left: 15px;
}
    .full-info-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -92px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-bottom: 64px;
    background: url("/uploads/img/slaydemob-full.webp") bottom center no-repeat;
    background-size: cover;
}
    .grammar-all, .topics-all {
    font-size: 110%;
    width: 85%;
    margin: 0 auto 30px;
}
    .showfull .left-info {
    width: 100%;
        min-height: 170px;
}
    .left-linc-menu, .timerinblock {
        display: none;
    }
    .full-less-in {
    width: 90%;
}
    h2.ttfull {
    font-size: 170%;
}
    .inform-less h1 {
    font-size: 20px;
}
    .task-less {
    padding: 10px 10px 10px;
    font-size: 16px;
    line-height: 24px;
        overflow: hidden;
}
    .task-less img {
    max-width: 100%;
}
    .title_spoiler {
    padding: 2.5% 3.5%;
}
    .task-less iframe {
        max-width: 98% !important;
    } 
    
    .task-less iframe[id*="lwsiframe"] {
    width: 2049px !important;
    max-width: 333% !important;
    left: -118% !important;
    height: 1438px !important;
        margin: -171% 0 -181% !important;
    transform: scale(0.3);
    }
    
    .task-less img[alt="QR"] {
    display: none !important;
    }
    .task-less p {
    line-height: 33px;
        word-wrap: normal;
}
    .capafondo, .capafondo img, .capafondo svg {
        width: 100% !important;
        height: auto !important;
    }
    
    .dleplyrplayer {
        max-width: 94% !important;
    }
    .fr-video.fr-dvi.fr-draggable iframe {
        height: auto;
    }
    .button-block::before {
        display: none;
    width: 207px;
    height: 215px;
    background: url(/img/stiker/full-info-0.png) center bottom no-repeat;
    background-size: auto 100%;
    bottom: -60px;
    left: -78px;
}
    .button-block::after {
        display: none;
    width: 207px;
    height: 215px;
    background: url(/img/stiker/full-info-1.png) center bottom no-repeat;
    background-size: auto 100%;
    bottom: -60px;
    left: -78px;
}
    .button-block:hover::after {
    left: -90px;
    bottom: -68px;
}
    .full-fav > a {
    z-index: 3;
}
    
    .round-all {
    width: auto;
    height: auto;
    font-size: 0px;
        background: none !important;
        justify-content: center;
        margin-bottom: 10px;
}
    .top-inform-full span, .top-inform-full a {
    position: relative;
        bottom: 0px;
        text-align: center;
}
    .round-all::before {
display: none;
    }
    .top-inform-full a {
    font-family: Mus7;
    display: block;
    text-align: center;
    font-size: 14px;
    background: none;
    background-size: 16px auto;
    position: relative;
    left: 0px;
    right: 0px;
    margin: 0px auto 0px;
    padding-top: 5px;
    color: #363636;
}
    .all-info-full {
    width: 95%;
}
    .round-all span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: none !important;
    bottom: 0;
}
    .topics-all h1 {
    font-size: 125%;
    line-height: 120%;
}
    .full-urok-unlock .button-slayd {
    width: 65px;
    font-size: 0%;
} 
    .view-end-likes {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
}
    .full-urok-unlock .button-slayd::before {
    width: 75px;
}
    .full-urok-unlock .button-slayd > img {
    margin-left: 0px;
}
    .button-block {
    margin-top: 30px;
}
    .pagetools {
        display: none;
    }
    .mobilevert {
    display: block !important;
}
    .deschorizont {
        display: none !important;
    }
    .carousel-caption .leftblock .button-slayd {
    margin-top: 30px;
}
    .leftblock {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 285px;
    height: 370px;
}
    .fotorama__nav--dots {
    top: -64px;
}
    .all-subscription {
    background: url("/uploads/img/top-fon-podpiska-info.webp") center 52px no-repeat;
    background-size: 250% auto;
}
    .footer .footer-content {
    flex-flow: wrap-reverse;
    width: 90%;
}
    .box.story.shortstory  {
        margin-bottom: 20px;
    }
    .all-subscription::before {
    left: -1%;
    top: -49px;
        width: 140px;
    height: 215px;
}
    .all-subscription-end {
    background: url("/uploads/img/fon-podpiska-info.webp") bottom center no-repeat;
    background-size: 235% auto;
        min-height: 320px;
        padding-top: 30px;
}
    .all-subscription-end > div {
    width: 100%;
}
    .all-subscription-end > div.blockvideo {
        justify-content: flex-end;
        width: 80%;
    }
    .allinvideo span {
        width: 100px;
        left: auto;
    right: 4%;
    }
    .all-subscription-end > .info-button-slayd {
    padding-bottom: 125px;
}
    ol {
    padding-left: 30px;
}
    .subscription-content li {
    margin-bottom: 50px;
    padding-left: 90px;
        font-size: 15px;
}
    .subscription-block {
        margin-top: 40px;
    }
    .leftbay, .rightbay {
    padding: 30px 30px 0 30px;
}
    .bay-cont > b {
    font-size: 200px;
    margin-top: -30px;
}
    .bay-cont > span {
    font-size: 23px;
    margin-bottom: 48px;
    margin-left: 10px;
}
    .bay-cont > i {
    font-size: 54px;
    margin-bottom: 9px;
    margin-left: 0px;
}
    .bay-cont > u {
    font-size: 23px;
    margin-bottom: 14px;
}
    .bay-cont > strong {
    font-size: 23px;
    margin-bottom: 14px;
}
    .subscription-material .bay-cont > strong {
    margin-bottom: 47px;
    margin-left: 15px;
}
    .allmaterial {
    justify-content: center;
}
    .rightbay {
    padding-top: 20px;
}
    .blockbutton {
    padding-left: 0px;
}
    .shortstory, .emptydiv, #dle-content::after, #dle-content script:nth-last-child(1) {
    width: 100%;
    min-width: auto;
}
    .all-subscription-end > .blockone {
        display: none;
    }
    
    .bay-cont > strong > img {
    height: 15px;
    margin-top: 3px;
    margin-left: 5px;
}
    .allblock.bay-subscription > div {
    width: 100%;
}
	#content {  }
	.navigation { margin: 15px 0 30px; justify-content: center; }
	.box, .comment, .berrors { margin-bottom: 15px; }
	.box > .heading {  }
	.quote, blockquote { font-size: 1.1em; }

	.mejs-container { max-width: 100%; }
	.story video { max-width: 100%; }
	.story iframe { max-width: 100%; }

	/* Всплывающие окна */
	.ui-dialog { width: 92% !important; left: 0 !important; } 
	.ui-dialog-buttonset > .ui-button { margin: 2px; }
    .ui-icon, .ui-button-icon-only {
    z-index: 10000000;
}
	/* Оптимизация шапки */
	#header, .header { margin: 0; height: 50px; }
	.header {
		background-color: #27b3b5;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	#header_menu {
		position: relative;
      
    border-radius: 0;
    box-shadow: none;
    padding: 0 0px 0 14%;
    width: 86%;
    z-index: 1;
    height: 50px;
	}
	#header_menu:after {
		content: "";
		position: absolute;
		top: 100%; left: 0;
		height: 1px; width: 100%;
		background: rgba(255,255,255,0.1);
	}
	.logotype {
		float: none;
		width: 100px; height: 35px;
		text-align: center;
        margin-left: 5px;
		justify-content: center;
	} 
	.logo_title { display: none; }

	/* Оптимизация меню */
	#mobile_menu_btn, #search_btn {
		width: 50px; height: 50px;
		padding: 0;
		border-right-width: 0;
	}
	.mobile-menu_open .mt_1 { margin-top: 8px; }
	.mobile-menu_open .mt_2 { margin-top: 8px; }
	.mobile-menu_open .mt_3 { margin-top: 8px; }
	#cat_menu {
		position: fixed;
		z-index: 0;
		margin: -60% 0 0 0;
		width: 100%;
		background: url(/img/fon-less-000.png) #363636 repeat;
        background-size: 300px;
		left: auto; right: auto;
        padding-left: 0px;
	}
    .cat_menu__tm {
        max-width: 220px;
    margin: 0 auto;
    }
	#cat_menu:after {
		content: "";
		position: fixed;
		width: 100%; height: 70px; margin-top: 50px;
		left: 0; right: 0; top: 0;
		z-index: 1;
        opacity: 0.6;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(top, #363636 30%, rgba(51,148,230,0) 100%);
		background-image: -moz-linear-gradient(top, #363636 30%, rgba(51,148,230,0) 100%);
		background-image: -o-linear-gradient(top, #363636 30%, rgba(51,148,230,0) 100%);
		background-image: linear-gradient(top, #363636 30%, rgba(51,148,230,0) 100%);
	}
	.cat_menu { padding: 10%; margin-top: 50px; }
	.cat_menu a:first-child { border-top-width: 0; }
	.cat_menu a {
		text-decoration: none !important;
		font-size: 1.1em;
        align-items: center;
		padding: 8% 0;
		color: #fff;
		border-top-color: #3d99e7;
	}
    .mobile-menu_open #cat_menu a img {
    margin-right: 15px;
        margin-top: -2px;
}
	#cat_menu .soc_links { display: none; }

		.mobile-menu_open .header { left: auto; }
		.mobile-menu_open .page { margin-left: 0; }
		.mobile-menu_open #cat_menu { margin-top: 50px; }
		

		/* Оптимизация авторизации */
		#login_pane {
			float: none;
			text-align: center;
			-webkit-transition: all ease .3s; transition: all ease .3s;
		}
		#login_pane .dropdown-form {
			position: fixed;
			top: 55px; left: 10px; right: 10px;
			overflow-x: hidden;
			overflow-y: auto;
			margin: 0; padding-bottom: 50; border-radius: 20px;
			width: auto; min-width: 0;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.login_pane__foot, .login_form__foot { padding-bottom: 39px; }

	/* Оптимизация поиска */
	#search_btn { display: none; }
	#search_btn > span {
		border-width: 0;
		width: 36px; height: 36px;
	}
	#q_search {
		left: 15px; right: 50px;
		height: 50px;
		padding: 0;
	}
	.q_search { margin-top: 7px; }

	/* Оптимизация карусели */
	.carousel { margin-bottom: 0; border-radius: 0; }
	.carousel-caption {
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		margin: 0;
		display: table;
	}
	.carousel-caption_in {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 15px;
	}
	.carousel-caption .title { font-size: 1.2em;  }
	.carousel-caption .text { font-size: 1em; }

	.carousel-control { position: static; }
	.carousel-control_in { background: none; box-shadow: none; -webkit-box-shadow: none; }
	.carousel-indicators { display: none; }
	.carousel-control .up, .carousel-control .down { position: absolute; z-index: 12; left: 50%; margin-left: -21px; }
	.carousel-control .up { top: 0; }
	.carousel-control .down { bottom: 0; }
	.carousel-control .up .icon, .carousel-control .down .icon { fill: #fff !important; }

	/* Блоки */
	.block, .block_grey { margin-bottom: 15px; }
	.block > .title, .block_grey, .relnews > li > a { padding: 20px; }

	/* Оптимизация новостей */
	.box_in {  }
	.story_icons {
		float: right;
		position: relative;
		padding: 0; margin: -4px 0 10px 10px;
	}
	.story > .meta { padding: 10px 20px; }
	.meta > ul.left > li { margin-right: 12px; }
	.meta > ul.right > li { margin-left: 12px; }

	.story .title { font-size: 1.15em; }
	.story .box_in > .text { font-size: 1em; }

	.story_date > * { display: none; }
	.story_date > time { display: inline; }
	.category { display: none; }

	.story_tools, .editdate { margin-top: 20px; }
	.shortstory .story_tools > .rate {  }
	.story_tools > .btn { padding: 0; height: 36px; width: 36px; text-align: center; }
	.story_tools > .btn:after, .story_tools > .btn:before { content: ""; }
	.story_tools > .btn > b, .story_tools > .btn:after, .story_tools > .btn:before {
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #fff;
		width: 4px; height: 4px;
		border-radius: 50%;
		margin: 11px 0 0 0;
		vertical-align: middle;
	}
	.story_tools > .btn > b { margin-left: 2px; margin-right: 2px; }

	/* Важная новость */
	.fixed_label {
		width: 10px; height: 18px;
		padding: 0;
		margin-top: 20px;
		background-color: #e85319;
	}
		.fixed_label:before { display: none; }
		.fixed_label:after {
			bottom: auto; left: 100%; top: 0;
			margin: 0 0 0 -3px;
			border: solid transparent;
			border-right-color: #fff;
			border-width: 9px 3px 9px 0;
		}

	/* Хлебные крошки и сортировка */
	.pagetools {
		margin-bottom: 0;
		border-radius: 0;
		border-width: 0 0 1px 0;
		height: 51px;
		padding-left: 50px;
	}
		.pagetools_back { width: 50px; height: 50px; }
		.sortbar, .breadcrumb_in {
			width: 100%;
			overflow-x: auto; overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
		}
		.breadcrumb_in .over { display: block; overflow: visible; }
		.sortbar_in:after, .breadcrumb_in .over:after { content: ""; width: 25px; display: inline-block; }
	
	/* Постраничная навигация */
	.page_next-prev { height: auto; float: none; background: none; box-shadow: none; -webkit-box-shadow: none; }
		.page_prev { float: left; }
		.page_next { float: right; }
		.page_prev, .page_next {
			position: relative;
			z-index: 1;
			border-radius: 18px;
			background-color: #fff;
			box-shadow: none;
		}
		.pages { text-align: center; }
		.navigation .pages > * {
			border-radius: 50%;
			
			box-shadow: none;
		}
		.navigation .pages > span {  }
		.navigation .pages > span,
		.navigation .pages > *:first-child,
		.navigation .pages > *:last-child { display: inline-flex; }
		.navigation .pages > span.nav_ext { display: none; }

	/* Комментарии */
	.addcomment .plus_icon { display: none; }
	.addcomment h3 { display: none; } 

	.comment { padding: 20px; padding-bottom: 60px; }
		.com_content > .title { font-size: 1.15em; }
		.comment .meta {
			position: absolute;
			bottom: 14px; left: 20px; right: 20px;
		}
    .pmnewfull .comment .meta {
    position: absolute;
    bottom: -55px;
    left: 0px;
    right: 0px;
}
   .pmnewfull .com_user {
    float: left;
    margin: 9px 15px 0 15px;
}
		.com_info { margin: 0 0 20px 0; padding-left: 46px; }
		.com_user { display: block; }
		.comment .avatar { margin-left: -46px; margin-right: 0; }
		.comment .rate_like > a, .comment  .rate_like-dislike { border-color: transparent; }
		.comment .meta .mass, .reply a span { display: none; }

	/* Древовидные комментарии */
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 20px; }
	.comments-tree-list li ol li .comment {
		padding: 20px 0;
		padding-bottom: 60px;
	}
	.comments-tree-list .comments-tree-list .comment .meta { left: 0; right: 0; }
	.comments-tree-list > li > ol > li .comment:before { margin: 25px 0 0 -20px; }

	/* Контакты */
	.contacts { font-size: 1em; }
		.contacts > .grid_1_2 { margin-top: 15px; padding-left: 30px; }
		.contacts > .grid_1_2 .icon { width: 16px; height: 18px; margin-left: -30px; }

	/* Формы */
	.form_submit > .btn-big { width: 100%; margin-top: 5px; }
		.form_submit .c-captcha { float: none; margin-bottom: 20px; }
		.c-captcha img, .c-captcha > input { width: 122px; }
		.combo_field { margin-bottom: 20px; }

	/* Оптимизация регистрации и восстановления пароля */
	.page_form { padding-left: 0; padding-top: 50px; }
		.page_form__body { padding: 0 8%; }
		.page_form__logo .icon { margin-top: 0; }
		.page_form__back {
			left: 0;
			z-index: 999;
			width: 100%; height: 50px;
			padding: 0;
		}
		.page_form__back > .icon { top: 50%; left: 0; margin: -10px 0 0 8%; }
		.page_form__back:after { display: none; }

		.page_form__inner > .title { font-size: 24px; }

	/* Статистика */
	.stats_head > ul { font-size: 1em; }

	/* Персональные сообщения */
	#pm-menu { margin-bottom: 20px; }
		#pm-menu a {
			padding: 10px 0;
			color: inherit;
			display: block;
			border-top: 1px solid #efefef;
			text-decoration: none !important;
		}
		#pm-menu a:hover { color: #27b3b5; }

	/* Страница пользователя */
	.userinfo_top {  }
	.user_tab > li { display: block; margin-right: 0; }
		.user_tab > li > a { font-size: 11px; letter-spacing: 0; }

	.ui-c1, .ui-c2 { width: 100%; margin: 0; display: block; vertical-align: top; }
	.ui-c1 { font-size: .9em; }

	/* Меню снизу */
	.footer_menu { padding: 15px; }
		.foot_menu { margin: 0; }
		.foot_menu > li { float: none; width: auto; padding: 0; }
		.foot_menu > li:first-child > b { border-top-width: 0; }
		.foot_menu > li > b {
			cursor: pointer;
			margin: 0; padding: 10px 0;
			font-weight: normal;
			border-top: 1px solid #d5d5d5;
		}

		.foot_menu > li > b i {
			display: block;
			float: right;
			width: 12px; height: 2px;
			position: relative;
			margin: 10px 0;
			background-color: #363636;
		}
		.foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after { background-color: #27b3b5; }
		.foot_menu > li > b.collapsed i:after {
			content: "";
			display: block;
			margin: -5px auto 0 auto;
			height: 12px; width: 2px;
		}
		.foot_menu > li .collapse { display: none; }
		.foot_menu > li .collapse.in { display: block; }
		.foot_menu > li nav { padding: 10px; padding-top: 0; }

	/* Копирайты */
	.footer { 
        padding: 95px 5% 40px;
    width: 90%; 
    background: url(/img/fon-futer.png) top center no-repeat;
    background-size: 380% auto;
    }
    .foot-online {
    width: 83%;
}
    .footer .copy-text {
    margin-top: 40px;
}
    .footer .copy-text > div, .footer .txt-online > div {
    font-size: 70%;
}
    .copy-text b, .txt-online b {
        font-size: 90%;
        line-height: 100%;
    }
    .link-help {
    min-width: 57px;
    height: 57px;
    }
		.footer .midside { display: block; padding: 0; }
		.footer .copyright, .footer .copyright a { color: #d5d5d5; }
		.footer .copyright { padding: 0 0 15px 0; border-bottom: 1px solid #2c2c2c; }
		.footer .ca { display: block; float: none; margin: 0; padding: 15px 0; color: #4e4e4e !important; }
		.footer .ca .icon { fill: #323232; }
    .dark_top.userinfo_top {
    width: 82%;
    min-height: 145px;
    margin-bottom: 30px;
    padding: 30px 0px;
}
    .all-info-user > .username {
    margin: 12px 0px;
    line-height: 130%;
}
    .all-info-user {
        max-width: 70%;
    }
    .moneyuser {
    width: 92%;
    margin-left: 3%;
        margin-bottom: 30px;
}
    .moneyuser .button-slayd::before {
    width: 104%;
    height: 60px;
}
    .myfavorits {
        width: 82%;
    }
    .billing-content > .billing-table > tbody > tr {
        margin: 10px 0px 10px 0;
            padding: 5px 5px;
        width: 100%;
    }
    .myhistory.tab-pane.active .box_in.min-h {
        padding: 20px 0px;
    }
    .billing-content > .billing-table > tbody > tr > td > font {
        white-space: nowrap;
    }
    .userinfofull .box_in {
    padding: 20px 0;
}
}

@media (min-width: 480px) and (max-width: 600px) {
    .filter-cat {
    background: url(/uploads/img/slaydemob-cat.webp) bottom center no-repeat;
    background-size: cover;
}
    .freefull .filter-cat::before, .filter-cat::before, .subfull .filter-cat::before, .favoritesfull .filter-cat::before {
    background-size: auto 100%;
    margin-top: 30px;
}
}

@media only screen and (max-width: 480px) {
    .button_instal_pwa {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: linear-gradient(360deg, #f0f0f0, #f0f0f0, #f0f0f0d1);
}
.button_instal_pwa::before {
    width: 176%;
        height: 78%;
        right: -66%;
        bottom: -35%;
}
.button_instal_pwa::after {
    background-size: auto 100%;
        width: 100%;
        height: 65%;
        right: -5%;
        bottom: -1px;
}
.button_instal_pwa button {
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    top: 20%;
    font-size: 115%;
}
.button_instal_pwa button:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
}

/* --- === Разрешение ниже 420 === ---*/
@media only screen and (max-width: 420px) {
   .filter-cat::before {
    margin-top: 20px;
}
    .billing-content {
    margin-top: 130px !important;
}
    .billing-content > form > table, .billing-content > .billing-table > tbody {
    margin: 0 -10% !important;
    width: 120%;
}
    .billingall .billing-panel {
        width: 120%;
        margin-top: 15px;
        margin-left: -10%;
        margin-right: -10%;
    }
    .imgpromocode {
    justify-content: center;
}
    .promocodeadd {
    flex-flow: wrap-reverse !important;
}
    .promocodeadd img {
    width: 180px !important;
    margin-top: -10px;
}
    .billingall .billing-panel a {
        margin: 0px 0;
        width: 75px;
        padding: 6px 10px !important;
    }
        .billingall .billing-menu {
        display: flex;
            justify-content: center;
        gap: 5px;
    }
    .billingall .billing-panel .billing-balance {
        width: 100%;
    }
    .billingall .billing-panel a {
        
    }
    .billing-pay-label span img {
    height: 20px !important;
}
    .billing-pay-label {
        justify-content: center !important;
    }
    .paystatus td:first-child, .paysumma td:first-child {
    min-width: 100px !important;
}
    .buttoninw {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .billing-pay-grid h5, .billing-content h4 {
    text-align: center;
}
    .billing-pay-label {
    gap: 7px !important;
    width: 120%;
    margin: 0 -10% !important;
}
    .billing-pay-grid .paymoment .btn {
    min-width: 150px;
}
    .billing-pay-grid .paymoment::before {
    width: 86% !important;
    height: 96% !important;
}
    .summapay {
        display: none;
    }
    .billingall .billing-foto {
    width: 80px;
        margin: 15px auto 10px;
}
    .promocodeadd {
        margin-bottom: 40px;
    }
    .promocodeadd form, .promocodeadd .form-group {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
  .promocodeadd .form-group > label {
    text-align: center;
}
    .favoritesfull .filter-cat::before {
        margin-bottom: 20px;
    }
}
/* --- === Разрешение ниже 420 конец === ---*/

/* --- === Разрешение ниже 380 === ---*/
@media only screen and (max-width: 380px) {
    .billingall .billing-panel {
        height: auto;
        min-height: 130px;
    }
    .billingall .billing-foto {
    width: 100px;
}
    .billing-content {
        margin-top: 30px !important;
    }
    .billing-pay-grid > div > table {
        width: 120%;
        margin: 0 -10%;
    }
}
/* --- === Разрешение ниже 380 конец === ---*/
p {
    margin-block-start: .7em;
    margin-block-end: .7em;
}

.grecaptcha-badge {
    display: none;
}

fieldset .soc_links {
    display: block;
}

fieldset .soc_links > a {
	margin-right: 10px;
}

.dle-popup-mediaupload {
	font-size: 13px;
}
#mediaupload-delete {
    background-color: #ef5350;
}
.dle-popup-mediaupload.ui-dialog .ui-dialog-buttonpane {
    padding: 10px;
}

.file-preview-card, .mediaupload-box {
	background-color: #fff;
}

.dle-popup-mediaupload .mediaupload-insert-params {
    background-color: #ededed!important;
    border-top: 1px solid #ededed!important;
}

.upload-options .checkbox-inline {
	padding-left: 0!important;
}

.dle-popup-mediaupload select, .dle-popup-mediaupload textarea, .dle-popup-mediaupload input[type="text"] {
  height: auto;
  line-height: 1;
  padding: 5px;
}

.less {
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(0 0 0 / 40%) 0px 10px 20px -5px;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

/* ENG */
.active-eng .eng-cont {
    visibility: visible;
    display: block;
    transition: 0.2s;
}
.active-eng .ru-cont {
    visibility: hidden;
    display: none;
    transition: 0.2s;
}
.active-eng .tur-cont {
    visibility: hidden;
    display: none;
    transition: 0.2s;
}
.active-eng #eng {
    display: none !important;
    visibility: hidden;
}
/* ENG End*/


/* RU */
.active-rus .ru-cont {
    visibility: visible;
    display: block;
    transition: 0.2s;
}
.active-rus .eng-cont {
    visibility: hidden;
    display: none;
    transition: 0.2s;
}
.active-rus .tur-cont {
    visibility: hidden;
    display: none;
    transition: 0.2s;
}
.active-rus #rus {
    display: none !important;
    visibility: hidden;
}
/* RU End*/


/* TUR */
.active-turc .ru-cont {
    visibility: hidden;
    display: none;
    transition: 0.2s;
}
.active-turc .eng-cont {
    visibility: hidden;
    display: none;
    transition: 0.2s;
}
.active-turc .tur-cont {
    visibility: visible;
    display: block;
    transition: 0.2s;
}
.active-turc #turc {
    display: none !important;
    visibility: hidden;
}
/* TUR End*/

.step-less .stikis textarea:nth-child(1), .step-less .stikis textarea:nth-child(10), .step-less .stikis textarea:nth-child(19), .step-less .stikis textarea:nth-child(28), .step-less .stikis textarea:nth-child(37), .step-less .stikis textarea:nth-child(46), .step-less .stikis textarea:nth-child(55), .step-less .stikis textarea:nth-child(64), .step-less .stikis textarea:nth-child(73), .step-less .stikis textarea:nth-child(82), .step-less .stikis textarea:nth-child(91), .step-less .stikis textarea:nth-child(100), .step-less .stikis textarea:nth-child(110), .step-less .stikis textarea:nth-child(119), .step-less .stikis textarea:nth-child(128), .step-less .stikis textarea:nth-child(137), .step-less .stikis textarea:nth-child(146), .step-less .stikis textarea:nth-child(155), .step-less .stikis textarea:nth-child(164), .step-less .stikis textarea:nth-child(173), .step-less .stikis textarea:nth-child(182), .step-less .stikis textarea:nth-child(191), .step-less .stikis textarea:nth-child(200) {
    background: #fff9b3 !important;
}
.step-less .stikis textarea:nth-child(2), .step-less .stikis textarea:nth-child(11), .step-less .stikis textarea:nth-child(20), .step-less .stikis textarea:nth-child(29), .step-less .stikis textarea:nth-child(38), .step-less .stikis textarea:nth-child(47), .step-less .stikis textarea:nth-child(56), .step-less .stikis textarea:nth-child(65), .step-less .stikis textarea:nth-child(74), .step-less .stikis textarea:nth-child(83), .step-less .stikis textarea:nth-child(92), .step-less .stikis textarea:nth-child(102), .step-less .stikis textarea:nth-child(111), .step-less .stikis textarea:nth-child(120), .step-less .stikis textarea:nth-child(129), .step-less .stikis textarea:nth-child(138), .step-less .stikis textarea:nth-child(147), .step-less .stikis textarea:nth-child(156), .step-less .stikis textarea:nth-child(165), .step-less .stikis textarea:nth-child(174), .step-less .stikis textarea:nth-child(183), .step-less .stikis textarea:nth-child(192) {
    background: #f8f46f !important;
}
.step-less .stikis textarea:nth-child(3), .step-less .stikis textarea:nth-child(12), .step-less .stikis textarea:nth-child(21), .step-less .stikis textarea:nth-child(30), .step-less .stikis textarea:nth-child(39), .step-less .stikis textarea:nth-child(48), .step-less .stikis textarea:nth-child(57), .step-less .stikis textarea:nth-child(66), .step-less .stikis textarea:nth-child(75), .step-less .stikis textarea:nth-child(84), .step-less .stikis textarea:nth-child(93), .step-less .stikis textarea:nth-child(3), .step-less .stikis textarea:nth-child(12), .step-less .stikis textarea:nth-child(121), .step-less .stikis textarea:nth-child(130), .step-less .stikis textarea:nth-child(139), .step-less .stikis textarea:nth-child(148), .step-less .stikis textarea:nth-child(157), .step-less .stikis textarea:nth-child(166), .step-less .stikis textarea:nth-child(175), .step-less .stikis textarea:nth-child(184), .step-less .stikis textarea:nth-child(193), .step-less .stikis textarea:nth-child(101) {
    background: #7fdcfb !important;
}
.step-less .stikis textarea:nth-child(4), .step-less .stikis textarea:nth-child(13), .step-less .stikis textarea:nth-child(22), .step-less .stikis textarea:nth-child(31), .step-less .stikis textarea:nth-child(40), .step-less .stikis textarea:nth-child(49), .step-less .stikis textarea:nth-child(58), .step-less .stikis textarea:nth-child(67), .step-less .stikis textarea:nth-child(76), .step-less .stikis textarea:nth-child(85), .step-less .stikis textarea:nth-child(94), .step-less .stikis textarea:nth-child(104), .step-less .stikis textarea:nth-child(113), .step-less .stikis textarea:nth-child(122), .step-less .stikis textarea:nth-child(131), .step-less .stikis textarea:nth-child(140), .step-less .stikis textarea:nth-child(149), .step-less .stikis textarea:nth-child(158), .step-less .stikis textarea:nth-child(167), .step-less .stikis textarea:nth-child(176), .step-less .stikis textarea:nth-child(185), .step-less .stikis textarea:nth-child(194) {
    background: #9df0f4 !important;
}
.step-less .stikis textarea:nth-child(5), .step-less .stikis textarea:nth-child(14), .step-less .stikis textarea:nth-child(23), .step-less .stikis textarea:nth-child(32), .step-less .stikis textarea:nth-child(41), .step-less .stikis textarea:nth-child(50), .step-less .stikis textarea:nth-child(59), .step-less .stikis textarea:nth-child(68), .step-less .stikis textarea:nth-child(77), .step-less .stikis textarea:nth-child(86), .step-less .stikis textarea:nth-child(95), .step-less .stikis textarea:nth-child(105), .step-less .stikis textarea:nth-child(114), .step-less .stikis textarea:nth-child(123), .step-less .stikis textarea:nth-child(132), .step-less .stikis textarea:nth-child(141), .step-less .stikis textarea:nth-child(150), .step-less .stikis textarea:nth-child(159), .step-less .stikis textarea:nth-child(168), .step-less .stikis textarea:nth-child(177), .step-less .stikis textarea:nth-child(186), .step-less .stikis textarea:nth-child(195) {
    background: #a7cdf4 !important;
}
.step-less .stikis textarea:nth-child(6), .step-less .stikis textarea:nth-child(15), .step-less .stikis textarea:nth-child(24), .step-less .stikis textarea:nth-child(33), .step-less .stikis textarea:nth-child(42), .step-less .stikis textarea:nth-child(51), .step-less .stikis textarea:nth-child(60), .step-less .stikis textarea:nth-child(69), .step-less .stikis textarea:nth-child(78), .step-less .stikis textarea:nth-child(87), .step-less .stikis textarea:nth-child(96), .step-less .stikis textarea:nth-child(106), .step-less .stikis textarea:nth-child(115), .step-less .stikis textarea:nth-child(124), .step-less .stikis textarea:nth-child(133), .step-less .stikis textarea:nth-child(142), .step-less .stikis textarea:nth-child(151), .step-less .stikis textarea:nth-child(160), .step-less .stikis textarea:nth-child(169), .step-less .stikis textarea:nth-child(178), .step-less .stikis textarea:nth-child(187), .step-less .stikis textarea:nth-child(196) {
    background: #ffcfdf !important;
}
.step-less .stikis textarea:nth-child(7), .step-less .stikis textarea:nth-child(16), .step-less .stikis textarea:nth-child(25), .step-less .stikis textarea:nth-child(34), .step-less .stikis textarea:nth-child(43), .step-less .stikis textarea:nth-child(52), .step-less .stikis textarea:nth-child(61), .step-less .stikis textarea:nth-child(70), .step-less .stikis textarea:nth-child(79), .step-less .stikis textarea:nth-child(88), .step-less .stikis textarea:nth-child(97), .step-less .stikis textarea:nth-child(107), .step-less .stikis textarea:nth-child(116), .step-less .stikis textarea:nth-child(125), .step-less .stikis textarea:nth-child(134), .step-less .stikis textarea:nth-child(143), .step-less .stikis textarea:nth-child(152), .step-less .stikis textarea:nth-child(161), .step-less .stikis textarea:nth-child(170), .step-less .stikis textarea:nth-child(179), .step-less .stikis textarea:nth-child(188), .step-less .stikis textarea:nth-child(197) {
    background: #a4eda8 !important;
}
.step-less .stikis textarea:nth-child(8), .step-less .stikis textarea:nth-child(17), .step-less .stikis textarea:nth-child(26), .step-less .stikis textarea:nth-child(35), .step-less .stikis textarea:nth-child(44), .step-less .stikis textarea:nth-child(53), .step-less .stikis textarea:nth-child(62), .step-less .stikis textarea:nth-child(71), .step-less .stikis textarea:nth-child(80), .step-less .stikis textarea:nth-child(89), .step-less .stikis textarea:nth-child(98), .step-less .stikis textarea:nth-child(108), .step-less .stikis textarea:nth-child(117), .step-less .stikis textarea:nth-child(126), .step-less .stikis textarea:nth-child(135), .step-less .stikis textarea:nth-child(144), .step-less .stikis textarea:nth-child(153), .step-less .stikis textarea:nth-child(162), .step-less .stikis textarea:nth-child(171), .step-less .stikis textarea:nth-child(180), .step-less .stikis textarea:nth-child(189), .step-less .stikis textarea:nth-child(198) {
    background: #d7f698 !important;
}
.step-less .stikis textarea:nth-child(9), .step-less .stikis textarea:nth-child(18), .step-less .stikis textarea:nth-child(27), .step-less .stikis textarea:nth-child(36), .step-less .stikis textarea:nth-child(45), .step-less .stikis textarea:nth-child(54), .step-less .stikis textarea:nth-child(63), .step-less .stikis textarea:nth-child(72), .step-less .stikis textarea:nth-child(81), .step-less .stikis textarea:nth-child(90), .step-less .stikis textarea:nth-child(99), .step-less .stikis textarea:nth-child(109), .step-less .stikis textarea:nth-child(118), .step-less .stikis textarea:nth-child(127), .step-less .stikis textarea:nth-child(136), .step-less .stikis textarea:nth-child(145), .step-less .stikis textarea:nth-child(154), .step-less .stikis textarea:nth-child(163), .step-less .stikis textarea:nth-child(172), .step-less .stikis textarea:nth-child(181), .step-less .stikis textarea:nth-child(190), .step-less .stikis textarea:nth-child(199) {
    background: #d9bdf0 !important;
}
