/*@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

body {
    font-family: 'Roboto', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12pt;
    color: #2A373E;
    /*#596770;*/
    height: 100%;
}
h1,
h2:not(.th2),
h3,
h4,
h5 {
    font-family: 'Roboto', 'Trebuchet MS', Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}
h1,
h2:not(.th2) {
    font-size: 22pt;
    font-weight: bold;
    color: #2A373E;
    margin: 10px 0;
    margin-top: 0.5em;

}
h2:not(.th2) {
    color: #4395c1;
}
h4,
h3 {
    color: #4395c1;
    font-weight: bold;
    font-size: 16pt
}
h5 {
    font-size: 12pt;
    text-transform: uppercase;
    color: #596770
}
hr {
    margin-top: 15px;
    margin-bottom: 15px
}
a {
    color: #4395c1
}
a.link-foto {
    display: inline;
    background: url(../img/icons.png) right -104px no-repeat;
    padding-right: 19px;
    text-decoration: underline
}
a.link-more {
    display: inline-block;
    background: url(../img/icons.png) right -125px no-repeat;
    padding-right: 20px;
    color: #db3e38;
    text-decoration: underline
}
p {
    margin: 10px 0;
}
.disable {
    display: none;
}
.text-red {
    color: #d23a3e
}
a.button-red, a.button-red:hover {
    color: #d23a3e;
    border: 1px solid #d23a3e;
    padding: 2px 5px;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
}

a.button-red:hover {
    color: #69a120;
    border-color: #69a120;
}

/*.header {*/
    /*height: 80px;*/
    /*background-color: #ebebeb;*/
    /*width: 100%;*/
    /*font-size: 9pt;*/
/*}*/
/*.header .container {*/
    /*position: relative;*/
/*}*/

.newheader {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #EBEBEB;
    color: #EBF4F9;
    height: 165px;
    min-width: 860px;
    font-size: 16px; }

.newheader .topline {
    background: #4A5E6B;
    background: linear-gradient(to bottom right, #4A5E6B, #254051);
    height: 52px;
    color: #EBF4F9; }

.newheader .home-logo {
    margin-top: 11px;
    display: inline-block; }

.newheader .org.fn {
    display: inline-block;
    margin-left: 10px;
    font-size: 12pt; }

.newheader .topline .email {
    margin-top: 15px;
    margin-left: 15px;
    float: right; }

.newheader .topline a {
    color: #EBF4F9; }

.newheader .topline a:hover {
    color: #45BDE2; }

.newheader span.i-email {
    width: 16px;
    height: 16px;
    background: url(../assets/i-email.png) no-repeat;
    background-position: center center;
    float: left;
    margin-top: 3px;
    margin-right: 4px; }

.newheader span.i-call {
    width: 28px;
    height: 28px;
    background: url(../assets/i-call.png) no-repeat;
    background-position: center center;
    float: left;
    margin-top: 4px;
    margin-right: 3px; }

.newheader .home-info {
    color: #4A5E6B;
    margin-top: 15px; }

.newheader .home-info .phone, .newheader .home-info .opertime, .newheader .home-info .address {
    display: inline-block;
    display: inline-block;
    position: relative; }

.newheader .home-info .opertime {
    margin-top: 0px; }

.newheader .home-info .phone {
    font-size: 14pt;
    margin-top: 18px; }

.newheader .home-info .phone a.tel, .newheader .home-info .phone a.tel:hover {
    color: #4A5E6B;
    text-decoration: none; }

.newheader .home-info .phone::before {
    content: '';
    position: absolute;
    left: -40px;
    width: 28px;
    top: 8px;
    height: 28px;
    background: url(../assets/i-call.png) no-repeat;
    background-position: center center; }

.newheader .home-info .opertime::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 26px;
    width: 28px;
    height: 28px;
    background: url(../assets/i-opertime.png) no-repeat;
    background-position: center center; }

.newheader .home-info .address::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 18px;
    width: 28px;
    height: 40px;
    background: url(../assets/i-address.png) no-repeat;
    background-position: center center; }

.newheader .home-info p {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.3em; }

.newheader .home-info .address a {
    color: #4395C1; }

.fixed-header {
    opacity: 1;
    padding: 0 0 0 0;
    min-width:720px;
    border-bottom: 1px solid #ebebeb;

    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 103;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.fixed-header.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.fixed-header .newheader {
    height: 52px;
}

.fixed-header .main-nav {
    border-bottom: 0px solid #ebebeb;
}

.fixed-header .call {
    margin-top: 15px;

    margin-left: 15px;
    float: right;
}

.fixed-header .opertime {
    margin-top: 15px;
    float: right;
    margin-left: 15px;
    width: 130px;
}
.fixed-header .address {
    margin-top: 15px;
    float: right;
    margin-left: 15px;
    width: 130px;
}

.fixed-header p {
    margin:0;
}

.fixed-header span.i-call-s {
    width: 16px;
    height: 16px;
    background: url(../assets/i-call-s.png) no-repeat;
    background-position: center center;
    float: left;
    margin-top: 2px;
    margin-right: 3px; }

.fixed-header span.i-opertime-s {
    width: 16px;
    height: 16px;
    background: url(../assets/i-opertime-s.png) no-repeat;
    background-position: center center;
    float: left;
    margin-top: 2px;
    margin-right: 3px; }

.fixed-header span.i-address-s {
    width: 16px;
    height: 16px;
    background: url(../assets/i-address-s.png) no-repeat;
    background-position: center center;
    float: left;
    margin-top: 2px;
    margin-right: 5px; }

/*.vcard .org {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 4px;*/
/*}*/
.vcard .url {
    display: none;
}
.container {
    width: auto;
    /*940px;*/
    min-width: 720px;
    margin: 0 auto;
    padding: 0
}
.container hr {
    margin: 0
}
/*}*/
/*.home-logo {*/
    /*padding-top: 26px;*/
    /*float: left*/
/*}*/
/*.home-logo a {*/
    /*color: #596770*/
/*}*/
/*.home-info {*/
    /*float: right;*/
    /*margin-top: 2px;*/
/*}*/
/*.home-info p {*/
    /*margin: 0*/
/*}*/
/*.home-info .opertime {*/
    /*float: left;*/
    /*margin-left: 15px;*/
/*}*/
/*.home-info .opertime div.icon {*/
    /*height: 32px;*/
    /*width: 20px;*/
    /*margin-top: 25px;*/
    /*background: url(../img/icons.png) 0 -170px no-repeat*/
/*}*/
/*.home-info .opertime div {*/
    /*float: left;*/
    /*margin-top: 4px;*/
    /*margin-left: 3px;*/
    /*line-height: 22px;*/
    /*text-align: left;*/
/*}*/
/*.home-info .opertime .text-right {*/
    /*margin-top: 18px;*/
/*}*/
/*.home-info .opertime div>div {*/
    /*margin-top: 25px;*/
/*}*/
/*.home-info .opertime div span.monday {*/
    /*font-size: 11px;*/
    /*background-color: #00a2d8;*/
    /*color: #fff;*/
    /*padding: 0 3px;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
/*}*/
/*.home-info .opertime div span.sunday {*/
    /*font-size: 11px;*/
    /*background-color: #fc3b34;*/
    /*color: #fff;*/
    /*padding: 0 4px 0 4px;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
/*}*/
/*.home-info .email {*/
    /*float: left*/
/*}*/
/*.home-info .email div.icon {*/
    /*height: 20px;*/
    /*width: 20px;*/
    /*margin-top: 32px;*/
    /*background: url(../img/icons.png) 0 0 no-repeat*/
/*}*/
/*.home-info .email div {*/
    /*float: left;*/
    /*margin-top: 30px;*/
    /*margin-left: 3px*/
/*}*/
/*.home-info .phone {*/
    /*float: left;*/
    /*margin-left: 15px;*/
    /*margin-top: 3px;*/
/*}*/
/*.home-info .phone div.icon {*/
    /*height: 70px;*/
    /*width: 20px;*/
    /*margin-top: 1px;*/
    /*background: url(../img/icons.png) 0 -305px no-repeat;*/
/*}*/
/*.home-info .phone div {*/
    /*float: left;*/
    /*margin-top: 1px;*/
/*}*/
/*.home-info .address {*/
    /*float: left;*/
    /*margin-left: 15px*/
/*}*/
/*.home-info .address div.icon {*/
    /*height: 30px;*/
    /*width: 20px;*/
    /*margin-top: 23px;*/
    /*background: url(../img/icons.png) 0 -50px no-repeat;*/
    /*margin-right: 5px;*/
    /*float: left*/
/*}*/
/*.home-info .address div {*/
    /*float: left;*/
    /*margin-top: 12px*/
/*}*/
/*.home-info a {*/
    /*text-decoration: underline*/
/*}*/
.main-nav {
    height: 50px;
    text-align: left;
    border-bottom: 1px solid #ebebeb
}
.main-nav a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16pt;
    color: #596770;
    text-decoration: none
}
.main-nav a:hover {
    color: #db3e38
}
.main-nav a.on {
    color: #4395c1;
    font-weight: bold
}
.main-nav ul {
    margin: 0;
    margin-top: 12px;
    padding: 0;
}
.main-nav ul li {
    float: left;
    list-style-type: none;
    margin-right: 35px
}
.main-nav .search {
    float: right;
    width: 220px
}
.search input {
    border: 1px solid #d7d7d7;
    color: #969696;
    padding: 2px 5px;
    margin-top: -1px;
    width: 220px;
    height: 28px;
    float: right;
    background: #fff url(../img/icons.png) 195px -81px no-repeat
}
.news {
    border-bottom: 1px solid #ebebeb;
    background: url(../img/1x1.png) 388px repeat-y
}
.news .last-news,
.news .last-product {
    padding-bottom: 15px;
    margin: 0;
    position: relative
}
.news .last-news h2 {
    margin-top: 12px
}
.last-news p {
    margin-bottom: 0
}
.news-item p {
    margin: 0
}
/*.news-item {*/
    /*border-bottom: 1px solid #ebebeb;*/
    /*padding: 10px 0;*/
/*}*/
/*.news-item:last-of-type {*/
    /*border-bottom: 0*/
/*}*/
/*.news-item:first-of-type {*/
    /*padding-top: 0*/
/*}*/
.news .last-product h2 {
    color: #fff;
    background: url(../img/bg-h2-latest.png) repeat-x;
    display: inline-block;
    padding: 0 10px;
    margin: 15px 0;
    margin-left: -15px;
    vertical-align: top
}
.news .last-product h3 {
    font-size: 16pt;
    margin-left: 5px;
    color: #4395c1;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal
}
.news .last-product h3 span {
    font-size: 11pt;
    text-transform: none
}
.news .image {
    float: left;
    width: 40%;
    text-align: center
}
.news .content {
    width: 60%;
    margin-bottom: 15px
}
.news hr {
    margin: 5px 0
}

.pagination .current a {
    font-weight: bold;
}
.bottom-text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px
}
.advantage {
    margin-bottom: 10px
}
.advantage p {
    font-size: 12pt;
    color: #fff;
    text-transform: uppercase;
    background-color: #b8c85f;
    margin: 0;
    padding: 0;
    padding: 2px 8px 2px 2px;
    display: inline-block
}
.news-date {
    padding: 0 5px;
    margin-right: 5px;
    float: left;
    color: #fff;
    background-color: #97B1C2
}
.news-body p {
    margin: 0
}
.news-item2 {
    margin-bottom: 0;
    border-bottom: 1px dotted #ebebeb;
    padding: 10px 0 10px 0
}
.news-item2 p {
    display: inline
}
div#breadcrumb {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 9pt
}
div#breadcrumb div a {
    text-decoration: underline
}
div#breadcrumb div {
    float: left;
    margin-right: 5px;
}
.content {
    margin-bottom: 15px
}
.page-title {
    position: relative
}
.page-title h2,
.page-title h1 {
    display: inline-block;
    margin-right: 15px;
    font-size: 22pt;
    font-weight: bold;
    margin-top: 0.5em;
}
.page-title a {
    font-size: 9pt
}
ul.subnav {
    position: absolute;
    list-style: none;
    display: inline-block;
    right: 0;
    top: 20px;
}
.subnav li {
    display: inline-block;
    margin-left: 16px;
}
.subnav a {
    font-size: 14pt;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0 5px;
    background: url(../img/icons.png) left -278px no-repeat;
    padding-left: 16px
}
.subnav a:hover {
    color: #db3e38
}
.subnav a.on {
    color: #fff;
    background: #db3e38;
    padding-left: 5px
}
.main-content {
    margin: 15px 0;
    min-height: 350px
}
.main-content table,
ul:not(.subnav,
.mainnav) {
    margin: 10px 0
}
table {
    border-color: #ebebeb
}
.main-content ul.nav {
    margin: 0
}
.main-content.cols .row>div {
    padding-bottom: 25px
}
.main-content.cols h3 {
    margin-top: 0
}
.main-content.boxes {
    margin-top: 0
}
.contact-form hr {
    margin: 10px 0
}
input[type=text],
{
    margin-bottom: 10px
}
.contact .col-xs-4 {
    border-right: 1px solid #ebebeb;
    min-height: 130px
}
.contact .col-xs-4:last-child {
    border: 0
}
.contact .phones,
.contact .address,
.contact .email {
    padding-left: 50px
}
span.icon-address,
span.icon-phones,
span.icon-email {
    display: inline-block;
    height: 30px;
    width: 50px;
    position: absolute;
    left: 25px;
    top: 8px
}
span.icon-address {
    background: url(../img/icons.png) 0 -50px no-repeat
}
span.icon-phones {
    background: url(../img/icons.png) 0 -25px no-repeat;
    height: 20px;
    top: 14px
}
span.icon-email {
    background: url(../img/icons.png) 0 0 no-repeat;
    height: 20px;
    top: 17px
}
#gmap {
    height: 400px;
    margin-bottom: 10px
}
.page-title .dropdown {
    display: inline-block;
    width: 250px;
    top: -1px
}
.dropdown .pointer {
    border: solid 10px transparent;
    border-bottom-color: #758793;
    position: absolute;
    margin-top: -20px;
    margin-left: -10px;
    left: 50px
}
.page-title .dropdown>a {
    border: 0;
    background: 0;
    color: #4395c1;
    font-size: 9pt;
    border-bottom: 1px dotted #4395c1;
    padding: 0
}
.dropdown>a:hover {
    text-decoration: none
}
.dropdown .list {
    display: none;
    position: absolute;
    margin-top: 10px;
    background-color: #758793;
    z-index: 26;
}
.mainnav .list ul {
}
.mainnav .dropdown .pointer {
    left: 35px
}
.mainnav .list ul li {
    width: 100%;
    margin-right: 0;
}
.mainnav .list ul li a {
    font-size: 11pt;
    white-space: nowrap;
    font-family: 'Roboto', 'Trebuchet MS', Helvetica, sans-serif;
}
.mainnav .list ul li a:hover {
    color: #fff;
}
.dropdown.open .list {
    display: block
}
.dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.dropdown ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 10px
}
.dropdown ul li:hover a {
    background: #99aab5
}
.product-item {
    position: relative;
    width: 50%;
    float: left;
    height: 250px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin: 0
}
.product-item:nth-child(odd) {
    border-right: 1px solid #ebebeb
}
.product-item .product-info {
    margin-top: 10px
}
.product-item .title a {
    margin-bottom: 5px;
    color: #4395c1;
    font-weight: bold;
    margin-top: 0;
    font-family: 'Roboto', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 13pt
}
.product-item .title span {
    font-size: 10pt;
    font-weight: normal;
    color: #fff;
    background-color: #758793;
    padding: 0 5px
}
.products-list .product-image {
    padding-top: 45px;
    text-align: right
}
.product-item .latest,
.first-image .latest {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../img/stickers.png) 0 0 no-repeat;
    z-index: 20
}
.product-item .discount,
.first-image .discount {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../img/stickers.png) 0 -80px no-repeat;
    z-index: 21
}
.product-item .action,
.first-image .action {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../img/stickers.png) 0 -160px no-repeat;
    z-index: 22
}
.product-item .freeshipping {
    position: absolute;
    top: 15px;
    left: 0;
    width: 120px;
    height: 33px;
    background: url(../img/freeshipping.png) no-repeat;
    z-index: 22
}
.nav>li>a {
    padding: 5px 10px;
    background-color: #ebebeb;
    border-radius: 0;
}
.nav-tabs {
    border: 0
}
.nav-tabs h2 {
    font-size: 11pt;
    margin: 0;
    padding: 2px 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;

}
.nav-tabs li {
    margin-right: 10px
}
*>.nav-tabs li {
    margin-right: 5px;
}
.nav-tabs>li>a {
    border: 0;
    margin-bottom: 10px;
}
.nav-tabs>li>a {
    color: #758793;
    border: 0;
}
.nav-tabs>li.active>a:focus {
    border: 0
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #4395c1;
    color: #fff;
    border: 0;
}
.nav-tabs>li.benefits>a {
    background-color: #d23a3e;
    color: #fff;
}
.nav-tabs>li.benefits.active>a,
.nav-tabs>li.benefits.active>a:hover,
.nav-tabs>li.benefits.active>a:focus {
    background-color: #d23a3e;
    color: #fff;
    border: 0;
}
.products-list .description p:last-child:after,
.last-product .description p:last-child:after {
    content: "..."
}

.attention {
    color: red;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px red;
    padding: 5px;
}
.btn-group {
    background-color: #ccc
}
.product-view .store {
    margin-bottom: 10px;
}
/*.store a.btn-buy {*/
    /*background-color: #b8c85f;*/
    /*color: #fff;*/
    /*padding: 10px 15px;*/
    /*display: block;*/
    /*text-align: center;*/
    /*margin-top: 3px;*/
/*}*/
/*.store a.btn-buy:hover {*/
    /*background-color: #c7d866;*/
    /*text-decoration: none;*/
/*}*/
.store .btn-buy-credit {
    background-color: #FFDF00;
    padding: 1em 0;
    display: block;
    text-align: center;
    margin-top: 3px;
    width: 100%;
    margin-bottom: 10px;
}

.store .btn-buy-credit:hover {
    background-color: #efd10e;
    color: #000;
}

.store .btn-buy {
    padding: 15px 15px;
}

.store .btn-primary, .btn-primary {
    border: none;
    background-image: none;
}
.store .btn-primary, .store .btn-default {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 1em 0;
}
.store .price {
    font-size: 14pt;
    font-weight: bold;
}
.store .price span:not(.redprice) {
    font-weight: lighter;
    font-size: 12pt;
}
.price strike {
    font-weight: normal;
    font-size: 12pt;
}
span.redprice {
    color: #d23a3e;
}
.product-view .image {
    text-align: center
}
.product-view .first-image {
    margin: 0;
    margin-top: 25px;
    position: relative
}
.product-view .other-images {
    margin-top: 25px;
}
.product-view .other-images a,
.other-images a {
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ebebeb;
}
.product-view .action-info {
    padding: 6px 30px;
    margin-bottom: 15px;
    /* border: 2px solid #b8c85f; */
    /* text-transform: uppercase; */
    /* color: #b8c85f; */
    font-weight: bold;
    margin-right: 1em;
    margin-top: 1em;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    background-color: #FFDF00;
}
.action-info h4 {
}
.product-view .tab-content {
    padding: 10px 0
}
u.tooltip {
    width: auto;
}
.tooltip-inner {
    max-width: 300px;
}
u, span.toggle {
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
.glyphicon {
    color: #758793;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #758793;
}
.tooltip-inner {
    background-color: #758793;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #758793;
}
.configuration a {
    text-decoration: none;
}
.configuration .slider {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    height: 100px;
}
.configuration a {
    color: #758793;
}
.configuration a:hover {
    color: #4395c1;
}
.configuration .price {
    background-color: #758793;
    color: #fff;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.configuration a:hover .price {
    background-color: #4395c1;
}
.config-description {
    border: 1px dashed #4395c1;
    color: #4395c1;
    padding: 1px 10px;
}
.price-text span {
    background-color: #69a120;
    color:#fff;
    display: inline-block;
    padding: 5px;
    width: 100%;
}
.icon-plus {
    display: inline-block;
    height: 16px;
    width: 18px;
    background: url(../img/icons.png) 0 -377px no-repeat;
}
.owl-carousel .owl-wrapper {} .owl-carousel .owl-wrapper-outer {
                                  height: 100px;
                              }
.owl-item {
    text-align: center;
    border-right: 1px solid #ebebeb;
    height: 100px;
}
.owl-item a {
    display: inline-block;
}
.owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-prev {
    height: 100px;
    width: 20px;
    position: absolute;
    left: 0;
    background: rgba(176, 176, 176, 0.2) url(../img/icons.png) 0 -397px no-repeat;
}
.owl-next {
    height: 100px;
    width: 20px;
    position: absolute;
    right: 0;
    background: rgba(176, 176, 176, 0.2) url(../img/icons.png) 2px -471px no-repeat;
}
.owl-prev:hover,
.owl-next:hover {
    background-color: rgba(176, 176, 176, 0.4)
}
.grade-item {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    margin: 10px;
    width: 120px
}
.tab-content #files ul {
    margin-top: 10px
}
ul li.pdf {
    list-style-image: url(../img/icon-pdf.png)
}
ul li.xls {
    list-style-image: url(../img/icon-xls.png)
}
.panel,
.panel-body {
    border: 0;
    box-shadow: none;
    border-radius: 0
}
.panel-body {
    background-color: #f5f5f5;
    padding: 1em 2em;
}
.panel-default>.panel-heading {
    border: 0;
    background: 0
}
.panel-heading {
    padding: 0 0 5px 15px
}
.panel-heading a {
    color: #596770;
    text-decoration: none;
    border-bottom: 1px dotted #596770;
    font-weight: bold;
    font-size: 14pt
}
.panel-heading a:hover {
    text-decoration: none
}
.align_center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.img_align-left {
    float: left;
    margin: 0 5px 5px 0;
}
.img_align-rigth {
    float: right;
    margin: 0 0 5px 5px;
}
.city {
    font-size: 12pt;
    font-weight: normal;
    color: #fff;
    background-color: #758793;
    padding: 0 5px;
    display: inline-block
}
.distribs-item {
    margin-bottom: 5px
}
.distribs .panel-group .panel-heading+.panel-collapse .panel-body {
    border-bottom: 0
}
.distribs .panel-body {
    padding: 0 5px
}
.distribs .panel-heading {
    padding: 0
}
.distribs p {
    margin: 0
}
.distribs ul {
    list-style-type: square;
    margin: 0;
    padding: 5px 0
}
.distribs ul li {
    padding: 1em 0.5em;
    list-style-type: none;
    padding-left: -10px;
    margin-left: 20px
}
.error {
    color: red;
}
.list_cities {
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.36);
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 32vh;
    overflow-y: scroll;
}
.list_city {
    width: 100%;
    padding: 1px 10px;
}
.list_city.active {
    background-color: #758793;
    color: #fff;
}
footer {
    width: 100%;
    font-size: 11pt;
    padding-bottom: 15px;
    margin-top: -1px;
    padding-top: 15px
}
.nav-bottom {
    background-color: #ebebeb;
    padding-bottom: 25px
}
footer .copyright {
    margin-top: 5px;
    margin-bottom: 10px
}
footer .copyright ul li {
    float: left;
    margin-left: 15px
}
footer .copyright a {
    text-decoration: underline
}
footer .copyright a:hover {
    color: #4395c1
}
footer ul {
    list-style-type: none;
    padding-left: 15px
}
li.googleplus a {
    background: url(../img/icons.png) left -231px no-repeat;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 20px
}
li.facebook a {
    background: url(../img/icons.png) left -202px no-repeat;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 20px
}
li.instagram a {
    background: url(../img/icons.png) left -566px no-repeat;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 20px
}
li.vkontakte a {
    background: url(../img/icons.png) left -590px no-repeat;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 20px
}
li.twitter a {
    background: url(../img/icons.png) left -256px no-repeat;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 20px
}
a.editpage {
    background: #69a120;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #eee;
    width: 200px;
    text-align: center
}
.microtime {
    width: 200px;
    background: #ebebeb;
    position: fixed;
    top: 28px;
    left: 0;
    padding: 5px 10px;
    color: #000;
    text-align: center
}
.nivoSlider {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
.nivoSlider a img {
    display: none;
}
.nivo-controlNav {
    position: absolute;
    height: 25px;
    bottom: 23px;
    right: 0;
    z-index: 58;
}
.nivo-control {
    width: 25px;
    height: 25px;
    background-color: #fff;
    margin-right: 10px;
    padding: 2px 5px;
    text-decoration: none;
}
.nivo-control:hover {
    text-decoration: none;
}
.nivo-control.active {
    background-color: #d23a3e;
    color: #fff;
}
.theme-light.slider-wrapper {
    padding: 0;
    margin: 0
}
.theme-light .nivo-controlNav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -28px
}
.nivoSlider a.nivo-imageLink,
.nivo-main-image {
    width: 100% !important;
    height: 100% !important
}
@media print {
    a:after {
        content: " <" attr(href) ">";
        display: none;
    }
}

/* New Products Catalog*/

.new-product-item {
    background-color: #fff;
    box-shadow: 0 0 0 1px #ededed;
    padding: 20px 0;
    position: relative; }

.new-products-catalog {
    font-family: Roboto;
    min-width:590px;
    margin-top: 1em; }
.new-products-catalog .new-product-item {
    float: left;
    padding: 1.2em;
    padding-top: 2em;
    width: 25%;
    max-height: 470px;
    min-height: 470px; }
.new-products-catalog .new-product-item:hover {
    z-index: 5;
    position: relative; }
.new-products-catalog .new-product-item_bg {
    background: #fff;
    border: 1px solid transparent;
    bottom: 0;
    display: none;
    left: 0;
    right: 1px;
    top: 0;
    position: absolute; }
.new-products-catalog .new-product-item .new-product-item_bg {
    box-shadow: 0 0 0 transparent;
    display: block;
    transition: all .2s ease; }
.new-products-catalog .new-product-item:hover .new-product-item_bg {
    border: 1px solid #ededed;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.32);
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    top: -0.5rem; }
.new-products-catalog .new-product-item:hover .new-product-item_title a {
    color: #45BDE2; }
.new-products-catalog .new-product-item_stickers {
    position: relative;
    margin-bottom: 8px;
    margin-top: -16px;
    z-index: 1;
    height: 22px; }
.new-products-catalog .new-product-item_stickers .stickers-right {
    position: absolute;
    z-index: 1;
    width: 40px;
    right: 0;
    top: 0; }
.new-products-catalog .new-product-item_stickers .stickers-right img {
    margin-bottom: 8px; }
.new-products-catalog .new-product-item_thumb {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 24px;
    transition: all .2s ease;
    opacity: 1; }
.new-products-catalog .new-product-item_thumb img {
    height: 152px; }
.new-products-catalog .new-product-item:hover .new-product-item_thumb {
    opacity: 0; }
.new-products-catalog .new-product-item_title {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px; }
.new-products-catalog .new-product-item_title span {
    font-weight: normal;
    color: #97B1C2;
    font-size: 14px;
    margin-bottom: 4px;
    display: block; }
.new-products-catalog .new-product-item_title a {
    color: #2A373E;
    transition: all .2s ease; }
.new-products-catalog .new-product-item_title a:hover {
    text-decoration: none;
    color: #45BDE2; }
.new-products-catalog .new-product-item_info {
    position: relative;
    line-height: 20px;
    color: #4A5E6B;
    font-size: 11pt;
    overflow: hidden;
    max-height: 60px;
    transition: all .2s ease; }
.new-products-catalog .new-product-item_info p {
    margin:0;
}.new-products-catalog .new-product-item_info p a {
     background-color: #EBF4F9;
     text-decoration: none;
     display: inline-block;
     width: 100%;
     padding: 4px 12px;
     border-radius: 2px;
     margin-bottom: 2px;
     color: #2A373E; }
.new-products-catalog .new-product-item_info p a:hover {
    background-color: #d8e8f1; }
.new-products-catalog .new-product-item:hover .new-product-item_info {
    max-height: 310px; }
.new-products-catalog .new-product-item:hover .new-product-item_price_buy {
    transition: all .2s ease; }
.new-products-catalog .new-product-item .info-wrapper {
    position: relative;
    background: #fff;
    transition: all .2s ease; }
.new-products-catalog .new-product-item .info-wrapper .stickers {
    margin-top: 1em;
    opacity: 0;
    transition: all .2s ease; }
.new-products-catalog .new-product-item:hover .info-wrapper {
    width: 100%;
    margin: auto;
    z-index: 1;
    margin-top: -214px;
    overflow: auto;
    padding: 1em 0 1em 0; }
.new-products-catalog .new-product-item:hover .info-wrapper .stickers {
    margin-top: 1em;
    opacity: 1; }
.new-products-catalog .new-product-item_price_buy {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    position: absolute;
    bottom: 0.2em;
    left: 1em;
    right: 1em;
    background-color: #fff;
    z-index: 1;
    padding: 1em 0; }
.new-products-catalog .new-product-item_price_buy .price {
    font-size: 26px;
    font-weight: bold; }
.new-products-catalog .new-product-item_price_buy a.button_buy, a.button_buy {
    display: inline-block;
    float: right;
    color: #fff;
    background-color: #45BDE2;
    text-align: center;
    padding: 8px 24px;
    border-radius: 2px;
    transition: all .2s ease; }
.new-products-catalog .new-product-item_price_buy a.button_buy:hover,  a.button_buy:hover {
    text-decoration: none;
    background-color: #26b2dd; }

.sticker-rounded {
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Roboto;
    font-weight: bold;
    border-radius: 32px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
}

.sticker-rounded.yellow { background-color: #FFDF00;}
.sticker-rounded.red { background-color: #E24545; color: #fff;}
.sticker-rounded.purple { background-color: #2E27C7; color: #fff;}
.sticker-rounded.cian { background-color: #45BDE2; color: #fff;}

.news-block {
    margin-top: 1em;
    margin-bottom: 2em; }

.news-item {
    padding: 2em 1em;
    padding-top:0;
    border: 0; }
.news-item .news-title h4 {
    line-height: 24px; }
.news-item .news-title h4 a {
    color: #2A373E; }
.news-item:hover .news-title h4 a {
    text-decoration: none;
    color: #45BDE2; }

a.link-text {
    color: #4A5E6B;
    text-decoration: none;
}

.new-news-block {
    background-color: #45BDE2;
    background: linear-gradient(to bottom right, #45BDE2, #4395C1);
    border-radius: 16px 0 0 0;
    position: relative;
    float: left;
    width: 25%;
    max-height: 470px;
    min-height: 470px;
    padding-bottom: 1.2em; }
.new-news-block header {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto;
    font-weight: bold;
    padding: 2.2em 1.2em; }
.new-news-block header a {
    color: #fff; }
.new-news-block header a:hover {
    text-decoration: none; }
.new-news-block ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0; }
.new-news-block .news-item {
    margin: 0;
    padding: 0; }
.new-news-block .news-item a {
    padding: 1.8em 1.2em;
    color: #fff;
    display: block;
    transition: all .2s ease;
    max-height: 154px; }
.new-news-block .news-item a:hover {
    text-decoration: none;
    background-color: #4395C1; }

.action-item {
    background-color: #fff;
    box-shadow: 0 0 0 1px #ededed;
    padding: 20px 0;
    position: relative; }

.new-products-catalog .action-item {
    float: left;
    padding-top: 2em;
    width: 25%;
    max-height: 470px;
    min-height: 470px; }

.new-products-catalog .action-item:hover {
    z-index: 5;
    position: relative; }

.new-products-catalog .action-item_bg {
    background: #FFDF00;
    border: 1px solid transparent;
    bottom: 0;
    display: none;
    left: 0;
    right: 1px;
    top: 0;
    position: absolute; }

.new-products-catalog .action-item .action-item_bg {
    box-shadow: 0 0 0 transparent;
    display: block;
    transition: all .2s ease; }

.new-products-catalog .action-item:hover .action-item_bg {
    border: 1px solid #ededed;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.32);
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    top: -0.5rem; }

.new-products-catalog .action-item_thumb {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
    z-index: 0;
    position: absolute;
    bottom: 5px;
    transition: all .2s ease;
    opacity: 1;
    width:100%;
    overflow: hidden; }
.new-products-catalog .action-item_thumb img {
    width: 100%;
    margin-right: -150px;
    transition: all .2s ease;
    z-index: 0; }

.new-products-catalog .action-item:hover .action-item_thumb img {
    margin-right: 0; }

.new-products-catalog .action-item_wrapper {
    position: absolute;
    top: 32px;
    padding: 0 1.2em; }
.new-products-catalog .action-item_wrapper .action-item_label {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 14px; }
.new-products-catalog .action-item_wrapper .next a {
    color: #2A373E; }

.new-products-catalog .action-item_title {
    position: relative;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    font-family: "Roboto Condensed";
    margin-bottom: 8px;
    bottom: 0; }
.new-products-catalog .action-item_title span {
    font-weight: normal;
    color: #97B1C2;
    font-size: 14px;
    margin-bottom: 4px;
    display: block; }
.new-products-catalog .action-item_title a {
    color: #2A373E;
    transition: all .2s ease; }
.new-products-catalog .action-item_title a:hover {
    text-decoration: none;
    color: #45BDE2;}



/* newstore */


.newstore {
    font-family: 'Roboto';
}

.newstore h4 {
    font-size: 9pt;
    text-transform: uppercase;
    color: #6B7C86;
}

.newstore .benifits {
    padding-top: 20px;
    margin-top: 1em;
}

.newstore .benifits div.item {
    line-height: 40px;
    padding-left: 10px;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 8px;
}

.newstore .benifits div.item span {
    line-height: 40px;
}

.newstore .benifits div.item.new {
    background-image: url(../assets/i-new.png);
}

.newstore .benifits div.item.gift {
    background-image: url(../assets/i-gift.png);
}
.newstore .benifits div.item.discount {
    background-image: url(../assets/i-discount.png);
}

.newstore .benifits div.item.delivery {
    background-image: url(../assets/i-delivery.png);
}

.newstore .benifits div.item.warranty {
    background-image: url(../assets/i-warranty.png);
}

.newstore .benifits div.item.update {
    background-image: url(../assets/i-update.png);
}
.newstore .buy {
    margin-top:1em;
    border-radius: 4px;
    padding: 20px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    /*min-width: 265px;*/
    margin-bottom: 40px;
    text-align: center;
}

.newstore .buy.info {
    background-color: #45bde2;
    background: linear-gradient(0.4turn, #2568de, #45bde2);
    color: #fff;
    margin-top: 1em;
}

.newstore .buy_price {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}

.newstore .buy_discount {
    margin-top: 0.2em;
}

.newstore .buy_discount__oldprice {
    color: #6B7C86;
    text-decoration: line-through;
}

.newstore .buy_discount__label {
    background-color: #E24545;
    color: #fff;
    padding: 2px 8px 2px 12px;
    border-radius: 14px 0 0 14px;
    margin-right: 10px;
}

.newstore .buy_discount__description {
    margin-top: 0.4em;
    display: inline-block;
    font-size: 10pt;
    color: red;
}

.newstore .buy_buttons {
    margin-top: 0.8em;
    font-size: 11pt;
}

.newstore .buy_buttons__button1, .newstore .buy_buttons__button2 {
    display: inline-block;
    border-radius: 2px;
    border: 0;
    background-color: #45BDE2;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    height: 42px;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
}

.newstore .buy_buttons__button1:hover, .newstore .buy_buttons__button2:hover {
    text-decoration: none;
    background-color: #26b2dd;
}

.newstore .buy_buttons__button1:disabled {
    text-decoration: none;
    background-color: #ccc;
}

.newstore .buy_buttons__button2 {
    margin-top: 0.8em;
    border: 1px solid #FFDF00;
    background-color: transparent;
    color: #536d7b;
}

.newstore .buy_buttons__button2:hover {
    background-color: #f5d600;
    color: #2A373E;
}


/* ТАБЛИЦЫ */
.table .thead-light th {
    background-color: #ebebeb;
    border-color: #dee2e6;
}

.table thead.thead th{
    vertical-align: top;
    text-align: center;
}
.table thead.thead th div.selected {
    border-top: 4px !important;
    border-width: 4px;
    width: 100%;
    height:100%;
}

.table thead th.current {
    border: 3px solid #45BDE2 !important;
    border-bottom: 0 !important;
}

.table td.current {
    border-left: 3px solid #45BDE2 !important;
    border-right: 3px solid #45BDE2 !important;
}
.table tbody.last-table tr:last-child td.current {
    border-bottom: 3px solid #45BDE2 !important;
}
.head_action a {
    color: #fff;
}
.head_action p {
    margin:0;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0px !important;
}
button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
border: 0 !important;
}
button.btn.button-add {
    width: 100%;
    display: block;
    white-space: normal;
}

button.btn.button-add.selected {
    background-color: #FFDF00;
}

.newstore .gift-buy {
    background-image: url(../img/i-gift.png);
    padding: 16px;
    background-color: #f5f5f5;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 258px 32px;
}


.newstore .gift-buy h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-transform: none!important;
    margin-bottom: 24px;
}
.newstore .gift-buy  p {
    width: 60%;
    margin: 0;
}
.tab-pane h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 16px;
}

dl {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

dt {
    width: 50%;
    color: rgba(0,26,52,.6);
    position: relative;
    font-size: 14px;
}

dt::before {
    /* border-bottom: 1px dotted rgba(204,214,228,.6); */
    bottom: 0.2em;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

dt span {
    align-items: flex-start;
    background: #fff;
    display: inline;
    padding-right: 3px;
    position: relative;
}

dl {
    width: 50%;
}

table.pricelist p{margin-bottom:.4rem}table.pricelist td{vertical-align:middle!important}table.pricelist td.price{font-size:18px;font-weight:700;text-align:center;white-space:nowrap}table.pricelist .btn,table.pricelist .btn-default,table.pricelist .btn-default:hover,table.pricelist .btn:hover{background-image:none!important;border:0!important;text-shadow:none}table.pricelist .btn-discount{display:block;width:100%;background-color:#e24545;color:#fff;white-space:nowrap}table.pricelist .btn-discount:hover{background-color:#d32121}table.pricelist .btn-toproduct{font-weight:700;display:block;width:100%;border:2px solid #45bde2!important;color:#21a9d3;white-space:nowrap}table.pricelist .btn-toproduct:hover{background-color:#21a9d3;color:#fff;border:2px solid #45bde2!important}.tags .sticker-rounded{padding:2px 8px;text-transform:uppercase;font-size:12px;font-family:Roboto;font-weight:700;border-radius:32px;margin-right:4px;margin-bottom:4px;display:inline-block;vertical-align:top}.tags .sticker-rounded.yellow{background-color:#ffdf00}.tags .sticker-rounded.yellow.bordered{background-color:transparent;padding:4px 8px;border:2px solid #ffdf00;text-align:center;display:block;border-radius:2px}.sticker-rounded.red{background-color:#e24545;color:#fff}.sticker-rounded.purple{background-color:#2e27c7;color:#fff}.sticker-rounded.cian{background-color:#45bde2;color:#fff}



@media only screen and (max-width: 960px) {
    ul.subnav {
        position: relative;
        padding-left: 0;
        top: 0; }
    ul.subnav li {
        margin-left: 10px; }
    .main-nav .search {
        display: none; }
    .opertime {
        display: none; }
    .newheader .org.fn {
        display: none; }
    .newheader.vcard {
        height: 52px;
        display: none; }
    .fixed-header {
        transform: translateY(0); }
    .home-info {
        display: none; }
    .new-products-catalog .new-product-item, .new-products-catalog .action-item {
        width: 50%; }
    .new-news-block {
        width: 50%; }
    #breadcrumb {
        margin-top: 75px !important; } 
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    ul.subnav {
        position: relative;
        padding-left: 0;
        top: 0; }
    ul.subnav li {
        margin-left: 10px; }
    .main-nav .search {
        display: none; }
    .opertime {
        display: none; }
    .newheader .org.fn {
        display: none; }
    .new-products-catalog .new-product-item, .new-products-catalog .action-item {
        width: 33.3333%; }
    .new-news-block {
        width: 33.3333%; } 
    .newstore .gift-buy {
        background-position: 260px 52px;
    }
    .newstore .gift-buy  p {
        width: 80%;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .newstore .gift-buy {
        background-position: 200px 52px;
    }
    .newstore .gift-buy  p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 876px; } 

        

    .newstore .gift-buy {
        background-position: right 32px;
    }
    .newstore .gift-buy  p {
        width: 80%;
    }
}
