.subscribe-form form {
    display: block;
    margin-bottom: 30px;
}
.subscribe-form form .form-elem {
    display: flex;
    margin-bottom: 30px;
}

.textpage strong {
    font-weight: bold;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
}
.mobile-menu .header__bottom nav ul li a {
    font-size: 12px;
}
.visible-xs {
    display: none;
}
.button.button-black.full-width {
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.about-block {
    margin-bottom: 12px;
}
.under-col {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 25px;
}
h1 {
    font-size: 28px;
  }
h2 {
    font-size: 24px;
  }
h3 {
    font-size: 20px;
  }
h4 {
    font-size: 18px;
  }
h5 {
    font-size: 16px;
  }
h6 {
    font-size: 14px;
}
.detail h1 {
    max-width: 100%;
}
.slick-dots {
    margin: auto;
    width: auto;
    text-align: center;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    border: none;
    background: #000;
    border-radius: 4px;
    margin: 0 13px;
    opacity: .4;
    cursor: pointer;
}

.thumbs-carousel.owl-carousel .owl-item img {
    width: 100px;
    height: 45px;
}
.thumbs-carousel.owl-carousel .owl-item p {
    font-size: 16px;
    height: 75px;
    overflow: hidden;
}
.news-navPage {
    background-color: #f5f6fa;
        margin-bottom: -100px;
}
.news-navPage .vertical-line:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ececec;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}
.news-navPage .prewNews {
    text-align: left;
}
.news-navPage .nextNews {
    text-align: right;
}
.news-navPage .prewNews, .news-navPage .nextNews {
    padding: 50px 20px;
    margin: 0!important;
    color: #000;
}
.news-navPage .prewNews a, .news-navPage .nextNews a {
    color: #000;
    text-decoration: none;
}
.content-block a {
    color: #606060;
    text-decoration: none;
}
.publish-date {
    margin-bottom: 10px;
}
.publish-date small {
    color: #c3c3c3;
    font-weight: bold;
}
.publish-date span {
    color: #000;
}
.heading-filter {
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
    border-bottom: 1px dashed #000000;
    display: block;
    width: max-content;
}
.label-fs .input-slider {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #e2e2e2;
    outline: #b7b7b7;
    -webkit-appearance: button;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.label-fs {
    font-size: 12px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #000000!important;
    background: #f2f2f2;
    border-radius: 0px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    left: 6.51163%;
    width: 20.4651%;
    background: rgb(255, 204, 0);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000!important;
    background: #000!important;
    font-weight: normal;
    color: #000!important;
    border-radius: 0;
}
.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus.ui-state-active {
    background-color: #555;
}
.level-1 {
    border-bottom: 1px solid #f5f5fa;
    margin-bottom: 20px;
}
.catalog__filter .policy span {
    font-size: 14px;
}
.textpage .subContent .one-line h3 {
    margin-bottom: 0px;
}
.textpage .subContent .one-line a {
    font-size: 18px;
    color: #b3b4b7;
}
.textCategory {
    border-top: 1px solid #f5f6fa;
    margin-top: 30px;
    padding: 30px 0;
}
.textpage .owl-custom-nav {
    padding-top: 15px;
    display: flex;
}
.textpage .owl-custom-nav.disabled button {
    display: none!important;
}
.textpage .owl-custom-nav button {
    border: 1px solid silver;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-left: 10px;
    background: #fff;
    position: relative;
}
.textpage .owl-custom-nav button.owl-prev:after {
    content: "";
    width: 10px;
    height: 1px;
    background: silver;
    display: block;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: rotate(-45deg);
    margin: -5px;
}
.textpage .owl-custom-nav button.owl-prev:before {
    content: "";
    width: 1px;
    height: 10px;
    background: silver;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    margin: -1px;
}
.textpage .owl-custom-nav button.owl-next:after {
    content: "";
    width: 10px;
    height: 1px;
    background: silver;
    display: block;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: rotate(45deg);
    margin: -5px;
}
.textpage .owl-custom-nav button.owl-next:before {
    content: "";
    width: 1px;
    height: 10px;
    background: silver;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
    margin: -1px;
}
.textpage .owl-custom-nav button span {
    display: none;
}
.docs-block {
    display: flex;
    max-height: 300px;
    flex-wrap: wrap;
    padding: 20px 0;
    flex-direction: column;
}
.docs-block p {
    display: block;
}
.pluses {
    background-color: #f5f6fa;
    padding: 50px 0;
    box-shadow: inset 0px 8px 12px 0px #b7b7b7;
}
.pluses .item-plus {
    border-right: 1px solid #e6e6e6;
    padding-right: 15px;
}
.pluses .item-plus-last {
    border-right: none;
}
.bg-category-top {
    background-color: #f5f6fa;
}
form input.error {
    border: 2px solid #000!important;
}
form span.error {
    font-weight: bold;
    color: #000!important;
    margin-bottom: 20px;
    margin-top: -15px;
    display: block;
}
.vertical-line:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #f5f6fa;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}
.main-carousel.owl-carousel .owl-item .maskImage:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.main-carousel__content {
    z-index: 99;
}  
.thumbs-carousel.owl-carousel .owl-item:hover {
    cursor: pointer;
}
.thumbs-carousel.owl-carousel .owl-item:first-child {
    border: none;
}
.modal {
    max-width: 800px;
}
.main-carousel__content p {
    margin-bottom: 30px;
    margin-top: -115px;
}
.detail {
    padding-bottom: 30px;
}
.detail__main-info .textpage {
    padding: 0;
    max-height: 280px;
    overflow: hidden;
}
.detail__meta {
    margin-bottom: 0px;
}
.detail__meta li {
    margin-bottom: 15px;
}
.detail__text {
    margin-top: 0px;
}
.detail__text .no-line .row {
    border-bottom: none;
}
.no-line .row div {
    margin-bottom: 0;
}
.product-description {
    padding: 0 0 50px 0;
}
.product-description .content, .product-description .files {
    margin-bottom: 20px;
}
.product-description .files p {
    margin-bottom: 10px;
}
.product-carousel .owl-dots {
    margin: auto;
    width: auto;
    text-align: center;
    padding: 20px 0;
}
.product-carousel .owl-dots button.active {
    opacity: 1;
}
.product-carousel .owl-dots button {
    width: 8px;
    height: 8px;
    border: none;
    background: #000;
    border-radius: 4px;
    margin: 0 13px;
    opacity: .4;
    cursor: pointer;
}
.specifications {
    padding: 30px 0;
}
.options {
    background: #f5f6fa;
    color: #000;
    padding: 50px 0;
    margin-bottom: 50px;
    position: relative;
}
.options .textpage {
    padding: 0;
}
.options-block__content-item {
    margin: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
    border-radius: 4px;
}

.options-block__content-item .content-item__style {
    background-color: #fff;
    padding: 20px;
}
.options-block__content-item .options-heading {
    font-size: 30px;
}
.content-item__image {
    width: 150px;
    height: 150px;
    margin: auto;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.tabs-content .textpage {
    padding: 0;
}
.tabs__subcaption li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 10px 0 0!important;
    width: auto;
    background-color: #ccc;
    color: #000;
    padding: 0 20px!important;
    border: none;
    height: 60px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.tabs__subcaption li span {
    position: relative;
    z-index: 1;
}
.tabs__subcaption li:hover {
    cursor: pointer;
}
.tabs__subcaption li.active {
    background-color: #000;
    color: #fff;
}
.tabs__subcaption li:before {
    display: none;
}
.tabs__caption li {
    font-size: 25px;
    color: silver;
    margin-right: 30px;
    cursor: pointer;
}
.tabs__caption li.active {
    font-size: 40px;
    color: #000;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tabs-content, .tabs-sub-content {
    display: none;
}
.tabs-content.active, .tabs-sub-content.active {
    display: block;
}
.tabs-content .tabs-content__item, .tabs-sub-content .tabs-sub-content__item {
    margin-bottom: 25px;
}
.tabs-content .WY_link img, .tabs-sub-content .WY_link img {
    max-width: 100%;
    display: block;
    height: auto;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.chassis {
    padding: 30px 0;
}
.chassis a {
    width: 500px;
    height: 500px;
}
.chassis a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lefting {
    float: left;
    margin: 0px 35px 20px 0px;
}
@media (max-width: 1536px) {
.main-carousel__content p {
    margin-bottom: 30px;
}
}
@media (max-width: 992px) {
    .chassis a {
        width: 100%;
        height: auto;
    }   
}
@media (max-width: 767px) {
    .main-carousel__content p {
        margin-top: -170px;
        margin-bottom: 15px;
    }
    .hidden-xs {
        display: none;
    }
    .button.visible-xs {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 43px;
        border-radius: 4px;
        border: solid 1px #fff;
        text-decoration: none;
    }
    .under-col {
        display: block;
    }
    .full-width {
        width: 100%!important;
    }
    
    .header__middle {
        margin: 0;
        padding: 12px 0;
        background-color: #0f1013;
    }
    .main-page .header__middle {
        margin: 0;
        padding: 12px 0;
        background-color: transparent;
    }
    .header__bottom ul, .mobile-menu .header__bottom nav ul, 
    .header__bottom ul, .mobile-menu hr {
        border: none!important;
    }
    .hamburger {
        display: block;
    }
    .hamburger .line, .hamburger.active .line {
        background-color: #fff;
    }
    .main-page .hamburger.active .line {
        background-color: #fff;
    }
    .mobile-menu .header__middle {
        background-color: #0f1013;
    }
    .catalog aside .catalog__caption.toggled + .catalog__filter {
        position: fixed;
        top: 90px;
        min-height: calc(100% - 90px);
    }
    .filters-scroll {
        height: calc(100vh - 140px);
        overflow-y: scroll;
        overflow: scroll;
        padding-bottom: 40px;
    }
    
    .catalog aside .catalog__caption.toggled + .catalog__filter .level-1 {
        height: auto;
    }
    .subscribe-form form .form-elem {
        display: block;
    }
    .subscribe-form form .form-elem input[type="text"] {
        width: calc(100% - 30px);
        border-radius: 4px 4px 0 0;
    }
    .subscribe-form form .form-elem .button {
        width: calc(100% - 30px);
        border-radius: 0 0 4px 4px;
    }
    .subscribe-form .policy {
        width: calc(100%);
    }
}
@media (max-width: 565px) and (max-width: 767px) {
    .docs-block {
        height: auto;
    }
    .load-more {
        margin-bottom: 30px;
    }
    .pluses {
        padding: 25px 0;
    }
    .pluses .item-plus {
        margin-bottom: 20px;
    }
    .detail .breadcrumbs ul {
        display: flex;
        flex-direction: column;
    }
    .detail .breadcrumbs ul li {
        margin-bottom: 10px;
    }
    .detail__meta li {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        margin-right: 0px;
    }
    .detail__main-info .textpage {
        padding: 0;
        max-height: auto;
        overflow: hidden;
    }
    .tabs__caption {
        flex-direction: column;
        padding: 0 0 30px 0;
    }
    .tabs__caption li {
        margin-bottom: 0;
    }
    .tabs__caption li.active {
        font-size: 30px;
        margin-bottom: 0;
    }
    .prewNews {
        display: none;
    }
    .tabs__subcaption {
        justify-content: space-between;
    }
    .tabs__subcaption li {
        width: 48%;
    }    
}
.hero {
    height: 100vh;
}


