.c-select2-inside .select2-selection__arrow, .product-favourite, #sort-select-styler .jq-selectbox__trigger-arrow, #sort-type-select-styler .jq-selectbox__trigger-arrow, .filter-name:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

label {
    margin-bottom: .2rem;
    cursor: default
}

.products-block {
    display: flex;
    align-items: flex-start
}

.products-filters {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px
}

.products-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.products-filters + .products-content {
    flex: 0 0 75%;
    max-width: 75%
}

.products-filter:not(:first-child) {
    margin-top: 10px
}
#list-wrapper{
 width: 78%;
}
.filter-name {
    width: 300px;
    margin-right: 15px;
    height: 50px;
    padding: 0 17px;
    font-size: 17px;
    line-height: 1;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #949494;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease
}

.filter-name:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    margin-left: 3px;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform .3s ease
}

.filter-expanded > .filter-name {
    background-color: #005498;
    color: #fff
}

.filter-expanded > .filter-name:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -o-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.filter-expanded > .filter-content {
    max-height: 360px
}

.filter-values {
    border: 1px solid #eee;
    width: 300px;
    padding: 23px;
    margin-top: 2px;
    max-height: inherit;
    overflow-y: auto;
    scrollbar-color: #005498 #f6f8fa
}

.filter-values::-webkit-scrollbar {
    width: 9px
}

.filter-values::-webkit-scrollbar-track {
    background-color: #f5f7fa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.filter-values::-webkit-scrollbar-thumb {
    background: #005498 url("/a/site/img/scroll-dashes.png") center center no-repeat;
    -webkit-background-size: 7px 7px;
    background-size: 7px 7px
}

.filter-values::-webkit-scrollbar-thumb:hover {
    background-color: #0060ad
}

label.filter-value {
    display: block;
    cursor: pointer
}

input.filter-checkbox {
    display: none
}

input.filter-checkbox + span {
    display: inline-flex;
    font-size: 15px;
    color: #4a4a4a;
    align-items: center
}

input.filter-checkbox + span:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 2px solid #4a4a4a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px
}

input.filter-checkbox:checked + span {
    color: #005498
}

input.filter-checkbox:checked + span:before {
    border-color: #005498;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41MDciIGhlaWdodD0iMTIuNjA3IiB2aWV3Qm94PSIwIDAgMTYuNTA3IDEyLjYwNyI+PHBhdGggZD0iTTE1LjE4MywyNy4yNDIsOS41MDcsMjAuODdsMS4xLS45NzcsNC42LDUuMTY5TDI0Ljk0LDE0LjYzNWwxLjA3NCwxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuNTA3IC0xNC42MzUpIiBmaWxsPSIjMDA1NDk4Ii8+PC9zdmc+") center center no-repeat;
    -webkit-background-size: 16px 12px;
    background-size: 16px 12px
}

.sort-select-title {
    display: inline-block;
    padding-left: 10px;
    margin-right: 45px;
    vertical-align: middle;
    font-size: 17px
}

#sort-select-styler .jq-selectbox__select, #sort-type-select-styler .jq-selectbox__select {
    height: 51px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    color: #949494;
    width: 207px;
    padding-left: 17px;
    line-height: 1;
    display: inline-flex;
    align-items: center
}

#sort-select-styler .jq-selectbox__trigger, #sort-type-select-styler .jq-selectbox__trigger {
    border: none;
    text-align: center;
    display: inline-flex;
    align-items: center
}

#sort-select-styler .jq-selectbox__trigger-arrow, #sort-type-select-styler .jq-selectbox__trigger-arrow {
    all: unset;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

#sort-select-styler .jq-selectbox__trigger-arrow:before, #sort-type-select-styler .jq-selectbox__trigger-arrow:before {
    content: "\f107";
    display: inline-block
}

#sort-select-styler .jq-selectbox__select-text, #sort-type-select-styler .jq-selectbox__select-text {
    width: 100% !important
}

#sort-select-styler li:hover, #sort-type-select-styler li:hover {
    background-color: #005498
}

#sort-select-styler .jq-selectbox__dropdown, #sort-type-select-styler .jq-selectbox__dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee
}

.product-item {
    /*width: 220px;*/
    padding: 7px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative
}

.part-statuses {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 100px
}

.part-status {
    display: block;
    width: 75px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    color: #fff;
    border-radius: 60px;
}

.part-new {
    background-color: #28a745
}

.part-noprice {
    background-color: #e6ae07
}

.part-nis {
    background-color: #dc3545
}

.product-favourite {
    color: #2f4c72;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    cursor: pointer
}

.product-favourite:before {
    content: "\f02e";
    display: inline-block
}

.product-favourite.saved {
    font-weight: 600
}

.product-card-favourite {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px
}

.product-page-favourite {
    font-size: 35px
}

.product-image {
    height: 270px;
    font-size: 0;
    text-align: center
}

.product-image > a {
    display: block
}

.product-image img {
    height: 270px;
    width: auto;
    max-width: 100%;
    object-fit: contain
}

.product-title {
    margin-top: 10px;
    font-size: 15px
}

.product-title > a {
    color: #333;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.part-page-statuses {
    margin-top: 15px
}

.part-status-lg {
    width: 130px;
    font-size: 17px;
    text-align: center;
    border-radius: 60px;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 4px
}

.product-page-items {
    min-height: 150px
}

.product-price {
    padding-top: 20px
}

.registration-title {
    color: #3b519d;
    font-size: 41px
}

.registration-text {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 1.9;
    padding-top: 15px
}

.registration-block {
    color: #545454;
    margin-top: 70px
}

.c-radios {
    margin-top: 15px
}

.c-radio {
    display: inline-block;
    line-height: 1;
    cursor: pointer
}

.c-radio:not(:last-child) {
    margin-right: 5px
}

.c-radio > span {
    display: inline-flex;
    width: 200px;
    height: 47px;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f7f7f7;
    color: #7b7b7b
}

.c-radio > input {
    display: none
}

.c-radio > input:checked + span {
    background-color: #005498;
    color: #fff
}

.c-form-group {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.c-label {
    flex: 0 0 130px;
    max-width: 130px;
    padding-right: 5px;
    font-size: 17px
}

.c-label > label {
    margin-bottom: 0;
    cursor: default
}

.c-control {
    flex: 0 0 356px;
    max-width: 356px;
    height: 51px
}

.c-control > input,  .c-control > textarea{
    border: 1px solid #87cefa;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 15px
}

.c-control > input:disabled {
    background-color: #eee
}

.registration-terms {
    max-width: 620px;
    padding-left: 20px;
    margin-left: auto
}

.registration-term:not(:last-child) {
    margin-bottom: 20px
}

.term-title {
    color: #3b519d;
    font-size: 35px
}

.term-content {
    padding: 47px 36px;
    margin-top: 10px;
    background-color: #f7f7f7;
    position: relative
}

.term-content:after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NC43NTUiIGhlaWdodD0iNTQuNzU1IiB2aWV3Qm94PSIwIDAgNTQuNzU1IDU0Ljc1NSI+DQogIDxnIGlkPSJHcm91cF8zNzgwIiBkYXRhLW5hbWU9Ikdyb3VwIDM3ODAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjI1LjEyMiAtNDQyLjYyMikiPg0KICAgIDxnIGlkPSJHcm91cF8zNzczIiBkYXRhLW5hbWU9Ikdyb3VwIDM3NzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2NzkuODc3IDQ2OS44KSByb3RhdGUoMTM1KSI+DQogICAgICA8cGF0aCBpZD0iUG9seWdvbl8zNyIgZGF0YS1uYW1lPSJQb2x5Z29uIDM3IiBkPSJNMTkuNSwwLDM5LDE5SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOSAzOC40MzUpIHJvdGF0ZSgxODApIiBmaWxsPSIjZGVkZWRlIi8+DQogICAgICA8cGF0aCBpZD0iUG9seWdvbl8zOCIgZGF0YS1uYW1lPSJQb2x5Z29uIDM4IiBkPSJNMTkuNSwwLDM5LDE5SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==") calc(100% + 15px) calc(100% + 15px) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: -2px;
    right: -2px
}

.term-description {
    color: #7b7b7b
}

.c-inputs:not(.lp-checked) .lp-only {
    display: none
}

a.bauten-btn {
    display: inline-block;
    text-decoration: none;
    line-height: 46px
}

.bauten-btn {
    width: 202px;
    height: 47px;
    border: 1px solid #005498;
    text-align: center;
    background-color: #005498;
    color: #fff;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease
}

.bauten-btn:hover {
    color: #005498;
    background-color: #fff
}

.bauten-btn.bauten-btn-success {
    border-color: #28a745;
    background-color: #28a745
}

.bauten-btn.bauten-btn-success:hover {
    color: #28a745;
    background-color: #fff
}

.bauten-btn:disabled {
    opacity: .6 !important;
    pointer-events: none !important
}

.small-text {
    font-size: 14px;
    font-weight: bold
}

.has-error, select.has-error + .select2 .select2-selection {
    border-color: #dc3545 !important
}

.color-bauten {
    color: #005498 !important
}

.c-select2-inside .select2-container {
    height: 100%
}

.c-select2-inside .select2-selection {
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0;
    border-color: #eee
}

.c-select2-inside .select2-selection__arrow {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: calc(50% - 13px) !important;
    display: flex;
    align-items: center
}

.c-select2-inside .select2-selection__arrow:before {
    content: "\f107";
    display: inline-block
}

.c-select2-inside .select2-selection__arrow > b {
    display: none
}

.c-select2-inside .select2-selection__rendered {
    padding-left: 15px !important
}

.select2-dropdown {
    border-radius: 0;
    border-color: #eee
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #005498 !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #eee
}



.product-page-title {
    color: #333;
    font-size: 19px
}

.product-page-codes {
    border-top: 1px solid #707070;
    margin-top: 8px;
    padding-top: 8px;
    display: flex
}

.product-page-codes-cont {
    margin-left: 10px
}

.product-page-code {
    font-size: 12px;
    color: #7b7b7b;
    margin-bottom: 6px
}

.product-page-code > span {
    color: #3b519d
}

.product-page-description {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 2.1;
    margin-top: 25px
}

.product-page-pricing {
    margin-top: 75px
}

.product-page-price {
    font-size: 27px;
    color: #005498;
    line-height: 1.2
}

.product-page-price .ppp {
    font-size: 37px;
    margin-left: 4px
}

.product-page-price .kzt {
    font-size: 16px
}

.product-page-mincount {
    font-size: 17px;
    color: #7b7b7b
}

.product-page-form {
    margin-top: 22px;
    display: flex
}

.number-group {
    width: 180px;
    height: 48px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    padding: 6px;
    display: flex
}

.number-group.number-group-sm {
    width: 110px;
    height: 25px;
    padding: 0
}

.number-group.number-group-sm .number-btn {
    font-size: 16px;
    flex-basis: 28px;
    max-width: 28px
}

.number-group.number-group-sm .number-input {
    font-size: 16px
}

input.number-input {
    -webkit-appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-width: 0 1px;
    border-style: solid;
    border-color: #c6c6c6;
    height: 100%;
    display: block;
    flex: 1;
    width: auto;
    color: #545454;
    font-size: 25px;
    text-align: center;
    min-width: 0;
    padding: 0 5px
}

.not-in-stock-hidden + .not-in-stock {
    display: none !important
}

button.number-btn {
    display: block;
    height: 100%;
    flex: 0 0 34px;
    max-width: 34px;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    color: #545454;
    font-size: 20px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.product-page-submit{
    margin-top:10px;
}
.product-page-submit > button {
    border: 1px solid #005498;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    height: 100%;
    color: #005498;
    font-size: 22px;
    padding: 0 15px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease
}

.product-page-submit > button.anim {
    animation: success 1s linear
}

.product-page-submit > button:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTcuNjk5IiBoZWlnaHQ9IjE3LjciIHZpZXdCb3g9IjAgMCAxNy42OTkgMTcuNyI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTcuNyIgaGVpZ2h0PSIxNy43IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMDA1NDk4Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGNsaXAtcGF0aD0idXJsKCNhKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxLjAxMykiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPjxwYXRoIGQ9Ik0xMS44LDIxLjEzMWExLjMzOCwxLjMzOCwwLDEsMS0yLjY3NiwwQTEuMzM5LDEuMzM5LDAsMCwxLDExLjgsMjEuMTMxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuNjY1IC02Ljc5NikiIGZpbGw9IiMwMDU0OTgiLz48Y2lyY2xlIGN4PSIxLjMzOCIgY3k9IjEuMzM4IiByPSIxLjMzOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuODE1IDEyLjk5NikiIGZpbGw9IiMwMDU0OTgiLz48cGF0aCBkPSJNMTcuNCw0LjMzYTEuMzg4LDEuMzg4LDAsMCwwLS44NjgtLjI4Nkg0Ljc2NWMtLjQyNi0yLS43LTIuNjE0LTIuMDItMi42MTRIMEwuNTc2LDIuNjY3bDIuMTgxLjAwOHMuNTA4LDAsLjYzOC43NDJsMS44LDguNzI5YTEuNjg0LDEuNjg0LDAsMCwwLDEuOCwxLjMzMWg3Ljg0OWMxLjA1NywwLDEuMTI0LTEuMTY1LDEuMTI0LTEuMTY1SDcuNTRBMS4yMjYsMS4yMjYsMCwwLDEsNi4yNzUsMTEuMTJsLS40LTEuODcyLDEwLjU0My0uMDEzYS45NDYuOTQ2LDAsMCwwLC45MDktLjg0M2wuMzYtMy4yOEEuNzk0Ljc5NCwwLDAsMCwxNy40LDQuMzNaTTE2LjE2MSw3LjkxOEg1LjU5M0w1LjA4Miw1LjUzM0gxNi40MjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xLjQzMSkiIGZpbGw9IiMwMDU0OTgiLz48L2c+PC9nPjwvZz48L3N2Zz4=") center center no-repeat;
    background-size: 100% 100%;
    vertical-align: -4px;
    margin-left: 10px
}

.product-page-submit > button:hover {
    background-color: #005498;
    color: #fff
}

.product-page-submit > button:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@keyframes success {
    0% {
        background-color: #fff;
        border-color: #005498;
        color: #005498
    }
    50% {
        background-color: #fff;
        border-color: #28a745;
        color: #28a745
    }
    100% {
        background-color: #fff;
        border-color: #005498;
        color: #005498
    }
}

.product-gallery-lg {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

.product-gallery-item {
    width: 100%;
    position: relative;
    padding-top: 100%;
    background-color: #fff
}

.product-gallery-item > img {
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

#product-thumbs {
    margin: 10px -4px 0 -4px
}

#product-thumbs:not(.swiper-container-initialized) {
    display: none
}

.pr-thumb-slide {
    padding: 4px
}

.pr-thumb-item {
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15)
}

.swiper-slide-thumb-active .product-gallery-item img {
    border-color: #005498
}

.product-page-head {
    padding-bottom: 75px
}

.pr-specs-head {
    border-bottom: 1px solid #bfbfbf
}

.pr-specs-title {
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #bfbfbf;
    margin-left: 8px;
    background-color: #fff;
    position: relative;
    bottom: -1px;
    font-size: 23px;
    color: #005498;
    padding: 15px 25px;
    font-weight: 500;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.pr-specs-item {
    display: flex;
    padding: 11px 60px;
    font-size: 16px
}

.pr-specs-item:nth-child(odd) {
    background-color: #f7f7f7
}

.pr-specs-key {
    flex: 0 0 33%;
    max-width: 33%;
    color: #6a6a6a
}

.pr-specs-value {
    flex: 0 0 67%;
    max-width: 67%;
    color: #4b4b4b;
    font-weight: 500
}

.pr-specs-content {
    padding: 38px 0
}

.product-table {
    margin-top: 15px
}

.prod-tbl-title {
    color: #45BEDB;
    font-size: 41px
}

.prod-tbl-block {
    padding: 50px 0
}

.prod-tbl-block table {
    width: 100%
}

.prod-tbl-block th {
    font-size: 18px;
    color: #005498;
    font-weight: 500;
    padding: 8px 13px
}

.prod-tbl-block th:first-child {
    padding-left: 60px
}

.prod-tbl-block td {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 500;
    padding: 13px
}

.prod-tbl-block td.tbl-mark {
    font-weight: normal;
    color: #6a6a6a;
    padding-left: 60px
}

.prod-tbl-block tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

.recommended-products {
    padding: 70px 0 40px 0
}

.product-page-specs {
    padding-bottom: 20px
}

.page-title {
    font-size: 40px;
    text-align: start;

}

.term-block {
    -webkit-box-shadow: 0 0 10px 0 #bdbdbd;
    -moz-box-shadow: 0 0 10px 0 #bdbdbd;
    box-shadow: 0 0 10px 0 #bdbdbd;
    padding: 15px 20px;
    margin-top: 25px;
    text-align: center
}

.term-block-title {
    font-size: 26px;
    margin-bottom: 5px
}

.contacts-iframe {
    border: none;
    width: 100%;
    height: 300px
}

.contacts-map {
    padding-top: 40px
}

.contacts-data {
    padding-top: 30px
}

.contacts-block-data {
    padding-top: 10px
}

.contacts-block-title {
    font-size: 28px
}

.contacts-link {
    color: #353535;
    margin-top: 5px
}

.contacts-link a {
    color: #353535
}

input.form-control:focus, textarea.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #005498
}

.btn.btn-bauten {
    background-color: #005498;
    color: #fff
}

.btn.btn-bauten:hover {
    background-color: #296fa8
}

.btn.btn-bauten:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.img-fluid {
    width: 100%;
    height: auto;
    line-height: 1
}

img.news-page-image {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px
}

.news-page-title {
    font-size: 28px;
    margin-bottom: 10px
}

.marks-page .part-item {
    -webkit-box-shadow: 0 0px 10px 0 rgba(31, 48, 93, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(31, 48, 93, .3);
    box-shadow: 0 0px 10px 0 rgba(31, 48, 93, .3)
}

.brands-page .brand-item {
    -webkit-box-shadow: 0 0px 10px 0 rgba(31, 48, 93, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(31, 48, 93, .3);
    box-shadow: 0 0px 10px 0 rgba(31, 48, 93, .3)
}

.login-form {
    margin-top: 30px
}

.login-form .c-form-group {
    justify-content: center
}

.error-page {
    display: flex;
    flex: 1;
    flex-direction: column
}

.error-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.error-code {
    font-size: 54px
}

.error-title {
    font-size: 30px
}

.error-message {
    margin-top: 5px;
    font-size: 20px
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal-header {
    padding: 8px
}

.modal-footer {
    padding: 8px
}

.modal-body {
    padding: 8px
}

.brand-content-title {
    font-weight: bold
}

.brand-groups {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 20px
}

.brand-group {
    margin-bottom: 8px
}

.brand-group-title {
    font-size: 17px;
    font-weight: bold
}

.brand-group-catalog {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.2
}

.brand-group-catalog > a {
    color: #005498
}

.products-sort {
    padding-bottom: 10px
}

.product-page-body .nav-link {
    color: #45BEDB;
}

.product-page-body .nav-link.active {
    background-color: #45BEDB;
    color: #fff
}

.cat-title {
    font-size: 28px;
    font-weight: 500
}

@media (max-width: 1599px) {
    .filter-name {
        font-size: 16px;
        height: 45px
    }

    .filter-values {
        padding: 10px 14px
    }

    input.filter-checkbox + span:before {
        margin-right: 10px
    }

    #sort-select-styler .jq-selectbox__select, #sort-type-select-styler .jq-selectbox__select {
        height: 45px
    }

    .registration-title {
        font-size: 33px
    }

    .registration-text {
        padding-top: 10px
    }

    .registration-block {
        margin-top: 30px
    }

    .c-radio > span {
        height: 43px
    }

    .c-control {
        height: 45px
    }

    .c-label {
        font-size: 16px
    }

    button.bauten-btn {
        height: 43px
    }

    .registration-terms {
        padding-left: 10px
    }

    .term-title {
        font-size: 28px
    }

    .term-content {
        padding: 25px 30px
    }

    .product-page-price {
        font-size: 22px
    }

    .product-page-pricing {
        margin-top: 50px
    }

    .product-page-pricing .ppp {
        font-size: 32px
    }

    .product-page-head {
        padding-bottom: 40px
    }

    .product-page-body {
        padding-top: 40px
    }

    .pr-specs-title {
        font-size: 18px
    }

    .product-table {
        margin-top: 0
    }

    .prod-tbl-title {
        font-size: 30px
    }

    .prod-tbl-block {
        padding-top: 18px;
        padding-bottom: 35px
    }

    .prod-tbl-block th {
        font-size: 19px
    }

    .prod-tbl-block th:first-child {
        padding-left: 40px
    }

    .prod-tbl-block td {
        font-size: 17px
    }

    .prod-tbl-block td.tbl-mark {
        padding-left: 40px
    }

    .pr-specs-item {
        display: flex;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 17px
    }

    .news-page-title {
        font-size: 24px
    }

    .cat-title {
        font-size: 22px
    }
}

@media (max-width: 1199px) {
    .products-block {
        flex-direction: column
    }

    .sort-select-title {
        margin-right: 25px
    }

    .products-filters + .products-content {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .products-filters {
        display: block;
        width: 97%;
        max-width: 400px;
        margin-bottom: 19px;
        position: fixed;
        background: #fff;
        z-index: 20;
        top: 52px;
        bottom: 0;
        padding: 20px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .6);
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        left: -100%
    }

    .registration-title {
        font-size: 27px
    }

    .term-title {
        font-size: 24px
    }

    .term-content {
        padding: 20px 25px
    }

    .number-group {
        width: 160px;
        height: 44px;
        padding: 3px
    }

    .pr-specs-key {
        flex-basis: 40%;
        max-width: 40%
    }

    .pr-specs-value {
        flex-basis: 60%;
        max-width: 60%
    }

    .contacts-block-title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .registration-page {
        text-align: center
    }

    .registration-block {
        margin-top: 15px
    }

    .c-form-group {
        justify-content: center
    }

    .c-label {
        text-align: left
    }

    .registration-terms {
        margin-right: auto;
        padding-left: 0
    }

    .pr-specs-item {
        font-size: 16px;
        padding-left: 35px;
        padding-right: 35px
    }

    .pr-specs-content {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .prod-tbl-title {
        font-size: 24px
    }

    .prod-tbl-block th {
        font-size: 17px
    }

    .prod-tbl-block th:first-child {
        padding-left: 35px
    }

    .prod-tbl-block td {
        font-size: 16px
    }

    .prod-tbl-block td.item-mark {
        padding-left: 35px
    }

    .recommended-products {
        padding: 30px 0
    }

    .product-page-content {
        padding-left: 0
    }

    .product-page-description {
        margin-top: 15px;
        line-height: 1.5
    }

    .product-page-pricing {
        margin-top: 25px
    }

    .product-page-price {
        font-size: 20px
    }

    .product-page-price .ppp {
        font-size: 28px
    }

    .product-page-mincount {
        font-size: 15px
    }

    .number-group {
        height: 38px;
        width: 150px
    }

    input.number-input {
        font-size: 20px
    }

    .product-page-submit > button {
        font-size: 20px
    }

    .product-page-head {
        padding-bottom: 25px
    }

    .product-page-body {
        padding-top: 25px
    }

    .news-page-content {
        text-align: center
    }

    .cat-title {
        font-size: 19px
    }
}

@media (max-width: 767px) {
    .page-breadcrumb {
        display: none
    }

    .c-form-group {
        flex-direction: column;
        max-width: 350px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left
    }

    .c-label {
        flex: auto;
        max-width: none;
        padding-right: 0;
        width: 100%;
        margin-bottom: 4px
    }

    .c-control {
        flex: auto;
        width: 100%
    }

    .registration-title {
        font-size: 22px
    }

    .registration-text {
        font-size: 16px;
        line-height: 1.5
    }

    .term-title {
        font-size: 20px
    }

    .product-images {
        max-width: 500px;
        margin: 15px auto 30px auto
    }

    .product-page-code {
        font-size: 15px
    }

    .pr-specs-item {
        flex-direction: column
    }

    .pr-specs-key {
        font-size: 17px;
        max-width: none;
        flex: auto
    }

    .pr-specs-value {
        padding-top: 2px;
        max-width: none;
        flex: auto
    }

    .page-title {
        font-size: 30px
    }

    .term-block-title {
        font-size: 20px
    }

    .news-page-title {
        font-size: 19px
    }

    .error-code {
        font-size: 45px
    }

    .error-title {
        font-size: 20px
    }

    .error-message {
        margin-top: 5px;
        font-size: 16px
    }

    .product-page-body .nav-tabs {
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .product-item {
        max-width: 350px;
        margin: 0 auto
    }

    .term-content {
        padding: 12px 8px
    }

    .registration-title {
        font-size: 19px
    }

    .c-radios {
        margin-top: 8px
    }

    .c-radio {
        display: block;
        width: 200px;
        margin: 4px auto 0 auto !important
    }

    .product-page-title {
        font-size: 18px
    }

    .product-page-price {
        font-size: 17px
    }

    .product-page-price .ppp {
        font-size: 22px
    }

    .product-page-form {
        margin-top: 15px;
        flex-direction: column
    }

    .product-page-submit {
        margin-left: 0;
        padding-top: 13px
    }

    .product-page-submit > button {
        height: 38px;
        padding: 0;
        width: 150px
    }

    .product-page-head {
        padding-bottom: 15px
    }

    .product-page-body {
        padding-top: 15px
    }

    .pr-specs-title {
        font-size: 17px;
        padding: 10px 20px;
        margin-left: 4px
    }

    .pr-specs-content {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .prod-tbl-block table, .prod-tbl-block tbody {
        display: block
    }

    .prod-tbl-block thead {
        display: none
    }

    .prod-tbl-block tr {
        display: block;
        padding: 14px 17px
    }

    .prod-tbl-block td {
        display: inline-block;
        padding: 0 3px
    }

    .prod-tbl-block td.tbl-mark {
        padding-left: 3px
    }

    .pr-specs-item {
        padding: 14px 17px
    }

    .prod-tbl-title {
        font-size: 19px
    }

    .sort-select-title {
        padding-left: 0
    }
}

@media not all and (max-width: 1199px) {
    .col-xl-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
}

/*# sourceMappingURL=inner.css.map */
