/*============================================================================================*/
/*===Шаблон спроектирован и разработан для веб-сайта GiG-LiFe.RU | Автор: Калинник Дмитрий====*/
/*===Template designed and developed for the website GiG-LiFe.RU | Author: Dmitriy Kalinnik===*/
/*==============================Проект / Draft 2011-2023 year=================================*/
/*=============================Шаблон / Template 2015-2023 year===============================*/
/*============================================================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {    
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background: url("/templates/Web/images/bg-fon.webp") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #545454;
}
.black-bg{
    background:rgba(0,0,0,.5);
    width:100%;
    height:106%;
    position:fixed;
    z-index:-4;
    top:-16px;
    left:0;
}

a {
  color: #337ab7;
  text-decoration: none;
  transition: all .5s ease-in-out;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 6px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #e9ecf3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1250px) {
  .container {
        width: 1280px;
      
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
    margin: 0 -10px 0 -15px;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1250px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*======Форма поиска======*/
.switch-btn {
    display: inline-block;
    width: 72px;
    height: 38px;
    border-radius: 19px;
    background: linear-gradient(to right, #7f7f7f 0, #bfbfbf 40%, #7fd03e 60%, #118c4e 100%);
    background-size: 180px 100%;
    z-index: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 7%);
}
.switch-btn::after {
    content: "";
    height: 32px; /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    width: 32px; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    border-radius: 17px;
    background: #fff; /* Ñ†Ð²ÐµÑ‚ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    top: 3px; /* Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ Ð¾Ñ‚Ð½Ð¾ÑÐ¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ Ð¾ÑÐ½Ð¾Ð²Ñ‹ */
    left: 3px; /* Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ Ð¾Ñ‚Ð½Ð¾ÑÐ¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ Ð¾ÑÐ½Ð¾Ð²Ñ‹ */
    transition-duration: 300ms; /* Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ñ */
    position: absolute;
    z-index: 1;
}
.switch-on {
    background-position-x: -100px;
}
.switch-on::after {
    left: 37px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff8f;
  background-image: none;
  border: 1px solid #dbe0e4;
  
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #40b1d0;
    outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.search .textin{
  padding: .4em;
  width: 100%;
  font-size:1.4em;
  text-align:center;
  border: 1px solid #d7d7d7;
}

/*======Кнопки======*/
.bbcodes,.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 1s;
}
.bbcodes{
    width:35%;
    transform: translate(50%, 0);
}
.bbcodes:hover{
  color: #717171;
  border-color:#717171;
  
}
.btn:focus,.bbcodes:focus,
.btn:active:focus,.bbcodes:active:focus,
.btn.active:focus,.bbcodes.active:focus,
.btn.focus,.bbcodes.focus,
.btn:active.focus,.bbcodes:active.focus,
.btn.active.focus,.bbcodes.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,.bbcodes:focus:hover,
.btn:focus,.bbcodes:focus:focus,
.btn.focus,.bbcodes:focus.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,.bbcodes:active,
.btn.active,.bbcodes:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #656D78;
    background-color: #fff;
    border-color: #dadada;
    transition: 0.3s;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
      color: #fff;
    background-color: #5D9CEC;
    border-color: #4A89DC;
    transition: 0.3s;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
     background-color: #4a89dc;
    border-color: #4078c1;
}
.btn-primary:hover {
  color: #fff;
      background-color: #4a89dc;
    border-color: #4078c1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
      background-color: #4a89dc;
    border-color: #4078c1;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
     background-color: #4a89dc;
    border-color: #4078c1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
     background-color: #4a89dc;
    border-color: #4078c1;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
    transition: 0.3s;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
    transition: 0.3s;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
    background-color: #FC6E51;
    border-color: #E9573F;
    transition: 0.3s;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #E9573F;
    border-color: #c74834;
}
.btn-danger:hover {
  color: #fff;
  background-color: #E9573F;
    border-color: #c74834;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #E9573F;
    border-color: #c74834;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #E9573F;
    border-color: #c74834;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #E9573F;
    border-color: #c74834;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*======Горизонталье меню======*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
    .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}

/*===Форма Поиска===*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon .fa-search{
    color: #2d3349;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-group-btn .btn-default{
  height:34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-group-addon {
  padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #2d3349;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #dbe0e4;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/*===Горизонталье меню====*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.navbar {
  position: relative;
  min-height: 50px;
-webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
}
@media (min-width: 768px) {
  .navbar {
   
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
    height: 72px;
    padding: 26px 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-toggle {
    cursor:pointer;
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 18px;
    background-color: #272c40;
    background-image: none;
    border: 1px solid #272c40;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-inverse {
  background-color: #2d3349;
  border-color: #2d3349;
}
.navbar-inverse .navbar-brand {
    color: #eee;
    transition: 0.8s;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    transition: 0.8s;
	opacity:0.6;   
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
    transition: 0.3s;
}
.navbar-inverse .navbar-nav > li > a {
  color: #c6ceda;
    transition: 0.3s;
    transition: 0.3s;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #eee;
    background-color: #272c40;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #eee;
  background-color: #272c40;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #1f2332;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #272c40;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #1f2332;
    transform: 0.3s;
        border-radius: 6px;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 10px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    border: 1px solid rgb(219, 224, 228);
}

/*===Форма карточки новости на главной===*/
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/*===Переключение страниц===*/
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > span:hover{
  cursor:help;
}
.pagination > li > span{
  background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*===Боковое Меню===*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/*===Страница Ошибки===*/
.alert {
  padding: 6px 12px 6px 12px;
    margin-bottom: 12px;
    border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
      color: #31708f;
    background-color: #7cd1ef;
    border-color: #4fc1e9;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #ffdd87;
    border-color: #ffce54;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/*===Структура Страниц===*/
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel-person {
    margin-bottom: 10px;
    background-color: #f5f5f5;
    color:#505050;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;    
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 1px solid #000;
}
.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #DBE0E4;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.panel-full{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}
.panel-body {
  padding: 10px;
    text-align:justify;
    padding: 16px;
    font-size:20px;
}
.panel-heading {
  padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panel-heading-pers {
  padding: 10px 15px;
  margin-top:-1px;
  border-bottom:1px solid #ddd;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
 padding: 10px;
    border-top: 1px solid #DBE0E4;
    background: #F5F5F5;
    box-shadow: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel-new {
	background-color:#7dbb24;
	padding: 10px;
	color:#f5f5f5;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.panel-pred {
	background-color:#BB245E;
	padding: 10px;
	color:#f5f5f5;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-transition: all 0.6s ease; 
    -moz-transition: all 0.6s ease; 
    -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.panel-new:hover,.panel-pred:hover {
  opacity:.6;
	color:#DBE0E4;
    -webkit-transition: all 0.6s ease; 
    -moz-transition: all 0.6s ease; 
    -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dfe2e6;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #DBE0E4;
}
.panel-default > .panel-heading {
  color: #3b4453;
    background-color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8ebf3;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #4a5668;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DBE0E4;
}
.panel-primary {
  border-color: #4a5668;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #35394b;
    border-color: #35394b;
    border-left: 3px solid #40b1d0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #8CC152;
}
.panel-success > .panel-heading {
  color: #3c763d;
    background-color: #A0D468;
    border-color: #8cc152;
    border-left: 3px solid #3c763d;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #3BAFDA;
}
.panel-info > .panel-heading {
      color: #fff;
    background-color: #4FC1E9;
    border-color: #3BAFDA;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #F6BB42;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
    background-color: #FFCE54;
    border-color: #F6BB42;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #E9573F;
}
.panel-danger > .panel-heading {
  color: #7F8FA4;
    background-color: #FC6E51;
    border-color: #E9573F;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

@media (min-width: 992px) {
  .my.sidebar {
    position: sticky; top: 73px;
  }
}
@media (max-width:991px) {
    .sidebar {display:none;        
    }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 500px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .posteroff img{
    width:50%;
    transform: translate(50%, 0);
}
}
@media (min-width: 768px) and (max-width: 992px) {
    .dropdown span {
        display:none;    
    }
    .navbar-nav .dropdown {
        margin-left: -12px;
    }
    .navbar-right a{
        display: none !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .posteroff img{
        width:50%;
        transform: translate(50%, 0);
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-nav .dropdown {
    margin-left: -25px;
  }
  .hidden-md {
    display: none !important;
  }
  .posteroff img{
      max-height:200px;
    }
}
@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
  .posteroff img{
      max-height:200px;
    }
}

/* Выравнивание блоков по 3 в ряд */
#dle-content .short-news:nth-of-type(3n+1) {
    clear: both;
}
.wp-caption {
    max-width: 100%;
}
.full-content img {
	max-width: 100%;
	display: inherit;
}

/*--- Цитаты, Спойлеры, Код  ---*/
.quote {
  background: #eeeeeed1;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 30px 60px 30px 60px;
  line-height: 1.5;
  margin: 3% -1.7% 0;
  font-style: normal;
  position: relative;
}
.quote:before {
  position: absolute;
  left: 20px;
  top: 70px;
  content: "\201C";
  font-size: 5rem;
  margin: -20px 0 0 0;
  color: #ccc;
  line-height: 25px;
}
.quote:after {
  position: absolute;
  right: 20px;
  bottom: 0;
  content: "\201D";
  font-size: 5rem;
  color: #ccc;
  line-height: 25px;
}
.quote p {
  margin: 15px 0;
}

/*======Краткие новости списком ======*/
.one-half{
    background:#F5F5F5;
    overflow:hidden;
    width:48%;
    position:relative;
    display:inline-block;
    left:1%;
    height:480px;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin:0 1% 2% 0px;
}
.one-half-mini{
    background:#F5F5F5;
    overflow:hidden;
    width:31.5%;
    position:relative;
    float:left;
    left:1%;
    height:480px;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin:0 1% 2% 0px;
}
.one-half:hover,.one-half-mini:hover{
  box-shadow:0 1px 5px rgba(0,0,0,.5);
}

.one-half .title,.one-half-mini .title,.one-halfs-list .entry-header,.one-half .entry-meta-list,.one-half-mini .entry-meta-list,.one-halfs-list .entry-meta,.one-halfs-list .cat,.one-halfs-list .version,.one-halfs-list .entry-excerpt,.one-half .thumb-wrap .entry-excerpt,.one-half-mini .thumb-wrap .entry-excerpt{display:none;}
.one-halfs-list .title,.thumb-wraps .entry-header,.one-halfs-list .entry-meta-list,.one-half .entry-meta,.one-half-mini .entry-meta,.one-halfs-list .thumb-wraps-list .entry-excerpt{display:block;}

.sect__btns {color:#505050;}
.grid-select__btn {cursor: pointer; display: flex; align-items: center; justify-content: center; display:inline-block;
	margin-left: 10px; font-size: 2em; width: 30px; height: 30px;border-radius: 15px; border: 1px solid var(--bdc); color: var(--tt-2);}
.grid-select__btn.is-active, .sect__btn-filter:hover, .sect__btn-filter.is-active {background-color: var(--accent); border-color: var(--accent); color: #999999;}
.grid-select__btn:not(.is-active):hover {color: var(--tt);color:#50505085;}

.thumb-wrap{
  position:relative;
  overflow:hidden;
  margin-bottom:5px;
}
.thumb-wrap img{
  width:100%;
  height:260px;
  cursor:pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.one-half:hover .thumb-wrap img,.one-half-mini:hover .thumb-wrap img{
    -webkit-filter: brightness(70%);
}

.one-half .thumb-wrap img:hover,.one-half-mini .thumb-wrap img:hover{
    -webkit-filter: brightness(50%);
}

.thumb-wrap .version,.thumb-wrap .cat{
  top:0;
  padding:6px;
  position:absolute;
  background:rgba(0,0,0,.44);
  color:#fff;
  font-size:10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.thumb-wrap .version{
    -webkit-border-bottom-right-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
    left:0;
}

.thumb-wrap .cat{
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
	right:0;
}

.thumb-wrap .cat a{
	color:#fff;
}
.thumb-wrap .cat a:hover{
	color:#ddd;
}

.one-half:hover .thumb-wrap .version,.one-half-mini:hover .thumb-wrap .version,.one-half:hover .thumb-wrap .cat,.one-half-mini:hover .thumb-wrap .cat{
  background:rgb(61 61 61 / 37%);
}

.one-half .entry-header h2,.one-half-mini .entry-header h2{
    padding:0 10px;
    font-weight:700;
    color:#333!important;
    line-height:1.4;
    font-size:14px;
    text-align:center;
    word-wrap:break-word;
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
}
.one-half .entry-header h2 a,.one-half-mini .entry-header h2 a{
    color:#333;
}
.one-half .entry-header h2 a:hover,.one-half-mini .entry-header h2 a:hover{
    color:#337ab7!important;
	text-decoration:none;
}

.entry-excerpt{
  padding:0 10px;
  text-align:justify;
  min-height:40px;
  max-height:150px;
  margin-top:5px;
  line-height:21px;
}

.entry-excerpt p{
  margin-bottom:0;
  color:#505050;
}

.entry-meta{
    background: #505050;
    position:absolute;
    line-height:28px;
    padding: 0 10px;
    font-size:12px;
    cursor:default;
    color:#f5f5f5;
    height:27px;
    z-index:2;
    bottom:0;
    left:0px;
    right:0;
}

.entry-meta a{
  color:#f5f5f5;
  text-decoration:none;
}

.entry-meta a:hover{
  color:#dadada;
}

/*=== ShortCat ===*/
.one-halfs-list{
    background:#F5F5F5;
    overflow:hidden;
    width:99%;
    position:relative;
    left:1%;
    margin-bottom:20px;
    box-sizing:border-box;
    box-shadow:0 1px 5px rgba(100,0,0,.25);
    transition:all .4s linear;
    -moz-transition:all .4s linear;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.one-halfs-list:hover{
    box-shadow:0 1px 5px rgba(0,0,0,.5);
}
.one-halfs-list .rpps {
	float:right;
	font-family:"PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-size:1.4em;
}
.one-halfs-list .title{
    overflow:hidden;
    border-bottom:1px solid #DFDFDF;
}
.one-halfs-list .title a {
	margin-left:12px;
    color:#4E4E4E;
}
.one-halfs-list .title a:hover {
    color:#23527c;
}
.one-halfs-list .title p{
    float:left;
    font-family:"PT Sans Narrow", Arial, Helvetica, sans-serif;
    font-size:1.4em;
}
.thumb-wraps-list {
    overflow:hidden;
	max-height:200px;
}
.thumb-wraps-list img {
    float:left;
    width:40%;
    padding-right:6px;
    height:auto;
    cursor:pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.thumb-wraps-list img:hover
{
    -webkit-filter: brightness(70%);
}

.entry-excerpt-list{
  padding:0 10px;
  text-align:justify;
  text-indent: 1.1em;
  font-size:1.2em;
  min-height:40px;
  margin:15px 6px 25px 6px;
}
.entry-excerpt-list p{
  color:#4D4D4D;
}

.entry-meta-list{
    padding: 10px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: rgb(245, 245, 245);
    border-top: 1px solid #337ab7;
    font-size:26px;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
.one-halfs-list a{
    color:#4D4D4D;
    text-decoration:none;
}
.one-halfs-list a:hover{
    color:#23527c;
    text-decoration:none;
}

.one-halfs-lis {
	float: left;
	width:10px;
	height:3px;
	background:#C92823;
	margin-top:-39px;
}

.one-halfss-lis {
	position:absolute;
	width:3px;
	height:17px;
	background:#C92823;
	margin:50px 0 0 240px;
}

.one-halfs-lis-comments{
	float: left;
	width:10px;
	height:3px;
	background:#C92823;
	margin-top:-190px;	
	
}

.downloads-rating-lis-info {
	float: left;
	width:10px;
	height:2.8px;
	background:#C92823;
	margin-top:-87.5px;	
}

.downloads-rating-lis {
	float: left;
	width:10px;
	height:3px;
	background:#C92823;
	margin-top:-64px;	
}

.one-half-dop {
	height:40px;
	padding:6px;
	margin:0 0 10px 24%;
	font-size:16px;	
}

.one-halfs-dop-lis {
	position:absolute;
	float: left;
	width:3px;
	height:13px;
	background:#C92823;
	margin:-13px 0 0 52%;
}

/*======Блоки новостей на главной======*/
.columns{
  transition: transform .2s;  
}
.columns:hover{
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.shtext{
    color: #3d4958;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 10px 10px 10px;
}

/*======Картинка в sidebar'е======*/
.posteroff img{
    opacity:0.8;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
.posteroff img:hover{ 
    opacity:1;
}

/*======TOP 7 в sidebar'е======*/
.label {
  background-color: #AAB2BD;
  display: inline;
    padding: 3px 6px 3px 6px;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;    opacity: 0.7;
    transition: 0.3s;
}
a.label:hover,
a.label:focus {
  background-color: #5e5e5e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
	opacity: 1.0;
    transition: 0.3s;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}


/* Подвал */
.bg-grey {
	background-color: #2d3349;
	color: #80909A;
}
.bg-grey a {
	color: #fff;
	text-decoration: none;
}
.bg-grey a:hover {
	color: #eaeaeb;
	text-decoration: underline;
}
.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
  list-style-type: none;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
  list-style-type: none;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
  list-style-type: none;
}
/* Правки для разной ширины экрана */
@media (max-width:  640px) {
	.header-logo {
		text-align: center;
	}
	.full-content img {
		max-width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {	
}

/*======Ссылка на логин пользователя в комментариях======*/
.comment-avatar .onli {
	border-radius:50px;
	position:absolute;
	width:11px;
	height:11px;
	right:0px;
	bottom:0px;
}
.comment-avatar .onli {
	background-color:green;
}
.comment-avatar .offli {
	background-color:red;
}

.sp2 a{
    color: #1B2431;
    text-decoration: none;
    transition: 0.3s;
}
.sp2 a:hover{
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.row.my{
    padding-right:5px !important;
    padding-left:5px !important;
}
.col-lg-1.my,.col-lg-10.my,.col-lg-11.my,.col-lg-12.my,.col-lg-2.my,.col-lg-3.my,.col-lg-4.my,.col-lg-5.my,.col-lg-6.my,.col-lg-7.my,.col-lg-8.my,.col-lg-9.my,.col-md-1.my,.col-md-10.my,.col-md-11.my,.col-md-12.my,.col-md-2.my,.col-md-3.my,.col-md-4.my,.col-md-5.my,.col-md-6.my,.col-md-7.my,.col-md-8.my,.col-md-9.my,.col-sm-1.my,.col-sm-10.my,.col-sm-11.my,.col-sm-12.my,.col-sm-2.my,.col-sm-3.my,.col-sm-4.my,.col-sm-5.my,.col-sm-6.my,.col-sm-7.my,.col-sm-8.my,.col-sm-9.my,.col-xs-1.my,.col-xs-10.my,.col-xs-11.my,.col-xs-12.my,.col-xs-2.my,.col-xs-3.my,.col-xs-4.my,.col-xs-5.my,.col-xs-6.my,.col-xs-7.my,.col-xs-8.my,.col-xs-9.my{
    padding-right:5px !important;
    padding-left:5px !important;
}

/*======Блок новости на главной======*/
.panel-body img{
    max-width: 100%;
}

.noimg img{
    display: none;
}

/*======Блок информации о новосте======*/
.author {
  display: inline-block;
    text-transform: uppercase;
    width: auto;
    width: 100%;
    margin: 5px 5px 5px 0px;
    padding: 0 5px 5px 5px;
}
.author .media-body {
  vertical-align: middle;
  width: auto;
  padding-right: 1rem;
}
.author__text {
    text-transform: none;
    font-size: 12px;
    color: #7F8FA4;
}
.author__name {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}


article{
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*======fullnews - полная новость======*/
kbd {
    padding: 0 3px; border-width: 2px 3px 4px; border-style: solid; border-color: #cdcdcd #c9c9c9 #9a9a9a #c0c0c0;
    font-size: 11px; color: #000; background: #ececec;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
/*======Плавающая картинка в полной новости======*/
.wp-post {
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    background: #2f33369c;
    padding: 5px 10px;
    width: 150px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
    
.wp-post,.wp-post a {
    color: #f5f5f5;
    text-decoration:none;
}
.wp-post a:hover {
    color: #ACACAC;
}

.wp-post button{background:#ddd;border:none;cursor:pointer;line-height: 20px;}
.wp-post button:hover{background:#dddddd96;}

.wp-post button:first-child{
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}
.wp-post button:nth-child(2){
	border-left:2px solid #2f33369c;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}
.post {
    position: relative;
    height: 350px;
    background-position-x: 50%;
    background-position-y: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding:0;
}

.post::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgb(255 255 255) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(255 255 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000',endColorstr='#000',GradientType=0);
    bottom: 0;
}
.post .abs-btn,.post-news .abs-btn {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    color: #505050;
	text-align:center;
}
    
.post .abs-btn h1{
    line-height:40px;
    margin:11px;
    padding:0;
    font-size:1.6em;
}

.post {
  animation: header 25s infinite linear;
  animation-delay: 1s;
}
    
@keyframes header {
  0% {
    background-position-y: 0%;
    }
  50% {
    background-position-y: 100%;
    }
}
.plusimg {
    cursor:pointer;
    font-size: 25px;
    padding:16px;
    z-index:1;
    display: block;
    position: absolute;
    top: 10px;
    background: #2f33369c;
    padding: 5px 10px;
    width: 40px;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomright: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    transition: all .5s ease-in-out;
}

.plusimg,.plusimg a {
    color: #f5f5f5;
    text-decoration:none;
}

.plusimg:hover {
    color: #b4b4b4;
}

/*======Название полной новости======*/
.short-title{
   margin: 0px 0px 5px 0;
    font-size: 20px;
    font-weight: bold;
}
.short-title a{
    color:  #434A54;
    text-decoration: none;
    transition: 0.3s;
}
.short-title a:hover{
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.zamena a {
    margin-left:35px;
    display:list-item;
    color:#000;
}
.zamena a:hover {
    color:#535352;
}
.btnKey {
    font-size:1em;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-front { z-index: 1000; }
.ui-dialog, .ui-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ui-widget-overlay {
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.5);
}

.ui-widget-header a {
    color:#fff;
}
.ui-icon {
    background-repeat:no-repeat;
    display:block;
    overflow:hidden;
    text-indent: -99999px;
}
.ui-widget {
    font-family:Tahoma,LucidaSans,sans-serif;
    font-size:11px;
    color:#000000;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family:tahoma,sans-serif;
    font-size:11px;
}
.ui-widget-content{background:#000;background:rgba(0,  0, 0, 0.7);border:0px;box-shadow:0 5px 10px rgba(0, 0, 0,  0.6);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);-webkit-box-shadow:0  5px 10px rgba(0, 0, 0, 0.6);padding:0px 7px 7px 7px}
.ui-dialog-content{background:#fff   !important;padding:0px;}
.ui-dialog-content input[type="text"], .ui-dialog-content  textarea{background:#fff;color:#000000;border:1px solid  #DDD;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}
.ui-widget-header{background:none;border:0px;color:#fff;font-weight:bold;font-size:8pt;font-family:Tahoma,arial;padding:7px  0px 7px 0px !important}
.ui-state-error{background:#fef1ec 50% 50% repeat-x;border:1px solid #cd0a0a;color:#cd0a0a}
.ui-dialog-titlebar-close {
    position:absolute;
    top:6px;
    right:0;
    opacity:0.6;
}
.ui-dialog-titlebar-close .ui-icon {
    text-indent:-9999px;
	margin:0;
    height:15px  !important;
    background:url("../images/dialog-close.png") no-repeat center center;}

.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close .ui-icon:hover {
    opacity:1.0;
}
.ui-button {
    border-radius:22px;
    -moz-border-radius:22px;
    -webkit-border-radius:22px;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    font-size:10px  !important;
    font-weight:bold;
    overflow:hidden;
    padding:4px 8px;
    text-decoration:none;
    float:right;
    background:url("../images/highlight_faint.png")  repeat-x #323232;
    border:1px solid #212121;
    box-shadow:0 1px 3px rgba(0,  0, 0, 0.43);
    -moz-box-shadow:0 1px 3px rgba(0, 0, 0,  0.43);
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0,  0.43);
    color:#FFF;
    text-shadow:0 -1px 0  #000;
    margin-left:5px;
    min-width:80px;
    text-align:center;
    -moz-transition:all  0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s  ease;
    outline:none !important;
}
.ui-button:hover{color:#fff;background:url("../images/highlight_faint.png") repeat-x #555}
.ui-button:active{color:#989898;background:url("../images/highlight_faint.png") repeat-x #242424}
.ui-dialog{overflow:hidden;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;width:300px}
.ui-dialog .ui-dialog-titlebar{position:relative;cursor:move}
.ui-dialog .ui-dialog-content{background:none;border:0;overflow:hidden;position:relative}
.ui-dialog  .ui-dialog-buttonpane{border:0px;margin:0px;border:0px;padding:7px 0px  0px  0px;float:right;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;background:none}
.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}

/*========= profile_popup.tpl =========*/
.img-circle {
  margin-top: 30px;
  border-radius: 50%;
}
.col-sm-4{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.box-widget {
    border: none;
    position: relative;
}
.box {
    background: #F5F5F5;
}
.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
}
.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -45px;
}
.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #F5F5F5;
}
.box .box-footer {
    border-top: 1px solid #505050;
    padding:30px 0px 0px 10px;
	background-color:#fff;
}
.box .border-right {
    border-right: 1px solid #505050;
}
.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.description-block>.description-header {
    font-weight: 600;
    font-size: 15px;
}
.description-block>.description-text {
    text-transform: uppercase;
}


/*======Меню Sidebar======*/

.glossymenu .badge,.glossymenu .submenutor .badge{
    float:right;
    display:inline-block;
    padding:5px 17px;
    font-weight:700;
    margin-right:-23px;
    color:#ddd;
    background-color: rgba(45, 51, 73, 0.6);
    -webkit-border-radius: 13px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 13px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 13px;
    border-top-right-radius: 0;    
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;    
}
/*1*/
.glossymenu {
	width:100%;
	overflow:hidden;
}
.glossymenu a.menuitem {
    margin: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 15px 10px;
    border-top: 1px solid #dbe0e4;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    color: #1B2431;
    background: #fff;
}
.glossymenu a.menuitem:hover{background:#b3b3b338;color:#1B2431;}
/*2*/
.glossymenu a.menupoditem {
	color:#000;
	position:relative;
	display:block;
	padding:10px 15px;
	background-color:#fff;
}
.glossymenu div.submenuweb .defaultbl,.glossymenu div.subpodmenu .defaultbl {
	position:relative;
	display:block;
	background-color:#bfbfbf;
	padding:10px 15px;
	cursor:default;
	font-weight:bold;
}
.glossymenu div.submenuweb,.glossymenu div.subpodmenu {
	color:#000;
	position:relative;
	display:block;
}

.glossymenu div.subpodmenu {
	margin-right:-6px;
}

.glossymenu .nosubmenuweb {
	border-radius: 0;	
}

.glossymenu div.submenuweb ul{
    list-style-type:none;
    background:#2d3349;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #eeeeee;
    cursor: pointer;
}
.glossymenu div.subpodmenu ul{
	border:none;
}

.glossymenu div.submenuweb ul li:first-child{
    border-top: 1px solid #C92823;
}

.glossymenu div.submenuweb ul li{
  list-style-type:none;
  background:#49505a;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  color: #eeeeee;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 20px;
  text-decoration: none;
  margin-left:-45px;
  z-index: 1;
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.glossymenu div.submenuweb ul li a{
  text-decoration: none;
  color: #eeeeee;
}

.glossymenu div.submenuweb ul li:hover,.glossymenu div.subpodmenu ul li:hover{
  background: #212637;
    color: #ffffff;
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
.glossymenu div.submenuweb ul li:hover .badge {
  background-color: rgba(255, 255, 255, 0.6);
    color: #000;
}

.glossymenu div.submenuweb ul .nosubmenuweb li:last-child a:hover,.glossymenu div.subpodmenu ul li:last-child a:hover{
	border-radius:0;
}

.glossymenu div.submenuweb .subpodmenuheader{
	color:#000;
	position:relative;
	display:block;
	background-color:#E6E6E6;
    }

/*== Список с файликами ==*/
    .archive-container {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        margin: 20px 0;
        overflow-x: auto;
    }
    
    .archive-title {
        font-size: 1.5rem;
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: center;
    }
    
    .archive-table {
        width: 100%;
        border-collapse: collapse;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background: #ddd;
        margin-bottom: 20px;
    }
    
    .archive-table th {
        background-color: #3498db;
        color: #000;
        font-weight: 500;
        padding: 12px 15px;
    }
    
    .archive-table td {
        padding: 12px 15px;
        transition: all 0.2s ease;
    }
    
    .archive-table tr:last-child td {
        border-bottom: none;
    }
    
    .archive-table tr:hover td {
        background-color: #f5f9fc;
    }
    
    .archive-table tr .file{
        background-color: #ffffff70;
    }
    
    .folder-row {
        background-color: #f8f9fa;
        font-weight: 600;
        color: #2c3e50;
    }
    
    .folder-row:hover {
        background-color: #e9f5ff !important;
        cursor: pointer;
    }
    
    .file-row td:first-child {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .folder-contents {
        background-color: #fafafa;
    }
    
    .folder-contents table {
        width: 100%;
        background-color: transparent;
    }
    
    .folder-contents td {
        padding-left: 30px !important;
    }
    
    .file-icon {
        font-size: 1.2em;
    }
    
    .size-cell {
        font-family: "Roboto Mono", monospace;
        color: #7f8c8d;
    }
    
    .date-cell, .time-cell {
        white-space: nowrap;
    }
    
    @media (max-width: 768px) {
        .archive-table {
            display: block;
        }
        
        .archive-table thead {
            display: none;
        }
        
        .archive-table tr {
            display: block;
            margin-bottom: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .archive-table td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            border-bottom: none;
        }
        
        .archive-table td::before {
            content: attr(data-label);
            font-weight: 600;
            color: #7f8c8d;
            margin-right: 15px;
        }
        
        .folder-contents td {
            padding-left: 20px !important;
        }
    }
    
    /* Анимация раскрытия папки */
    @keyframes slideDown {
        from { opacity: 0; max-height: 0; }
        to { opacity: 1; max-height: 1000px; }
    }
    
    .folder-contents-enter {
        display: table-row;
        animation: slideDown 0.3s ease-out forwards;
    }


/*======Подсветка для кода [code]======*/
pre code { 
    display: block; 
    padding: 0.5em; 
    font-size:.7em;
    background: #f9fafa; 
    border: 1px solid #dce7e7; 
    overflow:auto; 
    white-space: pre;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 0px 10px #505050;
    -moz-box-shadow: 0px 0px 10px #505050;
    box-shadow: 0px 0px 10px #505050;}
}

/*======Форма комментариев [addcomments.tpl]======*/
.editorcomm {
    margin:70px 0 10px 0;
}

/*======Комментарии======*/
.comment-forms .comment-answer.left {
    padding: 0 0 0 58px;
    text-align: left;
    float: left;
    min-height: 120px;
}
.comment-forms .comment-answer {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}
.comment-forms .comment-answer.left .comment-avatar {
    left: 0;
}
.comment-forms .comment-answer .comment-avatar {
    bottom: 0;
}
.comment-forms .comment-avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}
.comment-forms .comment-avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.comment-forms .comment-answer .comment-name {
  padding:0 100px 0 0;
    font-size: 14px;
    line-height: 36px;
}
.comment-forms .comment-answer.left .comment-text {
    background: #ebebeb;
    color: #333333;
    border-radius: 8px 8px 8px 0;
}
.comment-forms .comment-answer .comment-text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.comment-forms .comment-answer.left .comment-text:before {
    left: -29px;
    border-right-color: #ebebeb;
    border-right-width: 12px;
}
.comment-forms .comment-answer .comment-text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}
.comment-forms .comment-answer .comment-time {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}
.comment-ttme{
    color: #7F8FA4;
    font-size: 85%;
}

/*======Похожие новости======*/
.related-news-full {
    list-style:none;
    margin: -5px auto;
    width: 100%;
    text-align: center;
    padding: 0;
}
.related-news-full li {
  cursor:default;
  -webkit-border-bottom-right-radius: 33px;
  -webkit-border-bottom-left-radius: 33px;
  -moz-border-radius-bottomright: 33px;
  -moz-border-radius-bottomleft: 33px;
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 3px solid #ccc;
  border-top: none;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.related-news-full li:hover {
  border: 3px solid #337ab7;
  border-top: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.related-news-full li p{
    color: #fff;
    margin: 5px;
}
.related-news-full li > div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.related-news-full li:hover > div {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.related-news-full li div {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.35); /* Фон блока при наведении */
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.related-news-full li img {
    transition: all 0.2s linear;
}
.related-news-full li:hover img {
    transform: scale(1.3);
}
.related-news-full li:hover div {
    opacity: 1;
}

/*======Боковое меню======*/
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}
/*======Скроллинг======*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  border-radius: 0; }

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #35394b; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #35394b; }

/*======Верхнее горизонтальное меню======*/
.dropdown-menu.arrow input[type=text] {
    margin-left: 0.4em;
    width: 12.3em;
    margin-bottom: 0.3em;
    border-radius: 0.2em !important;
}
 
.dropdown-menu.arrow {
    margin-bottom: 1em;
}
 
.dropdown-menu.arrow:before {
    position: absolute;
    bottom: -10px;
    left: 9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right:10px solid transparent;
    border-top: 10px solid #ccc;
    font-size: 0;
    line-height: 0;
    content: '';
}
 
.dropdown-menu.arrow:after {
    position: absolute;
    bottom: -9px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    font-size: 0;
    line-height: 0;
    content: '';
}

/*======Окно авторизации/профиля======*/
.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
#checkbox1{
  margin-left:0px;
}
.form-group {
  margin-bottom: 15px;
}
.list-group {
  padding-left: 0;
  margin-bottom: 10px;
}
.list-group-item {
      position: relative;
    display: block;
    padding: 15px;
    margin-bottom: -1px;
   background-color: rgb(255, 255, 255);
    border: 1px solid #DBE0E4;
    transition: 0.3s;
}
.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f9f9f9;
    transition: 0.3s;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content {
    color:#000;
	position: relative;
    background-color: rgb(255, 255, 255);
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	outline: 0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
    padding: 15px;
    background: rgb(242, 242, 242);
    color: rgb(23, 26, 37);
    font-weight: bold;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.modal-header .close {
    margin-top: -2px;
    color:#000;
    transition: all .5s ease-in-out;
}
.modal-header .close:hover {
    opacity:0.5;
    color:#000;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
    background: #eff2f4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
    font-size: 21px;
    line-height: 1;
    color: #40b1d0;
}
.close:hover,
.close:focus {
 color: #40b1d0;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .9;
    transition: 0.3s;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        border: 1px solid #2d3349;
    }
    @media (min-width: 768px) {
        .modal-sm {
            width: 600px;
        } 
    }
    .modal-sm {
        width: 340px;
    }
}

/*======Дополнительные картинки в полной новости======*/
.imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.imgs li{
	opacity:0.8;
    display: inline-block;
    border: hidden;	
	margin: 0;
	padding: 0; 
	list-style: none;
	clip-path: polygon(0 0%, 0% 10%, 10% 0, 90% 0, 90% 0%, 100% 10%, 100% 90%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0 90%);
	max-width: 100%;
	width: 25%;
	height: 250px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
} 
.imgs li:hover {
	z-index:6;
	opacity:1;
    transform: scale(1.3);
	
}
.imgs li a img{
	height:250px;
	width: 100%;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

/*======Кнопка скачать в полной новости======*/
.download-button-container {
  display: inline-block;
  width: 300px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(0);
  text-align: center;
  margin:20px;
}

.download-button-container.downloading .download-button {
  width: 70px;
}

.download-button-container.downloading .button-text-download {
  top: 80%;
  transform: translateY(-50%) scale(1);
  opacity: 0;
}

.download-button-container.downloading .button-icon-svg {
  transform: rotate(0deg);
}

.download-button-container.downloading .button-icon-path-square {
  fill: white;
}

.download-button-container.progressing .button-icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

.download-button-container.progressing .button-ball {
  left: 43px;
  top: 8px;
  width: 18px;
  height: 18px;
}

.download-button-container.completed .download-button {
  width: 230px;
}

.download-button-container.completed .button-icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

.download-button-container.completed .button-icon, .download-button-container.completed .button-svg {
  opacity: 0;
  transition: 0.3s;
}

.download-button-container.completed .button-text-done {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.8s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}

.download-button-container.completed .border-path {
  stroke: #00FF8D;
}

.download-button-container.completed .button-ball {
  left: 50%;
  transition: none;
  animation: ball-throw-up 0.5s ease-out forwards, ball-throw-down 0.5s 0.5s ease-in forwards, ball-rubber 1s forwards;
}

@keyframes ball-throw-up {
  from {
    transform: translate(-50%, 17.5px);
  }
  to {
    transform: translate(-50%, -60px);
    background-color: #00FF8D;
  }
}
@keyframes ball-throw-down {
  from {
    transform: translate(-50%, -60px);
  }
  to {
    transform: translate(-50%, 80px);
  }
}
@keyframes ball-rubber {
  from {
    width: 18px;
  }
  25% {
    width: 13.5px;
  }
  50% {
    width: 18px;
  }
  to {
    width: 9px;
  }
}
.download-button {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 70px;
  background-color: #2C2E2F;
  border: none;
  box-shadow: 0 0 0 3px #02D1FF;
  border-radius: 100px;
  cursor: pointer;
  transition: 1s width, 0.3s box-shadow;
}
.download-button:hover {
  background-color: #02d1ffb0;
  transition: 1s width, 0.3s box-shadow;
}

.download-button, .download-button:focus {
  padding: 0;
  outline: none;
}

.download-button::-moz-focus-inner {
  border: 0;
}

.download-button:hover, .download-button:active, .download-button:focus {
  box-shadow: 0 0 0 3px #02D1FF, 0 0 20px 3px #007f9b;
}

.download-button.button-hidden {
  box-shadow: 0 0 0 3px transparent;
}

.download-button.button-hidden:hover, .download-button.button-hidden:active, .download-button.button-hidden:focus {
  box-shadow: 0 0 0 3px transparent, 0 0 20px 3px #007f9b;
}

.button-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #02D1FF;
  border-radius: 100%;
}

.button-icon-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-225deg);
  transition: 1s transform;
}

.button-icon-path {
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  stroke: white;
}

.button-icon-path-square {
  transition: 0.8s 0.2s fill;
}

.button-text {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 1.3em;
  pointer-events: none;
}

.button-text-download {
  left: 120px;
  transform: translateY(-50%);
  transition: transform 1s, top 0.3s 0.2s, opacity 0.3s 0.2s;
}

.button-text-done {
  left: 50%;
  transform: translate(-50%, 35px);
  opacity: 0;
  transition: 0.5s opacity, 1s transform;
}

.button-progress-container {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.button-svg {
  width: 100%;
  height: 100%;
}

.button-svg .button-circular-progress {
  fill: none;
  stroke-width: 5px;
  stroke: white;
}

.button-ball {
  position: absolute;
  left: 0px;
  top: 0;
  width: 0;
  height: 0;
  background-color: #8c0c1b;
  border-radius: 100%;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.875);
  /* easeOutBackModified */
  transition-property: left, top, width, height;
}

.button-linear-progress {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #00AFD7;
  border-radius: 100%;
  overflow: hidden;
}

.button-linear-progress-bar {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #02D1FF;
}

.border-svg {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.border-path {
  fill: #2C2E2F;
  stroke-width: 3px;
  stroke: #02D1FF;
  transition: 0.3s 1s stroke;
}

.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.statusicon{position: absolute;top: 15px;right: 15px;}

/*======Нижняя часть сайта=======*/
.footers{
	color:#999;
    margin: 0px 0px 25px -15px;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.page-up {
    z-index: 2;
    width: 100px;
    height: 100%;
    color: #000;
    position: fixed;
    bottom:0;
    left:-100px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    background: rgba(255, 255, 255, 0.56);
    opacity:0.6;
}
.page-up:before {
  display:block;
  position:absolute;  
  text-align:center;
  color: #FFF;
  font-size:36px;
  line-height:100px;
  font-weight:bold;
  height:100%;
  vertical-align:center;
  writing-mode:tb-rl;
  transform: rotate(180deg);
}

.page-up:hover {
    opacity:0.9;
}

@media (max-width: 1450px) {
    .page-up {
        width: 100px;
        height: 266px;
        -webkit-border-top-left-radius: 66px;
        -webkit-border-top-right-radius: 66px;
        -moz-border-radius-topleft: 66px;
        -moz-border-radius-topright: 66px;
        border-top-left-radius: 66px;
        border-top-right-radius: 66px;
    }
}
@media (max-width: 1010px) {
    .page-up{display:none;}
}