body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background: #999;
}
p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
a {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1 {
    color: #000;
    text-align: center;
    font-size: 25px;
    padding: 15px;
}
h3 {
    font-size: 20px;
}
strong {
    font-weight: 700;
}
li,
p {
    font-size: 14px;
}
* {
    outline: 0;
}
.logo-wraper {
    padding: 0;
    width: 100%;
}
.logo-wraper a {
    display: block;
    width: 100%;
}
.logo-top-left,
.logo-top-right {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    font-family: "times new roman", serif;
    color: #fff;
    text-shadow: #8c8d8b 3px 2px 2px;
    text-transform: uppercase;
}
.logo-bottom-left,
.logo-bottom-right {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 7px;
}
.logo-left {
    display: block;
    float: left;
    width: 35%;
}
.logo-left .logo-top-left {
    background: #d85f3d;
    height: 38px;
}
.logo-left .logo-top-left span {
    float: right;
    padding-right: 50px;
}
@media (max-width: 992px) {
    .logo-left .logo-top-left span {
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .logo-left .logo-top-left span {
        padding-right: 0;
        font-size: 25px;
    }
}
.logo-left .logo-bottom-left {
    height: 36px;
    border-top: 3px #fff solid;
}
.logo-left .logo-bottom-left span {
    float: right;
    padding-right: 25px;
}
@media (max-width: 992px) {
    .logo-left .logo-bottom-left span {
        padding-right: 0;
        font-size: 13px;
        text-align: center;
    }
}
@media (max-width: 710px) {
    .logo-left .logo-bottom-left span {
        width: 160px;
    }
}
.logo-center {
    float: left;
    width: 1000px;
    max-width: 30%;
}
.logo-center .logo-topleft-piece {
    background: url(../img/logo_pieces2.jpg) no-repeat;
    height: 48px;
    width: 32px;
    float: left;
}
.logo-center .logo-center-wraper {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    height: 70px;
    width: 250px;
    width: 100%;
    float: left;
    box-sizing: padding-box;
}
.logo-center .logo-center-wraper .logo-top-center {
    background: #d85f3d;
    height: 16px;
    border-bottom: 3px #fff solid;
}
.logo-center .logo-center-wraper .logo-bottom-center {
    height: 71px;
    z-index: 1000;
    background: url(../img/logo-Vesna.png) no-repeat;
    background-position: top center;
    width: 90px;
    background-size: cover;

    top: -15px;
    margin: 0 auto;
    position: relative;

}
.logo-center .logo-topright-piece {
    height: 48px;
    width: 32px;
    background: url(../img/logo_pieces2.jpg) no-repeat;
    background-position: -32px 0;
    float: right;
}
.logo-right {
    display: block;
    float: right;
    width: 35%;
}
.logo-right .logo-top-right {
    background: #d85f3d;
    height: 38px;
}
.logo-right .logo-top-right span {
    float: left;
    padding-left: 60px;
}
@media (max-width: 992px) {
    .logo-right .logo-top-right span {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .logo-right .logo-top-right span {
        padding-left: 0;
        font-size: 25px;
    }
}
.logo-right .logo-bottom-right {
    height: 36px;
    border-top: 3px #fff solid;
}
.logo-right .logo-bottom-right span {
    float: left;
    padding-left: 25px;
}
@media (max-width: 992px) {
    .logo-right .logo-bottom-right span {
        padding-left: 0;
        font-size: 13px;
        text-align: center;
    }
}
@media (max-width: 710px) {
    .logo-right .logo-bottom-right span {
        width: 180px;
    }
}
#top-menu {
    padding: 0;
}
.top-menu-wraper {
    margin-left: -25px;
}
#nav-full {
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
    margin: 0;
    min-height: 40px;
    background: #666;
}
@media (max-width: 767px) {
    #nav-full {
        display: none;
    }
}
#menu {
    width: 100%;
    margin: 0;
    min-height: 35px;
    height: 40px;
    padding: 0 10px;
}
#menu li {
    float: none;
    display: inline-block;
    line-height: 30px;
}
#menu p {
    padding-top: 2px;
    color: #fff;
    font-size: 25px;
}
@media (max-width: 991px) {
    #menu {
        padding: 0 5px;
    }
}
#nav-mobile {
    background: #999;
    border: none;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    margin: 0;
}
#nav-mobile .navbar-header {
    height: 50px;
}
#nav-mobile li {
    padding: 0 20px;
}
@media (min-width: 768px) {
    #nav-mobile {
        display: none;
    }
}
#nav-mobile #search {
    border: none;
    background: #999 !important;
    width: 300px;
    margin-top: 2px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    #nav-mobile #search {
        display: table;
    }
}
#nav-mobile #search input {
    width: 250px;
}
.navbar li a {
    text-transform: uppercase;
    text-decoration: none;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff !important;
    padding-left: 9px;
}
@media (max-width: 992px) {
    .navbar li a {
        font-size: 14px;
        padding-left: 2px;
        padding-right: 2px;
    }
}
.navbar li.active a,
.navbar li.active a:hover {
    text-decoration: underline !important;
    background: -webkit-linear-gradient(#a73f22, #d85f3d, #a73f22) !important;
    background: -o-linear-gradient(#a73f22, #d85f3d, #a73f22) !important;
    background: linear-gradient(#a73f22, #d85f3d, #a73f22) !important;
    height: 40px;
}
.navbar a:hover {
    background: #e5e5e5;
    text-decoration: underline !important;
}
#all-wraper {
    background: url(../img/fon_cr.jpg) repeat-y;
}
@media (max-width: 768px) {
    #all-wraper {
        background: 0 0;
    }
}
#all {
    padding-top: 10px;
}
@media (max-width: 992px) {
    #all {
        padding: 10px 0;
        padding-top: 10px;
    }
}
#all .row {
    margin: 0;
}
#left {
    padding-right: 10px;
}
.KTP-right {
    padding-left: 10px;
}
@media (max-width: 1400px) {
    .KTP-right {
        display: none;
    }
    .KTP-right .btn-primary div {
        margin: 0 !important;
        background: #fff;
    }
}
@media (min-width: 1400px) {
    .KTP-left {
        display: none;
    }
}
.btn-primary {
    border: 2px solid #e5e5e5;
    background: #d85f3d;
    color: #fff;
}
.btn-primary:hover {
    border: 2px solid #fff;
    background: -webkit-linear-gradient(#d85f3d, #e18267, #d85f3d);
    background: -o-linear-gradient(#d85f3d, #e18267, #d85f3d);
    background: linear-gradient(#d85f3d, #e18267, #d85f3d);
}
.btn-default {
    background: -webkit-linear-gradient(#404040, #666, #404040);
    background: -o-linear-gradient(#404040, #666, #404040);
    background: linear-gradient(#404040, #666, #404040);
    border: 2px solid #e5e5e5;
    margin: 0 !important;
    color: #fff;
}
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #fff !important;
    border: 2px solid #fff !important;
    background: #666 !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #fff;
}
@media (max-width: 990px) {
    .btn-group-vertical {
        display: none;
    }
}
@media (max-width: 990px) {
    .kso-photo {
        display: none;
    }
}
.btn-default,
.btn-primary {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 700 !important;
}
.btn-default .btn-primary,
.btn-primary .btn-primary {
    font-size: 18px !important;
}
#search {
    padding: 5px 8px;
    background: #999;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 5px;
}
@media (max-width: 767px) {
    #search {
        display: none;
    }
}
@media (max-width: 992px) {
    #search {
        width: 250px;
        margin-bottom: 10px;
    }
}
#search button {
    padding: 0;
    margin-left: 10px;
    border: none;
}
#search button img {
    height: 30px;
}
#search input {
    width: 230px;
    margin-top: 1px;
}
#slider {
    padding: 10px 0 0 0;
}
#slider .carousel-inner {
    width: 100%;
}
#slider .carousel-inner img {
    border-radius: 10px;
    width: 100%;
}
#slider .carousel-inner .item active {
    margin: auto;
    padding: auto;
}
#slider .carousel-indicators {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: static;
    margin: 0;
    margin-top: 12px;
}
#slider .carousel-indicators li {
    border: 0;
    width: 15%;
    margin: 0;
    height: auto;
}
#slider .carousel-indicators img {
    display: block;
    width: 100%;
}
#slider .carousel-indicators li.active {
    border: 2px solid #d85f3d;
    border-radius: 0;
}
#slider .carousel-caption {
    background: rgba(153, 153, 153, 0.65);
    margin-left: 36px;
    left: 0;
    bottom: 10px;
    width: 413px;
    padding: 10px 10px;
    text-align: left;
}
@media (max-width: 992px) {
    #slider .carousel-caption {
        bottom: 0;
        width: 100%;
        margin-left: 0;
        border-radius: 0 0 10px 10px;
    }
}
@media (max-width: 767px) {
    #slider .carousel-caption {
        display: none;
    }
}
#slider .carousel-caption h3 {
    margin-top: 10px;
    line-height: 14px;
}
#slider .carousel-caption p {
    line-height: 14px;
}
#slider .carousel-control {
    display: block;
    top: 32%;
    width: 90px;
    background: 0 0;
}
.main {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 10px;
}
.main hr {
    background-color: #999;
    color: #999;
    height: 2px;
}
.main p span {
    font-size: 18px;
}
.leftfoto,
.rightfoto {
    width: 30%;
    float: left;
    margin: 22px 15px 15px 0;
    box-shadow: 0 0 25px #555;
}
.rightfoto {
    float: right;
}
.btn-info {
    background: #0058c2;
    border: none;
}
.btn-info:hover {
    background: #999;
}
#questions-answers label {
    padding-right: 10px;
}
.download-catalog {
    text-align: center;
    margin-top: 0;
}
.download-catalog h3 {
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}
.download-catalog img {
    max-height: 300px;
}
.download-catalog div {
    text-align: center;
}
.download-catalog div a {
    text-decoration: underline;
}
.download-catalog div a:hover {
    font-weight: 700;
    text-decoration: underline;
}
.product-cell {
    margin: 10px 0 0 0;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding-left: 300px;
    overflow: hidden;
}
.product-cell a {
    text-decoration: underline;
}
.product-cell a span {
    font-weight: 700;
}
.product-cell a:hover {
    text-decoration: none;
    font-weight: 700;
}
.product-cell h2 {
    padding-left: 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.product-image {
    margin-left: -300px;
    float: left;
    width: 290px;
    margin-right: 10px;
    padding-left: 5px;
}
.product-image img {
    display: block;
    max-width: 290px;
    max-height: 290px;
    margin: 0 auto;
}
.product-description {
    float: right;
    width: 98%;
}
.product-description li {
    line-height: 15px;
    margin-bottom: 7px;
}
.catalog-name {
    text-align: center;
}
.catalog-name a {
    text-decoration: none;
    color: #d85f3d;
}
.catalog-image {
    text-align: center;
}
.catalog-image img {
    width: 500px;
}
#product-info .product-img {
    text-align: center;
}
#product-info .product-img img {
    max-width: 100%;
}
#product-info .product-use {
    padding-left: 10px;
}
#product-info .product-use p {
    margin-bottom: 5px;
}
#product-info .product-use .product-chapter {
    font-weight: 700;
    font-size: 16px;
}
#product-info .tech-wraper .tech-head,
#product-info .tech-wraper2 .tech-head {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
#product-info .tech-wraper2 {
    padding-top: 10px;
}
#product-info .tech-param table {
    margin: 0 auto;
}
#product-info .tech-param table p {
    margin: 0;
}
#product-info .tech-param table td,
#product-info .tech-param table tr {
    text-align: center;
    vertical-align: center;
    padding: 2px;
}
#product-info .tech-param table thead {
    padding: 4px;
    font-weight: 700;
    background: #e6e6e6;
}
#product-info .tech-param table caption {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.footer-wraper {
    padding: 0;
    width: 100%;
}
.footer-wraper a {
    display: block;
    width: 100%;
}
.footer-left {
    display: block;
    float: left;
    width: 35%;
}
.footer-left .footer-top-left {
    height: 10px;
    border-bottom: 3px #fff solid;
}
.footer-left .footer-bottom-left {
    background: #d85f3d;
    height: 38px;
}
.footer-left .footer-bottom-left p {
    margin-top: 8px;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    float: left;
    padding-left: 50px;
    color: #fff;
}
@media (max-width: 1200px) {
    .footer-left .footer-bottom-left p {
        padding-left: 30px;
    }
}
@media (max-width: 992px) {
    .footer-left .footer-bottom-left p {
        padding-left: 30px;
        font-size: 14px;
        margin-top: 4px;
        line-height: 16px;
    }
}
.footer-center {
    float: left;
    width: 1000px;
    max-width: 30%;
}
.footer-center .footer-topleft-piece {
    background: url(../img/logo_pieces2.jpg) no-repeat;
    background-position: right top;
    height: 48px;
    width: 32px;
    float: left;
}
.footer-center .footer-center-wraper {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    width: 250px;
    width: 100%;
    float: left;
    box-sizing: padding-box;
}
.footer-center .footer-center-wraper .footer-top-center {
    height: 35px;
    border-bottom: 3px #fff solid;
}
.footer-center .footer-center-wraper .footer-bottom-center {
    background: #d85f3d;
    height: 13px;
}
.footer-center .footer-topright-piece {
    height: 48px;
    width: 32px;
    background: url(../img/logo_pieces2.jpg) no-repeat;
    background-position: -64px 0;
    float: right;
}
.footer-right {
    display: block;
    float: left;
    width: 35%;
}
.footer-right .footer-top-right {
    height: 10px;
    border-bottom: 3px #fff solid;
}
.footer-right .footer-bottom-right {
    background: #d85f3d;
    height: 38px;
    padding-right: 100px;
}
@media (max-width: 1200px) {
    .footer-right .footer-bottom-right {
        padding-right: 40px;
    }
}
@media (max-width: 992px) {
    .footer-right .footer-bottom-right {
        padding-right: 0;
    }
}
.footer-right .footer-bottom-right a img {
    float: right;
    margin-right: 30px;
    margin-top: 4px;
}
@media (max-width: 992px) {
    .footer-right .footer-bottom-right a img {
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .footer-right .footer-bottom-right a img {
        margin-right: 5px;
    }
}
@media (max-width: 600px) {
    .footer-right .footer-bottom-right a img {
        width: 70px;
    }
}
#website-mail {
    float: left;
}
#website-mail span {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
}
@media (max-width: 768px) {
    #website-mail span {
        padding-left: 0;
    }
}
.page_404 img {
    width: 100%;
}
#map1,
#map2 {
    width: 100%;
    height: 500px;
}
#questions_message {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.product-image-wrapper li {
    text-align: center;
}
.breadcrumb {
    background: #e6e6e6;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.breadcrumb li.active {
    color: #000;
}
.child-title h2 {
    color: #d85f3d;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.sp-thumbnails-container {
    padding-bottom: 13px;
}
.child-caption {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    margin-bottom: 12px;
}
.sp-thumbnail-container {
    background: #fff;
}
.sp-caption-container {
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.sp-thumbnail-image-container {
    overflow: hidden;
    float: left;
    background: #fff;
    line-height: 125px;
}
.sp-thumbnail-image {
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
.sp-thumbnail-text {
    float: right;
    padding: 5px;
    background: #fff;
    height: 50px;
    vertical-align: middle;
    display: table;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#example5 .sp-thumbnail-image-container {
    width: 120px;
    height: 100px;
}
#example5 .sp-thumbnail-text {
    width: 120px;
    height: 70px;
}
#example5 .sp-thumbnail-image {
    max-width: 120px;
    max-height: 100px;
}
#three_images .sp-thumbnail-image-container {
    width: 200px;
    height: 120px;
}
#three_images .sp-thumbnail-text {
    width: 200px;
    height: 50px;
}
#three_images .sp-thumbnail-image {
    max-width: 100%;
    max-height: 100%;
}
.sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}
.sp-thumbnail-description {
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
}
