@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Regular.ttf');
	font-weight: 400;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Medium.ttf');
	font-weight: 500;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font-family: 'Manrope', sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Manrope', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100% !important;
	 border-collapse: separate;
  border-spacing: 0;
 
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
section {
    padding: 3rem 0;
}
.categoryBlock img
{
    display: block;
        max-width: 100%;
}

.logoImage
{
    max-width: 100%;
    width: 100%;
}
header
{
    padding: 1rem 0 1.5rem;
    /* border-bottom: 2px solid #142a75;
    margin-bottom: 25px; */
}
.btn:not(:disabled):not(.disabled):first-child {
 /*   display:none; */
}
.searchForm input
{
    width: 80%;
    display: inline-block;
    padding: 8px;
    border: 1px solid #142a75;
    border-radius: 0 !important;
    outline: none;
}
.searchForm input:focus-visible
{
    border: 1px solid #142a75;
    border-radius: 0 !important;
}
.searchForm button
{
    background: #142a75;
    border: 1px solid #142a75;
    padding: 4px 7px;
    border-radius: 0;
    height: 37px;
}


table td, table th {
    //padding: .75rem;
    vertical-align: top;
    //border: 1px solid #dee2e6;
}
ul.pagination {
    list-style-type: none !important;
}
.mse2-ac-item {
    margin: 5px 0;
}
.mse2-row {
    margin-bottom: 20px;
}
.searchForm
{
        display: flex;
    align-items: center;
    justify-content: center;
}
.header-1
{
        display: flex;
    align-items: center;
}
.mainMenu ul
{
    display: flex;
}
/* .mainMenu li
{
    margin-right: 10px;
} */
.mainMenu li.active,
.mainMenu li:hover
{
    /* background: #b5b5b5; */
    /* background: #00bfff; */
    background: #374c92;
}
.mainMenu a
{
    text-transform: uppercase;
    padding: 15px 25px;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.mainMenu ul li a {
    color: #fff;
}
.mainMenu
{
        /*margin-top: 20px;*/
}
.slideBackground
{
    height: 400px;
    background-size: contain;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slideBackground::before {
    content: '';
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(0, 0, 0, .5);
}
.calcBlock
{
    /* background-image: url(../img/backCalc.jpg); */
    width: 100%;
    background-size: contain;
    text-align: center;
    /* background: #f9ff21;
    background: rgb(156,159,20); */
    /* background: linear-gradient(115deg, rgba(156,159,20,1) 0%, rgba(249,255,33,1) 35%, rgba(187,191,27,1) 100%); */
    background: linear-gradient(115deg, blue 0%,rgb(0 172 229) 0 35%, rgb(20 42 117)  100%);
}
.headerPhone
{
    float: right;
    font-size: 18px;
}
.slideDescription span
{
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 6px;
}
.slideDescription
{
    padding-left: 30px;
    position: relative;
    color: #fff;
}
.slideDescription span.red
{
 color: #e9353f;
}
.bt
{
    background: #142a75;
    color: #fff;
    border: 2px solid #142a75;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 14px;
}
.bt:hover
{
    background: #fff;
    color: #142a75;
    text-decoration: none;
}
.newsBlock span.bt
{
    background: #142a75;
    color: #fff;
    border: 2px solid #142a75;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 14px;
}
.newsBlock span.bt:hover
{
    background: #fff;
    color: #142a75;
    text-decoration: none;
}
.categoryBlock
{

    padding: 15px;
    border: 1px solid #d4d4d4;
    height: 100%;
    background: #fff;
}
.categoryBlock span
{
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}
.slider
{
   /*  margin-bottom: 75px; */
}
.blockTitle
{
    text-align: center;
    margin-bottom: 40px;
}
.blockTitle span
{
    /* color: #357097; */
    color: #42bbd1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.blockTitle h1, .blockTitle h2
{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.blockTitle a h1, .blockTitle h2
{
    color: #000;
}
.blockTitle a h1:hover, .blockTitle h2:hover
{
    color: #42bbd1;
}
.blockTitle h1:before, .blockTitle h2:before
{
    content: " ";
    height: 7px;
    width: 7px;
    /* background: #357196; */
    background: #42bbd1;
    display: inline-block;
    top: -6px;
    position: relative;
    border-radius: 100%;
    margin-right: 10px;
}
.blockTitle h1:after, .blockTitle h2:after
{
    content: " ";
    height: 7px;
    width: 7px;
    /* background: #357196; */
    background: #42bbd1;
    display: inline-block;
    top: -6px;
    position: relative;
    border-radius: 100%;
    margin-left: 10px;
}
.calcBlock {
    padding: 50px 0;
}
.calcBlock-title_1
{
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    
    font-size: 26px;
    line-height: 30px;
}
.calcBlock-title_2
{
    display: block;
     color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    line-height: 30px;
}
.moreBlock
{
        text-align: center;
    margin-bottom: 2rem;
}
.tehnick
{
    /* margin-bottom: 75px; */
    background: #ececec;
    padding: 4rem 0px;
}
.tehnickBlock
{
        background: #fff;
        position: relative;
 

}
.tehnickBlock img
{
    max-width: 100%;
    width: 100%;
}
.tehnickBlock span
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    overflow: hidden;
    background: #ffffff85;
    height: 60px;
}
.multiple-items, .multiple-items-2
{
    /* height: 300px; */
    margin-bottom: 3rem;
}
.multiple-items a, .multiple-items-2 a
{
        padding: 5px;
    display: block;
}
.producer
{
    /* margin-bottom: 75px; */
    background: #ececec;
    padding: 4rem 0px;

}
.producerBlock {
    background-image: url(../img/backCalc.jpg);
    width: 100%;
    height: 486px;
    background-size: contain;
    text-align: center;
    display: block;
    padding: 25px;
    background: rgb(0 172 229);
    background: linear-gradient(115deg, blue 0%,rgb(0 172 229) 0 35%, rgb(20 42 117) 100%);
    border: none;
}
.producerTextBlock {
    padding: 20px;
    background: #fff;
    border: 4px solid #142a75;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.producerBlock span.producerTextBlock-title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
}
.remontBlock-link:hover {
    color: #fff;
}
.remontBlock
{ 
    background-size: cover;
    text-align: center;
    background-position: center top;
    background: rgb(0 172 229);
    /* background: linear-gradient(115deg, rgba(156,159,20,1) 0%, rgba(249,255,33,1) 35%, rgba(187,191,27,1) 100%); */
    background: linear-gradient(115deg, blue 0%,rgb(0 172 229) 0 35%, rgb(20 42 117)  100%);
    transition: all .6s;
}
.remontBlock:hover {
    transform: scale(1.1);
}
.remontBlock span
{
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 55px 0px;
    font-size: 30px;
}
.remont
{
   /*  margin-bottom: 75px; */
}
.mainMenu li.active a,
.mainMenu li:hover a
{
    /* background: #142a75; */
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.B_crumbBox
{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
        flex-wrap: wrap;
}

@media only screen and (max-width: 980px) {

body .B_crumbBox
{
	display: inline-block;
    margin-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}

body .B_crumbBox li
{
display: inline-block;
  float: none;
    }

body .B_crumbBox>span
{
display: inline-block;
  float: none;
}

}

.B_crumbBox>span
{
    float: left;
    }
    .B_crumbBox li
{
    float: left;
    line-height: 20px;
    }
.B_crumbBox img
{
        height: 16px;
}
.B_crumbBox>span
{
        display: inline-block;
    margin: 0px 5px;
}
.B_crumbBox  a
{
        color: #000;
}
.contentBlock h1
{
        color: #142a75;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
}
.contentBlock h2
{
        color: #142a75;
    font-size: 19px;
    margin-bottom: 17px;
    font-weight: bold;
}
.contentBlock p
{
    margin-bottom: 12px;
}
.contentBlock ul
{
    list-style-type: circle;
    margin-left: 27px;
    margin-bottom: 20px;
}
.contentBlock ul li
{
    margin-bottom: 5px;
}
.newsBlock
{
    display: block;
    margin-bottom: 30px;
}
.newsBlock img
{
    display: block;
    max-width: 100%;
}
.newsBlock span
{
        display: block;
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.contentBlock
{
    padding-top: 0px;
}
.contactBlock-title
{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}
.contactBlock
{
    
}
.contactBlock ul
{
    
}
.contactBlock li
{
        margin-bottom: 12px;
}
.contactBlock li a
{
        color: #fff
}
footer
{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #142a75;
    /* margin-top: 50px; */
}
.drop-menu
{
        position: absolute;
    background: #fff;
    top: 45px;
    z-index: 150;
    padding: 30px;
    border: 1px solid #142a75;
    /* display: none; */
    border-top: none;
}
.drop-menu .categoryTitle
{
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.drop-menu .categoryTitle:last-child {
    margin-bottom: 0;
}
.drop-menu li
{
        font-size: 13px;
    margin-bottom: 8px;
}
.drop-menu a
{
        color: #142a75;
}
.mainTitle
{    color: #142a75;
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: bold;
}
.itemInfoLine
{
    border-left: 3px solid #142a75;
    padding-left: 20px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
.itemInfoBlock
{
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.itemInfoLineTitle
{

    display: block;
    color: #142a75;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 17px;
}
.itPh
{
        display: block;
    margin-bottom: 7px;
    font-size: 17px;
    color: #000;
}
.dop-sb-menu
{
   display: flex;
   justify-content: space-between;
}
.sidebarIcon
{
    width: 20px;
    margin-left: 20px;
    height: 20px;
    cursor: pointer;
}
.sideBarTitle
{
        background: #142a75;
    color: #fff;
    display: block;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.sidebarMenu
{
    padding: 15px 10px 15px 5px;
    border: 1px solid #d4d4d4;
    border-top: none;    margin-top: 0;
}
 .sidebarMenu ul li ul
{
    display: none;
} 
.sidebarMenu>ul>li
{
        margin-bottom: 10px;
}
.sidebarMenu a,
.sidebarMenu span
{
    color: #142a75;
    word-break: break-word;
}
.sidebarMenu .submenu2 
{
    
    margin-top: 6px;
    padding-left: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: 0;
}
.sidebarMenu a.active,
.sidebarMenu span.active
{ 
        font-weight: 600;
}
.sidebarMenu>ul>li.active>div>ul>li.active>a
{ 
        font-weight: 600;
}
.sidebarMenu .submenu2 .submenu2 li
{
        list-style-type: circle;
  margin-bottom: 7px;
}
.sidebarMenu>ul>li>div>ul>li>a,
.sidebarMenu>ul>li>div>ul>li>span
{
font-size: 14px;
}
.sidebarMenu .submenu1.active > .submenu2 {
    display: block;
}
.rowmenu, .dop-sb-menu {
    margin-bottom: 8px;
}
.product1 .p-table p,
.product1 .p-desc p {
    margin-bottom: 10px;
}
/* .rowli {
    font-size: 14px;
} */
.rowmenu.active a,
.rowmenu.active span {
    font-weight: 600;
}
.itemBlock
{
    padding: 15px;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

.itemBlock img
{
    max-width: 100%;
}
.mainMenu a {
    padding: 15px 11px;

    letter-spacing: 2px;
}
.lg-sub-html {background: #00000069!important;
    display: inline-block;
    width: 320px;
    margin: 0 auto;
    color: white;
    line-height: 1.2;
    bottom: 50px;}
@media screen and (min-width: 1024px) {
     .itemBlock{        z-index: 3;}
    .itemBlock:hover
    {
        z-index: 3;
        position: relative;
        background-color: #ffffff;
    }
    
    .col-lg-4:last-child .itemBlock:hover{
        z-index: 3;
        position: relative;
        background-color: #ffffff;
        width: 100%;
    }
    .itemBlock:hover .dopItemInfo
    {
        animation: expand 1.5s ease forwards;
    }
    .itemBlock:hover .itemTitle
    {
        animation: expand 1.5s ease forwards;       
    }
}
@keyframes expand {
  from {
    max-height: 56px;
  }
  to {
    max-height: 1000px;
  }
}

.itemTitle
{
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #142a75;
    font-weight: 600;
   /* height: 48px;*/
    overflow: hidden;
    max-height: 32px;
    overflow: hidden;
}
#mse2_results .itemTitle{
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #142a75;
    font-weight: 600;
    /* height: 48px; */
    overflow: hidden;
    max-height: 56px;
    overflow: hidden;
}
#mse2_results .itemBlock .dopItemInfo {
    max-height: 49px;
    overflow: hidden;
}

.slickSlider .slick-prev:before, .slickSlider .slick-next:before
{
    font-size: 36px;

    color: #142a75;
}
.slickSlider .slick-prev, .slickSlider .slick-next
{
    width: 40px;
    height: 40px;
    z-index: 5;
}
.menuBlock
{
    /* background: #f9ff21; */
    /* background-color: #5f6a77; */
    /* background: #00ace5; */
     background-color: #142a75;
    margin-top: 10px;
}
.dopItemInfo
{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    overflow-wrap: break-word;
    line-height: 16px;
}
.itemBlock .dopItemInfo {
    max-height: 32px;
    overflow: hidden;
}
.dopItemInfo b, .dopItemInfo strong
{
    font-weight: bold;
    color: #142a75;
}
.mainImage
{
        max-width: 100%;
}
.categoryBlock-link
{
    display: block;
    height: 100%;
    transition: 0.5s;
}
.categoryBlock-link:hover, .tehnickBlock:hover
{
    text-decoration: none;
    box-shadow: 0px 0px 4px 1px rgb(22 44 118 / 25%);
}
.categoryBlock-link:hover span
{
    color: #142a75;
}
.categoryBlock img
{
     transform: unset;
    transition: 0.5s;
    /* width: 100%; */
}
.categoryBlock:hover img
{
        transform: scale(1.05, 1.05);
}
.producerBlock img
{
     transform: unset;
    transition: 0.5s;
    /* width: 100%; */
}
.producerBlock:hover img
{
        transform: scale(1.05, 1.05);
}
.mb30
{
        margin-bottom: 30px;
}
.sidebarIcon:hover
{
        -webkit-filter: drop-shadow(0px 0px 1px rgb(22 44 118 / 55%));
    filter: drop-shadow(0px 0px 1px rgb(22 44 118 / 55%));
}
/* .slick-slider .slick-next {
    right: 5px;
    left: auto;
}
.slick-slider .slick-prev {
    left: 5px;
    right: auto;
} */
.slick-slider .slick-next:before {
    content: "\f105";
}
.slick-slider .slick-prev:before {
    content: "\f104";
}
.slickSlider.slick-slider .slick-prev, .slickSlider.slick-slider .slick-next {
    font-size: 0px;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
}
.multiple-items.slick-slider .slick-prev, .multiple-items.slick-slider .slick-next,
.multiple-items-2.slick-slider .slick-prev, .multiple-items-2.slick-slider .slick-next{
    font-size: 0px;
    z-index: 99;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    z-index: 2;
}
.slickSlider.slick-slider .slick-prev:before, .slickSlider.slick-slider .slick-next:before {
    font-size: 26px;
    background-color: #142a75;
    border: 1px solid #142a75;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
}
.multiple-items.slick-slider .slick-prev:before, .multiple-items.slick-slider .slick-next:before, 
.multiple-items-2.slick-slider .slick-prev:before, .multiple-items-2.slick-slider .slick-next:before{
    font-size: 24px;
    background-color: #142a75;
    border: 1px solid #142a75;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
}
.multiple-items.slick-slider .slick-prev:before, .multiple-items.slick-slider .slick-next:before, .multiple-items-2.slick-slider .slick-prev:before, .multiple-items-2.slick-slider .slick-next:before {
    color: #000;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.multiple-items.slick-slider .slick-prev:hover:before, .multiple-items.slick-slider .slick-next:hover:before, .multiple-items-2.slick-slider .slick-prev:hover:before, .multiple-items-2.slick-slider .slick-next:hover:before  {
    background-color: #142a75;
     color: #fff;
      border: 1px solid #142a75;
}
.slickSlider.slick-slider .slick-prev:hover:before, .slickSlider.slick-slider .slick-next:hover:before {
    background-color: #fff;
    color: #142a75;
    border: 1px solid #e5e5e5;
}
.multiple-items.slick-slider .slick-prev, .multiple-items-2.slick-slider .slick-prev {
    left: -17px;
}
.multiple-items.slick-slider .slick-next, .multiple-items-2.slick-slider .slick-next {
    right: -17px;
}
#search-mobile-toggle {
    position: relative;
}
#search-mobile-toggle label {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
}
#search-mobile-toggle .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#search-mobile-toggle .search-field {
    width: 100%;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    padding: 8px 10px;
    height: 50px;
}
#search-mobile-toggle .search-submit {
    display: none;
}
#search-mobile-toggle .mobile-search-close  {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #454545;
}
.tab-content>.active {
    opacity: 1;
}
.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,.05);
    border-radius: 5px;
    /*margin: 1rem 0;*/
    flex-wrap: wrap;
}
.nav-tabs li {
    border: 1.5px solid #d9d9d9;
    border-radius: 30px;
    margin: 15px;
}
.nav-tabs li.active, .nav-tabs li:hover {
    /* border: 1.5px solid #000; */
    background-color: #fff;
}
.nav-tabs li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    font-size: 14px;
}
.scheme-img {
    width: 100%;
    border: 1px solid hsl(0deg 0% 0% / 10%);
    border-radius: 5px;
   
}
.scheme-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
 .scheme-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/zoom-in-256.png);
    background-color: #00000063;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    transition: .5s;
    opacity: 0;
}
.scheme-link:hover::before {
    transition: .5s;
    opacity: 1;
} 
.image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
/* .image-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/zoom-in-128.png);
    background-color: #00000063;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    transition: .5s;
    opacity: 0;
}
.image-link:hover::before {
    transition: .5s;
    opacity: 1;
} */
.product {
    margin-bottom: 2rem;
}
.B_homeCrumb span{
    line-height: 16px;
    vertical-align: bottom;
}
.back-pic {
    background-image: url(../img/back/hydraulic-elements-min.jpg);
    /* background-image: url(../img/back/imgonline-com-ua-Black-White-cpq68yo9EjDMN.png); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.back-pic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #142a75;
}
footer.back-pic::before {
   /*  opacity: 0.7; */
}
.back-pic2 {
    background-image: url(../img/back/hydraulic-elements1-min.jpg);
}
.back-pic3 {
    background-image: url(../img/back/hydraulic-elements2-min.jpg);
}
.back-pic4 {
    background-image: url(../img/back/hydraulic-elements-min2.jpg);
}
.back-pic .blockTitle h1, .back-pic .blockTitle h2 {
    color: #fff;
}
.back-pic .blockTitle h2:hover {
    color: #42bbd1;
}
.back-pic  .blockTitle span {
    color: #42bbd1;
}
.back-pic  .blockTitle h1:before, .back-pic  .blockTitle h2:before {
    background: #42bbd1;
}
.categoryTitle.active {
    color: #007bff;
}
.phone-dropdown {
  position: relative;
  display: inline-block;
  /* width: 162px; */
}
.phone-dropdown a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.dropdown-inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.dropdown-inner a {
  display: block;
  /*margin-bottom: 10px;*/
}
.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible;
}
.dropdown-hover:hover ~ .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}
.phone-btn {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
}
.dropdown-inner {
  min-width: 100%;
  /*padding: 15px;*/
  background: #fff;
  /* border: #aaa solid 1px; */
  border-radius: 3px;
  transition: opacity .3s, visibility .3s;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-inner:before {
    border-width: 11px;
    border-bottom-color: #ddd;
    margin-left: -11px;
}
.dropdown-inner:after {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    border-bottom: 10px solid hsla(255, 255, 255, 1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
.dropdown-inner ul {
  list-style:none;
  padding:0;
  margin: 0;
}
.dropdown-inner a {
    width: 100%;
    list-style: none;
    font-size: 14px;
    padding: 5px;
}
.dropdown-inner p {
    margin-bottom: 5px;
}
.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f8f8f8;
}


/* To enable focus */
.dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}
.icon-a1 {
    background-image: url(../img/icons/a1_.jpg);
}
.icon-mts {
    background-image: url(../img/icons/mts_.png);
}
.icon-viber {
    background-image: url(../img/icons/viber1_.png);
    width: 20px;
    height: 20px;
    margin: 0;
}
.phone-dropdown {
    position: relative;
}
.phone-dropdown::after {
    content: '>';
    position: absolute;
    top: 9px;
    right: -14px;
    width: 20px;
    height: 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    transform: rotate(90deg);
    transition: transform .5s;
}
.contacts .icon,
.delivery .icon {
    color: transparent;
}
/* .dropdown-hover:hover::after {
    top: 4px;
    transform: rotate(270deg);
    transition: transform .5s;
} */

@media (max-width: 960px) {
  .dropdown-inner {
    position: fixed;
    min-width: 0;
    margin: 20px;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
  }
}
div.c {
  position: relative;
  margin: 1em 0;
}
.c input {
  /* position: absolute;
  left: 0;
  top: 0; */
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
.c h3 {
 /*  background:steelblue; */
  background: #142a75;
  color:white;
  padding:1em;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
    font-weight: bold;
}
.c label::before{
  content: "";
    /* display: inline-block; */
    border: 12px solid transparent;
    border-left: 19px solid white;
    /* margin-right: 4px; */
    position: absolute;
    top: 0px;
    left: 0;
}
.c label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px
}
.c div.p{
  max-height:0px;
  overflow: hidden;
  transition: max-height 0.5s;
  background-color: white;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.c div.p p {
    padding: 0.5em 2em;
    margin-bottom: 0;
    line-height: 20px;
}
.c div.p p:first-child {
    padding-top: 2em;
}
.c div.p p:last-child {
    padding-bottom: 2em;
}
.c strong {
    font-weight: bold;
}
.c input:checked ~ h3 label::before{
  border-left: 12px solid transparent;
    border-top: 19px solid white;
    /* margin-top: 12px; */
    /* margin-right: 10px; */
    top: 3px;
}
.c input:checked ~ h3 ~ div.p{
  max-height:1000px;
}
.c a {
  color:#000;
}
.c a:hover {
  color:steelblue;
}
.item-about {
   margin-bottom: 30px; 
}
.our-member .respl-item {
    border: 1px solid #ddd;
    height: 100%;
}
.our-member .respl-item .item-inner {
    padding: 20px;
    display: inline-block;
}
.our-member .respl-item .w-image-box {
    float: left;
    overflow: hidden;
}
/* .our-member .respl-item .info-member {
    text-align: left;
    margin-left: 185px;
} */
.our-member .respl-item .info-member .cl-name {
    margin-top: 0;
}
.item-article h2 {
    margin: 0;
    font-size: 20px;
}
.our-member .respl-item .info-member .cl-name > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}
.our-member .respl-item .info-member .cl-job {
    padding: 5px 0px;
    /* text-transform: uppercase; */
}
.our-member .respl-item .info-member .cl-des {
    color: #909090;
    /* margin-bottom: 15px; */
}
.happy-about-us {
    direction: ltr;
    clear: both;
    padding-top: 10px;
    position: relative;
}
.happy-about-us .happy-ab {
    border: 1px solid #e9e9e9;
    padding: 33px 8px 20px;
}
.happy-about-us .happy-ab .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
}
.happy-about-us .happy-ab .title-happy-about h2 {
    font-size: 20px;
    position: relative;
    top: -2px;
    color: #444;
    margin: 0;
}
.happy-about-us .happy-ab .ct-why {
    padding: 0 10px 0 25px;
    position: relative;
}
.happy-about-us .happy-ab .ct-why .client-say {
    font-size: 107.69%;
    color: #909090;
    margin-bottom: 10px;
}
.happy-about-us .happy-ab .ct-why .client-info-about {
    color: #000;
}
.happy-about-us .happy-ab .ct-why .client-info-about .name {
    font-size: 18px;
    color: #ff2d37;
}

.happy-about-us .slick-arrow {
    border: none;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #fff;
    top: 0px;
    margin: 0 3px;
    position: relative;
    
}
.happy-about-us .slick-prev {
    background-image: url(../img/icons/btn-prev-hp.png);
    margin-right: 3px;
    position: absolute;
    right: 35px;
    top: -34px;
    left: inherit;
}
.happy-about-us .slick-next {
    background-image: url(../img/icons/btn-next-hp.png);
    position: absolute;
    right: 2px;
    top: -34px;
}
.cl-des p {
    margin-bottom: 10px;
}
.cl-des .icon {
    top: 3px;
    color: transparent;
}
.item-about h3 {
    font-size: 18px;
    text-transform: none;
    color: #000;
    background-color: #fff;
    font-weight: 500;
    padding: 0.1em;
}
.item-about .c label::before {
    border: 8px solid transparent;
    border-left: 12px solid #000;
}
.item-about .c input:checked ~ h3 label::before {
    border-left: 9px solid transparent;
    border-top: 12px solid #000;
}
.item-about .c label {
    padding-left: 25px;
}
.item-about .c div.p {
    box-shadow: none;
}
.item-about table {
    table-layout: fixed;
}
.pagination {
    justify-content: center;
}
.pagination li:first-child, .pagination li:last-child {
    display: none;
}
.pagination li.active a.page-link {
    background-color: #142a75;
    border-color: #142a75;
}
a.page-link:focus {
    outline: none;
    box-shadow: none;
}
.pagination .page-link {
    padding: 0.6rem 1rem;
    color: #142a75;
}
.producttab strong {
    font-weight: 600;
}
.tel-gor {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #909090;
    justify-content: center;
    margin: 0;
    padding: 5px;
}
.header-contacts {
    padding-left: 30px;
}
.header-email {
    padding: 0px 15px;
}
.header-email a {
    color: #333;
    font-weight: bold;
}
.dropdown-item-mobile p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
}
.dropdown-item-mobile a {
    color: #fff;
    font-size: 16px;
}
.p-table.table-bordered {
    border: none;
    display: grid;
    justify-items: center;
}

/* Custom tab */
.p-table.table-bordered.custom-tab {
}
.p-table.table-bordered.custom-tab h2 {
background: #142a75;
  color: white;
  padding: 1em;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  margin: 0;
}
.p-table.table-bordered.custom-tab .lining {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 2em 0;
  padding: 2em;
}
.p-table.table-bordered.custom-tab .lining p {
}
.p-table.table-bordered.custom-tab .lining p span.icon.custom {
	left: 0;
  top: 3px;
}
.p-table.table-bordered.custom-tab .lining p a {
	color: #000;
  font-weight: bold;
}
.p-table.table-bordered.custom-tab .lining a span {
}
.p-table.table-bordered.custom-tab .lining a strong {
}

/* Looked */
.col-lg-12 .row.category-items .col-lg-4.mb30.looked {
}
.col-lg-12 .row.category-items .col-lg-4.mb30.looked img {
}
.col-lg-12 .row.category-items .col-lg-4.mb30.looked a {
}

.p-numbers p,
.p-numbers a {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    color: #000;
}
.p-numbers p:hover,
.p-numbers a:hover {
    color: #142a75;
}
.mse2-row b {
    background-color: aliceblue;
}
.searchForm button:focus {
    border-radius: 0;
    outline: none;
}

/* .news-img img {
    width: 100%;
} */
.category-block__inner {
    max-width: 230px;
    margin: auto;
}
.category-block__inner span {
    height: 48px;
}
.image-category {
    /* text-align: center; */
    margin-bottom: 1rem;
    max-width: 100%;
}

.text-page .text-title,
.text-page .text-image {
    margin-bottom: 2rem;
}
.desc-row {
    margin-bottom: 10px;
}
.desc-img {
    width: 100%;
}
.category-items {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.desc-text {
    line-height: 20px;
}
.desc-text p {
    margin-bottom: 2px;
}
.form-captcha {
    display: none;
} 
.modal-contact .modal-title {
    font-weight: 600;
}

.modal-contact .control-label {
    margin-bottom: 8px;
}

.modal-contact .form-control:focus {
    box-shadow: none;
}

.modal-contact .btn-primary:focus {
    outline: none;
}

.modal-contact .btn-primary {
    margin-top: 20px;
}

.modal-contact .btn-primary, .modal-contact .btn-primary:focus {
    background-color: #142a75;
    border: 1px solid #142a75;
}

.btn-primary.btn-modal {
    background-color: #fff;
    border: 2px solid #142a75;
    color: #142a75;
    transition: all .3s;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.btn-primary.btn-modal:focus,
.btn-primary.btn-modal:active,
.btn-primary.btn-modal:focus:active {
    outline: none;
    box-shadow: none;
}
.close {
    font-size: 30px;
    line-height: 32px;
    padding: 10px 15px;
}

.btn-primary.btn-modal:hover {
    background-color: #142a75;
    border: 2px solid #142a75;
    color: #fff;
}
.jGrowl-notification {
    color: #fff !important;
}

.p-table.table-bordered td, .p-table.table-bordered th {
    border: 1px solid #142a75;
    color: #142a75;
}
.t-head {
    background: rgba(0,0,0,.05);
}

.deskBlock {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    justify-content: space-between;
}

.ban-img {
    width: 100%;
    height: auto;
}
.checkbox-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #142a75;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.checkbox-label:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #142a75;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-select select {
  display: none;
} 

.select-selected {
  background-color: DodgerBlue;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.reset-btn {
    text-align: right;
}

.reset-btn button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #142a75;
}
.calculator input {
    padding: 12px 20px 12px 10px;
    border: none;
  border-bottom: 2px solid #142a75;
  transition: 0.3s;
  width: 100%;
}

.calculator input:focus {
  border-bottom: 2px solid #ccc;
  box-shadow: none;
  outline: none;
}

.calculator .calc-group {
    margin-bottom: 20px;
}

.calculator form {
    margin: 20px auto;
}

.calculator {
    line-height: 22px;
}

.calculator input::placeholder {
  text-transform: capitalize;
}

.text-table {
    position: relative;
}

.text-table table {
    max-width: 100%;
}

.text-table table tr:first-child {
    position: sticky;
    top: 0px;
    background-color:white;
}

.text-table table tr:first-child td {
    border-bottom: none !important;
   /*  padding-bottom: 92px; */
   height: 426px;
}

.text-table table tr:nth-child(2) {
    position: sticky;
    height: 116px;
    top: 310px;
    background-color: rgba(237, 239, 245, 1);
    box-shadow:0px 0px 1px 1px ;
    border-top: none !important;
    border-bottom: none !important;
}

/* .text-table table tr:nth-child(3) td {
    border-top: none !important;
} */

.text-table table tr:nth-child(2) td {
/*  box-shadow: inset 0 1px 0 #000000, inset 0 -1px 0 #000000;
box-shadow:inset 1px 1px 1px #142a75, inset 1px -1px 1px #142a75;
   border-top: none !important;
   border-bottom: none !important; */
 
} 
 

.text-page .table-responsive table tr:first-child {
    background-color: rgba(237, 239, 245, 1);
}


.desc-row {
    align-items: flex-end;
}
.text-page .text-image {
    /* position: sticky;
    top: 0; */
}

.searchForm buttin:hover {
    cursor: pointer;
}

  .col-12 > p{
    display:none;
 }
 

@media screen and (max-width:992px){
    .slick-slider {
        margin-bottom: 2rem;
    }
    .categoryBlock img {
        margin: auto;
    }
    .bt {
        margin-top: 10px;
    }
    .newsBlock span.bt {
        margin-top: 10px;
    }
    
    .typefooter-3 .socials-w h3, .typefooter-3 .newsletter-footer1 .newsletter .modtitle {
        float: none;
        margin: 12px 20px 10px 0;
    }
    .typefooter-3 .newsletter-footer1 .newsletter .block_content {
        margin: 0;
        padding: 0;
    }
   
    .c h3 {
        font-size: 1rem;
    }
    .mainTitle
    {    
        font-size: 2rem;
    }
    .our-member .respl-item .w-image-box, .welcome-about-us .image-about-us {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }
    .our-member .respl-item .info-member, .welcome-about-us .des-about-us {
        margin: 20px 0;
        text-align: justify;
    }
    .our-member .respl-item .item-inner {
        display: block;
    }
    .text-table {
        overflow-x: auto;
        max-height: 100vh;
    }
     .col-lg-3{
   /*   position: absolute;
       top: 1795px;
       left: 3px; */
       order:3;
   }
  
   
     .col-12 > p{
      display:none;
   }
}
@media screen and (max-width:768px){
    .nav-tabs {
        background: #fff;
    }
    .nav-tabs li {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }
    .nav-tabs li a {
        width: 100%;
    }
       .andrew-tabs .nav-tabs li a {
        width: 100%;
        border-radius: 0 !important;
    }
    .mainTitle {
        margin-top: 2rem;
    }
    .text-table {
        overflow-x: auto;
        max-height: 100vh;
    }
    
    .text-table table {
        max-width: 100%;
    }
    .col-md-6{
       margin-top: 10px;
   }
        .col-lg-3{
     order:3;
   }
/*    .footer-container{
    margin-top: 500px;
} */
}
@media screen and (min-width:768px){
   .col-md-6{
       margin-top: 10px;
   }
}
@media screen and (max-width:576px){
    section {
        padding: 2rem 0;
    }
    header {
        padding: 1rem 0;
    }
    .typefooter-3 {
        background-size: cover;
    }
    .slick-next {
        right: -3px;
    }
    .slick-prev {
        left: -3px;
    }
    .multiple-items.slick-slider .slick-prev, .multiple-items-2.slick-slider .slick-prev {
        left: -3px;
    }
    .multiple-items.slick-slider .slick-next, .multiple-items-2.slick-slider .slick-next {
        right: -3px;
    }
    .col-style .box-footer {
        margin-top: 20px;
    }
    .typefooter-3 .socials-w h3, .typefooter-3 .newsletter-footer1 .newsletter .modtitle {
        float: none;
        margin-bottom: 10px;
    }
    .socials {
        margin-bottom: 10px;
    }
    .typefooter-3 .newsletter-footer1 .newsletter .block_content {
        margin: 0;
    }
    .typefooter-3 .footer-bottom .copyright {
        margin-bottom: 10px;
    }
    .typefooter-3 .footer-bottom .copyright p {
        line-height: 24px;
    }
    .remontBlock {
        margin-bottom: 15px;
    }
    .remontBlock span {
        font-size: 22px;
    }
    .slideDescription {
        margin: auto;
        text-align: center;
        padding: 0;
    }
   .slideDescription span {
        font-size: 30px;
    }
    .blockTitle h1, .blockTitle h2 {
        font-size: 24px;
    }
    
    .tehnick, .producer {
        padding: 2rem 0px;
    }
    .newsBlock {
        margin-bottom: 25px;
    }
    
    .desc-img {
        margin-bottom: 10px;
    }
    
    .itemInfoBlock {
        margin-bottom: 15px;
    }
    
    .btn-primary.btn-modal {
        border-radius: 30px;
    }
    
    .sidebarMenu {
        margin-bottom: 20px;
    }
    
    .text-page .text-title{
        margin-top: 10px;
    }
      .producerBlock {
        margin-bottom: 15px;
        
        
    }
}

.table td, .table th{
    padding:0 !important;
}

/* New */
.lining {
	width: 100%;
}
.lining p {
}
.lining a {
}
.lining a.button {
background: #142a75;
  line-height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  margin: 15px 0 0 0;
}





.header-adress p i{     color: rgba(206, 212, 218, 1);
    padding-right: 9px;
    font-size: 22px;
    min-width: 28px;
    padding-top: 4px;
    text-align: center;}
.header-adress p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    }
    .header-adress p+p {
     
        margin-top: 7px;
    }

    .header-adress p.adr {    
        display: flex;}
        .header-adress    {    margin-bottom: 7px;}

        .dropdown-inner .icon, .dropdown-item-mobile .icon {   
            top: 0.06em;
            }
            .dropdown-inner    .icon-viber, .dropdown-item-mobile .icon-viber {
                top: 0.07em;
                width: 21px;
                height: 15px;
                left: -0.23em;

            }

            .dropdown-inner    p + * ,  .down-item-mobile    p + * {
                margin-top: 12px;
            }
            i.rmb {    color: rgba(206, 212, 218, 1);
                padding-right: 9px;
                font-size: 22px;
                min-width: 28px;
                padding-top: 0px;
                text-align: center;}
                .header-email {padding-bottom: 12px;    display: flex;
                    align-items: center;}
                    .header-email a {
                        color: #333;
                        font-weight: initial;
                    }
                    .header-1 {
                        display: flex;
                        align-items: flex-start;
                    }
                    .header-contacts {margin-top: 3px;}

.dop-sb-menu>a {font-weight: bold;}
.submenu2 .submenu2  li{list-style:none!important; position: relative;padding-left: 7px;}
.submenu2 .submenu2  li:before{     content: '.';
    position: absolute;
    left: -8px;
    font-size: 40px;
    top: -25px;}
 .sidebarMenu>   .submenu2  >li>a {font-weight: bold;}


 .slickSlider  .slick-prev {
    left: 5px;
}
.slickSlider  .slick-next {
    right: 5px;
}
.sidebarMenu { overflow-y: auto;
    height: 359px;}
    ::-webkit-scrollbar {
        width: 4px;
      }
      
      ::-webkit-scrollbar-track {
        background-color: rgb(207, 207, 207);
      }
      
      ::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }
      .slickSlider.slick-slider .slick-prev:hover:before, .slickSlider.slick-slider .slick-next:hover:before {
        background-color: #142a75;
        color: white;
        border: 1px solid #e5e5e5;
    }
    .slickSlider.slick-slider .slick-prev:before, .slickSlider.slick-slider .slick-next:before {
        background-color: #fff;
        color: #142a75;
        border: 1px solid #e5e5e5;
    }
    .slickSlider.slick-slider .slick-prev:before, .slickSlider.slick-slider .slick-next:before {
  
        width: 40px;
        height: 40px;
        line-height: 38px;}
.slickSlider{}
.slideBackground::before {display: none;}
.slickSlider .t1{font-family: Manrope;
    font-size: 24px;    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 700;color: rgba(51, 51, 51, 1);

    max-width: 405px;

    line-height: 31.2px;
    text-align: left;
    }
    .slideDescription {
        padding-left: 70px;
        position: relative;
        color: #fff;
    }
.slickSlider .t2{font-family: Manrope;
    font-size: 16px;color: rgba(108, 117, 125, 1);

    font-weight: 400;    max-width: 405px;

    line-height: 24px;
    text-align: left;
    }
   .categoryBlock-link {    border-image-source: linear-gradient(150.99deg, #00ACE4 0%, #13317B 100%);
        border-image-slice: 30;
        border-width: 2px;
        border-style: solid;}

        .multiple-items333.slick-slider .slick-prev:before, .multiple-items333.slick-slider .slick-next:before {
            font-size: 26px;
            background-color: #fff;
            border: 1px solid #142a75;
            font-family: 'FontAwesome';
            display: block;
            text-indent: 0 !important;
            width: 50px;
            height: 50px;
            line-height: 48px;
            text-align: center;
            opacity: 1;
            color: #142a75;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            transition: all 0.2s ease-in-out 0s;
        }
        [data-star] {
            text-align:left;    font-size: 23px;
            font-style:normal;
            display:inline-block;
            position: relative;
            unicode-bidi: bidi-override;
          }
          [data-star]::before { 
            display:block;
            content: '★★★★★';
            color: #989898;
          }
          .flexmeand {    display: flex;
            justify-content: space-between;    align-items: center;
        
        }
.ourReviews .slick-slide img {
    display: block;
    width: 40px;
    height: auto;
}

.multiple-items333 .slick-track{  display: flex;
    gap: 1rem;}
.ourReviews .slick-slide{    border-image-source: linear-gradient(150.99deg, #00ACE4 0%, #13317B 100%);
    border-image-slice: 30;
    border-width: 2px;height: inherit !important;
    border-style: solid;
    padding: 20px 20px;}
.ourReviews .slick-slide .review1{    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
}
.ourReviews .slick-slide .texter
{font-family: Manrope;
    font-size: 16px; margin-top: 10px;
    font-weight: 400;color: rgba(108, 117, 125, 1);

    line-height: 1.4;
    text-align: left;
    }
.ourReviews .name-review {    margin-bottom: 4px;}
.ourReviews .slick-slide .review1 .date{font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    }
.ourReviews .review-23-flex {}
        .rating-ones {background: rgba(231, 234, 242, 0.6);        display: flex;    padding: 0 10px;
            margin: 0 10px;
            align-items: center;
        }
        .rating-ones i{display: block; margin-bottom: 9px;
        }

        .flex-wrap-rating  {    padding: 0 9px;}

        .number-rating-mes {font-family: Manrope;
            font-size: 26px;
            font-weight: 700;
            line-height: 39px;
            text-align: left;
            }
        .rating-ones img
        {    padding: 15px 27px 15px 5px;}

        .ratings-all {display: flex;}
          [data-star]::after {
            white-space:nowrap;
            position:absolute;
            top:0;
            left:0;
            content: '★★★★★';
            width: 0;
            color: #ff8c00;
            overflow:hidden;
            height:100%;
          }
          
          [data-star^="0.1"]::after{width:2%}
          [data-star^="0.2"]::after{width:4%}
          [data-star^="0.3"]::after{width:6%}
          [data-star^="0.4"]::after{width:8%}
          [data-star^="0.5"]::after{width:10%}
          [data-star^="0.6"]::after{width:12%}
          [data-star^="0.7"]::after{width:14%}
          [data-star^="0.8"]::after{width:16%}
          [data-star^="0.9"]::after{width:18%}
          [data-star^="1"]::after{width:20%}
          [data-star^="1.1"]::after{width:22%}
          [data-star^="1.2"]::after{width:24%}
          [data-star^="1.3"]::after{width:26%}
          [data-star^="1.4"]::after{width:28%}
          [data-star^="1.5"]::after{width:30%}
          [data-star^="1.6"]::after{width:32%}
          [data-star^="1.7"]::after{width:34%}
          [data-star^="1.8"]::after{width:36%}
          [data-star^="1.9"]::after{width:38%}
          [data-star^="2"]::after{width:40%}
          [data-star^="2.1"]::after{width:42%}
          [data-star^="2.2"]::after{width:44%}
          [data-star^="2.3"]::after{width:46%}
          [data-star^="2.4"]::after{width:48%}
          [data-star^="2.5"]::after{width:50%}
          [data-star^="2.6"]::after{width:52%}
          [data-star^="2.7"]::after{width:54%}
          [data-star^="2.8"]::after{width:56%}
          [data-star^="2.9"]::after{width:58%}
          [data-star^="3"]::after{width:60%}
          [data-star^="3.1"]::after{width:62%}
          [data-star^="3.2"]::after{width:64%}
          [data-star^="3.3"]::after{width:66%}
          [data-star^="3.4"]::after{width:68%}
          [data-star^="3.5"]::after{width:70%}
          [data-star^="3.6"]::after{width:72%}
          [data-star^="3.7"]::after{width:74%}
          [data-star^="3.8"]::after{width:76%}
          [data-star^="3.9"]::after{width:78%}
          [data-star^="4"]::after{width:80%}
          [data-star^="4.1"]::after{width:82%}
          [data-star^="4.2"]::after{width:84%}
          [data-star^="4.3"]::after{width:86%}
          [data-star^="4.4"]::after{width:88%}
          [data-star^="4.5"]::after{width:90%}
          [data-star^="4.6"]::after{width:92%}
          [data-star^="4.7"]::after{width:94%}
          [data-star^="4.8"]::after{width:96%}
          [data-star^="4.9"]::after{width:98%}
          [data-star^="5"]::after{width:100%}
          .okomp .preimanda >div{        display: flex;    height: 100%;
            align-items: center;
            border: 1px solid rgba(213, 223, 255, 0.4);
            padding: 15px 12px;}
            .okomp .preimanda img {    margin: 0 15px;
                width: 60px;
                height: 60px;
                max-width: 60px;}

                .okomp .preimanda   {    padding-right: 5px;
                    padding-left: 5px;}
          .okomp .name {font-family: Manrope;
            font-size: 18px;
            font-weight: 700; color: white;
            line-height: 27px;
            text-align: left;
            }
          .okomp .podpis {font-family: Manrope;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;color: rgba(255, 255, 255, 0.6);

            text-align: left;
            }
          .okomp .texter {font-family: Manrope;
            font-size: 16px;
            font-weight: 400;color: rgba(255, 255, 255, 0.8);

            line-height: 24px;
            text-align: left;
            }


            .sidebarMenu ul li ul {
                display: block;
            }
            .sidebarIcon {
display: none;
}
.sidebarMenu {
    overflow-y: auto;
    height: auto;
}
.dop-sb-menu>a , .sidebarMenu> .submenu2 >li>a{
    line-height: 1.2;
    background: #142a75;
    color: white!important;
    padding: 5px 10px;
    font-size: 15px;    display: block;
}
.sidebarMenu> .submenu2 >li span, .sidebarMenu> .submenu2  li.active>a {       line-height: 1.2;
    background: #97989e;
    color: white!important;
    padding: 5px 7px;
    font-size: 15px;
    display: block;
    font-weight: normal!important;}
.dop-sb-menu{display: block;}
                    @media only screen and (max-width: 980px) {
                        .blockTitle.flexmeand {display: block;}
.removebg  .slideBackground {background: none!important;align-items: flex-start; text-align: left;}
.slideDescription {    margin: 0 10px;text-align: left;
    padding: 0;     padding-top: 38px;}
    .rating-ones {        display: block;
        text-align: center;
        padding: 10px 12px;
        width: 50%;        margin: 0;}
        .ratings-all {
            display: flex;        margin-top: 30px;
            gap: 10px;
        }
        .multiple-items333 .slick-track {
            display: flex;
            gap: 0;
        }       

        .multiple-items333 .slick-dots li.slick-active button:before {
            color: #142a75 !important;
            opacity: 1;
        }
        .multiple-items333  .slick-dots {
            position: absolute;
            bottom: -27px;
            list-style: none;
            display: block;
            text-align: center;
            padding: 0;
            width: 100%;
            left: -6px;
        }
        .multiple-items333 .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "•";
            width: 20px;
            height: 20px;
            font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: 42px;
            line-height: 20px;
            text-align: center;
            color: #a3a9be !important;
            opacity: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .multiple-items333   .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

        .anda-hide-mob {display: none!important;}
                      .slickSlider   .slick-dots {
                            position: absolute;
                            bottom: 16px;
                            list-style: none;
                            display: block;
                            text-align: center;
                            padding: 0;
                            width: 100%;
                        }
                        .number-rating-mes {text-align: center;}
                        .rating-ones img {padding: 0;}
                        .slickSlider   .slick-dots li.slick-active button:before {
                            color: #142a75 !important;
                            opacity: 1;
                        }
                        .slickSlider     .slick-dots li button:before {
                            position: absolute;
                            top: 0;
                            left: 0;
                            content: "•";
                            width: 20px;
                            height: 20px;
                            font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                            font-size: 42px;
                            line-height: 20px;
                            text-align: center;
                            color: #a3a9be !important;
                            opacity: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                        }
                        .slickSlider .t2     {    margin: 14px 0 14px;}
                    }

                 .tab-content   table tr:nth-child(2n +1) {
                        background: rgba(140, 163, 186, 0.2);
                    }
                  .tab-content  table tr:nth-child(1) {
                        background: rgba(140, 163, 186, 0.2);
                    }
                html    body {
                        line-height: 1;
                    }

					table .t-white {background: white}

                    .p-table.table.table-bordered h6{
                        text-align: left; width:100%
                    }

                    @media only screen and (max-width: 980px) {
                        .p-table.table.table-bordered {overflow: auto;    }
                        .p-table.table.table-bordered table{ width: auto!important;}
                    }
                          .andrew-tabs .nav-tabs {background: none;    gap: 4px;}
                    .andrew-tabs .nav-tabs li {       margin: 0 0px;    min-width: 23%;
    text-align: center;
    border-radius: 0;
    border: 1.5px solid #ffffff;}
                   .andrew-tabs    .nav-tabs li a {        background: #f5f5f5;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 30px;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    border: 2px solid #d2daee;
}
   .andrew-tabs   .tab-content {
padding: 30px 24px 30px;
    border: none;
    background: #e7eaf2;
    margin-top: 22px;
    border-radius: 20px;
    }
     .andrew-tabs .nav-tabs li:first-child a{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.andrew-tabs .nav-tabs li:last-child a{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;}
    .andrew-tabs .nav-tabs li.active a {    border: 2px solid #142a75;
   background: #142a75; color:white}
   .andrew-tabs  .tab-content h2{    font-size: 20px;
    margin-bottom: 18px;
    color: #142a75;
    font-weight: bold;}
   .andrew-tabs  .tab-content ul{list-style: outside;
    padding-left: 21px;}
   .andrew-tabs  .tab-content ul li{    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.2;}
   .andrew-tabs  .tab-content p{}
     .andrew-tabs .aflexer {    display: flex;}
     .andrew-tabs    a.btn:hover { color: white;}
  .formand  .icon {left: initial; top: initial}
  .andrew-okomp .awraperasd {    display: flex;    gap: 24px;
    align-items: flex-end;}
  .andrew-okomp .awraperasd div{    flex: 1;}
    .andrew-okomp .awraperasd .namer{    color: #000000;
    font-size: 42px;}
       .andrew-okomp .awraperasd .adesc {    font-size: 19px;
    line-height: 1.2;}

      .andrew-okomp    {    background: #e7eaf2;
    margin-top: 22px;
    border-radius: 20px;
    padding: 24px;}
      .awraperasd   {padding: 20px 0;}
      .awraperasd22 {display: flex;    min-height: 420px;    gap: 21px;
    display: flex
;}
      .awraperasd22 >div {flex: 1;    flex: 1;    padding: 0 20px;    border-radius: 20px;
    display: flex
;
    flex-wrap: wrap;
    align-content: center;}

    .awraperasd22 .usl2  {     color: white;
    font-weight: bold;
    font-size: 26px;
    background: #142a75b5;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;}

     .awraperasd22 .usl3   {color: white;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.2;}

    @media screen and (max-width:768px){


        .andrew-okomp .awraperasd {
    display: block;}

.andrew-okomp .awraperasd .namer {
    color: #000000;
    font-size: 42px;
    margin-bottom: 20px;
}
.awraperasd22 {display: block;}

.awraperasd22 >div {

    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 1;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 22px;
    min-height: 160px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.andrew-tabs .aflexer {
     display: block; 
}
    }