@charset "utf-8";
/*
	styles for style editor
	version: 17.02.2013
	-	SE_reset
	-	SE_wrapper
        -   SE_header
        -	SE_template
		-	SE_sidebarLeft
        -	SE_footer
	
*/
/* SE_reset =================== */
/* --------------- 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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, td img {
    vertical-align: top;
}
input, select, button, textarea {
    margin: 0;
    font-size: 100%;
    border: none;
    outline: none;
}
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,
ul {
    list-style:none;
}

/* --------------- /reset.css --------------- */
html {
    overflow-y: scroll;
}
html {
    height: 100%;
}

body {
    background: url(../img/bg.jpg) 0 276px;
    color: #000;
    text-align: left;
    font: 14px/1 Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
input, select, button, textarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
a {
    color: #202020;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* /SE_reset =================== */

/* content -----------------------*/
.content {
    padding: 0 10px 0 40px;
}

.content.news {
    padding-top: 0;
}

.content_contacts {
    padding: 20px 0 0 6px;
    margin-bottom: 50px;
}

.content h1,.content h2,.content h3,
.content h4,.content h5,.content h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.content h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.content h2 {
    font-size: 19px;
    margin-bottom: 16px;
text-transform:uppercase;
}
.content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.content h4 {
    font-size: 14px;
    margin-bottom: 7px;
}
.content h5 {
    font-size: 12px;
    margin-bottom: 6px;
}
.content h6 {
    font-size: 10px;
    margin-bottom: 5px;
}
.content p  {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 17px;
}
.content ul {
    list-style: disc;
    margin: 0 15px 5px 19px;
}
.content ul ul {
    margin: 10px 0 15px 25px;
}
.content ol {
    list-style: decimal;
    margin: 0 15px 15px 20px;
}
.content ol ol {
    margin: 10px 0 15px 25px;
}
.content li {
    margin-bottom: 2px;
    line-height: 18px;
}
.content table {
    margin-bottom: 15px;
    font-size: 100%;
    width: auto;
    border: 1px solid #000;
}
.content th,
.content td {
    border: 1px solid #000;
    padding: 4px;
    text-align: left;
}
.content th {
    font-weight: bold;
    text-align: center;
}
.content img {
    margin: 10px 0 20px 0;
}
.content img[align=left] {
    padding: 0 13px 23px 0;
    float: left;
    margin: 0;
    background: #fff;
}
.content img[align=right] {
    margin: 0 0 13px 23px;
    float: right;
}
.content dl {
    margin: 0 0 15px 0;
}
.content dt {
    font-weight: bold;
}
.content dd {
    margin-bottom: 5px;
}
.content hr {
    height: 1px;
    border: none;
    color: #aaa;
    background: #aaa;
    margin: 10px 0;
    clear: both;
}

/* SE_wrapper =================== */
.wrapper {
    min-height: 100%;
    min-width: 1008px;
    position: relative;
    overflow: hidden;
    padding-bottom: 136px;
}

/* SE_header =================== */
.header {
    height: 276px;
    position: relative;
    background: url(../img/header.jpg) repeat-x center;
    z-index: 1;
}

.header__pos:before,
.header__pos:after {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 443px;
    height: 24px;
    background: url(../img/header-shadow.png) no-repeat;
}

.header__pos:before {
    left: -350px;
}

.header__pos:after {
    right: -350px;
}

.header__pos {
    width: 1008px;
    margin: 0 auto;
    position: relative;
    height: 276px;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 644px;
    height: 276px;
    z-index: 1;
}

.header__frame {
    position: absolute;
    left: 434px;
    top: 114px;
    width: 289px;
    height: 65px;
    padding: 5px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.header__frame_type2 {
    height: 23px;
    width: 325px;
    top: 202px;
    left: 231px;
}

.contacts {
    width: 257px;
    position: absolute;
    font-style: normal;
    text-align: center;
}

.header_contacts {
    top: 14px;

    right: 0;
    padding-top: 11px;
    height: 82px;
    overflow: hidden;
    text-align: right;
}

.phone {
    display: block;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    text-shadow: 3px 3px 10px #000;
}

.phone__code {
    font-size: 20px;
}

.header_contacts  .phone .skype_pnh_container,
.header_contacts  .phone .skype_pnh_container * {
    font-size: 20px !important;
}

.header_contacts  .phone .skype_pnh_container {
    display: block !important;
}

.search__form {
    position: absolute;
    top: 124px;
    right: 0;
    width: 255px;
    padding: 13px 0 12px 0;
    background: url(../img/search-block.png) repeat-x;
    z-index: 1;
}

.search__form:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -15px;
    width: 281px;
    height: 16px;
    background: url(../img/search_shad.png) no-repeat;
}

.form__field {
    text-align: center;
    overflow: hidden;
}

.search__input {
    width: 160px;
    height: 25px;

    padding: 0 11px 0 11px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #fff5d6;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search__input:focus {
    outline: none;
}

.search__input::-webkit-input-placeholder {
    color: #000;
}

.search__input:-moz-placeholder {
    color: #000;
}

.search__input:-ms-input-placeholder {
    color: #000;
}

.search__submit {
    width: 30px;
    height: 25px;
    margin-left: -4px;
    background: url(../img/search_button.png) no-repeat;
}

.search__input,
.search__submit {
    vertical-align: top;
}

.header__texture {
    position: absolute;
    right: 0;
    width: 440px;
    height: 91px;
    top: 190px;
    background: url(../img/texture.png);
    z-index: 2;
}


/* /SE_header =================== */

/* SE_template =================== */
.main-content {
    width: 1008px;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    position: relative;
}
.main-content:before,
.main-content:after {
    content: "";
    position: absolute;
    width: 37px;
    height: 420px;
    background: url(../img/wrap-shadow.png) no-repeat;
    top: 0;
}
.main-content:before {
    left: -37px;
}
.main-content:after {
    width: 47px;
    right: -27px;
    background-position: -37px 0;
}

.main-content__top {
    min-height: 30px;
    padding: 6px 0 23px 10px;
    background: url(../img/content-top.png);
    overflow: hidden;
}

.content-top__column {
    width: 462px;
    float: left;
    padding: 7px;
    margin-left: 10px;
    color: #fff;
}

.main-content__mid {
    margin-top: -22px;
    overflow: hidden;
}

.main-content__mid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 217px;
    height: 163px;
    background: url(../img/sidebar-bot-bg.jpg);
}

.content-layout {
    float: left;
    width: 519px;
    padding: 0 9px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
}

.content-layout:before {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    height: 33px;
    background: url(../img/content-shadow.png);
}

.section {
    margin-bottom: 35px;
}

.section_addition {
    margin-bottom: 0 !important;
}


.section__header {
    margin-bottom: 11px;
    padding-bottom: 8px;
    overflow: hidden;
}

.section__title {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    position: relative;
    text-align: center;
    padding: 10px 45px;
    background: #ff7f00;
    }

.section__title:before {
    content: "";
    position: absolute;
    bottom: -9px;
    height: 9px;
    left: 0;
    right: 0;
    background: url(../img/section-title-shadow.png) no-repeat center;
}

.section__column {
    float: right;
    min-height: 13px;
    padding: 5px;
    margin: 13px 0 0 0;
    width: 343px;
}

.section_info {
    margin-top: 4px;
    text-align: right;
    position: relative;
}

.section_info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.section__info-link {
    color: #ff7f00;
    text-decoration: underline;
}

.section__info-link:hover {
    text-decoration: none;
}

.news {
    padding: 8px 0 0 11px;
}

.news__item {
    overflow: hidden;
    margin-bottom: 14px;
}

.news__img {
    display: block;
    float: left;
    width: 122px;
    margin-right: 14px;
    overflow: hidden;
}

.news__content {
    float: left;
    width: 370px;
}

.news__content-header {
    margin-bottom: 6px;
    overflow: hidden;
}

.news__title {
    float: left;
    font-size: 19px;
}

.news__data {
    float: right;
    font-size: 16px;
    color: #ff7f00;
}

.news__txt {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
}

.news__more {
    color: #ff7f00;
    font-weight: bold;
}

.gallery {
    padding: 8px 0 0 11px;
    margin-left: -4px;
}

.gallery__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 2px;
    width: 123px;
    height: 83px;
    /* overflow: hidden; */
}

.content-view {
    margin-bottom: 38px;
}

.content-view__header {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.content-view__title {
    float: left;
    max-width: 55%;
    font-size: 19px;
    margin-left: 26px;
}

.more__block {
    text-align: right;
    margin-bottom: 5px;
}

.content-view__txt {
    margin-left: 26px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 17px;
}

.content-view_gallery {
    padding-left: 26px;
}

.content-view_gallery .gallery__item {
    width: 117px;
    height: 78px;
    overflow: visible;
}

.gallery__view img {
    position: relative;
}

.feedback {
    padding-left: 6px;
}

.feedback__title {
    font-size: 15px;
    margin-left: 37px;
    margin-bottom: 7px;
    display: block;
}

.feedback__wrap {
    padding: 14px 17px 5px 37px;
    background: #c2c2c2;
    margin-bottom: 16px;
}

.feedback__field {
    margin-bottom: 14px;
    overflow: hidden;
}

.feedback__field label {
    float: left;
    width: 100px;
    font-size: 15px;
    color: #fff;
    margin: 5px 17px 0 0;
    text-align: left;
}

.feedback__input {
    display: inline-block;
    height: 25px;
    width: 168px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

.feedback__input input {
    width: 168px;
    height: 24px;
    line-height: 1;
    background: none;
    border: none;
    outline: none;
}

.feedback__txtarea {
    display: inline-block;
    height: 66px;
    width: 318px;
    padding: 10px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

.feedback__txtarea textarea {
    width: 318px;
    height: 66px;
    line-height: 1;
    background: none;
    border: none;
    outline: none;
    resize: none;
}

.feedback__submit input[type=submit] {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    font-size: 14px;
    position: relative;
    text-align: center;
    padding: 10px 45px;
    background: #FF7F00;
}

.feedback__field .error {
    border: 1px solid #c80000;
}

/* /SE_sidebar ================= */

.sidebar-left {
    float: left;
    width: 217px;
    position: relative;
}

.content-layout,
.sidebar-right {
    min-height: 505px;
    margin-bottom: 48px;
}

.sidebar__menu {
    padding: 0 7px;
}

.sidebar__menu-item {
    width: 204px;
    height: 43px;
    position: relative;
    margin-bottom: 13px;
    background: url(../img/sidebar-menu.png) no-repeat;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.sidebar__menu-item:before {
    content: "";
    position: absolute;
    bottom: -13px;
    height: 13px;
    width: 202px;
    left: 2px;
    background: url(../img/sidebar-menu-shadow.png) no-repeat;
}

.sidebar__menu-item:hover {
    opacity: 0.7;
}

.sidebar__menu-link {
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    height: 33px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #545454;
}

.sidebar__menu-link:hover {
    text-decoration: none;
}

.sidebar__menu-link span {
    display: table-cell;
    width: 174px;
    height: 33px;
    vertical-align: middle;
    text-align: center;
}

.sidebar__social {
    padding: 0 7px;
    height: 163px;
}

.social__block {
    padding: 19px 20px 20px 19px;
    background: #fff;
    border: 1px solid #d2d5d9;
}

.social__title {
    font-size: 12px;
    color: #ff7f00;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.social__list {
    margin-left: -8px;
}

.social__item {
    display: inline-block;
    vertical-align: top;
    height: 47px;
    margin-left: 8px;
}

.social__link {
    display: block;
    width: 46px;
    height: 47px;
    background: url(../img/social-list.png) no-repeat;
}

.social__link.social__fb {
    width: 42px;
}

.social__vk {
    background-position: -56px 0;
}

.social__tw {
    background-position: -116px 0;
}

.sidebar-right {
    float: right;
    width: 227px;
    border: 1px solid #ddd;
    padding: 0 10px 0 7px;
    background: #fff;
    position: relative;
}

.sidebar-right:before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 15px;
    left: 50%;
    width: 246px;
    margin-left: -123px;
    background: url(../img/sidebar-shadow.png);
}

.sidebar__column {
    min-height: 14px;
    padding: 5px;
    margin: 6px 0 11px 0;
}

.sidebar-slider {
    position: relative;
    margin-bottom: 15px;
}

.sidebar-slider:before {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 206px;
    left: 32px;
    height: 13px;
    background: url(../img/slider-shadow.png);
}

.slider__img {
    width: 227px;
    height: 213px;
    line-height: 190px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.slider__img img {
    display: inline-block;
    vertical-align: middle;
    line-height: 190px;
}

.slider__img-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider__title {
    width: 151px;
    height: 50px;
    padding: 0 23px 0 23px;
    position: relative;
    background: url(../img/slider-arrow-bg.png) repeat-x;
    margin: -23px 0 8px 31px;
}

.slider__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -39px;
    width: 39px;
    height: 50px;
    z-index: 1;
    background: url(../img/slider-arrow.png);
}

.slider__title h2 {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 116px;
    font-size: 19px;
    text-align: center;
}

.slider__title-item {
    position: absolute;
    top: 0;
    left: 23px;
}

.slider__link:hover {
    text-decoration: none;
}

.slider__txt {
    padding: 0 28px 0 22px;
    height: 86px;
    position: relative;
    margin-left: 25px;
    font-size: 11px;
    line-height: 14px;
    background: url(../img/slider-txt.png);
    overflow: hidden;
}

.slider__txt-item {
    position: absolute;
    top: 0;
    left: 22px;
}

.partner-block__title {
    font-size: 19px;
    text-align: center;
    margin-bottom: 5px;
}

.partner__link {
    overflow: hidden;
}

.partner__img {
    width: 55px;
    height: 88px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.partner__content {
    float: left;
    width: 160px;
    margin-top: 8px;
}

.partner__title {
    font-size: 15px;
    color: #ff0000;
    margin-bottom: 15px;
}

.partner__desc {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 14px;
}
/* /SE_sidebar ================ */

/* /SE_template =================== */

/* SE_footer =================== */
.footer {
    margin: -136px auto 0;
    height: 136px;
    background: url(../img/footer.png) repeat-x;
    min-width: 1008px;
    position: relative;
}

.footer__pos {
    width: 1008px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 136px;
}

.footer__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 136px;
}

.footer__menu-list {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    text-align: center;
    position: relative;
}

.footer__menu-item {
    float: left;
    width: 120px;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 5px;
    border-right: 1px solid #fff;
}

.footer__menu-link {
    color: #fff;
}

.footer__info {
    position: absolute;
    top: 0;
    left: 564px;
    width: 416px;
    height: 136px;
    padding: 0 14px;
    background: rgba(221,221,221,0.7);
}

.counters {
    padding-left: 2px;
    height: 56px;
    vertical-align: middle;
    line-height: 56px;
    overflow: hidden;
    margin-bottom: 5px;
}

.counters img {
    display: inline-block;
    vertical-align: middle;
    line-height: 56px;
    margin-left: 10px;
}

.counters img:first-child {
    margin-left: 0;
}

.footer_contacts {
    position: static;
    height: 56px;
    padding-left: 6px;
    overflow: hidden;
    text-align: left;
}

.footer_contacts > span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    text-shadow: none;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 90%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    margin-right: 20px;
}