body {
    background: #f7f7f7;
    font-family: 'Roboto Slab', serif;
    color: #777;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    height: 100%;
}
.contayner {
    height: 100%;
    min-height: 100%;
    margin-bottom: 0px;
    height: auto !important;
}
.foot-push {
    /*height: 279px;*/
}
.footer {
    height: 279px;
}

.wrapper {
    margin: 0 auto;
    width: 980px;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.clearfix:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
}

.hpadding {
    padding-left: 15px;
    padding-right: 15px;
}

.vpadding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tpadding {
    padding-top: 15px;
}

.bpadding {
    padding-bottom: 15px;
}

.lpadding {
    padding-left: 15px;
}

.rpadding {
    padding-right: 15px;
}

.lmargin {
  margin-left: 15px;
}

.rmargin {
  margin-right: 15px;
}

.tmargin {
  margin-top: 15px;
}

.bmargin {
  margin-bottom: 15px;
}

.columns {
    width: 100%;
}

.cols {
    width: 33%;
}

.cols-1 {
    width: 10%;
}

.cols-2 {
    width: 20%;
}

.cols-2-5 {
    width: 25%;
}

.cols-3 {
    width: 30%;
}

.cols-4 {
    width: 40%;
}

.cols-5 {
    width: 50%;
}

.cols-6 {
    width: 60%;
}

.cols-7 {
    width: 70%;
}

.cols-7-5 {
    width: 75%;
}

.cols-7-2 {
    width: 72%;
}

.cols-8 {
    width: 80%;
}

.cols-9 {
    width: 90%;
}

.cols, .cols-1, .cols-2, .cols-2-5, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-7-5, .cols-8, .cols-9 {
    position: relative;
    box-sizing: border-box;
}

h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 15px;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}


h3 {
    font-size: 16px;
	font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
}

h1, h2, h3 {
    color: #333333;
    text-align: justify;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
    /* text-align: justify; - Так тем более нельзя */
}

a {
    color: #4f9c0a;
    text-decoration: none;
}

a:hover {
    color: #fe710a;
}

.text {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3 {
    color: #333333;
    line-height: 23px;
    text-align: justify;
}

.text p {
    margin-top: 0px;
    margin-bottom: 15px;
    /*text-align: justify; - так делать нельзя */
    /*overflow: hidden;*/
}

.text ul {
    list-style: disc outside;
    margin-left: 35px;
    text-align: justify;
}

.text ol {    
    list-style: decimal outside;
    margin-left: 35px;
    text-align: justify;
}

.text > ul, .text > ol {
    margin-bottom: 26px;
}

.text > h3 {
  font-weight: 700;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 20px;
    color: #878787;
    vertical-align: middle;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    font-family: 'Roboto Slab', serif;
    width: 100%;
}

textarea {
    height: auto;
}

select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
    border-color: #c1c1c1;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #91c537;
}

.header-top {
    background: #8db699;
    padding-bottom: 35px;
}

.header-bottom {
    padding-bottom: 30px;
}

.logo {
    padding: 215px 0px 20px 0px;
}

.logo img {
    max-width: 100px;
    max-height: 100px;
    outline: none;
}

.org-name {
    padding: 240px 20px 20px 20px;
    width: 580px;
}

.org-name p {
    color: #333333;
    font-size: 14px;
    margin: 0px 0px 10px;
}

.org-name p.org-name-title {
    color: #ffffff;
    text-shadow: 0px 1px 0px #232e26;
    -webkit-text-shadow: 0px 1px 0px #232e26;
    -moz-text-shadow: 0px 1px 0px #232e26;
    font-size: 16px;
}

.org-name p.org-name-text a {
  color: #0058fa;
}

.logg-service {
    padding: 240px 0px 20px 0px;
}

.logg-service p {
    font-size: 14px;
    margin: 0px 0px 10px;
    text-align: right;
}
    
.logg-service a {
    color: #ffffff;
}

.logg-service a:hover {
    color: #333333;
}

.logg-service .flaticon-login:before, .logg-service .flaticon-logout:before, .logg-service .flaticon-add70:before, .logg-service .flaticon-bust:before {
    margin-right: 5px;
}


/*-----------------------------------------------Верхнее меню-----------------------------------------------*/
.top-menu {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    margin-top: -35px;
    z-index: 99;
}


.top-menu:after {
    bottom: -40px;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: url(../img/shadow-menu2.png) no-repeat center top;
}

.top-menu > ul {
    width: 100%;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #91c537;
    background-image: -moz-linear-gradient(top, #91c537, #7eac30);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#91c537), to(#7eac30));
    background-image: -webkit-linear-gradient(top, #91c537, #7eac30);
    background-image: -o-linear-gradient(top, #91c537, #7eac30);
    background-image: linear-gradient(to bottom, #91c537, #7eac30);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91c537', endColorstr='#ff7eac30', GradientType=0);
}

.top-menu > ul > li {
    float: left;
    position: relative;
    background: url(../img/line-menu-separator.png) repeat-y right top;
}

.top-menu > ul > li > a {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    padding: 13px 13px 16px 13px;
    margin-right: 1px;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.top-menu > ul > li.parent > a:after {
    content: "\e007";
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    margin-left: 10px;
    float: right;
}

.top-menu > ul > li > a:hover {
    background-color: #6eb032;
    background-image: -moz-linear-gradient(top, #6eb032, #60992c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb032), to(#60992c));
    background-image: -webkit-linear-gradient(top, #6eb032, #60992c);
    background-image: -o-linear-gradient(top, #6eb032, #60992c);
    background-image: linear-gradient(to bottom, #6eb032, #60992c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6eb032', endColorstr='#ff60992c', GradientType=0);
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.top-menu > ul > li.first > a {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.top-menu > ul > li > div, .top-menu > ul > li > div > ul > li > div {
    display: none;
}

.top-menu > ul > li:hover > div, .top-menu > ul > li > div > ul > li:hover > div {
    display: block;
}

.top-menu > ul > li > div {
    padding-top: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.top-menu > ul > li > div > ul {
    min-width: 280px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #88b934;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.top-menu > ul > li > div > ul > li > a {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 21px;
    padding: 9px 12px 10px 12px;
    border-bottom: 1px solid #c6df9a;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.top-menu > ul > li > div > ul > li.parent {
    position: relative;
}

.top-menu > ul > li > div > ul > li.parent > a:after {
    content: "\e003";
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    margin-left: 10px;
    float: right;
    position: absolute;
}

.top-menu > ul > li > div > ul > li.first > a {
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.top-menu > ul > li > div > ul > li.last > a {
    border: none;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.top-menu > ul > li > div > ul > li > div {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    padding-left: 2px;
}

.top-menu > ul > li > div > ul > li > div > ul {
    min-width: 280px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #88b934;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

.top-menu > ul > li > div > ul > li > div > ul > li > a {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 21px;
    padding: 9px 12px 10px 12px;
    border-bottom: 1px solid #c6df9a;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.top-menu > ul > li > div > ul > li > div > ul > li.first > a {
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.top-menu > ul > li > div > ul > li > div > ul > li.last > a {
    border: none;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.top-menu > ul > li > div > ul > li > a:hover, .top-menu > ul > li > div > ul > li > div > ul > li > a:hover {
    background-color: #67a42f;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

/*-----------------------------------------------Поиск-----------------------------------------------*/
.search {
    position: absolute;
    right: 63px;
    top: 11px;
    z-index: 99;
}

.search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px 12px 9px;
    cursor: pointer;
}

.search input[type="text"] {
    float: left;
    height: 20px;
    max-width: 150px;
    margin: 0;
    padding: 9px 40px 9px 20px;
    background: #fff;
    border: none;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 5px 5px 5px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 5px 5px 5px rgba(0,0,0,.05);
    color: #333333;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
}

.sisea-results .sisea-highlight {
    font-weight: bold;
}

.sisea-paging {
    margin-bottom: 20px;
}

.sisea-result-pages {
    padding-right: 10px;
}

.sisea-result h3 {
    margin-bottom: 5px;
}

.sisea-highlight {
    font-weight: bold;
}


/*-----------------------------------------------Карта сайта-----------------------------------------------*/
.sitemap {
    position: absolute;
    right: 12px;
    z-index: 9999;
    top: 11px;
}

.sitemap a {
    color: #777777;
}

.sitemap a:hover {
    color: #fe710a;
}


.sitemap .flaticon-sitemap1 {
    background: #fff;
    border-radius: 19px;
    height: 38px;
    width: 39px;
    padding-top: 9px;
    padding-left: 5px;
    box-sizing: border-box;
    display: block;
}

.sitemap .flaticon-sitemap1:before {
    font-size: 20px;
}


/*-----------------------------------------------Вверх-----------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 50%;
    margin-left: 530px;
}

#back-top i:before {
    background-color: #6eb032;
    color: #ffffff;
    font-size: 25px;
    line-height: 41px;
    width: 41px;
    height: 41px;
    display: block;
    text-align: center;
    border-radius: 41px;
    -moz-border-radius: 41px;
    -webkit-border-radius: 41px;
}


/*-----------------------------------------------Левый контент-----------------------------------------------*/
.box {
    margin-bottom: 25px;
}

.ru_uzm_heading {
    text-align: center;
    font-size: 14pt;
    margin-bottom: 20px;
}

.box-heading {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    background: #535353;
    font-weight: normal;
    padding: 16px 15px 19px 15px;
    margin-bottom: 15px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.special-heading {
    background: #91c537;
}

.box-heading:after {
    content: ' ';
    display: block;
    bottom: -28px;
    left: 0;
    width: 100%;
    height: 28px;
    position: absolute;
    background: url(../img/shadow-box-heading2.png) no-repeat center top;
}

.box-background {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    padding: 15px;
    margin-top: 30px;
}

.box-content {
    position: relative;
}


/*-----------------------------------------------Правый контент-----------------------------------------------*/
.content-right {
    padding-left: 30px;
}

/*-----------------------------------------------Левое меню-----------------------------------------------*/
.left-menu {
    
}

.left-menu > ul > li {
    border-top: 1px solid #d0d0d0;
    position: relative;
}

.left-menu > ul > li.first {
    border: 0;
}

.left-menu > ul > li > a {
    padding: 14px 10px 17px 15px;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    display: inline-block;
}

.left-menu > ul > li > a:hover {
    color: #4f9c0a;   
}

.flaticon-add46 {
    float: right;
    font-size: 14px;
    color: #777777;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.left-menu > ul > li ul {
    display: none;
}

.left-menu > ul > li > ul {
    border-top: 1px solid #d0d0d0;
    padding: 18px 0 21px 27px;
}

.left-menu > ul > li > ul > li > ul {
    padding: 18px 0 21px 15px;
}


.left-menu > ul > li ul > li {
    position: relative;
    border: 0;
}

.left-menu > ul > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    color: #777777;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 0px;
}

.left-menu li li.parent > i {
    top: 5px;
}


/*-----------------------------------------------Полезные ресурсы-----------------------------------------------*/
.useful-resource a {
    display: block;
    text-align: center;
}

.useful-resource img {
    margin-bottom: 15px;
}

.useful-resource .first-resources img {
    margin-top: 5px;
}

.useful-resource .last-resources img {
    margin-bottom: 0px;
}


/*-----------------------------------------------Хлебные крошки-----------------------------------------------*/
.breadcrumb {
    position: relative;
    background-color: #ffffff;
    color: #777777;
    margin-bottom: 20px;
    padding: 17px 20px;;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb a.last, .breadcrumb a.last:hover {
    color: #333;
}

.breadcrumb:after {
    bottom: -16px;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background: url(../img/shadow-box-heading-cont2.png) no-repeat center top;
}


/*-----------------------------------------------Футер-----------------------------------------------*/
.footer-top {
    padding: 45px 0 49px;
    background: #fff;
    position: relative;
}

.footer-top:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../img/footer-shadow.png) repeat-x left top;
}

.footer-top h3 {
    margin-bottom: 13px;
}

.footer-top a {
    font-size: 11px;
}

.footer-bottom {
    display: block;
    padding: 20px 0px 24px;
}

.footer-bottom span {
    display: inline-block;
    float: left;
    padding: 10px 0;
    color: #777;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}


/*-----------------------------------------------Авторизация-----------------------------------------------*/
.authorization .auth-registration {
    padding-right: 10px;
}

.authorization .auth-login {
    padding-left: 10px;
}

.authorization > div > div {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 235px;
}

.authorization h3 {
    font-size: 17px;
    margin-bottom: 0px;
}

.auth-registration .heading, .auth-login .heading {
    overflow: hidden;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.auth-registration .heading i:before, .auth-login .heading i:before {
    font-size: 56px;
    color: #8db699;
    float: left;
    margin-right: 14px;
    line-height: 1;
}

.auth-registration .heading b, .auth-login .heading b {
    font-size: 13px;
    color: #333;
    font-style: italic;
    font-weight: normal;
}

.auth-content > p {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 20px;
    text-align: justify;
}

.auth-login .f-group {
     box-sizing: border-box;
}

/*-----------------------------------------------Сброс пароля-----------------------------------------------*/
.reset-password > div {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.reset-password h3 {
    font-size: 17px;
    margin-bottom: 0px;
}

.reset-password .heading {
    overflow: hidden;
    margin-bottom: 20px;
}

/*-----------------------------------------------Стили для форм Login-----------------------------------------------*/
.f-group {
    margin-bottom: 20px;
}

.f-group label {
    margin-top: 5px;
    color: #333333;
}

.f-group > div {
    padding-right: 30px;
}

.login-buttons {
    border-top: 1px solid #D0D0D0;
    padding-top: 20px;
}

a.button-cont-right {
    cursor: pointer;
    font-size: 15px;
}

a.button-cont-right i:before {
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    margin: 0 9px;
    color: #6eb032;
}

a.button-cont-right:hover, a.button-cont-right:hover i:before {
    color: #8db699;
}

.authorization .left-block:before, .authorization .left-block:after,
.authorization .right-block:before, .authorization .right-block:after,
.registration-content:before, .registration-content:after,
.reset-password > div:before, .reset-password > div:after,
.profile > div:before, .profile > div:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.45);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.authorization .left-block:after,
.authorization .right-block:after,
.registration-content:after,
.reset-password > div:after,
.profile > div:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.registration-content:before, .reset-password > div:before, .profile > div:before {
    left: 40px;
}

.authorization .left-block:after {
    right: 20px;
}

.authorization .right-block:before {
    left: 20px;
}


/*------------------------Обработка форм Login------------------------*/
.error {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.error, .error .text-danger {
    color: #ff0000;
}

.error p {
    margin: 0px;
    padding: 0px;
}

.required {
    color: #ff0000;   
}

.help-inline .error {
    background: none;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/*-----------------------------------------------Сброс пароля-----------------------------------------------*/
.registration > div {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.registration h3 {
    font-size: 17px;
    margin-bottom: 0px;
}

.registration .heading {
    overflow: hidden;
    margin-bottom: 20px;
}


/*-----------------------------------------------Профиль-----------------------------------------------*/
.profile > div {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.profile .f-group > div {
    padding-right: 15px;
}


/*-----------------------------------------------Контакты-----------------------------------------------*/
.contacts .contacts-content {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;    
}

.contact-box {
    margin-bottom: 30px;
}

.contact-box-last {
    margin-bottom: 0px;
}

.contact-box i:before {
    margin-right: 10px;
    font-size: 23px;
    float: left;
}

.feedback-content .f-group > div {
    padding-right: 15px;
}

.ggmaps-content {
    position: relative;
}

.ggmaps-content:before, .ggmaps-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.45);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ggmaps-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/*-----------------------------------------------Отзывы-----------------------------------------------*/
.ticket-comment {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
}

.comment-reply .reply, .comment-reply .edit {
    font-family: Arial, serif;
    font-size: 11px;
}

.comment-reply .reply {
    margin-right: 5px;
}

.pull-right {
    float: right;
}

.ticket-avatar {
    vertical-align: middle;
}

#comment-form input.button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #535353;
	padding: 11px 20px 13px;
	color: #ffffff;
	white-space: nowrap;
	font-size: 13px;
	line-height: 16px;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Roboto Slab', serif;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	outline: none;
}

#comment-form input.button:hover {
    background: #8db699;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.alert-warning p {
    color: #fe710a;
}


/*-----------------------------------------------Вопрос - Ответ-----------------------------------------------*/
.mt_scrubber > li {
    border-color: #91c537 !important;
}

.mt_scrubber > li:hover {
    border-color: #6eb032 !important;
}

/*-----------------------------------------------Новости-----------------------------------------------*/
.pagin-nav {
    box-sizing: border-box;
    text-align: center;
}

.pagination {
    list-style: none;
    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;
    line-height: 1.428571429;
    text-decoration: none;
    color: #777777;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #6eb032;
    border-color: #6eb032;
    cursor: default;
}

.login-buttons-news {
    padding-top: 4px;
    margin-bottom: 20px;
    text-align: right;
}

.login-buttons-news a.button-cont-right {
    font-size: 13px;
}

.login-buttons-news a.button-cont-right i:before {
    font-size: 24px;   
}

/* Gallery -----------------------------------------------------------------------------*/ .galleries {
    width: 675px;
    list-style: none;
    overflow: hidden;
    margin: 0px!important;
    padding: 0px;
}
.galleries li {
    width: 320px;
    height: 190px;
    float: left;
    padding: 0;
    margin-right: 7px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 1px 1px 1px;
}
.galleries li img {
    float: left;
    width: 320px;
    height: 190px;
    margin: 0;
    padding: 0;
}
.imghover_gallery {
    position: absolute;
    background-image: url("../img/fancy_zoom.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 320px;
    height: 190px;
    float: left;
    display: block;
    opacity: 0;
}
.imghover_gallery:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.img-news {
  float: left;
  margin: 5px;
}

/*---конфа--*/
.user-online {
  width: 621px;
  margin: 0 auto;
  clear: both;
  display: block;
  background: #FDFDFD;
  padding: 5px;
  border: 1px solid #E4E4E4;  font-size: 11px;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  padding-left: 15px;
}
.user-online span{
    color: #F00;
    font-weight: bold;
    line-height: 27px;
}

.podmenu {
  list-style: none !important;
}

.podmenu > li a:before {
  content: "\e003";
  font-family: Flaticon;
  font-size: 14px;
  font-style: normal;
  float: left;
  position: absolute;
  margin-left: -17px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.podmenu > li:hover > a:before {
  margin-left: -12px;
}
.podmenu li > li:hover > a:before {
  margin-left: -12px;
}
/*-------------------------------Рамка-------------------------------------*/
.ramka {
  border: 1px solid #535353;
  padding: 10px;
  border-radius: 10px;
}

table {
  width: 100%;
}

table th, table td {
  text-align: center;
  padding: 7px;
  border: 1px solid #aaaaaa;
  color: #333333;
}

table th {
  background-color: #535353;
  color: #ffffff;
}


/*-----------------------------------------------Настройка бордера у картинок-----------------------------------------------*/
.imgborder img, .img-border {
  padding: 3px;
  border: 1px solid #aaa;
}

.img-right {
  float: right;
  margin: 5px 0px 0px 10px; 
}

.img-left {
  float: left;
  margin: 5px 10px 0px 0px; 
}

/*-----------------------------------------------Настройка коллажа-----------------------------------------------*/
.collazh {
  background: url(../img/collazh.jpg) no-repeat 0px 20px;
  padding: 0px 0px 0px 0px;
}