.container {
    /*border-left: 1px solid #00fff7;
    border-right: 1px solid #00fff7;*/
}

.page-header {
    margin: 0 0 25px;
    border-bottom: 2px solid #BEC4C8;
}

.dj-offcanvas-pusher-in {
    height: 100%;
}

.dj-offcanvas {
    overflow: scroll;
}

.container {
}

header {
}

.all-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.header-middle .row {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.header-middle-right {
    display: flex;
    justify-content: flex-end;
}

.logo {
    margin: 0 0 0 -8px;
    color: #0DABF3;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.logo span {
    display: inline-block;
    color: #0DABF3;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
}

#show_contacts {
    padding: 0;
    background: #fff;
    border: 1px solid #fff;
    height: 34px;
    width: 34px;
    margin: 0 0 0 5px;
}

#show_contacts span {
    display: none;
}

#show_contacts i {
    margin: 1px 0 0 1px;
}

.hours-sales-online,
.address,
.phone-numbers {
    padding-left: 50px;
    position: relative;
}

.hours-sales-online:before,
.address:before,
.phone-numbers:before {
    display: block;
    content: "";
    -webkit-mask: url(../images/info.svg) no-repeat 100% 100%;
    mask: url(../images/info.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0DABF3;
    height: 34px;
    width: 34px;
    margin: -17px 0 0 0;
    top: 50%;
    left: 5px;
    position: absolute;
}

.address:before {
    -webkit-mask: url(../images/location.svg) no-repeat 100% 100%;
    mask: url(../images/location.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.phone-numbers:before {
    -webkit-mask: url(../images/call.svg) no-repeat 100% 100%;
    mask: url(../images/call.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.hours-sales-online:before {
    -webkit-mask: url(../images/call_clock.svg) no-repeat 100% 100%;
    mask: url(../images/call_clock.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.header-menu {
    background: #323946;
    padding: 10px;
    height: 60px;
    overflow-y: visible;
}

.header-menu .row {
    display: flex;
    align-items: center;
}

.header-menu .menu {
    display: flex;
    margin: 0 0 0 -8px;
    height: 40px;
}

.header-menu .menu li.lvl_1 > ul {
    position: relative;
    z-index: 9;
    max-width: 280px;
}

.header-menu #searchForm {
    display: flex;
    margin-right: 5px;
}

.header-menu .btn-on.btn-search {
    background: #3c434f;
}

.header-menu .btn-on.btn-search:hover {
    background: #5B616B;
}

.header-menu #searchForm.open .btn-search {
    background-color: #0DABF3;
}

.header-menu #searchForm.open + .btn-search:before {
    -webkit-mask: url(../images/close.svg) no-repeat 100% 100%;
    mask: url(../images/close.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.header-menu .btn:hover {
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, .8);
}

.header-menu div[class*=col-] {
    width: auto !important;
}

.header-menu .navigation_right {
    flex-grow: 2;
    display: flex;
}

.searchForm__module {
    display: flex;
    justify-content: flex-end;
    flex-grow: 2;
    align-items: center;
}

.searchForm__module .form {
    width: 0;
    overflow: hidden;
    transition: all ease-in .2s;
}

.searchForm__module .form.open {
    width: 100%;
}

.searchForm__module .form.open {
    overflow: visible;
}

.searchForm__module #search-input{
    border-radius: 3px 0 0 3px !important;
}
.searchForm__module #search-input + button{
    border-radius: 0 3px 3px 0 !important;
}

.header-middle .info {
    display: flex;
    align-items: center;
}

.header-middle .info .phone-numbers {
    display: flex;
    align-items: center;
}

.header-middle .info > div {
    margin-left: 25px;
}

.navigation_left {
    display: flex;
    height: 40px;
}

header .nav li.current > a {
    background: #3E4551;
}

header .nav li a:hover {
    background: #5B616B;
}

.nav li a {
    color: #E7E7E7;
    font-weight: normal;
    display: block;
    padding: 5px 15px;
    text-decoration: none !important;
    position: relative;
    transition: none;
}

header .nav li a {
    padding: 9px 15px;
}

#column-left{
    padding-top: 25px;
}

#column-left .filters .modtitle .h5{
   margin-top: 0px;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 15px;
    background: #f6f6f6;
    margin-bottom: 26px;
    line-height: 16px;
}
#column-left .filters .bootstrap-select {
    width: 100%;
}

#column-left .nav li a {
    color: #333;
}

#column-left .nav li a:hover {
    background: #5B616B;
}

.nav li.parent > a {
    padding-right: 25px;
}

.nav li a:hover {
    color: #F2F5F7 !important;
}

.nav > li.lvl_1 {
    height: 40px;
}

footer .nav li a {
    padding: 2px;
    background: transparent !important;
    color: #fff;
    text-decoration: underline !important;
    line-height: 1.2;
    transition: all ease-in .2s;
}

footer .nav li + li {
    margin-top: 5px;
}

/*nav ul.nav ul{
   max-height: 0;
    overflow: hidden;
}*/
nav ul.nav ul li a {
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}

nav ul.nav ul li a.current {
    background: #5b616b;
}

nav ul.nav ul li {
    position: relative;
    display: block;
}

nav ul.nav ul li:not(.withmodule):before {
    background: #898989;
    bottom: auto;
    content: "";
    height: 8px;
    left: 12px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

nav ul.nav ul li:not(.withmodule):after {
    border-left: 1px solid #898989;
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    top: 0;
}

nav ul.nav ul li:not(.withmodule):last-child:after {
    height: 15px;
}

nav ul.nav .collapsing li:not(.withmodule):before,
nav ul.nav .collapsing li:not(.withmodule):after {
    display: none;
}

nav ul.nav ul.categosies ul {
    margin-left: 25px;
}

nav ul.nav li.parent > a > span {
    padding-right: 26px;
    display: block;
}

nav ul.nav li.parent > a > span > i {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 20px !important;
    width: 20px;
    margin-top: -10px;
}

nav ul.nav li.parent > a > span > i:before {
    display: block;
    content: "";
    font-style: normal;
    /*transition: all ease-in .2s;*/
    font-size: 16px;
    padding: 0 2px 0 5px;
    height: 10px !important;
    width: 10px;
    border: 1px solid #E7E7E7;
    border-bottom: none;
    border-right: none;
    margin: 9px 10px 4px 5px;
    transform: rotate(45deg);
}

nav ul.nav li.parent > a.collapsed > span > i:before,
nav ul.nav li.parent > a > span > i.collapsed:before {
    transform: rotate(225deg);
    margin: 2px 10px 4px 5px;
}

nav ul.nav > li > a {
    border-right: 5px solid rgba(0, 0, 0, 0.00001);
}

nav ul.nav li > a.active {
    border-right: 5px solid #0DABF3;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: #3C434F;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

nav ul.nav > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.00001);
}

nav ul.nav > li > a.active {
    border-bottom: 1px solid #898989;
}

nav ul.categosies a.parent + ul {
    border-top: 1px solid #898989;
}

nav ul.nav li > a + ul {
    background: #3C434F;
}

nav ul.nav li > a.active + ul {

    border-right: 5px solid #0DABF3;
}

nav ul.nav li.active > a {
    border-right: 5px solid #0DABF3;
}

nav ul.nav > li > a {
    font-size: 16px;
}

nav ul.nav ul.collapsing {
    overflow: hidden !important;
}

.j-offcanvas .close {
    top: 15px;
}

body.dj-offcanvas-anim, .dj-offcanvas-anim .dj-offcanvas-wrapper {
    overflow: visible;
}

.dj-mobile-nav {
    padding: 0 0 0 20px;
}

.dj-mobile-nav ul {
    padding: 0 0 0 20px;
}

.dj-mobile-nav ul ul {
    padding-top: 10px;
}

.dj-mobile-nav ul.categosies {
    padding: 0;
}

.dj-mobile-nav li {
    list-style: none;
    padding: 5px 0;
}

.dj-mobile-nav ul.categosies ul li {
    list-style: disc;
}

.dj-mobile-nav li a {
    line-height: 1.1;
    display: block;
}

.dj-offcanvas-logo {
    padding: 15px 45px 15px 15px;
    text-align: center;
}

.dj-offcanvas-logo a {
    text-decoration: none;
    color: #0DABF3;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-left: 36px;
}

.user_login {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 15px;
}

.user_login .ico {
    background: #3c434f;
    display: block;
    padding: 0;
    height: 34px;
    width: 34px;
}

.user_login .ico:hover {
    background: #5B616B;
}

.user_login .ico:before {
    content: "";
    display: block;
    -webkit-mask: url(../images/profile.svg) no-repeat 100% 100%;
    mask: url(../images/profile.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    height: 28px;
    width: 28px;
    margin: 0 auto;
    transition: all ease-in .2s;
}

.fullheight {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.breadcrumbs {
    padding: 5px 0px;

    margin: 0 0 15px;
}

#content__wrap {
    padding-bottom: 25px;
}

.header-banner {
   /* background: #C5C7CB;
    padding: 15px 0;*/
}

main {
    height: 100%;
    flex-grow: 2;
}

.slider + .fullwidth {
    padding-top: 50px;
}

.beforecontent {
    padding: 25px 0;
}

.mod.block + .mod.block {
    margin-top: 80px;
}

.aftercontent > *:last-child {
    padding-bottom: 25px;
}

.bottom {
    padding-bottom: 80px;
}

.container + .bottom {
    margin-top: 60px;
}

#content {
    padding-top: 25px;
}

#slider .image {
    max-width: 100%;
    overflow: hidden;
    background-size:cover !important;
    min-height: 600px;

}

#slider .image > picture{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
#slider .image > picture *{
    width: 100%;
}


    /*
    #slider img {
        animation: imageScaleOut 15s ease-in-out infinite alternate, fadeIn 0.5s ease-in-out alternate;
        -webkit-animation: imageScaleOut 15s ease-in-out infinite alternate, fadeIn 0.5s ease-in-out alternate;
        -moz-animation: imageScaleOut 15s ease-in-out infinite alternate, fadeIn 0.5s ease-in-out alternate;
        -o-webkit-animation: imageScaleOut 15s ease-in-out infinite alternate, fadeIn 0.5s ease-in-out alternate;
    }*/

#slider .item {
    position: relative;
}

#slider h1,#slider  h2,#slider  .h1,#slider  .h2,#slider  a{
    color:#000;
    font-size: 42px;
}
#slider a{
    text-decoration: none !important;
}
#slider .btn{
    line-height: 44px;
    border-radius: 8px;
    font-size:18px;
}
#slider .btn.urlatext{
    border:2px solid #0DABF3;
    background: #fff;
}
#slider .btn.urlbtext{
    background: #E3A72F;
}



#slider .caption {
    position: absolute;
    z-index: 2;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    gap:30px 30px;
}
#slider .caption p{
    font-size: 42px;
    line-height: 1.1;
}



#slider .caption .caption_content {
  /*  display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:25px 15px;
    max-width: 60%;


}

#slider  .icons-row{
    display: flex;
    flex-wrap: wrap;
    gap:15px 25px;
}
#slider  .icon-item{
    display: flex;
    gap:8px 8px;
    line-height: 1.1;
    align-items: center;
}
#slider  .icon-item img {
    width: 40px;
    height: 40px;
}


#slider .readmore{
    display: flex;
    flex-wrap: wrap;
    gap:15px 15px;
}

#slider .item .h2 {
    margin: 0
}

#slider .item a {
    text-decoration: none;
}

#slider.owl-carousel .owl-nav button {
    margin-top: -44px;
    height: 46px;
}

.accordionBlocks {
}

.accordionBlocks .accordion-group {
    margin: 0 0 15px;
}

.accordionBlocks .accordion-heading {
}

.accordionBlocks .accordion-heading a {
    padding: 15px;
    background: #C5C7CB;
    text-decoration: none !important;
    border: 1px solid #C5C7CB;
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1.2;
    border-radius: 6px 6px 0 0;
}

.accordionBlocks .accordion-heading span {
    line-height: 1.2;
}

.accordionBlocks .accordion-heading a img {
    margin-right: 10px;
}

.accordionBlocks .accordion-heading a.collapsed {
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.2);
    border-radius: 6px;
}

.accordionBlocks .accordion-heading a.collapsed:hover {
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
}

.accordionBlocks .accordion-body {
    padding: 15px;
    border: 1px solid #C5C7CB;
}

.accordionBlocks .accordion-body.collapse.in {
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.2);
    border-color: #C5C7CB;
    border-radius: 0 0 6px 6px;
}

.custom-made .info_block {
    border: 1px solid #C5C7CB;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
}

.custom-made .info_block:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bfbfbf;
    opacity: 0.8;
}

.custom-made .item {
    min-height: 400px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.custom-made .item .item_content {
    margin: 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.custom-made .item .item_content h2,
.custom-made .item .item_content .h3 {
    margin-top: 0;
    padding-top: 0;
}

.custom-made .item .item_content h2 {
    font-size: 32px;
    text-align: center;
}

.custom-made .item .item_content p {
    font-size: 18px;
}

.custom-made .item .item_content button {
    border-radius: 12px;
    font-size: 18px;
    padding: 1rem 2rem;
    background: #0DABF3;
    border-color: #0DABF3;
    color: #fff;
}

.aboutus .item {
    display: flex;
}

.aboutus .item h1 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
}

.aboutus .item .item_image {
    margin: 0 15px 0 0;
    min-width: 320px;
}

.advantages .category_articles__items {
    display: grid;
    align-items: stretch;
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.shophead h1{
    font-size:48px;
    margin-bottom: 80px;
}

.category_view,
#catalog{
    padding-bottom: 80px;
}


.category_view #catalog{
    padding-bottom: 0px;
}



.catalog a{
    color:#333;
    text-decoration: none;
}
.catalog h2{
    font-size: 36px;
    color:#333;
    text-align: center;
}
.catalog .list_categories .category{
    display: flex;
    flex-direction: column;
    gap:25px;
}

.catalog .list_categories .category + .category{
    margin-top: 80px;
}

.catalog .list_categories img{
    border-radius: 12px;
}

.catalog  .category_short_description{
    font-size: 20px;
    line-height: 1.2;
}

.catalog .list_sub_categories{
    display: grid;
    align-items: stretch;
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.catalog .list_sub_categories .sub_category{
    border: solid 2px #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.catalog .list_sub_categories .sub_category h3{
    margin: 0 0 20px;
    color:#000;
}

.catalog .sub_category_info{
    display: flex;
    gap:15px 15px;
    align-items: center;
}

.catalog .sub_category_info img{
    border-radius: 0;
    min-width: 120px;

}

.advantages ul {
    padding-left: 18px;
}

.advantages h3 {
    text-align: center;
}

.advantages .item {
    border: solid 2px #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.advantages .item h3 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
}

.advantages .item p {
    margin: 0;
    padding: 0;
}

.advantages .item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px 15px;
    flex-grow: 2;
}

.advantages .item_content p {
    flex-grow: 2;
}

.advantages img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-grow: 2;
}

.catalog_transformatorov {
    background: #f8f9fa;
    padding: 80px 0;
}

.catalog_transformatorov .block_item .item_data{
    display: none;
}

.catalog_transformatorov .tab-content .modtitle {
    display: none;
}

.catalog_transformatorov .nav.nav-tabs {
    border: none;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px 20px;
}

.catalog_transformatorov .nav.nav-tabs li {
    border: none !important;
}

.catalog_transformatorov .nav.nav-tabs li:after {
    display: none !important;
}

.catalog_transformatorov .nav.nav-tabs li a {
    border: solid 2px #e5e5e5;
    border-radius: 12px;
    font-size: 18px;
    text-align: center;
    color: #333;
    background: #fff !important;
}

.catalog_transformatorov .nav.nav-tabs li a:hover,
.catalog_transformatorov .nav.nav-tabs li a:focus {
    border-color: #0DABF3 !important;
    color: #0DABF3;
}

.catalog_transformatorov .nav.nav-tabs li a:hover span,
.catalog_transformatorov .nav.nav-tabs li a:focus span {
    color: #0DABF3;
}

.catalog_transformatorov .nav.nav-tabs li span {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    text-align: left;
    transition: all ease-in .1s;
}

.catalog_transformatorov .nav.nav-tabs li.active a {
    background: #0DABF3 !important;
    border-color: #0DABF3 !important;
    color: #fff;
}

.catalog_transformatorov .nav.nav-tabs li.active a span {
    color: #fff;
}

.catalog_transformatorov .nav-tabs + .tab-content {
    border: none;
    padding: 0;
}

.catalog_transformatorov ul {
    margin: 0;
    padding: 0;
}

.catalog_transformatorov ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog_transformatorov .categories,
.catalog_transformatorov .products {
    display: grid;
    align-items: stretch;
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
}

.catalog_transformatorov .categories .item_image,
.catalog_transformatorov .products .item_image {
    text-align: center;
    order: -1;
}

.catalog_transformatorov .categories .item_image img,
.catalog_transformatorov .products .item_image img {
    max-width: 250px;
    max-height: 250px;
}

.catalog_transformatorov .block_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    gap: 15px 0;
    justify-content: space-between;
}

.catalog_transformatorov a {
    text-decoration: none !important;
    color: #333 !important;
}

.advantages .item:hover,
.catalog_transformatorov .block_item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-color: #0DABF3;
}

.catalog_transformatorov .block_item .item_name {
    font-weight: 500;
    font-size: 22px;
}

.titleStyled .modtitle {
    text-align: center;
}

.titleStyled .modtitle h2,
.titleStyled .modtitle .h3 {
    font-size: 46px;
    font-weight: bold;
    color: #323946;
    display: inline-block;
    margin: 0 0 50px;
}

.titleStyled .modtitle h2:after,
.titleStyled .modtitle .h3:after {
    display: block;
    content: "";
    background: #0DABF3;
    height: 2px;
    width: 100%;
    margin: 5px 0 0 0;
}

footer .row {
    display: flex;
    align-content: stretch;
    justify-content: center;
}

#footer_right {
    background: #2A3F54;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer_center {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#back-to-top {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #3E4551;
    right: 6px;
    bottom: 6px;
    cursor: pointer;
    opacity: 0.3;
    background: #fff;
    /* display: none;*/
    position: fixed;
    z-index: 99;
}

#back-to-top a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    overflow: hidden;
}

#back-to-top a:before {
    display: block;
    content: "";
    -webkit-mask: url(../images/top.svg) no-repeat 100% 100%;
    mask: url(../images/top.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #3E4551;
    height: 28px;
    width: 28px;
    margin: 4px;
}

#search_displaymode {
    background: rgba(229,229,229,0.4);

    padding: 15px;
    justify-content: space-between;
    margin: 0 0 25px;
}

#search-anything {
    margin-right: 25px;
}

.form_search {
    display: flex;
    align-items: center;
}

#search_form form {
    align-items: flex-end;
    align-content: center;
    justify-content: flex-start;
}

#search-anything label {
}

#search_form input[type="search"] {
    width: 100%;
}

#search_form .form.inline .control-group {
    margin-bottom: 0 !important;
    flex-grow: 2;
}

.category_view .sub_categories {
    margin: 0 0px 25px;
    padding: 0;
    display: grid;
    align-items: stretch;
    grid-auto-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.category_view .sub_categories .h2,
.category_view .sub_categories h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.category_view .sub_categories li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category_view .sub_categories li .wrap {
    padding: 10px 15px;
    border: 1px solid #EDEDED;
    transition: all ease-in .2s;
    display: flex;
    align-items: center;
    gap: 15px 15px;
    border-radius: 6px;
}

.category_view .sub_categories li .image img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin-right: 15px;
}

.category_view .sub_categories li img {
    max-height: 100%;
    max-width: 100%;
}

.category_view .sub_categories li:hover .wrap {
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.2);
}

.category_view #products + .category_description {
    padding-top: 25px;
}

.catalog.grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(180px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 15px;
}
.catalog.grid.owl-carousel {
    grid-template-columns: repeat(4,minmax(180px, 1fr));
    grid-template-rows: 1fr;
}
.catalog.grid.owl-carousel  > *:nth-child(n+5) {
    display: none;
}

.catalog.grid.owl-carousel.owl-loaded{
    display: block!important;
}

.catalog.grid.owl-carousel .description{
    display: none  !important;
}

#products .list_products_params {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap:15px;
}



#products .list_products_params .display_params {
    display: flex;
    align-items: center;

}

#products .h2 {
    margin: 0 0 15px;
    font-size: 20px;
}

#products .product-overview .product_inf {
    margin: 0 0 15px;
}

#products .button-bar .button-bar-items {
    display: flex;
    gap: 5px 5px;
}

#products .button-bar .button-bar-items .moreinfo {
    flex-grow: 2;
}

#products .button-bar .button-bar-items .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    border-radius: 5px;
}

#products .button-bar .button-bar-items .btn:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 20px;
    width: 20px;
    margin: 0 8px 0 0;
    font-size: 20px;
    background-color: #0DABF3;
}

#products .catalog.grid .button-bar .button-bar-items .btn:before {
    margin: 0;
}

#products .button-bar .button-bar-items .btn.wishlist:before {
    margin: 0;
}

#products .button-bar .button-bar-items .btn.showmore:before {
    -webkit-mask: url(../images/parameters.svg) no-repeat 100% 100%;
    mask: url(../images/parameters.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 5px !important;
}

#products .button-bar .button-bar-items .btn.char:before {
    -webkit-mask: url(../images/info.svg) no-repeat 100% 100%;
    mask: url(../images/info.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#products .button-bar .button-bar-items .btn.images:before {
    -webkit-mask: url(../images/photo.svg) no-repeat 100% 100%;
    mask: url(../images/photo.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#products .button-bar .button-bar-items .btn.wishlist:before {
    -webkit-mask: url(../images/favorite.svg) no-repeat 100% 100%;
    mask: url(../images/favorite.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#products .button-bar .button-bar-items .btn.details:hover {
    border: 1px solid #BEC4C8;
}

#products .button-bar .button-bar-items .btn.details .toggler {
    margin: 0 0 0 10px;
}

#products .button-bar .button-bar-items .btn.details .toggler:after {
    border-color: #BEC4C8;
}

#list_products .item {
    padding: 0 0 15px;
    border-bottom: 2px solid #D9DEE4;
}

#list_products .item .row.flex {
    display: flex;
}

#list_products .item .product-overview {
    display: flex;
    flex-direction: column;
}

#list_products .item .product_info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 2;
}

#list_products .item .product_view {
    height: 100%;
    position: relative;
}

#list_products .item + .item {
    padding: 15px 0 15px;
}

.catalog.list .closebutton {
    display: none !important;
}

.catalog.grid .row.flex {
    flex-direction: column;
    display: flex;
    margin: 0;
    height: 100%;
}

.catalog.grid .row.flex div[class*=col-] {
    width: auto !important;
    padding: 0;
    position: static;
}

.catalog.grid .product_inf > div, .category_view .catalog.grid .product_params li {
    line-height: 1.1;
}

#products .catalog.grid .product_image {
    margin: 0 0 15px;
}

#products .catalog.grid .product_image .image_block {
    text-align: center;
}

#products .catalog.grid .product-overview {
    flex-grow: 2;
}

#products .catalog.grid .info {
    margin-top: auto;
}

#products .catalog.grid .button-bar,
#products .catalog.grid .name {
    padding: 0 15px;
}

#products .catalog.grid .item {
    border: 1px solid #D9DEE4;
    padding: 0 0 15px;
    border-radius: 12px;
    overflow: hidden;
}

#products .catalog.grid .h2 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: normal;
}

#products .catalog.grid .button-bar .button-bar-item a {
    height: 26px;
    min-width: 26px;
    padding: 0;
}

#products .catalog.grid .button-bar .button-bar-item a.showmore {
    padding: 0 5px 0 5px;
}

#products .catalog.grid .button-bar .button-bar-item:not(.moreinfo1) span {
    display: none;
}

#products .catalog.grid .product_inf,
#products .catalog.grid .product_params {
    font-size: 14px;
}

#products .catalog.grid .product_inf,
#products .catalog.grid .product_params .detail-label {
    color: #333;
}

#products .catalog.grid .product_inf{
    display: flex;
    flex-direction: column;
    gap:15px 15px;
}
#products .catalog.grid .product_inf{

}


#products .catalog.grid .product_params {
    position: absolute;
    top: 0;
    margin: 0 -1px 0;
    z-index: 2;
    background: #fff;
    border: 1px solid #D9DEE4;
    height: calc(100% - 40px);
    padding-top: 25px;
    border-top: none;
    width: calc(100% + 2px);
}

#products .catalog.grid .product_params .close {
    position: absolute;
    top: -2px;
    right: 0;
}

#products .catalog.grid .product_params .close span {
    font-size: 30px;
}

#products .catalog.grid .product_params .closebutton {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.product-overview .product_inf > div,
.product-overview .product_params li {
    margin: 0;
    padding: 3px 15px;
}

.details-page .gallery {
    position: relative;
}

.details-page .gallery .btn-3dmodel {
    position: absolute;
    top: 0;
    z-index: 3;
}

.details-page .gallery {
    border: 2px solid #e5e5e5;
    margin: 0 0 25px;
    border-radius: 12px;
    overflow: hidden;
}

.details-page #product_thumbs {
    margin: 0 30px;
}

.details-page #product_thumbs .item_wrap {
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    border-radius: 6px;
    overflow: hidden;
}

.details-page #product_thumbs .owl-item {
    cursor: pointer;
    margin-bottom: 5px;
}

.details-page #product_thumbs .owl-item:hover .item_wrap {
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.2);
}

.details-page #product_thumbs .current .item_wrap {
    border: 1px solid #0DABF3 ;
    margin: 0 5px;

}

.details-page .extra_fields {
    padding-top: 25px;
}

.details-page .extra_fields ul {
    margin: 0;
    padding: 0;
}

.details-page.product{
    padding-bottom: 80px;
}

.details-page .product_files {

    padding: 15px 15px 15px 0;
    margin: 0 0 15px;
}

.details-page .product_files ul {
    margin: 0;
    padding: 0;
}

.product-overview .product_inf > div:nth-child(2n),
.product-overview .product_params li:nth-child(2n),
.details-page .extra_fields ul.extra_fields_group li:nth-child(2n),
.details-page .product_info .odd .row {
    background: rgba(229,229,229,0.4);
    margin: 0;
}

.details-page .product_info {
    padding: 0;
}

.details-page .product_info .offer{
    margin-top: 15px;
}

.details-page .product_info  .price_btns{
    display: flex;
    gap:15px 15px;
}

.details-page .product_info .offer .btn{
    border-radius: 6px;
    line-height: 44px;
    min-height: 44px;
    font-size: 18px;
    background: #fff !important;
    border: 2px solid #0DABF3;

}

.details-page .product_info .offer .btn.btn-primary{
    background: #E3A72F !important;
    border-color:  #E3A72F;
}


.details-page .h4 {
    padding: 0 15px;
}

.details-page .product_info .row {
    margin: 0;
    padding: 3px 0;
}

.info .detail-label,
.details-page .product_info .lbl {
    font-weight: 500;
}

.details-page #product_files {
    padding-top: 25px;
}

.displaymode {
    margin-left: auto;
    line-height: 22px;
    min-width: 80px;
    padding-left: 15px;
    display: flex;
}

.displaymode button {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    overflow: hidden;
    line-height: 34px;
    border: 1px solid #C4C4C4;
    text-decoration: none;
    padding: 0;
    border-radius: 8px;
}

.displaymode button + button {
    margin-left: 2px;
}

.displaymode button:before {
    display: block;
    content: "";
    text-align: center;
    color: #000;
    -webkit-mask: url(../images/view-list.svg) no-repeat 100% 100%;
    mask: url(../images/view-list.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #0DABF3;
    height: 20px;
    width: 20px;
    margin: 4px 0 0 6px;
}

.displaymode button:not(.act):hover {
    background-color: #0DABF3;
    border-color: #0DABF3;
}

.displaymode button:not(.act):hover:before {
    background-color: #fff;
}

.displaymode button.act:before {
    background-color: #C4C4C4;
}

.displaymode button.liststyle_grid:before {
    -webkit-mask: url(../images/view-module.svg) no-repeat 100% 100%;
    mask: url(../images/view-module.svg) no-repeat 100% 100%;
}

#search-anything .btn,
#search-anything input{
    border-radius: 8px;
}

#search-anything #search_field{
    border-radius: 8px 0 0 8px;
}
#search-anything #search_field + button{
    border-radius: 0 8px 8px 0;
}

.search_result #searchform {
    margin: 0 0 25px;
}

.contact-info {
}

.contact-info .ttl {
    font-weight: bold;
}

header .contact-info .btn.btn-aslink{
    background: #E3A72F !important;
    color:#000 !important;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none !important;
    margin-top: 5px;
}

header .contact-info .btn.btn-aslink:hover,
header .contact-info .btn.btn-aslink:focus {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .8) !important;
    outline: none !important;
}


.contact-info .hours-sales-online {
    order: -2;
}

.contact-info .address {
    order: -1;
}

.contact_info .row {
    display: flex;
    align-items: stretch;
}

.contact_info .contact_map {
    margin: 0 0 25px;
    border: 1px solid #BEC4C8;
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.contact_info .col .wrap {
    border: 1px solid #BEC4C8;
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.1);
    padding: 15px;
    height: 100%;
    border-radius: 12px;
}

.contact_info .lbl {
    margin: 0 0 5px;
    font-size: 18px;
    display: block;
}

.contacts_nav ul{
display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 20px 0;
    gap:15px 15px;
    flex-wrap: wrap;
}
.contacts_nav a {
    line-height: 44px;
    border-radius: 8px;
    font-size: 18px;
    border: 2px solid #0DABF3;
    background: #fff;
    color:#333;
    padding: 5px 25px !important;
}

.contacts_nav a.btn-primary {
    background: #E3A72F!important;
    border-color: #E3A72F !important;
}

.contacts_nav a:focus,
.contacts_nav a:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .8);
}
.contacts_nav ul:before,
.contacts_nav ul:after {
    display: none;
}



.contacts_nav a *{
  color:#333;
}

.blog .item {
    padding: 15px 0;
}

.blog .item + .item {
    border-top: 1px solid #BEC4C8;
}

.blog .item .item-header {
    margin: 0 0 20px;
    font-weight: normal;
}

.blog .item .item-header .h2 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
}

.blog .item .article-info {
    color: #4E5E6A;
}

.blog .item .item-image {
    float: none !important;
    text-align: center;
}

.item-page.content .item-image {
    text-align: center;
    margin: 0 0 25px;
}

/*.info {
    display: flex;
    align-items: center;
}*/
.info > div {
    /* margin-left: 25px;*/
}

footer {
    background: #2c3e50;
    color: #fff;
}

footer .footerblocks {
    padding-top: 45px;
    padding-bottom: 25px;
}

footer .copy {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #2c3e50;
    color: #E8E9EA;
}

footer .copy .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
}

footer .h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 22px;
}

footer .contact-info > div {
    margin: 0 0 15px;
}

footer .h3,
footer .contact-info,
footer .contact-info a,
footer .contact-info .btn.btn-aslink {
    color: #fff;
}

footer a:hover,
footer .contact-info a:hover,
footer .contact-info .btn.btn-aslink:hover {
    color: #E8E9EA !important;
}

footer .phone-numbers:before,
footer .address:before {
    background-color: #787d85;
}

footer .footer_col2,
footer .footer_col3 {
    display: flex;
    justify-content: center;
}

footer .footer_col4 {
    display: flex;
    justify-content: flex-end;
}

footer .hideonfooter {
    display: none !important;
}

.text_laready_reg {
    margin-bottom: 15px;
    display: block;
    color: #4E5E6A;
}

div[class^="block"] {
    margin-bottom: 25px;
}

.model-preloader-wrap {
    height: 100%;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}

/*
.modal-3d {
    width: 590px;
    overflow: hidden;
}*/
.loaded .modal-3d canvas {
    width: 100% !important;
    height: auto !important;
}

.box-404 {
    position: relative;
    height: 300px;
    background: url("../images/404.png") center no-repeat;
    background-size: contain;
    margin: 40px 0 120px;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

.box-404 .title {
    font-family: 'Rubik', sans-serif;
    font-size: 60px;
    line-height: 1.2;
    color: #212121;
    font-weight: 500;
    padding-bottom: 10px;
}

.box-404 p {
    font-size: 34px;
    line-height: 1.4;
    color: #212121;
}

.box-404 a {
    color: #348ccc;
    text-decoration: underline;
}

.box-404 a:hover {
    text-decoration: none;
}

.box-404 .wrapper1 {
    margin: 0 auto;
}

.box-404 .errcode {
}

.box-404 .errcode blockquote {
    font-size: 30px;
}

.category_shortdescription {
    margin-bottom: 25px;
}

.guarantees .accordion-heading a {
    display: flex;
}

.guarantees .accordion-heading a img {
    order: -1;
}
.uf_filters .filter_group + .filter_group,
.uf_filters .filter_group + .uf_buttons{
    margin-top: 10px;
}
.uf_buttons{
    display: flex;
    gap:15px 15px;
    align-items: center;
    justify-content: center;

}

.uf_filters  .uf_buttons button{
    border-radius: 8px;
    flex-grow: 2;
    line-height: 34px;
    min-height: 34px;
}

 .bs-caret{
    position: absolute;
    right: 0px !important;
    height: 24px !important;
    width: 24px !important;
    top: 50% !important;
    margin-top: -12px !important;
    background: transparent !important;
    border-radius: 50%;
}
 .bs-caret .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
 .dropdown.open .bs-caret .caret {
    border-top:none;
    border-bottom: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
 .bs-caret.caret {
    right: 9px;
}


.product_description{
    margin-top: 40px;
}

.bfPage >  .section{
    float: none !important;
    padding: 0;
}

.bfPage >  .section + .section{
   margin-top: 40px;
}



.bfPage .h5{
    margin-bottom: -15px;
    margin-top: 25px;
}

.bfQuickMode .bfElemWrap {
   margin-bottom: 0 !important;
}


table.hasborder th,
table.hasborder td {
    padding: 5px;
    border: 1px solid #EEE
}


table.hasborder th 

{
    font-weight: 700;
    background: #f5f5f5;
}
.product-faq h2{
    font-size: 22px;
}

.product-faq h3{
    font-size: 18px;
}
.models-table,
.transformer-table{
    overflow-x: auto;
    min-width: 100%;
}

.models-table td,
.models-table th,
.transformer-table td,
.transformer-table th{
    border: 1px solid #b9b9b9;
    padding: 5px;
    font-size: 14px;

}
