@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 932px;
    }
}

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .bg-container, body > .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body {
    background: #f8f8f8;
    color: #424242;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

table img {
    max-width: none;
}

a {
    color: #5f96d;
    text-decoration: underline;
}

a:hover {
    color: #5f96d0;
    text-decoration: none;
}

.btn.no-btn {
    background: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
}

body, body * {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: .97em;
    line-height: 1.5em;
}

h1, h2, h3, h4 {
    color: #424242;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 34px;
    padding: 10px 0;
}

h2 {
    font-size: 30px;
    padding: 10px 0;
}

h3 {
    font-size: 23px;
    padding: 10px 0;
}

h4 {
    font-size: 18px;
    padding: 10px 0;
    color: #605f5f;
}

html, body {
    height: 100%;
}

div.bg-container {
    background: #E8E7E7;
}

header {
    min-height: 130px;
    position: relative;
}

nav {
background-color: #eaeaea; margin:0 auto 50px; padding:2px; width:928px; box-shadow:0 2px 3px #9f9f9f;
}

nav ul {
    /*background-color: #4b4d5d;*/
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav li {
    /*background:url(../images/bg-menu.png) no-repeat 0 50%;*/ display:table-cell; list-style:none; padding:0 0 0 1px; text-align:center;
}

nav a {
    color:#7b7b7b; display:block; font-size:14px; font-weight:bold; margin:0 auto; padding:16px 10px; text-decoration:none;
}


nav a:hover, nav .on a, nav .active a {
   color:#2f2f2f; background-color: #d9d9d9;
}

nav li:first-child, nav li.on + li {
   background:none; padding:0;
}

.slider-wrapper {background:#fff; display: block;color: #f4ece9; font-family: Arial; margin:-23px 0 30px; padding:5px; position:relative; border-radius:6px; box-shadow:0 2px 2px #d1d1d1;}

.main-wrapper {
    min-height: 100%;
}

.main-wrapper > .container {
    padding-bottom: 20px;
}

.top-line {
    height: 8px;
    background-color: #F0F0F0;
    border-top: 5px solid #707070;
    box-shadow: 0px 3px 2px #C9C8C8;
    position:relative;
}

.header-right-side {
    text-align: right;
    position: relative;
    display: table;
    min-height: 125px !important;
}

.header-logo-wrapper {
    display: table;
}

.header-logo-wrapper div {
    display: table-cell;
    height: 130px;
    vertical-align: middle;
}

.header-logo-wrapper img {
    margin-top: 10px;
    max-height: 115px;
}

.header-center-side {
    color:#222; font-family:Arial; font-size:12px; line-height:1.5; text-align:right;
}


.header-table-cell {
/*padding:30px 5px;*/
}


.header-table-cell span {color:#676767; font-family:Verdana; font-size:24px; font-weight:bold;}
.header-right-side p {
    margin-bottom: 0;
}

.header-right-side a.btn.no-btn {
    font-size: 1.3em;
}

.header-phone-wrapper span {
    font-size: 1.9em;
}

.list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-menu li {
    padding: 5px 0;
}

.list-menu > li {
}

.list-menu > li:last-child {
}

.list-menu a {
    color: #157298;
    font-size: 18px;
    padding: 5px 0 0 25px;
    position: relative;
    text-decoration: none;
    display: block;
}

.list-menu a:before {
    content: '›';
    color: #dbe3e6;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 4px;
}

.list-menu a:hover, .list-menu .active > a {
    color: #4F4F4F;
    text-decoration: none;
}

.list-menu .on a:before {
    border: none;
    border-top: 4px solid #333745;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 8px;
}

.list-menu ul {
    display: none;
    padding: 5px 0 0 10px;
    margin: 0 0 0 20px;
    list-style: none;
    font-size: .9em;
}

.list-menu ul a:before {
    content: '-';
    color: #4F4F4F;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: -3px;
}

.list-menu .active > ul {
    display: block;
}

.list-menu ul a {
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

.list-menu ul a:before {
    /*display: none;*/
}

.list-menu ul li {
    padding: 3px 0;
}

.list-menu ul ul {
    padding: 5px 0 0 27px;
}

.footer-wrapper {
    clear: both;
    height: 124px;
}

footer {
    background: #313131;
    clear: both;
    min-height: 124px;
    margin: -124px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 200;
    font-size: .8em;
}

footer .container {
    position: relative;
    color: #b0d0ec;
    padding-top: 30px;
}

footer .copyright {
    font-size: 1em;
}

footer .developer {
    text-align: right;
}

footer .developer a {
    color: #fff;
}

footer .developer img {
    float: right;
    margin-top: 4px;
    padding-left: 8px;
}

footer .counters {
    text-align: center;
}

footer .counters img {
    margin: 0 5px;
}

.news-item {
   clear:both;
   padding: 15px 0 15px;
}

.news-item.news-item-first {
    border-top:1px solid #D2D0D0;
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item .news-item-text {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    overflow: hidden;
    padding: 0 20px 0 0;
    color: #45454a;
    font-size: 1em;
}

.news-item .news-item-text p {
    font-size: 12px;
}

.news-item .news-item-text .news-item-name {
    font-size: 1.2em;
    padding: 0 0 3px;
    margin-bottom: 0;
    font-weight:bold;
}

.news-item .news-item-name a {
    color: #424242;
    text-decoration:none;
}

.news-item .news-item-name a:hover {
    /*color: #2ca3f9;*/
}

.news-item .news-item-date {
   color:#8e8e8e; font-size:12px; padding:0 0 10px;
}

.page .news-item .news-item-date {
    padding: 0;
}

.news-item-detail .news-item-date {
    margin-bottom: 10px;
    display: block;
    width: 100px;
    text-align: center;
}

.news-item-detail .news-item-text > img:first-child {
    float: left;
    margin: 5px 15px 0 0;
    padding: 1px;
}

.home-news-block h3 {font-size:25px; font-weight:bold;}

.content-wrapper {
    padding-bottom: 20px;
}

.breadcrumb {
    color: #8d8d8d;
    font-size: .8em;
    margin: 0;
    padding: 17px 0 7px;
    background: none;
}

.breadcrumb li a {
    color: #0f68ce;
    padding: 0;
}

.breadcrumb li.active {
    color: #8d8d8d;
}

.breadcrumb > li > .divider {
    padding: 0 1px;
}

.main-container {
    min-height: 100%;
    font-size: 1.1em;
}

.other-news h2 {
    font-size: 1.6em;
    font-weight: normal;
    padding: 30px 0 20px;
    /*text-transform: uppercase;*/
    /*border-top: 1px solid #c3c2c3;*/
    margin-top: 20px;
}

.navN {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #9e9e9e;
}

.navN ul {
    display: table;
    list-style: none;
    margin: 0 auto;
}

.navN li {
    float: left;
    margin: 20px 2px;
    border: 1px solid #d9d9d9;
    padding: 2px;
}

.navN a {
    color: #9e9e9e;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 0;
    text-decoration: none;
    line-height: 2;
}

.navN .on a, .navN .active a, .navN li:hover a {
    background-color: #2e86c1;
    color: #fff;
    font-weight: bold;
}

.navN .hidden {
    display: none;
}

.pintable, .pintable0 {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.pintable th, .pintable thead .odd td, .pintable thead td {
    background: #2e86c1;
    border: 1px solid #dbdbdb;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    /*text-align: center;*/
    text-transform: uppercase;
}

.pintable td {
    border: 1px solid #999;
    padding: 5px;
}

.pintable0 th, .pintable0 td {
    padding: 5px;
}

.pintable th p, .pintable0 th p, .pintable td p, .pintable0 td p {
    padding: 0;
    margin: 0;
}

.itexmodal-container {
    background: #fff;
    border: 1px solid #c2c7c9;
    border-radius: 0;
    padding: 20px 20px;
}

.itexmodal-container .itexmodal-title {
    background: none;
    border: none;
}

.itexmodal-container .itexmodal-title .ui-dialog-title {
    color: #000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.9em;
    padding: 10px 0 0;
    font-weight: normal;
}

.itexmodal-container .itexmodal-title .ui-dialog-titlebar-close {
    position: absolute !important;
    top: -30px !important;
    right: -15px !important;
    background: none !important;
}

.itexmodal-container .itexmodal-title.itexmodal-show-title .ui-dialog-titlebar-close {
    top: 0 !important;
}

.itexmodal-container .itexmodal-content {
    font-size: 1.1em;
}

.itexmodal-container .itexmodal-content label {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

.itexmodal-container .itexmodal-content input {
    width: 288px;
    border-radius: 0;
    font-size: 1.1em;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #8dbacc;
    color: #000;
}

.itexmodal-container .itexmodal-content input[type="file"] {
    margin-bottom: 15px;
}

.itexmodal-container .itexmodal-content textarea {
    width: 100%;
    resize: none;
    font-size: 1.1em;
    height: 130px;
    box-sizing: border-box;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #8dbacc;
    color: #000;
}

.ui-scrollable-wrapper .itexmodal-container {
    top: 15px !important;
}

.itexmodal-container .itexmodal-content .btn {
    background: #aaa;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.1em;
    margin: 12px 0 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    padding: 5px 10px;
}

.itexmodal-padding-content label.error {color:#333 !Important;}
.itexmodal-padding-content .help-block {font-size:12px; font-family:Arial; font-weight:normal; margin-top:-10px;}
.confirm-order-form label.error {color:#333 !Important;}
.confirm-order-form .help-block {font-size:12px; font-family:Arial; font-weight:normal; margin-top:-10px;}
.QapTcha .TxtStatus {font-size:12px !important;}

.product-group {
    border-right: 1px solid #b3b3b5;
    border-bottom: 2px solid #b3b3b5;
}

.product-group-image img {
    margin-right: -1px;
}

.product-group-text, .product-group-footer {
    padding: 0 10px;
}

.product-group-footer {
    text-align: right;
    padding-bottom: 10px;
    font-size: .8em;
}

.bxslider {
    margin: 0;
}

.slider-wrapper .bx-wrapper {
    margin: 0px;
}

.slider-wrapper .bx-wrapper .bx-viewport {
    border: 0px;
    left: 0px;
}

.slider-wrapper .bx-wrapper .bx-caption {
    width: 60%;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    font-size: 1.2em;
    color: #fff;
}

.slider-wrapper .bx-wrapper .bx-caption h1,
.slider-wrapper .bx-wrapper .bx-caption h2,
.slider-wrapper .bx-wrapper .bx-caption h3,
.slider-wrapper .bx-wrapper .bx-caption h4,
.slider-wrapper .bx-wrapper .bx-caption h5,
.slider-wrapper .bx-wrapper .bx-caption h6 {
    color: #fff;
}

.slider-wrapper .bx-wrapper .bx-pager {
    bottom: 25px;
    right: 20px;
    width: auto;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background: #C9C9CC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #F6C235;
}

.btn.no-btn.app-modal-link {
background:#f9c436; text-decoration:none; cursor:pointer; color: #fff; display:block; font-size: 16px; font-family:Verdana, Arial Narrow, Arial; font-weight:bold; cursor: pointer; padding:12px 0; text-align:center; text-transform:uppercase; border-radius:3px; box-shadow:1px 1px 2px #957620;
}

.btn.no-btn.app-modal-link:hover {
    opacity: 0.8;
}

.news-menu {
    background-color: #f0f6f8;
    padding: 30px 0px;
}

.all-news-link {
    color:#5f96d0; font-size:15px; float:right; font-weight:normal; text-decoration:none; margin:16px 0 0 10px;
}

.home-content {
    padding: 20px 0;
    background:#e8e7e7;
}

.home-content .title {color:#424242; font-size:26px; font-weight:bold; margin:0; padding:0 0 10px; text-align:center;}
.home-content .title + hr {margin:0 0 40px; border-top-color: #ddd; border-bottom-color: #eee;}

.slider-wrapper .bx-wrapper .bx-viewport {
    box-shadow: none;
}

.span4 + .span8-no {
    width: 65.81196581196582%;
}
.product-list-item-image img {border:5px solid #fff; display:block; margin:0 0 10px; border-radius:6px; box-shadow:1px 2px 3px #b3b2b3;}
.product-list-item-title {font-size:14px; font-weight:bold; min-height:27px; }
.product-list-item-title  a {color:#424242;text-decoration:none;}
.product-list {color:#556977; font-size:1em;}

.white-fon {background:#F8F8F8; padding:20px 0;}
.gray-fon {padding:30px 0 10px;}

.page-content {
    padding-bottom: 20px;
}

@media (max-width: 979px) {
    nav {
        width: 100%;
    }
}

@media (max-width: 767px) {
    nav, nav li {
        height: auto;
    }
    nav ul, nav li {
        display: block;
    }

    nav li {
        background-image: none;
    }

    .content-wrapper {
        padding: 20px;
    }

    footer .copyright {
        padding-left: 20px;
    }

    footer .developer {
        padding-right: 20px;
    }
}

/* adaptive solution modal window */
@media (max-width: 579px) {
    .ui-dialog.ui-widget.ui-widget-content {
        max-width: 100%;
        left: 0 !important;
    }

    .itexmodal-padding-content {
        width: inherit !important;
    }
}
