/************ css *************/
html {
    height: 100%;
    font-size: 15px;
    position: relative;
}
body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.25em;
    color: #3c3b40;
    position: relative;
    min-height: 100%;
    height: auto !important;
}
a, a.active, a:link {
    text-decoration: underline;
    color: #3c3b40;
    outline: none !important;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    padding: 0;
}
h1, .h1 {
    font-size: 1.86em;
    font-weight: 600;
    margin: 25px 50px 20px 0;
    color: #3c3b40;
}
h2, .h2 {
    text-transform: uppercase;
    font-size: 1.33em;
    font-weight: 600;
    margin: 20px 0 15px;
}
h3, .h3 {
    font-size: 1.33em;
    font-weight: 600;
    margin: 10px 0;
}
h4, .h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
}
.justify-block {
	text-align: justify !important;
	text-align-last: justify !important;
}
.justify-block:after {
	width: 100%;
	height: 0px;
	line-height: 1px;
	overflow: hidden;
	content: '';
	display: inline-block;
	font-size: 1px;
	margin-bottom: -1em;
}
.shadow {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.5);
       -moz-box-shadow: 0 2px 7px rgba(0,0,0,.5);
         -o-box-shadow: 0 2px 7px rgba(0,0,0,.5);
            box-shadow: 0 2px 7px rgba(0,0,0,.5);
}
.shadow-inset {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.5) inset;
       -moz-box-shadow: 0 2px 7px rgba(0,0,0,.5) inset;
         -o-box-shadow: 0 2px 7px rgba(0,0,0,.5) inset;
            box-shadow: 0 2px 7px rgba(0,0,0,.5) inset;
}
.padding {
    padding-left: 5%;
    padding-right: 5%;
}
.radius {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
         -o-border-radius: 30px;
            border-radius: 30px;
}
.upper {
    text-transform: uppercase;
}
.price span {
    padding-right: 3px;
}
.thumbnail.pull-left {
    margin: 0 15px 10px 0;
}
.pull-left .thumbnail.pull-left {
    float: none !important;
}
.place .content .gallery {
    width: 210px;
    padding: 0 15px;
}
.place .content .gallery.owl-carousel .owl-nav .owl-prev, 
.place .content .gallery.owl-carousel .owl-nav .owl-next {
    bottom: 42px;
}
.place .content .gallery .thumbnail {
    margin: 0 5px 0 0;
    width: 55px;
}
.place .content .gallery .thumbnail a {
    height: 55px;
    overflow: hidden;
    display: block;
}
.place .content .gallery .thumbnail a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover;
}
.place .content .gallery .thumbnail {
    float: left !important;
}
.thumbnail.pull-right {
    margin: 0 0 10px 15px;
}
.container-fluid .jumbotron {
    padding: 10px 20px !important;
    margin-bottom: 15px;
}
.container-fluid .jumbotron h2,
.container-fluid .jumbotron .h2 {
    text-transform: uppercase;
    font-size: 1.33em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #3c3b40;*/
}
.container-fluid .breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    height: 56px;
}
.pagination {
}
.pagination .glyphicon {
    /*padding: 3px 0 3px;*/
}
a.btn, 
a.btn:link {
    text-decoration: none;
    color: #fff;
    text-transform: lowercase;
}
a.btn-default, 
a.btn-default:link {
    text-decoration: none;
    color: #000;
}
/**/
.media {
}
.media .thumbnail {
    border: none;
}
.media .media-body {
}
.media .media-heading {
    text-align: left;
}
.media .more {
    display: block;
    padding-top: 10px;
    font-weight: 700;
}
/**/
.form-group {

}
.form-group .captcha {

}
.form-group.captcha .form-control {
    width: 50px;
    display: inline;
    margin-left: 20px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff !important;
}
.form-control {
    padding: 6px;
}
/*
.pagination {
    font-size: 1.14em;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    color: #454545;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #e01027;
    border-color: #e01027;
    color: #fff;
    font-weight: 700;
    cursor: default;
    z-index: 2;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e01027;
    border-color: #e01027;
    color: #fff;
    font-weight: 700;
    cursor: default;
    z-index: 2;
}
*/
/**/
.panel {
}
.panel .panel-heading {
}
.panel .panel-heading .panel-title {
}
.panel .panel-heading .panel-title a {
    text-decoration: none;
    display: block;
}
.panel .panel-heading .panel-title a:hover {
    text-decoration: underline;
}

/**/
.container-fluid {
    position: relative;
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
}

.main-layer {
    position: relative;
	  overflow: hidden;
    margin-bottom: 60px;
}
.header-block {
    height: 100px;
    overflow: hidden;
    max-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #3c3b40;
}
.header-block .logo {
    float: left;
    margin-top: -02px;
    margin-right: 30px;
}
.header-block .title {
    line-height: 1;
}
.header-block .title span {
    display: block;
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 600;
    padding-bottom: 5px;
}
.header-block .title h1 {
    display: block;
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0;
}
.header-block .contacts {
    text-align: right;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*overflow: hidden;*/
    z-index: 999;
    height: 150px;
}
.header .navbar {
    margin-bottom: 0;
    /*min-height: 52px;*/
    background: rgba(255,255,255,.95);
    z-index: 10;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.header .navbar .navbar-header {
}
.header .navbar .navbar-header .navbar-brand {
    display: none;
    padding: 7px 15px 0;
    width: 150px;
}
.header .navbar .navbar-header .navbar-brand img {
    display: inline-block;
    vertical-align: middle;
}
.header .navbar .navbar-header .navbar-toggle {
/*    margin: 2px 0 0 25px;*/
    margin: 2px 0 0 0;
    padding: 9px 0;
/*
    position: absolute;
    top: 0;
    right: 10px;
*/
}
.header .navbar .navbar-header .navbar-toggle span {
    background: #000;
    height: 4px;
    width: 30px;
    margin-top: 2px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.header .navbar .navbar-header .navbar-toggle:hover span {
    background: #999;
}
.header .navbar .navbar-nav a {
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 47px;
    font-weight: 600;
    padding: 0 20px;
    font-size: 1em;
}
.header .navbar .navbar-nav a:focus {
    background: none;
}
.header .navbar .navbar-nav .active a,
.header .navbar .navbar-nav a:hover {
    color: #000;
    border-bottom: 3px solid #999;
    margin-bottom: -3px;
    background: none;
}
.header .navbar .navbar-nav .marked a {
    color: #d9534f;
}
.header .navbar .dropdown-menu {
    margin: 3px 0 0;
    padding: 10px;
    border: 1px solid #999;
    border-top: 3px solid #999;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.header .navbar ul.dropdown-menu li {
    text-align: left;
    border: none;
}
.header .navbar ul.dropdown-menu li a {
    line-height: 1.25em;
    padding: 3px 10px;
    margin-bottom: 5px !important;
    border: none !important;
}
.header .navbar ul.dropdown-menu .active a,
.header .navbar ul.dropdown-menu li a:hover {
    text-decoration: underline;
}
.header .navbar .dropdown:hover .dropdown-menu{
    display: block;
    margin: 0;
}
.header .btn-contacts {
/*
    position: absolute;
    top: 0;
    right: 35px;
*/
    width: 47px;
    display: inline-block;
    /*margin-right: 20px;*/
    border: none;
    background: none;
}
.header .btn-contacts > span {
    line-height: 47px;
    font-size: 26px;
    cursor: pointer;
}
/**/
.place {
    padding-bottom: 30px;
    padding-top: 150px;
}
.place .main-block {
}
.place .home {
    padding-top: 30px;
}
.place .content {
}
.place .content ul {
    list-style: inside disc;
}
.place .content ol {
    list-style: inside dec;
}
.place .table-responsive {
    clear: both;
}
.place table .nums {
    width: 100px;
    text-align: center;
}
.place table .price {
    width: 160px;
    text-align: center;
}
.place .content table {
}
.place .content table p {
    margin: 0;
}

.place .right-block {
    padding-top: 15px;
}
.place .right-block .jumbotron {
    background: #fff;
}
.place .right-block .prod_menu {
    display: block;
    background: #d9534f;
}
@media (max-width: 480px) {
    .place .content .pull-left {
        float: none !important;
    }
    .btn-prices {
        margin-right: auto !important;
        margin-left: auto !important;
        display: block;
    }
}

/**/
.news-block {
    font-size: 14px;
}
.news-block .news-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
    font-size: .93em;
}
.news-block .news-item span {
    font-size: .93em;
    color: #999;
}
/**/
/*
.container-fluid .order-jumbotron h2,
.container-fluid .order-jumbotron .h2 {
    border-bottom: 1px solid #fff;
}
.order-jumbotron {
    color: #fff;
    background: #d9534f;
    overflow: hidden;
}
.order-jumbotron-footer {
    background: #fff;
    margin: 20px -20px -10px;
    padding: 15px 20px;
    text-align: center;
}
.order-jumbotron a.order-jumbotron-link{
    text-decoration: none;
    font-weight: 600;
    text-transform: lowercase;
}
.order-jumbotron .order-block {
    padding-top: 15px;
}
.order-jumbotron .order-item {
    padding: 8px 0 0;
    height: 65px;
}
.order-jumbotron .order-item span {
    float: left;
    width: 36px;
    height: 65px;
    display: block;
    margin-top: -8px;
    margin-right: 15px;
    position: relative;
}
.order-jumbotron .order-item span:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 17px;
    width: 2px;
    background: #fff;
    height: 50px;
}
*/
.container-fluid .order-jumbotron h2,
.container-fluid .order-jumbotron .h2 {
    /*border-bottom: 1px solid #fff;*/
}
.order-jumbotron {
/*
    color: #fff;
*/
    background: #fff;
    overflow: hidden;
}
.order-jumbotron-footer {
    background: #d9534f;
    margin: 20px -20px -10px;
    padding: 15px 20px;
    text-align: center;
}
.order-jumbotron a.order-jumbotron-link{
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #fff;
    font-weight: 600;
}
.order-jumbotron a.order-jumbotron-link:hover{
    text-decoration: none;
}
.order-jumbotron .order-block {
    padding-top: 15px;
}
.order-jumbotron .order-item {
    padding: 8px 0 0;
    height: 65px;
}
.order-jumbotron .order-item span {
    float: left;
    width: 36px;
    height: 65px;
    display: block;
    margin-top: -8px;
    margin-right: 15px;
    position: relative;
}
.order-jumbotron .order-item span:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 17px;
    width: 2px;
    background: #d9534f;
    height: 50px;
}
/**/
.news-cat {
}
.news-list {
}
.news-list .news-item {
    padding-top: 20px;
}
.news-list .news-item .panel-body {
    height: 160px;
}
.news-list .news-item .media {
    position: relative;
    height: 100%;
}
.news-list .news-item .media .media-body {
/*
    display: block;
    height: 70px;
    overflow: hidden;
    width: auto;
*/
}
.news-list .news-item .media .media-body .media-heading {
    max-height: 2.4em;
    overflow: hidden;
}
.news-list .news-item .media .media-body .content {
    max-height: 4em;
    overflow: hidden;
}
.news-list .news-item .date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .93em;
    color: #999;
    padding-top: 5px;
    text-align: right;
}
/**/
.news {
}
.news .date {
    font-size: .93em;
    color: #999;
    padding-bottom: 10px;
}
/**/
.article {
}
.article .date {
    font-size: .93em;
    color: #999;
    padding-bottom: 10px;
}
/**/
.products-block {

}
.products-block .product-group {
    margin-bottom: 10px;
}
.products-block .product-group .thumbnail {
    text-decoration: none;
}
.products-block .product-group .thumbnail img {
    padding: 0 10px;
}
.products-block .product-group .thumbnail .caption {
    font-size: .93em;
    line-height: 1.1em;
    overflow: hidden;
    height: 130px;
}
.products-block .product-group .thumbnail .caption h3,
.products-block .product-group .thumbnail .caption .h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.1;
}
.products-block .product-group .thumbnail:hover {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.5);
       -moz-box-shadow: 0 2px 7px rgba(0,0,0,.5);
         -o-box-shadow: 0 2px 7px rgba(0,0,0,.5);
            box-shadow: 0 2px 7px rgba(0,0,0,.5);
}

.products-block .product-item .thumbnail {
    position: relative;
    text-decoration: none;
}
.products-block .product-item .thumbnail img {
    padding: 0 10px;
}
.products-block .product-item .thumbnail .caption {
    position: relative;
    font-size: .9em;
    line-height: 1.2em;
    height: 65px;
}
.products-block .product-item .thumbnail .caption .h4 {
    position: absolute;
    padding: 9px;
    margin-bottom: 5px;
    font-size: .95em;
    line-height: 1.2em;
    min-height: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.7);
}
.products-block .product-item .thumbnail:hover {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.5);
       -moz-box-shadow: 0 2px 7px rgba(0,0,0,.5);
         -o-box-shadow: 0 2px 7px rgba(0,0,0,.5);
            box-shadow: 0 2px 7px rgba(0,0,0,.5);
}
.products-block .product-item .product-item-btn {
    position: absolute;
    bottom: 21px;
    left: 20px;
    right: 20px;
    padding: 15px;
    background: rgb(255,255,255,.7);
    display: none;
    z-index: 10;
}
.products-block .product-item:hover .product-item-btn {
    display: block;
}
.prod-list {
    padding-top: 10px;
}
.prod-list .panel .panel-heading:hover {
    background: #fafafa;
}
.prod-list .table {
    margin-bottom: 0;
}
.prod-list .table td {
    vertical-align: middle;
}
.prod-list .table .icon {
    width: 30px;
    padding: 4px 5px;
    vertical-align: middle;
    text-align: center;
}
.prod-list .table h2,
.prod-list .table h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.prod-list .table a {
    text-decoration: none;
}
.prod-list .table a:hover {
    text-decoration: underline;
}
.prod-list .table a.btn-click,
.prod-list .table a.btn-click:link {
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    text-decoration-style: dashed !important;
}
.prod-list .table a.btn-click:hover {
    text-decoration: none;
    text-decoration-style: none !important;
}

/**/
.form {
    max-width: 500px;
}
.form .form-group {
    margin-bottom: 6px;
}
.form .control-label {
    width: 100%;
    text-align: left;
    padding-bottom: 3px;
    padding-top: 0;
}
.form .form-control {
    width: 100%;
}
.form .help-block {
    font-size: .93em;
    margin-bottom: 0;
    margin-top: 3px;
    font-style: italic;
}
/**/
.btn-prices {
    width: 210px;
    margin-right: 15px;
    margin-bottom: 10px;
}
/**/
.footer-layer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
    padding-top: 10px;
    font-size: .8em;
}
.footer-layer .copyright {
    text-align: right;
    padding-left: 0;
    line-height: 14px;
}
/**/
.basket-checkout .btn {
    text-decoration: none;
}
#basket-block .btn-basket {
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
    margin-right: 15px;
    font-weight: 600;
    text-transform: lowercase;
}
#basket-block .btn-basket .ico-cart {
    /*display: none;*/
    margin-right: 5px;
}
#basket-block .btn-basket .badge {
    margin-left: 10px;
}
#basket-table .b-pos {
    width: 20px;
}
#basket-table .b-price {
    max-width: 160px;
}
#basket-table .b-summ {
    max-width: 160px;
}
#basket-table td.b-price,
#basket-table td.b-summ {
    text-align: right;
}

#basket-table .b-count {
    max-width: 100px;
}
#basket-table .b-del {
    width: 20px;
}
#basket-table .b-del .del {
    cursor: pointer;
}

.arrow-input {
    display: block;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.arrow-input input {
    text-align: center;
}
/*.arrow-input input { border: 1px solid #d2d2d2; padding: 3px 2px; background: #f0f0ed; width: 40px; color: #000000; text-align: center; }*/
.arrow-input .d {
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    padding-top: 10px;
}
.arrow-input .u {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    padding-top: 10px;
}
#order-info {
    margin-top: -20px;
    padding-bottom: 20px;
}
#order-info .pers-info-line {
    padding-bottom: 5px;
}
#order-info .pers-info-line.organization {
    font-weight: 700;
    font-size: 1.07em;
}
#order-info .pers-info-line .label {
    color: #000;
    font-weight: 600;
    width: 120px;
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    padding: 0;
}
/**/
.we-block {
    padding: 0 0 10px;
}
#home_page .we-block {
    padding-top: 15px;
}
.we-block .we-block-slider {
    position: relative;
}
.we-block .slider-item {
    min-height: 36px;
}
.we-block .slider-item a {
    text-decoration: none;
}
.slider-item .slider-item-icon {
    margin-top: 5px;
    width: 56px;
    height: 36px;
    margin-right: 15px;
    float: left;
}
.slider-item .slider-item-icon img {
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
    opacity: .5;
}
.slider-item:hover .slider-item-icon img {
    filter: none; /* IE6-9 */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.slider-item .slider-item-info {
    margin-left: 71px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
}
.slider-item .slider-item-info span {
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 15px;
    display: block;
    color: #d9534f;
    text-transform: uppercase;
}
/**/
.on-top {
    position: absolute;
    top: 70%;
    font-size: 18px;
    height: 45px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    display: none;
    z-index: 9000;
    color: #000 !important;
}
/**/
@media screen and (min-width: 1921px) {
}
@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1399px) {
    .padding {
        padding-left: 7%;
        padding-right: 7%;
    }
}
@media screen and (max-width: 1299px) {
    .padding {
        padding-left: 1%;
        padding-right: 1%;
    }}
@media screen and (max-width: 991px) {
    .main-layer {
        margin-bottom: 100px;
    }
    .padding {
        padding-left: 0;
        padding-right: 0;
    }
    .header .navbar .collapsing,
    .header .navbar .in {
        position: absolute;
        background: #fff;
        border: 1px solid #999;
        top: 52px;
        left: 0;
        right: 0;
        padding: 0 40px;
        font-size: 1.33em;
    }
    .header .navbar .navbar-nav a {
        padding: 0 10px;
     }
    .header .navbar .collapsing .navbar-nav li,
    .header .navbar .in .navbar-nav li {
        display: block;
        padding-bottom: 10px;
    }
    .header .navbar .collapsing .navbar-nav a,
    .header .navbar .in .navbar-nav a {
        line-height: 1.1em;
        font-size: 1em;
        font-weight: 600;
        padding: 0 5px;
        text-decoration: underline;
    }
    .header .navbar .collapsing .navbar-nav a:hover,
    .header .navbar .in .navbar-nav a:hover {
        border-bottom: none;
        text-decoration: none;
        margin-bottom: 0;
    }
    .header .navbar .collapsing .navbar-nav li.active a,
    .header .navbar .in .navbar-nav li.active a {
        border-bottom: none;
        text-decoration: none;
        margin-bottom: 0;
    }
    .header-block .title {
        font-size: 14px !important;
        line-height: 18px;
    }
    .header-block .title span {
        font-size: 16px !important;
        padding-bottom: 0;
        line-height: 18px;
    }
    .header-block .title h1 {
        font-size: 16px !important;
        padding-bottom: 0;
        line-height: 18px;
    }
    .footer-layer {
        height: 100px;
    }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 767px) {
    .header-block .title,
    .header-block .title h1,
    .header-block .title span {
         -webkit-text-size-adjust: 100%;
         -moz-text-size-adjust: 100%;
         -ms-text-size-adjust: 100%;
    }
}
@media screen and (max-width: 480px) {
    #basket-block .btn-basket .ico-cart {
        display: block;
        line-height: 19px;
        margin-right: 0;
    }
    #basket-block .btn-basket .txt-cart {
        display: none;
    }
}
body > div.supportTrigger {
    top: 280px;
}

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  padding: 0 30px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled {
    display: block; }
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 26px;
    width: 10px;
    height: 15px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url('/i/arrows.png') 0 0 no-repeat; }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
    background: url('/i/arrows.png') 100% 0 no-repeat; }
  .owl-carousel .owl-nav .owl-prev.disabled,
  .owl-carousel .owl-nav .owl-next.disabled {
    display: none;
  }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.banner {
  float: left;
  margin-right: 10px;
}
.flexites {
  margin-top: 0;
  margin-bottom: 5px;
  height: auto;
  width: 100%;
  max-width: 100px;
}
.steps {
  padding-bottom: 30px;
}
.steps__item {
  padding: 15px 10px 15px 50px;
  float: left;
  /*background: url('/i/bg-steps-red.png') 0 0 repeat;*/
  /*color: #fff;*/
  font-size: 14px;
  border: 2px solid #de6b68;
  border-left: none !important;
  width: 33.33%;
  /*max-width: 250px;*/
}
.steps__item:first-child {
  border-left: 2px solid #de6b68 !important;
}
.steps__item > div {
  opacity: .5;
}
.steps__item span {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  display: block;
}
.steps__item.m--current > div {
  opacity: 1;
}
.steps__item.m--gray {
  /*background: url('/i/bg-steps.png') 0 0 repeat;*/
  color: #3c3b40;
  border: 2px solid #ececec;
}
.steps__item.m--gray span {
  color: #3c3b40;
}
@media (max-width: 1100px) {
    .steps__item {
      font-size: 13px;
      line-height: 17px;
      padding: 15px 15px;
      height: 85px;
    }
    .steps__item span {
      font-size: 20px;
      line-height: 22px;
    }
}
@media (max-width: 768px) {
    .steps {
      padding-top: 20px;
    }
    .steps__item {
      font-size: 13px;
      line-height: 15px;
      padding: 15px 15px;
      height: 85px;
    }
    .steps__item span {
      font-size: 18px;
      line-height: 20px;
    }
}
@media (max-width: 480px) {
    .steps {
      padding-top: 20px;
    }
    .steps__item {
      font-size: 11px;
      line-height: 13px;
      padding: 15px 5px;
      height: 85px;
    }
    .steps__item span {
      font-size: 14px;
      line-height: 18px;
    }
}
.btn-buy,
.btn-del {
    width: 140px;
}
.btn-print {
    float: right;
    margin-top: 25px;
}
input[type="search"]:focus::-webkit-input-placeholder { opacity: 0; }
input[type="search"]:focus:-ms-input-placeholder { opacity: 0; }
input[type="search"]:focus::-ms-input-placeholder { opacity: 0; }
input[type="search"]:focus::placeholder { opacity: 0; } 

.js-map {
    margin-top: 42px;
    margin-bottom: 20px;
    min-height: 200px;
}

/**
 *  Bootstrap print 3.1.5 for Bootstrap v3.
 *
 *  Mange grids using Bootstrap v3 for printed media.
 *  This will help controlling grid columns size on printed pages.
 *  https://github.com/Vardot/bootstrap-print
 *
 *  Require:
 *    - twbs/bootstrap: https://github.com/twbs/bootstrap
 */
@media print {
  .col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-p-12 {
    width: 100%;
  }
  .col-p-11 {
    width: 91.66666667%;
  }
  .col-p-10 {
    width: 83.33333333%;
  }
  .col-p-9 {
    width: 75%;
  }
  .col-p-8 {
    width: 66.66666667%;
  }
  .col-p-7 {
    width: 58.33333333%;
  }
  .col-p-6 {
    width: 50%;
  }
  .col-p-5 {
    width: 41.66666667%;
  }
  .col-p-4 {
    width: 33.33333333%;
  }
  .col-p-3 {
    width: 25%;
  }
  .col-p-2 {
    width: 16.66666667%;
  }
  .col-p-1 {
    width: 8.33333333%;
  }
  .col-p-pull-12 {
    right: 100%;
  }
  .col-p-pull-11 {
    right: 91.66666667%;
  }
  .col-p-pull-10 {
    right: 83.33333333%;
  }
  .col-p-pull-9 {
    right: 75%;
  }
  .col-p-pull-8 {
    right: 66.66666667%;
  }
  .col-p-pull-7 {
    right: 58.33333333%;
  }
  .col-p-pull-6 {
    right: 50%;
  }
  .col-p-pull-5 {
    right: 41.66666667%;
  }
  .col-p-pull-4 {
    right: 33.33333333%;
  }
  .col-p-pull-3 {
    right: 25%;
  }
  .col-p-pull-2 {
    right: 16.66666667%;
  }
  .col-p-pull-1 {
    right: 8.33333333%;
  }
  .col-p-pull-0 {
    right: auto;
  }
  .col-p-push-12 {
    left: 100%;
  }
  .col-p-push-11 {
    left: 91.66666667%;
  }
  .col-p-push-10 {
    left: 83.33333333%;
  }
  .col-p-push-9 {
    left: 75%;
  }
  .col-p-push-8 {
    left: 66.66666667%;
  }
  .col-p-push-7 {
    left: 58.33333333%;
  }
  .col-p-push-6 {
    left: 50%;
  }
  .col-p-push-5 {
    left: 41.66666667%;
  }
  .col-p-push-4 {
    left: 33.33333333%;
  }
  .col-p-push-3 {
    left: 25%;
  }
  .col-p-push-2 {
    left: 16.66666667%;
  }
  .col-p-push-1 {
    left: 8.33333333%;
  }
  .col-p-push-0 {
    left: auto;
  }
  .col-p-offset-12 {
    margin-left: 100%;
  }
  .col-p-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-p-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-p-offset-9 {
    margin-left: 75%;
  }
  .col-p-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-p-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-p-offset-6 {
    margin-left: 50%;
  }
  .col-p-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-p-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-p-offset-3 {
    margin-left: 25%;
  }
  .col-p-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-p-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-p-offset-0 {
    margin-left: 0%;
  }
  /* Always insert a page break after the element */
  .always-page-break-after,
  .always-pba {
    page-break-after: always;
  }
  /* Avoid page break after the element (if possible) */
  .avoid-page-break-after,
  .avoid-pba {
    page-break-after: avoid;
  }
  /* Insert page breaks after the element so that the next page is formatted as a left page */
  .left-page-break-after,
  .left-pba {
    page-break-after: left;
  }
  /* Insert page breaks after the element so that the next page is formatted as a right page */
  .right-page-break-after,
  .right-pba {
    page-break-after: right;
  }
  /* Always insert a page break before the element */
  .always-page-break-before,
  .always-pbb {
    page-break-before: always;
  }
  /* Avoid page break before the element (if possible) */
  .avoid-page-break-before,
  .avoid-pbb {
    page-break-before: avoid;
  }
  /* Insert page breaks before the element so that the next page is formatted as a left page */
  .left-page-break-before,
  .left-pbb {
    page-break-before: left;
  }
  /* Insert page breaks before the element so that the next page is formatted as a right page */
  .right-page-break-before,
  .right-pbb {
    page-break-before: right;
  }
  /* Avoid page break inside the element (if possible) */
  .avoid-page-break-inside,
  .avoid-pbi {
    page-break-inside: avoid;
    width: 3;
  }
  /* Hide link's href URL in print. */
  a[href]:after {
    content: none !important;
  }
  .table-responsive {
    overflow-x: initial;
  }
  .table-responsive table {
    max-width: 100%;
  }
  .place .content table {
      max-width: 100%;
      font-size: 10px;
  }
  .header-block .title span {
      font-size: 1.3em;
  }
}
.prod {}
.prod_menu {
  /*display: block;*/
  text-align: left;
  background: #fff;
  border: 2px solid #d9534f;
}
.prod_menu:hover {
  background: #fff;
  border: 2px solid #d9534f;
}
.prod_menu a,
.prod_menu a:visited {
   color: #d9534f;
   font-size: 17px;
}
.place .right-block .prod_menu a,
.place .right-block .prod_menu a:visited {
   color: #fff;
   font-size: 15px;
}
.place .right-block .prod_menu {
    display: none;
}
@media screen and (max-width: 979px) {
    .place .right-block .prod_menu {
        display: block;
        margin-top: 0 !important;
    }
}
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th {
    background: #eee;
}
.alert-default {
    border-color: #ddd;
}
.prod_params {
    font-size: 14px;
}
.prod_params strong {
    font-size: 17px;
}
.has-error .g-recaptcha > div {
    border: 1px solid #a94442;
    border-radius: 3px;
}
.has-error .smart-captcha {
    border: 1px solid #a94442;
    border-radius: 14px;
    overflow: hidden;
}