/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.fa {
    font-family: fontAwesome;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    src: url('fonts/Roboto-SemiBold.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url('fonts/Roboto-Bold.ttf');
}
body{
    color: #1e302f;
}
body{

    font-family: 'Roboto';
}

a:hover,
a:focus,
a,
a p {
    color: inherit;
    text-decoration: none;
}

a{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover{
    color: #aa0000;
}
img {
    max-width: 100%;
}

input {
    max-width: 100%;
}

.nopad {
    padding: 0px;
}

button:focus,
a:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
}
.container {
     overflow: hidden;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #3550a2;
    background-color: #ffffff;
    padding-top: 4px;
    padding-left: 10px;
}

#priem + .liner > div:before{    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #1e302f;
    left: 0;
    top: calc(50% + -4px);
}

#priem + .liner > div{    position: relative;
    padding-left: 15px;
    line-height: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3550a2;
    font-size: 14px;
    font-weight: 400;
}

.select2-search--dropdown {
    padding: 0;
    margin: -1px -1px 0px -1px;
}

.select2-container--open .select2-dropdown {
    top: -40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #3550a2;
}

.select2-results__option {
    font-size: 14px;
    font-weight: 400;
    color: #3550a2;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none
}


/*  large desktops */

@media (min-width: 1200px) {}

/* desktops */

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* tablets */

@media (min-width: 768px) and (max-width: 991.98px) {}

/* smartphones */

@media (max-width: 767.98px) {}


.pagebox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.supermenuleft{  
    width: 360px;
    min-height: 100%;
    max-height: 100vh;
    position: relative;
}.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}
.fixdposition{
    overflow-x: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    width: 360px;
    background: #00899f;
}
.logomainlink{
    width: 250px;
    display: block;
}
footer{
    background-color: #1e302f;
}
.supermaincintent{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.pagecontent{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.menuleftbox ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.menuleftbox{
    padding: 15px;
    font-size: 20px;
    color: #a5c7d4;
    line-height: 21px;
}
.tomagazinlink{
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
}
/*.fixdposition ul li{
    padding-left: 15px;
}*/
.projectsmain{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.projectsitemmein{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
}
.pressmain{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pressitemmein{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
}
footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
}
footer .logo{
    display: block;
    width: 200px;
}
.footerlinks a:hover{
    opacity: 1;
}
.footerlinks a{
    opacity: 0.7;
    display: block;
    color: white;
    line-height: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.logofooter:hover{
    opacity: 1;
}

.logofooter{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white !important;
    opacity: 0.7;
}

.pagebox{   
    background: #00899f;
}

.supermaincintent{
    background: white;
}

.flexthree a{
    display: block;
}

.flexthree > div{
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.pageminicontent img{
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.pageminicontent{    
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.flexthree{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.navtopblock a{
    margin-top: 20px;
    margin-bottom: 20px;
}

.perehodproj:hover .mainnameitem{
    color: #aa0000;
}
div:hover > .mainnameitem{

    color: #aa0000;
}
.perehodproj{
	cursor: pointer;
}
#zakzbtn .modal-header{
	padding: 30px;
	/*background: url('/image/background.png');*/
	background: #778483;
	color: white;
}
.closemenuarea.open{
    width: 100vw;
}
.navtopblock > a:hover:before{
	opacity: 1;
}
.navtopblock > a:before{
	content: " ";
	height: 3px;
	width: 32px;
	background: #39519a;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.zkr{
	color: red;
}
.zpblock label{
	margin-bottom: 0;
	margin-top: 10px;
}
.zpalert .star{
    background: #e02222;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    /* float: left; */
    margin-right: 5px;
    vertical-align: top;
}
.zpotprabitblock{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.zpblock{
	width: 340px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.blockinput{
	border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #d7dee3;
    /*height: 34px;*/
    background-color: #ced6d5;
    padding: 6px 12px;
}
.zpblock input{
	width: 100%;
    border: 1px solid #d7dee3;
	display: block;
}

.closemenuarea{
    width: 0vw;
    height: 100vh;
    position: fixed;
    /*background: white;*/
    top: 0;
    left: 0;
    z-index: 125;
}
.navtopblock{   
    border-bottom: 1px solid rgb(232, 235, 237);
    position: -webkit-sticky;
    position: sticky;
    top: 89px;
    z-index: 100;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navtopblock a{
    font-size: 15px;
    line-height: auto;
}

.leftmenucoverblock.closer ul{
    /*display: none;*/
}

.lastlvl.active a{
    color: white;
}

.menuleftbox a:hover{
    color: white;
}
.icon-nav {
    background-image: url(/image/products.svg);
    width: 10px;
    height: 10px;
}
.lmcbbtn.open{
    opacity: 1;
    color: white;
}
.lmcbbtn:hover{
    opacity: 1;
    color: white;
}

.productsmain{
    margin-top: 50px;
}

.lmcbbtn{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    cursor: pointer;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
}


.lmcbbtn.closer svg.arroyopensvg{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.lmcbbtn:hover svg.arroyopensvg{
    fill: white;
}
.lmcbbtn.open svg.arroyopensvg{
    fill: white;
}

.lmcbbtn svg.arroyopensvg{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: absolute;
    fill: #66a8ba;
    width: 17px;
    height: 24px;
    right: -10px;
    top: calc(50% - 10px);
}
.lmcbbtn:hover:before{

    background: white !important;
    border: 2px solid white !important;
}
.lmcbbtn.open:before{

    background: white !important;
    border: 2px solid white !important;
}
.secondlevel >  .lmcbbtn:before{
    height: 10px;
    width: 10px;
    border-radius: 50%; 
    content: " ";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 8px;
    top: calc(50% - 3px);
    position: absolute;
    background: #66a8ba;
    border: 2px solid #66a8ba;
}
.leftmenucoverblock >  .lmcbbtn{
    /*position: relative;*/
    display: block;
    font-size: 22px;
    padding-left: 45px;
}

.lmcbbtn:hover:before{

    border: 2px solid white;
}

.thirdlevel > .lmcbbtn{
    font-size: 18px;
}

.thirdlevel > .lmcbbtn.open:before{

    background: none !important;
    border: 2px solid white !important;
}
.thirdlevel > .lmcbbtn:before{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: " ";
    left: 8px;
    top: calc(50% - 3px);
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #66a8ba;
}
.thirdlevel >   .lmcbbtn{
    /*position: relative;*/
    display: block;
    padding-left: 45px;
}
.lastlvl.active:before{
    background: white;
}
.lastlvl:hover:before{
    background: white;
}
.lastlvl:before{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    content: " ";
    left: 10px;
    top: calc(50% - 2px);
    position: absolute;
    background: #66a8ba;
    /*border: 2px solid white;*/
}
.lastlvl:hover{
    opacity: 1;
}
.title-search-result>tbody>tr>th{
    display: none;
}
.lastlvl{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 45px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.searchheadline{
    width: 200px;
    outline: none !important;
    text-align: center;
    border-radius: 0 20px 20px 0;
    border: 2px solid #778483;
}

.secondlevel >  .lmcbbtn{
    /*position: relative;*/
    display: block;
    padding-left: 45px;
    font-size: 20px;
}
.haritem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px !important;
    background-color: rgb(0, 106, 123) !important;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}
.mCSB_scrollTools{
	display: block !important;
}
.mCSB_scrollTools {
    width: 6px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(123, 211, 225) !important;
}
.ledtmenuunderline{
    height: 1px;
    background: black;
    opacity: 0.2;
}
    .fixdposition {
    /*overflow-y: scroll;*/
}
.fixdposition::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(26, 24, 47, 0.15);
    border-radius: 5px;
    height: 200px;
}

.fixdposition::-webkit-scrollbar-thumb {
    background: #0bc4e2;
    border-radius: 5px;
}

.harname, .harvalue{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
}
.harvaluehalf{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 10px;
}

.lmcbbtn:hover  .menusvg path{
    fill: white;
}
.lmcbbtn.open  .menusvg path{
    fill: white;
}
.menusvg path{
    fill: #66a8ba;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.minilup{
    height: 20px;
    width: 20px;
    margin: 10px;
    fill: white;
}

.menusvg{
    position: absolute;
    width: 30px;
    height: 30px;
    left: -2px;
    top: calc(50% - 15px);
    /* background: #000; */
}
#productsNav{
    background-image: url(/image/products.svg);
}
.arrow-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: #00899f;
    z-index: 30;
    padding: 10px;
    cursor: pointer;
    border: none;
    display: none;
}
.arrow-up svg {
    width: 30px;
    height: 30px;
    fill: rgb(196, 191, 191);
}
.chbphone{
    font-size: 25px;
    font-weight: 700;
}

.minilupbox{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    display: block;
    width: 40px;
    height: 40px;
    background: #d20535;
    border-radius: 50%;
    margin-right: -20px;
    cursor: pointer;
    z-index: 5;
}

.thissuperform{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

footer{
    margin: 0 -15px 0 -15px;
}

header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 120;
    margin: 0 -15px 0 -15px;
    background: white;
}

.headerfirstlune{

    border-bottom: 1px solid rgb(232, 235, 237);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
}

.contactheaderblock a{
    display: block;
}
.search-page form{
	
    display: -webkit-box;
	
    display: -ms-flexbox;
	
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contactheaderblock{
    text-align: center;
}

.pagecontent h2{
    color: #1e302f;    
    display: inline-block;
}

.mainpagesvg {
    height: 32px;
    width: 32px;
    margin-right: 30px;
    margin-bottom: -5px;
}
.mainpagesvg path{
    fill: #66a8ba;
}
.ankoricon{

    margin-bottom: 0;
}
.ankoricon:hover path{
    fill: #39519a;
}
.ankoricon path{
    fill: #778483;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.withpich{
    position: relative;
    display: inline-block;
}
#slider .owl-dots{
    display: none;
}
.mainnameitem{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 15px;
}
.proditemdi{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.materialsitemmein {
    margin-bottom: 30px;
}
.materialsitemmein .proditemdi{
    color: #778483;
}
.news_element .proditemdi {
    color: #778483;
}
.productsitemmein .proditemdi{
    color: #778483;
}
.productsitemmein{
    margin-bottom: 30px;
}
#slider{
    position: relative;
  	/*margin-left: -15px;   
    margin-right: -15px;*/
}
#slider .owl-nav{
    height: 0;
}
#slider .owl-prev{
    position: absolute;
    left: 0;top: calc(50% - 20px);   
}

#slider .owl-next{
    position: absolute;
    right: 0;top: calc(50% - 20px);  
}

#slider .owl-next:hover, #slider .owl-prev:hover{
    background: white;
}

#slider .owl-next, #slider .owl-prev{
    font-size: 70px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px white solid;
    border-radius: 3px;
}

#slider .owl-next:hover span, #slider .owl-prev:hover span{
    color: gray;
}

#slider .owl-dots{
    height: 0;
}

#slider .owl-next span, #slider .owl-prev span{
    display: block;
    height: 40px;
    width: 40px;
    line-height: 27px;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.withpich{
    margin-top: 51px;
    margin-bottom: 30px;
}

.miminavslider .owl-nav .owl-prev span, .miminavslider .owl-nav .owl-next span{
    display: block;
    height: 40px;
    width: 40px;
    line-height: 26px;

    color: #778483 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.miminavslider .owl-nav .owl-next{

    border-radius: 0 15px 15px 0;
}
.miminavslider .owl-nav .owl-prev{
    /*margin-right: 10px;*/

    border-radius: 15px 0 0 15px;
}
.searchstyle{
	height: 40px;
	outline: none;
    border-radius: 20px;
    border: 2px solid #778483;
    padding-left: 15px;
}
.searchstylebtn:hover{

    background: #d20535;	
    color: white;
}
.searchstylebtn{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
    background: white;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px #d20535 solid;
    color: #d20535;
    font-weight: 700;
}
.boxformore{

    position: relative;
}
.greyphone .productsmain{
	margin-top: 0;
}
.greyphone .morebtn{
	right: 15px;
	top: 4px;
}
.greyphone2 .morebtn{
	right: 15px;
	top: 55px;
}
.greyphone{
    background: #f9fafb;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
	padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: -15px;
}
.morebtn{
    position: absolute;
	right: 15px;
	/* top: 55px; */
	top: -71px;
    z-index: 10;
    border-radius: 10px;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 16px;
    /* border: 1px solid #ced6d5; */
    color: #3a519f;
    /* font-weight: 700; */
   
}
.news_element_image{
    position: relative;
}
.news_element_image h1{
    position: absolute;
    text-shadow: 1px 1px 0.125rem rgb(11 26 40 / 48%);
    color: white !important;
    top: 0;
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.news_page_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.news_element{
    padding: 7.5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
}
.news_element_image{
    text-align: center;
}
.products_page .news_element_image{
    margin-left: -15px;
    margin-right: -15px;
}
.news_element .news_element_image{

    margin-left: 0px;
    margin-right: 0px;   
}
.flexnav{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-current-page{
    z-index: 10;
    border-radius: 10px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0px 11px;
    border: 1px solid #ced6d5;
    color: #3a519f;
    font-size: 24px;
    font-weight: 700;   
    margin-right: 3px;
    margin-left: 3px;
}
.pagnewfix{
    
    margin-right: 3px;
    margin-left: 3px;
z-index: 10;
    border-radius: 10px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 12px;
    border: 1px solid #ced6d5;
    color: #3a519f;
    font-weight: 700;   
}
.pagcath20, .pagcath16, .pagcath13{
    border:none;
    color: #a4a8a8;
    font-size: 15px;
}
.pagcath12, .pagcath17{
    display: none;
}


.owl-nav {
    text-align: end;
}

.miminavslider .owl-nav .owl-prev:hover svg, .miminavslider .owl-nav .owl-next:hover svg{
    fill: white;
}
.miminavslider .owl-nav .owl-prev svg, .miminavslider .owl-nav .owl-next svg{
    fill: #3a519f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
}
.miminavslider .owl-nav .owl-prev, .miminavslider .owl-nav .owl-next{
    font-size: 15px !important;
    width: 70px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ced6d5 !important;
}

.miminavslider .owl-nav.disabled >*{
    width: 0;
    overflow: hidden;
    border: none !important;
}
.miminavslider .owl-nav{
    display: block !important;
    padding-top: 30px;
    border-top: 1px solid #e8ebed;
}

.miminavslider .owl-nav .owl-next:hover, .miminavslider .owl-nav .owl-prev:hover{
    background: #ced6d5 !important;
}

.miminavslider .owl-nav .owl-next:hover span, .miminavslider .owl-nav  .owl-prev:hover span{
    color: white !important;
}
.mrbprojfix{
    bottom: -64px;
}
.partnering{
    max-height: 70px;
}
.parntertable{
    width: 100%;
}
.projectsitemmein{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
    min-height: 300px;
    text-shadow: 1px 1px 0.125rem rgb(11 26 40 / 48%);
    color: white !important;
    background-size: cover !important;
    background-position: center !important;
}
.partnerheadline{
    background: #d20535;
    color: white;
}
.projectsitemmein:nth-child(1){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
}
.linkrekblock path{
    transition: 0.3s;
    fill: #66a8ba !important;
}
.linkrekblock a:hover path{
    fill: white !important;
}
.linkrekblock polygon{
    transition: 0.3s;
    fill: #66a8ba !important;
}
.linkrekblock a:hover polygon{
    fill: white !important;
}
.linkrekblock a{
	margin-right: 15px;
}
.linkrekblock svg{
    width: 40px;
    height: 40px;
}
.linkrekblock{
	margin-top: 15px;
	margin-bottom: 15px;
    position: relative;
}
.partnerline > div{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.partnerline{
    border-bottom: 5px solid #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.docsline span{
    position: absolute;
    right: 0;
    border: solid 1px #39519a !important;
    border-radius: 4px;
    padding: 2px;
    padding-top: 0;
    color: #39519a !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 0px !important;
}
.docsline:hover{
    border-bottom: 1px solid #d20535;
}
.docsline{
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(232, 235, 237);
    position: relative;
    padding-right: 30px;
    display: block;
}
.projectitemtext .mainnameitem{
    padding-top: 40px;
}
.projectitemtext{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.projectitemtext a.projlistmat{
    display: inline-block;
}

.projectmainblock{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
h1{
   margin-top: 30px;
   margin-bottom: 30px; 
}
@media(min-width: 1450px){
    .supermaincintent{
        width: 1080px !important;
        margin: 0 !important;
    }
    .openmenubtn{
        display: none;
    }
    .hide1450{
        display: none;
    }

    .logomainlink{
        margin-left: 20px;
    }
}

@media(max-width: 1450px){
    .supermenuleft{
        position: absolute;
        z-index: 130;
        left: calc(50% - 570px);
        /*overflow: hidden;*/
        max-width: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    /*background: #00899f;*/
    }
    .supermenuleft .fixdposition{
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        /*overflow: hidden;*/
        max-width: 0;
    }
    .supermenuleft.open{
        max-width: 360px;
    }
    .supermenuleft.open .fixdposition{
        max-width: 360px;
    }
}

.openmenubtn > svg{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 30px;
}

.eptyblock{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.closeleftmenu:hover{
    opacity: 1;
    color: white;
    fill: white;
}

.closeleftmenu{
    cursor: pointer;
    width: 30px;
    height: 30px;
    fill: #66a8ba;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* margin-left: 20px; */
    margin-top: 10px;
    margin-bottom: 20px;

}

.pressdecblock{
    display: block;
}

.logomainlink img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 250px;
    max-width: 250px;
}
.logomainlink:hover img{
    margin: -10px;
    width: 270px;
    max-width: 270px;
}

.onlyleftmenucintact{
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.onlyleftmenucintact .chbphone {
    font-size: inherit;
}

.onlyleftmenucintact > a:hover{
    opacity: 1;
}

.onlyleftmenucintact > a {
    display: block;
    opacity: 0.8;
    margin-bottom: 10px;
}

#slider{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.datenewsdit + h1{
    margin-top: 30px !important;
}
.datenewsdit{
	color: #778483;
    padding-top: 20px;
}
.orederbtn:hover{
    background: #d20535;
    color: white;
}
.orederbtn{
    cursor: pointer;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    bottom: calc(50% - 35px);
    z-index: 10;
    border-radius: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 16px;
    border: 2px solid #d20535;
    color: #d20535;
    font-weight: 700;
}

a.orederbtn:hover {text-decoration: none}

.navtopblock > a.orederbtn::before {display: none;}

.otpravitbtn{
    background: #107bb1;
    padding: 6px 15px;
    border: 1px solid #107bb1;
    margin-left: 30px !important;
    text-decoration: none;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    color: white;
}
.otpravitbtn:hover{
    background: #39519a;
    color: white;
}
#zakzbtn .close{
    opacity: 1;
    color: white;
    font-size: 50px;
    text-shadow: none;
}
#zakzbtn .modal-title {
    display: flex;
    align-items: center;
}
.phonicon path{
	fill: white !important;
}
.phonicon svg{
    width: 26px;
    height: 26px;
}
.phonicon{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #39519a;
	border-radius: 15px;
	margin-right: 15px;
}
.otpravitbtn{
    cursor: pointer;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 15px;
    bottom: calc(50% - 20px);
    z-index: 10;
    border-radius: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 16px;
    border: 2px solid #39519a;
    color: #39519a;
    font-weight: 700;
}
.translate{
	cursor: pointer;
}
.backbtn:hover{
    background: #39519a;
    color: white;
}
a.backbtn:hover svg path{
	stroke: white;
}
a.backbtn svg path{
	stroke: #39519a;
}
a.backbtn svg{
	height: 20px;width: 20px;
    margin-bottom: -4px;
    margin-top: -5px;
}
a.backbtn:before{
	display: none;
}
a.backbtn{
	font-size: 1rem;
    cursor: pointer;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    bottom: calc(50% - 20px);
    z-index: 10;
    border-radius: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 16px;
    border: 2px solid #39519a;
    color:#39519a;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
}


.itemheightfix{
    display: block;
    overflow: hidden;
}

.itemheightfix img{
    width: inherit !important;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
}
.productsitemmein .itemheightfix img{    
    height: 180px;
}

.prescentrmain .mainnameitem {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 15px;
    max-height: 91px;
    overflow: hidden;
}


.prescentrmain .proditemdi {
    max-height: 96px;
    overflow: hidden;
}

.linkbreak{    
    word-break: break-all;
}

@media(max-width: 1200px){
    .supermenuleft{
        left: calc(50% - 480px);
    }
    .productsitemmein .itemheightfix img{    
        height: 170px;
    }
}

@media(max-width: 992px){
    .productsitemmein .itemheightfix img{    
        height: 220px;
    }
    .chbphone {
    font-size: 22px;
}
    .partnerheadline{
        display: none;
    }
    .partnerline > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .supermenuleft{
        left: calc(50% - 360px);
    }    
    .logomainlink {
	    width: 235px;
	}.logomainlink img {
        width: 235px;
        max-width: 235px;
    }
    .logomainlink:hover img{
        max-width: 255px;
        width: 255px;
    }
    .projectsitemmein{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 !important;
    }
    /*.projectsitemmein:nth-child(3n+2){
        flex-direction: column;
    }
    .projectsitemmein:nth-child(2n+2){
        flex-direction: column-reverse;
    }*/
    .flexthree > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .projectsitemmein:nth-child(1){
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;   
    }

    .searchheadline{
        width: 170px;
    }
}

@media(max-width: 767px){
    .news_element{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    div .itemheightfix img{
        height: 180px !important;
    }
    .supermenuleft{
        left: calc(50% - 270px);
    }
    .contactheaderblock{
        display: none;
    }
    .onlyleftmenucintact{
        display: block;
    }
    footer{
        display: block;
    }
}

@media(max-width: 575px){

.harname, .harvalue{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 10px;
}
.harvaluehalf {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
}

    .supermenuleft{
        left: 0;
    }

    .news_element{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .partnerline > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .supermenuleft.open .fixdposition {
        max-width: 303px;
    }
    .supermenuleft.open {
	    max-width: 303px;
	}
    .flexthree > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .projectsitemmein:nth-child(1){
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;   
    }
    /*.projectsitemmein:nth-child(2n+2){
        flex-direction: column;
    }*/
    .logomainlink{
        display: none;
    }
    .mainpagesvg {
	    height: 31px;
	    width: 28px;
	    margin-right: 5px;
	}
	.zpblock {
	    width: 245px;
	}
	.news_element_image h1{
		font-size: 20px;
	}
	.searchstyle{
		width: 180px;
	}
	a.backbtn {
	    font-size: 14px;
	    cursor: pointer;
	    background: white;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    position: absolute;
	    right: 15px;
	    bottom: calc(50% - 20px);
	    z-index: 10;
	    border-radius: 20px;
	    display: block;
	    width: -webkit-max-content;
	    width: -moz-max-content;
	    width: max-content;
	    padding: 6px 7px;
	}
}

.pagecontent tbody p img{
    max-width: none !important;
}