.bot_submit {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

@keyframes mes-red {
    0%{
        opacity: 0;
        color: #FE3333;
        width: 45px;
    }
    15%{
        opacity: 1;

    }
    20%{
        opacity: 1;
    }
    80%{
        width: calc(100% + 2px);
    }
    85%{
        width: calc(100% + 2px);
        color: #FE3333;
    }
    100%{
        opacity: 1;
        color: #fff;
        width: calc(100% + 2px);
    }
}


.conteiner {
    max-width: 1000px;
    margin: 40px auto 0 auto;
    min-height: 672px;
}

#logo {
    background: rgba(0, 0, 0, 0) url(/dzNew/img/logo.png) no-repeat scroll 0px 3px;
    height: 45px;
    background-size: 75%;
    margin: -9px 10px 0 -4px;
    width: 223px;
}

.us_block1, .us_block2{
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.avaUser {
  height: 140px;
  position: relative;
  text-align: center;
}

.us_imgAv {
  border-radius: 5px;
  height: 140px;
  width: 140px;
  margin: 0 auto;
}

#hoverAva {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 140px;
  position: absolute;
  width: 140px;
  border-radius: 5px;
  left: 50%;
  top: 0;
  margin-left: -70px;
}

#downAva img {
  margin: 26px auto 0 auto;
  opacity: 0.7;
  width: 70px;
}

#loadAva {
  color: #dbdbdb;
  text-align: center;
}

.us_login {font-size: 20px; text-align: center; padding: 14px 0 0 0}
.us_group {font-size: 12px; text-align: center; padding: 5px 0 20px 0}
.us_repa {font-size: 16px; text-align: center; padding: 20px 0 15px 0}
.us_h1 {font-size: 20px; padding: 14px 5px}

.spisok {
  padding: 7px 5px;
  position: relative;
}

.spisok input{
    margin:0!important;
    padding: 0!important;
    border:0!important;
    width:50%!important;
    height: 100%!important;
    font-weight: bold!important;
}

#r {display: none;}

.radio,.radio2{
    margin: 0 10px 2px 10px!important;
    padding: 0!important;
}

.us_block2 input[type="text"], #wiConUser input[type="password"] {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  color: #222;
  font: 14px Arial,sans-serif;
  height: 30px;
  margin: 10px 2px;
  padding: 0 10px;
  width: 171px;
}

.us_block2 input[type=text]:focus, #wiConUser input[type=password]:focus{
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,0.75);
    -moz-box-shadow: 0 0 5px rgba(255,255,255,0.75);
    box-shadow: 0 0 5px rgba(255,255,255,0.75);
}

.userOb {
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
}

.editUser{
    float: left;
    width:21px;
    height:16px;
    background-image: url(/dzNew/userico.png);background-position: 21px 0;
    margin-left: 2px;
}
.editUser:hover{cursor:pointer ;background-image: url(/dzNew/userico.png);background-position: 21px 16px;}

.navbar-inverse{
    padding: 5px;
}

.user_auth_h1 {
    font-size: 22px;
    padding: 25px 0 15px 0;
}

.user_auth_bot {
    margin: 25px 0 35px 0!important;

}

.load{
    float: left;
    margin-left: 2px;
    display:none;
}

.helpUser{
    float: left;
    width:12px;
    height:16px;
    background-image: url(/dzNew/userico.png);background-position: 0 0;
    margin-left: 2px;
}
.helpUser:hover{cursor:pointer ;background-image: url(/dzNew/userico.png);background-position: 0 16px;}

.saveUser{
    float: left;
    width:15px;
    height:16px;
    background-image: url(/dzNew/userico.png);background-position: 36px 0;
    margin-left: 2px;
    display: none;
}
.saveUser:hover{cursor:pointer ;background-image: url(/dzNew/userico.png);background-position: 36px 15px;}

.reg-wrap {
    background: #435EA7; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #435EA7 0%, #84a7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #435EA7 0%,#84a7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #435EA7 0%,#84a7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435EA7', endColorstr='#84a7ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 0;
    margin: 0;
    font-family: 'Comfortaa', cursive;
}

.reg-wrap * {
    -moz-box-sizing: border-box; /* ��� Firefox */
    box-sizing: border-box;
}

.reg-canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 10;
}

.pas-content .overlowLoading, .pas-content .overlowLoading .overlowGood {border-radius: 5px;}
.pas-content .overlowGoodWrap {top: calc(50% - 155px)!important;}


.reg {
    position: relative;
    display: block;
    background: red;
    text-align: center;
    width: 100%;
}

.reg-content {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: calc((100vh - 690px) / 2);
    margin: 0 0 0 -225px;
    width: 450px;
    min-height: 650px;
    z-index: 99999;
    display: block;
    left: 50%;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.29);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.29);
}

.reg-content fieldset i {
    color: #222;
}

.reg-content fieldset input {
    color: #555!important;
}

.auth-content {min-height: 520px!important;}
.pas-content {min-height: 405px!important;}

.imgholder {
    position: relative;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    margin: 50px auto 50px;
}

.imgholder .reg-img
{
   position: absolute;
   left: 0;
   top: 0;
   width: 105px;
   height: 103px;
   border-radius: 50%;
   z-index: 5;
   border: 5px solid #fff;
}
.imgholder figcaption
{
   position: absolute;
   left: 0;
   top: 120%;
   width: 120px;
   color: #004E87;
   text-shadow: -1px -1px 0 #fff;
   z-index: 4;
}

.imgholder .circle
{
   position: absolute;
   width:120px;
   height:120px;
   border-radius: 50%;
}


.imgholder .reg-img
{
   opacity: 0.8;
   transition:
      opacity 0.7s ease-out 0.3s;
   -moz-transition:
      opacity 0.7s ease-out 0.3s;
   -webkit-transition:
      opacity 0.7s ease-out 0.3s;
      background-size: cover!important;
}
.imgholder:hover .reg-img
{
   opacity: 1;
}

.new-avatar {opacity: 1!important;}

.imgholder .outer1
{
   top: -8px;
   left: -8px;
   z-index: 2;
   border: 8px solid #7BA4EA;
   box-shadow: 0 0 3px #AFD3FF;
   -moz-box-shadow: 0 0 3px #AFD3FF;
   -webkit-box-shadow: 0 0 3px #AFD3FF;
   background: #ffffff;
   background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e2efff));
   background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
   background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
   background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
   background: radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2efff',GradientType=1 );
   transition:
      box-shadow 1s ease-out,
      border-color 1s;
   -moz-transition:
      -moz-box-shadow 1s ease-out,
      border-color 1s;
   -webkit-transition:
      -webkit-box-shadow 1s ease-out,
      border-color 1s;
}
.imgholder:hover .outer1
{
   border-color: #5677D4;
   box-shadow: 0 0 10px #5677D4;
   -moz-box-shadow: 0 0 10px #5677D4;
   -webkit-box-shadow: 0 0 10px #5677D4;
}


.imgholder .outer2
{
   top: -16px;
   left: -16px;
   width: 136px;
   height: 136px;
   z-index: 1;
   border: 10px solid;
   border-color: #9BC8FF;
   box-shadow: 0 0 3px #8EB9FF;
   -moz-box-shadow: 0 0 3px #8EB9FF;
   -webkit-box-shadow: 0 0 3px #8EB9FF;
   opacity: 0;
   transition:
      opacity 0.7s ease-out 0.3s,
      box-shadow 0.7s ease-out 0.3s;
   -moz-transition:
      opacity 0.7s ease-out 0.3s,
      -moz-box-shadow 0.7s ease-out 0.3s;
   -webkit-transition:
      opacity 0.7s ease-out 0.3s,
      -webkit-box-shadow 0.7s ease-out 0.3s;
}
.imgholder:hover .outer2
{
   opacity: 1;
   box-shadow: 0 0 20px #8EB9FF;
   -moz-box-shadow: 0 0 20px #8EB9FF;
   -webkit-box-shadow: 0 0 20px #8EB9FF;
}

.reg-wrap fieldset {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 25px 35px 40px 35px;
    position: relative;
    font-family: 'Comfortaa', cursive;
}

.reg-wrap fieldset::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    top: 25px;
    right: 15px;
    color: #03A300;
    opacity: 0;
}

.reg-wrap legend {
    font-weight: 500;
    padding: 5px 15px 0;
    font-size: 16px;
    color: #222;
    position: relative;
    top: -3px;
}

.reg-wrap fieldset i {
    position: absolute;
    top: 15px;
    z-index: -10;
    position: absolute;
    top: 27px;
    left: 15px;
    z-index: -10;
}

.reg-wrap fieldset .fa-at {top: 26px;}

button {outline: none;}

.reg-wrap fieldset input {
    outline: none;
    padding: 0 0 0 38px;
    width: 100%;
    border: 0;
    background: rgba(0,0,0,0);
    font-family: 'Comfortaa', cursive;
    position: relative;
    top: -15px;
    font-size: 14px;
}

.user-error {
    position: relative;
}

.user-error-mes {
    background: rgba(254,0,0,0.8);
    border-radius: 4px;
    padding: 7px 10px;
    color: #fff;
    position: absolute;
    top: -75px;
    display: block;
    width: 45px;
    opacity: 1;
    text-align: left;
    font-size: 13px;
    left: -13px;
    animation: mes-red 1s;
    margin: 0 12px;
    width: calc(100% + 2px);
}

.user-error-mes span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.user-error-mes::after {
    content: '';
    border: 8px solid transparent;
    border-top: 10px solid rgb(254,0,0,0.8);
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -18px;
    left: 14px;
}

.u-red-input {
    border: 1px solid #FE3333!important;
}


.avatar-view {
  display: block;
  margin: 15% auto 5%;
  height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  cursor: pointer;
  overflow: hidden;
}

.avatar-view img {
  width: 100%;
}

.avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}

.avatar-upload {
  overflow: hidden;
}

.avatar-upload label {
  display: block;
    float: left;
    clear: left;
    width: 190px;
    font-weight: 400!important;
    line-height: 22px;
}

.avatar-upload input {
  display: block;
  margin-left: 110px;
}

.avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}

@media (min-width: 992px) {
  .avatar-preview {
    float: none;
  }
}

.avatar-btns {
  margin-top: 30px;
  margin-bottom: 15px;
}

.avatar-btns .btn-group {
  margin-right: 5px;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("../img/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}

.modal-open .modal {
    z-index: 99999!important;
}

.btn-group-ds {margin: 0 0 15px 0;}

.btn-group-ds button, .btn-group-ds2 button {font-size: 12px!important}

.avatar-save {margin-top: 43px}

.reg legend {
    width: auto!important;
    border: 0!important;
}

.reg fieldset {line-height: normal!important;}

.capcha {
    height: 60px;
}

.capcha img {
    height: 36px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.capcha i {top: 27px!important}

.bot_submit {
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 10px 25px;
    margin: 0 0 45px 0;
}

.bot_submit:hover {
    background: #607CC4;
}

.test-icon .icon-path {
    stroke-dashoffset: 100;
    transition: all 500ms linear;
}

.animated .test-icon .icon-path {
    stroke-dashoffset:0;
}

.wrapper-good {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 3px;
    position: absolute;
    top: 22px;
    right: 12px;
}


.wrapper--close {
  background: purple;
}

.overlowGood {
    display: none;
    background: rgba(255,255,255,95);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    border-radius: 5px;
}

.overlowGoodWrap {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: calc(50% - 205px);
}

.overlowGoodWrap .wrapper--check {
    position: relative!important;
    right: calc(50% - 168px)!important
}

.overlowGoodWrap p {
    color: #111;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 15% 20px;
}

.overlowPas {
    display: none;
    background: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border-radius: 5px;
}

.overlowMessage {
    display: none;
    background: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border-radius: 5px;
}

.overlowMessage i {
    font-size: 65px;
    color: red;
    margin-top: calc(50% - 70px);
}

.overlowMessage p {
    padding: 25px 35px;
    color: #000;
}

.ili_p {
    padding: 15px;
    margin-top: -25px;
}

.prev_auth_bot {
    background: #fff;
    color: #222;
    border: 1px solid #ccc;
}

.prev_auth_bot:hover {
    color: #fff;
    border: 1px solid #607CC4;
}

.overlowLoading {
    display: none;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}


/* Loading css */

.cssload-loader {
	position: absolute;
	left: 50%;
    top: 50%;
	width: 47.284271247462px;
	height: 47.284271247462px;
	margin-left: -23.142135623731px;
	margin-top: -23.142135623731px;
	border-radius: 100%;
	animation-name: cssload-loader;
		-o-animation-name: cssload-loader;
		-ms-animation-name: cssload-loader;
		-webkit-animation-name: cssload-loader;
		-moz-animation-name: cssload-loader;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
	animation-duration: 4.6s;
		-o-animation-duration: 4.6s;
		-ms-animation-duration: 4.6s;
		-webkit-animation-duration: 4.6s;
		-moz-animation-duration: 4.6s;
}
.cssload-loader .cssload-side {
	display: block;
	width: 6px;
	height: 19px;
	background-color: rgb(43,60,101);
	margin: 2px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 1.73s;
		-o-animation-duration: 1.73s;
		-ms-animation-duration: 1.73s;
		-webkit-animation-duration: 1.73s;
		-moz-animation-duration: 1.73s;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: ease;
		-o-animation-timing-function: ease;
		-ms-animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
}
.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	animation-name: cssload-rotate0;
		-o-animation-name: cssload-rotate0;
		-ms-animation-name: cssload-rotate0;
		-webkit-animation-name: cssload-rotate0;
		-moz-animation-name: cssload-rotate0;
}
.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	animation-name: cssload-rotate90;
		-o-animation-name: cssload-rotate90;
		-ms-animation-name: cssload-rotate90;
		-webkit-animation-name: cssload-rotate90;
		-moz-animation-name: cssload-rotate90;
}
.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	animation-name: cssload-rotate45;
		-o-animation-name: cssload-rotate45;
		-ms-animation-name: cssload-rotate45;
		-webkit-animation-name: cssload-rotate45;
		-moz-animation-name: cssload-rotate45;
}
.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
	animation-name: cssload-rotate135;
		-o-animation-name: cssload-rotate135;
		-ms-animation-name: cssload-rotate135;
		-webkit-animation-name: cssload-rotate135;
		-moz-animation-name: cssload-rotate135;
}
.cssload-loader .cssload-side:nth-child(1) {
	top: 23.142135623731px;
	left: 47.284271247462px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(2) {
	top: 40.213203431093px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(3) {
	top: 47.284271247462px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(4) {
	top: 40.213203431093px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(5) {
	top: 23.142135623731px;
	left: 0px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(6) {
	top: 7.0710678163691px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(8) {
	top: 7.0710678163691px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}

.user-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

.col-lg-3 {flex-basis: calc(30% - 30px);}

.col-lg-9 {flex-basis: 70%;}

.us-like-flex {
    display: flex;
    background: #ccccff;
    border-radius: 4px;
    color: #fff;
    margin: 0 0 15px 0;
}

.us-like-flex-b1{
    flex-basis: 100%;
    padding: 5px 10px;
    color: #1d294a;
}

.us-like-flex-b2 {
    margin-left: 0;
    white-space: nowrap;
    background: #384f8e;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
}

.dost-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.dost-flex .intem {
    text-align: center;
    width: 25%;
    margin: 10px 0;
}

.dost-flex .intem p {
    color: #444;
    font-size: 15px;
    margin: 5px 10px;
}

.d-reg i {
    font-size: 30px;
    color: #70993b;
    border: 4px dashed #5f895b;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 64px;
    background: #efffe7;
}

.d-like-1 {position: relative;}

.d-like-1 i {
    font-size: 70px;
    line-height: 78px;
    color: #E2264D;
    width: 70px;
    height: 78px;
}

.d-like-one {
    position: absolute;
    font-size: 28px;
    top: 18px;
    left: 50%;
    font-weight: 600;
    color: #fff;
    margin-left: -9px;
}

.d-like-100 {position: relative;}

.d-like-100 i {
    font-size: 70px;
    line-height: 78px;
    color: #ffc4d0;
    width: 70px;
    height: 78px;
}

.d-likess-100 {
    position: absolute;
    font-size: 32px;
    top: 29px;
    left: 50%;
    font-weight: 600;
    color: #5e2431;
    margin-left: -28px;
}

.d-like-1000 {position: relative;}

.d-like-1000 i {
    font-size: 70px;
    line-height: 78px;
    color: #E2264D;
    width: 70px;
    height: 78px;
}

.d-likes-1000 {
    position: absolute;
    font-size: 28px;
    top: 18px;
    left: 50%;
    font-weight: 600;
    color: #E2264D;
    margin-left: -18px;
}


.d-anekdot {position: relative;}

.d-anekdot .fa-trophy {
    font-size: 64px;
    line-height: 78px;
    color: #2F2C94;
    width: 70px;
    height: 78px;
}

.d-anekdot .fa-grin-beam-sweat {
    position: absolute;
    font-size: 23px;
    top: 15px;
    left: 50%;
    font-weight: 600;
    color: #fff;
    margin-left: -10px;
}

.d-cit {position: relative;}

.d-cit .fa-trophy {
    font-size: 64px;
    line-height: 78px;
    color: #9ED300;
    width: 70px;
    height: 78px;
}

.d-cit .fa-quote-left {
    position: absolute;
    font-size: 23px;
    top: 15px;
    left: 50%;
    font-weight: 600;
    color: #fff;
    margin-left: -10px;
}

.d-foto {position: relative;}

.d-foto .fa-trophy {
    font-size: 64px;
    line-height: 78px;
    color: #ff7c00;
    width: 70px;
    height: 78px;
}

.d-foto .fa-image {
    position: absolute;
    font-size: 23px;
    top: 15px;
    left: 50%;
    font-weight: 600;
    color: #fff;
    margin-left: -10px;
}

.no-active .d-like-1 i {color: #ccc}
.no-active .intem p {color: #999;}
.no-active .d-like-100 i {color: #ccc}
.no-active .d-likess-100 {color: #999;}
.no-active .d-like-1000 i, .no-active .d-likes-1000,
.no-active .fa-trophy {color: #ccc}

.wrap {
    display: block!important;
}

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

.dialog-b1 {
    flex-basis: 50px;
}

.dialog-b2 {
    flex-basis: calc(100% - 60px)
}

.dialog-b1 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    font-size: 14px;
    color: #999;
    line-height: 27px;
}

.dialog-b2 strong {
    margin: 1px 0 0 0;
    display: block;
}

.dialog:last-child .truncate {
    border: 0;
    margin: 0;
    padding: 0;
}


.wrap-dialog .us_block2 {
    height: calc(100vh - 310px);
}

.wrap-dialog .us_block1 {
    height: calc(100vh - 290px);
}

.dialog-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dialog-form-b1 {
    flex-basis: 50px;
}

.dialog-form-b1 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.dialog-form-b2 {
    flex-basis: calc(100% - 60px)
}

.dialog-form-wrap {
    min-height: 200px;
    height: calc(100vh - 380px);
    overflow-x: auto;
}

.block1-scroll {
    min-height: 200px;
    height: calc(100vh - 301px);
    overflow-x: auto;
}

.block1-scroll::-webkit-scrollbar,
.dialog-form-wrap::-webkit-scrollbar {
    width: 0px;
    background-color: #eee;
}

.block1-scroll:hover::-webkit-scrollbar,
.dialog-form-wrap:hover::-webkit-scrollbar{
    width: 5px;
}

.block1-scroll::-webkit-scrollbar-thumb,
.dialog-form-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #AFBFCB;
}

.block1-scroll::-webkit-scrollbar-track,
.dialog-form-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #eee;
}

.sub-dialog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.sub-dialog-b1 {
    flex-basis: 40px;
}

.sub-dialog-b1 i {
    font-size: 19px;
    color: #ccc;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    top: 10px;
    left: 8px;
}

.sub-dialog-b2 {
    flex-basis: calc(100% - 150px)
}

.sub-dialog-b3 {
    flex-basis: 50px;
    margin-left: auto;
}

.sub-dialog-b2 textarea {
    padding: 12px;
    width: calc(100% - 24px);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    resize: none;
    outline: none;
}

.dialog-bot-submit {
    margin: 0!important;
    padding: 12px 15px!important;
}

.dialog-mes-text {color: #444}

.dialog-form-b2 span {
    color: #bbb;
    font-size: 12px;
    margin-left: 5px;
}

.wrap-dialog .us_block1 {padding: 0!important;}

.dialog {
    position: relative;
    padding: 8px 10px 3px 10px;
}

.wrap-dialog .active {
    background: #afbfcb;

}

.wrap-dialog .active .truncate, .wrap-dialog .active a {color: #222!important;}

.wrap-dialog .active .ls_count {background: #999!important;}

.ls_count {
    text-align: center;
    position: absolute;
    left: 230px;
    bottom: 11px;
    font-size: 11px;
    background: #afbfcb;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
}

.dialog-info {
    text-align: center;
    color: #ccc;
    margin-top: calc((100vh - 390px) / 2);
}

.dialog-info i {font-size: 40px}
.dialog-info p {font-size: 14px; color: #999}

.no-dialog {
    color: #999;
    padding: 15px;
    text-align: center;
}

#file-img  {display: none;}

.sub-dialog-b1 i {cursor: pointer}

.dialog-file-name {
    margin: 9px 0 0 10px;
    color: #222;
}

.dialog-form-b2 img {
    max-width: calc(100% - 5px);
}

.menu-user {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-user i {
    width: 25px;
    text-align: center;
}

.menu-user a {
    padding: 10px;
    display: block;
    color: #222;
    text-decoration: none;
    position: relative;
}

.menu-user a:hover {
    background: #eee;
}

.menu-user a .span-nub {
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    background-color: #435ea7;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #fff;
}

.span-ball {
    background-color: #dddbdb !important;
    color: #222 !important;
    border-radius: 5px !important;
    width: auto!important;
    min-width: 30px;
    padding: 0 5px;
}

.spisok label {
    display: block;
    font-weight: 600;
    padding: 5px 0;
}

.spisok input[type="text"],
.spisok input[type="date"] {
    border-radius: 3px!important;
    border: 1px solid #ddd!important;
    padding: 10px!important;
    font-weight: 200!important;
    width: calc(100% - 20px) !important;
}

.spisok select {
    border-radius: 3px!important;
    border: 1px solid #ddd!important;
    padding: 10px!important;
    font-weight: 200!important;
    width: calc(100%) !important;
}

.alert-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.us_group_ban {color: red;}

@keyframes cssload-rotate0 {
	0% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-o-keyframes cssload-rotate0 {
	0% {
		-o-transform: rotate(0deg);
	}
	60% {
		-o-transform: rotate(180deg);
	}
	100% {
		-o-transform: rotate(180deg);
	}
}

@-ms-keyframes cssload-rotate0 {
	0% {
		-ms-transform: rotate(0deg);
	}
	60% {
		-ms-transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(180deg);
	}
}

@-webkit-keyframes cssload-rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}

@-moz-keyframes cssload-rotate0 {
	0% {
		-moz-transform: rotate(0deg);
	}
	60% {
		-moz-transform: rotate(180deg);
	}
	100% {
		-moz-transform: rotate(180deg);
	}
}

@keyframes cssload-rotate90 {
	0% {
		transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-o-keyframes cssload-rotate90 {
	0% {
		-o-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-o-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-o-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-ms-keyframes cssload-rotate90 {
	0% {
		-ms-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-ms-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-ms-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-webkit-keyframes cssload-rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-moz-keyframes cssload-rotate90 {
	0% {
		-moz-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-moz-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-moz-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@keyframes cssload-rotate45 {
	0% {
		transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-o-keyframes cssload-rotate45 {
	0% {
		-o-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-o-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-o-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-ms-keyframes cssload-rotate45 {
	0% {
		-ms-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-ms-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-ms-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-webkit-keyframes cssload-rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-moz-keyframes cssload-rotate45 {
	0% {
		-moz-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@keyframes cssload-rotate135 {
	0% {
		transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-o-keyframes cssload-rotate135 {
	0% {
		-o-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-o-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-o-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-ms-keyframes cssload-rotate135 {
	0% {
		-ms-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-ms-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-ms-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-webkit-keyframes cssload-rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-moz-keyframes cssload-rotate135 {
	0% {
		-moz-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-moz-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-moz-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		-o-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		-ms-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		-moz-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}


@media only screen and (max-width:970px){
    .col-lg-3 {flex-basis: calc(45% - 30px);}
    .col-lg-9 {flex-basis: 55%;}
    .wrap-user {margin: 20px auto 0 auto}
    .dost-flex .intem {width: 50%;}
}

@media only screen and (max-width:630px){
    .col-lg-3 {flex-basis: calc(50% - 30px);}
    .col-lg-9 {flex-basis: 50%;}
}

@media only screen and (max-width:600px){
    .col-lg-3 {flex-basis: 100%;}
    .col-lg-9 {flex-basis: 100%;}
    .us_h1 {text-align: center;}
}

@media only screen and (max-width:380px){
    .dost-flex .intem {width: 100%;}
}
