@charset "IBM866";
html,
body {
    height: 100%;
}

/* стили оформления текста */
body {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #000;
    min-width: 1010px;
    line-height: 17px;
}

/* стиль для прижатия футера */
#wrap {
    min-height: 100%;
    margin: 0 auto -214px;
    /* отрицательный margin снизу такой же как высота футера */
    padding: 0 0 264px;
    /*padding снизу больше чем margin для создания отступа м-у футером и контентом*/
    position: relative;
    overflow: hidden;
}

#footer {
    background-color: #f5f5f5;
}

.holder {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

a {
    color: #004b95;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #2a435c;
}

a:focus, button:focus, *:focus {
    outline: none !important;
}

/*---------------------------------------------------------*/
.btn {
    display: inline-block;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    font-family: georgia;
    padding: 5px 26px 7px;
}

.btn:hover {
    color: #fff;
}

.btn.big-btn {
    font-size: 18px;
    padding: 8px 33px 7px;
}

.btn:visited {
    color: #fff;
}

.red-btn {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #e87b81 inset;
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d1474f));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d1474f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d1474f', GradientType = 0);
}

.red-btn:hover {
    background: #d1474f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxNDc0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjVhNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d1474f 0%, #e25a62 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1474f), color-stop(100%, #e25a62));
    background: -webkit-linear-gradient(top, #d1474f 0%, #e25a62 100%);
    background: -o-linear-gradient(top, #d1474f 0%, #e25a62 100%);
    background: -ms-linear-gradient(top, #d1474f 0%, #e25a62 100%);
    background: linear-gradient(to bottom, #d1474f 0%, #e25a62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d1474f', endColorstr = '#e25a62', GradientType = 0);
}

.blue-btn {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #4578a9 inset;
    background: #2665a4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NjVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzU1OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2665a4), color-stop(100%, #175593));
    background: -webkit-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: -o-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: -ms-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: linear-gradient(to bottom, #2665a4 0%, #175593 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2665a4', endColorstr = '#175593', GradientType = 0);
}

.blue-btn:hover {
    background: #175593;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3NTU5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjY1YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #175593 0%, #2665a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #175593), color-stop(100%, #2665a4));
    background: -webkit-linear-gradient(top, #175593 0%, #2665a4 100%);
    background: -o-linear-gradient(top, #175593 0%, #2665a4 100%);
    background: -ms-linear-gradient(top, #175593 0%, #2665a4 100%);
    background: linear-gradient(to bottom, #175593 0%, #2665a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#175593', endColorstr = '#2665a4', GradientType = 0);
}

.black-btn {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #333333 inset;
    background: #000;
}

/* =========================== header ============================ */
header {
    border-top: 3px solid #2665a4;
    margin-bottom: 23px;
    position: relative;
    z-index: 2;
}

header .holder {
    position: relative;
}

header .logo {
    padding-left: 8px;
    padding-top: 7px;
}

header .languages {
    float: left;
    line-height: 18px;
    padding-top: 3px;
}

header .languages a {
    color: darkgrey;
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin-left: 7px;
}

header .languages a:first-child {
    margin-left: 0;
}

header .languages a:hover {
    color: #004b95;
    text-decoration: underline;
}

header .languages a.active {
    color: #000;
    cursor: default;
    text-decoration: none;
}

header .h-links {
    float: right;
    padding: 3px 0 0 0;
    margin: 0 5px 0 0;
    line-height: 18px;
}

header .h-links li {
    display: block;
    float: left;
    padding-left: 14px;
    margin-left: 6px;
    background: url("../img/marker-5.png") 0 7px no-repeat;
}

header .h-links li:first-child {
    margin-left: 0;
    background: none;
    padding-left: 0;
}

header .h-links a {
    color: #5b5b5b;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

header .h-links a:hover {
    color: #004b95;
    text-decoration: underline;
}

header nav {
    border-top: 1px solid #000;
    background: #fff;
}

.header-top {
    position: relative;
    background: url("../img/hdr.png") 50% 0 no-repeat;
    padding-top: 8px;
    padding-bottom: 15px;
    height: 136px;
}

.header-text .lang{
    position: absolute;
}

.lang.kaz{
    left: -5px;
    top:25px;
}

.lang.rus{
    left: -4px;
    top:47px;
}

.lang.eng{
    left: -4px;
    top:68px;
}




.header-text {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    width: 215px;
    padding: 27px 0 0;
}

.social-1 a {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/social-1.png") no-repeat;
    float: left;
    margin-left: 4px;
}

.social-1 a:first-child {
    margin-left: 0;
}

.social-1 .fbk {
    background-position: 0 0;
}

.social-1 .fbk:hover {
    background-position: 0 -32px;
}

.social-1 .twt {
    background-position: -32px 0;
}

.social-1 .twt:hover {
    background-position: -32px -32px;
}

.social-1 .rss {
    background-position: -64px 0;
}

.social-1 .rss:hover {
    background-position: -64px -32px;
}

.h-consul {
    display: block;
    width: 147px;
    height: 55px;
    text-align: center;
    background: #2765a4;
    position: absolute;
    top: -11px;
    right: 15px;
    font-size: 14px;
    color: #fff;
    font-family: "georgia bold";
    line-height: 19px;
    text-decoration: none;
    padding-top: 7px;
}

.h-consul:hover {
    background: #e05860;
    color: #fff;
    text-decoration: none;
}

.h-consul:visited {
    color: #fff;
}

.navigation {
    padding: 0;
    margin: 0 -10px 0 -10px;
    font-family: "georgia bold";
}

.navigation ul {
    display: none;
    position: absolute;
    padding-left: 0;
    margin: 0;
    width: 250px;
    text-decoration: none;
    z-index: 1;
    background: #000;
}

.navigation ul li {
    display: block;
    margin: 0;
    border-top: 1px solid #fff;
}

.navigation ul a {
    font-size: 12px;
    background: black url("../img/marker-2.png") 0 -40px no-repeat;
    padding: 7px 10px 7px 26px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.navigation ul a:hover {
    background-color: #1b5997;
    background-position: 10px 16px;
}

.navigation > li {
    display: block;
    float: left;
    line-height: 23px;
    margin-left: -1px;
}

.navigation > li > a {
    font-size: 13px;
    display: block;
    padding: 16px 0 17px;
    text-transform: uppercase;
}

.navigation > li > a span {
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    display: block;
    padding: 0 10px;
}

.navigation > li:hover > a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.navigation > li:hover > a span {
    border-color: #000;
}

.navigation > li:first-child > a span {
    border-left-color: transparent;
}

.navigation > li:last-child > a span {
    border-right-color: transparent;
}

.navigation > li:hover {
    position: relative;
}

.navigation > li > ul {
    left: 0;
    top: 53px;
    padding-top: 3px;
}

.navigation li:hover > ul {
    display: block;
}

.header-bottom {
    border-top: 3px solid #000;
    margin-top: -3px;
}

.h-date {
    float: left;
    color: #606060;
    font-size: 12px;
    padding-top: 11px;
}

.headSearch {
    float: right;
}

.headSearch form {
    position: relative;
}

.headSearch input {
    width: 230px;
    text-align: right;
    border: none;
    box-shadow: none;
    padding: 10px 49px 2px 0;
}

.search-btn1 {
    display: block;
    border: none;
    box-shadow: none;
    width: 34px;
    height: 29px;
    background: url("../img/search-1.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.search-btn1:hover {
    background-position: 0 -29px;
}

/* =========================== footer ============================ */
footer {
    position: relative;
}

footer:before {
    display: block;
    width: 580px;
    height: 51px;
    background: url("../img/footer-wave.png") no-repeat;
    position: absolute;
    left: 0;
    top: -51px;
    content: "";
}

.footer-top {
    padding-top: 22px;
    height: 177px;
    line-height: 18px;
    color: #bed0e3;
    font-size: 12px;
    background: #2765a4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3NjVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzU2OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2765a4 0%, #175693 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2765a4), color-stop(100%, #175693));
    background: -webkit-linear-gradient(top, #2765a4 0%, #175693 100%);
    background: -o-linear-gradient(top, #2765a4 0%, #175693 100%);
    background: -ms-linear-gradient(top, #2765a4 0%, #175693 100%);
    background: linear-gradient(to bottom, #2765a4 0%, #175693 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2765a4', endColorstr = '#175693', GradientType = 0);
}

.footer-top .title {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: "georgia bold";
    margin-bottom: 14px;
}

.footer-nav {
    padding: 0;
}

.footer-nav li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 5px 0 13px;
    margin: 0 0 6px;
    background: url("../img/marker-3.png") 0 6px no-repeat;
}

.footer-nav a {
    color: #fff;
    font-size: 13px;
    font-family: georgia;
}

.f-subscribe {
    font-size: 12px;
}

.f-subscribe p {
    line-height: 14px;
}

.f-subscribe .input {
    width: 190px;
    margin-right: 7px;
}

.f-subscribe .btn {
    padding-left: 12px;
    padding-right: 12px;
}

.f-col-left {
    width: 332px;
    float: left;
}

.f-col-center {
    width: 320px;
    float: left;
    margin-left: 20px;
}

.f-col-right {
    float: right;
}

.input {
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px #cbcbcb inset;
    height: 35px;
    width: 100%;
    padding: 4px 10px;
}

.social-2 a {
    display: block;
    width: 39px;
    height: 39px;
    background: url("../img/social-2.png") no-repeat;
    float: left;
    margin-left: 26px;
}

.social-2 a:first-child {
    margin-left: 0;
}

.social-2 .fbk {
    background-position: 0 0;
}

.social-2 .fbk:hover {
    background-position: 0 -39px;
}

.social-2 .twt {
    background-position: -39px 0;
}

.social-2 .twt:hover {
    background-position: -39px -39px;
}

.social-2 .rss {
    background-position: -78px 0;
}

.social-2 .rss:hover {
    background-position: -78px -39px;
}

.footer-bottom {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 9px 0 11px;
}

.vesna {
    float: right;
    text-align: right;
}

.vesna a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 0 12px 0 0;
    position: relative;
    text-decoration: none;
    font-family: arial;
}

.vesna a:hover {
    color: #c6c6c6;
    text-decoration: none;
}

.vesna a:hover span {
    -webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -o-transform: rotate(39deg);
}

.vesna a span {
    width: 17px;
    height: 17px;
    background: url("../img/vesna.png") 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -6px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}

/* ========================================================== Главная ======================================================= */
.col-left, .col-right {
    margin-bottom: 45px;
}

.col-left {
    float: left;
    width: 667px;
    margin-right: 36px;
}

.col-right {
    float: left;
    width: 275px;
}

.headTitle {
    font-family: "georgia bold";
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
    position: relative;
    margin-bottom: 13px;
    z-index: 1;
}

.headTitle:after {
    display: block;
    border: 10px solid transparent;
    border-bottom: none;
    border-top: 8px solid #000;
    position: absolute;
    left: 94px;
    bottom: -8px;
    content: "";
}

.headTitle.smallTitle:after {
    left: 50%;
    margin-left: -10px;
}

.headTitle.sliderTitle {
    padding-left: 10px;
    text-transform: none;
    font-size: 18px;
}

.headTitle.sliderTitle:after {
    left: 42px;
}

.headTitle.bigText {
    font-size: 16px;
    padding: 9px 33px 8px 10px;
}

.headTitle.miniTitle {
    padding: 6px 0 4px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 27px;
}

.headTitle.miniTitle:after {
    left: 50%;
    margin-left: -10px;
}

.titleBlue {
    color: #fff;
    background: #2765a4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3NjVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzU2OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2765a4), color-stop(100%, #195896));
    background: -webkit-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: -o-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: -ms-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: linear-gradient(to bottom, #2765a4 0%, #195896 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2765a4', endColorstr = '#195896', GradientType = 0);
}

.titleBlue a {
    color: #fff;
}

.titleBlue:after {
    border-top-color: #195896;
}

.titleBlue .all a {
    background-image: url("../img/all-2.png");
}

.titleBlue .all .tooltip .tooltip-inner {
    background: #333;
}

.titleBlue .all .tooltip .tooltip-arrow {
    border-top-color: #333;
}

.titleRed {
    color: #fff;
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d1474f));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d1474f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d1474f', GradientType = 0);
}

.titleRed a {
    color: #fff;
}

.titleRed:after {
    border-top-color: #d1474f;
}

.titleRed .all a {
    background-image: url("../img/all.png");
}

.titleGray {
    background: #f0f0f0;
    color: #000;
}

.titleGray a {
    color: #000;
}

.titleGray:after {
    border-top-color: #f0f0f0;
}

.titleGray .all a {
    background-image: url("../img/all.png");
}

.all {
    position: absolute;
    width: 17px;
    height: 15px;
    top: 10px;
    right: 8px;
    font-family: arial;
    font-size: 14px;
    white-space: nowrap;
}

.all .tooltip .tooltip-inner {
    background: #2665a4;
}

.all .tooltip .tooltip-arrow {
    border-top-color: #2665a4;
}

.all a {
    display: block;
    width: inherit;
    height: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.all a:hover {
    background-position: 0 -15px;
}

.date {
    font-style: italic;
    font-size: 11px;
    color: #606060;
}

.mainNewsList {
    width: 393px;
    margin-right: 22px;
    float: left;
}

.mainNewsList .title {
    font-family: "georgia bold";
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
}

.mainNewsList .text {
    margin-bottom: 4px;
}

.mainNewsList .mainNews {
    padding-bottom: 15px;
}

.mainNewsList .mainNews .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
}

.mainNewsList .mainNews .photo {
    margin-bottom: 13px;
}

.mainNewsList .mainNews .photo img {
    display: block;
    width: 100%;
}

.mainNewsList .news {
    border-top: 1px solid #e8e8e8;
    padding-bottom: 15px;
    padding-top: 16px;
}

.mainNewsList .news:last-child {
    border-bottom: none;
}

.mainNewsList .news .photo {
    width: 165px;
    height: 105px;
    overflow: hidden;
    float: left;
    margin: 3px 14px 5px 0;
}

.indexNewsList {
    border-left: 1px solid #e8e8e8;
    padding: 0 10px 0 23px;
    width: 252px;
    float: left;
}

.indexNewsList .news {
    border-top: 1px solid #e8e8e8;
    padding: 10px 0 8px;
}

.indexNewsList .news:last-child {
    border-bottom: none;
}

.indexNewsList .title {
    font-size: 14px;
    font-family: georgia;
    margin-bottom: 7px;
}

.more-1 {
    padding-top: 10px;
    font-size: 12px;
    font-style: italic;
    font-family: arial;
}

.more-1 a {
    color: #8d8d8d;
    padding-right: 16px;
    position: relative;
}

.more-1 a:after {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/more-1.png") 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
}

.more-1 a:hover:after {
    background-position: 0 -11px;
}

.journSupport {
    margin-bottom: -5px;
    position: relative;
    /* .headTitle {
     margin-bottom: 0;
   }
   .content {
     padding: 13px 10px 26px 18px;
     background: url('../img/line-bg.gif');
   }
   ul {
     padding-top: 6px;
     margin-bottom: 23px;
   } */
}

.journSupport .text-center {
    background: rgba(243, 243, 243, 0.85);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 40px;
    font-family: georgia;
    color: #000;
    line-height: 40px;
    padding: 14px 0 25px;
}

.journSupport .text-center span {
    display: inline-block;
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.red-list {
    padding: 0;
    margin: 0;
}

.red-list li {
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url("../img/marker-4.png") 0 6px no-repeat;
}

.miniSlider {
    margin-bottom: 5px;
}

.miniSlider .headTitle {
    margin-bottom: 0;
}

.miniSlider .title {
    background: #f0f0f0;
    font-family: georgia;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px 10px;
}

.miniSlider .item {
    width: 275px;
}

.miniSlider .owl-pagination {
    position: absolute;
    z-index: 1;
    top: -22px;
    right: 10px;
}

.miniSlider .owl-page {
    width: 9px;
    height: 9px;
    background: url("../img/page-1.png") no-repeat;
    float: left;
    margin-left: 5px;
}

.miniSlider .owl-page.active, .miniSlider .owl-page:hover {
    background-position: 0 -9px;
}

.videoSlider .photo a {
    position: relative;
}

.videoSlider .photo a:after {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    background: url("../img/video.png") no-repeat;
    content: "";
}

.subscribeBlock {
    font-size: 12px;
    line-height: 14px;
    border-top: 3px solid #999999;
    border-bottom: 3px solid #999999;
    padding: 16px 0 20px;
    margin-bottom: 30px;
}

.subscribeBlock .title {
    line-height: normal;
    font-size: 15px;
    font-family: "georgia bold";
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #d1474f;
    padding-left: 25px;
    position: relative;
}

.subscribeBlock .title:before {
    display: block;
    width: 16px;
    height: 12px;
    background: url("../img/message-1.png") no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}

.subscribeBlock form {
    text-align: center;
}

.subscribeBlock .input {
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 9px;
}

.article {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-top: 16px;
}

.article:first-child {
    border-top: none;
}

.article.withPhoto .photo {
    float: left;
    width: 167px;
    overflow: hidden;
    margin-top: 3px;
}

.article.withPhoto .a-text {
    margin-left: 180px;
}

.article.withNumber {
    position: relative;
}

.article.withNumber .number {
    font-family: "georgia bold";
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 19px;
}

.article.withNumber .a-text {
    margin-left: 40px;
}

.article .title {
    font-size: 18px;
    font-family: "georgia bold";
    line-height: 22px;
    margin-bottom: 7px;
}

.categoryBlock {
    margin-bottom: 40px;
}

.categoryBlock .headTitle {
    margin-bottom: 15px;
}

.bigDate {
    border-radius: 7px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #eeeeee;
    overflow: hidden;
    width: 64px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: normal;
    margin-bottom: 13px;
}

.bigDate span {
    display: block;
    padding: 3px 0 3px;
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjQ4NTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d24850 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d24850));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d24850 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d24850 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d24850 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d24850 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d24850', GradientType = 0);
}

.bigDate span:first-child {
    background: #ececec;
    filter: none;
    text-shadow: 0 1px 0 #fff;
    padding: 3px 0 0 0;
    font-weight: bold;
    font-size: 30px;
    color: #d14850;
}

.smallArticles {
    padding-top: 13px;
}

.smallArticles .article {
    width: 321px;
    padding: 0 0 0 19px;
    float: left;
    border-top: none;
    border-left: 1px solid #e8e8e8;
    margin: 0 0 0 25px;
}

.smallArticles .article:first-child {
    margin-left: 0;
    border: none;
    padding-left: 0;
}

.smallArticles .article.withPhoto .bigDate {
    float: left;
}

.smallArticles .article.withPhoto .photo {
    float: none;
    margin: 0 0 16px 82px;
}

.smallArticles .article.withPhoto .a-text {
    margin: 0;
}

.radio-btn {
    position: relative;
    width: 22px;
    height: 22px;
}

.radio-btn span {
    display: block;
    width: inherit;
    height: inherit;
    background: white url("../img/radio.png") -100px 0 no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 3px 3px #dadada inset;
}

.radio-btn input {
    position: absolute;
    left: 5px;
    top: 5px;
}

.radio-btn input:checked + span {
    background-position: 6px 7px;
}

.interviewRight {
    background: #f0f0f0;
    padding: 21px 15px 15px;
    margin-bottom: 30px;
}

.interviewRight .title {
    color: #d34d54;
    font-size: 18px;
    font-family: "georgia bold";
    border-bottom: 1px solid #b0b0b0;
    padding: 2px 0 12px 35px;
    background: url("../img/interview.png") 0 0 no-repeat;
    margin-bottom: 15px;
}

.interviewRight .question {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    padding: 0 21px;
    margin-bottom: 15px;
}

.interviewRight .question:before {
    display: block;
    width: 14px;
    height: 11px;
    background: url("../img/quotes-1.png") 0 0 no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
}

.interviewRight .question:after {
    display: block;
    width: 14px;
    height: 11px;
    background: url("../img/quotes-1.png") 0 -11px no-repeat;
    position: absolute;
    right: 8px;
    bottom: 0;
    content: "";
}

.variantList {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
}

.variantList li {
    padding-left: 33px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.variantList label {
    margin: 0;
    font-weight: normal;
}

.variantList .radio-btn {
    position: absolute;
    left: 0;
    top: -2px;
}

.answerList {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
}

.answerList li {
    display: block;
    margin-bottom: 10px;
}

.grayscaleSlidersBlock .sliderBlock {
    width: 470px;
    float: left;
    margin-left: 40px;
}

.grayscaleSlidersBlock .sliderBlock:first-child {
    margin-left: 0;
}

.grayscaleSlidersBlock .title {
    font-family: "georgia bold";
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.grayscaleSlidersBlock .title.blue {
    color: #2765a4;
    border-bottom: 3px solid #2765a4;
}

.grayscaleSlidersBlock .title.black {
    color: #1c1d1e;
    border-bottom: 3px solid #1c1d1e;
}

.grayscaleSlidersBlock .more-1 {
    float: right;
    padding: 2px 0 0;
    text-transform: none;
}

.grayscaleSlidersBlock {
    margin-bottom: 50px;
}

.grayscaleSlider .item {
    height: 130px;
    width: 157px;
}

.grayscaleSlider .item a {
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: url("grayscale.svg#grayscale");
    opacity: 0.3;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.grayscaleSlider .item a:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

/* =================================================== стили Сани ======================================================= */
.journSupport-link .btn {
    width: 100%;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.journSupport-link {
    margin-bottom: -5px;
}

.h1, h1 {
    font-size: 24px;
    margin: 0;
    font-family: "georgia bold";
    margin-bottom: 30px;
    line-height: 28px;
}

.section .section-main-block:first-child {
    border-top: none;
    padding-top: 0;
}

.section-main-block {
    padding: 36px 0;
    border-top: 1px dotted #b9b9b9;
}

.section-main-block .section-block:first-child {
    border: none;
    padding: 0 15px 0 0;
}

.section-block {
    width: 330px;
    float: left;
    padding: 0 15px;
    border-left: 1px dotted #b9b9b9;
    height: 256px;
}

.pic {
    width: 118px;
    margin-right: 19px;
}

.pic-big {
    margin-right: 19px;
}

.pic-board {
    padding: 4px;
    background-color: white;
    border: 1px solid #d2d2d2;
    box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, 0.75);
}

.title-link {
    font-family: "georgia bold";
    font-size: 16px;
    line-height: 19px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.sub {
    font-size: 11px;
}

.gray {
    color: #606060;
}

.download {
    position: relative;
    font-size: 15px;
    font-family: "georgia bold";
    text-transform: uppercase;
    padding: 0 0 0 26px;
}

.download:before {
    position: absolute;
    width: 19px;
    height: 19px;
    display: block;
    background: url("../img/arrow-2.png") 0 0 no-repeat;
    content: "";
    left: 0;
    top: -1px;
}

.download:hover:before {
    background-position: 0 -19px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
}

.pagination li.prev a, .pagination li.next a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #d84f57;
}

.pagination li.prev a:before {
    background: url("../img/pagi-arrows.png") 0 0 no-repeat;
    width: 13px;
    height: 17px;
    position: absolute;
    content: "";
    display: block;
    left: 8px;
    top: 8px;
}

.pagination li.next a:before {
    background: url("../img/pagi-arrows.png") -13px 0 no-repeat;
    width: 13px;
    height: 17px;
    position: absolute;
    content: "";
    display: block;
    right: 8px;
    top: 8px;
}

.pagination li.prev a {
    margin-right: 24px;
}

.pagination li.next a {
    margin-left: 24px;
}

.pagination li a {
    border-radius: 50%;
    margin: 0 3px 0 4px;
    border: none;
    background-color: #000000;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #d84f57;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #d84f57;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 11px;
    font-style: italic;
}

.breadcrumb > .active {
    color: #303030;
}

.breadcrumb a {
    color: #606060;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "";
    padding: 0 10px;
    position: relative;
    background: url("../img/dot.png") 0 0 no-repeat;
    display: block;
    width: 5px;
    height: 4px;
    float: left;
    top: 5px;
    left: 7px;
}

.theme-search {
    background: url("../img/bg2.png") 0 0 repeat;
    padding: 24px 20px;
    margin-bottom: 35px;
}

.search-line {
    position: relative;
}

.search-line input {
    width: 555px;
    border: 1px solid #c2c2c2;
    border-radius: 3px 0 0 3px;
    height: 31px;
    padding: 0 10px;
}

.gray-btn {
    box-shadow: 0 0 0 1px #aeaeae inset;
    border: none;
    border-radius: 3px;
    color: white;
    background: #a5a5a5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1YTVhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTYxNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a5a5a5 0%, #616161 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(100%, #616161));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5a5a5 0%, #616161 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5a5a5 0%, #616161 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5a5a5 0%, #616161 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a5a5a5 0%, #616161 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a5a5a5', endColorstr = '#616161', GradientType = 0);
    /* IE6-8 */
    font-family: Georgia;
    text-transform: uppercase;
    padding: 7px 13px;
}

.gray-btn:hover {
    background: #616161;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWE1YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #616161 0%, #a5a5a5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616161), color-stop(100%, #a5a5a5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #616161 0%, #a5a5a5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #616161 0%, #a5a5a5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #616161 0%, #a5a5a5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #616161 0%, #a5a5a5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#616161', endColorstr = '#a5a5a5', GradientType = 0);
    /* IE6-8 */
}

.search-line .gray-btn {
    position: absolute;
    right: 1px;
}

h3, .h3 {
    font-size: 15px;
    font-family: georgia;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.themes {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.themes li {
    float: left;
    width: 50%;
    padding-right: 20px;
    font-size: 15px;
    font-family: "georgia";
}

.themes li a {
    color: #004b95;
}

.themes li.active {
    font-weight: bold;
}

.themes li span {
    color: #5b5b5b;
    font-size: 12px;
    font-family: "arial";
}

.faq-main-block .faq-block:first-child {
    border: none;
    padding-top: 0;
}

.faq-block {
    padding: 25px 0 25px 40px;
    border-top: 1px solid #e8e8e8;
}

.point {
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    color: #004b95;
    position: relative;
}

.point:before {
    display: block;
    position: absolute;
    background: url("../img/q-ico.png") 0 0 no-repeat;
    width: 33px;
    height: 32px;
    left: -40px;
    top: -6px;
    content: "";
}

.query {
    font-weight: bold;
    line-height: 18px;
    padding: 7px 0 12px;
}

.answer-block {
    border: 1px solid #f3f3f3;
    background-color: #fafafa;
    padding: 24px 20px 24px 57px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(239, 239, 239, 0.75);
}

.point-2 {
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    color: #004b95;
    position: relative;
}

.point-2:before {
    position: absolute;
    background: url("../img/qa-ico.png") 0 0 no-repeat;
    width: 26px;
    height: 27px;
    display: block;
    content: "";
    left: -30px;
    top: -5px;
}

.answer {
    padding: 7px 0 12px 0;
}

.more-read {
    text-transform: uppercase;
    text-decoration: underline;
}

.more-read:hover {
    text-decoration: none;
}

.right-menu .panel {
    box-shadow: none;
    border-radius: 0;
}

.right-menu .panel-default {
    border: none;
}

.right-menu .panel-default > .panel-heading {
    background-color: #f0f0f0;
    color: #FF0000;
}

.right-menu .panel-heading {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    border-top: 1px solid #c2c2c2;
}

.right-menu .panel-body {
    padding: 15px 20px 15px 30px;
}

.right-menu .panel-heading a.collapsed {
    display: block;
    padding: 10px 15px;
    color: #004b95;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    background-color: #f0f0f0;
}

.right-menu .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    background-color: #da525a;
}

.right-menu .panel-heading a:hover, .right-menu .panel-heading a:focus {
    text-decoration: none;
    background-color: #da525a;
    color: white;
}

.right-menu .panel-heading a:before {
    display: block;
    border: 10px solid transparent;
    border-bottom: none;
    border-top: 8px solid #da525a;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    margin-left: -5px;
}

.right-menu .panel-heading a.collapsed:before {
    display: none;
}

.right-menu .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.right-menu .panel-group .panel + .panel {
    margin-top: 0;
}

.right-menu .panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-menu .panel-body ul li a {
    position: relative;
    border-top: 1px solid #c2c2c2;
    padding: 5px 0;
    display: block;
    color: #004b95;
}

.right-menu .panel-body ul li a:before {
    background: url("../img/arrow-3.png") 0 0 no-repeat;
    width: 6px;
    height: 10px;
    position: absolute;
    display: none;
    content: "";
    left: -15px;
    top: 8px;
}

.right-menu .panel-body ul li a:hover, .right-menu .panel-body ul li.active a {
    text-decoration: none;
    color: #000000;
}

.right-menu .panel-body ul li a:hover:before, .right-menu .panel-body ul li.active a:before {
    display: block;
}

.right-menu .panel-body ul li:first-child a {
    border: none;
}

.sub-block .headTitle {
    text-align: center;
}

.sub-block .headTitle:after {
    left: 50%;
    margin-left: -5px;
}

.sub-block .blue-btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 16px;
}

.sub-block .text {
    padding: 0 20px 20px;
}

.social-links {
    font-size: 16px;
    font-family: "georgia bold";
    margin-bottom: 60px;
}

.headTitleCenter {
    font-family: "georgia bold";
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
    position: relative;
    margin-bottom: 13px;
    z-index: 1;
    text-align: center;
}

.headTitleCenter:after {
    display: block;
    border: 10px solid transparent;
    border-bottom: none;
    border-top: 8px solid #195795;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    margin-left: -5px;
}

.lineArticle .bigDate {
    float: left;
}

.lineArticle .photo {
    margin: 0 0 15px 85px;
    float: none !important;
}

.lineArticle .a-text {
    margin-left: 85px !important;
}

.theme-search .bigDate {
    float: left;
    margin-right: 15px;
}

.mtb a {
    text-decoration: underline;
}

.mtb a:hover {
    text-decoration: none;
}

.t-14 {
    font-size: 14px;
}

.text-block {
    font-size: 14px;
    line-height: 18px;
}

.date-select input {
    margin: 0 6px;
    width: 105px;
    height: 31px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: url("../img/calend-ico.png") 5px 6px no-repeat white;
}

.date-select .form-control {
    display: inline;
    padding: 6px 6px 6px 25px;
    font-size: 12px;
}

.form-control:focus {
    border-color: #c2c2c2;
    box-shadow: none;
    outline: 0 none;
}

.select-block {
    margin-left: 21px;
}

.select-block select {
    padding: 6px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 146px;
    margin-left: 20px;
    color: #a9a9a9;
}

.mainNewsList.newsList {
    width: auto;
}

.newsList .news:first-child {
    padding-top: 0;
    border-top: none;
}

.theme-search .pic {
    float: left;
    margin-right: 20px;
    width: 376px;
}

.t-13 {
    font-size: 13px;
}

.grayTitle {
    font-family: "georgia bold";
    padding: 8px 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background: #a5a5a5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1YTVhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YzZjNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a5a5a5 0%, #6c6c6c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(100%, #6c6c6c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5a5a5 0%, #6c6c6c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5a5a5 0%, #6c6c6c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5a5a5 0%, #6c6c6c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a5a5a5 0%, #6c6c6c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a5a5a5', endColorstr = '#6c6c6c', GradientType = 0);
    /* IE6-8 */
}

.grayTitle:after {
    display: block;
    border: 10px solid transparent;
    border-bottom: none;
    border-top: 8px solid #636363;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    margin-left: -5px;
}

.update-block .news {
    font-size: 14px;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
}

.month-table {
    height: 185px;
    margin-bottom: 40px;
}

.month-table td {
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    padding: 0;
    width: 25%;
}

.month-table td:first-child {
    border-left: none;
}

.month-table tr:first-child td {
    border-top: none;
}

.month-table .headTitleCenter {
    text-transform: none;
    font-size: 18px;
    font-family: "georgia bold";
    margin: 0;
}

.table-block {
    padding: 18px;
    background: url("../img/bg2.png") 0 0 repeat;
}

.table-block table {
    width: 285px;
}

.table-block td.gr a {
    color: #a9a9a9;
}

.table-block td a {
    font-size: 12px;
    display: block;
    line-height: 38px;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
}

.table-block td.active a {
    color: white;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #4578a9 inset;
    background: #2665a4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NjVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzU1OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2665a4), color-stop(100%, #175593));
    background: -webkit-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: -o-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: -ms-linear-gradient(top, #2665a4 0%, #175593 100%);
    background: linear-gradient(to bottom, #2665a4 0%, #175593 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2665a4', endColorstr = '#175593', GradientType = 0);
}

.table-block td a:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #e87b81 inset;
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d1474f));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d1474f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d1474f', GradientType = 0);
    color: white;
    text-decoration: none;
}

.month-table:hover .titleBlue {
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d1474f));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d1474f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d1474f', GradientType = 0);
}

.month-table:hover .titleBlue:after {
    border-top-color: #d1474f;
}

.calend-slider .owl-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.calend-slider .owl-buttons .owl-prev, .calend-slider .owl-buttons .owl-next {
    background: url("../img/slider-arrow.png") 0 0 no-repeat;
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    top: 10px;
}

.calend-slider .owl-buttons .owl-prev {
    left: 10px;
}

.calend-slider .owl-buttons .owl-prev:hover {
    background-position: 0 -15px;
}

.calend-slider .owl-buttons .owl-next {
    background-position: -16px 0;
    right: 10px;
}

.calend-slider .owl-buttons .owl-next:hover {
    background-position: -16px -15px;
}

.calend-slider .month-table:hover .titleBlue {
    color: #fff;
    background: #2765a4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3NjVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzU2OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2765a4), color-stop(100%, #195896));
    background: -webkit-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: -o-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: -ms-linear-gradient(top, #2765a4 0%, #195896 100%);
    background: linear-gradient(to bottom, #2765a4 0%, #195896 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2765a4', endColorstr = '#195896', GradientType = 0);
}

.calend-slider .month-table:hover .titleBlue:after {
    border-top-color: #195896;
}

/* ========================================== Законопроект ===================================== */
.downloadsBlock {
    margin-bottom: 27px;
}

.downloadsBlock ul {
    padding: 0;
    margin: 0;
}

.downloadsBlock li {
    display: block;
    padding-left: 28px;
    margin-bottom: 18px;
}

.downloadsBlock li a {
    position: relative;
    font-family: "georgia bold";
    font-size: 15px;
    text-transform: uppercase;
    color: #004b95;
}

.downloadsBlock li a:before {
    display: block;
    width: 19px;
    height: 19px;
    background: url("../img/arrow-2.png") no-repeat;
    position: absolute;
    top: -1px;
    left: -28px;
    content: "";
}

.downloadsBlock li a:hover:before {
    background-position: 0 -19px;
}

.downloadsBlock .size {
    display: block;
    font-size: 11px;
    color: #606060;
    margin-top: 4px;
}

.ideasForm textarea {
    border: 1px solid #c2c2c2;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    height: 300px;
    border-radius: 2px;
    margin-bottom: 25px;
}

.ideasForm .input {
    border: 1px solid #c2c2c2;
    padding: 5px 10px;
    box-shadow: none;
    border-radius: 2px;
    height: 40px;
}

.ideasForm .btn {
    border-radius: 0;
    font-size: 18px;
    padding-bottom: 4px;
    padding-left: 23px;
    padding-right: 23px;
}

.ideasForm .captchaBlock {
    margin-bottom: 20px;
}

.captchaBlock .input {
    margin-bottom: 9px;
}

.captchaBlock .inputBlock, .captchaBlock .captchaInput {
    text-align: right;
    width: 145px;
    float: left;
    margin-right: 20px;
}

.captchaBlock .captcha {
    width: 110px;
    height: 64px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    float: left;
}

.captchaBlock .refresh {
    font-family: georgia;
    color: #8d8d8d;
    font-style: italic;
    font-size: 13px;
    position: relative;
    padding-right: 15px;
}

.captchaBlock .refresh:after {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/more-1.png") no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
    content: "";
}

.captchaBlock .refresh:hover:after {
    background-position: 0 -11px;
}

/* ========================================== партнёры ===================================== */
.partnersListBlock {
    padding-top: 34px;
    margin-bottom: 80px;
}

.dashedTable td {
    border-left: 1px dashed #9f9f9f;
    border-top: 1px dashed #9f9f9f;
}

.dashedTable td:first-child {
    border-left: none;
}

.dashedTable tr:first-child td {
    border-top: none;
}

.partnersTable {
    text-align: center;
    width: 100%;
}

.partnersTable td {
    width: 167px;
    height: 153px;
}

.partnersTable .logo {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    color: #393939;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    line-height: 19px;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-filter: grayscale(1);
    filter: url("grayscale.svg#grayscale");
}

.partnersTable .logo:hover {
    color: #004b95;
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: grayscale(0);
    filter: none;
}

.sidebar {
    padding: 0;
    margin: 0 0 40px;
}

.sidebar li {
    display: block;
}

.sidebar li:first-child a {
    border-top: none;
}

.sidebar li:hover a, .sidebar li.active a {
    color: #fff;
    border-color: #e25a62;
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d1474f));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d1474f 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d1474f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d1474f', GradientType = 0);
}

.sidebar li:hover a:after, .sidebar li.active a:after {
    display: block;
}

.sidebar a {
    display: block;
    border-top: 1px solid #c2c2c2;
    position: relative;
    background: #f0f0f0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "georgia bold";
    color: #004b95;
    padding: 8px 15px;
    text-decoration: none;
}

.sidebar a:after {
    width: 7px;
    height: 16px;
    display: none;
    background: url("../img/ang-1.png") no-repeat;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -8px;
    content: "";
}

.partnerInfo {
    margin-bottom: 50px;
}

.partnerInfo .logo {
    width: 141px;
    float: left;
    margin-top: -3px;
}

.partnerInfo .info {
    margin-left: 167px;
    line-height: 15px;
    position: relative;
    padding-bottom: 51px;
}

.partnerInfo .info .more-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: georgia;
    font-style: italic;
}

.partnerInfo .info ul {
    padding-left: 15px;
}

.partnerInfo .info li {
    margin-bottom: 11px;
}

.partnerInfo .site {
    font-size: 15px;
    font-family: "georgia bold";
    margin-bottom: 25px;
}

.partnerInfo .title {
    font-size: 15px;
    font-family: "georgia bold";
    margin-bottom: 16px;
}

/* =========================================== страница 404 ====================================== */
#wrap.page404 {
    background: #2765a4 url("../img/bg-404.png") 50% 0 no-repeat;
    padding: 0 0 50px;
}

.page404 {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.page404 .holder {
    position: relative;
    padding-top: 250px;
}

.page404 .logo {
    position: absolute;
    left: 0;
    top: 116px;
}

.page404 h1 {
    font-size: 22px;
    margin: 0 0 10px;
}

.page404 a {
    color: #fff;
    text-decoration: underline;
}

.page404 a:hover {
    text-decoration: none;
}

.page404 ul {
    padding: 5px 0 0;
    margin: 0;
}

.page404 li {
    display: block;
    padding-left: 20px;
    margin-bottom: 11px;
}

.page404 .you-can {
    padding-top: 27px;
}

.content404 {
    width: 400px;
    float: right;
}

.search404 {
    float: right;
    width: 366px;
    position: relative;
    margin-bottom: 51px;
    margin-top: 20px;
}

.search404 input {
    width: 100%;
    height: 33px;
    padding: 4px 90px 4px 13px;
    border: none;
    border-radius: 2px 3px 3px 2px;
}

.search404 .btn {
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 2px;
    padding: 8px 12px 6px;
}

.social404 {
    padding-top: 22px;
}

.social404 a {
    display: block;
    width: 33px;
    height: 32px;
    background: url("../img/social-4.png") no-repeat;
    float: left;
    margin-left: 24px;
}

.social404 a:first-child {
    margin-left: 12px;
}

.social404 .fbk {
    background-position: 0 0;
}

.social404 .fbk:hover {
    background-position: 0 -32px;
}

.social404 .twt {
    background-position: -33px 0;
}

.social404 .twt:hover {
    background-position: -33px -32px;
}

.social404 .rss {
    background-position: -66px 0;
}

.social404 .rss:hover {
    background-position: -66px -32px;
}

/* ================================================== Фотогалерея =========================================== */
.galleryBlock {
    margin-left: -23px;
}

.galleryBlock .photoBlock {
    float: left;
    margin: 0 0 20px 23px;
    width: 311px;
    height: 244px;
    background: #000;
    position: relative;
}

.galleryBlock .photoBlock.bigPhoto {
    width: 646px;
    height: 508px;
}

.galleryBlock .photoBlock.bigPhoto .headTitle {
    font-size: 14px;
    padding: 10px 50px 10px 20px;
    text-transform: uppercase;
    font-family: "georgia bold";
    line-height: 17px;
}

.galleryBlock .photoBlock.bigPhoto .description {
    bottom: 0;
    height: auto;
    padding: 8px 120px 8px 10px;
    min-height: 65px;
}

.galleryBlock .photoBlock.bigPhoto .photoCount {
    top: 7px;
    right: 35px;
    left: auto;
    bottom: auto;
    margin: 0;
}

.galleryBlock .photoBlock:hover .description {
    bottom: 0;
}

.galleryBlock .photo {
    overflow: hidden;
    width: inherit;
    height: inherit;
    position: relative;
}

.galleryBlock .all {
    top: 12px;
    right: 14px;
}

.galleryBlock .headTitle {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 13px;
    text-transform: none;
    padding: 9px 45px 12px 10px;
    font-family: georgia;
    line-height: 15px;
}

.galleryBlock .description {
    position: absolute;
    display: block;
    width: 100%;
    height: inherit;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    bottom: -100%;
    left: 0;
    padding: 67px 20px 78px;
    font-size: 13px;
    line-height: 15px;
    -webkit-transition: bottom 400ms ease;
    -moz-transition: bottom 400ms ease;
    -ms-transition: bottom 400ms ease;
    -o-transition: bottom 400ms ease;
    transition: bottom 400ms ease;
}

.galleryBlock .photoCount {
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -25px;
}

.photoCount {
    display: block;
    width: 50px;
    height: 49px;
    position: absolute;
    background: url("../img/circle-1.png") no-repeat;
    text-align: center;
    line-height: 49px;
    font-size: 22px;
    font-family: "georgia bold";
}

.photoCount span {
    display: block;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-family: georgia;
    position: absolute;
    left: 37px;
    top: 35px;
}

a.photoCount {
    color: #fff;
}

a.photoCount:hover {
    color: #fff;
    text-decoration: none;
}

.centered-pages {
    text-align: center;
}

.centered-pages .pagination {
    display: inline-block;
}

/* ============================================== альбом =============================================== */
.albumBlock {
    margin-left: -25px;
    margin-bottom: 6px;
}

.albumBlock .item {
    width: 310px;
    float: left;
    margin-left: 25px;
    height: 244px;
    position: relative;
    margin-bottom: 20px;
}

.albumBlock .description {
    color: #fff;
    padding: 20px 20px 75px;
    background: #2765a4;
    line-height: 16px;
}

.albumBlock .photoCount {
    right: 45px;
    bottom: 20px;
}

.albumBlock .tags {
    position: absolute;
    height: 73px;
    width: 180px;
    font-size: 11px;
    left: 20px;
    bottom: 0;
}

.albumBlock .tags a {
    color: #fff;
    text-decoration: underline;
}

.albumBlock .tags a:hover {
    color: #fff;
    text-decoration: none;
}

.albumBlock .photo {
    overflow: hidden;
}

.albumBlock .photo a {
    display: block;
    height: inherit;
    width: inherit;
}

.albumBlock .photo a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url("../img/zoom-1.png") 50% 50% no-repeat;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.albumBlock .photo a:hover:after {
    visibility: visible;
    opacity: 1;
}

.albumBlock .photo img {
    display: block;
    height: 100%;
    width: auto;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.modalWin {
    width: 686px;
    position: absolute;
    left: 50%;
    margin-left: -343px;
    top: 200px;
}

.bigSliderBlock .buttons {
    position: relative;
    z-index: 2;
}

.bigSliderBlock .buttons a {
    width: 39px;
    height: 38px;
    display: block;
    position: absolute;
    top: 256px;
    background: url("../img/slider-3.png") no-repeat;
}

.bigSliderBlock .buttons .prev {
    background-position: 0 0;
    left: -20px;
}

.bigSliderBlock .buttons .next {
    background-position: 0 -38px;
    right: -20px;
}

.bigSlider {
    width: 686px;
    overflow: hidden;
    position: relative;
}

.bigSlider .item {
    float: left;
}

.bigSlider .slider-line {
    position: relative;
}

.miniSliderBlock {
    position: relative;
    background: #000;
    padding: 7px 0;
}

.miniSliderBlock .buttons {
    position: relative;
}

.miniSliderBlock .buttons a {
    width: 13px;
    height: 17px;
    display: block;
    position: absolute;
    top: 40px;
    background: url("../img/slider-2.png") no-repeat;
}

.miniSliderBlock .buttons .prev {
    background-position: 0 -17px;
    left: 18px;
}

.miniSliderBlock .buttons .next {
    background-position: 0 0;
    right: 18px;
}

.miniSliderBlock .miniSlider {
    position: relative;
    overflow: hidden;
    width: 596px;
    margin: 0 auto;
}

.miniSliderBlock .item {
    width: 96px;
    height: 83px;
    border: 3px solid transparent;
    border-radius: 3px;
    margin-right: 4px;
    float: left;
}

.miniSliderBlock .item.active {
    border-color: #fff;
}

.miniSliderBlock .slider-line {
    position: relative;
}

.close-1 {
    display: block;
    width: 32px;
    height: 31px;
    background: url("../img/close-1.png") no-repeat;
    position: absolute;
    top: -16px;
    right: -15px;
    z-index: 2;
}

.bigSingleSlider .owl-pagination {
    padding: 10px 10px 7px 12px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.bigSingleSlider .owl-page {
    width: 9px;
    height: 9px;
    background: url("../img/page-1.png") 0 -18px no-repeat;
    float: left;
    margin-left: 5px;
}

.bigSingleSlider .owl-page.active, .bigSingleSlider .owl-page:hover {
    background-position: 0 -9px;
}

/* ============================================ контакты =============================================== */
.cont-s {
    position: relative;
    padding-left: 44px;
    line-height: 16px;
    margin-bottom: 38px;
}

.cont-s .ico {
    position: absolute;
    left: 0;
    top: -6px;
}

.cont-s .mapBlock {
    margin: 26px 0 8px;
    height: 297px;
    overflow: hidden;
}

.feedbackBlock {
    padding-top: 15px;
}

.feedbackBlock form {
    padding-top: 7px;
    margin-bottom: 20px;
}

.feedbackBlock .help-block {
    white-space: nowrap;
    font-size: 11px;
    color: #606060;
    font-style: italic;
    margin-bottom: 0;
}

.feedbackBlock .control-group {
    margin-bottom: 30px;
}

.feedbackBlock .control-label {
    width: 167px;
    font: normal 14px "georgia bold";
    float: left;
    text-align: left;
    color: #000;
    padding-top: 7px;
}

.feedbackBlock .required {
    font-size: 18px;
}

.feedbackBlock .inputBlock {
    float: left;
    width: 312px;
    position: relative;
}

.feedbackBlock .inputBlock.w-textarea {
    width: 500px;
}

.feedbackBlock .input {
    width: 100%;
}

.feedbackBlock .formButtons {
    width: 260px;
    margin-left: 180px;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
}

.feedbackBlock .formButtons .btn {
    float: left;
    padding-left: 27px;
    padding-right: 27px;
}

.feedbackBlock.loginForm .control-label {
    width: 140px;
    margin-top: 3px;
}

.feedbackBlock.loginForm .formButtons {
    margin-left: 140px;
}

.feedbackBlock textarea.input {
    max-width: 100%;
    min-width: 100%;
    height: 80px;
}

.input {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    box-shadow: none;
    padding: 4px 9px;
}

.errorTtp {
    display: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "georgia bold";
    background: #e25a62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNWE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDRiNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e25a62 0%, #d44b53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25a62), color-stop(100%, #d44b53));
    background: -webkit-linear-gradient(top, #e25a62 0%, #d44b53 100%);
    background: -o-linear-gradient(top, #e25a62 0%, #d44b53 100%);
    background: -ms-linear-gradient(top, #e25a62 0%, #d44b53 100%);
    background: linear-gradient(to bottom, #e25a62 0%, #d44b53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e25a62', endColorstr = '#d44b53', GradientType = 0);
    padding: 7px 10px 3px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -26px;
}

.errorTtp:after {
    display: block;
    border: 8px solid transparent;
    border-bottom: none;
    border-top-color: #d44b53;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    content: "";
}

.error .errorTtp {
    display: block;
}

.error .input {
    border-color: #da6d73;
}

span.required {
    color: #d24b53;
    font: bold 18px arial;
}

.requiredText {
    margin-bottom: 30px;
}

h2, .h2 {
    font-size: 19px;
    font-family: "georgia bold";
    margin: 0 0 17px;
    line-height: 22px;
}

.textModal {
    width: 728px;
    margin-left: -364px;
    background: #fff;
    padding: 25px 30px 40px;
}

.textModal .h2 {
    font-size: 22px;
}

/* ================================================================ результаты поиска =========================================================== */
.search-text {
    font-size: 15px;
    font-family: georgia;
}

.red {
    color: #d24b53;
}

.searchResultsBlock h2 {
    margin-bottom: 12px;
}

.searchResultsBlock .article .title {
    font-size: 16px;
}

.searchResultsBlock .articleList {
    margin-bottom: 33px;
}

.searchResultsBlock .pagination {
    margin-left: 40px;
}

.up-btn {
    display: block;
    width: 41px;
    height: 40px;
    background: url("../img/up.png") 0 -40px no-repeat;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 4;
}

.up-btn:hover {
    background-position: 0 0;
}

/* =========================================================== графики ================================================= */
.graphicsParentBlock {
    box-shadow: 0 -2px 3px #da525a, 0 5px 10px #da525a;
    position: relative;
    z-index: 2;
    border-top: 1px solid #da525a;
    border-bottom: 1px solid #da525a;
    margin-bottom: 50px;
    background: url("../img/line-bg-2.gif");
    padding: 25px 0 0;
}

.graphicsParentBlock h1 {
    text-align: center;
    font: normal 23px "georgia bold";
    color: #004b95;
    margin: 0 0 10px;
}

.graphicsParentBlock .more-1 {
    padding-top: 5px;
}

.graphicsParentBlock .dateBlock {
    text-align: center;
    padding-top: 18px;
    margin-bottom: 18px;
}

.graphicsParentBlock .dateBlock span {
    display: inline-block;
    color: #fff;
    background: #000;
    position: relative;
    font-size: 12px;
    padding: 3px 14px 2px;
}

.graphicsParentBlock .dateBlock span:after {
    display: block;
    border: 8px solid transparent;
    border-top: 6px solid #000;
    border-bottom: none;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;
    content: "";
}

.graphicsParentBlock .title {
    font-family: "georgia bold";
    font-size: 16px;
    margin: 35px 0 15px;
}

.tooltip {
    z-index: 5;
}

.graphicsBlock {
    float: left;
    width: 647px;
    height: 400px;
    margin-right: 45px;
    padding-left: 17px;
    padding-bottom: 40px;
}

.graphicWindow {
    height: 222px;
    position: relative;
    border-left: 1px solid #b8b8b8;
    background: url("../img/graphic-line.png") 0 bottom;
    float: left;
    margin-left: 48px;
}

.graphicWindow:first-child {
    margin-left: 0;
}

.leftNumbers {
    font-size: 11px;
    padding-top: 7px;
    text-align: right;
    color: #a7a7a7;
    font-style: italic;
    position: absolute;
    top: 0;
    left: -24px;
}

.leftNumbers span {
    display: block;
    line-height: 10px;
    margin-bottom: 11px;
}

.graphicsWin {
    width: 100%;
    height: 100%;
    padding: 0 5px 0 10px;
}

.graphicsWin .graphics {
    height: 100%;
    float: left;
    position: relative;
    margin-left: 25px;
}

.graphicsWin .graphics:first-child {
    margin: 0;
}

.graphicsWin .year-count {
    width: 250px;
}

.graphicsWin .month-count {
    width: 300px;
}

.graphicsWin .graphic {
    width: 25px;
    position: absolute;
    bottom: 0;
}

.graphic-description {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #5f5f5f;
    position: absolute;
    left: 0;
    top: 230px;
}

.graphic-description li {
    display: block;
    margin-bottom: 2px;
    width: 50%;
    float: left;
    padding-right: 20px;
}

.graphic-description .square {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    position: relative;
    top: 2px;
}

.dial {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "georgia bold" !important;
    line-height: normal !important;
    height: 48px !important;
    background: none;
    margin: 0 !important;
    top: 35px;
    left: 30px;
}

.graphicsSlider {
    float: left;
    position: relative;
    width: 271px;
    padding: 80px 73px 0 73px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}

.graphicsSlider .slider {
    position: relative;
    left: 40px;
}

.graphicsSlider .owl-wrapper-outer {
    overflow: visible;
}

.graphicsSlider .gr-count {
    width: 125px;
    height: 125px;
    display: block;
    margin-bottom: 28px;
    position: relative;
}

.graphicsSlider .gr-count:after {
    display: block;
    width: 99px;
    height: 6px;
    background: url("../img/shadow-1.png") no-repeat;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -49px;
    content: "";
}

.graphicsSlider .gr-count canvas {
    border: 1px solid #cacaca;
    border-radius: 50%;
}

.graphicsSlider .owl-item {
    position: relative;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-filter: grayscale(1);
    filter: url("grayscale.svg#grayscale");
}

.graphicsSlider .owl-item.active {
    left: -40px;
    z-index: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
}

.graphicsSlider .owl-item.active .grText {
    opacity: 1;
    visibility: visible;
}

.graphicsSlider .owl-item.prevSlide {
    left: 0;
    opacity: 0.3;
}

.graphicsSlider .owl-item.nextSlide {
    opacity: 0.3;
    left: -80px;
}

.graphicsSlider .buttons {
    position: relative;
    z-index: 1;
}

.graphicsSlider .buttons a {
    display: block;
    position: absolute;
    width: 29px;
    height: 28px;
    top: 51px;
    background: url("../img/slider-1.png") no-repeat;
}

.graphicsSlider .buttons .prev {
    background-position: 0 0;
    left: -25px;
}

.graphicsSlider .buttons .next {
    background-position: 0 -28px;
    right: -25px;
}

.graphicsSlider .grText {
    font-family: "georgia bold";
    font-size: 13px;
    line-height: 15px;
    display: block;
    width: 265px;
    margin-left: -70px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.graphicsParent {
    padding-top: 10px;
}

.graphicsParent .more-1 {
    text-align: right;
    font-size: 15px;
}

.graphicsParent .more-1 a:after {
    top: 4px;
}

.threatBlock {
    position: absolute;
    min-height: 410px;
    width: 100%;
    bottom: 0;
    right: -100%;
    background: url("../img/line-bg-2.gif");
    z-index: 3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.threatBlock .holder {
    padding-top: 15px;
    position: relative;
}

.threatBlock .panel {
    background: none;
    margin-bottom: 20px;
    border-radius: 0;
}

.threatBlock .panel-body {
    padding: 0;
}

.threatBlock .panel-heading {
    padding: 10px 20px;
    background: #f0f0f0;
    border-radius: 0;
}

.threatBlock .panel-title {
    font-family: "georgia bold";
}

.threatBlock .panel-title a {
    text-decoration: none;
}

.threatBlock ul {
    padding: 0;
    margin: 0;
}

.threatBlock li {
    display: block;
    border-top: 1px solid #dddddd;
}

.threatBlock li:first-child {
    border: none;
}

.threatBlock li a {
    display: block;
    padding: 9px 20px;
    font-size: 16px;
    font-family: georgia;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.threatBlock li a:hover {
    background: rgba(182, 182, 182, 0.2);
}

.progress-bar {
    background: #e15b62;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxNWI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDQ4NTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e15b62 0%, #d44851 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e15b62), color-stop(100%, #d44851));
    background: -webkit-linear-gradient(top, #e15b62 0%, #d44851 100%);
    background: -o-linear-gradient(top, #e15b62 0%, #d44851 100%);
    background: -ms-linear-gradient(top, #e15b62 0%, #d44851 100%);
    background: linear-gradient(to bottom, #e15b62 0%, #d44851 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e15b62', endColorstr = '#d44851', GradientType = 0);
}

.mt35 {
    margin-top: 35px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml250 {
    margin-left: 250px;
}

/* ======= clearfix ======== */
/* очистка float. классы через запятую */
header .h-links:after,
.social-1:after,
.navigation:after,
.header-bottom:after,
.footer-nav:after,
.footer-top .holder:after,
.mainNewsList .news:after,
.miniSlider .owl-pagination:after,
.article:after,
.graphicsParent:after,
.downloadsBlock:after,
.captchaBlock:after,
.partnerInfo:after,
.page404 .holder:after,
.page404 li:after,
.social404:after,
.galleryBlock:after,
.albumBlock:after,
.bigSlider .slider-line:after,
.miniSlider .slider-line:after,
.cont-s:after,
.control-group:after,
.graphicsWin:after,
.graphic-description:after,
.grayscaleSlidersBlock:after,
.grayscaleSlidersBlock .title:after {
    display: table;
    line-height: 0;
    clear: both;
    content: "";
}

@font-face {
    font-family: georgia;
    src: url("../fonts/georgia.ttf");
}

@font-face {
    font-family: 'georgia bold';
    src: url("../fonts/georgiabold.ttf");
}

/*******Саня 08-10-2014************/












