* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    background: #fff url(../images/fone.png);
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.center {
    max-width: 1170px;
    margin: 0 auto;
}

.shadow_border {
    -moz-box-shadow: 0px 5px 8px #666;
    -webkit-box-shadow: 0px 5px 8px #666;
    box-shadow: 0px 5px 8px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

a.btn {
    display: inline-block !important;
}

.btn {
    text-align: center !important;
    border-radius: 7px !important;
    color: #231916;
    cursor: pointer;
}

.btn span {
    color: #fff;
    font-weight: bold;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
}

.btn span.btn-value {
    color: #231916;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 11px;
}

.btn span.btn-title {
    margin-left: 9px;
}

.btn-blue {
    color: #fff !important;
    background-color: #00529b !important;
}

.btn-blue:hover {
    color: #003d78 !important;
    background-color: #d8e3e9 !important;
}

.btn-blue-light {
    color: #003d78 !important;
    background-color: #d8e3e9 !important;
}

.btn-blue-light:hover {
    color: #fff !important;
    background-color: #00529b !important;
}

.btn-blue-light span {
    color: #003d78  !important;
}

.btn-blue-light:hover span {
    color: #fff  !important;
}

.btn-blue:hover span {
    color: #003d78  !important;
}

.btn-yellow-border {
    background-color: #fff !important;
    border: 1px solid #fdbf56 !important;
}

.btn-yellow-border:hover {
    border: 1px solid #fdbf56 !important;
}

.btn-yellow:hover {
    background-color: #fff !important;
}

.btn-yellow {
    border: 1px solid #fdbf56 !important;
    background-color: #fdbf56 !important;
}

.btn-red {
    background: -moz-linear-gradient(#ed1b24 0%, #b6151c 100%);
    background: -webkit-gradient(linear, color-stop(0%,#ed1b24), color-stop(100%,#b6151c));
    background: -webkit-linear-gradient(#ed1b24 0%, #b6151c 100%);
    background: -o-linear-gradient(#ed1b24 0%, #b6151c 100%);
    background: -ms-linear-gradient(#ed1b24 0%, #b6151c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#b6151c',GradientType=1 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#b6151c',GradientType=1 );
    background: linear-gradient(#ed1b24 0%, #b6151c 100%);

    background-color: #ed1b24 !important;
}

a.btn-red span {
    color: #fff !important;
}

.btn-gray {
    background-color: #e6e7e9 !important;
}

.btn-gray2 {
    background-color: #949599 !important;
}

.btn-gray2 span {
    color: #fff !important;   
}

.btn-lg {
    padding: 0 15px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.btn-md {
    padding: 0 10px;
    height: 35px !important;
    line-height: 34px !important;
    font-size: 13px !important;
}

.btn-sm {
    padding: 0 7px;
    line-height: 24px !important;
    font-size: 11px !important;
}

.btn-lg2 {
    width: 167px !important;
    height: 45px !important;
    line-height: 41px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #231916;
}

.btn-lg2 span {
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: normal !important;
    color: #231916;
}

.btn-red-border {
    border: 1px solid #d33521 !important;
    color: #ee2e24 !important;
}

.btn-gray-border {
    border: 1px solid #8a8987 !important;
    color: #8a8987 !important;
}

.blue-color {
    color: #00529b !important;
}

.btn.btn-arrow-down {
    background: #fdbf56 url(../images/arrow-down-black.png) 94% center no-repeat;
    padding-right: 28px !important;
}

.btn.btn-arrow-right {
    background: #fff url(../images/arrow-right-black.png) 94% center no-repeat;
    padding-right: 28px !important;
}

.btn.btn-review.select { 
    border-bottom: 0 !important; 
    border-radius: 0  !important; 
    border-bottom: 1px solid #fff !important; 
    border-top-left-radius: 5px !important; 
    border-top-right-radius: 5px !important;}
/* form */

.form-block {

}

.form-block  .form_error {
    color: red;
    font-size: 12px;
}

.form-block_submit {
    margin-top: 20px;
    text-align: center;
}

.form-block .form-field {
    margin-top: 20px;
}

.form-block .form-field:first-child {
    margin-top: 0;
}

.form-field_required .form-label:after {
    content: '*';
    color: #ee2e24;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top; 
}

.form-field_message span {
    color: #f29100;
    vertical-align: top;
}

.form-field_message  {
    color: #81807e;
    font-size: 14px;
}

.form-block select.form-input {
    background-color: #e8e8e8;
}


.form-order.form-block select.form-input {
    font-weight: bold;
}


.form-block .form-input,
#id_captcha_1 {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #1a1a1a;
    padding: 10px 5px;
    background: #fff;  
    font-size: 15px;
}

.product-diler .form-block .form-input, 
.product-diler #id_captcha_1 {
    border: 1px solid #003d78;
}

#id_captcha_1 {
 /*   width: 15%; */
}

.form-block input.form-input[type=text]
.form-block select.form-input,
.form-block input.form-input[type=password] {

}

.form-block textarea.form-input {
    height: 175px;
}

.form-block .form-label {
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: bold;
}

.form-review.form-block textarea.form-input {
    height: 105px;
}

.form-reviews {
        border: 1px solid #fdbf56 !important;
        display: none;
} 

.pagination-items {
    text-align: right;
    margin-bottom: 20px;
}

.pagination-items li {
    display: inline-block;
    margin-right: 5px;
}

.pagination-items li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    color: #231916;
    font-size: 15px;
}

.pagination-items li a:hover,
.pagination-items li.select a {
    background-color: #00529b;
    color: #fff;
    text-decoration: none;
}
/* form */
/* window */

.window {}

.window .window-head {
    position: relative;
    height: 50px;
    background-color: #fff;
    padding: 0 30px;
}

.window-head .window-title {
    color: #003d78  !important;
     font-size: 18px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 11px 0px;
}

.window-head .window-close {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 50px;
    line-height: 47px;
    right: 22px;
    top: 0;
    overflow: hidden;
    text-align: center;
}

.window-head .window-close:hover img {
    margin-left: -30px;
}

.window-close img {
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: normal !important;
}

.window .window-content {
    padding: 25px 30px;
    background-color: #fff;
}

.window .window-content .image-main-b .product-image_big {
    height: 448px;
}

.window-question {
    width: 570px;
}

.window-review {
    width: 570px;
}

.fancybox-skin {background: transparent}

/* window */

/* tabs */

.tabs-praktika {}

.tabs-praktika-title-items {
    border-bottom: 2px solid #eef5f9;
}

.tabs-praktika-title-items .tabs-praktika-title-item {
    float: left;
    height: 35px;
    line-height: 33px;
    margin-right: 35px;
    color: #231916;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #eef5f9;
    position: relative;
    bottom: -2px;
}

.tabs-praktika-title-items .tabs-praktika-title-item span {
    font-size: 11px;
    vertical-align: top;
}

.tabs-praktika-title-items .tabs-praktika-title-item.select,
.tabs-praktika-title-items .tabs-praktika-title-item:hover {
    color: #00529b;   
    border-bottom: 2px solid #00529b;
}

.tabs-praktika-content-items {}

.tabs-praktika-content-items .tabs-praktika-content-item {
    display: none;
    padding-top: 20px;
}

.tabs-praktika-content-items .tabs-praktika-content-item.select {
    display: block;
}

.table-characterisitcs {
    font-size: 14px;
}

/* tabs */

.items {
    width: 105%;
}

.items_100 {
    width: 100%;
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
    justify-content: center;
}

.items_101 {
    width: 100%;
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
}

.items > div,
.items > a,
.items_100 > div,
.items_100 > a {
    float: left;
    margin-bottom: 5px;
}

.items img  {
    max-width: 100%;
}

.items .item_2 {
    margin-right: 2.5%;
    width: 45.5%;
}

.items .item_3 {
    margin-right: 2.5%;
    width: 30%;
}

.items .main-categories-item.item_4 {
    margin-right: 2.5%;
    width: 21.95%
}

.items_100 .item_6 {
    flex-grow: 1;
    max-width: calc(20% - 40px);
}


@media (max-width: 800px) {

    .items_100 .item_6 {
        flex-grow: 1;
        max-width: calc(30% - 40px);
    }

}


@media (max-width: 500px) {

    .items_100 .item_6 {
        flex-grow: 1;
        max-width: calc(50% - 40px);
    }

}



.items_100 .item_2 {
    margin-right: 2.5%;
    width: 47.5%;
}

.items_100 .item_3 {
    margin-right: 2.5%;
    width: 30.5333%;
}

.items_100 .item_4 {
    width: 25%;
}


.products_block-content .bx-wrapper .bx-controls-direction a.bx-prev,
.products_block-content .bx-wrapper .bx-controls-direction a.bx-next,
.product-slider-big .bx-wrapper .bx-controls-direction a.bx-prev,
.product-slider-big .bx-wrapper .bx-controls-direction a.bx-next,
.product-slider-mini .bx-wrapper .bx-controls-direction a.bx-prev,
.product-slider-mini .bx-wrapper .bx-controls-direction a.bx-next,
.videos-slider_block .bx-wrapper .bx-controls-direction a.bx-prev,
.videos-slider_block .bx-wrapper .bx-controls-direction a.bx-next,
.infos-slider_block .bx-wrapper .bx-controls-direction a.bx-prev,
.infos-slider_block .bx-wrapper .bx-controls-direction a.bx-next
 {
    width: 6px;
    height: 11px;
    top: 14px;
}

.product-slider-mini .bx-wrapper .bx-controls-direction a.bx-prev,
.product-slider-mini .bx-wrapper .bx-controls-direction a.bx-next
 {
    width: 6px;
    height: 11px;
    top: -38px;
}

.product-video-slider-mini .bx-wrapper .bx-controls-direction a.bx-prev,
.product-video-slider-mini .bx-wrapper .bx-controls-direction a.bx-next
 {
    width: 6px;
    height: 11px;
    top: -38px;
}

.banner-general .bx-wrapper .bx-controls-direction a.bx-prev,
.banner-general .bx-wrapper .bx-controls-direction a.bx-next
 {
    width: 65px;
    height: 65px;
}

.banner-general  .bx-wrapper .bx-prev {
    background: url(../images/banner-arrows.png) top left no-repeat;
}

.banner-general  .bx-wrapper .bx-next {;
    background: url(../images/banner-arrows.png) top right no-repeat;
}
.products_block-content .bx-wrapper .bx-prev,
.videos-slider_block .bx-wrapper .bx-prev,
.product-slider-big .bx-wrapper .bx-prev {
    left: 46% !important;
    background: url(../images/arrows_left_right.png) top left no-repeat;
}


.infos-slider_block .bx-wrapper .bx-prev {
    left: calc(50% - 75px);
    background: url(../images/arrows_left_right.png) top left no-repeat;
}

.product-slider-mini .bx-wrapper .bx-prev {
    left: -5% !important;
    background: url(../images/arrows_left_right.png) top left no-repeat;
}

.product-video-slider-mini .bx-wrapper .bx-prev {
    left: -5% !important;
    background: url(../images/arrows_left_right.png) top left no-repeat;
}

.products_block-content .bx-wrapper .bx-next,
.product-slider-big .bx-wrapper .bx-next,
.videos-slider_block .bx-wrapper .bx-next {
    right: 46% !important;
    background: url(../images/arrows_left_right.png) top right no-repeat;
}

.infos-slider_block .bx-wrapper .bx-next {
    left: calc(50% + 75px);
    background: url(../images/arrows_left_right.png) top right no-repeat;
}

.product-video-slider-mini .bx-wrapper .bx-next {
    right: -5% !important;
    background: url(../images/arrows_left_right.png) top right no-repeat;
}
.product-slider-mini .bx-wrapper .bx-next {
    right: -5% !important;
    background: url(../images/arrows_left_right.png) top right no-repeat;
}

.images-slide  .bx-wrapper .bx-controls-direction a.bx-prev,
.images-slide  .bx-wrapper .bx-controls-direction a.bx-next {
    height: 22px;
    width: 100%;
}

.images-slide .bx-wrapper .bx-prev {
    top: -12px;
    background: url(../images/arrows_top_bot.png) left top no-repeat;
}

.images-slide .bx-wrapper .bx-next {
    top: 105% !important;
    /* bottom: -25px !important; */
    background: url(../images/arrows_top_bot.png) left bottom  no-repeat;
}


.product-counter {}

.product-counter.product-counter-mini {
    width: 90px;
}

.product-counter.product-counter-mini button {
    width: 27px;
    height: 27px;
}

.product-counter.product-counter-mini input {
    width: 25px;
    height: 27px;
}

.product-counter button {
    width: 36px;
    height: 36px;
    background: #f8f7f2;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #e6e6ee;
    color: #3f4448;
    cursor: pointer;
}

.product-counter .counter-minus {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.product-counter .counter-plus {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.product-counter input {
    text-align: center;
    font-weight: bold;
    color: #2f3d4f;
    font-size: 13px;
    width: 36px;
    height: 36px;
    border-top: 1px solid #e6e6ee;
    border-bottom: 1px solid #e6e6ee;
    color: #3f4448;
}


/* ============================================ */
.breadcrumbs {
    border-top: 3px solid #fff;
    padding: 9px 14px 10px 14px;
    background: #003d78;
}


.breadcrumbs a::after {
     content: "\2022";
    color: #fdbf56;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-left: 3px;
}

.breadcrumbs a,
.breadcrumbs span { 
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
    padding-right: 5px;
 }

 .breadcrumbs span {
    text-decoration: none;
 }

 .breadcrumbs a:hover {
    text-decoration: none;  
 }

#header {
    position: relative;
    background-color: #00529b;
}

#header .cl {
    display: none;
}

.menu_main-mobil {
    float: right;
    display: none;
    width: 100px;
}

.menu_main-mobil a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.header-logo {
    float: left;
    width: 33%;
    text-align: center;
    padding-top: 28px;
}

.header-main {
    position: relative;
    min-height: 123px;
}

.menu_main-items {
    float: left;
    padding-top: 0;
    width: 65%;
}

.search-block {
    float: right;
    width: 170px;
    padding-top: 11px;
}

.soc-block {
    float: right;
    padding-top: 10px;
    margin-left: 1%;
    height: 57px;
    width: 4%;
    margin-right: 25px;
}

.search-block input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

.search-block input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.search-block input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}

.search-block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.search-block input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.search-block input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.menu_main-items .menu_main-item {
    float: left;
    /* width: 18%; */
}

 .menu_main-item.menu_main-slogan {
    position: absolute;
    top: 54px;
    right: -130px;
    color: #fdbf56;
    padding-top: 18px;
    text-align: center;
    font-size: 19px;
}

.menu_main-item  .main_menu-catalog {
    background: url(../images/arrow_down.png) 97% 23px no-repeat;
}

.menu_main-item  .menu_main_info {
    background: url(../images/arrow_down.png) 97% 23px no-repeat;
}

.menu_main-item:hover .menu_main-submenu {
    display: block;
}


/*

.menu_main-submenu_catalog > ul > li {
    position: relative;
}

.menu_main-submenu_catalog > ul > li:hover .menu_main-subsubmenu {
    display: block;
}
 
.menu_main-submenu_catalog > ul > li .menu_main-subsubmenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 20px;
    background: #000;
    font-size: 13px;
    width: 300px;
}

.menu_main-subsubmenu ul li a {
    color: #fff;
    font-size: 14px;
}
*/

.menu_main-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    text-align: center;
    border-top: 7px solid #003d78;
    border-bottom: 7px solid #003d78;
}


.menu_main-submenu-little.menu_main-submenu {
    width: 300px;
    left:  unset;
    text-align: left;
}

.menu_main-submenu-little.menu_main-submenu a {
    padding-left: 10px;
}


.menu_main-submenu.menu_main-submenu_catalog {
    text-align: left;
    padding-left: 15px;
}


.menu_main-submenu > ul > li > a {
    color: #323130;
    display: block; 
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
 
.menu_main-items .menu_main-item > a {
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 17px 17px 29px;
    font-weight: bold;
}

.menu_main-items .menu_main-item > a:hover {
    background-color: #003d78;
}

.search-block input {
    width: 100%;
    height: 43px;
    border-radius: 20px;
    padding: 5px 15px;
    background: #00529b;
    color: #fff;
}



#search-form {
    position: relative;
}

#search-form button {
    display: block;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 25px;
    height: 25px;
    background: url(../images/loup_icon.png) center center no-repeat;
    cursor: pointer;
}


.soc-block a {
    display: inline-block;
    margin: 0 3px;
}

.soc-block img {
    max-width: 100%;
}

.header-logo img {
    max-width: 100%;
    line-height: normal;
}



.product {
    position: relative;
    float: left;
    margin-bottom: 25px;
}

.product_icons {
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.product_icons .product_icon {
    display: block;
    height: 34px;
    width: 52px;
    text-align: center;
    padding-top: 9px;
    font-size: 13px;
    font-weight: bold;
    float: right;
    border-bottom-left-radius: 7px;
    color: #003d78;
}

.product_icons .product_icon.product_icon-new {
    background-color: #f7ef22; 
    line-height: 15px;
}

.product_icons .product_icon.product_icon-hit {
    background-color: #f29100;
    line-height: 15px;
}

.product .product-characteristics-table {
    font-size: 12px;
    color: #231916;
}



.product .product-characteristics-table tr:first-child td {
    border-top: 0;
}

.product .product-characteristics-table td {
    border-top: 1px solid #b8b9be;
    padding: 5px 0;
}

.product .product-characteristics-table .char_name {
    text-align: left;
}

.product .product-characteristics-table .char_value {
    text-align: right;
}


.table-characterisitcs .char_name {
    text-align: left;
}

.table-characterisitcs .char_value {
    text-align: right;
}

.table-characterisitcs tr td {
    padding: 5px 10px;
    border-bottom: 1px solid #d8e3e9;
}

/*
.menu_main-submenu {
    display: none;
    max-width: 1200px;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    margin: 0 auto;
    min-height: 335px;
    background: #fbffff url(../images/menu/categories_fone1.jpg) top right no-repeat;
    padding: 18px 28px;
    z-index: 10000;

}
*/

.menu_main-submenu .submenu-main_categiries {
    position: relative;
    background-color: #eef5f9;
}



.menu_main-submenu .submenu-col {
    width: 30%;
    float: left;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 70px;
    min-height: 428px;
}

.submenu-item .submenu-block {
    position: absolute;
    top: 12px;
    left: 100%;
    width: 820px;
    padding: 0px 30px;
    background: #fff;
    display: none;
    height: 416px;
    overflow: auto;
}

.submenu-item .submenu-sub_sub_categiries {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
}

.submenu-item .submenu-sub_sub_categiries .submenu-sub_sub_categiries-col {
    width: 31.3333%;
    float: left;
    margin-right: 2%;
}

.submenu-item .submenu-sub_sub_categiries .submenu-sub_sub_categiries-col2 {
    width: 66%;
    float: left;
}

.submenu-item .submenu-sub_sub_categiries .submenu-sub_sub_categiries-col2 a {
    color: #231916;
    font-size: 15px;
}

.submenu-item .submenu-sub_sub_categiries .submenu-sub_sub_categiries-col2 a:hover {
    text-decoration: underline;
}

.submenu-sub_sub_categiries-col ul,
.submenu-sub_sub_categiries-col2 ul {
    border-bottom: 1px solid #d8e3e9;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.submenu-item:hover .submenu-block {
    display: block;
}

.submenu-sub_sub_sub_categiries {
    padding-left: 20px;
}

.submenu-sub_sub_categiries > li:hover > .submenu-sub_sub_sub_categiries {
    display: block;
}

.submenu-sub_sub_sub_categiries li a {
    font-weight: normal;
    font-size: 13px;
}

.submenu-sub_sub_categiries,
.submenu-sub_sub_sub_categiries  {
    
}

.menu_main-submenu .submenu-col .submenu-item > a {
    display: block;
    padding: 9px 10px;
    font-size: 14px;
    color: #000; 
    font-weight: bold;
}

.menu_main-submenu .submenu-col .submenu-item .subsubmenu-item a, {
    display: block;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #323130;
}

.menu_main-submenu .submenu-col .submenu-item .subsubmenu-item a:before {
    content: "\2022";
    color: #00529b;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-right: 5px;
    font-size: 18px;
}

.menu_main-submenu .submenu-col .submenu-item .subsubmenu-title a {
    display: block;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #00529b;
    font-weight: bold;
    margin-bottom: 3px;
}

.menu_main-submenu .submenu-col .submenu-item ul li a::before {
  content: "\2022";
  color: #00529b;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}

.submenu-sub_categiries .submenu-sub_sub_categiries {
    display: none;
}

.menu_main-submenu .submenu-sub_categiries .submenu-sub_sub_categiries li a {
    font-size: 13px;
}

.menu_main-submenu > .submenu-sub_categiries > ul > li > a {
    font-weight: bold;
}

.menu_main-submenu > .submenu-main_categiries > ul > li > a {
    background-image: url(../images/menu-item.png);
    background-position: 95% center ;
    background-repeat: no-repeat;
}

.menu_main-submenu > .submenu-main_categiries > ul > li:hover > a {
    background-image: url(../images/menu-select.png);
    color: #00529b;
    background-color: #fff;
}

.submenu-main_categiries {
    border-right: 1px solid #e8e8e8;
}

.submenu-sub_categiries {
    margin-left: 3%;
}

.banner-general img {
    
}

.banner-general .bx-controls-direction {
    width: 93%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 30px;
}

.banner-general {
    background-color: #fff;
}

.banner-general .bx-wrapper .bx-pager {
    padding-top: 5px;
    padding-bottom: 7px;
    background: #003d78;
}

.banner-general .bx-wrapper .bx-pager {
    bottom: -23px;
}

.banner-general .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.banner-general .bx-wrapper .bx-pager.bx-default-pager a.active, 
.banner-general .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
    border: 2px solid #fff;
}

.banner-slider  {
    left: 17% !important;
}


.banner-slider .banner-item {
    width: 1200px !important;
}

.praktika-element-items {
    min-height: 310px;
}

.element-water {
    background: url("../images/praktika_water_icon.png") center center no-repeat;
}

.element-water .praktika-element-item_corner {
    border-bottom: 15px solid #bde3f7;
}

.element-earth {
    background: url("../images/praktika_earth_icon.png") center center no-repeat;
}

.element-earth .praktika-element-item_corner {
    border-bottom: 15px solid #8dc63f;
}

.element-air {
    background: url("../images/praktika_air_icon.png") center center no-repeat;
}

.element-air .praktika-element-item_corner {
    border-bottom: 15px solid #e3e3e3;
}

.element-fire {
    background: url("../images/praktika_fire_icon.png") center center no-repeat;
}

.element-fire .praktika-element-item_corner {
    border-bottom: 15px solid #ee2e24;
}

.praktika-element-item_corner {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; 
}
.praktika-element-items .praktika-element-item {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    height: 310px;
    padding-top: 245px;
    color: #fff;
    font-size: 16px;
    background-size: 48%;
}

.praktika-element-items .praktika-element-item.select .praktika-element-item_corner {
    display: block;
}

.sub-menu-praktika {
    min-height: 70px;
    font-size: 14px;
    display: none;
}

.sub-menu-praktika.select {
    display: block;
}

.sub-menu-praktika_water {
    background-color: #bde3f7;
}

.sub-menu-praktika_earth {
    background-color: #8dc63f;
}

.sub-menu-praktika_air {
    background-color: #e3e3e3;
}

.sub-menu-praktika_fire {
    background-color: #ee2e24;
}

.sub-menu-praktika .center {
    padding: 15px 25px;
}

.sub-menu-praktika a {
    padding-top: 10px;
    color: #000;
    padding-bottom: 14px;
    font-weight: bold;
}

.menu-praktika-products {
    background-color: #fff;
    padding-bottom: 50px;
}

.products-items_slider .product.product_mini {
    width: 21.9%;
    padding: 20px 0;
}

.product_mini.product {
    min-height: 275px;
    width: 21.9%;
}

.product_inline {
    position: relative;
    width: 95%;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px 0;
}

.product_inline .product-image {
    float: left;
    width: 28%;
    position: relative;
    height: 170px;
    text-align: center;
    line-height: 165px;
}

.product_inline .product-image img {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.product_inline .product_icons {
    top: -10px;
    right: 20px;
}

.product_inline .product-characteristics_table {
    font-size: 12px;
    color: #8a8987;
    width: 58%;
    float: left;
    padding-right: 5%;
}

.product_inline .product-characteristics_table table {
    width: 100%;
}

.product-characteristics_table table tr:first-child td {
    border-top: 0;
}

.product-characteristics_table table td {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #e8e8e8;
    font-weight: bold;
}

.product_inline .product-price_and_infor {
    width: 40%;
    float: left;
}

.product_inline .product-inforamtion {
    float: left;
    width: 72%;
}
/*
.product_inline .product-price {
    position: relative;
    height: 35px;
    background-color: #ffedd3;
    color: #ee2e24;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 13px;
    border-radius: 5px;
}
*/

.product_inline .product-price {
    height: 35px;
    color: #00529b;
    font-size: 17px;
    font-weight: bold;
    padding-top: 3px;
}

.product_inline .product-infor .product-price_old {
    width: 50%;
    float: left;
    font-size: 12px;
    text-align: left;
}

.product_inline .product-infor .product-action {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #8b8a88;
    text-align: left;
    padding-left: 5%;
}

.product_inline .product-action div {
    margin-bottom: 10px;
}

.product_inline .product-action div a {
    color: #8b8a88;
    border-bottom: 1px dotted #8b8a88;
}

.product_inline .product-action div a:hover {
    border-bottom: 1px dotted #fff;
}

.product_inline .product-price_old .product-price_old-title {
    color: #8a8987;
}

.product_inline .product-price_old .product-price_old-value {
    color: #000;
    margin-top: 5px;
    font-weight: bold;
}

.product_inline .product-infor {
    margin-top: 10px;
}

.product_inline .product-title {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
}

.product_inline .product-title a {
    color: #000;
}

.product {
    width: 263px !important;
    height: 360px;
    margin-right: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.products-items .product {
    margin-bottom: 20px;
}

.product .product_top {
    
}


.product .product-bottom .product-detail {
    height: 35px;
    width: 55%;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    float: right;
}

.product .product-bottom .product-article {
    width: 45%;
    height: 35px;
    display: inline-block;
    color: #231916;
    font-size: 12px;
    text-align: center;
    float: right;
    padding-top: 10px;
}


.product .product-image {
    height: 190px;
    line-height: 195px;
}

.product .product-image img {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 165px;
}

.product .product-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    height: 65px;
    overflow: hidden;
    padding: 0 20px;
}

.product .product-title a {
    color: #231916;
    text-transform: uppercase;
}

.product .product-characteristics {
    margin-top: 10px;
    font-size: 12px;
    color: #8a8987;
}

.product .product-price {
    height: 35px;
    color: #00529b;
    font-size: 17px;
    font-weight: bold;
    padding-top: 6px;
}

.product-price .product-sku {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    height: 35px;
    border-radius: 5px;
    background-color:  #f8f7f2;
    padding: 11px 20px 0;
    color: #8a8987;
}

.product .product-infor {        
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
}

.product .product-infor .product-price_old {
    width: 50%;
    float: left;
    font-size: 12px;
    text-align: left;
}

.product .product-price_old .product-price_old-title {
    color: #8a8987;   
}

.product .product-price_old .product-price_old-value {
    color: #000;   
    margin-top: 5px;
    font-weight: bold;
}

.product .product-infor .product-action {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #8b8a88;
    text-align: left;
    padding-left: 5%;
}

.product .product-action div {
    margin-bottom: 10px;
}

.product .product-action div a {
    color: #8b8a88;
    border-bottom: 1px dotted #8b8a88;
}

.product .product-action div a:hover {
    border-bottom: 1px dotted #fff;   
}

.product_mini-compare {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.icon {
    display: inline-block;
    width: 15px;
    height: 17px;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.compare_icon {
    background: url("../images/product_compare_icon.png") left center no-repeat;
}

.sort_icon {
    background: url("../images/sort_icon.png") left center no-repeat;   
}

.comments_icon {
    background: url("../images/product_comments_icon.png") left center no-repeat;
    width: 17px;
}

.cell_icon {
    background: url("../images/products/view_cell-icon.png") left center no-repeat;   
    width: 20px;
}

.inline_icon {
    background: url("../images/products/view_inline-icon.png") left center no-repeat;   
    width: 20px;
}

.product_mini-compare a {
    font-size: 13px;
    color: #8b8a88;
    border-bottom: 1px dotted #8b8a88;
}

.product_mini-compare a:hover {
    border-bottom-color: #fff;
}

.articles-praktika {
    background-color: #f8f7f2;
    padding-bottom: 45px;
    padding-top: 30px;
}

.article_mini-item {
    height: 200px;
    overflow: hipraktikan;
}

.main-categories-praktika  {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    background-color: #eef5f9;
}

.main-categories-praktika .main-categories-praktika-title {
    font-size: 26px;
    color: #231916;
    padding: 35px 0 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
} 

.videos-slider {
    padding-top: 30px;
    background: #eef5f9;
}

.infos-slider {
    padding-top: 15px;
    background: #fff;
}

.infos-slider {

}

.videos-slider_block .bx-wrapper, .videos-slider_block .bx-viewport {
    height: 421px !important;
}

.infos-slider_block .bx-wrapper, .infos-slider_block .bx-viewport {
    height: 392px !important;
}

.videos-slider .slide-item,
.infos-slider .slide-item {
    width: 586px !important;
}

.videos-slider .slide-item img,
.infos-slider .slide-item img {
    max-width: 100%;
}

.infos-slider .slide-item .product {
    width: 31% !important;
    margin-bottom: 0px !important;
    margin-right: 10px !important;
}

.infos-slider .slide-item .product .btn-sm {
    margin-top: 4px;
}

.slide-item a {

}

.slide-item a img {
    max-width: 100%;
}

.categories-items .category-item {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.category-item .category-subcategories-items {
    width: 48%;
    float: left;
}

.category-item .category-image {
    width: 48%;
    float: left;
    margin-right: 4%;
    position: relative;
}

.category-item .category-image h3 {
    font-size: 16px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.category-item .category-image h3 a {
    color: #231916;
}

.main-categories-items .main-categories-item {
    text-align: center;
    height: auto;
}

.main-categories-items .main-categories-item img {
    max-width: 100%;
}

.main-categories-items .main-categories-item .main-category-item-title {
    margin-top: 5px;
}

.main-categories-items .main-categories-item .main-category-item-title a {
    color: #003d78;
    font-size: 15px;
    font-weight: bold;
}


.category-subcategories-items li {
    margin-bottom: 7px;
}

.category-subcategories-items a {
    color: #231916;
    font-size: 14px;
    text-decoration: underline;
}

.category-subcategories-items a:hover {
    text-decoration: none;
}

.main-categories-item ul {
    margin-top: 5px;
}

.main-categories-item li {
    margin-bottom: 10px;
}

.main-categories-item li a {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
}

.main-categories-item li a:hover {
    text-decoration: none;
}

#footer {
    min-height: 295px;
    padding: 40px 0;
    background-color: #003d78;
}

#footer .footer-item {
    width: 25%;
    float: left;
}

.footer-soc a {
    display: inline-block;
    margin: 0 3px;
}

.footer-item .footer-col-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.footer-catalog-col1 .footer-col-title,
.footer-catalog-col2 .footer-col-title,
.footer-informations .footer-col-title {
    height: 38px;
}


.footer-item .footer-col-items li {
    margin-bottom: 5px;
} 

.footer-item .footer-col-items li a {
    display: block;
    padding: 5px 0;
    color: #eef5f9;
    font-size: 14px;
}

.footer-item .footer-col-items li a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #646464;
}

.footer-map .footer-col-title {
    margin-bottom: 20px;
}

.footer-soc-title {
    margin-top: 15px;
}

#footer .social {
    position: fixed;
    top: 30%;
    right: 20px;
}


#footer .social a {
    background-image: url(../images/soc_icons.png);
    display: block;
    width: 43px;
    height: 43px;
    margin-bottom: 10px;
}

#footer .social a.insta_icon {
    background-position: 97px 0px;
}

#footer .social a.vk_icon {
    background-position: 43px 0px;
}

#footer .social a.youtube_icon {
    background-position: 0px 0px;
}

#footer .social a.insta_icon:hover {
    background-position: 98px 43px;
}

#footer .social a.vk_icon:hover {
    background-position: 44px 43px;
}

#footer .social a.youtube_icon:hover {
    background-position: 0px 43px;
}

.content-main {
    background-color: #fff;
    padding: 25px 14px;
}

/* product */


.content_wrap {
    padding-bottom: 50px;
    background-color: #fff;
    overflow: hidden;
}

.content_wrap h1 {
    font-size: 25px;
    color: #231916;
    font-weight: bold;
    margin-bottom: 25px;
}

.content-product {
    padding: 20px 14px;
    /* max-width: 1170px; */
    margin: 0 auto;
}

.content-main-title {
    font-size: 24px;
    color: #ed1b24;
    font-weight: bold;
    margin-bottom: 20px;
    /* font-family: "Times New Roman"; */
}

.content-main-content {
    
}

.content-main-article-text {
    min-height: 500px;
}

.product-detail {
    
}

.product-detail .product-images {
    width: 34.6%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #fff;
}

.product-images .product-image {
    min-height: 368px;
    border: 1px solid #d8e3e9;
    line-height: 368px;
    background-color: #fff;
 }

.product-slider .product-image {
    text-align: center;
    position: relative;
}

.product-images .product-image img {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.product-images .product-slider {
    margin-bottom: 30px;
}

.product-detail .product-slider-big {
    
}

.product-detail .product-information {
    width: 63.4%;
    float: right;
}

.product-information .product-series {
}

.product-information .product-series img {
    width: 771px;
    height: 34px;
    float: right;
}

.product-video-big iframe {
    width: 360px !important;
    height: 240px !important;
}

.product-information .product-series .product-articul {
    position: absolute;
}

.product-information .product-infos {
    margin-top: 17px;
}

.product-image_big {
    /* height: 368px; */
}

.product-detail .product-images img {
    max-width: 100%;

}

.product-pictograms {
    margin-top: 20px;
    border-top: 2px solid #d8e3e9;
    padding-top: 15px;
}

.panel_top-item {
    display: inline-block;
    height: 37px;
    padding-left: 12px;
    height: 36px;
}

.product-compare,
.product-comments {
    font-size: 13px;
}

.product-panel_top .product-compare,
.product-panel_top .product-comments {
    float: right !important;
}

.product-compare a,
.product-comments a {
    color: #8b8a88;
    border-bottom: 1px dotted #8b8a88;
}

.product-compare a:hover,
.product-comments a:hover {
    border-bottom-color: #fff;
}

.product-articul {
    font-size: 13px;
    color: #1a1a1a;
    background-color: #eef5f9;
    border-bottom: 1px solid #d8e3e9;
    border-left: 1px solid #d8e3e9;
    border-right: 1px solid #d8e3e9;
    /* font-family: "Times New Roman"; */
    font-weight: bold;
    line-height: 39px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
}

.product-praktika-slogan {
    left: 0;
    top: -30px;
    position: absolute;
    color: #003d78;
    border: 1px solid #003d78;
    font-size: 11px;
    font-weight: bold;
    /* background: #71bf4f; */
    display: inline-block;
    padding-left: 9px;
    padding-right: 20px;
    line-height: 23px;
    height: 22px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 6px;
}

.product-price-block {
    text-align: center;
    border: 1px solid #d8e3e9;
    margin-bottom: 20px;
}

.product-price-block .product-price {
    height: 80px;
    padding-top: 20px;
}

.product-price .product-price-title {
    font-size: 13px;
}

.product-price .product-price-value {
    margin-top: 10px;   
    font-size: 20px;
    font-weight: bold;
}

.product-links {
    margin-top: 20px;    
    padding-left: 10px;
}


.product-documents {
    padding: 20px 0 18px;
    background: #eef5f9;
}

.product-documents .product-document {
    display: inline-block;
    font-size: 14px; 
    width: 32%;
    text-align: center;
    color: #231916;
    text-decoration: underline;
}

.product-documents .product-document:hover {
    text-decoration: none;   
}

.product-documents .product-document img {
    margin-bottom: 15px;
}


.product-qa-items {}

.product-qa-items .product-qa-item {
    margin-bottom: 10px;
}

.product-qa-items .product-qa-item .product-qa-title {
    margin-bottom: 8px;
}

.product-qa-items .product-question {
    border: 1px solid #e6e7e9;
    padding: 20px 18px;
}

.product-qa-items .product-answer {
    background: #eef5f9;
    padding: 20px 0;

}

.product-qa-items .product-answer .product-qa-content-icon {
    width: 8%;
    padding: 0 1%;
    float: left;
    text-align: center;
}

.product-qa-items .product-answer .product-qa-content-icon img {
    max-width: 100%;
}

.product-qa-items .product-answer .product-qa-content {
    width: 92%;
    float: left;
}

.product-qa-items .product-qa-item.product-answer .product-qa-title {
    color: #00529b;
    font-weight: bold;
}

.product-qa-items .product-qa-item .product-qa-content {
    font-size: 15px;
}

.product-qa-items {}

.product-qa-panel {
    margin-top: 30px;
}

.product-qa-panel-top {
    margin-bottom: 20px;
}

.table-products thead tr td {
    background: #d8e3e9;
    color: #231916;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 40px;
}

.table-products tbody tr td {
    color: #231916;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 45px;
    padding: 10px 0;
    background: #fff;
}

.table-products tbody tr td a {
    color: inherit;
}

.table-products tbody tr td.table-price {
    color: #00529b;
    font-size: 16px;
}

.table-products tbody tr.row_gray td {
    background: #eef5f9;
}

.table-products tbody tr:hover {
    cursor: pointer;
}

.table-products tbody tr:hover td,
.table-products tbody tr.select td {
    background: #fdbf56 !important;

}

.table-products tbody tr.table-row-gray td {
    background: #eef5f9;
}

.table-products {
    margin-bottom: 20px;
}


.product-links a.btn-md {
    height: 70px !important;
    line-height: 65px !important;
}

.product-links a.btn-md.btn-order {

}

.product-characteristics {
    margin-top: 10px;
}

ul.list-circle-red li {
    margin-bottom: 7px;
    font-size: 16px;
    color: #1a1a1a;
}

ul.list-circle-red li::before {
    display: inline-block;
    content: "•"; 
    color: #ee2e24;
    width: 15px;
}

.product-prices {
    margin-top: 15px;
}

.product-prices > div {
    width: 50%;
    float: left;
    padding: 12px 20px;
    height: 72px;
    color: #1a1a1a;
}

.product-prices .price-title {
    font-size: 14px;
    margin-bottom: 3px;
    color: #231916;
}

.product-prices .price-value {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

.product-prices .price-value span {
    font-size: 24px;
}

.product-prices .product-price_rozn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-prices .product-price_rozn .price-value {
    color: #231916;
}

.product-prices .product-price_sale {
}

.product-price_sale .price-value {
    color: #231916;    
}

.product-price_sale .price-title span {
    color: #8a8987;
}

.product-actions {
    margin-top: 30px;
}

.product-actions .btn-lg2 {
    width: 100% !important;
}

.product-documentations {
    margin-top: 30px;
    text-align: center;
    border-top: 10px solid #e6e7e9;;
    border-bottom: 10px solid #e6e7e9;
    padding: 3px 0 13px;
}

.product-documentations a {
    float: left;
    color: #231916;
    font-size: 14px;
    font-weight: bold;
}

.product-documentations .document-item {
    height: 70px;
    float: left;
}

.product-documentations .document-item span.document-item-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 5px auto 0;
}

.product-documentations .document-item .video_icon {
    background: url(../images/icon-media.png) left top  no-repeat;
}

.product-documentations .document-item:hover .video_icon {
    background: url(../images/icon-media.png) left -59px no-repeat;
}

.product-documentations .document-item:hover .document-item-title {
    color: #ed1b24;
}

.product-documentations .document-item .instructions_icon {
    background: url(../images/icon-media.png) 33% top  no-repeat;
}

.product-documentations .document-item:hover .instructions_icon {
    background: url(../images/icon-media.png) 33% -59px  no-repeat;
}

.product-documentations .document-item .details_icon {
    background: url(../images/icon-media.png) 66% top  no-repeat;
}
.product-documentations .document-item:hover .details_icon {
    background: url(../images/icon-media.png) 66% -59px no-repeat;
}

.product-documentations .document-item .media_icon {
    background: url(../images/icon-media.png) right top no-repeat;
}
.product-documentations .document-item:hover .media_icon {
    background: url(../images/icon-media.png) right -59px no-repeat;
}


.product-block_info {

    margin-bottom: 25px;
}

.product-block_info.product-videos {
    border-bottom: 0;
}

.product-block_info .product-block-title {
    font-weight: bold;
    height: 48px;
    padding-top: 14px;
    font-size: 18px;
    color: #00529b;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.product-block_info .product-block-content {
    font-size: 16px;
    color: #1a1a1a;
    padding-bottom: 20px;
}

.product-block_info .product-block-content p {
    margin-bottom: 15px;
}


.product-add_information {
    margin-top: 40px; 
}

.product-add_information .product-char-value {
    text-align: right;
}

.product-tech_info {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.product-complect {
    float: left;
    width: 49%;
}

.product-info2 {
}

.table-tech_info {
    width: 100%;
}

.table-tech_info tr:first-child td {
  border-top: 0;  
}

.table-tech_info td {
    width: 50%;
    border-top: 1px solid #e6e7e9;
}

.table-tech_info tr {
    height: 30px;
}

.table-tech_info tr.row_gray {
    background-color: #f8f7f2;
}

.product-comments_actions a {
    margin-left: 20px;
}

.product-comments .product-block-title {
    width: 62%;
    float: left;
}

.product-comments .product-comments_action {
    width: 33%; 
    float: left;
}

.comment-item .comment-warp {
    padding: 15px 29px;
}

.comment-question {
    margin-bottom: 29px;
}

.comment-question > .comment-warp,
.comment-review > .comment-warp {
    border: 1px solid #e8e8e8;
}

.comment-warp .comment-sender {
    margin-bottom: 7px;
    font-weight: bold;
}

.comment-sender .comment-user {
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}

.comment-question .comment-user {
    color: #1a1a1a;
}

.comment-sender .comment-date {
    font-size: 14px;
    color: #8a8987;
}

.comment-warp .comment-text  {
    font-size: 14px;
    color: #1a1a1a;
}

.comment-answer {
    margin-top: 7px;
    margin-left: 28px;
}

.comment-answer .comment-warp {
    background-color: #fffcca;
}

.comment-answer .comment-user {
    color: #ee2e24;
}

.comment-next {
    margin-top: 20px;
    text-align: center;
}

.comment-review .review-good {
    margin-bottom: 3px;
}

.comment-review .review-good span,
.comment-review .review-bad span,
.comment-review .review-text span {
    padding-right: 5px;
}

.comment-review .review-good span {
    color: #1f9b15;
    font-weight: bold;
}

.comment-review .review-bad span {
    color: #ee2e24;   
    font-weight: bold;
}

.comment-review .review-bad {
    margin-bottom: 10px;
}

.comment-review .review-text span {
    font-weight: bold;
}

.product-videos .product-block-title {
    position: relative;
}

.product-videos .product-block-title a {
    position: absolute;
    top: 0;
    right: 0;
}

.content-general  .products_block {
    padding: 0 15px;
}

.products_block {
    background: #fff;
    padding-bottom: 25px; 
}

.products_block .products_block-content {
}

.products_block .products_block-title {
    font-size: 26px;
    color: #231916;
    padding: 35px 0 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;

}

.videos-slider_block,
.infos-slider_block {
    padding-bottom: 50px;
}

.infos-slider_block {
    margin-top: 25px;
}

.infos-slider_block .infos-slider-title {
    font-size: 26px;
    color: #231916;
    padding: 35px 0 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.videos-slider_block .bx-wrapper .bx-pager, 
.videos-slider_block .bx-wrapper .bx-controls-auto,
.infos-slider_block .bx-wrapper .bx-pager, 
.infos-slider_block .bx-wrapper .bx-controls-auto,
.products_block-content .bx-wrapper .bx-pager, 
.products_block-content .bx-wrapper .bx-controls-auto,
{
    bottom: -20px;
}

.products_block .bx-has-pager .bx-pager-item a,
.videos-slider_block .bx-has-pager .bx-pager-item a,
.infos-slider_block .bx-has-pager .bx-pager-item a,
.product-slider-big .bx-has-pager .bx-pager-item a {
    background: #00529b !important;
    border: 2px solid #00529b !important;
}

.product-images .images-slide {
    width: 80px;
    float: right;
    margin-right: 1%;
}

.product-slider-mini {
    padding-left: 3%;
    float: left; 
    width: 20%;
}

.product-slider-image_big { 
    float: right; 
    width: 80%;
 }

.product-video-slider-mini {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 18px;
}

.product-slider-mini li {
    width: 85px !important; 
    height: 85px !important;
    line-height: 80px !important;
    border: 1px solid #d8e3e9;
    overflow: hidden;
    text-align: center;
    /* float: left; */
    margin-bottom: 15px;
}

.product-video-slider-mini li {
    width: 65px !important;
    height: 65px;
    border: 1px solid #d8e3e9;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.product-slider-mini li.select {
    border: 2px solid #fdbf56;
}

.product-slider-mini li img {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    /* height: 85px; */
}

.product-video-slider-mini li img {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    height: 85px;
}



.images-slide li {
    cursor: pointer;
    width: 80px !important;
    height: 80px !important;
    line-height: 73px;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
    overflow: hidden;
}
.images-slide li:hover,
.images-slide li.select
 {
    border: 2px solid #ffde00;
}

.images-slide li img {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 120px;
}

.product-images .image-main {

    width: 84%;
    float: right;
}

.product-images .image-main .image-main-b {
    position: relative;
    height: 448px;
    text-align: center;
    line-height: 442px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}


.image-main img {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.product-youtube_video {}

.product-video_block .video-open {
    float: left;
    width: 75%;
    margin-right: 3%;
}

.video-open img {
    max-width: 100%;
}

.product-video_block .video-items {
    float: left;
    width: 22%;
    padding-top: 30px;
}


.video-items  .bx-wrapper .bx-controls-direction a.bx-prev,
.video-items  .bx-wrapper .bx-controls-direction a.bx-next {
    width: 100%;
    height: 22px;
    /* left: 50%; */
    text-align: center;
    /* margin-left: -16px; */
    background-color: #e6e7e9;
}

.video-items .bx-wrapper .bx-prev {
    top: -3% !important;
    background: url(../images/arrows_top_bot.png) center top no-repeat;
}

.video-items .bx-wrapper .bx-next {
    top: 107% !important;
    /* bottom: -25px !important; */
    background: url(../images/arrows_top_bot.png) center bottom  no-repeat;
}


.blockinfo {}

.blockinfo .blockinfo-title {
    height: 30px;
    line-height: 30px;
    color: #231916;
    font-size: 16px;
    font-weight: bold;
    padding-left: 7px;
}

.blockinfo .blockinfo-title span {
    font-size: 11px;
    vertical-align: top;
}

.blockinfo .blockinfo-text {
    font-size: 14px;   
    border-top: 2px solid #d8e3e9;
}

.blockinfo-description .blockinfo-text {
    padding-top: 10px;
    line-height: 17px;
}

/* product */


/* categories */
.breadcrumbs-wrap {
    padding-top: 15px;
}

.content-main-wrap {
    padding-bottom: 5px;
}

.breadcrumbs-wrap,
.content-main-wrap {
    background-color: #f8f7f2;
}

/* categories */


/* products */


.content-products {
    background-color: #f8f7f2;
}

.products-filters {    
    position: relative;
    width: 27%;
    float: left;
}

.category-banner img {
    max-width: 100%;
}

.products-filters .products-filter {    
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;    
}

.products-filter .filter-item {
    margin-bottom: 5px;
    position: relative;
    float: none;
    margin-bottom: 7px;
}

.products-filter .filter-items {
    display: none;
    padding: 0 6px 17px;
    margin-top: 10px;
}

.products-filter.open .filter-items {
    display: block;
}

.filter-title {
    padding: 11px 0 10px 12px;
    font-size: 14px;
    height: 38px;
    font-weight: bold;
    cursor: pointer;
    background: #eef5f9 url(../images/products/arrow-right-icon.png) 99% center no-repeat;
    color: #003d78;
}

.products-filter.open .filter-title {
    background: #eef5f9  url(../images/products/arrow-bottom-icon.png) 96% center no-repeat;
}

.products-filter label {
    font-size: 14px;
    color: #323130;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: top;
}
 .products-block {
 /*    width: 72%; 
    float: right; */
}

.categories-p-items {
    padding-top: 10px;
}

.categories-p-items .category-p-item {
    width: 190px !important;
    height: 175px !important;
    padding: 5px; 
    text-align: center;
    border: 2px solid #fff;
    overflow: hidden;
}

.categories-p-items .category-p-item:hover {
    border: 2px solid #d8e3e9;
}

.categories-p-items .category-p-item .category-p-item-img {
    overflow: hidden;
    height: 95px;
    line-height: 92px;
}

.categories-p-items .category-p-item .category-p-item-img img {
    vertical-align: middle;
    line-height: normal;
}

.categories-p-items .category-p-item .category-p-item-name a {
    color: #231916;
    text-transform: uppercase;
    font-size: 14px;
}


.products-block .products-panel {
    height: 38px;
    /* border-radius: 5px; */
    background-color: #eef5f9;
    margin-bottom: 20px;
    color: #8a8987;
    font-size: 13px;
}

.products-panel {}

.products-panel .panel-item {
    float: left;
    height: 35px;
    cursor: pointer;
}

.products-panel .sort-icon {
    padding: 8px 5px 0 20px;
}   

.products-panel .sort-price,
.products-panel .sort-name {
    padding: 9px 10px;
}   

.products-panel .panel_view-item {
    float: right;
    height: 35px;
    cursor: pointer;
    padding: 9px 10px;
}

.products-panel .panel_view-inline,
.products-panel .panel_view-cell {
    width: 40px;
}

.products-begun .begun-value {
    height: 30px;
    width: 80px;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    text-align: center;
    font-size: 15px;
    color: #323130
}

.filter-begun_values span {
    padding: 0 15px;
    font-size: 14px;
    color: #8a8987;   
}

.filter-begun_values {
    margin-bottom: 15px;
}

.filter-begun_values span:first-child {
    padding-left: 0;
}

.window-count {
    cursor: pointer;
    position: absolute;
    right: -170px;
    top: 10%;
    margin-top: -18px;
    height: 37px;
    width: 167px;
    z-index: 10;
    background-color: #00529b;
    border: 3px solid #fff;
    color: #fff;
    font-size: 13px;
    padding-top: 8px;
    padding-left: 20px;
    border-radius: 7px;
}

.window-count_button {
    text-decoration: underline;
}

.window_count-red_corner {
    position: absolute;
    top: 7px;
    left: -10px;
    width: 10px;
    height: 20px;
    background: url(../images/products/red_corner.png) center center no-repeat;
}


.product-catalog {}

.product-catalog .catalog-item {
    height: 150px;
    background-color: #eef5f9;
    padding-top: 10px;
}

.catalog-item .catalog-item-image {
    width: 40%;
    float: left;
    height: 140px;
    line-height: 135px;
    text-align: center;
}

.catalog-item .catalog-item-image img {
    height: auto;
    display: inline-block;
    vertical-align: middle;   
    max-width: 100%;
    max-height: 140px;
}

.catalog-item .catalog-item-title {
    width: 145px;
    width: 60%;
    float: left;
    height: 140px;
    line-height: 140px;
    padding-left: 20px;
}

.catalog-item .catalog-item-title a {
    height: auto;
    display: inline-block;
    vertical-align: middle;   
    color: #003d78;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    width: 90%;
}


.product-catalog .catalog-subitems {
    padding: 15px 27px;
    min-height: 280px;
}

.product-catalog td {
    border-right: 1px solid #d8e3e9;
    border-bottom: 1px solid #d8e3e9;
}

.product-catalog td:first-child {
    border-left: 1px solid #d8e3e9;
}


.product-catalog .catalog-subitems li {
    margin-bottom: 7px;
}

.product-catalog .catalog-subitems li a {
    color: #231916;
    font-size: 15px;
}

.product-catalog .catalog-subitems li a::before {
    content: "\2022";
    color: #00529b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.product-catalog .catalog-subitems li a:hover {
    text-decoration: underline;
}

.product-catalog {}


 .pagination {
    text-align: center;
}

.pagination .btn.close {
    display: none !important;
}

.files-items .file-item {
    display: block;
    width: 18%;
    padding: 160px 5px 0;
    height: 200px;
    margin-right: 3%;
    background: #3666a1 url(/media/images/icon_pdf_big.png) center 20px no-repeat;
    float: left;
    text-align: center;
}

.files-items .file-item .file-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/* adaptiv */
@media screen and (max-width: 800px) {
    .menu_main-items {
        display: none;
    }
}



/* adaptiv */
@media screen and (max-width: 800px) {
    .menu_main-slogan {
        display: none;
    }
    .items_100 .item_4 {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {


    .product-slider-mini {
        padding-left: 3%;
        float: left; 
        width: 30%;
    }

    .product-slider-image_big { 
        float: right; 
        width: 70%;
     }
}

@media screen and (max-width: 1000px) {


    .product-detail .product-images {
        width: 45%;
        float: left;
        margin-right: 2%;
    }

    .product-detail .product-information {
        width: 53%;
        float: right;
    }

    .search-block {
        padding-top: 15px;
        width: 50%;
    }

    .soc-block {
        padding-top: 17px;
        width: 100px;   
    }

    .header-main {
   
    }

    .menu_main-items {
        padding-top: 15px;
        width: 470px;
    }

    #header .cl {
        display: block;
    }

    .items .item_3 {
        width: 47.5%;
    }

    .items_100 .item_3 {
        width: 47.5%;
    }

    .product-prices .product-price_rozn {
        width: 100%;
    }

    .product-prices .product-price_sale {
        width: 100%;
    }

    .product-images .image-main {
        width: 100%;
    }

    .product-images .images-slide {
        width: 100%;
    }

    .products-filters {
        margin-right: 0;
        width: 100%;
    }

    .products-block {
        width: 100%;
    }

    #footer .footer-item {
        width: 33.3333%;
        float: left;
        padding-left: 10px;
    }

    #footer .footer-map.footer-item {
        width: 66.6666%;
        float: left;
        margin-top: 20px;
    }

    .footer-map .footer-subitem {
        float: left;
        width: 50%;
    }

    .images-slide .bx-wrapper .bx-controls-direction a.bx-prev, .images-slide .bx-wrapper .bx-controls-direction a.bx-next {
        display: none;
    }

    
}

@media screen and (max-width: 600px) {

    .items_100 .item_4 {
        width: 100%;
    }

    .menu_main-submenu-little.menu_main-submenu {
        width: 100%;
        left: 0;
    }

    .menu_main-items .menu_main-item > a {
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 14px;
    }

    .products_block-content .bx-wrapper .bx-controls-direction a.bx-prev, 
    .products_block-content .bx-wrapper .bx-controls-direction a.bx-next, 
    .product-slider-big .bx-wrapper .bx-controls-direction a.bx-prev, 
    .product-slider-big .bx-wrapper .bx-controls-direction a.bx-next, 
    .product-slider-mini .bx-wrapper .bx-controls-direction a.bx-prev, 
    .product-slider-mini .bx-wrapper .bx-controls-direction a.bx-next, 
    .videos-slider_block .bx-wrapper .bx-controls-direction a.bx-prev, 
    .videos-slider_block .bx-wrapper .bx-controls-direction a.bx-next,
    .infos-slider_block .bx-wrapper .bx-controls-direction a.bx-prev, 
    .infos-slider_block .bx-wrapper .bx-controls-direction a.bx-next {
        display: none;
    }

    .items_100 .item_6 {
        width: 33.3333% !important;
    }

    .submenu-item .submenu-sub_sub_categiries .submenu-sub_sub_categiries-col {
        width: 100%;
        float: left;
        margin-right: 2%;
    }

    .menu_main-items .menu_main-item > a {
        font-size: 13px;
        font-weight: normal;
    }

    .product-detail .product-images {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-detail .product-information {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .header-logo {
        float: left;
        width: 50%;
        padding-left: 5%;
        padding-bottom: 2%;
    }

    .menu_main-mobil {
        display: block; 
        width: 50%;
        height: 70px;
        text-align: center;
        padding-top: 7%;
    }


    .menu_main-submenu .submenu-main_categiries {
        width: 100%;
    }

    .submenu-item .submenu-sub_sub_categiries {
        position: static;
        background-color: transparent;
        height: auto;
        min-height: 1px;
    }

    .menu_main-submenu {
        background: #fff;
    }

    .praktika-element-items .praktika-element-item {
        width: 50%;
        height: 290px;
        background-size: 80%;
    }

    .article_mini-item {
        height: 145px;
    }

    #footer .footer-item {
        width: 100%;
        min-height: 190px; 
        padding-left: 10px;
    }

    .footer-map .footer-subitem {
        width: 100%;
    }

    .items .item_3 {
        width: 97%;
    }

    .items .item_2 {
        margin-right: 0;
        width: 100%;
    }

    .items_100 .item_3 {
        width: 100%;
    }

    .items_100 .item_2 {
        margin-right: 0;
        width: 100%;
    }

    .product-detail .product-images, 
    .product-detail .product-information {
        width: 98%;
    }

    .product-tech_info {
        width: 98%;
    }

    .product-complect {
        width: 98%;   
    }

    .product-comments .product-block-title {
        width: 100%;
    }

    .product {
        width: 95%;
        margin-right: 0;
    }

}

/* adaptiv */

/* compares */

.compare-content  {}

.compare-content  .compare_col1 {
    width:  30%;
    float:  left;   
}

.compare_characteristics_list {
    margin-top: 165px;
}

.compare_characteristics_list .characteristics-list {
    padding-top: 30px;
}

.product-compare .characteristics-list {
    padding-top: 6px;
}

.characteristics-list .characteristic-name {
    height: 33px ;
    font-size: 14px;
    color: #323130;
    padding-top: 10px;
    padding-left: 15px;
    background: #f8f7f2;
}

.characteristics-list .characteristic-name.white {
    background: #fff;
}

.compare-content  .compare_col2 {
    width:  70%;
    float:  left;   
}

.compare_col1 .characteristics-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.characteristics-buttons a {
    float: left;    
    border-radius: 5px; 
    height: 35px;
    width: 50%;
    border: 3px solid  #ee2e24;
    text-align: center;
    font-size: 14px;
    font-weight: bold;  
    line-height: 28px;
    color: #ee2e24;
}

.characteristics-buttons a.active {
    background: #ee2e24;
    color: #ffffff;
}

.product-list {}

.product-list .product-compare {
    width: 170px;
    margin-right: 30px;
    float: left;    
    background: #fff;
    border-radius: 7px;
    text-align: center;
    position: relative; 
    padding: 10px;
}

.product-compare a {
    text-decoration: none;  
    outline: none;  
}

.product-compare .product-title a {
    color: #000000;
    font-weight: bold;  
    outline: none;  

}

.product-compare .product-compare-delete {
    cursor: pointer;    
    position: absolute;
    width:  25px;
    height:  25px;
    border-radius:  50%;
    text-align: center;
    line-height: 29px;
    top: 10px;
    right:  10px;
    background: #ee2e24;
}

.product-compare .product-price {
    font-size: 17px;
    color:  #ee2e24;
    text-align: center;
    padding: 7px 0 3px;
    background: #ffedd3;
    border-radius: 5px;
    height: 35px;
}

.product-compare .product-sku { 
    padding: 10px 0 3px;
    border-radius: 5px;
    height: 35px;
    font-size: 12px;
    color: #8a8987;
    background: #f8f7f2;
    font-weight: bold;
 }

.product-compare .product-price_rozn {
    padding-top: 10px;
    font-size:  12px;
 }

 .product-price_rozn .product-price_rozn-title {
    color: #8a8987;
 }

  .product-price_rozn .product-price_rozn-value {
    color: #000000;
    font-weight: bold;  
 }
/* compares */


/* articles */



.articles-items  {
    border-bottom: 10px solid #e6e7e9;
}

.article-item {
    border-top: 10px solid #e6e7e9;
    padding-top: 20px;
    margin-bottom: 17px;
}

.article-item .article-image {
    width: 23%;
    float: left;
}

.article-item .article-content {
    width: 75%;
    float: right;
    padding-top: 10px;
}

.article-content  .article-title {
    font-size: 18px;
    font-weight: bold;
    color: #ed1b24;
    margin-bottom: 10px;
}

.article-content  .article-text {
    font-size: 16px;
    color: #231916;
}


/* videos */

.video-block {
    overflow: hidden;
}

.video-items {
    margin-top: 20px;
    overflow: hidden;
    padding-left: 10px;
}

.video-items .video-item img {
    max-width: 100%;
}

.video-items .video-item.item_4 {
    width: 15%;
    margin-right: 1%;
    height: 240px;
}

.fancybox-overlay {
    pointer-events: none;
    z-index: 19500;
}

.fancybox-wrap {
    pointer-events: all;
    z-index: 20000;
}
