/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("http://webfonts.ru/import/casper.css");
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf')  format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Light';
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Light.otf')  format('opentype'),
        url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf')  format('truetype'),
        url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Roman';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
        url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'),
        url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 1em;

}
html, body {
    height: 100%;
    font-family: 'HelveticaNeue';
    background: #fff url('../img/background.png') repeat;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 150;
}
.category-own-block{
    display: block;
}
.category-own-block:last-child{
    margin-bottom: 0;
    margin: 0 auto;
}
.category_block{
    display: inline-block;
    width: 49%;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 260px;
    background: #fff url("../img/block-bg.png");
    overflow: hidden;
    text-decoration: none;
    float: left;
    position: relative;

    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: 0.5s background ease;
    -moz-transition: 0.5s background ease;
    -ms-transition: 0.5s background ease;
    -o-transition: 0.5s background ease;
    transition: 0.5s background ease;
}
.category_block:hover {
    background: #fff;
}
.category_block:last-child{
    margin-right: 0;
}
.category_block .head{
    height: 190px;
    width: 100%;
    position: relative;
    z-index: 200;
}
.category_block .head img{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.category_block .title {
    overflow: hidden;
    position: absolute;
    height: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 190px;
    z-index: 400;
    padding: 0 20px;

    -webkit-transition: 0.5s background ease, 0.5s height linear;
    -moz-transition: 0.5s background ease, 0.5s height linear;
    -ms-transition: 0.5s background ease, 0.5s height linear;
    -o-transition: 0.5s background ease, 0.5s height linear;
    transition: 0.5s background ease, 0.5s height linear;
}
.category_block:hover .title {
    height: 100%;
    top: auto;
    background: rgba(3,167,3,0.5);
}
.category_block:hover .title::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 18px;
    right: 18px;
    border: 1px solid #fff;
}
.category_block:hover .title .text {
    line-height: 260px;
    color: #fff;
}
.category_block .title .text{
    height: 100%;
    width: 100%;
    color: #000;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
    /*letter-spacing: 0.02em;*/

    -webkit-transition: 0.5s background ease, 0.5s height linear;
    -moz-transition: 0.5s background ease, 0.5s height linear;
    -ms-transition: 0.5s background ease, 0.5s height linear;
    -o-transition: 0.5s background ease, 0.5s height linear;
    transition: 0.5s background ease, 0.5s height linear;
}
#actions{
    margin: 40px auto 0px;
    width: 100%;
    max-width: 980px;
    padding: 0 15px;
}
.image-block {
    height: 100%;
    float: left;
    width: 200px;
    border: 1px solid #6c6;
    text-align: center;
    position: relative;
}
.image-block img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#actions .caroufredsel_wrapper{
    width: 870px !important;
    
}
#actions .slider{
    margin-bottom: 20px;
}
#actions .header{
    font-size: 32px;
    font-family: 'HelveticaNeueCyr-Light';
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
.content {
    width: 1215px;
    margin: 0 auto;
    font-family: Arial;
}
.content a {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -mox-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.title_position {
    text-align: center;
    color: #6c6;
    font-size: 22px;
    padding: 10px 0;
    font-weight: 700;
}

header {
    margin: 0 auto 25px;
    width: 100%;
    max-width: 980px;
    padding: 0 15px;
    position: relative;
    z-index: 100;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .right {
    background: url("../img/right-head-bg.png");
    padding: 0 10px 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 74%;

    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .right ul {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 30.33%;
    padding: 0 10px;
}
header::after, .category-own-block::after {
    content: '';
    display: table;
    clear: both;
}
header .site-name {
    float: left;
    height: 115px;
    color: #1B305F;
    text-decoration: none;
    margin-right:10px;
}
header .site-name > div {
    display: table-cell;
    vertical-align: middle;
    height: 115px;
}
.logo{
    display: inline-block;
    vertical-align: top;
}
.header-list{
    color: #000;
    display: block;
    font-size: 14px;

}
.header-list li, .header-list li a {
    font: 15px/20px 'HelveticaNeueCyr-Light';
    color: #000;
    margin-bottom: 6px;
    text-decoration: none;
}
.header-list li span {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}
.header-list.area, .header-list.contacts, .header-list.mail {
    margin: 20px 0px 0 0;
}
.header-list.mail li {
    text-align: center;
}
.header-list.area::before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    background: url("../img/header-list.png") no-repeat 0 0;
    width: 50px;
    height: 51px;
}
.header-list.mail::before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    background: url("../img/header-list.png") no-repeat -116px 0;
    width: 53px;
    height: 51px;
}
header .contacts::before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    background: url("../img/header-list.png") no-repeat -59px 0;
    width: 50px;
    height: 51px;;
}
.header-list li span.mtc {
    width: 54px;
    height: 20px;
    margin-right: 16px;
    background: url('../img/sprite.png') no-repeat 0 0;
}
.header-list li span.ks {
    width: 65px;
    height: 19px;
    margin-right: 5px;
    background: url('../img/sprite.png') no-repeat -54px 0;
}
.phone{
    margin-top: 10px;
}
.site-name .big {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.site-name .small {
    font-size: 14px;
}
.site-name .small:first-letter {
    text-transform: uppercase;
}
.columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
header ul {
    display: table-cell;  
    vertical-align: middle;
    z-index:1000;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
}
#sh_button{
    display: none;
}
.page-content ul{
    /* padding-left:20px; */
}
.page-content ul li{
    font-size: 14px;
    line-height: 1.5em;
    color: black;
    list-style-type: none;
    position: relative;
    text-indent: 28px;
    /* padding: 11px 0; */
}
.page-content ul li:before
{
    content: '•';
    color: rgba(0,0,0,0.75);
    position: absolute;

    font-size: 20px;
    left: -15px;
}
.menu-wrap {
    margin: 0 auto 25px;
    height: auto;
    width: 100%;
    max-width: 980px;
    background: url("../img/menu-bg.png");
    position: relative;
    z-index: 1000;

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
menu {
    display: table;
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
menu ul{
    display: table-row;
    text-align: center;
}
menu li:first-child{
    border-left: 0;
}
menu li:last-child{
    border-right: 0;
}
menu li {
    display: table-cell;
    color: #000;
    font-size: 18px;
    border-left: 1px solid #fff;
    border-right: 1px solid #999;
}
menu li a {
    display: inline-block;
    line-height: 54px;
    width: 100%;
    height: 100%;
    color: #000;
    letter-spacing: 0.04em;
    text-decoration: none;

    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

menu li>a.active{
    background: url('../img/hover-menu-btn.png');
    color: #fff;
}
menu li:hover a{
    background: url('../img/hover-menu-btn.png');
    color: #fff;
}
.after-header-bg{
    height: 400px;
    background: url("/img/after-header-bg.jpg") no-repeat  center;
    background-size: cover;
    box-shadow: 0 8px 15px grey;
    position: absolute;
    top: 193px;
    width: 100%;
}
.categories-container{

}
.categories{
    width: 100%;
    max-width: 980px;
    /*padding: 0 15px;*/
    height: 110px;
    position: relative;
    z-index: 200;
    margin: 5px auto 0;
}
.top-right {
    
    text-align: right;
    position: absolute;
    right: 0;
    top: 0px;
    /* z-index: 1000000; */
}
.top-right .enter {
    /* padding: 0 12px; */  text-transform: uppercase;  font-size: 12px;  text-decoration: none;  color: #939393;
    
    background-image: url('/img/login.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
#search {
    width: 0px;
    height: 27px;
    background-image: url('/img/search.png');
    /* float: left; */
    background-repeat: no-repeat;
    /* display: none; */
    background-position: right center;
    cursor: pointer;
    overflow: hidden;
    /* text-align: right; */
    display: inline-block;
    border: none;
    background-color: transparent;
    padding-left: 24px;
}
#search:active,#search:focus,#search:target{
    outline:none;
}
#search form {
    position: absolute;
    top: 0;
    right: 87px;
    width: 139px;
    height: 23px;
    /* background: red; */
    display: block;
    overflow: hidden;
}
#search input[type="text"] {
    position: absolute;
    left: 139px;
}
.switchlang-box {
    padding: 5px 0;
}
.switchlang-box > * {
    border-left: 1px dotted #B6B6B6;
    
    display: inline-block;
    padding: 3px 5px;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 13px;
}
.switchlang-box a {
    color: #9B9B9B;
    text-decoration: none;
}
.switchlang-box span {
    color: black;
    
}
.facebook-link {
    background-image: url('/img/fb.png');
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 28px;
    color: #0092D6;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    /* padding-left: 17px; */
}

/*MEGASLIDER_START*/

#actions .slider-wrap {
    /* margin-top: 34px; */
    height: 205px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

#megaslider .slide {
    height: 212px;
    max-width: 210px;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 10px !important;
    text-decoration: none;
    color: white;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#megaslider .slide:last-child {
    padding-right: 0;
}
#megaslider .slide img{
    width: 100%;
    height: auto;
}
#megaslider .slide .details{
    background-color: #ccc;
    height: 30px;
}
#megaslider .slide-desc {
    width: 100%;
    height: 40px;
    /*overflow: hidden;*/
    color: #000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    background: #fff url('../img/silder-top.png');
    padding-top: 5px;
    padding-right: 50px;
    padding-left: 10px;
    position: relative;
    z-index: 200;
    font-family: 'HelveticaNeueCyr-Roman';
    display: table;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
}
#megaslider .slide-desc p {
    vertical-align: middle;
    display: table-cell;
    max-width: 100px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
#actions .slider{
    background-color: initial;
}
.details{
    position: relative;
    overflow: hidden;
    color: #333;
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 12px;
}
.details .date{
    line-height: 30px;
    margin-left: 9px;
}
.details .animation{
    position: absolute;
    width: 100px;
    height: 30px;
    right: -70px;
    background-color: #66cc66;
    transition: right 0.3s ease-in;
    -webkit-transition: right 0.3s ease-in;
    -moz-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
}
.details .right:hover .animation{
    transition: right 0.3s ease-out;
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    right: 30px;
}
.details .right:hover .text {
    color: #fff;
}
.details .text
{
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    position: relative;
    z-index: 10;
}
.details .arrow {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    z-index: 10;
    background-color: #6c6;
}
.details .arrow::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
    /*MEGASLIDER_END*/

/*SUPERSLIDER_START*/
.slider{
    background-color: white;
}
.slider-wrap {
    /* margin-top: 34px; */
    height: 106px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

#superslider .slide {
    height: 106px;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 0 !important;
    text-decoration: none;
    color: white;
    width: 158px;
    overflow: hidden;
    text-align: center;
    line-height: 106px;
}
#superslider .slide:last-child {
    padding-right: 0;
}
#superslider .slide img{
    /* border-right: 1px solid #0072ba; */
    /* border-left: 1px solid #0072ba; */
    /* line-height: 106px; */
}
#superslider .slide .details{
    background-color: #0072ba;
    height: 30px;
}
#superslider .slide-desc {
    /* position: absolute; */
    /* bottom: 47px; */
    width: 197px;
    height: 31px;
    color: white;
    font-size: 12px;
    padding: 0px 10px;
    padding-right: 25px;
    background-color: #0072ba;
    padding-top: 5px;
}
#superslider .slide-desc p {
    /* display: table-cell; */
    vertical-align: middle;
    /* height: 68px; */
    /* margin-top: 0px; */
}
#superslider .details{
    font-size: 13px;
    position: relative;
    overflow: hidden;
}
#superslider .details .date{
    margin-top: 9px;
    margin-left: 9px;
}
#superslider .details .animation{
    position: absolute;
    width: 100px;
    height: 30px;
    right: -70px;
    background-color: #ca003a;
    transition: right 0.3s ease-in 0;
    -webkit-transition: right 0.3s ease-in 0;
    -moz-transition: right 0.3s ease-in 0;
    -o-transition: right 0.3s ease-in 0;
}
#superslider .details .right:hover .animation{
    transition: right 0.3s ease-out 0;
    -webkit-transition: right 0.3s ease-out 0;
    -moz-transition: right 0.3s ease-out 0;
    -o-transition: right 0.3s ease-out 0;
    right: 30px;
}
#superslider .details .text
{
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    position: relative;
    z-index: 10;
}
#superslider .details .arrow{
    width: 31px;
    height: 30px;
    float: right;
    background-image: url("/img/arrow-details.png");
    position: relative;
    z-index: 10;
}
/*SUPER_SLIDER_END*/


.with-slogan {
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    width: 1220px;
    position: relative;
}
.slogan {
    color: #1B305F;
    font-size: 38px;
    text-transform: uppercase;
}
.blog-link {
    padding: 18px 30px 18px 26px;

    color: #0095DA;
    text-decoration: none;
    border: 1px solid;
    text-transform: uppercase;
    display: inline-block;
}
.with-slogan .blog-link {
    position: absolute;
    right: 30px;
    top: 35px;
}
.pagination {
    position: absolute;
    
    bottom: 80px;
    left: 30px;
}
.pagination a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 7px;
    background-color: #8B8B8C;
    text-indent: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.pagination a.selected {
    background-color: transparent;
    border: 2px solid white;
    width: 11px;
    height: 11px;
    /* left: 19px; */
}
.dotted-line {
    border-top: 1px dotted #B5B5B5;
    height: 0px;
}
.random-projects {
    overflow: hidden;
    padding-top: 30px;
    margin-top:30px;
    padding-bottom: 50px;
}
.project {
    float: left;
    width: 345px;
    margin-right: 90px;
    height: 290px;
    position: relative;
}
.project:last-child {
    margin-right: 0;
}
h3 {
    color: #0095DA;
    text-transform: uppercase;
    height: 38px;
    font-weight: normal;
}
.project .img {

}
.project .short, .search-result .short {
    font-family: "Open Sans";
    font-style: italic;
    font-size: 13px;
    color: #4E4E4E;
    padding: 15px 0;
    line-height: 1.5em;
    height: 60px;
    overflow: hidden;
}
.project .project-more {
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: underline;
    color: #1B305F;
    font-family: "Open Sans";
    position: absolute;
    bottom: 0;
}
.my-news-wrap {
    display: inline-block;
    /* overflow: hidden; */
    /* width: 480px; */
    height: 106px;
    float: left;
    /* margin: 16px 38px 21px 26px; */
}
.narrow {
    width: 748px;
    float: left;
}
.wide {
    
}.narrow
.main-news-block {
    overflow: hidden;
     border-bottom: 1px dotted #B5B5B5;
}
.main-news-block .fb-like-box-wrap {
    /* width: 233px; */  border-left: 1px dotted #B5B5B5;  
    /* min-height: 265px; */  
    /* background-image: linear-gradient(to right, #0094D9, #213154); */  text-align: center;  
     
    /* padding: 40px 0; */
    float: left;
    /* height: 265px; */
}
.main-news-block .fb-like-box-wrap .fb-like-box {
    /* height: 265px; */
    
}
.main-news-block .fb-like-box-wrap .fb-like-box iframe {
    /* height: 265px !important; */
}
.main-news {
    width: 914px;
    /* min-height: 473px; */
    float: left;
    border-top: 1px dotted #B5B5B5;
    position: relative;
    padding-bottom:20px;
    /*border-bottom: 1px dotted #B5B5B5;*/
}
.main-news .news_single_href{
    position: absolute;
    bottom: -32px;
    /* bottom: 0; */
}
.fb-like-box {
    /* float: left; */
    background: white;
}
.logos {
    /* height: 100px; */
    width: 1220px;
    text-align: center;
    display: inline-block;
    /* display: inherit; */
}
.image_carousel {
    /*width: 700px;*/
    width: 1090px;
     
    position: relative;
    /* text-align: center; */
    overflow: hidden;
    height: 157px;
    display: block;
}
.image_carousel img {

}
.logos-wrap h3 {
    margin-top: 44px;
    
    margin-bottom: 7px;
}
.logos .slide {
    display: block;
    float: left;
    width: 168px;
    height: 105px;
    margin: 5px;
    border: 1px solid #CECECE;
    text-align: center;
    line-height: 105px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.logos .slide:hover {
    box-shadow: 0 0 4px #CECECE;
}
.logos .slide img {
    max-width: 166px;
    max-height: 103px;
    display: inline-block;
    /* display: block; */
}
#search-form {
    display: inline-block;
}
#search-form [type="text"] {
    /* width: 0; */
    /* display: none; */
    display: inline-block;  width: 130px;
}
#search-form [type="text"]:focus,#search-form [type="text"]:active,#search-form [type="text"]:target{
    outline:none;
}
.clearfix {
    float: none;
    clear: both;
}
.search-result {
    overflow: hidden;
}
.search-result .image {
    float: left;
    
    padding-right: 15px;
}
.search-result a {
    text-decoration: none;
    color: #0095DA;
    text-transform: uppercase;
    height: 38px;
    font-weight: normal;
}
.footer-line{
    height: 5px;
    background-color: #0072ba;
    display: none;
}

.footer-container{
    background: url("../img/footer-bg.png");
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -134px;
}
.main{
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-bottom: 134px;
    position: relative;
}
footer {
    height: auto;
    color: white;
    margin: 20px auto 0px;
    width: 100%;
    max-width: 980px;
}
.footer-logo{
    margin: 0px 0 0 10px;
    display: inline-block;
    float: left;
}
footer .menu{
    display: inline-block;
    margin: 0px 0 0 30px;
    float: left;
}
footer::after {
    content: '';
    display: table;
    clear: both;
}
footer .menu li{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    font-family: 'HelveticaNeue';
}
footer .menu a{
    text-decoration: none;
    color: #fff;
}
footer .menu a:hover{
    text-decoration: underline;
}
.footer-list{
    color: white;
    display: block;
    font-size: 14px;
}
.footer-list li{
    margin-bottom: 1px;
}
footer .content {
    overflow: hidden;
}
.copyright {
    clear: both;
    font-size: 14px;
    line-height: 26px;
    font-family: 'HelveticaNeue';
    display: block;
    text-align: right;
    color: #fff;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}
.copyright a {
    font-size: 14px;
    line-height: 26px;
    font-family: 'HelveticaNeue';
    color: #fff;
    text-decoration: none;
}
footer .copyright a{
    text-decoration: none;
    color: #fff;
}
footer .copyright a:hover{
    text-decoration: underline;
}
.copyright .site-name {
    display: table-cell;

    height: 165px;
    vertical-align: middle;
    /* margin-left: 127px; */
    /* position: relative; */
    /* left: 127px; */
    font-size: 21px;
    /* padding: 45px 0; */
    /* border: 1px dotted white; */
    padding-left: 127px;
    text-transform: capitalize;
}
.copyright .copyright-phrase {
    font-size: 14px;
}
.bottom-right-block {
    float: left;
    /* margin-top: 45px; */
    font-size: 12px;
}
footer menu {
    float: left;
    display: block;
    margin-right: 70px;
}
footer ul {
    list-style: none;
    overflow: hidden;
}
footer menu > ul > li {
    float: left;
    width: 122px;
    display: block;
    margin-right: 112px;
}
footer menu > ul > li:last-child {
    margin-right: 0;
}
footer menu > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
}
/*footer menu > ul > li > ul,*/
/*.contacts ul {*/
    /*margin-top: 15px;*/
/*}*/
footer menu > ul > li > ul a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    display: block;
    margin: 8px 0;
    line-height: 13px;
}
footer menu > ul > li > ul a:first-letter {
    text-transform: uppercase;
}
footer .contacts{
    display: inline-block;
    width: 170px;
    position: relative;
    margin: 0 0px 0 55px;
}
.footer-list.contacts::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/img/sprite.png") no-repeat -18px -22px;
    width: 20px;
    height: 26px;
    margin-right: 20px;
}
.footer-list.contacts li {
    display: block;
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HelveticaNeueCyr-Light'
}
.footer-list.mail{
    margin: 0 0px 0 25px;
    padding-left: 0;
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.footer-list.mail::before {
    content: '';
    display: inline-block;
    background: url("/img/sprite.png") no-repeat -39px -22px;
    width: 24px;
    height: 17px;
    margin-right: 20px;
}
.footer-list.mail li {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    font-family: 'HelveticaNeueCyr-Light';
}
.footer-list.area{
    margin: 0 0px 0 45px;
    padding-left: 0;
    width: 160px;
    display: inline-block;
}
.footer-list.area::before {
    content: '';
    display: inline-block;
    background: url("/img/sprite.png") no-repeat 1px -22px;
    width: 17px;
    height: 26px;
    margin-right: 20px;
}
.footer-list.area li {
    display: inline-block;
    width: 113px;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HelveticaNeueCyr-Light';
}
.project-image-wrap {
    margin-bottom: 50px;
}
.left-bar {
    float: left;
    width: 200px;
    margin-right: 15px;
    min-height: 100px;
}
.text-content {
    padding-top: 15px;
    border-top: 3px solid #6c6;
}
.page-content-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-bottom: 3px solid #6c6;
    border-left: 3px solid #6c6;
    border-right: 3px solid #6c6;
    background-color: white;
    margin-bottom: 25px;
    min-height: 500px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-content-block h1 {
    color: black;
    font-weight: 900;
    /* text-transform: uppercase; */
    font-size: 26px;
    /* height: 47px; */
    line-height: 47px;
    /* padding-left: 16px; */
    /* float: left; */
}
.page-content-block p {
    font-size: 14px;
    line-height: 1.5em;
    color: black;
    padding: 11px 0;
}
.right-bar {
    float: left;
    width: 315px;
    min-height: 100px;
    border-left: 1px dotted #B5B5B5;
    margin-bottom:15px;
}
h1 {
    color: #1B305F;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: normal;
    margin:0;
    /* margin-bottom: 5px; */
}
.left-bar menu {

}
.left-bar menu ul {
    margin-left: 10px;
    
    list-style: none;
}
.left-bar menu > ul {

}
.left-bar menu > ul > li a {
    text-decoration: none;
    color: #979797;
    font-size: 13px;
    display: block;
    margin-bottom: 12px;
}
.left-bar li.active > a {
    color: black;

    background-image: url('/img/news_main-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    /* line-height: 24px; */
    font-weight: bold;
}
.blog-link-wrap {
    border-bottom: 1px solid #B5B5B5;

    border-top: 1px solid #B5B5B5;
    padding: 30px 0;
    text-align: center;
}
.blog-link-wrap .blog-link {
    display: inline-block;

}
.logo-link {
    display: table-cell;
    text-align: center;
    height: 124px;
    width: 190px;
    vertical-align: middle;
}
.page-content {
    overflow: hidden;
    padding: 0 25px 15px 30px;
    background-color: white;
}
.page-content-block .news_slider{
    border: none;
}
.page-content-block .news_slider #carousel-n-thumbs{
    width: 100%;
}
#gallery {
    overflow: hidden;

}
#gallery a {
    display: block;
    margin-right: 1px;
    float: left;
    margin-bottom: 1px;
}
#gallery a:nth-child(4n+4){
    margin-right: 0;
    
}
#gallery a img {
    
}
#carousel-wrapper {
    /* padding: 10px 0 10px 0; */
    position: relative;
    text-align: center;
    float: left;
}
#carousel, #thumbs {
    overflow: hidden;
}
#carousel .slide {
    width: 720px;
    height: 490px;
    text-align: center;
    line-height: 490px;
    position: relative;
    display: block;
}
.news_slider #carousel .slide {
    width: 644px;
    height: 298px;
    text-align: center;
    line-height: 293px;

    border: 2px solid #6c6;
    cursor: pointer;
}
.news_slider #carousel .slide img{
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* .news_slider #carousel .slide:after{ */
/*     content:''; */
/*     display: block; */
/*     position: absolute; */
/*     bottom:0; */
/*     left:0; */
/*     background: url('/img/news_slider_bg.png') repeat-x bottom; */
/*     height: 10px; */
/*     width: 1215px; */
/* } */

#carousel .slide, #carousel a, #thumbs span, #thumbs a {
    float: left;
}
#carousel .slide .slide-description {
    /* position: absolute; */
    
    bottom: 0;
    color: white;
    /* height: 78px; */
    line-height: 20px;
}
#carousel div.slide img,
#thumbs div.slide img {
    max-height: 100%;
    max-width: 100%;
    box-shadow: none;
    display: inline;
}
#thumbs-wrapper {
    position: relative;
    /* width: 214px; */
    overflow: hidden;
}
.news_slider #thumbs-wrapper {
    position: relative;
    /* width: 1000px; */
    /* z-index: 11111111; */
    overflow: hidden;
    /* margin: 0 auto; */
    float: right;
    margin-right: 35px;
}
.pag {
    /* color: #19BDC3; */
    /* font-size: 50px; */
    /* line-height: 103px; */
    /* text-decoration: none; */
    display: none;
}
#prev {
    float: left;
}
#next {
    float: right;
}
.thumbs {
    /* width: 510px; */
    /* width: 850px; */
    height: 120px;
    display: inline-block;
    float: left;
    text-align: center;
    /* margin-top: 30px; */
}
.news_slider .thumbs {
    /* width: 1000px; */
    height: 305px;
    display: inline-block;
    /* float: left; */
    text-align: center;
    float: right;
}
.news_slider #thumbs a {
    /*width: 204px!important;*/
    /*border: none;*/
    position: relative;
    width: 188px;
    height: 91px;
    margin-bottom: 9px !important;
    height: 91px !important;
    cursor: pointer;
}
.news_slider .caroufredsel_wrapper{
    /*width: 1215px!important;*/
    float: right;
}
#thumbs a {
    /* line-height: 120px; */
    /* width: 104px; */
    /* border: 1px solid transparent; */
    display: inline-block;
    border: 2px solid #6c6;
}
#thumbs a.selected img {
    border-color: white;
}
.news_slider #thumbs a.selected {
    /* border:none; */
    position: relative;
    /* height: 97px !important; */
}
.news_slider #thumbs a.selected img{
    -webkit-box-shadow: 0px 0px 10px 0px rgb(206, 206, 206);
    -moz-box-shadow:    0px 0px 10px 0px rgb(206, 206, 206);
    box-shadow: 0px 0px 10px 0px rgb(206, 206, 206);
    cursor: default;
}
.news_slider #thumbs a.selected:after{
    /* content:''; */
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    background: url('/img/news_slider_bg.png') repeat-x bottom;
    height: 4px;
    width: 195px;
}
#thumbs img {
    width: 104px;
    height: 104px;
    border: none;
    display: block;
    border: 1px solid transparent;
}
.news_slider #thumbs img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
#dark {
    background-color: rgba(0,0,0,0.7);
    
    /* width: 1000px; */
    /* height: 600px; */
    position: absolute;
    top: 0;
    left: 0;
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* text-align: center; */
    display: none;
}
#center {
    height: 600px;

    width: 1000px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#center span {
    background: red;
    
    width: 100px;
    height: 100px;
    display: inline-block;
}
.top-caroucel {
    position: relative;
    
    width: 850px;
    overflow: hidden;
}
#carousel-n-thumbs{
    /* width: 100%; */
    overflow: hidden;
    margin: 0 auto;
    background-color: white;
    position: relative;
    padding-top: 15px;
    text-align: center;
}
.news_slider .top-caroucel {
    position: relative;
    width: 650px;
    overflow: hidden;
    margin-left: 31px;
    margin-right: 20px;
    /* border: 1px solid #1e83c2; */
    display: inline-block;
}
#for-description {
    height: 30px;
    
    height: 35px;
    color: white;
}
.top-caroucel .pag {
    width: 65px;

    height: 490px;
    cursor: pointer;
    /* background-color: black; */
    background-repeat: no-repeat;
    /* background-position: 40px 230px; */
    /* padding: 10px; */
}
#cPrev {
    /* width: 50px; */
    float: left;
    background-image: url('/img/arrow-prev.png');
    background-position: 40px 230px;
}
#cNext {
    float: right;
    /* width: 50px; */
    background-image: url('/img/arrow-next.png');
    background-position: 15px 230px;
}
.show-gallery {
    position: relative;

}
.right-bar .zoom{
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #213053;
    background: -moz-linear-gradient(left, #213053 0%, #0095da 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#213053), color-stop(100%,#0095da));
    background: -webkit-linear-gradient(left, #213053 0%,#0095da 100%);
    background: -o-linear-gradient(left, #213053 0%,#0095da 100%);
    background: -ms-linear-gradient(left, #213053 0%,#0095da 100%);
    background: linear-gradient(to right, #213053 0%,#0095da 100%);
    opacity: 0.9;
    transition:0.5s;
}
.right-bar .news_right_bar ul li a .for_news_right:hover .zoom.have_img{
    opacity:0;
    transition:0.5s;
}
.show-gallery .zoom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background-color linear 0.5s;
}
.show-gallery .zoom:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-image: url('/img/zoom.png');
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-pager {
    display: inline-block;

    padding: 15px 45px;
    /* border-top: 1px solid #B5B5B5; */
    margin-top: 20px;
    /* text-align: left; */
}
.gallery-pager li {
    display: inline-block;
    /* font-style: italic; */
    width: 25px;
    height: 25px;
    background-color: #ccc;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    margin-right: 4px;
}
.gallery-pager li.last {
    display: none;
}
.gallery-pager li.first {
    display: none;
}
.gallery-pager li.selected{
    background-color: #6c6;
}
.gallery-pager a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.gallery-pager .selected a {
    /* color: #0095DA; */
}


.news_slider .top-caroucel .pag {
    display: none!important;
    width: 65px;
    height: 490px;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
}
.news_slider #cPrev {
    float: left;
    display: none;
    background-image: url('/img/arrow-prev.png');
    background-position: 40px 230px;
}
.news_slider #cNext {
    float: right;
    display: none;
    background-image: url('/img/arrow-next.png');
    background-position: 15px 230px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.left {
    float: left;
}

.right {
    float: right;
}

/*.clearfix {*/
    /*float: none;*/
    /*clear: both;*/
/*}*/

.hidden {
    display: none !important;
    visibility: hidden;
}
.my-hidden {
    height: 0;
    overflow: hidden;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.absolute-bottom {
    position: absolute;
    bottom: 0;
}
.text-center {
    margin: 26px auto; */;
    text-align: center;
    display: inline-block;
}
.overflow-hidden {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.inline-block {
    display: inline-block;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.main-news-block{
    display: inline-block;
    border-bottom: 1px dotted #B5B5B5;
}
.news{
    /* margin-bottom:15px; */
}
.news_descr_container{
    position: absolute;
    top: 0;
    left: 295px;
    width: 610px;
    display: none;
}
.news_descr_container .news-head-link {
    color: #0095da;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 8px;
    text-decoration: none;
    /* display: none; */
    /* float: left; */
    /* width: 345px; */
    display: inline-block;
}
.news_latest_title{
    color:#0095da;
    font-size:18px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.news_main_page_container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news_main_page_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
}
.news_main_page_container ul li {
     border-top: 1px dotted #B5B5B5;
 
     width: 280px;
}
.news_main_page_container ul li:last-child{
    border-bottom: 1px dotted #B5B5B5;
}
.news_main_page_container ul li .news_name{
    padding-top: 15px;
    padding-bottom: 15px;
    color:#979797;
    font-size:13px;
    cursor:pointer;
}

.news_href{
    padding-top: 20px;
    position: absolute;
    bottom: 22px;
}
.news_href a{
    color:#1b305f;
    font-size:13px;
    text-decoration: underline;
}
.news_href a:hover{
    text-decoration: none;
}

.news_img{
    float: left;
    margin-bottom:15px;
    margin-right: 15px;
    display: inline-block;
}
.news_text{
    /* float: left; */

    /* margin-left: 15px; */
    /* width: 345px; */
}
.news_name_descr{
    color: #0095da;
    height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}
.news_descr_full{
    color: #4e4e4e;
    /* display: inline-block; */
    /* height:80px; */
    /* overflow:hidden; */
    font-size: 13px;
    line-height: 20px;
}
.news_text .news_single_href:first-letter {
    text-transform: uppercase;
}
.news_single_href{
    /* margin-top: 15px; */
    
}
.news_single_href span{
    float:right;
    padding-left:20px;
    background: url('/img/fb_like.png') no-repeat left center;
    color:#1b305f;
    font-size:14px;
    height:15px;
}
p{
    margin:0;
}
/*.news_single_href a{*/
    /*color: #1b305f;*/
    /*font-size: 13px;*/
    /*text-decoration: underline;*/
    /*text-transform: capitalize;*/
/*}*/
/*.news_single_href a:hover{*/
    /*text-decoration: none;*/
/*}*/
.news_single_href .details .right:hover .animation{
    right: 25px;
}
.news_single_href .details .date{
    margin: 0;

    margin-top: 0px;
    margin-left: 26px;
}
.news_single_href .details .text{
    margin: 0 14px 0 0;
    color: #333;
    line-height: 30px;
}
.news_single_href .details .arrow{
    height: 30px;
    width: 30px;
}
.news_single_href .details .animation{
    height: 30px;

    width: 98px;
    right: -75px;
}
.tovar-container .content .details .right:hover .text {
    color: #fff;
}
.news_main_page_container ul li.active_news .news_descr_container{
    display:block;
}
.news_main_page_container ul li.active_news .news_name{
    color:#000;
    background: url('/img/news_main-arrow.png') no-repeat left center;
    padding-left: 20px;
}
.news_left{
    float:left;
    width: 200px;
    display:inline-block;
    border-right: 1px dotted #B5B5B5;
    padding-right: 15px;
}
.news_right_container{
    float:right;
    width: 300px;
    border-left: 1px dotted #B5B5B5;
    min-height: 315px;
    /* background-image: linear-gradient(to right, #0094D9, #213154); */
    text-align: right;
    padding-left:15px;
}
.news_center_container{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    border-top: none;
}
.news_center_container .head-print{

}
.news_center_container .head-print h1{
    float: left;

    color: white;
    font-size: 20px;
    line-height: 47px;
    padding-left: 16px;
}
.news-padding-container{
    padding: 30px 42px 0 32px;
    
    /* border-bottom: 1px solid #0072ba; */
}
.blogs_center_container {    
    float:left;
    padding-left: 20px;
    padding-right: 20px;
    width: 874px;
}
.blogs_center_container .news_single_href {
    margin-top: 6px !important;
    
}
.blogs_center_container .news_text {
    height: 60px;
    
}
.support{
    width:100%;
    display:inline-block;
    /* margin: 26px auto; */
    /* margin: 0 auto; */
    text-align: left;
}
.support.single-news{
    position: relative;

}
.support.single-news .news_center_container{
     background-color: #fff;
    border-bottom: 3px solid #6c6;
    border-left: 3px solid #6c6;
    border-right: 3px solid #6c6;
}
.support.single-news .news_center_container .news_text{
     /*border-bottom: 1px solid #0072ba; */
     color: black;
}
ul.list_news{
    min-height: 320px;
}
.news_title {
    color: #1b305f;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news_info {
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 30px;
}
.news_time {
    float: left;
}
.news_category {
    float: left;
}
.single-news .news_text {
    height: auto !important;
}
.news_center_container .news_text {
    height: 54px;
}
.news_center_container .news_text, .blogs_center_container .news_text:after {
    /* border-bottom: 1px solid #338ec8; */
}
.news_center_container .news_text,
.blogs_center_container .news_text {
    float:none;
    margin:0;
    color: #666666;
    font-size: 14px;
    width: auto;
    /* border-bottom: 1px solid #0072ba; */
}
.news_center_container .news_text p {
    line-height: 20px;
    padding-bottom: 20px;
}
.news_center_container .news_text a,
.page-content p a {
    color: #6c6;
}
.news_slider {
    margin-bottom: 20px;
    margin: 0 auto;
    width: 100%;
    /* border: 3px solid #0072ba; */
    border-bottom: none;
}
.news_left ul{
    list-style: none;

    margin: 0;
    padding-left: 5px;
    margin-bottom: 10px;
}
.news_left ul li{
    padding-top: 5px;

    padding-bottom: 5px;
}
.news_left ul li a.active{
    background: url('/img/news_main-arrow.png') no-repeat left center;
    padding-left: 22px;
    color:#000;
}
.news_left ul li a{
    color: #979797;
    text-decoration: none;
    padding: 5px 0px;
    display: block;
}

.news_left ul li a:hover{
    text-decoration:underline;
}
.news_right_container .fb-like-box{
    float: none;
    background-color: white;
    height: 265px;
}
.news_fb{
    margin-top:10px;
    padding-top:10px;
    border-top: 1px solid #B5B5B5;
    display: inline-block;
    padding-right: 25px;
    margin-bottom:10px;
}
.news_fb_right_widget{
    float: right ;
    padding-left: 15px;
    border-left: 1px dotted #B5B5B5;
}
.news_bottom .random-projects{
    border-top: 1px dotted #B5B5B5;
}
.news_blog_button{
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.news_list ul{
    margin:0;
    padding:0;
    list-style:none;
    /* min-height: 500px; */
}
.news_list ul li .news_list_img{
    display: inline-block;
    /* margin-right: 10px; */
    width: 200px;
    height: 100%;
    float: left;
    border: 1px solid #6c6;
    position: relative;
}
.news_list ul li .news_list_img a img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.news_list ul li .news_list_title a{
    color: #333;
    font-family: 'HelveticaNeueCyr-Roman';
    text-decoration: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.04em;
}
.news_list .list_news li .shadow{
    position: absolute;
    
    bottom: 0px;
    height: 1px;
    width: 33%;
    /* margin: 0 auto; */
    left: 33%;
    /* box-shadow: 0 2px 4px black; */
    /* z-index: 1; */
}
.news_list .list_news li{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    height: 210px;
    background-color: white;
    /*border: 1px solid #0072ba;*/
    /* box-shadow: 0px 2px 14px; */
    /*color:*/
    box-shadow: 4px 4px 13px #323433;
    position: relative;
    /* z-index: 32; */
}
.news_list .list_news li:nth-last-child(1){
    margin-bottom: 0;
}
.news_list ul li .news_info{
    margin-top: 5px;
    margin-bottom: 2px;
}
.news_list ul li .news_single_href{
    /* margin-top: 2px; */
    display: inline-block;
    width: 748px;
    height: 30px;
    background-color: #ccc;
    /* box-shadow: 0px 2px 10px black; */
}
.news_list ul li .news_single_href a{
    color: #fff;
    text-decoration: none;
}
.news_main_title{
    font-weight:bold;
    font-size:13px;
    color:#1b305f;
    padding-bottom:10px;
    text-transform: uppercase;
}
.news{
    position: relative;
    /* margin-top:40px; */
    /* min-height: 500px; */
}
.news_right_bar ul{
    margin:0;
    padding:0;
    list-style:none;
    margin-left:15px;
}
.border_news_container{
    display: inline-block;
    width: 300px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 20px;
}
.border_news{
    width: 60%;
    border-bottom: 1px solid #B5B5B5;
    display: inline-block;
}
.news_right_bar ul li{
    margin-bottom:10px;
    display: inline-block;
    width:300px;
    height: 110px;
}
.news_right_bar ul li a .for_news_right{
    position:absolute;
    width:300px;
    height:110px;
}
.news_right_bar ul li a span{
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    width: 300px;
    text-align: center;
}
.news_right_bar ul li a img{
    position: absolute;
    z-index:-2;
}
.news_right_bar ul li a{
    color:white;
    font-style:italic;
    font-size:13px;
    text-decoration: none;
    display: inline-block;
    width: 300px;
    height: 110px;
    overflow:hidden;
}
.news_right_bar_title{
    color: #0095DA;
    text-transform: uppercase;
    font-size:18px;
    margin-left:15px;
    margin-bottom:20px;
}
.fb_right_bar{
    float:right;
}
.breadcrumbs {
    margin: 5px auto 15px;
    position: relative;
    width: 100%;
    color: white;
    max-width: 950px;
    padding: 0 15px;
    font-family: 'HelveticaNeueCyr-Roman';
    text-transform: uppercase;
    line-height: 24px;
}
.breadcrumbs li {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #666;
}
.breadcrumbs li:first-letter {
    text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
    content: '|';
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}
.breadcrumbs li a {
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #000;
    text-transform: uppercase;
}
.breadcrumbs li:hover a{
    text-decoration: underline;
}
.blog_slider{
    margin-bottom:0!important;
}
.news_wrap{
    margin-bottom:20px!important;
}
#mega-prev {
    left: 0;
    background-position: top left;
}
#mega-prev:hover{
    background-position: bottom left;
}
#mega-next {
    right: 5px;
    background-position: bottom right;
    /*-moz-transform: scaleX(-1);*/
    /*-o-transform: scaleX(-1);*/
    /*-webkit-transform: scaleX(-1);*/
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#mega-next:hover{
    background-position: 0px -26px;
}
#mega-prev1, #mega-next1{
    position: absolute;
    top: 85px;
    color: white;
    text-decoration: none;
    height: 20px;
    width: 20px;
    z-index: 112;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mega-prev1 {
    left: 4px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
#mega-next1{
    right: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
#mega-prev1:hover {
    border-bottom: 1px solid #66cc66;
    border-left: 1px solid #66cc66;
}
#mega-next1:hover {
    border-top: 1px solid #6c6;
    border-right: 1px solid #6c6;
}
#actions #mega-prev, #actions #mega-next {
    background: url("/img/slider-nav-buttons.png");
    /*background-size: cover;*/
    position: absolute;
    top: 85px;
    color: white;
    text-decoration: none;
    /* font-size: 48px; */
    height: 25px;
    width: 17px;
    z-index: 112;
}
#mega-prev, #mega-next {
    top: 41px;
    position: absolute;
    color: white;
    text-decoration: none;
    height: 20px;
    width: 20px;
    z-index: 112;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mega-next {
    right: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
#mega-next:hover {
    border-top: 1px solid #6c6;
    border-right: 1px solid #6c6;
}
#mega-prev {
    left: 4px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
#mega-prev:hover {
    border-bottom: 1px solid #66cc66;
    border-left: 1px solid #66cc66;
}
.caroufredsel_wrapper{
    margin: 0 auto !important;
    /* width: 944px !important; */
}
.categories a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 100%;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
    display: table-cell;
}
.categories #menu-outer{
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
}
.categories ul{
    display: table-row;
}
.categories ul li{
    display: table-cell;
    background: url("../img/menu2-bg.png");
    /*padding: 0 15px;*/
    height: 90px;
    /*width: auto;*/
    text-align: center;
    vertical-align: middle;
    position: relative;
    list-style-type: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;

    /*-webkit-box-sizing: content-box;*/
    /*-moz-box-sizing: content-box;*/
    /*box-sizing: content-box;*/

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
/*.categories ul li:hover{
    font-size: 18px;
    height: 110px;
    width: auto;
}*/
.categories ul li ul{
    position: absolute;
    left: -99999999px;
    top: 88px;
    opacity: 0;

    -webkit-transition: 0.25s linear opacity;
    -moz-transition: 0.25s linear opacity;
    -ms-transition: 0.25s linear opacity;
    -o-transition: 0.25s linear opacity;
    transition: 0.25s linear opacity;

    z-index: 9999;
    display: block;
}
.categories ul li ul li{
    position: relative;
    display: block;
    height: 30px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    padding: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.categories ul li ul li ul{
    padding-top: 0;
    top: 0;
    opacity: 0;
    display: none;
    right: 0;
}
.categories ul li ul li a {
    display: block;
    line-height: 18px;
}
.categories ul li ul li ul li{
    /* margin-top: -2px; */
    
    /*width: 100%;*/
}
.categories ul li ul li:hover ul{
    position: relative;
    opacity: 1;
    top: -23px;
    left: 0;
    /* height: 23px; */
    display: block;
    /*height: 23px;*/
    /* overflow: hidden; */
}
.categories ul li ul li a{
    position: relative;
    font-size: 13px;
}
.categories ul li:hover ul{
    left: 0;
    /*right: 0;*/
    opacity: 1;
    /*width: 100%!important;*/
}
.container{
    width: 100%;
    max-width: 980px;
    padding: 0 15px;
    margin: 0 auto;
}
.left-container{
    width: 189px;
    float: left;
    min-height: 500px;
    /* background-color: white; */
    position: relative;
}

.right-container{
    width: 780px;
    float: right;
    min-height: 500px;
    /* background-color: white; */
    position: relative;
    /* display: table; */
}

.filters{
    margin-bottom: 26px;
    font-size: 18px;
    font-family: 'HelveticaNeueCyr-Roman';
    line-height: 24px;
}
.filters .head-filter{
    text-align: center;
    background: url('../img/filter-bg.png');
    padding: 12px 0;
    letter-spacing: 0.02em;
    color: white;

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
.filters .filter{
    background-color: white;

    /* font-size: 13px; */
    padding-bottom: 11px;
}
.filters .filter:last-child{
    border: none;

    padding-bottom: 18px;
}
.filter-title{
    padding: 5px 20px;
    letter-spacing: 0.02em;
    color: #999;
}
.filter ul{
    list-style: none;
    padding-left: 30px;
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.filter ul li{
     position: relative;
    font-family: 'HelveticaNeueCyr-Light';
    line-height: 24px;
    font-size: 16px;
}
.filter ul li:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 4px;
    height: 12px;
    width: 5px;
    background: url("/img/filter-li-arrow.png") no-repeat;
    display: none;
}
.filter ul li:hover:before{
    display: block;
}
.filter ul li.active:before{
    display: block;
}
.filter ul li a{
    text-decoration: none;
    color: black;
    font-family: 'HelveticaNeueCyr-Light';
    line-height: 24px;
    font-size: 16px;
}
.banners{
    /* margin-top: 26px; */
}
.banner{
    max-width: 189px;

}
.banner img{
    max-width: 189px;

}
.tovar-container{
    height: 162px;

    /* display: table-row; */
    margin-bottom: 31px;
    background-color: white;
    /*border: 1px solid #0072ba;*/
}
.tovar-container div {
    /*border: 0!important;*/
}
.tovar_img {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 100;
    border: 1px solid #6c6;
    float: left;
}
.tovar-container .tovar_img a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.tovar-container .tovar_img img{
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.tovar-container .content{
    width: 580px;
    height: 142px;
    margin-left: 200px;
}
.tovar-container .content .title{
    padding: 8px 30px 18px 24px;
    display: block;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: #000;
    /*font-weight: 700;*/
}
.tovar-container .content .text{
    height: 76px;
    padding: 0 30px 0 24px;
    /* overflow: hidden; */
}
.tovar-container .content .bottom{
    /* width: 100%; */
    
    overflow: hidden;
    height: 21px;
}
.tovar-container .content .details{
    background-color: #ccc;

}
.tovar-container .content .details .right{

}
.tovar-container .content .details .right .text{
    padding: 0;
    
    height: 100%;
    color: #333;
}
.tovar-container .content .details .right .text a{
    text-decoration: none;
    color: white;
    font-size: 13px;
}
.feedback-container{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.feedback{
    width: 393px;
    background-color: #ccc;
    height: 30px;
    margin-top: 22px;
    margin-bottom: 24px;
}
.feedback .icon{
    width: 30px;
    border-right: 1px solid #ccc;
    height: 100%;
    float: left;
    margin-right: 7px;
    background: url("/img/feedback-pic.png") no-repeat;
    background-position: 9px;
}
.feedback input{
    width: 161px;

    float: left;
    vertical-align: middle;
    margin: 4px 0;
}
.feedback a,.feedback button{
     width: 170px;
     /* padding-top: 4px; */
    
     /* padding-bottom: 2px; */
     background-color: #6c6;
    color: white;
    font-size: 14px;
     display: inline-block;
     float: right;
     /* margin: 4px 0; */
     text-decoration: none;
     text-align: center;
     line-height: 30px;
     height: 100%;
     outline: none;
     border: none;
}
.page-contacts{
    /* height: 600px; */
    width: 100%;
    max-width: 950px;
    margin: 0 auto 23px auto;
    background: url("../img/menu2-bg.png");
    border: 3px solid #6c6;
    position: relative;
    /*margin-bottom: 23px;*/
}
.page-contacts .head{
    min-height: 180px;
    margin-bottom: 12px;
}
.page-contacts .head .contacts{
    width: 43%;
    height: 100%;
    float: left;
    color: white;
    font-size: 15px;
}
.page-contacts .head .contact{
    margin: 28px 0 0 46px;
    height: 30px;
    padding-left: 40px;
}
.page-contacts .head .contacts .adress{
    margin: 36px 0 0 46px;
    background: url("/img/area-pic.png") no-repeat;
}
.page-contacts .head .contacts .phone{
    background: url("/img/pic-phone.png") no-repeat;
    margin-top: 20px;
    height: auto;
}
.page-contacts .head .contacts .mail{
    background: url("/img/mail-pic.png") no-repeat;
    margin-top: 15px;
}
.page-contacts .head .contacts .mail a{
    text-decoration: none;
    color: white;
}
.page-contacts .head .widget{
    width: 53%;
    float: right;
    /* height: 100%; */
}
.form span{
    float: left;
    display: inline-block;
    color: white;
    margin: 10px 0 5px 0;
}
.left-form-part{
    display: inline-block;
    float: left;
    clear: both;
    width: 204px;
}
.left-form-part .row{
    margin-bottom: 10px;
    
}
.left-form-part .row input{
    font-size: 15px;
    padding: 4px;
    width: 196px;
}
.left-form-part .row:last-child{
    margin-bottom: 14px;
    
}
.right-form-part{
    float: right;
    display: inline-block;
    margin-right: 15px;

}
.right-form-part textarea{
    padding: 5px;
    
    font-size: 15px;
    width:240px;
    height:137px;
    resize: none;
}
.row.buttons input{
    float: left;

    display: inline-block;
    border: none;
    height: 28px;
    width: 208px;
    background-color: #ccc;
    color: #333;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #ccc;
}
.row.buttons input:active{
    border: none;

}
.row.buttons input:focus{
    outline: none;
}
.inner-categories .wrap{
    z-index: 0;
    
    /* display: table; */
    text-align: center;
}
.row-categories{
    height: 204px;
    margin-bottom: 20px;
    /* position: relative; */
    display: inline-block;
    /* text-align: center; */
}
.row-categories .category{
    height: 100%;
    width: 191px;
    float: left;
    background: url('../img/filter-bg.png');
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 1px 1px 10px black;
    letter-spacing: 0.7px;
}
.row-categories .category:hover{
    font-weight: bold;
    letter-spacing: 0;
}
.row-categories .category:nth-child(5n){
    margin-right: 0;
}
.row-categories .category img{
    width: 100%;
    height: 100%;
}
.row-categories .category .img{
    width: 100%;
    height: 144px;
}
.row-categories .category .head{
    height: 60px;
    text-align: center;
    /* line-height: 60px; */
    font-size: 14px;
    color: white;
    display: table-cell;
    vertical-align: middle;
}
.position{

}
.position .wrap{
    z-index: 0;

}
.position .wrap .head{
    height: 48px;
    color: white;
    background: url("../img/menu2-bg.png");
    line-height: 48px;
    font-size: 16px;
}
.position .wrap .head a{
    color: white;
    text-decoration: none;
    /* padding: 0px 0; */
    display: inline-block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    /* max-width: 120px; */
}
.position .wrap .head a:hover{
    text-decoration: underline;
}
.position .wrap .head .service{
    float: left;
    background: url("/img/service-pic.png") no-repeat;
    background-position: 28px 9px;
    height: 100%;
    width: 300px;
    margin-right: 36px;
    padding-left: 60px;
}
.position .wrap .head .service:hover a{
    border-bottom: 1px solid white;
}
.position .wrap .head .materials{
    /* width: 100%; */
    overflow: hidden;
    height: 100%;
    background: url("/img/materials-pic.png") no-repeat;
    background-position: 0px 11px;
    /* float: left; */
    /* list-style: none; */

    padding-left: 34px;
}
.position .wrap .head .materials span:nth-child(2):hover{
    cursor: pointer;
    text-decoration: underline;
}
.position .wrap .head .materials span{
    float: left;
}
.position .wrap .head .materials ul{
    list-style: none;
    height: 100%;
    overflow: hidden;
    padding-left: 14px;
}
.position .wrap .head .materials li{
    float: left;

    padding-left: 22px;
    position: relative;
    /* max-width: 120px; */
}
.position .wrap .head .materials li:hover a{
    border-bottom: 1px solid white;
}
.position .wrap .head .materials li:before{
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    /*border-left: 1px solid #0065a5;*/
    left: 10px;
    top: 12px;
    /* bottom: -6px; */
    font-size: 21px;
}

.position .wrap .head .print{
    float: right;
    background: url("/img/print-pic.png") no-repeat;
    background-position: 5px;
    height: 100%;
    width: 60px;
    display: block;
    padding: 0;
}
.print{
    float: right;
    background: url("/img/print-pic.png") no-repeat;
    background-position: 5px;
    height: 100%;
    width: 60px;
    display: block;
    padding: 0;
}
.head-print{
    height: 47px;
    background: url("../img/menu2-bg.png");
}
.position .wrap .content{
    width: 100%;
}
.actions{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.action-row{
    margin-bottom: 19px;
}
.action-block{
    width: 491px;
    height: 504px;
    margin-right: 17px;
    display: inline-block;
    float: left;
    background-color: #0072ba;

    margin-bottom: 19px;
}
.action-block a{
    color: white;
    text-decoration: none;
}
.action-block:nth-child(2n){
    margin-right: 0;
}
.action-block .head{
    height: 47px;
    /*text-align: center;*/
    line-height: 47px;
    padding-left: 27px;
    color: white;
    display: block;
}
.action-block .img{
    height: 230px;
    margin-bottom: 3px;
    /* margin: 0 3px; */
    margin-left: 3px;
    margin-right: 3px;
    background-color: white;
    text-align: center;
    /* vertical-align: middle; */
    /* display: inline-block; */
    /* vertical-align: middle; */
}
.action-block .img img{
    width: 100%;
    height: 100%;
}
.action-block .action-content{
    height: 152px;
    margin: 0 3px;
    background-color: white;
    padding-left: 27px;
    padding: 22px 24px 20px 27px;
    /* overflow: hidden; */
}
.action-block .date{
    margin-left: 16px;
    color: white;
}
.page-content .properties{

}
.page-content .properties .name{
    color: #ccc;
}
.page-content .properties .value{
    padding-left: 20px;
}
.news-content{
    height: 151px;
    
    padding: 13px 38px 17px 25px;
}
.news-content .news_list_title{
    margin-bottom: 20px;
}
.errorMessage:before{
    content: '*';
}
.errorMessage{
    color: white;
    font-size: 12px;
}
.outer-wrapper{
    display: table;
    
    width: 100%;
}
.inner-wrapper{
    display: table-row;
}
.er404{
    /*margin-top: 500px;*/
    width: 1000px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
    margin: 380px auto 30px auto;

}
.buttons{
    clear: left;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
}
.feedback-ok{
    font-size: 18px;
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
}
.feedback-ok img{
    width: 50px;
    height: 50px;
    margin-left: 20px;
}
#fancybox-block-inside{
    display: none;
    /* background-color: white; */
    background: url("../img/menu2-bg.png");
    padding: 30px;
    /* border-radius: 10px; */
    border: 1px solid white;
    padding-top: 20px;
}
#fancybox-block-inside ul{
    /* list-style-type: ethiopic-halehame-om-et; */

    color: #fff;
}
#fancybox-block-inside ul li{
    color: white;

    margin-bottom: 15px;
}
#fancybox-block-inside span{
    background: url("/img/materials-pic.png") no-repeat;

    display: inline-block;
    margin-bottom: 10px;
    color: white;
    font-size: 18px;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-left: -20px;
}
#fancybox-block-inside ul li:last-child{
    margin-bottom: 0;
 }
#fancybox-block-inside ul li a{
    text-decoration: none;
}
#fancybox-block-inside ul li a:hover{
    text-decoration: underline;
}
#fanc-a{
    width: 100px;
}
.subscribe-ok{
    height: 30px;
    width: 30px;
    float: right;
    position: absolute;
    left: 395px;
}
.subscribe-ok img{
    width: 100%;
    height: 100%;
}
.page-content-block table{
    margin: 15px 0;
}
.page-content-block table td{
    padding: 0 10px;
}
@media print {
    .breadcrumbs{
        display: none;
    }
    .menu-wrap{
        display: none;
    }
    header{
        display: none;
    }
    .header-conteiner{
        display: none;
    }
    .categories{
        display: none;
    }
    footer .menu{
        display: none;
    }
    .footer-logo a:after{
        content: '';
    }
    .feedback-container,.head-print,.news_slider{
        display: none;
    }
    .page-content-block,footer{
        /*max-width: 180mm;*/
    }
    .footer-list.area,.footer-list.mail,.footer-list.contacts{
        margin: 0;
    }
    .footer-logo{
        margin-right: 0;
        margin-left: 0;
        float: left;
    }
}
@media (min-width: 1000px) {
    body {
        overflow-x: hidden;
    }
}

@media (min-width: 0px) and (max-width: 1000px) {
    body {
        width: 1000px;
        overflow-x: auto;
    }
    .cont1024px{
        width: 1024px;
        overflow-x: hidden;
        margin: 0 auto;
    }
}
@media print {
    * {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
    .head {
        background-color: #0072ba!important;
        color: #fff!important;
    }
    .position .wrap .head a {
        color: white!important;
    }
    .position .wrap .head .service {
        float: none!important;
        background: url("../img/service-pic.png") no-repeat 28px 9px!important;
        height: 100%;
        width: 300px;
        margin-right: 36px;
        padding-left: 60px;
    }
    .position>.wrap .page-content-block, .position .wrap .page-content-block, .page-content-block {
        width: 100% !important;
        position: static!important;
    }
    #carousel-wrapper {
        float: none!important;
    }
    #carousel{
        position: static!important;
    }
    .news_slider #carousel .slide {
        float: none!important;
    }
    #carousel .slide, #carousel a, #thumbs span, #thumbs a {
        float: none!important;
    }
    .news_slider {
        border: none;
    }
    .news_slider::after {
        content: '';
        display: table;
        clear: both;
    }
    .news_slider #carousel .slide {
        border: 0px solid #000!important;
    }
    .page-content-block .news_slider {
        border: none!important;
    }
    .head a:after {
        content: "";
    }
    .menu-wrap {
        display: none;
    }
    #header-conteiner {
        display: none;
        border: none!important;
    }
    .position .wrap .head .print {
        display: none;
    }
    table.tab_body {
        width: 100% !important;
    }
    .wrap,
    .position .wrap,
    .position .wrap .page-content-block,
    .position, .page-content-block, .news_slider,
    .page-content-block .news_slider #carousel-n-thumbs,
    .news_slider .top-caroucel,
    .news_slider .caroufredsel_wrapper,
    .news_slider #carousel .slide {
        width: 100%!important;
    }
    img { max-width: 100% !important; }
    .title_position {
        text-align: center;
        color: #0072ba!important;
        font-size: 22px;
        margin: 10px 0;
        font-weight: 700;
    }
    #carousel-n-thumbs {
        background: transparent!important;
    }
    .footer-container a {
        display: none;
    }
    .footer-logo {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .footer-logo a{
        display: block;
        float: none;
    }
    .right {
        float: none!important;
        display: inline-block!important;
        vertical-align: bottom;
    }
    .copyright {
        display: none!important;
    }
    footer {
        border-top-width: 0px;
    }
}
@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}