:root {
  --color-1: #253a7a;
  --color-2: #2563ff;
  --color-3: #253a7a;
  --color-4: #2563ff;
  --color-5: #253a7a;
}
.content h1,.content h2,.content h3,.content h2>a {
 /* делаем цветные полосы по тексту */
  background: linear-gradient(150deg, 
    var(--color-1) 19%, 
    var(--color-2) 20%,
    var(--color-2)  39%,
    var(--color-3) 40%,
    var(--color-3) 59% ,
    var(--color-4) 60%,
    var(--color-4) 79%,
    var(--color-5) 80%);
     background-clip: text;
    -webkit-background-clip: text;
     color: transparent;
}
.emoji {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: black; /* или любой другой цвет */
}
.h1, h1 {font-size: 2.1rem;}
.content h2,.content h3{
margin-top: 35px;
margin-bottom: 15px;
}

.content ol,.content ul{padding-left:20px;}

.content p,.content dl,.content dd,.content pre,.content ul,.content ol,.content blockquote,.content table,.content fieldset {
    margin-bottom: 1.5em;}
    .icotopmenu{width: 1.5em;margin-bottom: 0.25rem!important;}
    .icotopmenusub{width: 1.4em;}
  .orderform{padding: 1.5rem;}
  .orderprice{padding: 1.5rem;}
  .orderpricefull{padding: 1.5rem;}
  .orderinfo{padding: 1.5rem;}
.rekorder{    position: absolute;    z-index: 1;    margin-right: 3%;    margin-top: 2%;    right: 0; font-size: 85%;}
.imgh1order{margin-bottom: 0.2em; width:1em;}
.h5order{background: #f6f8fa;border-radius: 30px;padding: 6px;font-size: 1.0rem;color: #242f51;}
.h1order{color: #242f51; font-size: 1.7em; margin-top: 1em;} 
.paybtn{cursor: pointer;border: 0;height:110px;width:220px;outline:none;}
.pvisa{background: url(/templates/v2/img/pay/94.png) no-repeat center;}
.pyamoney{background: url(/templates/v2/img/pay/45.png) no-repeat center;}
.pqiwi{background: url(/templates/v2/img/pay/63.png) no-repeat center;}
.pgpay{background: url(/templates/v2/img/pay/gpay.png) no-repeat center;}
.pappay{background: url(/templates/v2/img/pay/appay.png) no-repeat center;}
.pcash{background: url(/templates/v2/img/pay/cash.png) no-repeat center;}
.psberpay{background: url(/templates/v2/img/pay/sberpay.png) no-repeat center;}
.ptinkoff{background: url(/templates/v2/img/pay/tinkoffonline.png) no-repeat center;}
.palfa{background: url(/templates/v2/img/pay/alfabank.png) no-repeat center;}
.psbp{background: url(/templates/v2/img/pay/sbp.png) no-repeat center;}
.pcrypto{background: url(/templates/v2/img/pay/66.png) no-repeat center;}

@media  (max-width: 440px){
.paybtn{height:70px;width:140px;}
.pvisa{background: url(/templates/v2/img/pay/94m.png) no-repeat center;}
.pyamoney{background: url(/templates/v2/img/pay/45m.png) no-repeat center;}
.pqiwi{background: url(/templates/v2/img/pay/63m.png) no-repeat center;}
.pgpay{background: url(/templates/v2/img/pay/gpaym.png) no-repeat center;}
.pappay{background: url(/templates/v2/img/pay/appaym.png) no-repeat center;}
.pcash{background: url(/templates/v2/img/pay/cashm.png) no-repeat center;}
.psberpay{background: url(/templates/v2/img/pay/sberpaym.png) no-repeat center;}
.ptinkoff{background: url(/templates/v2/img/pay/tinkoffonlinem.png) no-repeat center;}
.palfa{background: url(/templates/v2/img/pay/alfabankm.png) no-repeat center;}
.psbp{background: url(/templates/v2/img/pay/sbpm.png) no-repeat center;}
    .pcrypto{background: url(/templates/v2/img/pay/66m.png) no-repeat center;}
}
    
 /*   .hleb {opacity: 0.8;}
    .hleb a{color: #242f51;}
    .hleb a:hover{opacity: 1;}*/
    .breadcrumb{background-color:unset;opacity: 0.8;font-size: 0.9em;}
    .breadcrumb a{color: #242f51;}
.icopayfooter{height: 2rem;
margin-right: 10px;
    opacity: 0.5;}
.speedbarico{width: 1.1rem;
    margin-right: 5px;
    margin-bottom: 2px;}
.content >ul {
list-style: none; 
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.content >ul li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 1em .5em 2.5em;
background: #e7ecff;
color: #242f51;
text-decoration: none;
border-radius: 0.5em;
transition: all .3s ease-out;
word-wrap: break-word;
}
.content >ul li:hover {background: #242f51; color: white;}       
.content >ul li:before {
content: '🎯';
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #242f51;
color: white;
height: 2em;
width: 2em;
text-align: center;
line-height: 2em;
font-weight: bold;
border-radius: 0.3em;
}
.content >ul li:after {
position: absolute;
content: "";
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}
.content >ul li:hover:after {
left: -.5em;
border-left-color: #242f51;
}



.content >ol {
counter-reset: li; 
list-style: none; 
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
margin-left: 1em;
}
.content >ol li {
position: relative;
    display: block;
    padding: 0.4em 0.2em 0.2em 2em;
    margin: 0.5em 0;
    background: #e7ecff;
    color: #242f51;
    text-decoration: none;
    border-radius: 0.3em;
    transition: .3s ease-out;
    word-wrap: break-word;
}
.content >ol li:hover {background: #242f51; color: white;}
.content >ol li:hover:before {transform: rotate(360deg);}
.content >ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #242f51;
    color: white;
    height: 2.5em;
    width: 2.5em;
    border: 0.3em solid white;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.content>table{display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    border:0;
    text-align: center;
  }

.content>table td {border: 1px solid #00000014 !important;
    padding: 5px;}
.dropdown-item{color: #242f51;}



.jumbotron {
   box-shadow: 0px -1px 16px 1px #00000014;
   background-color: #fcfdfe;
}
@media  (min-width: 576px){
.jumbotron {
    padding: 2rem 2rem;}
}

.show_pass{border-radius: 0 0.25rem 0.25rem 0; border-left: 0;}

/*Поддерживает hover start*/
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){
.buttonlk:hover >.dropdown-menu {
    display: block;
    margin-top: 0; 
 }
  .buttonlk:hover >.button:hover {
   background: #242f51;
    color: white;
    border: 2px solid #2563ff;
 }
 .card-custom2:hover {
    transform: scale(1.06);
    box-shadow: 0 0px 10px rgb(10 10 10 / 30%);
    transition: box-shadow 0.3s, transform 0.3s;
}
.card-custom:hover {
    transform: scale(1.06);
    box-shadow: 0 0px 10px rgb(10 10 10 / 30%);
    transition: box-shadow 0.3s, transform 0.3s;
}
}
/*Поддерживает hover end*/


.orderprice{display:none;}
 .shortstoryimg{max-width: 250px;}
}
.icotopmenu{width:25px;}
.menuico{margin-top: 0.15rem!important;}
.labelmenuico{display:none;}
.userpanel{font-size: 14px;font-weight: 400;height: 35px;text-transform: none;padding: 10px;letter-spacing: unset;}
.usermobpanel{display:none;}
.mymodal{border-radius: 0.9rem;border:0;background-color: #fffffff5;}
.tableorderprice td, th{padding:5px;border-bottom: 1px solid #efefef;}
.tableorderprice {font-size: 0.9em;}
.title-rodercard{margin-top: 5px;font-size: 1.1rem;color: #0c2c76;}
.card-text-order{margin-top: 10px;}
.user-barmenu{background: #f6f8fa;border-radius: 30px;padding: 10px;line-height: 6px;color:#0c2c76;}
.icoordercard{font-size: 3.0rem;color: #0c2c76;}
.icofdcustom{color:#2563ff;padding-right: 5px;}
.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  transform: scale(1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.card-custom2 {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  transform: scale(1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.card-title {
    margin-bottom: .75rem;
    font-size: 1.1rem;
    color: #242f51e8;
    font-weight: 500;
    text-align: center;
    min-height: 70px;
}
.card-title2 {
    margin-bottom: .75rem;
    font-size: 1.4rem;
    color: #242f51e8;
    font-weight: 400;
    text-align: center;
    min-height: 90px;
}
.card-title a, .card-title2 a, .card-title3{
   color:#242f51;
}
.card-price{
    text-align: center;
    font-size: 18px;
    color: #242f51;
    font-weight: 700;
    padding-top: 1rem !important;
}
.card-button{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}
/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0;
    color: #242f51;
    font-size: .8375rem;
    letter-spacing: .5px;
    margin: 1rem auto;
    width: 100%;
}
.divider::before {
    margin-right: 1rem;
}

.divider::after {
    margin-left: 1rem;
}
.divider::after, .divider::before {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid rgba(0,0,0,.1);
}
    /* Соц.сети */
        .soc_links {
            display: flex;
            justify-content: center;
            padding: 1px;
            margin: 13px 0 0 0;
        }
            .soc_links > a {
                display: inline-block;
                width:60px;
                -webkit-transition: all ease .1s; transition: all ease .1s;
            }
            .soc_links > a:hover { opacity: 1;  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
            .soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -3px 0 0 0; }

    
/* Теги в новости */
      .story_tags { padding-left: 30px; margin-top: 1.5em; }
      .story_tags > .icon { color: #09298f; float: left; margin: 4px 0 0 -35px; font-size: 25px;}
      #dle-content > .story:nth-child(2n) .tag_list > span > a { background-color: #fff; }

    /* Теги */
    .tag_list > span { margin: 0 2px 2px 0; }
      .tag_list > span, .tag_list > span > a { display: inline-block; }
      .tag_list > span > a {
        color: #455999;
        text-decoration: none !important;
        padding: 3px 6px;
        border-radius: 2px;
        background-color: #f4f6f7;
      }
      .tag_list > span > a:hover {
        background-color: #242f51 !important;
        color: #fff;
        position: relative;
      }
      .readmore-js-toggle, .readmore-js-section{color:#455999; }


.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}
.card-custom-avatar-si {
  margin: auto;
}
.card-custom-avatar-s {
border-radius: 50%;
    box-shadow: 0 0 15px rgb(10 10 10 / 30%);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    background-color: white;   
    width: 100px;
    height: 100px;
     text-align:center;
}
.card-custom-sovet {
  box-shadow: 0 0 3px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 15px;
  right: 1.25rem;
  padding: 5px 8px 5px 8px;
  letter-spacing: 0.5px;
}
#fullstory>p{margin-bottom: 1.5rem;}
#fullstory>ol, #fullstory>ul{
    padding-left: 25px;
    margin-bottom: 1.5em;
}
#fullstory>h2{margin-bottom: 1.0rem;
margin-top: 3rem;
 text-align: center;}
quote{
    padding: 1em 1em 1em 3em;
    border: inset #242f5105;
    background-color: #f6f6f6a1;
    font-style: italic;
    font-size: 1.0rem;
    position: relative;
    border-radius: 15px;}
.quote {
    background: #7c9cff12;
    border-top: 5px solid #a6bcff;
    border-bottom: 5px solid #a6bcff;
    color: #3A3C55;
    padding: 30px 30px 30px 90px;
    position: relative;
    margin: 1.5em 0;
}
.quote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: 20px;
top: 20px;
color: white;
background: #242f51;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1.35;
text-align: center;
}
.quote p {
margin: 0 0 16px;
letter-spacing: .05em;
line-height: 1.4;
}
.quote cite {
font-style: normal;
}
li.menu{
	padding-right: 15px;
}
.menu-main{    
    box-sizing: border-box;
}
a.menu-main{
    color:white;
}
.menu-user{
    background: #24a6d0;
    box-sizing: border-box;
}
.user-menu-a{
	color: rgba(255, 255, 255, 0.9);
}
.icomenu {
    width: 45px;
    margin-bottom: 2px;
    box-shadow: -2px 1px 5px 0px rgb(75 75 75 / 28%);
    border-radius: 25%;
    transform: scale(1);
    transition: box-shadow 0.3s, transform 0.3s;
}

.icomenu:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 2px 0px #2f47935c;
    transition: box-shadow 0.3s, transform 0.3s;
}
.uslugi_block{
	margin-left:50px;
	box-shadow: -1px 4px 20px rgba(0, 0, 0, 0.25);
}
.balance{
color: rgb(226, 255, 168);
font-size: 11pt;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
    padding-left: .8rem;
}
.button, .getbtn a.active{
    background: #242f51;
    letter-spacing: 1px;
}
.borded_bottom{
    box-shadow: 0px 20px 20px 0px rgb(237 243 250);
}
.reg_button{width: 250px;}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(139 167 255 / 7%);
}
.count_ico{font-size: 3em; color:#242f51;}
@media screen and (max-width: 600px) {
.tablemobile  table  {
    border: 0;
  }
 .tablemobile table thead {
    display: none;
  }
 .tablemobile table tr {
    margin-bottom: 10px;
    display: block;
    border: 2px solid #c0caf13d;
    box-shadow: 6px 4px 9px 0px #00000026;
    border-radius: 10px;
  }
 .tablemobile table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
    border-top: 0;
  }
 .tablemobile table td:last-child {
    border-bottom: 0;
  }
 .tablemobile table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
} 
@media (min-width: 768px)
.container {
  max-width: none; 
}
}
@media (min-width: 576px)
.container {
   max-width: none; 
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#eef4fa;
box-shadow:0px 0px 3px #bfdaff inset;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#2364bdb3;
box-shadow:0px 1px 1px #fff inset;
background-image:url('/scroll.png');
background-position:center;
background-repeat:no-repeat;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}
::-webkit-scrollbar{
width: 16px;
}