.txt_fuc,
.txt_box {
    white-space: break-spaces;

}
.product-item-detail-slider-controls-image img,
.product-item-detail-slider-image img,
.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}
.product-item-detail-tab-link,
.product-item-label-text span {
    vertical-align: middle;
    font-weight: var(--ui-font-weight-bold);
}
.product-item-detail-info-section {
    padding: 0 20px;
}
.element-titlе {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 3px;
    line-height: 1.2;
}
.recommendation-title {
    color: #333;
    font-weight: bolder;
    font-size: 18px;
}
.recommendation-title:before {
    content: "\f14a";
    padding-right: 6px;
    font-family: FontAwesome;
    font-weight: 400;
    color: #666;
}
@media (max-width: 992px) {
    .product-item-detail-info-section {
        padding: 0;
    }
}
.product-item-detail-info-container {
    margin-bottom: 20px;
}
.products_tabs_page {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
    padding: 5px 5px 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}
.panel-heading .nav-tabs {
    border-bottom: none;
}
.panel-heading .nav > li > a {
    position: relative;
    display: block;
    margin-left: 0;
    padding: 10px 25px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.panel-heading .nav-tabs > li > a:focus,
.panel-heading .nav-tabs > li > a:hover {
    color: #777;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.article,
.file-box__title {
    color: #0066b6;
}
.panel-heading .nav-tabs > li > a.active,
.panel-heading .nav-tabs > li > a.active:focus,
.panel-heading .nav-tabs > li > a.active:hover {
    color: #0066b6;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}
.panel-heading .nav-tabs > li > a.active::before,
.panel-heading .nav-tabs > li > a.active:focus::before,
.panel-heading .nav-tabs > li > a.active:hover::before {
    content: "";
    display: inline;
    width: 100%;
    background-color: #0066b6;
    height: 4px;
    top: 0;
    position: absolute;
    margin-left: -25px;
}
.panel-heading .nav-tabs > li {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
.panel-heading .nav-tabs > li::after {
    content: "";
    display: inline;
    width: 1px;
    background-color: #ddd;
    height: 30%;
    position: absolute;
    right: -2px;
    top: 35%;
    bottom: 35%;
}
.row-img {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.col-img-6 {
    width: 50%;
    margin-bottom: 32px;
}
.col-img-6 img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 6px rgb(92, 104, 119, 0.5);
}
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: 0 0;
    transition: background 0.8s;
}
.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 80.25%;
    height: 0;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}
.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}
.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}
.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: transparent solid 1px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms, width 450ms, height 450ms, outline 450ms;
}
.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}
.product-item-detail-slider-controls-block {
    padding: 15px 0;
    text-align: center;
}
.guide_to_symbols,
.txt_box {
    padding-bottom: 16px;
}
.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: #cfd7e2 solid 5px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.bx-retina .product-item-detail-slider-controls-image {
    outline-width: 0.5px;
}
.bx-no-retina .product-item-detail-slider-controls-image.active,
.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 5px;
}
.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
}
.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 12;
    display: block;
    width: 5%;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E")
        center no-repeat rgba(255, 255, 255, 0);
    opacity: 0.57;
    cursor: pointer;
    transition: 0.3s;
}
.product-item-detail-slider-left {
    left: 0;
}
.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}
.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.8;
}
.product-item-detail-slider-close,
.product-item-detail-slider-container.popup .product-item-label-ring,
.product-item-detail-slider-container.popup .product-item-label-text {
    display: none;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 130px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E")
        center no-repeat;
    opacity: 0.27;
    cursor: pointer;
    transition: 0.3s;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-images-container,
.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}
.product-item-detail-slider-container.magnified .product-item-label-ring,
.product-item-detail-slider-container.magnified .product-item-label-text {
    opacity: 0;
}
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 0.3s;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}
@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}
.bx-catalog-element {
    padding-top: 10px;
}
.article {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.58;
    font-size: 18px;
    margin-top: 10px;
}
.bx-catalog-element h1.bx-title {
    font-size: 22px !important;
    color: #333;
    line-height: 1.58;
    font-weight: 400 !important;
    padding-bottom: 8px;
    margin-bottom: 8px !important;
}
.description_title {
    color: #999;
    margin-bottom: 8px;
}
.txt_box_linia {
    margin-bottom: 8px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    width: 100%;
}
.guide_to_symbols_container {
    margin-top: 40px;
}
.guide_to_symbols img {
    margin-bottom: 3px;
}
.prod_sale_th {
    color: #333;
    padding-right: 5px;
}
.prod_sale_td {
    color: #004986;
    font-weight: 700;
}
.add_to_cart.btn.btn-primary {
    width: 328px;
    background-color: #f60;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1.7;
    display: block;
    margin-top: 8px;
}
.add_to_cart.btn.btn-primary:hover {
    background-color: #ff7a22;
}
.product-item-label-ring,
.product-item-label-text {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms;
}
.product-item-label-ring,
.product-item-label-text span {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: 250ms;
}
.bx-red .product-item-label-ring,
.bx-red .product-item-label-text span {
    background-color: #fba90c;
}
.product-item-label-ring > div,
.product-item-label-text > div {
    line-height: 0;
}
.product-item-label-text span {
    padding: 2px 5px;
}
.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}
.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: var(--ui-font-weight-bold);
}
.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.product-item-label-top {
    top: -5px;
}
.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}
.product-item-label-center > div {
    text-align: center;
}
.product-item-label-left {
    left: -5px;
}
.product-item-label-left > div {
    text-align: left;
}
.product-item-label-bottom {
    bottom: -5px;
}
.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}
.product-item-label-right {
    right: -5px;
}
.product-item-label-right > div {
    text-align: right;
}
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}
.product-item-detail-tab {
    float: left;
    min-height: 60px;
}
.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    color: #039be5;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 45px;
    transition: 250ms;
}
.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000;
}
.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #1485ce;
    content: "";
    transition: 250ms;
}
.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}
.product-item-detail-tab-link:active:after {
    height: 6px;
}
.product-item-detail-tab-content {
    padding: 25px 0;
}
@media (max-width: 991px) {
    .col-img-6 {
        width: 100%;
    }
    .product-item-detail-tabs-container {
        display: none !important;
    }
    .product-item-detail-tab-content {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container,
    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }
    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }
    .product-item-label-text > div {
        line-height: 0;
    }
    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }
    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }
    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
    .add_to_cart.btn.btn-primary {
        width: 100%;
    }
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
