/*

	Theme Name: АБАКАН ЭИР 

	Theme URI: http://stylemixthemes.com/

	Author: Stylemix LLC

	Author URI: http://stylemix.net

	Description: АБАКАН ЭИР theme 

	Text Domain: stm-main

	Version: 1.0

	License: GNU General Public License v2 or later

	License URI: https://www.gnu.org/licenses/gpl-2.0.html

*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);

/* --------------- reset.css --------------- */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #8a8a8a;
    margin: 0 0 10px;
}

hr {
    border: 0;
    border-top: 1px dashed silver;
}

table {
    border-spacing: 0;
}

td,
td img {
    vertical-align: middle;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}


/* --------------- /reset.css --------------- */


/* --------------- базовые настройки ---------*/

body {
    line-height: 1;
    color: #939393;
    text-align: left;
    font: 12px Arial, sans-serif;
    background: #f1f0ee;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #969ba7;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969ba7;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969ba7;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #969ba7;
}

ul,
ol {
    list-style: none;
}


/* --------------- /Базовые настройки ---------*/

button::-moz-focus-inner {
    padding: 0px;
    border-width: 0px;
}

button {
    border: 0;
    background: none;
}

.button {
    background: rgb(140, 206, 23);
    background: -moz-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(140, 206, 23, 1)), color-stop(100%, rgba(127, 187, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8cce17', endColorstr='#7fbb14', GradientType=0);
    font-size: 16px;
    color: #003366;
    padding: 5px 15px;
    border-radius: 4px 4px;
    box-shadow: 1px 1px 1px #979ba7;
}

.button:hover,
.button:active {
    background: rgb(168, 218, 80);
    background: -moz-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(168, 218, 80, 1)), color-stop(100%, rgba(158, 203, 78, 1)));
    background: -webkit-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%);
    background: -o-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%);
    background: -ms-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%);
    background: linear-gradient(to bottom, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8da50', endColorstr='#9ecb4e', GradientType=0);
}

h1,
.h1 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    color: #219edd;
    text-align: right;
}

h2 {
    font-family: 'PT Sans Caption';
    font-size: 30px;
    margin: 0px 0px 13px 0px;
    font-weight: normal;
    text-align: right;
    color: #98c700;
}

h3 {
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 14px;
}

h4 {}

img {
    border: 0;
}

* {
    outline: none;
}

a {
    text-decoration: none;
    color: #cccccc;
}

a:hover {
    text-decoration: underline;
}

:focus {
    outline: 0;
}

.main {
    width: center;
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

.center {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 25px;
    position: relative;
}

#header {
    width: 100%;
    position: relative;
    background: ;
}

.header {
    width: 970px;
    padding: 0px 14px 0px;
    background: url(images/header-bg.png) 0 0 no-repeat;
    margin: 0 auto;
    position: relative;
    height: 104px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.logo {
    float: left;
    padding-top: 15px;
}

.header-login {
    float: right;
    padding-top: 0px;
}

.header-login>ul {
    list-style: none;
}

.header-login>ul>li:first-child {
    font-weight: bold;
}

.header-login>ul>li {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-left: 5px;
}

.header-login>ul>li>a {
    color: #5d5d5d;
}

.header-login>ul>li:after {
    content: url(images/login-slash.png);
    position: relative;
    top: 2px;
    padding-left: 8px;
}

.header-login>ul>li:first-child:after {
    content: url(images/login-arrow.png);
    top: 0;
    padding-left: 5px;
}

.language {
    position: absolute;
    right: 10px;
    bottom: 60px;
}

.language span {
    color: #cacaca;
    padding: 0px 5px;
}

.language a {
    color: #939393;
}

.language>span:after {
    content: url(images/login-slash.png);
    position: relative;
    top: 2px;
    padding-left: 5px
}

.language:before {
    content: url(images/login-slash.png);
    position: relative;
    top: 2px;
    /*padding-right: 5px;*/
}

.language>span>img {
    position: relative;
    top: 2px;
    margin: 0px 5px;
}

.search-form {
    height: 21px;
    width: 345px;
    background: white;
    border: 1px #8fa2aa solid;
    position: absolute;
    right: 12px;
    bottom: 28px;
}

.search-form input[type="text"] {
    border-width: 0;
    float: left;
    width: 310px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    padding-left: 2px;
    margin: 0;
}

.search-form input[type="submit"] {
    background: url('images/search.png') 50% 50% no-repeat;
    float: right;
    border-width: 0px;
    width: 30px;
    height: 21px;
}

#content {
    width: 100%;
    min-height: 400px;
}

.columns {
    background: url(images/column.png) 100% 50% no-repeat;
    display: block;
    padding: 0px 0px 50px 20px;
}

.left-column {
    float: left;
    width: 210px;
    margin-right: 35px;
}

.right-column {
    overflow: hidden;
    width: 735px;
}

.navigation {
    width: 208px;
    border: 1px silver solid;
    border-top: 5px #219edd solid;
    height: 265px;
}

.slider {
    width: 100%;
    height: 207px;
    border-bottom: 10px #98c700 solid;
}

.slider>ul>li>img {
    width: 100%;
    height: 207px;
}

.left-column .news {
    border: 1px #fff solid;
    background: rgb(233, 233, 233);
    background: -moz-linear-gradient(left, rgba(233, 233, 233, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(229, 229, 229, 1) 51%, rgba(233, 233, 234, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(233, 233, 233, 1)), color-stop(50%, rgba(229, 229, 229, 1)), color-stop(51%, rgba(229, 229, 229, 1)), color-stop(100%, rgba(233, 233, 234, 1)));
    background: -webkit-linear-gradient(left, rgba(233, 233, 233, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(229, 229, 229, 1) 51%, rgba(233, 233, 234, 1) 100%);
    background: -o-linear-gradient(left, rgba(233, 233, 233, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(229, 229, 229, 1) 51%, rgba(233, 233, 234, 1) 100%);
    background: -ms-linear-gradient(left, rgba(233, 233, 233, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(229, 229, 229, 1) 51%, rgba(233, 233, 234, 1) 100%);
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(229, 229, 229, 1) 51%, rgba(233, 233, 234, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9ea', GradientType=1);
    padding: 5px 10px 41px 5px;
    height: 0px;
    position: relative;
}

.news {
    position: relative;
}


/*
.news:before{
	background: url(images/news-shadow.png) 0 0 no-repeat;
	position: absolute;
	bottom: -23px;
	left: -2px;
	width: 210px;
	height: 19px;
	content: '';
}
*/

.news>ul>li {
    border-top: 1px dashed silver;
    padding-left: 10px;
    padding-top: 4px;
    background: url(images/news-icon.png) 10px 6px no-repeat;
    margin-bottom: 25px;
}

.news>ul>li>p {
    font-size: 11px;
}

.date {
    text-indent: 15px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

.archive {
    border-top: 1px silver dashed;
    position: absolute;
    bottom: 12px;
    left: 5px;
    padding: 10px 10px 0px;
    width: 170px;
}

.archive a {
    color: #b5b5b6;
    font-size: 11px;
}

.archive a:after {
    content: url(images/archive-slash.png);
    padding-left: 2px;
}

.main-menu {
    /*display: inline-block;*/
    margin-bottom: 18px;
}

.frame-right {
    width: 163px;
    height: 164px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
}

.frame-right a {
    background: url(images/b3.png) 0 0 no-repeat;
    display: inline-block;
    width: 163px;
    height: 164px;
}

.frame-right a.around_bg_1 {
    background: url(images/bg1.png) 0 0 no-repeat;
}

.frame-right a.around_bg_2 {
    background: url(images/bg2.png) 0 0 no-repeat;
}

.frame-right a.around_bg_6 {
    background: url(images/bg4.png) 0 0 no-repeat;
}

.frame-right a:hover {
    background-position: 0px -164px;
}

.frame-right a:active {
    background-position: 0px -164px;
}

.frame-right .image {
    left: 7px;
}

.frame-right a:hover .arrow-right {
    background-position: 0px -66px;
}

.frame-right a:active.arrow-right {
    background-position: 0px -66px;
}

.frame-right a:hover h3 {
    color: #fff;
}

.frame-right a:active h3 {
    color: #fff;
}

.arrow-right {
    position: absolute;
    background: url(images/arrow-right.png) 0 0 no-repeat;
    height: 66px;
    width: 66px;
    bottom: 15px;
    left: 0px;
}

.frame-empty {
    position: relative;
    width: 162px;
    height: 163px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    padding-left: 5px;
}

.frame-empty a {
    background: url(images/box.png) 0 0 no-repeat;
    display: inline-block;
    width: 162px;
    height: 163px;
}

.frame-empty a h3 {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #a1a9bf;
    right: 10px;
    position: absolute;
    bottom: 0;
    text-align: right;
}

.frame-empty a:hover {
    background-position: 0px -163px;
}

.frame-empty a:active {
    background-position: 0px -163px;
}

.frame-empty a:hover h3 {
    color: #747a8a;
}

.frame-empty a:active h3 {
    color: #747a8a;
}

.frame-left {
    position: relative;
    display: inline-block;
    width: 163px;
    height: 164px;
    vertical-align: top;
}

.frame-left a {
    background: url(images/b3.png) 0 0 no-repeat;
    display: inline-block;
    width: 163px;
    height: 164px;
    vertical-align: top;
}

.frame4 {
    background: url(images/frame.png) 0 0 no-repeat;
    position: absolute;
    width: 130px;
    height: 131px;
    bottom: 3px;
    right: 2px;
}

.frame1 {
    background: url(images/frame1.png) 0 0 no-repeat;
    position: absolute;
    width: 112px;
    height: 111px;
    bottom: 3px;
    right: 2px;
}

.frame2 {
    background: url(images/frame1.png) 0 0 no-repeat;
    position: absolute;
    width: 112px;
    height: 111px;
    bottom: 3px;
    right: 2px;
}

.frame6 {
    background: url(images/frame1.png) 0 0 no-repeat;
    position: absolute;
    width: 112px;
    height: 111px;
    bottom: 3px;
    right: 2px;
}

.frame1 h3 {
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 26px;
    color: #e5e5e5;
    text-align: center;
    -moz-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Firefox */
    -ms-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для IE */
    -webkit-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Opera */
    transform: rotate(-45deg) translatey(41px) translatex(-27px)
}

.frame2 h3 {
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 26px;
    color: #e5e5e5;
    text-align: center;
    -moz-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Firefox */
    -ms-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для IE */
    -webkit-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Opera */
    transform: rotate(-45deg) translatey(41px) translatex(-27px)
}

.frame4 h3 {
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 26px;
    color: #e5e5e5;
    text-align: center;
    -moz-transform: rotate(-45deg) translatey(48px) translatex(-35px);
    /* Для Firefox */
    -ms-transform: rotate(-45deg) translatey(48px) translatex(-35px);
    /* Для IE */
    -webkit-transform: rotate(-45deg) translatey(48px) translatex(-35px);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg) translatey(48px) translatex(-35px);
    /* Для Opera */
    transform: rotate(-45deg) translatey(48px) translatex(-35px)
}

.frame6 h3 {
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 26px;
    color: #e5e5e5;
    text-align: center;
    -moz-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Firefox */
    -ms-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для IE */
    -webkit-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg) translatey(41px) translatex(-27px);
    /* Для Opera */
    transform: rotate(-45deg) translatey(41px) translatex(-27px)
}

.frame-left a:hover .arrow {
    background-position: 0px -66px;
}

.frame-left a:active .arrow {
    background-position: 0px -66px;
}

.frame-left a:hover .frame h3 {
    color: #fff;
}

.frame-left a:active .frame h3 {
    color: #fff;
}

.arrow {
    position: absolute;
    background: url(images/arrow.png) 0 0 no-repeat;
    height: 65px;
    width: 67px;
    bottom: 0px;
    right: -10px;
}

.frame-left a:hover {
    background-position: 0px -164px;
}

.frame-left a:active {
    background-position: 0px -164px;
}

.main-slider {}

.right-window {
    display: none;
}

.right-window.active {
    display: block;
}

.main-slider>ul>li>img {
    width: 343px;
    height: 342px;
    border-radius: 60px 5px 6px;
}

.image {
    position: absolute;
    left: 2px;
    top: 2px;
}

.main-block {
    width: 343px;
    height: 342px;
    position: absolute;
    top: 181px;
    right: 39px;
    border-radius: 60px 7px 7px;
    border: 1px solid #229edd;
    overflow: hidden;
    box-shadow: 1px 2px 2px #c0c0c4;
}

.content-info {
    width: 100%;
    height: 100%;
}

.content-title {
    position: absolute;
    background: #9096a6;
    background: -moz-linear-gradient(top, #9096a6 0%, #6c7282 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9096a6), color-stop(100%, #6c7282));
    background: -webkit-linear-gradient(top, #9096a6 0%, #6c7282 100%);
    background: -o-linear-gradient(top, #9096a6 0%, #6c7282 100%);
    background: -ms-linear-gradient(top, #9096a6 0%, #6c7282 100%);
    background: linear-gradient(to bottom, #9096a6 0%, #6c7282 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9096a6', endColorstr='#6c7282', GradientType=0);
    bottom: 0px;
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 48px;
    width: 335px;
    text-align: right;
    color: #d3d3d3;
    padding-right: 10px;
    /*text-transform: uppercase;*/
    border-radius: 0px 0px 5px 5px;
}

.content-image {
    width: 100%;
    text-align: center;
    /*padding-top: 35px;

	padding-left: 10px;*/
}

.login-form {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 60px 7px 7px;
}

.form-position {
    position: absolute;
    top: 60px;
    right: 15px;
    text-align: right;
}

.form-position input[type="text"],
.form-position input[type="password"] {
    background: #f4f4f4;
    border-radius: 4px 4px;
    border: 0;
    height: 35px;
    width: 245px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px silver solid;
    margin-bottom: 15px;
}

.form-position label {
    font-size: 14px;
    font-weight: bold;
    color: #747a8a;
    padding-right: 10px;
    display: inline-block;
    text-align: right;
    width: 50px;
}

.password-key {
    display: block;
    font-size: 13px;
    color: #219edd;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.question {
    background: #0c90c6;
    width: 100%;
    height: 100%;
    border-radius: 60px 5px 6px;
}

.question-form {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 30px;
}

.question-form label {
    height: 30px;
    display: block;
    background: white;
    width: 280px;
    float: right;
    text-align: left;
    border-radius: 4px 4px;
    border: 1px #777d8c solid;
    box-shadow: 0px 0px 3px #fff;
    margin-bottom: 15px;
}

.question-form label>span:first-child {
    background: url(images/form-name.png) 0 0 no-repeat;
    width: 29px;
    height: 30px;
    display: inline-block;
    border-right: 1px #777d8c solid;
    float: left;
}

.question-form input[type="text"] {
    height: 30px;
    border: 0;
    padding-left: 5px;
    width: 244px;
    font-size: 13px;
    background: #f4f4f4;
    vertical-align: top;
    float: left;
}

.question-form textarea {
    width: 260px;
    border-radius: 4px 4px;
    border: 0;
    resize: none;
    background: #fdfdfd;
    border-right: 1px #777d8c solid;
    border-left: 1px #777d8c solid;
    box-shadow: 0px 0px 3px #fff;
    padding: 10px 10px;
    height: 130px;
    margin-bottom: 15px;
    font-size: 13px;
    font-family: Arial;
}

.question-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: left;
}

.text-block {
    background: url(images/text-block-bg.png) 0 0 no-repeat;
    width: 100%;
    min-height: 360px;
    margin-top: -30px;
    padding-top: 55px;
}

.second-nav {
    width: 220px;
    text-align: right;
    float: left;
}

.second-nav>ul>li {
    margin-bottom: 10px;
}

.second-nav>ul>li>a {
    font-family: 'PT Sans Narrow';
    font-size: 24px;
    text-decoration: underline;
    color: #999da9;
}

.second-nav>ul>li>a:hover,
.second-nav>ul>li.current>a {
    color: #5cb8e6;
}

.category-nav .second-nav li:first-child a {
    color: #5cb8e6;
}

.content-slider {
    float: right;
    width: 710px;
    position: relative;
    margin-top: -45px;
    padding-right: 15px;
}


/* pager */

.cycle-pager {
    z-index: 500;
    position: absolute;
    bottom: 0;
    left: 43%;
}

.cycle-pager span {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    text-indent: -99999px;
    margin: 0 15px 0 0;
    border: 1px #fff solid;
    box-shadow: 0px 0px 1px 0px #474D5D;
}

.cycle-pager span.cycle-pager-active {
    background: #91c2ff;
}

.cycle-pager>* {
    cursor: pointer;
}

.slider-text {
    font-size: 12px;
    color: #6b6b6b;
    line-height: 17px;
    height: 310px;
    overflow: hidden;
}

.left-text {
    float: left;
    width: 340px;
    font-size: 12px;
    height: 302px;
    margin-right: 30px;
    overflow: hidden;
    white-space: normal;
    line-height: 18px;
}

.left-text p {
    white-space: normal;
}

.right-text {
    float: right;
    overflow: hidden;
    width: 340px;
    height: 302px;
    line-height: 18px;
}

.right-text p {
    white-space: normal;
}


/* .private-office{

	background: url(images/private-office.png) 0 0 no-repeat;

	width:210px;

	display: inline-block;

	height:54px;

	position: absolute;

	bottom: -7px;

	left:45px;

	font-size: 24px;

	text-transform: uppercase;

	text-decoration: none;

}
.private-office:before{
	background: url(images/shadow.png) 0 0 no-repeat;
	position: absolute;
	width: 241px;
	height: 41px;
	bottom: -38px;
	left: -14px;
	content: '';
}
.private-office:hover, .private-office:active{

	background-position: 0px -54px;

	text-decoration: none;



}

a.private-office .private-text{

	font-family: 'PT Sans Narrow';

	font-weight:bold;

	font-size: :24px;

	color:#a1a9bf;

	padding-left: 10px;

	padding-top: 10px;



}

.private-office:hover .private-text, .private-office:active .private-text{

	color: #747a8a;

}
*/

.online {
    position: absolute;
    right: -68px;
    top: 260px;
    display: inline-block;
    width: 173px;
    height: 38px;
    border-radius: 0px 0px 4px 4px;
    border-left: 1px #219edd solid;
    border-right: 1px #219edd solid;
    border-bottom: 1px #219edd solid;
    background: rgb(108, 181, 221);
    background: -moz-linear-gradient(top, rgba(108, 181, 221, 1) 0%, rgba(158, 209, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(108, 181, 221, 1)), color-stop(100%, rgba(158, 209, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(108, 181, 221, 1) 0%, rgba(158, 209, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(108, 181, 221, 1) 0%, rgba(158, 209, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(108, 181, 221, 1) 0%, rgba(158, 209, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(108, 181, 221, 1) 0%, rgba(158, 209, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6cb5dd', endColorstr='#9ed1ed', GradientType=0);
    -moz-transform: rotate(-90deg);
    /* Для Firefox */
    -ms-transform: rotate(-90deg);
    /* Для IE */
    -webkit-transform: rotate(-90deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg);
    /* Для Opera */
    transform: rotate(-90deg);
    font-family: 'PT Sans';
    z-index: 5;
}

.online:hover,
.online:active {
    text-decoration: none;
}

.online span {
    display: block;
    text-align: right;
    font-family: 'PT Sans';
    font-weight: bold;
    font-size: 18px;
    color: #144777;
    line-height: 19px;
    margin-right: 5px;
}

.online p {
    display: block;
    font-family: 'PT Sans';
    font-weight: normal;
    font-size: 14px;
    color: #003366;
    padding-left: 5px;
}

#footer {
    background: url(images/footer-bg.png) 0 0 no-repeat;
    width: 1000px;
    height: 72px;
    margin: 0 auto;
}

.copyright {
    float: right;
    width: px;
    margin: 12px 0px 0px 0px;
    font-size: px;
    color: #;
}

.copyright p {
    font-size: 11px;
    color: #b5b5b6;
}

.clear {
    *zoom: 1;
}

.clear:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}


/* Begin Images */

p img {
    padding: 0;
    max-width: 100%;
}


/* Using 'class="alignright"' on an image will (who would've

    thought?!) align the image to the right. And using 'class="centered',

    will of course center the image. This is much better than using

    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0px;
    margin: 0 0 10px 10px;
    display: inline;
}

img.alignleft {
    padding: 0px;
    margin: 0 10px 10px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/* End Images */


/* 02.06.2014 */

.news-block {
    float: right;
    margin-top: -45px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 725px;
}

.news-block>ul {
    height: 300px;
    overflow: auto;
}

.news-block>ul>li {
    border-top: 1px dashed silver;
    padding-left: 10px;
    padding-top: 4px;
    background: url(images/news-icon.png) 10px 6px no-repeat;
    margin-bottom: 25px;
}

.news>ul>li>p {
    font-size: 11px;
}

div.wpcf7-response-output {
    margin: 0.5em 0.5em 1em !important;
}

.slider-text ul li {
    list-style: disc inside !important;
}


/*  11.06.2014  */

.profile_logout a:hover {
    color: #FFFFFF;
}

.login-form-close {
    background: url("images/login-close.png") no-repeat scroll 0px 12px rgba(0, 0, 0, 0);
    float: right;
    width: 32px;
    height: 35px;
    padding-right: 5px;
}

.login-form-close:hover {
    background: url("images/login-close-hover.png") no-repeat scroll 0px 12px rgba(0, 0, 0, 0);
}

.content-title span {
    float: right;
    height: 50px;
}

.contact-form-close {
    background: url("images/form-close.png") no-repeat scroll 0px 12px rgba(0, 0, 0, 0);
    float: right;
    width: 32px;
    height: 35px;
    padding-right: 5px;
}

.contact-form-close:hover {
    background: url("images/form-close-hover.png") no-repeat scroll 0px 12px rgba(0, 0, 0, 0);
}

.slider-text div ul li {
    color: #8A8A8A;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.content-slider-sli {
    padding-bottom: 20px;
}

.question.right-window iframe {
    background: #0C90C6 !important;
    width: 291px !important;
    margin: 20px 20px 20px 25px !important;
    height: 263px !important;
    border-radius: 8px !important;
    box-shadow: 0 0 3px #FFFFFF !important;
}


/*CONSILTANT*/

.sh_chat {
    top: 0 !important;
    left: 0 !important;
    width: 289px !important;
    background: #fff !important;
}

.shc {}

.sh_textarea {
    height: 34px !important;
    width: 255px !important;
}

.sh_header {
    display: none !important;
}

.sh_messages {
    width: 289px !important;
    height: 175px !important;
}

.sh_button_gray_complete {
    display: none !important;
}

.sh_input {
    height: 26px !important;
    border-radius: 4px 4px !important;
}

.sh_form_field {
    min-height: 31px !important;
    margin: 0 !important;
}

.sh_form_field_textarea {
    height: 37px !important;
    margin: 0 !important;
    border-radius: 4px 4px !important;
}

.sh_form_description {
    margin: 0 !important;
}

.sh_button {
    background: rgb(140, 206, 23) !important;
    background: -moz-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(140, 206, 23, 1)), color-stop(100%, rgba(127, 187, 20, 1))) !important;
    background: -webkit-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%) !important;
    background: -o-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(140, 206, 23, 1) 0%, rgba(127, 187, 20, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8cce17', endColorstr='#7fbb14', GradientType=0) !important;
    font-size: 16px !important;
    color: #003366 !important;
    padding: 3px 10px !important;
    border-radius: 4px 4px !important;
    box-shadow: 1px 1px 1px #979ba7 !important;
    border: none !important;
}

.sh_button:hover {
    background: rgb(168, 218, 80) !important;
    background: -moz-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(168, 218, 80, 1)), color-stop(100%, rgba(158, 203, 78, 1))) !important;
    background: -webkit-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%) !important;
    background: -o-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(168, 218, 80, 1) 0%, rgba(158, 203, 78, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8da50', endColorstr='#9ecb4e', GradientType=0) !important;
}


/* Register & Avtorization */

.login-form .error {
    padding: 40px 0 0 15px;
}

#wppb_recover_password .error {
    padding: 0px;
}

#wppb_recover_password {
    padding: 40px 10px 0 35px;
}

#recover_password input[type="text"],
#recover_password2 input {
    background: #f4f4f4;
    border-radius: 4px 4px;
    border: 0;
    height: 35px;
    width: 285px !important;
    line-height: 35px;
    padding-left: 10px;
    font-size: 12px;
    color: #969ba7;
    border-top: 1px silver solid;
    margin-bottom: 15px;
}

#recover_password .form-submit {
    text-align: right;
    font-size: 16px;
    color: #003377;
}

#recover_password2 input[type="password"] {
    width: 60% !important;
}

#recover_password2 label {
    width: 80px;
    text-align: left;
}

#wppb_recover_password #recover_password2 {
    top: 80px;
}

.form-control {
    border: 1px solid #c0c0c0;
}

select.form-control {
    color: #8a8a8a;
}

.form-control:focus {
    color: #495057;
    border-color: #98c700;
    box-shadow: 0 0 0 0.2rem rgba(152, 199, 0, 0.25);
}

label {
    color: #2a9edd;
    font-weight: 600;
}

.calc {
    margin: 0;
    padding: 0;
}

div#sum {
    color: #2a9edd;
    font-size: 1.5rem;
}

.form-group.col-md-4 {
    margin-bottom: 1rem;
}

.form-row {
    margin-top: 3rem;
}

span.select2.select2-container.select2-container--default {
    width: 18rem!important;
}

.btn.btn-primary {
    background-color: #309edd;
    color: white;
    padding: 1rem;
    border-radius: 0.6rem;
    margin-top: 1rem;
    font-size: .9rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.btn-primary:hover {
    background-color: #0069d9;
}

a.btn.btn-primary {
    position: absolute;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-group.col-6 {
    width: 50%;
}

label {
    display: inherit;
    margin-bottom: .3rem;
}

input.calcform {
    width: 90%;
    height: 1.5rem;
    border-radius: .2rem;
    padding: 4px!important;
    margin-bottom: .4rem;
}

.form-group.col-12 {
    width: 100%;
}

textarea.calcform {
    border-radius: .3rem;
    width: 96%;
}

span#responce {
    color: #2a9edd;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    /*  position: absolute;
    background: #ffffff89;
    padding: 3rem;
    top: 30%;
    border-radius: 1rem;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3); */
}

.my_commentlist {
    border-top: none;
}

.my_commentlist .comment {
    padding: 0 0 15px 0;
    border: none;
}

.my_commentlist .pingback {
    padding: 0 0 15px 0;
    border: none;
}

.my_commentlist .comment .children {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
    /*если нужен отступ для древовидных ком. поставьте 15px*/
}

.my_commentlist .comment .children .comment {
    margin: 15px 0 0 0;
    border: none;
    padding: 0;
}

#comments {
    background: #fff;
}

#comments .my_commentlist {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    background: #ebf0f3;
    padding: 5px;
}

#comments .my_commentlist .comment {
    margin: 0;
    padding: 0 0 10px;
    background: #fff;
}

#comments .my_commentlist .my_comment-author {
    display: inline;
    border-right: 1px solid #e0e0e0;
    width: 100px;
    float: left;
    margin: 0px 15px 10px 0;
}

#comments .my_commentlist .commentmetadata {
    float: left;
}

#comments .my_commentlist p {
    clear: none;
    color: #555;
    font: 14px arial;
    line-height: 23px;
}

#comments .my_commentlist .comment-content {
    margin-left: 116px;
    padding-right: 10px;
}

#comments .my_commentlist .reply {
    text-align: right;
}

#comments .my_commentlist .reply a {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    color: #515456;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 15px;
    min-height: 30px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}

.my_commentlist .avatar {
    border: medium none;
    border-radius: 50%;
    float: none;
    margin: 5px auto;
    padding: 0px;
    display: table;
}

.my_commentlist .comment-header {
    height: 30px;
    background: #DEE5EB;
    margin-bottom: 15px;
}

.my_commentlist cite.fn {
    color: #444;
    font: bold 13px/30px arial;
    padding-left: 10px;
}

.my_commentlist .com_date {
    color: #8ca0b5;
    font: normal 13px/30px arial;
    float: right;
    padding-right: 15px;
}

.my_commentlist .commentnumber {
    color: #8ca0b5;
    float: right;
    font: italic 13px/30px arial;
    padding-right: 15px;
}

.my_commentlist .comment-body {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.my_commentlist .rep-authorcom {
    color: #25394e;
    font-size: 13px;
    line-height: 30px;
}

.my_commentlist .edit-link a {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #999!important;
    display: inline-block;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 30px;
    margin-right: 5px !important;
    min-height: 30px;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
}

.com_per {
    border: medium none;
    color: #666;
    display: block;
    font-size: 11px;
    text-align: center;
}

.vip1,
.vip,
.vp,
.vip2,
.vip3,
.vip4,
.vip5,
.vip6,
.vip7 {
    border: medium none;
    font: bold 13px arial;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-decoration: none;
}

.vp {
    color: #e82e24;
}

.vip1 {
    color: #348be8;
}

.vip2 {
    color: #BE005E;
}

.vip3 {
    color: #2e517e;
}

.vip4 {
    color: #658a18;
}

.vip5 {
    color: #00A56D;
}

.vip6 {
    color: #e35d28;
}

.vip7 {
    color: #99A400;
}

.vip {
    color: #4c5176;
    font-size: 11px;
    margin: 0;
}

#respond {
    padding: 0 10px 0 10px;
}

#respond {
    margin: 5% 0;
}

#comments {
    display: inline-block;
    clear: both;
    width: 100%;
    font-size: 0.8em;
}

ol.commentlist {
    padding: 0;
    margin: 5% 0;
    list-style-type: none;
}

ul.children {
    list-style-type: none;
    padding-left: 5%;
}

article.comment {
    margin: 5% 0;
    padding-left: 80px;
}

.children article.comment {
    padding-left: 60px;
}

.comment footer {
    font-size: 0.8em;
}

.comment p {
    margin: 0.25em 0;
    line-height: 1.2;
    color: #000;
    font-family: chaparral-pro, serif;
}

img.avatar {
    float: left;
    position: absolute;
    margin-left: -80px;
}

.children article.comment img.avatar {
    margin-left: -60px;
}

.form-allowed-tags {
    display: none;
}

#commentform label {
    display: none;
}

p.comment-subscription-form {
    clear: both;
}

.comment-subscription-form label {
    display: inline-block !important;
}

input#subscribe_comments {
    padding: 0!important;
    margin: 0!important;
    margin-right: 0.5em!important;
    float: none !important;
}

#commentform p {
    margin: 0;
}

#commentform textarea {
    resize: vertical;
}

#commentform input,
#commentform textarea {
    width: 95%;
    padding: 2.5%;
    background: #f7f7f7;
    border: none;
    margin: 2% 0;
    font-size: 1.5em;
    border-bottom: 2px dashed #d7d7d7;
    font-family: chaparral-pro, serif;
}

#commentform input#submit,
.button {
    color: #fff;
    border: none !important;
    background: #229edd;
    -webkit-appearance: none;
}

#commentform input#submit:hover,
.button:hover {
    background: #229edd;
}

#commentform input#submit:active,
.button:active {
    background: #229edd;
}

@media ( min-width: 700px) {
    #commentform input {
        width: 27%;
        float: left;
    }
    .comment-form-author input,
    .comment-form-email input {
        margin-right: 2% !important;
    }
}

@media ( max-width: 700px) {
    #commentform input#submit {
        width: 100%!important;
    }
}