@charset "UTF-8";

html {
  scroll-behavior: auto; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */ 
}
body {
    font-family: "PT Root UI",sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #333;
    background-color: #fff;
}


main {
    min-height: 50vh;
}
 
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
  font-family: 'PT Root UI';
 src: url('../fonts/PT-Root-UI_Light.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
 src: url('../fonts/PT-Root-UI_Medium.otf') format('opentype'); 
font-weight: 500;
font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
 src: url('../fonts/PT-Root-UI_Regular.ttf') format('truetype'); 
font-weight: 400;
font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
 src: url('../fonts/PT-Root-UI_Bold.otf') format('opentype'); 
font-weight: bold;
font-style: normal;
}
/* five-cols  */ 
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.hide {
    display: none;
}


/* Scroll Styling for All Brousers */

 
/* Variables */
:root {
  --scrollbar-size: 0.375rem;
  --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
  --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
  --scrollbar-track-color: transparent;
  --scrollbar-color: rgba(161, 161, 161, 0.2);
  --scrollbar-color-hover: rgba(161, 161, 161, 0.5);
  --scrollbar-color-active: rgb(157, 167, 177);
}
/* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
.scrollbar-test,
.layout-cell {
  overscroll-behavior: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: var(--scrollbar-ff-width);
}

/* This class controls what elements have the new fancy scrollbar CSS */
.layout-scrollbar {
  scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}
/* Only apply height/width to ::-webkit-scrollbar if is obtrusive */
.layout-scrollbar-obtrusive .layout-scrollbar::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.layout-scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: 25px;
}
.layout-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 25px;
}
.layout-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-color-hover);
}
.layout-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-color-active);
}
.scrollbar-test::-webkit-scrollbar-thumb:vertical,
.layout-scrollbar::-webkit-scrollbar-thumb:vertical {
  min-height: var(--scrollbar-minlength);
  border-radius: 25px;
}
.scrollbar-test::-webkit-scrollbar-thumb:horizontal,
.layout-scrollbar::-webkit-scrollbar-thumb:horizontal {
  min-width: var(--scrollbar-minlength);
}
 
/* Scroll Styling for All Brousers */

/* ------------ Scroll  ------------- */

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
        background: #dbdee1!important;
}
.scrollable{
    overflow-y:scroll;
    position:absolute;
    padding:0 17px 0 0;
    width: 180px;
    height:100%;
}
.scrollbar{

    position:absolute;
    overflow:auto;
    top: 0;
    right: 0;
    z-index:2;
    background:#444;
    width:4px;
    border-radius:5px;
}

::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:4px;
height: 0
}

::-webkit-scrollbar-track {
background-color:transparent;
height:2px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
border-radius: 5px;
background-color: #dbdee1;
height:2px;
}

::-webkit-scrollbar-thumb:hover{
background-color: #dbdee1;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:6px; 
}

::-webkit-scrollbar{
width: 6px;
height:6px;
}

/* ------------ Scroll End ------------- */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.soutTable {
    line-height: 1.1rem;
    margin: 10px;
}
.soutTable tbody, .soutTable td, .soutTable tfoot, .soutTable th, .soutTable thead, .soutTable tr {
    border-width: 1px;
} 

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* five-cols  END */

.page__body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page__content{
  flex-grow: 1;
}


.modal-content {
    border: 0 solid #999;
   border: 0 solid rgba(0,0,0,.2);
}
a {
    color: #525252;
    text-decoration: none;
	-webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;    
}
a:focus, a:hover {
    color: #7b7b7b;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    transition: 0.1s ease;    
    outline: none;
}
a, a:visited, a:active {
text-decoration: none !important;
}
/* input:-internal-autofill-selected {
    background-color:  #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input:-webkit-internal-autofill-selected {
    background-color: #fff !important;
} */

/* hover effects */
.red-dot:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    background: #ed1b24;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    }
.grey-dot:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    background: #5e656f;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    }
.LP-page .list li.gray:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    background: #5e656f;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    }
.LP-page .list li.gray {
    padding-left: 0 !important;
    }    
.scale {
	-webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    display: inline-block;
    position: relative;
    height: auto;
	
}
.scale:hover {
    cursor: pointer;
    background: #fff;
  box-shadow: 0 15px 15px -10px rgba(0,0,0, .5);


}

.state-eff {
	-webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}
.state-eff:hover, .state-eff:hover {
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    transition: 0.1s ease;
}

.opacity {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:1;
filter:alpha(opacity=100);
}
 
.opacity:hover {
opacity:0.6;
filter:alpha(opacity=60);
}
/* hover effects END */

/*

* {
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*/

.med-weight {
    font-weight: 500;
}
.chart-text {
  /*font: 16px/1.4em "Montserrat", Arial, sans-serif;*/
  fill: #000;
  -moz-transform: translateY(0.25em);
  -ms-transform: translateY(0.25em);
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}
.chart-number {
  font-size: 0.6em;
  line-height: 1;
  text-anchor: middle;
  -moz-transform: translateY(-0.25em);
  -ms-transform: translateY(-0.25em);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
.chart-label {
  font-size: 0.2em;
  text-transform: uppercase;
  text-anchor: middle;
  -moz-transform: translateY(0.7em);
  -ms-transform: translateY(0.7em);
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em);
}
figure {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}
/* @media (min-width: 768px) {
  figure {
    flex-direction: row;
  }
}*/
.figure-content,
.figure-key {
    flex: 1; 
	padding-left: 15px;
    padding-right: 15px;
    align-self: center;
}
.figure-content svg {
  height: auto;
  width: 220px;
}
.figure-key {
  min-width: calc(8 / 12);
}
.figure-key [class*="shape-"] {
  margin-right: 6px;
  margin-bottom: 10px;
}
.figure-key-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.figure-key-list li {
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
}
.shape-circle {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.shape-fuschia {
  background-color: #ed1b24;
  float: left;
}
.shape-lemon-lime {
  background-color: #5f666f;
 float: left;  
}
.shape-blue {
  background-color: #006cc8;
 float: left; 
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.text {
    padding-left: 0;
	vertical-align: middle;
}
.sub_menu,.sub_menu .btnLogout {
    font-size: 0.9rem;
}
.sub_menu .btnLogout {
    color: #4f5359;
}
.navMenuBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 7px 0;
}
.topmenu {
	background: #d6dadd;
	min-height: 34px;
	position: relative;
}
.topmenu a {
    color: #000;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding-top: 4px;
	text-decoration: none;    
	line-height: 25px;
}


   
.topmenu a[href^="mailto"]::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;

    margin: 0 10px 0 0;
    top: 2px;
    background: url(../images/envelope-icon-bl.png) no-repeat center bottom;
    background-size: contain;
}
.topmenu a[href^="tel"]::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
    margin: 0 10px 0 0;
    background: url(../images/phone-icon-bl.png) no-repeat center bottom;
    background-size: contain;
}
.topmenu .callme {
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;  

	} 
.topmenu .callme>a {
	  border-bottom: 1px solid #000;	
} 
/*.topmenu .callme>p>a:hover {
	  border-bottom: 1px solid #000;
		text-decoration: none;
		color: #ed1b24;
} 	*/
.main-menu {
    background: #61666e;
    display: block;
    position: relative;
}
 
.nav-submenu {
      text-align: left;  

}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-logo {
    content: "";
    background: url(../images/logo-red-white.png) no-repeat left center;
}
.navbar-logo-en {
    content: "";
    background: url(../images/uztm-kartex-logo-en.png) no-repeat left center;
}
.navbar-logo, .navbar-logo-en {
    display: block;
    position: relative;
    height: 50px;
    width: 150px;
    background-size: contain;
	z-index: 99;
	transform: scale(1) rotate(0) translate3d(0,0,0)
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
}
.dropdown-menu a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;	
}
.dropdown-menu>li>a {
    padding: 10px 30px;
		color: #fff;

}
.dropdown-menu {
    background-color: #61666e;
    left: 20px;
}
.dropdown-menu>li>a:hover + .dropdown a, .dropdown-menu>li>a:focus + .dropdown a {

	padding: 0 0 10px 0;
	margin: 10px 0 0 50px; 
	    background: transparent;
}
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.dropdown-menu .active>a {
    border-bottom: 0 solid #ed1b24  !important;
    color: #000;
    text-decoration: none;
    background-color: #fff !important;
    outline: 0;
}
/* 
.nav-menu {
 margin-top: calc(2% + 10px);
 }
 */
.nav-menu>li>a {
    position: relative;
    display: block;    
	padding: 0;
	    margin: 0 0 0 50px;
}

.border {	
    border-bottom: 4px solid #ed1b24;
	padding: 10px 15px;
	margin: 0 15px;
}
.nav-menu .open>a, .nav-menu .open>a:focus, .nav-menu .open>a:hover, .dropdown .open>a, .dropdown .open>a:hover {
	background-color: transparent;
    border-bottom: 4px solid #ed1b24;
	padding: 0 0 10px 0;
	margin: 10px 0 0 50px; 
}
.nav-menu>a:focus, .nav-menu>a:hover, .dropdown>a:hover {
	background-color: transparent;
    border-bottom: 4px solid #ed1b24;
	padding: 0 0 10px 0;
	margin: 10px 0 0 50px; 
}
.nav-menu li>a:focus {
	background-color: transparent;
}

.navbar-nav>li>a:active, .dropdown-menu>li>a:focus + .nav-menu>li>a:active {
	    background: transparent;
}
.navbar-nav .active>a {
    border-bottom: 4px solid #ed1b24;
	    background: transparent;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color:#555;
	cursor:default;
	background-color:#fff;
	border:none;
    border-bottom: 4px solid #ed1b24;
    background: transparent;
	}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
    font-size: 1.4rem
}
.navbar-nav>li>a:active {
    background: transparent;
}
.navbar-nav>li>a:hover {
    border-bottom: 4px solid #ed1b24;
	padding: 0 0 10px 0;
	margin: 10px 0 0 50px; 
background: transparent;
}
.main-menu .navbar-nav {
    margin-top: 20px;
	text-transform: uppercase;
}

/* owl-carousel */


.slider-carousel .itemImg {
    height: 65vh;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 8px 8px -10px rgba(0,0,0, .5);
}

.slider-carousel .item .img1 {
    background: url(../images/slider/slider-bg13.jpg) no-repeat center bottom;
    background-size: cover;
}
.slider-carousel .item .img2 {
    background: url(../images/slider/slider-bg10.jpg) no-repeat center bottom;
    background-size: cover;
}
.slider-carousel .item .img3 {
    background: url(../images/slider/slider-bg14.jpg) no-repeat center bottom;
    background-size: cover;
}
.slider-carousel .item .img4 {
    background: url(../images/slider/slider-bg12.jpg) no-repeat center bottom;
    background-size: cover;
}
.slider-carousel .item .img5 {
    background: url(../images/slider/slider-bg1.jpg) no-repeat center bottom;    
    background-size: cover;
}
 
.owl-carousel.owl-grab { cursor: grab; }
.owl-carousel.owl-grab:active { cursor: grabbing; }


.owl-theme .owl-nav {
    margin: 35px auto 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}
  
.owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    }
    
.owl-theme .owl-nav [class*='owl-']:hover {

      color: #FFF;
      text-decoration: none; 
      }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.slider-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
  margin-top: -35px;
 
    z-index: 9999;
    display: block;
    position: relative;}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
    }

    
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 4px;
      background: transparent;
      display: block;
	      border: 1px solid #fff;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;       
      -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 2px 3px #00000075;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    }
    
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.51); 
      -o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
-webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    }

.owl-nav .chevron-left:before, .owl-nav .chevron-right:before {
    content: "";
    width: 30px;
    height: 43px;
    display: inline-block;
    position: relative;
    background-size: contain;
    
}
.chevron-right, .chevron-left {
	-webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.chevron-right:hover, .chevron-left:hover {
	opacity: 0.5;
       	-webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.owl-theme .owl-nav,
.brand-baner__slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.owl-theme .owl-nav .owl-prev,
.brand-baner__slider .owl-nav .owl-prev {
  float: left;
  position: relative;
  width: 65px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s;
}

.owl-theme .owl-nav .owl-prev:before,
.brand-baner__slider .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 44px;
  background: url(../images/left-arrow.png) 50% 50% no-repeat;
}

.owl-theme .owl-nav .owl-prev:hover,
.brand-baner__slider .owl-nav .owl-prev:hover {
  transition: all 0.2s;
  background-color: #61666e;
}

.owl-theme .owl-nav .owl-prev:hover:before,
.brand-baner__slider .owl-nav .owl-prev:hover:before {
  background: url(../images/left-arrow.png) 50% 50% no-repeat;
}

.owl-theme .owl-nav .owl-next,
.brand-baner__slider .owl-nav .owl-next {
  float: right;
  position: relative;
  width: 65px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.85);
}

.owl-theme .owl-nav .owl-next:before,
.brand-baner__slider .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 44px;
  background: url(../images/right-arrow.png) 50% 50% no-repeat;
}

.owl-theme .owl-nav .owl-next:hover,
.brand-baner__slider .owl-nav .owl-next:hover {
  transition: all 0.2s;
  background-color: #61666e;
}

.owl-theme .owl-nav .owl-next:hover:before,
.brand-baner__slider .owl-nav .owl-next:hover:before {
  background: url(../images/right-arrow.png) 50% 50% no-repeat;
}


.slider-carousel {
 background: #61666e!important;
}
/* owl-carousel END*/


/* Slider Main */

.slider-carousel .text-slider { 
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    width: calc(43% + 75px);
    height: 100%;
    z-index: 9999;
    background: rgba(33, 33, 33, 0.65);
    
}
.slider-carousel .textblock  {
    margin-left: 15%;
}
.slider-carousel .textblock .title h1{
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
} 
.slider-carousel .textblock .title {
    border-left: 5px solid #ed1b24;
    padding: 0 25px;
}
.slider-carousel .textblock p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #d3d3d3;
	padding: 0 8% 0 30px;
}

/* Slider Main END */

  
 .show-thumb-btn{    
    height: 27px;
    line-height: 25px;
	position: relative; z-index: 1;}

 .show-thumb-btn:after{ 
	 content:''; 
	 position: absolute; 
	 bottom: -15px; 
	 top: 0; 
	 left: -10px; 
	right: -10px; 
	z-index:-1; 
	background: transparent; 
	-webkit-transform-origin: bottom; 
	transform-origin: bottom; 
	-webkit-transform: scaleY(.15); 
	transform: scaleY(.15);
	-webkit-transition: all .2s ease; 
	transition: all .2s ease; 
	}

 .show-thumb-btn:hover{ color: #fff; }
 .show-thumb-btn:hover:after{ background: #61666e;  
	-webkit-transform: scaleY(1); transform: scaleY(1); }
	
/* Categories CADRS	*/

.categories {
	    background: url(../images/bg-bb.png) no-repeat center bottom;
	background-size: cover;
    padding-bottom: 45px;
    margin-bottom: 0;
    padding-top: 45px;
}	

.category_img1 {
    background: url(../images/Categories/ekskavatoru.jpg) no-repeat center center;
}
.category_img2 {
    background: url(../images/Categories/valki-cardimg.jpg) no-repeat center center;
}
.category_img3 {
    background: url(../images/Categories/razmol-oboryd.jpg) no-repeat center center;
}
.category_img4 {
    background: url(../images/Categories/shahtnie-mashini.jpg) no-repeat center center;
}
.category_img5 {
    background: url(../images/tpo-mettalurgii-5.jpg) no-repeat center center;
}
.category_img6 {
    background: url(../images/Categories/burilnue-stanki.jpg) no-repeat center center;
}
.category_img7 {
    background: url(../images/Categories/stal.jpg) no-repeat center center;
}
.category_img8 {
    background: url(../images/Categories/prochie-produkciya-i-uslugi.jpg) no-repeat center center;
}
.category_img9 {
    background: url(../images/Categories/metoborudovanie-card.jpg) no-repeat center center;
}
.category_img1, .category_img2, .category_img3, .category_img4, .category_img5, .category_img6, .category_img7, .category_img8, .category_img9 {
    height: 390px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 8px 8px -10px rgba(0,0,0, .5);
    background-size: cover;
}


.DrobRazmObCategory .card_img1 {
    background: url(../images/Categories/drobilka-cardimg.jpg) no-repeat center center;
    background-size: cover;   
}
.DrobRazmObCategory .card_img2 {
    background: url(../images/Categories/melnitca-cardimg.jpg) no-repeat center center;
    background-size: cover;   
}
.DrobRazmObCategory .card_img1, .DrobRazmObCategory .card_img2 {
    height: 235px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 8px 8px -10px rgba(0,0,0, .5);
}

.DrobRazmObCategory .category-name {
    height: 70px;
    width: 84%;
}
.catalog-content .DrobRazmObCategory .category-name {
    height: auto;
}
.catalog-content .DrobRazmObCategory .category-name a {
    padding: 0;
}

.category-name {
    position: absolute;
    display: block;
    top: 45px;
    max-height: 90px;
    height: 100%;
    width: 80%;
    background: rgba(66, 66, 67, 0.9);
    text-align: right;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #fff;
}	
.category-name a:hover {
	text-decoration: none;
	
}
.category-name::after {
	 content:''; 
	 position: absolute; 
	 bottom: -15px; 
	top: 0;
    right: 0;  
    background: #ed1b24;
	width: 3px;
    height: 100%;	
}
.category-name a {
    color: #fff;
    padding: 20px 30px 20px 20px;    
    display: block;    
}
.cardCategory {
     margin-bottom: 10px;
     position: relative;
}
   .card_img {
       position: relative;
	   overflow: hidden;   
   }
  
  .card_img a {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
	}
	
  .card_img:hover a {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); 
	
	  }
.categories .card:last-child .card_img > a::after, .categories .card:nth-child(4) .card_img > a::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle, transparent 70%, rgb(51, 51, 51) 100%);
    opacity: 0.4;
}	  
	/* company-news section*/  
	
.company-news {
	background: #e6edf1;
    top: -2px;
    position: relative;
    padding: 60px 0;
}	
  

.activity>li{
    list-style: none;
	display: block;
    position: relative;
    padding-top: 15px;
}
.activity>li::before {
	content: '';
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 0;
    background: #ed1b24;
    width: 10px;
    height: 10px;
}
.activity > li >p {
	margin-left: 25px;
    font-weight: 500;
    font-size: 1.1rem;
}

.main_btn{
	position:relative;
	display: block;
	background:#ed1b24;
	padding: 15px 40px;
	color:#fff;
	font-weight: 400;
	border:0;
	box-shadow:none!important;
	text-align:center;
	cursor:pointer;
	border-radius:0;
	text-transform:uppercase;
	z-index:1;
	transition:all 300ms linear 0s;
	}


.main_btn:before {
	content:'';
	position:absolute;
	top:3px;
	left:3px;
	bottom:3px;
	right:3px;
	background:#e72727;
	border:1px solid #fff;
	z-index:-1;
	transition:all 300ms linear 0s;
	}

.main_btn:after {
	content:'';
	position:absolute;
	bottom:3px;
	right:3px;
	border-right:10px solid #fff;
	border-left:10px solid transparent;
	border-bottom:10px solid #fff;
	border-top:10px solid transparent;
	transition:all 300ms linear 0s;
	}
.main_btn:visited  {
    color:#fff;
    text-decoration: none;
}
.main_btn:hover {
	color:#333;
	text-decoration: none;
	}
.main_btn:hover:before {
	background:#fff;
    
}
	
.main_btn:hover:after {
	border-right:10px solid #e72727;
	border-bottom:10px solid #e72727;
		}

.company-news .main_btn {
    margin: 35px 0 35px 30px;
    padding: 20px 40px;
}
.news-block	{
	display: block;
    position: relative;
	}
.company-news .news-block-cont {
	display: block;
    position: relative;
    background-color: #e72727;
    margin: 0 40px;
    padding: 25px 10% 25px 40px;	
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 8px 35px 0 rgba(0,0,0,.3);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.3);
}
.company-news .news-block-cont .news-item {
    margin: 10px 0 0 -65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 
.maintitle-page {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.4rem;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 35px;
}
.med-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem;;    
    margin-top: 0;
    margin-bottom: 35px;
}
.med-title.notfirst {
    margin-top: 45px; 
}
 
.partners h4 {
    padding: 45px 0 0 0;
    text-align: center;
}

.contacts-page h1 {
    margin-bottom: 15px;
}
.news-block-cont h3, .testmonial-area .area-title h4 {
	color: #fff;
	margin-bottom: 30px;
}		
 .testmonial-area .area-title h4 {
	margin-top: 65px;	 
 }
 .catalog-content .title {
	margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;	
}
.news-block-cont::before {
	content: '';
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
	background: url(../images/bgelem-novosti.png) no-repeat center right;
	background-size: contain;
    bottom: 0;
    right: 0;
}

.news {
    display: block;
    position: relative;
}

.news-item {
    margin: 5px 0 0 -65px;
    display: flex;
    position: relative;
    background: #fff;
    padding: 5px;
    justify-content: flex-start;
    align-items: center;
}

.news-item .text-news {
    margin: 10px 15px;
    line-height: 1.2rem;
}
.news-item .text-news>a,.product-catalog .news-block-cont .text-news-cat>a  {
    color:#333;	
	cursor: pointer;
}
.news-item .date-news {
    background: #5f666f;
    padding: 3px 15px;
    color: #fff;
    margin: 10px;
    position: relative;
    height: max-content;
    font-size: 0.9rem;
}
.news>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
	padding: 30px 0 0;
    margin-bottom: 15px;
    display: inline-block;
}
.footer_block {
    background: #5f666f;
	padding: 35px 0;
	color:#fff;
    display: flex;
    position: relative;
    margin-top: 60px;    
}
.footer_block .logo {
    background: url(../images/logo-red-white.png) no-repeat left center;
}
.footer_block .logo-en {
    background: url(../images/uztm-kartex-logo-en.png) no-repeat left center;
}
.footer_block .logo, .footer_block .logo-en {
    display: block;
    background-size: contain;    
    height: 65px;
	margin: 0 15px 15px 0;
}
.footer_block .awards {
    background: url(../images/awards.png) no-repeat left center;
    display: inline-block;
    position: relative;
	height: 135px;
    width: 100%;
    margin: 5px 16px;
    background-size: contain;
}
 
.footer_block .title {
	text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 35px 20px 20px;

}
.footer_block::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    background: url(../images/footer-bgelem.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    right: 0;
}
.line {
    border-bottom: 1px solid #798289;
    width: 80%;
    margin: 20px 0;
	
}
.footer_block a[href^="tel"]::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
    margin: 0 10px 0 0;
    background: url(../images/phone-icon.png) no-repeat center bottom;
    background-size: contain;
}
.footer_block a {
	color: #fff;
	cursor: pointer;
    position: relative;
}
.footer_block a:hover {
    text-decoration: none;	
}
.contacts .line {
    width: 43%;
}
.contacts .title {
   margin-left: 0;
}
.YZTM-logo {
    content: "";
    background: url(../images/YZTM-logo.png) no-repeat left  center;
    display: block;
    position: relative;
    height: 70px;
    margin: 20px 0;
    background-size: contain;	
}
.YZTM-logo-en {
    content: "";
    background: url(../images/Logo-Uralmashplant3-en.png) no-repeat left  center;
    display: block;
    position: relative;
    height: 70px;
    margin: 20px 0;
    background-size: contain;	
}
.Kartex-logo {
	content: "";
    background: url(../images/Kartex-Logo.png) no-repeat left center;
    display: block;
    position: relative;
    height: 95px;
    margin: 0 15px;
    background-size: contain;
}
.Kartex-logo-en {
	content: "";
    background: url(../images/iz-kartex_logo_EN.png) no-repeat left  center;
    display: block;
    position: relative;
    height: 95px;
    margin: 0 15px;
    background-size: contain;
}
.LP-logo {
	content: "";
    background: url(../images/LP-Logo_white.png) no-repeat left  center;
    display: block;
    position: relative;
    height: 65px;
    margin: 20px 10px;
    background-size: contain;
}
.LP-logo-en {
	content: "";
    background: url(../images/LP-Logo-white_en.png) no-repeat left  center;
    display: block;
    position: relative;
    height: 60px;
    margin: 20px 10px;
    background-size: contain;
}
.testmonial-area {
    background: url(../images/bg-otzuvu.jpg) no-repeat center bottom;
	background-size: cover;
    margin-bottom: 0;
    position: relative;
    display: block;
}
.testmonial-area::before {
    content: "";
    background: rgba(81, 88, 98, 0.70);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
}
.testmonial-area .owl-carousel {
	background: transparent !important;
}



.client-photo-list .item{border-radius:50%;overflow:hidden;margin:10px 0;z-index:1;    transform: scale(0.9);}
.client-photo-list .owl-carousel .owl-item.active.center .item{    transform: scale(1.1);-webkit-box-shadow:0 0 0 1px #5f666f;box-shadow:0 0 0 1px #5f666f;position:relative;z-index:999;-webkit-transition:.3s;transition:.3s}
.client-photo-list{margin-bottom:40px}
.client-details-content .item{padding-top:70px;position:relative}
.client-details-content .item::after{color:#e72727;content:"\f10d";font-family:fontawesome;font-size:60px;height:60px;left:50%;line-height:1;opacity:1;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:60px}
.client-details-content .item q{color: #fff; display:block;font-size:18px;font-style:italic;font-weight:500;line-height:1.5em;margin-bottom:37px}
.client-details-content .item h3{margin-bottom:10px; color: #d6dadd}
.client_nav span{background:transparent none repeat scroll 0 0;border-radius:5px;color:#fff;display:inline-block;font-size:60px;height:40px;left:50px;opacity:0;padding-top:3px;position:absolute;text-align:center;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:50px;cursor:pointer}
.client_nav span:hover{background:transparent}
.client_nav span.fa.testi_next{left:auto;right:50px}
.testmonial-area:hover .client_nav span{left:0;opacity:1}
.testmonial-area:hover .client_nav span.testi_next{left:auto;right:0}
.client_details .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 3px;
    background: #fff;
    display: block;
    border:none;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius:0px;
    -moz-box-shadow: 0 2px 3px 0 #00000075;
    -webkit-box-shadow: 0 2px 3px 0 #00000075;
    box-shadow: 0 2px 3px 0 #00000075;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
	
}
.client_details .owl-dots .owl-dot.active span, .client_details .owl-dots .owl-dot:hover span {
    background: #e72727;	
}
 .client_details .owl-nav.disabled + .owl-dots{
    margin-bottom: 65px;
}

.partners-carousel {
    margin: 45px 0 0;
}

.partners-carousel .item .logo1 {
    background: url(../images/partners/Mechel-logo.jpg) no-repeat center center;
}
.partners-carousel .item .logo2 {
    background: url(../images/partners/Evraz-logo.jpg) no-repeat center center;
}
.partners-carousel .item .logo3 {
    background: url(../images/partners/Severstal-logo.jpg) no-repeat center center;
}
.partners-carousel .item .logo4 {
    background: url(../images/partners/agmk.png) no-repeat center center;
}
.partners-carousel .item .logo5 {
    background: url(../images/partners/UMMC_Logo.png) no-repeat center center;
}
.partners-carousel .item .logo6 {
    background: url(../images/partners/stroyservis.jpg) no-repeat center center;
}
.partners-carousel .item .logo7 {
    background: url(../images/partners/NLMK-Logo_SGOK.jpg) no-repeat center center;
}
.partners-carousel .item .logo1, .partners-carousel .item .logo2, .partners-carousel .item .logo3, .partners-carousel .item .logo4, .partners-carousel .item .logo5, .partners-carousel .item .logo6, .partners-carousel .item .logo7 {
    height: 100px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
	background-size: contain;
	 filter: grayscale(100%);
     -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
	
}

.partners-carousel .item .logo1:hover, .partners-carousel .item .logo2:hover, .partners-carousel .item .logo3:hover, .partners-carousel .item .logo4:hover, .partners-carousel .item .logo5:hover, .partners-carousel .item .logo6:hover, .partners-carousel .item .logo7:hover {
    filter: grayscale(0%);
       	-webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

/* zakaz zvonok*/

.modalForm .modal-body {
    padding: 15px 10%;
    background: #fff;
}
.modalForm  .bgimg { 
 z-index: 9999;
    position: relative;
    display: block;
	}
#zakaz_zvonok .modal-body:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background: url(../images/bgelem-zvonok.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    
}
.modalForm .modal-body p {
    padding: 10px 0;
}

.modalForm .modal-body p:nth-child(n+2) {
    font-size: 0.9rem;
    line-height: 1rem;
	padding: 5px 0 0;
}
.modalForm .modal-header {
    background: #5f666f;
    color: #fff;
    justify-content: space-around;
}
.modalForm .modal-header p{
    font-size: 1.6rem;
    line-height:  1.8rem;
    text-transform: uppercase;
}
.modalForm .main_btn {
	width: 100%;
	margin: 20px 0 0;
}
 
.modalForm input {
    height: 42px;
}
.modalForm label {
    margin-top: 20px;
    font-weight: normal;
}
.modalForm .modal-content {
	border-radius: 1px;
    background-color: transparent;	
    
}
.modalForm .formtext {
    margin-top: 40px;
    position: relative;
}
.modalForm .form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow:  0 2px 6px -3px rgba(0,0,0,.5);
    box-shadow:  0 2px 6px -3px rgba(0,0,0,.5);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button.close {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: contain;
    background: url(../images/close.png) no-repeat center center;
    opacity: 0.3;
    border: none;
    right: 10px;
    top: 10px;
    transition: 0.2s ease;
}
button.close:hover {
      opacity: 1; 
}
/* zakaz_zvonok END */


.tender_card {
    display: block;
    position: relative;
    margin: 10px auto;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
        -moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
}
.tender_card:hover {
    background: #f7f7f7;
    
}
.text_card .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.2rem;
    border-bottom: 1px solid #d6dadd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.text_card p>span{
    font-weight: 500;
    padding-right: 10px;
}
.tender_card .pub-date {
    background: #61666e;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    margin: 3px 0 20px;
}
.breadcrumb {
    padding: 10px 0;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li>a {
    color: #000;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.breadcrumb li>a:hover {
    text-decoration: none;
}
.breadcrumb .active>a {
    color: #ed1b24;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: all 0.4s; 
    -webkit-transition: all 0.4s;  
    -ms-transition: all 0.4s;  
    -o-transition: all 0.4s;  
    transition: all 0.4s; 
}
.breadcrumb .active>a:hover {
    color: #61666e;
}
.breadcrumb>li+li:before {
    padding-right: 10px;
    content: "\203A" !important;
    font-size: 1.8rem;
}

.cardtender>div:nth-child(1n) {
    display: block;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.cardtender>div:last-child {

    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
 
}
.cardtender>div:nth-child(1n) > div:nth-child(1)  {
margin: 10px 0 20px 0;
background:#61666e;
color:#fff;
width: 200px;
text-align: center;
padding: 5px;
}
.cardtender div>p:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    border-bottom: 1px solid #d6dadd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cardtender p>span {
    font-weight: 500;
}
.client_nav {
    z-index: 9999;
    position: relative;
}
.inpark-cardtender>div:nth-child(1n) {
    display: block;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inpark-cardtender .main_btn {
     margin: 20px 0 20px;
}

.inpark-cardtender>div:nth-child(1n) > div:nth-child(1)  {
    margin: 0 0 10px!important;
    background: none !important;
    width: 100%;
    text-align: left;
}
.inpark-cardtender div>p:nth-child(1) {
   font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    background: #61666e;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


/* Zakypki */
.zakypki-text {
    margin-bottom: 25px;
}

.vacancy-city {
    margin: 10px 0 10px!important;
    text-transform: uppercase;
    font-weight: 500; 
}


/* Contact-page */
.popover-body {
    line-height: 1.1rem;
}
.contacts-page p {
    margin-bottom: 5px;
}
.contacts-page .email>a, .contacts-card .email>a {
    color: #333;
    text-decoration: underline;
}
.contacts-page .phone>a, .contacts-card .phone>a, .contacts-card .site>a {
        color: #333;
    text-decoration: none;
}
.contacts-page .phone>a:hover, .contacts-card .phone>a:hover {
    color: #333;
}
.contacts-page .title-block, .contacts-card .title-block {
    display: flex;
    background: #60666e;
    color: #fff;
    padding: 10px 15px 4px 15px;
    line-height: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 20px 0;
    border-right: 7px solid #ed1b24;   
    max-width: 440px;
    
}
.contacts-page .title-block p, .contacts-card .title-block p  {
    margin: 3px 0 8px;
    font-size: 1.4rem;
    line-height: 1.6rem;    
    font-weight: 500;  
}
.contacts-page .company-title, .contacts-card .company-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;  
    margin: 10px 0;
}
.contacts-page .company-subtitle, .contacts-card .company-subtitle {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    font-size: 0.95rem;
}
.contacts-page .sb {
    cursor: pointer;
}

.contacts-card .company-subtitle {
    font-size: 2.1rem;
    line-height: 2.4rem;
    font-weight: 500;
}
.kariera-block {
    background: #e3e5e7;
    margin: 30px 0 55px;
    position: relative;    
    padding: 50px 0 60px;    
}

.kariera-block:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: calc(40% - 116px);
    background: url(../images/sotrudnik-photo.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    top: 0;
    right: 0;
}
.kariera-block .flp {
  margin-top: 35px;  
}
.kariera-block .post {
  padding-top: 10px;  
}
.contacts-page .item-block .company-subtitle:nth-child(2n) {
        margin-top: 15px;
}
.contacts-page .item-block {
    margin-bottom: 35px;
}

.phone::before   {
    top: 3px;
    background: url(../images/phone-icon-bl.png) no-repeat center bottom;
}
.email::before {
    top: 0px;
    background: url(../images/envelope-icon-bl.png) no-repeat center bottom;
}

.email object {
    height: 18px;
    top: 3px;
    position: relative;
    cursor: pointer;
}
.email img  {
    height: 19px;
    position: relative;
    top: -2px;
    transform: scale(1) rotate(0) translate3d(0,0,0);
}
.fax {
    cursor: pointer;  
 }
.fax::before {
    top: 3px;
    background: url(../images/fax-icon.png) no-repeat center bottom;
}
.phone::before,.email::before,.fax::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 17px;
    height: 18px;    
    left: 0;
    margin: 0 5px 0 0;
    background-size: 100%;
}
.site::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    top: 5px;
    left: -1px;
    margin: 0 10px 0 0;
    background: url(../images/web-icon.png) no-repeat center bottom;
    background-size: contain;
}
.contact-map {
    margin: 35px 0;
    -moz-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
}
.contact-form .title-block p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.4rem;
}
.contact-form .title-block p::before {
    content: '';
    position: relative;
    display: inline-block;
    top: -5px;
    left: 0;
    background: #ed1b24;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.contact-form .main_btn {
        width: 100%;
    margin: 20px 0;
}
.contact-form textarea{
    width: 100%;
    border: 1px solid #ccc;    
    min-height: 125px;
}
.contact-form .form-control {
    border-radius: 3px;
}
.contact-form input {
    height: 42px;    
}
.contact-form .formtext {
    padding: 15px 0;
}
 
.form-group label span, .contact-form .formtext span, .modalForm  .formtext span {
    color: #ed1b24;
}
.contact-form label {
    font-weight: normal;
}
#contact-form {
    margin: 20px 0;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(88, 88, 88, 0.253);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(88, 88, 88, 0.253);
}
.jGrowl-notification {
    position: relative;
    padding: 35px 10px !important;
}
.jGrowl-notification .jGrowl-close {
    outline: none;
    background-color: transparent;
    color: #fff;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    float: right;
    font-weight: 300;
    font-size: 2em;
    line-height: 1em;
    cursor: pointer;
    margin: 0 10px;
}
/* Contact-page END */

/* Catalog-page */
.vertical-nav {
   margin-bottom: 45px;  
}
.vertical-nav ul {
    padding: 0;
}
.vertical-nav ul>li {
    list-style: none;
    display: block;
    background: #d6dadd;
    margin: 2px 0;
}

.vertical-nav ul>li>a {
    text-transform: uppercase;
    color: #333;
    padding: 13px 10px 13px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    display: block;
    border-right: 5px solid transparent;
}
 
 .vertical-nav ul .active a, .vertical-nav ul .submenu-aside>li:hover {
    text-decoration: none;
    color: #fff;
}
 .vertical-nav ul .active, .vertical-nav ul .submenu-aside .active, .vertical-nav ul .submenu-aside li a:hover {
    background: #61666e;
    border-right: 5px solid #ed1b24;
    color: #fff;
}
.vertical-nav .state-eff a:first-child:hover {
    background: #61666e;
    border-right: 5px solid #ed1b24;
    color: #fff;
} 
.vertical-nav .submenu-aside li:hover a{
     border-right: none;
}
.vertical-nav .state-eff a:hover:first-child, .vertical-nav .state-eff ul li:hover a, .vertical-nav ul .submenu-aside>li:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
 
.catalog-content .list-title, .servis-content .list-title {
     text-transform: uppercase; 
    font-weight: bold; 
    margin-top: 25px;  
}
.servis-content .contacts-card .title-block {
    max-width: 100%;
}
.servis-content .list-title {
    font-size: 1.4rem;
}
.servis-content .pdfsave {
    float: left;
    text-align: left;
}
.servis-content .contacts-card p {
    margin-bottom: 5px;
}
 .news-block-cont {
    display: block;
    position: relative;
    background-color: #e72727;
    margin: 0;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.news-block-cont h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
}

.news-block-cont .news-item {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    margin: 10px 0 0 -30px; 
    display: block; 
}

.date-news-cat {
    width: 100%;
}
.date-news-cat span {
    background: #5f666f;
    padding: 2px 15px;
    color: #fff;
    font-size: 0.9rem;
    margin: 0 15px 5px;
    position: relative;
    display: inline-block;
    top: -8px;
}

 .news-block-cont .text-news-cat  {
    margin: 0 15px 10px;
}
 
.news-block-cont .text-news-cat > a {
    line-height: 1.1rem;
    font-weight: 400;
    display: flex;
} 
.catalog-content .text-block, .okompanii-content .text-block {
    margin-bottom: 25px;
}
 .catalog-content .text-block ul, .servis-content .text-block ul {
    padding-left: 0;
    list-style: none;
}
.catalog-content .card {
    border: none;
}
 .list {
        padding-left: 0;
        list-style: none;
}
 .list li {
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 20px;
}
 .list li:before, .catalog-content .text-block .list li:before, .servis-content .text-block .list li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
    background: #ed1b24;
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

.news-list .news-card {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    margin-bottom: 30px;  
        overflow: hidden;
}
.catalog-content .product-card .labelNew {
    background: #5f666f;
    padding: 0 15px;
    color: #fff;
    margin: 5px 0 5px;
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 0.7rem;
    text-transform: uppercase;
}
.catalog-content .product-card .labelNew::after {
    content: '';
    background: #c0161d;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    border-right: 2px solid #e4e6e8;
    border-left: 3px solid transparent;
    border-bottom: 3px solid #e4e6e8;
    border-top: 2px solid transparent;
    z-index: 0;
}
.catalog-content .product-card {
    position: relative;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
    margin-bottom: 30px;  
    padding: 25px;
    transition: ease-in-out .2s;
}
.catalog-content .product-card:hover{
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
     box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  
}
.catalog-content .product-card .title-card {
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}
.catalog-content .product-card .img-card:hover{
 cursor: pointer !important;
 cursor: hand;
}
.catalog-content .product-card .img-card {
    display: block;
    position: relative;
    min-height: 150px;
    height: 100%;
    width: 100%;
}

.catalog-content .product-card .haracter-card ul {
    list-style: none;
    padding-left: 0;

}
.catalog-content .product-card .opisanie-card p {
    text-transform: none !important;
    font-weight: normal !important;
    border-bottom: none !important;
}
.catalog-content .product-card .haracter-card .list {
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 15px;
    display: flex;
    width: 100%;
}

.catalog-content .product-card .haracter-card  ul li:last-child .list {
    border-bottom: none;
    padding-bottom: 5px;
}
 
.catalog-content .product-card .main_btn {
    max-width: 225px;
    margin: 25px auto 0; 
}
.catalog-content .product-card .main_btn:visited {
    color:#fff;
    text-decoration: none;
}
.catalog-content .product-card .main_btn:visited:hover {
    color:#333;
}
.catalog-content .product-card .haracter-name {
    padding-right: 0;
    padding-left: 0;
}
.catalog-content .product-card .haracter-znach {
    padding-right: 0;
    padding-left: 10px;
    font-weight: normal;
    text-align: center;
}
.catalog-content .product-card .haracter-name span {
    color: #8d8d8d;
}
.catalog-content .product-card .haracter-card p:nth-child(1) {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    display: inline-block;
}
.catalog-content .product-card .img-card img {
    width: 100%;
    margin-bottom: 30px;
}

/* Catalog-page END */


.vertical-nav ul .submenu-aside>li {
    margin: 0;
    background: #f7f7f7;
}
.vertical-nav ul>li:first-child {
    margin-bottom: 0;
}
.vertical-nav ul .submenu-aside>li>a {
    font-size: 0.9rem;
    padding: 12px 15px 12px 30px;
    border-bottom: 1px solid #eee;
}
.vertical-nav ul .submenu-aside>li>a:hover, .vertical-nav .submenu-aside .active>a  {
    border-bottom: 1px solid #535961;
}
.vertical-nav ul .submenu-aside>li:last-child a {
    border-bottom: 1px solid transparent;
}
.vertical-nav ul>li>a:active, .vertical-nav ul>li>a:visited {
    text-decoration: none;
}

.pagination>li>a, .pagination>li>span {
    color: #5f666f;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>span:focus, .page-item .page-link:focus {
    color: #5f666f;
     box-shadow: none;
}
.page-item.active .page-link, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5f666f;
    border-color: #5f666f;
    outline: 0;
}
.pagination {
    margin: 25px auto 20px;
}
.news-list .pagination {
    margin: 25px auto 20px;
    justify-content: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>.cardtender>div:nth-child(n) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
    
.catalog-content .category-name {
    top: 25px;
    height: auto;
    width: 78%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.1rem;
}
.catalog-content .kranu-card .category-name {
    width: 80%;
}

.kranu-card .catKranu_img1 {
  background: url(../images/tpo-AES2.jpg) no-repeat center center;   
}
.kranu-card .catKranu_img2 {
  background: url(../images/tpo-mettalurgii-5.jpg) no-repeat center center;   
}
.kranu-card .catKranu_img3 {
  background: url(../images/tpo-obsheprom-2.jpg) no-repeat center center;   
}
.kranu-card .catKranu_img1, .kranu-card .catKranu_img2, .kranu-card .catKranu_img3 {
    height: 260px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 8px 8px -10px rgba(0,0,0, .5);
    background-size: cover;
    background-position: bottom;
}
.catalog-content a:hover {
    text-decoration: none;
    color: #fff;
}
.catalog-content .category_img1, .catalog-content .category_img2, .catalog-content .category_img3 {
    height: 260px; 
}
.catalog-content .category_img1 {
    background: url(../images/Eks-kat-Elektricheskie-kanatnue.jpg) no-repeat center center;
    background-size: cover;
}

.catalog-content .category_img2 {
    background: url(../images/Eks-kat-Dragline.jpg) no-repeat center 25%;
    background-size: cover;
}

.catalog-content .category_img3 {
    background: url(../images/Eks-kat-Gidravl.jpg) no-repeat center center;
    background-size: cover;
}

.catalog-content .card_img>a::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-radial-gradient(circle, transparent 70%, #333 100%);
    background-image: -o-radial-gradient(circle, transparent 70%, #333 100%);    
    background-image: -ms-radial-gradient(circle, transparent 70%, #333 100%);
    background-image: radial-gradient(circle, transparent 70%, #333 100%);
    opacity: 0.4;
}

.okompanii-content .txt  {
    margin: 30px 0 20px;
}
.catalog-content .txt{
    margin: 30px 0 0;
}
/* DrobOborud category */
.DrobOborud .category_img1, .DrobOborud .category_img2, .DrobOborud .category_img3, .DrobOborud .category_img4, .DrobOborud .category_img5, .DrobOborud .category_img6 {
    height: 300px;
}

.DrobOborud .category_img1 {
    background: url(../images/Categories/DrobOborud/DrobOborudCat-img1.jpg) no-repeat center center;
    background-size: cover;
}
.DrobOborud .category_img2 {
    background: url(../images/Categories/DrobOborud/DrobOborudCat-img2.jpg) no-repeat center center;
    background-size: cover;
}
.DrobOborud .category_img3 {
    background: url(../images/Categories/DrobOborud/DrobOborudCat-img3.jpg) no-repeat center center;
    background-size: cover;
}
.DrobOborud .category_img4 {
    background: url(../images/Categories/DrobOborud/DrobOborudCat-img4.jpg) no-repeat center center;
    background-size: cover;
}
.DrobOborud .category_img5 {
    background: url(../images/Categories/DrobOborud/DrobOborudCat-img5.jpg) no-repeat center center;
    background-size: cover;
}
.DrobOborud .category_img6 {
    background: url(../images/Categories/DrobOborud/DrobOborudCat-img6.jpg) no-repeat center center;
    background-size: cover;
}
#DrobOborudTable {
    margin-top: 30px;
}
#DrobOborudTable .table tr > th:first-child {
    min-width: 195px;
}

#DrobOborudTable .table>thead>tr>th {
    vertical-align: top;  
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 500;    
}

#DrobOborudTable thead {
    border-top: 1px solid #ddd;
    background: #fbfbfb;
}
#DrobOborudTable .table>thead>tr>th span {
    color: #8d8d8d;  
}
#DrobOborudTable .table>tbody>tr>td {
    padding: 15px 8px;
}
#DrobOborudTable .haracter-name  {
    color: #61666e;
    font-weight: 500;
    cursor: pointer;
}
#DrobOborudTable .table>tbody>tr>td>sup {
    color: #e72727;
    font-size: 1.05rem;
}
.DrobOborud .product-card .img-card {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

/* DRO Inner Page */
 .productPage .text_content {
     margin-top: 45px;   
 }
.productPage .text_content .title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 25px;
}
.productPage .logoIcon.logo-3 {
    background: url(../images/Categories/DrobOborud/lp_logo-icon.png) no-repeat center center;
    background-size: contain;   
    width: 25px; 
}
.productPage .logoIcon.logo-1 {
    background: url(../images/Categories/DrobOborud/uztm-kartex_logo-icon.png) no-repeat center center;
    background-size: contain;   
    width: 25px; 
}
.productPage .logoIcon.logo-2 {
    background: url(../images/Categories/DrobOborud/uztm_logo-icon.png) no-repeat center center;
    background-size: contain;    
    width: 56px;
}
.productPage .logoIcon {
    display: inline-block;
    height: 40px;
    margin-right: 10px; 
    transform: scale(1) rotate(0) translate3d(0,0,0);
}
.productPage .text-block{
    margin: 25px 0;
    text-align: justify;
}
.productPage .title {
    font-size: 1.4rem;
    line-height: 1.6rem;
}
 
.productPage .nav-tabs {
    margin: 35px 0 0 0;
    padding: 0;
    border: 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    position: relative;
    display: flex;
    width: 100%; 
}

.productPage .nav-tabs > .nav-item > a {
    background: none;
    border-radius: 0;
    box-shadow: none;
     border: none;
     color: #333;
     margin: 0;
     padding: 10px 0;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;    
    font-weight: 500;
    position: relative;
    display: block;
}
.productPage .nav-tabs .nav-item .active, .productPage .nav-tabs .nav-item .active:focus, .productPage .nav-tabs .nav-item .active:hover {
    border: none;
}
.productPage .nav-tabs .nav-item>a:hover, .productPage .nav-tabs .nav-item>a:active, .productPage .nav-tabs .nav-item>a:visited, .productPage .nav-tabs .active {
    border-bottom: none;
}  
.productPage .nav-tabs .nav-item .active {
    background: rgb(95 102 111);
    box-shadow: rgba(0,0,0,.2) 0 -2px 4px 1px inset, rgba(0,0,0,.4) 0 -3px 6px -5px;
    color: #fff;
    height: 100%;
}
.productPage .nav-link {
    display: inline-block;
    padding: 0;
    width: 100%;
}
.productPage .product-card {
    box-shadow: rgba(0,0,0,.3) 0 3px 8px 0;
    margin: 30px 0;
    padding: 25px;
    text-align: center;
}
.productPage .main_btn {
    margin: 25px 0 0 0;
}
.productPage .product-card .title-card {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
/* Tab Content */
.productPage .tab-pane {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.3), 0 -8px 8px -10px rgba(0,0,0,.4);
    border-radius: 0;
    padding: 45px 15px;
}

.productPage .configurBlock {
    background: #fbfbfb;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px 25px;
    border-left: 2px solid #ed1b24;
    margin: 30px 0;
    box-shadow: rgba(0,0,0,.15) 0 3px 8px 0;
}
.productPage .configurBlock:after, .productPage .configurBlock:before {
    content: "";
    position: absolute;
    background: rgb(251, 251, 251);
    transform-origin: left bottom;
    height: 30px;
    width: 20px;
    transform: rotate(-35deg);
    top: 60px;
    right: 0;
}
.productPage .configurBlock:after {
     box-shadow: rgba(0,0,0,.15) 0 3px 8px 0;
     z-index: -1;
}
.productPage .configurImg {
    position: relative;
    margin: 30px 0;
    width: 100%; 
    display: inline-block;
    height: 300px;   
}
.productPage .configurItem .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;    
}

.productPage .haracterTable, .productPage .referensesTable {
    box-shadow: rgba(0,0,0,.3) 0 3px 8px 0;
}
.productPage .referensesTable {
    margin-top: 35px;
}
.productPage .table .thead-light {
    background: #edeff1;
    color: #5a5959;
    line-height: 1.8rem;
}

.productPage .table th, .productPage .table td {
    padding: 13px 10px;
    line-height: 1.1rem;
    text-align: center;
    vertical-align: middle;
    min-width: 130px; 
    font-weight: normal;
}
.productPage .table tr:last-child th, .productPage .table tr:last-child td {
    border: none;
}

.productPage .pdfsave {
    width: 100%; 
    text-align: left;
}
.productPage .modelName {
    font-size: 0.9rem;
}
.productPage .referencesTab .table tbody td:first-child {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;    
    min-width: 300px;
}
.productPage .referencesTab .table {
    margin-bottom: 0;
}
.productPage .table>thead>tr>th {
    font-weight: 500;
    border-bottom: 2px solid #ddd !important;
}  
.productPage .referensesTable .table>thead>tr>th:nth-child(2) {
    min-width: 120px;
}
.productPage .table th:first-child, .productPage .table td:first-child {
    text-align: left;
    font-weight: 500;   
    min-width: 350px;
    padding-left: 25px;
}
.productPage .table th:first-child span {
  color: #8d8d8d;  
}
.productPage .table p {
    margin-bottom: 5px;
} 
.productPage .owl-carousel .owl-item {
    height: 200px;
} 
.productPage .owl-carousel .owl-item img {
    margin: 0 auto;
} 
.owl-carousel .owl-item img {
    width: 100%;
    transform: scale(1) rotate(0) translate3d(0,0,0);
}
.productPage .owl-carousel .owl-item a {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.productPage .owl-carousel .owl-item .photoswipe-item {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.productPage .gallery-carousel .owl-theme .owl-nav .owl-prev::before {
    background: url(../images/arrow-left-photocarusel-red.png) 50% 50% / contain no-repeat;
}
.productPage .gallery-carousel .owl-theme .owl-nav .owl-next::before {
    background: url(../images/arrow-right-photocarusel-red.png) 50% 50% / contain no-repeat;
}
.productPage .proizvBlock .photoswipe-item {
    text-align: center;
}
.productPage .proizvBlock .photoswipe-wrapper{
    margin-bottom: 0;
}
.productPage .proizvBlock .photoswipe-item img {
    margin: 0 auto;
}
.productPage .proizvBlock .gallery-carousel {
    margin: 0;
}
.productPage .proizvBlock .owl-carousel .owl-item {
    height: 170px;
}
.pswp .pswp__bg {
    opacity: 0.7 !important;
}

#requestRefensList .typeoborud {
    margin-top: 20px;
}

#requestRefensList select::-ms-expand {
	display: none;
}
#requestRefensList select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
#requestRefensList .selectBlock input {
    margin-bottom: 0;
    height: 28px;
    padding: 0 5px;
}


    /* Product Slider */
    
    
 .slider-nav {
    margin-bottom: 25px; 
 }   
  .slider-nav  .video {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
  .slider-nav .video::before  {
        content: "";
        width: 100%;
        height: 50px;
        display: block;
        position: absolute;
        background: url(../images/icons/play-video-icon.svg) center center / contain no-repeat;
        top: 20%;
        opacity: 1;
        margin-bottom: 10px;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        transition: 0.2s ease;  
        z-index: 2;
    }
   .slider-nav .video:hover::before {
        opacity: 0.9;
        -webkit-transition: 0.1s ease;
        -o-transition: 0.1s ease;
        -moz-transition: 0.1s ease;
        transition: 0.1s ease;  
    }  

   
    .slick-initialized .slick-slide {
        background: #fafbfc;
    } 
    .slider-nav .slick-list {
        height: 85px;
        margin: 0 30px;
    }
    .slider-nav .slick-slide {
        display: block;
        position: relative;
        height: 110px;
        cursor: pointer;
        overflow: hidden;
     } 
    .slider-nav .slick-slide img {
        display: block;
        padding: 0 2px;
        width: auto;
        width: 100%;
        margin: 0 auto;
    }
    .slider-for .slick-slide {
        height: 100%;      /* equals max image height */
        width: 160px;
        white-space: nowrap;
        text-align: center; 
        margin-bottom: 1em;
    }
    
    .slider-for .slick-slide:before{
        content: "";
        height: 100%;
        vertical-align: middle;
    }
    
    .slider-for .slick-slide img, .slider-for .slick-slide video, .slider-for .slick-slide iframe {
        vertical-align: middle;
        height: 380px;
        display: inline-block;
    }
    .slider-for .slick-slide video, .slider-for .slick-slide iframe {
        width: 100%;
    }
.slider-for .video::before {
    content: "";
    width: 100%;
    height: 25%;
    display: block;
    position: absolute;
    background: url(../images/icons/play-video-icon.svg) center center / contain no-repeat;
    margin: 23% 0;
    opacity: .8;
    transition: all 0.2s ease 0s;
    z-index: 2;
}
.slider-for .video:hover::before {
    opacity: 1;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
    .slick-prev:before {
     content: "" !important;
    background: url(../images/arrow-left-photocarusel.png) no-repeat center center;
    background-size: contain;
    height: 40px;
    width: 20px;
    display: inline-block;
    right: -25px;
    top: -10px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    .slick-next:before {
     content: "" !important;
    background: url(../images/arrow-right-photocarusel.png) no-repeat center center;
    background-size: contain;
    height: 40px;
    width: 20px;
    display: inline-block;
    left: -25px;
    top: -10px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
 
    /* END Product Slider */

.statistickBlock {
  /*  margin-bottom: 45px;   */ 
}
.productPage .statiInfo {
    background: #fafbfc;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 10px auto;
    max-width: 500px;
}
.productPage .statistickItem {
    display: inline-block;
    padding: 5px 20px;
    width: 49%;
}
.productPage .statiInfo .statistickItem:first-child {
    border-right: 1px solid #a8a8a8;
}
.productPage .statistickItem p:first-child {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}
.productPage .statistickItem p:nth-child(2) {
    font-size: 0.9rem;
     margin-bottom: 0;
}
/* END Inner Page */

/* Press-centr NEWS */
.vertical-nav .contacts-pr {
   margin-top: -14px; 
}
.submenu-aside .item-block {
   padding: 10px 15px; 
}
.submenu-aside .item-block p {
   margin-bottom: 5px;
}
.submenu-aside .item-block .company-title {
   margin: 15px 0 10px;
}
.submenu-aside .item-block p:nth-child(5){
   padding-top: 15px; 
}
.news-card img {
    width: 100%;
    transform: scale(1) rotate(0) translate3d(0,0,0);
}
.news-card .cardDescrip {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 215px;
    margin: 20px 15px 20px 0;
}
.news-card .img-card {
    height: 215px;
    display: block;
    position: relative;
    margin: 20px 0 20px 15px;
    overflow: hidden;
}
.news-card .pudate_news {
    font-weight: 500;
    color: #757575;
}

.news-card .title-card {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 20px 0 10px;
}
.news-card .main_btn {
    margin-top: 20px;
    width: 220px;
}
.news-card .main_btn:hover {
	color:#262533;
	text-decoration: none;
	}
.catalog-content .product-card .main_btn:hover {
	color:#262533;
	text-decoration: none;
	}	
 
.socShareButton {
    text-align: right;
}
.socShareButton, .back-btn {
    margin-top: 25px;
} 
.news-page {
    padding-right: 25px;
    padding-bottom: 35px;
}
.news-page p>img {
    padding: 0 5px 0 5px;
}
.news-page .img-card img {
    height: auto;
    max-height: 460px;
    max-width: 500px;
    display: block;
    position: relative;
    background-size: cover;
    margin:35px 20px 20px 0;

}
.news-page .img-card {
    overflow: hidden;
    float: left;
}
.news-page .title {
    line-height: 2.6rem;
    margin-top: 0;
}

/* Press-centr NEWS - END */

.contacts-card .title-block {
    display: block;
    background: #60666e;
    color: #fff;
    padding: 12px 20px 5px;
    line-height: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    border-right: 7px solid #ed1b24;
    font-weight: 500;
}

.servis-content .text-block .list li {
    margin-bottom: 5px;
}

.servis-content .text-block .list li:last-child{
    margin-bottom: 25px;
}

.servis-content {
    margin-bottom: 65px;
}
.servis-content .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 25px;
}

.servis-content .contacts-card {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    margin-bottom: 30px;
    overflow: hidden;
}

.servis-content .item-block {
    padding: 15px 20px 25px;
}
.servis-content .sm-text{
    font-size: 1.5rem;
    margin-top: -10px;
    color: #757575;
    margin-bottom: 15px;
}

.contacts-card .item-block .company-title:nth-child(2n), .contacts-card .item-block .youtube {
      margin-top: 25px;
}
.contacts-card .item-block .youtube .img-youtube  {
    background: url(../images/youtube-icon2.png) no-repeat center center;  
    background-size: contain;   
    vertical-align: middle;
    border: 0;
    width: 65px;
    height: 25px;
    top: -3px;
    display: inline-block;
    position: relative;
    margin-right: 1px;
    margin-top: 0;
}
.contacts-card .item-block .youtube a:hover {
    text-decoration: none;
    cursor: pointer;    
} 
 
/* --- vakansiiPage --- */ 
 
.select2-container--default .select2-selection::before {
    transition: transform .2s;
}
 
.select2-container--open .select2-selection::before {
    transform: rotate(-180deg);
}
.select2-selection::before {
content: ' ';
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../images/vakansii/arroe-down-red.png) center center no-repeat;
    background-size: contain;
    height: 12px;
    width: 20px;
    right: 9px;
    margin-left: -4px;
    margin-top: -2px;
    top: 15px;

}
 .select2-container--open .notransform.select2-selection::before,.select2-container--default .notransform.select2-selection::before {
    transform: none;
}

.select2-container--default .select2-selection {
      border: none;  
}
.vakansiiPage .list li>a {
    color: #333;
}

.vakansiiPage .modal-header {
    padding: 15px;
    border-bottom: none;
    background: #5f666f;
    color: #fff;
}
.vakansiiPage .modal-body {
    padding: 35px;
}
.vakansiiPage .modal-title {
    font-size: 2.6rem;
    text-transform: uppercase;
    padding: 7px 20px 0;
}
.vakansiiPage .vakans-title {
    font-size: 2.6rem;
    line-height: 2.8rem;    
    text-transform: uppercase;
    font-weight: bold;
}
.vakansiiPage .vakans-title span {
    font-size: 2.2rem;
    text-transform: none;
    font-weight: 500;
}
.vakansiiPage .item-title {
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.vakansiiPage .modal-body ul {
    list-style-type: none !important;
    padding-left: 0;
}
.vakansiiPage .filter-block {
    margin-bottom: 30px;
}
.vakansiiPage .filter-block .selectBlock {
    margin-top: 20px;
    margin-bottom: 10px;
}
.vakansiiPage #first {
    min-height: 300px; 
 }
.vakansiiPage .promoBlock .promoItem, .vacansyInnerPage .promoBlock .promoItem {
    text-transform: uppercase;
    margin-bottom: 20px;    
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vakansiiPage .promoBlock   {
    position: relative;
    margin: 30px 0 20px;
}     
 
.vakansiiPage .promoBlock .promoItem .promoItemImg, 
.vacansyInnerPage .promoBlock .promoItem .promoItemImg {
    transform: scale(1) rotate(0deg) translate3d(0px, 0px, 0px);
}
.vakansiiPage .promoBlock .promoItem:nth-child(1) .promoItemImg, 
.vakansiiPage .vacansyInnerPage .promoBlock .promoItem:nth-child(2) .promoItemImg {
    background: url(../images/vakansii/bell-red.svg) no-repeat center center;
    background-size: contain;
    height: 22px;
    width: 22px;  
    margin-right: 10px;
}   
.vakansiiPage .promoBlock .promoItem:nth-child(2) .promoItemImg {
    background: url(../images/vakansii/readpaper.svg) no-repeat center center;
    background-size: contain;
    height: 25px;
    width: 27px;
    margin-right: 7px;
}  
.vakansiiPage .promoBlock .promoItem:nth-child(3) .promoItemImg, .vacansyInnerPage .promoBlock .promoItem:nth-child(1) .promoItemImg{
    background: url(../images/vakansii/kadrpolitic.svg) no-repeat center center;
    background-size: contain;
    height: 23px;
    width: 25px;
    margin-right: 3px;
} 

.vakansiiPage .vacancyCard {
    -webkit-box-shadow: 0 2px 20px 0 rgb(44, 44, 44,.2);
    -moz-box-shadow: 0 2px 20px 0 rgb(44, 44, 44,.2);
    box-shadow: 0 2px 20px 0 rgb(44, 44, 44,.2);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 25px;
    display: block;
    min-height: 140px;
    
}
.vakansiiPage .vacancyCard:hover{
    background: #f5f6f7;
    box-shadow: 0 2px 15px 0 rgb(44 , 44 , 44 , .2);
    transition: all 0.5s ease;
}
.vakansiiPage .vacancyCard .cardText {
    padding: 20px 30px 10px 0;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
    .vakansiiPage .vacancyCard .cardText .title {
        text-transform: uppercase;
        color: #525252;
        font-weight: 500;
    }
    .vakansiiPage .vacancyCard .cardText .longtitle {
        text-transform: none;
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 0.9rem;
        color: #7f7f7f;
        padding-top: 5px;
    }
    .vakansiiPage .vacancyCard .cardText .cityBlock {
        font-size: 0.9rem;
        line-height: 0.9rem;
        border-top: 1px solid rgb(238, 238, 238);
        padding-top: 5px;
        display: table;
    }
     .vakansiiPage .vacancyCard .cardText .cityBlock .city {
        display: table-cell;
        vertical-align: middle;
    }
     .vakansiiPage .vacancyCard .cardText .cityBlock .logo {
        display: block;
        float: right;
        position: relative;
    }
    
.vakansiiPage .vacancyCard .cardImg  {
    width: 100%;
    display: block;
    position: relative;
    height: 140px;
    }   
    
    .vakansiiPage .vacancyCard .cardImg .vacancyImg  {
        width: 100%;
        height: 100%;
        background-size: cover;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }   

    .vakansiiPage .vacancyCard .cardImg .vacancyImg::before {
        content:'';
        background: #fff;
        height: 100%;
        width: 100%;
        position: relative;
        display: inline-block;
        opacity: 0.2;   
         transition: all 0.5s ease;
    }
    .vakansiiPage .vacancyCard:hover .cardImg .vacancyImg::before {
         opacity: 0;    
         transition: all 0.5s ease;
    }

.vakansiiPage .condBlock {
    margin: 20px 0;
}  
.vakansiiPage .workConditions{
    background: rgb(236, 240, 243, 0.70);
}  
.vakansiiPage .vacansiiBlock,.vakansiiPage .workConditions {
    padding-bottom: 45px;   
}
    .vakansiiPage .workConditions .title, .vakansiiPage .formRequest .title {
        text-transform: uppercase;
        font-size: 1.8rem;
        line-height: 2rem;
        text-align: center;
        font-weight: 500;
        margin-top: 45px;
        margin-bottom: 10px;
    }
    .vakansiiPage .workConditions .condDescrip {
        text-align: center;
        padding: 0 10px;
    }
        .vakansiiPage .workConditions .condDescrip .condTitle {
            font-size: 1.1rem;
            line-height: 1.3rem;
            text-transform: uppercase;
            font-weight: 500;
        } 
       
 .vakansiiPage .workConditions .condBlock .condIconImg {
    margin: 0 auto;
    display: block;
    position: relative;
    height: 75px;
    width: 75px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 22px 0 rgba(117, 117, 117, .25);
    -moz-box-shadow: 0 5px 22px 0 rgba(117, 117, 117, .25);
    box-shadow: 0 5px 22px 0 rgba(117, 117, 117, .25);
}     
 
.vakansiiPage .workConditions .condBlock .condIconImg:before{
    content:'';
    display: block;
    position: relative;
    height: 100%;
    transform: scale(1) rotate(0deg) translate3d(0px, 0px, 0px);
}
.vakansiiPage .workConditions .condBlock:nth-child(1) .condIconImg:before {
    background: url(../images/vakansii/icons/condwork-1.png) no-repeat center center;
    background-size: contain;
}   
.vakansiiPage .workConditions .condBlock:nth-child(2) .condIconImg:before {
    background: url(../images/vakansii/icons/condwork-2.png) no-repeat center center;
    background-size: contain;
    right: -3px;
}  
.vakansiiPage .workConditions .condBlock:nth-child(3) .condIconImg:before {
    background: url(../images/vakansii/icons/condwork-3.png) no-repeat center center;
    background-size: contain;
} 
.vakansiiPage .workConditions .condBlock:nth-child(4) .condIconImg:before {
    background: url(../images/vakansii/icons/condwork-4.png) no-repeat center center;
    background-size: contain;
} 
.vakansiiPage .workConditions .condBlock:nth-child(5) .condIconImg:before {
    background: url(../images/vakansii/icons/condwork-5.png) no-repeat center center;
    background-size: contain;
} 
.vakansiiPage .workConditions .condBlock:nth-child(6) .condIconImg:before {
    background: url(../images/vakansii/icons/condwork-6.png) no-repeat center center;
    background-size: contain;
} 
.vakansiiPage .workConditions .profPodgBlock {
    background: #fff;
    padding: 35px 45px 30px;
    border-left: 5px solid #ed1c24;
    border-radius: 5px;
    margin: 35px 0;
    cursor: pointer;
     transition: all 0.5s ease;
}
.vakansiiPage .workConditions .profPodgBlock:hover,
.vakansiiPage .workConditions .profPodgBlock:focus{
    background: #f2f4f7;
     transition: all 0.5s ease;
     color: #333;
      -webkit-box-shadow: 0 5px 22px 0 rgb(77, 82, 87, .25);
    -moz-box-shadow: 0 5px 22px 0 rgb(77, 82, 87, .25);
    box-shadow: 0 5px 22px 0 rgb(77, 82, 87, .25);
}
.vakansiiPage .workConditions .profPodgBlock .ucLogo {
    float: right;
    background: url(../images/vakansii/logos/uc-uztm-logo.png) center center / contain no-repeat;
    height: 110px;
    max-width: 130px;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    
    transform: scale(1) rotate(0deg) translate3d(0px, 0px, 0px);
}
    
    .vakansiiPage .formRequest .med-title {
        font-size: 1.2rem;
        line-height: 1.4rem;
        text-transform: none;
        text-align: center;
        font-weight: normal;
        margin-bottom: 35px;
    } 
    
   /* Форма связи Вакансии */ 
   
.vakansiiPage .formRequest .innerBlock {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .vakansiiPage .formRequest .innerBlock .title {
    text-transform: none;
    font-size: 1.6rem;
    margin-bottom: 35px;
    margin-top: 0;
 }
.vakansiiPage .formRequestBlock  {
    padding: 35px 7%;
    background: #fdfdfd;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 70px -20px rgb(4, 7, 8, .30);
    -moz-box-shadow: 0 20px 70px -20px rgb(4, 7, 8, .30);
    box-shadow: 0 20px 70px -20px rgb(4, 7, 8, .30);
}
 
    .vakansiiPage .formRequestBlock .selectSpecBlock {
        background: #fff; 
        border: 1px solid #dfdfdf;
        padding: 20px;
        border-radius: 3px;
        margin-bottom: 25px;
        height: 200px;
        overflow-y: scroll;
    }
    .vakansiiPage .formRequestBlock .selectSpecBlock .form-check {
        padding-left: 0;
    }
    .vakansiiPage .formRequestBlock .specCheckTitle {
        margin-bottom: 15px;
        line-height: 1.2rem;
    }
.vakansiiPage .main_btn {
    min-width: 180px;
    margin: 20px auto;
    padding: 12px 35px;
}    

.vakansiiPage .formRequest .fileDownload {
    margin: 15px 0 25px 0.1em;
    cursor: pointer;
}
    .vakansiiPage .formRequest .fileDownload i {
        color: #ed1b24;
        font-size: 1.4rem;
        margin-right: 10px;
        top: -2px;
        position: relative;
    }
    .vakansiiPage .formRequest .form-group label {
        font-weight: normal;
    }  
    .vakansiiPage .formRequest .form-group label span:hover {
       opacity: 0.8;
       cursor: pointer;
    } 
    .vakansiiPage .formRequest .form-group label span {
        color: #333;
    }    
    
/* Video and Img Block */   
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

 
 
/* END - Video and Img Block */

    
.prevBtn.main_btn::before {
    background: #798289;
}
.prevBtn.main_btn {
    background: #798289;
}
.prevBtn.main_btn:hover::after {
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}
.prevBtn.main_btn:hover::before {
    background: rgb(255, 255, 255);
}
.vakansiiPage .btn-active {
    width: 18px;
    height: 18px;    
}   
.vakansiiPage .has-error .control-label {
    color: #333;
}
.vakansiiPage .has-error .form-control {
    border-color: #ed1b24;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: flex;
    justify-content: space-between;
}
.stepwizard {
    position: relative;
    margin: 25px auto 35px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step:nth-child(2):after, .stepwizard-step:nth-child(3):after {
    right: 0;
}
.stepwizard-step:nth-child(1):after {
    right: 0;
}
.stepwizard-step:nth-child(4):before, .stepwizard-step:nth-child(2):before, .stepwizard-step:nth-child(3):before {
    left: 0;
}
.stepwizard-step:nth-child(1):after, .stepwizard-step:nth-child(2):after, .stepwizard-step:nth-child(3):after, .stepwizard-step:nth-child(2):before, .stepwizard-step:nth-child(3):before, .stepwizard-step:nth-child(4):before {
    top: 11px;
    bottom: 0;
    position: absolute;
    content: " ";
    height: 2px;
    background-color: #ed1b24;
    width: 50%;
}
.stepwizard-step.predone:nth-child(2):before,.stepwizard-step.predone:nth-child(3):before, .stepwizard-step.predone:nth-child(4):before {
     background-color: #5f666f;
     width: 46%;
}
.stepwizard-step.predone.done:nth-child(2):before,.stepwizard-step.predone.done:nth-child(3):before, .stepwizard-step.predone.done:nth-child(4):before {
     background-color: #5f666f;
     width: 50%;
}
.stepwizard-step.done:nth-child(1):after, .stepwizard-step.done:nth-child(2):after, .stepwizard-step.done:nth-child(3):after{
    background-color: #5f666f;
}
.stepwizard-step.done .btn-circle {
    background: #5f666f;
}
.stepwizard-step {
    padding: 0;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 10px;
    height: 10px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 15px;
    background: #ed1b24;
    opacity: 1!important;
    transition: 0.2s ease;
}    


.form-check-input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.form-check-input:checked+label::before {
    border-color: #fff;
    background-color: #ed1b24;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form-check-input+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.1em;
    margin-right: 0.6em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55% 55%;
    background-color: #fff;
}


.form-check-input:not(:disabled):active+label::before {
  background-color: #adb5bd;
  border-color: #ed1b24;
}
.form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-check-input:focus:not(:checked)+label::before {
  border-color: #adb5bd;
   
}
 
 .form-check-input:disabled+label::before {
  background-color: #adb5bd;
}
.formRequestBlock .innerBlock label {
    font-weight: normal;  
    margin-bottom: 10px;
    display: inline-flex;
    margin-right: 0.5em;
}

.formRequestBlock .form-group label {
    font-weight: 500;  
    margin-bottom: 10px;
    display: inline-flex;
    margin-right: 0.5em;
}
.formRequestBlock .form-group {
    margin-bottom: 15px;
}

/* для элемента input c type="radio" */
  .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  /* для элемента label связанного с .custom-radio */
  .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  /* создание в label псевдоэлемента  before со следующими стилями */
  .custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85% 85%;
  }
  /* стили при наведении курсора на радио */
  .custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #adb5bd;
  }
  /* стили для активной радиокнопки (при нажатии на неё) */
  .custom-radio:not(:disabled):active+label::before {
    background-color: #adb5bd;
    border-color: #adb5bd;
  }
  /* стили для радиокнопки, находящейся в фокусе */
  .custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.25);
  }
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .custom-radio:focus:not(:checked)+label::before {
    border-color: #adb5bd;
  }
  /* стили для радиокнопки, находящейся в состоянии checked */
  .custom-radio:checked+label::before {
    border-color: #ed1b24;
    background-color: #ed1b24;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  /* стили для радиокнопки, находящейся в состоянии disabled */
  .custom-radio:disabled+label::before {
    background-color: #e9ecef;
  }
  .vakansiiPage .selectSpecBlock.has-error {
    border-color: #ed1b24;
     transition: all 0.5s ease;
}
 /*  END - Форма связи Вакансии */   
    
/* --- END - Vakansii Page --- */ 


/* --- Vakansii INNER Page --- */

.vacancyDescr .title {
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-bottom: 5px;
    color: #61666e;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vacansyInnerPage .mediaBlock {
    height: 350px;
    position: relative;
    display: block;
    margin-right: 35px;
}
    .vacansyInnerPage .mediaBlock .mediaItem {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .vacansyInnerPage .promoBlock {
        margin: 15px 0 30px;
    }
 .vacansyInnerPage .vacancyDescr:last-child {
            margin-bottom: 45px;
        }    
    .vacansyInnerPage .vacancyDescr ul {
        list-style-type: none !important;
        margin-bottom: 25px;
        padding-left: 0;
    }   
        .vacansyInnerPage .vacancyDescr ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;
        }
    
        .vacansyInnerPage .vacancyDescr ul li:before {
            content: '';
            position: absolute;
            display: inline-block;
            top: 6px;
            left: 0;
            background: #61666e;
            width: 9px;
            height: 9px;
            margin-right: 10px;
        }
       .vacansyInnerPage .vacancyDescr .workplace  {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }
      .vacansyInnerPage .vacancyDescr .responsibilities  {
            margin-bottom: 45px;
        }
      
        .vacansyInnerPage .vacancyDescr .workplaceLogo {
            height: 80px;
            max-width: 200px;
            width: 100%;
        }
         .vacansyInnerPage .vacancyDescr .main_btn {
            min-width: 180px;
            margin: 20px 0 35px;
            padding: 12px 35px;
            transition: 200ms;
        }
        .vacansyInnerPage .vacancyDescr .conditionsItem {
            margin-top: 25px; 
        }
         .vacansyInnerPage .vacancyDescr .conditionsItem .title {
            margin-bottom: 5px;
         }
          .vacansyInnerPage .vacancyDescr .conditionsItem p {
            margin-bottom: 5px;
         }
         .vacansyInnerPage .vacancyDescr .conditionsItem:nth-child(1) .imgItem {
            background: url(../images/vakansii/icons/grafrab-zp.svg) no-repeat left center;
            width: 40px;
         }
         .vacansyInnerPage .vacancyDescr .conditionsItem:nth-child(2) .imgItem {
            background: url(../images/vakansii/icons/trebovaniya.svg) no-repeat left center;
            width: 28px;
         }
         .vacansyInnerPage .vacancyDescr .conditionsItem:nth-child(3) .imgItem {
            background: url(../images/vakansii/icons/specpers-kontaktu.svg) no-repeat left center;
            width: 31px;
         }         
        .vacansyInnerPage .vacancyDescr .conditionsItem .imgItem {
            content: "";
            display: inline-block;
            position: relative;
            background-size: contain;
            left: 0;
            top: -7px;
            margin-right: 10px;
            height: 35px;
        }
        
        
/* --- END - Vakansii INNER Page --- */


.contacts-page blockquote {
    border-left: 5px solid rgb(248, 249, 251);
    background: rgb(248, 249, 251);
    border-radius: 3px;
    font-size: inherit;
}
/*  Akcioneram-razdel  */
 
blockquote {
    border-left: 5px solid #60666e;
    background: #F5F6F9;
}
.info-akcioneram {
    border-left: 5px solid #fff;
    margin-bottom: 15px;
    margin-top: 10px
    }
.info-akcioneram a {
    text-transform: uppercase;
    text-decoration: underline; 
    font-size: 2.0rem !important;
    line-height: 2.4rem;
    display: inline-block;
}
.info-akcioneram a:hover {
    text-decoration: underline; 
}
 
.akcioneram-content .message .img {
     background: url(../pdf/project-soobsheniya.jpg) no-repeat center center;
     display: block;
    width: 100%;
    height: 700px;
    position: relative;
    background-size: contain;
    -webkit-box-shadow: 0 6px 20px -6px rgb(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 20px -6px rgba(0,0,0,.2);
    box-shadow: 0 6px 20px -6px rgba(0, 0, 0, .2);
}
.akcioneram-content .accordion-item>a, .accordion-item>a:active {
    text-transform: none;  
    border: 1px solid #e7e4e4;
} 
.akcioneram-content .accordion-item {
    border-color: #efefef;
}
.akcioneram-content .accordion-item>.accordion-header {
    background-color: #f1f3f4;
    border-color: #f1f3f4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: none;
}
.akcioneram-content .accordion-item .active {
    background-color: #5f666f;
    border-color: #5f666f;
}
.akcioneram-content .accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    box-shadow: none;
}
.akcioneram-content .accordion-item>.accordion-header p {
    margin: 0 0 0 20px !important;
}
.akcioneram-content .accordion-item .red-dot:before {
    position: absolute;
    top: 18px;
    left: 10px;
}
.akcioneram-content .accordion {
    margin-top: 15px;
}
.akcioneram-content .accordion-item>.accordion-header+.panel-collapse>.panel-body {
    border-top-color: snow;
}
/*  Akcioneram-razdel END */

/*  O-Kompanii-razdel */
.okompanii-content .YZTM-logo {
    background: url(../images/UZTM-logo2.png) no-repeat center center;
}
.okompanii-content .YZTM-logo-en {
    background: url(../images/Logo-Uralmashplant-en.png) no-repeat center center;
}
.okompanii-content .YZTM-logo, .okompanii-content .YZTM-logo-en {
    content: "";
    display: block;
    position: relative;
    margin: auto;
    background-size: contain;
}
.okompanii-content .Kartex-logo {
    background: url(../images/Kartex-logo2.png) no-repeat center center;
}
.okompanii-content .Kartex-logo-en {
    background: url(../images/iz-kartex_logo_EN-blue.png) no-repeat center center;
}
.okompanii-content .Kartex-logo, .okompanii-content .Kartex-logo-en {
    content: "";
    display: block;
    position: relative;
    margin: auto;
    background-size: contain;
}

.okompanii-content .LP-logo {
    background: url(../images/LP-logo2.png) no-repeat center center;
}
.okompanii-content .LP-logo-en {
    background: url(../images/LP-Logo-en.png) no-repeat center center;
}
.okompanii-content .LP-logo,.okompanii-content .LP-logo-en {
    content: "";
    display: block;
    position: relative;
    margin: auto;
    background-size: contain;
}
.okompanii-content .Logos {
    margin-bottom: 50px;
}
.okompanii-content .Logos a {
   margin-bottom: 15px;
}
.okompanii-content > h3 {
    margin-bottom: 0!important;
}
.okompanii-content .list-title-med, .dochPredpr-page .list-title-med {
     font-size: 1.4rem; 
     line-height: 1.6rem;
     font-weight: bold;
     margin-bottom: 15px;
     text-transform: uppercase;
}
.okompanii-content .list-title {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.okompanii-content .title {
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;    
}
.okompanii-content .prod-icon1:before {
    content: "";
    background: url(../images/icons/prod-icon1.png) no-repeat center center;
    background-size: contain;    
    height: 60px;
    width: 100px;
    top: -10px;
}
.okompanii-content .prod-icon2:before {
    content: "";
    background: url(../images/icons/prod-icon2.png) no-repeat 60% center;
    height: 65px;
    width: 100px;
    background-size: contain;
    top: -10px;
}
.okompanii-content .prod-icon3:before {
    content: "";
    background: url(../images/icons/prod-icon3.png) no-repeat center center;
    height: 45px;
    width: 100px;
    background-size: contain;
    top: -10px;
}
.okompanii-content .prod-icon4:before {
    content: "";
    background: url(../images/icons/prod-icon4.png) no-repeat center center;
    height: 55px;
    width: 100px;
    background-size: contain;
    top: -10px;
}
.okompanii-content .prod-icon5:before {
    content: "";
    background: url(../images/icons/prod-icon5.png) no-repeat 40% center;
    background-size: contain;
    height: 100px;
    width: 100px;
    margin-right: 25px;
    top: -20px;

}
.okompanii-content .prod-icon6:before {
    content: "";
    background: url(../images/icons/konverters-icon.png) no-repeat center center;
    background-size: contain;
    height: 65px;
    width: 100px;
    top: -10px;
}
.okompanii-content .prod-icon7:before {
    content: "";
    background: url(../images/icons/stalnue-otlivki-icon.png) no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 100px;
    top: -15px;
}
.okompanii-content .prod-icon1, .okompanii-content .prod-icon2, .okompanii-content .prod-icon3, .okompanii-content .prod-icon4, .okompanii-content .prod-icon5, .okompanii-content .prod-icon6 {
    margin-bottom: 20px;
}
.okompanii-content .products .prod-icon1, .okompanii-content .products .prod-icon2, .okompanii-content .products .prod-icon3, .okompanii-content .products .prod-icon4, .okompanii-content .products .prod-icon6 {
  margin-bottom: 0;
}
.okompanii-content .prod-icon1 p, .okompanii-content .prod-icon2 p, .okompanii-content .prod-icon3 p, .okompanii-content .prod-icon4 p, .okompanii-content .prod-icon5 p, .okompanii-content .prod-icon6 p, .okompanii-content .prod-icon7 p {
     display: table;
}  
.okompanii-content .prod-icon1:before, .okompanii-content .prod-icon2:before, .okompanii-content .prod-icon3:before, .okompanii-content .prod-icon4:before, .okompanii-content .prod-icon5:before, .okompanii-content .prod-icon6:before, .okompanii-content .prod-icon7:before {
    display: block;
    position: relative;
    margin-right: 25px;
    float: left;
}
.okompanii-content .znaknprText p:first-child {
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;    
}
.okompanii-content .znaknpr {
    display: flex;
    align-items: center;    
    
}
.okompanii-content .znaknprImg {
    display: inline-block;
    position: relative;
    min-width: 150px;
    min-height: 150px;
    margin: 10px 0 10px 20px;
    margin-top: 10px;
    background: url(../images/znachok-ychasttnika-proekta-npr-2022.png) no-repeat center center;
    background-size: contain;
}
.dochPredpr-page .list-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 35px;      
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
}
blockquote p {
    margin-bottom: 0;
}

.katalog_btn {
     width: 100%;   
    margin: 0 0 50px 0;     
}
.product-catalog {
     margin-bottom: 55px;   
} 
.grafik_text {
    background: #f8f9f9;
    border-top: 3px solid #ed1b24;
    padding: 15px 25px;
    margin: 15% 0 20px;    
}
/*  O-Kompanii-razdel END */

.metallurgOborud .category_img1, .metallurgOborud .category_img2, .metallurgOborud .category_img3, .metallurgOborud .category_img4, .metallurgOborud .category_img5 {max-height: 260px;}
.metallurgOborud .block_name:nth-child(4) .category-name, .metallurgOborud .block_name:nth-child(5) .category-name { 
    width: 85%;
}
.metallurgOborud .category_img1 {
    background: url(../images/Categories/metalurg_oborud/card-1-mo.jpg) no-repeat center center;
    background-size: cover;
}
.metallurgOborud .category_img2 {
    background: url(../images/Categories/metalurg_oborud/card-2-mo.jpg) no-repeat center center;
    background-size: cover;
}
.metallurgOborud .category_img3 {
    background: url(../images/Categories/metalurg_oborud/card-3-mo.jpg) no-repeat center center;
    background-size: cover;
}
.metallurgOborud .category_img4 {
    background: url(../images/Categories/metalurg_oborud/card-4-mo.jpg) no-repeat center center;
    background-size: cover;
}
.metallurgOborud .category_img5 {
    background: url(../images/Categories/metalurg_oborud/card-5-mo.jpg) no-repeat center center;
    background-size: cover;
}
.metallurgOborud  .product-card .main_btn {
    margin: 0 0 10px;
}
.metallurgOborud .product-card .haracter-name {
    width: 205px;
    min-width: 205px;
    padding-right: 20px;
}
.metallurgOborud .product-card .haracter-znach {
    text-align: center;
    font-weight: normal;
    min-width: 120px;    
}
#metallurgOborud-table .table>tbody>tr:nth-child(1)>td {
     border-top: none; 
}
.metallurgOborud .description {
  margin-bottom: 30px;  
} 
.metallurgOborud .product-card .haracter-card .description .haracter-name {
    text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
    border-bottom: none;
    margin-bottom: 5px;
    display: inline-block; 
    width: 100%;    
} 
.metallurgOborud .product-card .haracter-card .list {
    border: none;
    margin-bottom: 5px;    
}
 
.stal .category-name {
    width: 84%;
}

.stal .category_img1, .stal  .category_img2, .stal .category_img3, .stal .category_img4 {
    height: 235px;
}

.stal .category_img1 {
    background: url(../images/Categories/gor-priom-img.jpg) no-repeat center center;
    background-size: cover;
}
.stal .category_img2 {
    background: url(../images/Categories/sydostroy-img.jpg) no-repeat center center;
    background-size: cover;
}
.stal .category_img3 {
    background: url(../images/Categories/energomashstroy-img.jpg) no-repeat center center;
    background-size: cover;
}
.stal .category_img4 {
    background: url(../images/Categories/mashstroy-img.jpg) no-repeat center center;
    background-size: cover;
}
.stal_btn .main_btn {
    width: 100%; 
    margin: 0 0 20px;
}
.stal_btn a:hover {
color: #333;
}

.soglashenie {
    padding-left: 17px;
}
.news-link {
    margin-top: 20px;
    margin-bottom: 10px;
} 
.news-link a {
    color: #fff;
    position: relative;
    font-weight: 500;
    line-height: 1.4rem;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
} 
.news-link a:hover {
    text-decoration: none;
} 

.popover {
     max-width: 400px;
 }
.popover .popover-header {
    text-transform: uppercase;
    background: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}
 
  /* PhotoSwipe */
  
.gallery figure {
    margin: 0;  
   /*     display: inline-block;
     float: left;
  width: 100%;  */
     height: 145px; 
}    
 .pswp__caption__center {text-align: center;}
    .spacer {height: 5em;}
    
.pswp--zoom-allowed .pswp__img {
  cursor: default !important;
  }
.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrap {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}

.embed-responsive iframe {
    width: 100%;
    height: 280px;
}
.gallery-carousel .owl-carousel .owl-stage-outer {
    padding: 0 !important;
    z-index: 9999;
    display: block;     
}
 .gallery-carousel {
     margin: 40px 40px; 
 }
.sootvDocs-carousel {
    margin: 0 40px 15px;
}
.sootvDocs-carousel .owl-carousel .owl-stage-outer {
    z-index: 5555;
}

 .gallery-carousel .owl-theme .owl-nav .owl-prev, .sootvDocs-carousel .owl-theme .owl-nav .owl-prev {
    margin-left: -50px;
}
 .gallery-carousel .owl-theme .owl-nav .owl-next, .sootvDocs-carousel .owl-theme .owl-nav .owl-next {
    margin-right: -50px;
}
 .gallery-carousel .owl-theme .owl-nav {
    margin: 15px auto 0;
}
 .gallery-carousel .owl-theme .owl-nav .owl-prev:before, .sootvDocs-carousel .owl-theme .owl-nav .owl-prev:before,  .gallery-carousel .owl-theme .owl-nav .owl-next:before, .sootvDocs-carousel .owl-theme .owl-nav .owl-next:before  {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 25px;
    height: 100%;
 
}

 .gallery-carousel .owl-theme .owl-nav .owl-prev:before, .sootvDocs-carousel .owl-theme .owl-nav .owl-prev:before {
    background: url(../images/arrow-left-photocarusel.png) 50% 50% no-repeat;
    background-size: contain;
}
 .gallery-carousel .owl-theme .owl-nav .owl-next:before, .sootvDocs-carousel .owl-theme .owl-nav .owl-next:before {
    background: url(../images/arrow-right-photocarusel.png) 50% 50% no-repeat;
    background-size: contain;
}
 .gallery-carousel .owl-theme .owl-nav .owl-next, .gallery-carousel .owl-theme .owl-nav .owl-prev,  .sootvDocs-carousel .owl-theme .owl-nav .owl-next, .sootvDocs-carousel .owl-theme .owl-nav .owl-prev {
    float: right;
    position: relative;
    width: 55px;
    height: 65px;
    background-color: transparent;
    transition: all 0.2s;
}
 .gallery-carousel .owl-theme .owl-nav .owl-next, .sootvDocs-carousel .owl-theme .owl-nav .owl-next {
    float: right;
 }
 .gallery-carousel .owl-theme .owl-nav .owl-prev, .sootvDocs-carousel .owl-theme .owl-nav .owl-prev {
    float: left;
}
  /* PhotoSwipe END */

  /* Uralmash-page*/


.okompanii-content .logo {
    content: "";
    display: block;
    position: relative;
    height: 95px;
    max-width: 180px;
    width: 100%;
    float: left;
    margin: 5px 35px 15px 0;

}

.accordion-header {
  padding: 0;
	border:0;
}
.accordion-header>a, .accordion-header>a:active{
	display:block;
	position: relative;
	padding: 15px 55px 15px 15px;
    font-size:16px;
    font-weight: 500;
/*	text-transform:uppercase;*/
	text-decoration:none;
}
.accordion-item>a:hover { 
    color: #333;
}
.accordion-header a:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/arrow-accord.png) no-repeat center center;
    float: right;
    transition: all 0.5s;
    height: 25px;
    width: 30px;
    top: 12px;
    right: 15px;
}
.accordion-header.active a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.accordion-item>.accordion-header {
    background-color: #d6dadd;
    border-color: #d6dadd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;    
    text-transform: none;
}
.accordion-item .accordion-header.active {
    background-color: #5f666f;
    border-color: #5f666f;

}
.accordion-item .active a {
    color: #fff;
}
.accordion-item .red-dot:before {
    content: '';
    position: relative;
    display: block;
    top: 3px;
    left: 0;
    background: #ed1b24;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    margin-left: 5px;
    margin-bottom: 15px;
    float: left;
}

.accordion .accordion-item {
    margin-bottom: 0;
    border-radius: 1px;
}
.okompanii-content .accordion-header>a,.okompanii-content .accordion-header>a:active{
	 text-transform:uppercase; 
}
.okompanii-content .accordion-item {
    border-color: transparent;
}
.okompanii-content .accordion-body {
    padding: 30px 15px 35px;
}
.okompanii-content .accordion-item {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.okompanii-content .introBlock {
    margin-bottom: 35px;
    display: inline-block;
}
.okompanii-content .accordion .accordion-item +.accordion-item {
    margin-top: 1px;
}
.okompanii-content blockquote {
    border-left: 5px solid #ed1b25;
    margin: 35px 0;
    padding: 20px;
}

.uralmash-page  .prod-icon1:before, .uralmash-page .prod-icon2:before, .uralmash-page  .prod-icon3:before, .uralmash-page  .prod-icon4:before, .uralmash-page  .prod-icon6:before {
    background-position-x: left;
    height: 55px;
    margin: 20px 0 5px;    
    width: 100%;
}    
.uralmash-page sup {
    color: #ed1b25;
}
.uralmash-page .products {
 margin-bottom: 20px;
}

.uralmash-page .contacts-card .title-block {
    display: block;
    background: #60666e;
    color: #fff;
    padding: 10px 15px 4px 15px;
    line-height: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    border-right: 7px solid #ed1b24;
   max-width: 100%;
}
.uralmash-page .contacts-card .title-block p {
    margin: 3px 5px 8px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
}
.uralmash-page .contacts-card .text {
    padding: 15px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.uralmash-page .contacts-card a {
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    color: #909090;
}
.uralmash-page .contacts-card {
    -webkit-box-shadow: 0 15px 30px -13px rgba(0,0,0,.2);
    -moz-box-shadow: 0 15px 30px -13px rgba(0,0,0,.2);
    box-shadow: 0 15px 30px -13px rgba(0,0,0,.2);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 20px;
    margin-top: 5px;
    overflow: hidden;
    min-height: 175px;
}
.uralmash-page .title {
    margin-bottom: 25px;
    margin-top: 35px;    
}

.uralmash-page .avards .avard1 {
    content: "";
    background: url(../images/avards/avard-lenin.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard2 {
    content: "";
    background: url(../images/avards/orden_tkz.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard3 {
    content: "";
    background: url(../images/avards/orden-ov.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard4 {
    content: "";
    background: url(../images/avards/orden-kr-znameni.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard5 {
    content: "";
    background: url(../images/avards/orden-okt-revol.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard6 {
    content: "";
    background: url(../images/avards/orden-kr-znamya-truda.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard7 {
    content: "";
    background: url(../images/avards/orden-zasl-zvpnr.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard8 {
    content: "";
    background: url(../images/avards/orden-dryjbu.png) no-repeat center center;
    background-size: contain;
}
.uralmash-page .avards .avard1, .uralmash-page .avards .avard2, .uralmash-page .avards .avard3, .uralmash-page .avards .avard4, .uralmash-page .avards .avard5, .uralmash-page .avards .avard6, .uralmash-page .avards .avard7, .uralmash-page .avards .avard8 {
    display: block;
    position: relative;
    min-height: 135px;
    width: 100%;
    margin: 15px auto;
}
.popover-content {
    padding: 9px 14px;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.history-item .date {
    float: left;
    background: #5f666f;
    padding: 1px 15px;
    color: #fff;
    margin: 0 12px 5px 0;
    position: relative;
    display: block;
    top: -2px;
    width: 130px;
    text-align: center;
}
.history-item .text-hist {
    display: flex;
    position: relative;
        margin-bottom: 25px;
}
 
.godu-poslevov .list {
    margin: 15px 0;
}
.godu-poslevov .list li {
    margin-bottom: 25px;
}
.godu-poslevov .ekskav-img {
    background: url(../images/uralmash/Pervyj-ekskavator-v-rabote.png) no-repeat top center;
    background-size: contain;
    display: block;
    position: relative;
    min-height: 310px;
    width: calc(40% + 60px);
    margin: 20px 0 20px 20px;
    float: right;
    z-index: 999;
}

.uralmash-page .politics, .uralmash-page .sertificates, .uralmash-page .licenses {
    height: 245px;    
    margin-bottom: 25px;
}
 
.uralmash-page .politics .politic-img2 {
    background: url(../images/uralmash/politics/prom_bezop-uztm-2022.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .politics .politic-img3 {
    background: url(../images/uralmash/politics/polit_atom_uztm_2022.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .politics .politic-img4 {
    background: url(../images/uralmash/politics/polit-qual-23.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .politics .politic-img5 {
    background: url(../images/uralmash/politics/kadrovaya-politika-uztm-2023.jpg) no-repeat center center;
    background-size: contain;
}
.uralmash-page .politics .politic-img6 {
    background: url(../images/uralmash/politics/goals-uztm-2023.jpg) no-repeat center center;
    background-size: contain;
}

.uralmash-page .licenses .license-img1 {
    background: url(../images/uralmash/licenses/licenzija-na-izgotovlenie-oborudovanija-dlja-jadernyh-ustanovok.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .licenses .license-img2 {
    background: url(../images/uralmash/licenses/licenzija-na-konstruirovanie-oborudovanija-dlja-jadernyh-ustanovok.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .licenses .license-img3 {
    background: url(../images/uralmash/licenses/licenzija-na-pravo-na-izgotovlenie-oborudovanija-dlja-jadernoj-ustanovki.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .licenses .license-img4 {
    background: url(../images/uralmash/licenses/akt-osvidetelstvovaniya-predpriyatiya.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .sertif-img1 {
    background: url(../images/uralmash/sertif/uralmash-zert-3834-bis-28.03.2023.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .sertif-img2 {
    background: url(../images/uralmash/sertif/uralmash-zert-1090-bis-28.01.2023.jpg) no-repeat center  center;
    background-size: contain;
}
.uralmash-page .sertif-img3 {
    background: url(../images/uralmash/sertif/certificate-bvc-ru004324-eng.jpg) no-repeat center center;
    background-size: contain;
}
.uralmash-page .sertif-img4 {
    background: url(../images/uralmash/sertif/certificate-bvc-ru004324-rus.jpg) no-repeat center center;
    background-size: contain;
}
.uralmash-page .sertif-img5 {
    background: url(../images/uralmash/sertif/Certificate-RAR.0215.RR-02.02.22.jpg) no-repeat center center;
    background-size: contain;
} 
.uralmash-page .politimg, .uralmash-page .sertimg, .uralmash-page .licensImg {
     display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    /*
     -webkit-box-shadow: 0 2px 6px -3px rgb(0 0 0 / 50%);
    box-shadow: 0 2px 6px -3px rgb(0 0 0 / 50%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  
    */
}

.uralmash-page .telegram-img {
    background: url(../images/uralmash/pismo-stalina.jpg) no-repeat top center;
    background-size: contain;
    display: block;
    position: relative;
    min-height: 210px;
    width: calc(30% + 30px);
    margin: 10px 0 20px 20px;
    float: right;

}
.uralmash-page .godu-vov .list {
   margin-top: 35px;
}
  /* Uralmash-page END */


  /* LP-page */
.LP-page .list {
     margin-bottom: 35px;    
}

.LP-page .LP-logo {
     content: "";
    background: url(../images/LP-logo2.png) no-repeat top center;
    display: block;
    position: relative;
    height: 75px;
    width: 225px;
    float: left;
    margin: 0 35px 15px 0;
    background-size: contain;
}
.LP-page .LP-logo-en {
     content: "";
    background: url(../images/LP-Logo-en.png) no-repeat top center;
    display: block;
    position: relative;
    height: 75px;
    width: 225px;
    float: left;
    margin: 0 35px 15px 0;
    background-size: contain;
}
.LP-page .godu-vov .list {
    margin-top: 0;
    margin-bottom: 15px;
}
.LP-page .godu-vov .list li {
    margin-top: 15px;
}
.LP-page .godu-vov .list li:first-child {
    margin-top: 0;
}
.LP-page .list-title {
    font-size: 1.8rem;
    line-height: 2rem;
}

.LP-page .sertificates {
    height: 215px;
    margin-bottom: 25px;
}
.LP-page .sertif-img1, .LP-page .sertif-img2, .LP-page .sertif-img3, .LP-page .sertif-img4, .LP-page .sertif-img5, .LP-page .sertif-img6 {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
}
.LP-page .sertif-img1 {
    background: url(../images/lp/sertif/DNV-GL-сertificate.jpg) no-repeat left center;
    background-size: contain;
}
.LP-page .sertif-img2 {
    background: url(../images/lp/sertif/сertificate-ISO-9001-250921-2017-AQ-RUS-FINAS-1_ru.jpg) no-repeat left center;
    background-size: contain;
}
.LP-page .sertif-img3 {
    background: url(../images/lp/sertif/сertificate-ISO-9001-250921-2017-AQ-RUS-FINAS-1_eng.jpg) no-repeat left center;
    background-size: contain;
}
.LP-page .sertif-img4 {
    background: url(../images/lp/sertif/svidetelsvo-РМРС.jpg) no-repeat left center;
    background-size: contain;
}
.LP-page .sertif-img5 {
    background: url(../images/lp/sertif/licenziya.jpg) no-repeat left center;
    background-size: contain;
}
.LP-page .sertif-img6 {
    background: url(../images/lp/sertif/licenziya-prilijenie.jpg) no-repeat left center;
    background-size: contain;
}
.LP-page .gallery-carousel {
    margin: 30px 40px 40px;
}
.LP-page .plavpech-img {
    background: url(../images/lp/omz_dmitriev_18.jpg) no-repeat top center;
    background-size: contain;
    display: block;
    position: relative;
    min-height: 210px;
    width: calc(30% + 30px);
    margin: 15px 0 20px 20px;
    float: right;
    z-index: 1;
}
.LP-page .form-img {
    background: url(../images/lp/litye-3.jpg) no-repeat top center;
    background-size: contain;
    display: block;
    position: relative;
    min-height: 175px;
    width: calc(32% + 30px);
    margin: 5px 0 20px 20px;
    float: right;
    z-index: 1;
}

  /* LP-page END */
.news-page .pudate_news {
    padding-top: 10px;   
    color: #757575;
}
.okompanii-content .pdfsave {
    float: none;
    width: 100%;
    text-align: left;
    position: relative;
    margin-left: 25px;
}
.okompanii-content .pdfsave a:before {
    content: '';
    width: 18px;
    height: 21px;
    position: absolute;
    left: -25px;
    top: -2px;
}
.pdfsave {
    text-align: right;
    cursor: pointer;
}
.product-catalog .pdfsave {
    width: auto;
}
.pdfsave a:before {
    content: '';
    width: 19px;
    height: 28px;
    display: inline-block;
    position: relative;
    background: url(../images/pdf-img2.svg) no-repeat center center;
    background-size: contain;
    top: 5px;
    margin-right: 5px;
}
.pdfsave a:hover {
    text-decoration: none;
    opacity: 0.8;    
}
.date-pdf {
   margin-top: 15px; 
   display: flex;
    justify-content: space-between;
}

  /* Menedzment-page */
.menedzment .title-block {
   max-width: none;
}
.menedzment .red-dot:before {
    content: '';
    position: relative;
    display: inline-block;
    top: -1px;
    left: 0;
    background: #ed1b24;
    width: 11px;
    height: 11px;
    margin-right: 10px;
}
.menedzment .company-title {
    padding-bottom: 5px;
}
.menedzment .sostav .last-block  {
    margin-top: 48px;
}
.menedzment .title-block {
    min-width: 600px;
}
  /* Menedzment-page END */
  
.item_title {
   color: #333; 
}
.item_title:before {
    content: '';
    position: relative;
    display: inline-block;
    top: -1px;
    left: 0;
    background: #ed1b24;
    width: 11px;
    height: 11px;
    margin-right: 10px;
}
.img-rss img {
    width: 20px;
    top: -2px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
 
.img-youtube {
    margin-top: 10px;
}
.img-youtube img {
    vertical-align: middle;
    border: 0;
    width: 66px;
    top: -3px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.img-youtube a:visited, .img-rss a:visited {
text-decoration: none !important;
}
 
.footer_block .img-youtube img {
   width: 55px;
   top: -2px;   
}
.bottom-line {
    border-bottom: 1px solid #cbcbcb;  
}

.langlink {
    text-align: right;
    text-transform: uppercase;    
}
.langlink .ru, .langlink .en {
    padding: 5px 5px 5px;
margin-left: 8px!important;    
}
.langlink .enactive, .langlink .ruactive {
    color: #fff;
    font-weight: 500;
    background: #61666e;
    padding: 5px 5px 5px;
margin-left: 8px!important;    
}
.izkartex-page .Kartex-logo {
    content: "";
    background: url(../images/Kartex-logo2.png) no-repeat center center;
    display: block;
    position: relative;
    height: 120px;
    width: 160px;
    margin: 0 35px 15px 0;
    background-size: contain;
    float: left;
}
.izkartex-page .Kartex-logo-en {
    content: "";
    background: url(../images/iz-kartex_logo_EN-blue.png) no-repeat center center;
    display: block;
    position: relative;
    height: 120px;
    width: 160px;
    margin: 0 35px 15px 0;
    background-size: contain;
    float: left;
}
.izkartex-page .prod-icon1:before, .izkartex-page .prod-icon2:before, .izkartex-page .prod-icon3:before, .izkartex-page .prod-icon4:before, .izkartex-page .prod-icon6:before {
    background-position-x: center;
    margin: 20px 0 5px;
    width: 130px;
}
.izkartex-page .prod-icon3:before {
    content: "";
    background: url(../images/icons/prod-icon5.png) no-repeat center center;
    height: 95px;
    background-size: contain;
    margin: 0 0 5px;    
}
.izkartex-page .prod-icon1 p, .izkartex-page .prod-icon2 p {
    margin-top: 20px;
}
.izkartex-page .prod-icon3 p {
    margin-top: 20px;
}
.izkartex-page .prod-icon2:before {
    content: "";
    background: url(../images/icons/prod-icon8.png) no-repeat center center;
    height: 65px;
    background-size: contain;
    top: -10px;
}
.izkartex-page .prod-icon4:before {
    content: "";
    background: url(../images/icons/prod-icon6!.png) no-repeat center center;
    height: 65px;
    background-size: contain;
    margin-top: 20px;
}
.izkartex-page .sertificates {
    height: 215px;
    margin-bottom: 25px;
}
.izkartex-page .sertif-img1, .izkartex-page .sertif-img2, .izkartex-page .sertif-img3, .izkartex-page .sertif-img4, .izkartex-page .sertif-img5, .izkartex-page .sertif-img6, .izkartex-page .sertif-img7, .izkartex-page .sertif-img8, .izkartex-page .sertif-img9, .izkartex-page .sertif-img10, .izkartex-page .sertif-img11, .izkartex-page .sertif-img12 {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
}
.izkartex-page .sertif-img1 {
    background: url(../images/iz-kartex/sertif/sertif-18Р-18РМ-18РХЛ-20К-20КМ.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img2 {
    background: url(../images/iz-kartex/sertif/sertif-15М.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img3 {
    background: url(../images/iz-kartex/sertif/s-sbsh-270_nov.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img4 {
    background: url(../images/iz-kartex/sertif/s-ekg-12К_2016_ТС.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img5 {
    background: url(../images/iz-kartex/sertif/gost_r_ekg-20k.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img6 {
    background: url(../images/iz-kartex/sertif/gost_r_ekg-10.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img7 {
    background: url(../images/iz-kartex/sertif/diplom.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img8 {
    background: url(../images/iz-kartex/sertif/ekg-15М_gost-r_22.01.2019_21.01.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img9 {
    background: url(../images/iz-kartex/sertif/ekg-10_trts_do-26.12.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img10 {
    background: url(../images/iz-kartex/sertif/sertif-gost-r-iso-9001-2015.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img11 {
    background: url(../images/iz-kartex/sertif/sertif_IQNet.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .sertif-img12 {
    background: url(../images/iz-kartex/sertif/sertif-IAF-ISO-9001-2015.jpg) no-repeat left center;
    background-size: contain;
}
.izkartex-page .ekskavator-img {
    background: url(../images/iz-kartex/ekg-8.jpg) no-repeat top center;
    background-size: contain;
    display: block;
    position: relative;
    min-height: 210px;
    width: calc(30% + 30px);
    margin: 20px 0 20px 20px;
    float: right;
}
.izkartex-page .red-dotalone {
    margin-top: -20px;
    margin-left: 20px;
}
.izkartex-page .red-dotalone:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 20px;
    left: -20px;
    background: #ed1b24;
    width: 11px;
    height: 11px;
    margin-right: 10px;
}
.izkartex-page .znakkachestva-img {
    background: url(../images/iz-kartex/Izhorec-06.07.1968.jpg) no-repeat top center;
    background-size: contain;
    display: block;
    position: relative;
    min-height: 270px;
    width: calc(30% + 30px);
    margin: 10px 0 20px 20px;
    float: right;
}

/* Search */
.search-wrapper {
    position: absolute;
    top: -1px;
    left: unset;
    transform: none;
}
.search-container {
    width: 0;
    background: #61666e;
    text-align: center;
    line-height: 45px;
    padding-right: 45px;
    transition: all 0.5s ease;
    border-radius: 0;
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
/*    -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.15); 
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.15); 
    box-shadow: 0 4px 4px rgba(0,0,0,0.15); */
}
.search-container .input{
    border: 0;
    background: transparent;
    width: 0;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1rem;
    transition: all 0.3s ease;
}
.search-container .fa{
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 1.1rem;
  cursor: pointer;
}
.search-container.active {
    width: 300px;
    transition: all 0.5s ease;

}
.search-container .input.active{
  width: 93%;
  transition: all 0.5s 0.8s ease;
}
.search-container input::placeholder {
  color: #fff;
}

.simplesearch-result {
    margin-bottom: 5px; 
    display: block;
    position: relative;    
}
.simplesearch-result .date {
    padding-bottom: 10px;
    color: #757575;
    position: relative;
    display: block;
}
.simplesearch-result img {
    width: 150px; 
}
.simplesearch-result .img {
    max-height: 140px;
    width: 150px;
    margin-right: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}
.simplesearch-result a {
    text-decoration: none;
}

.search-form {
    display: block;
    position: relative;
}

.search-form .form-group {
    margin-bottom: 15px;
    top: 0;
    position: absolute;
    right: 0;
}
.search-form .search-wrapper {
    z-index: 99;
    position: absolute;
    display: block;
    float: right;
    right: 0;
}
.simplesearch-results {
    margin-top: 25px;
}
.simplesearch-highlight {
    font-weight: 500;
}
.simplesearch-paging {
    margin: 60px 0 20px;
}
.simplesearch-result-pages {
    margin-right: 10px;
    font-weight: 500;
}
.simplesearch-page, .simplesearch-current-page {
    margin: 0 3px;
}
.simplesearch-result h3 {
    color: #525252;
    margin-top: 35px;
}
.simplesearch-result .extract {
    display: table;
}
.simplesearch-result .extract p {
    margin: 0 0 10px;
    vertical-align: middle;
    display: table-cell;
}
.search-container .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Search END */
.video-card {
    cursor: pointer;
    margin-bottom: 30px;
}
.video-card .red-dot {
    margin-left: 23px;
    margin-bottom: 15px;
}
.video-card .red-dot:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 23px;
    left: -23px;
    background: #ed1b24;
    width: 12px;
    height: 12px;
}
.video-card .pubdate_video {
    color: #757575;
}
.video-card .title-card {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.korpGazeta .block-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 10px 0 35px;
}
.korpGazeta .gazeta-card {
    margin-bottom: 50px;
    clear: both;    
}
.korpGazeta .gazeta-header, .korpGazeta .gazeta-footer {
    text-align: center;
    background: #eeeff0;
    padding: 10px 5px;
    display: block;
    position: relative;
    margin: 0 10px;
    font-size: 1.6rem;
}
.korpGazeta .gazeta-card .gazeta-header p {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.1rem;
}
.korpGazeta .gazeta-card .gazeta-header span {
    font-weight: normal;
        font-size: 0.8rem;
}
.korpGazeta .gazeta-card .gazeta-footer p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.1rem;
}
.korpGazeta .col-xs-15, .korpGazeta .col-sm-15, .korpGazeta .col-md-15, .korpGazeta .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.korpGazeta .gazeta-card img {
    width: 100%;
    display: block;
    position: relative;
}
.korpGazeta .gazetaImg {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.korpGazeta blockquote {
    border-left: 5px solid #ed1b25;
    margin: 35px 0;
}
.korpGazeta blockquote p {
    padding: 10px 0;
}
.gazetaImg img {
  transform: scaleY(1);
  transition: all .4s ease-in-out;
}
.gazetaImg .overlay {
    position: absolute;
    display: inline-block;
    background: rgba(97, 102, 110, 0.85);
    height: 100%;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s linear;
}
.gazetaImg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
    opacity: 0.8;
 }
.gazetaImg .overlayTxt {
    position: relative;
    display: block;
    margin: 42% auto;
    text-align: center;
}
.gazetaImg .overlayTxt a {
    color: #fff;
    text-transform: uppercase;
}
 
.gazetaImg:hover .overlay {
  opacity: 1;
}
.gazetaImg .pdfImg a:before {
    content: '';
    width: 100%;
    height: 50px;
    display: inline-block;
    position: relative;
    background: url(../images/pdf-img2.png) no-repeat center center;
    background-size: contain;
    top: 5px;
    margin-bottom: 10px;
}
.txtBbock .text {
    margin-bottom: 25px; 
}

/* youtube Opoveschenie */
#youtubeOpov {
    position: fixed;
    display: none;
    top: 170px;
    right: -370px;
    width: 370px;
    background: #f8f8f8;
    z-index: 1111;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
#youtubeOpov .btnClose button {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    background: url(../images/close.png) no-repeat center center;
    background-size: contain;
    outline: none;
    top: 5px;
    margin: 0 auto;
    border: none;
}
#youtubeOpov .btnClose {
    background: #d6dadd;
    width: 19px;
    height: 19px;
    position: absolute;
    display: inline-block;
    border-radius: 25px;
    margin-right: 10px;
    text-align: right;
    right: 0;
    top: 10px; 
    cursor: pointer;
}
#youtubeOpov a.youtubeBtn::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 22px;
    width: 30px;
    background: url(../images/youtube-icon.png) no-repeat center center;
    background-size: 100%;
    outline: none;
    top: -1px;
    border: none;
    float: left;
    margin-right: 6px;
}
#youtubeOpov a.youtubeBtn {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    display: block;
}
#youtubeOpov a.youtubeBtn:hover {
   text-decoration: none;
   cursor: pointer;
}
#youtubeOpov .youtubeIner {
    background: #60656e;
    position: absolute;
    display: flex;
    height: 100%;
    width: 40px;
    top: 0;
    left: 0;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;    
}
#youtubeOpov .youtubeIner .bell {
    display: table-cell;
    position: relative;
    background: url(../images/bell-icon.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    height: 100%;
    width: 30px;
    margin: 0 auto;    
}
#youtubeOpov .youtubeBody {
    margin: 15px 20px 20px 60px;
    line-height: 1.2rem;
}
#youtubeOpov .youtubeBody .youtube-img {
    position: relative;
    display: inline-block;
    height: 23px;
    width: 56px;
    background: url(../images/youtube-icon2.png) no-repeat center center;
    background-size: 100%;
    top: 4px;
}

.kadrPolitica {
    margin-top: 20px;
}

.katalogEKG .link {
    margin-left: 20px;
}
.katalogEKG .link span {
    color: #3e779d;
}
.grey-dot:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0;
    left: -20px;
    background: #5e656f;
    width: 10px;
    height: 10px;
    margin-right: -10px;
}
.grey-dot {
    margin-left: 20px
}
.img_kat p{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 20px;
}
.pdf-icon {
    float: none;
    width: 100%;
    text-align: left;
    margin-left: 25px;
    position: relative;
    margin-bottom: 20px;
}
.pdf-icon::before {
    content: "";
    width: 15px;
    height: 21px;
    display: inline-block;
    position: absolute;
    background: url(../images/pdf-img2.png) center center / contain no-repeat;
    top: -2px;
    left: -25px;
}
.anticorrup, .anticorrup a {
    color: #e81a23;
}

.ya-share2__container_size_m .ya-share2__counter {
    font-size: 13px !important;
    padding: 8px 6px 0 6px !important;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 30px !important;
    width: 30px !important;
    background-size: 30px 30px !important;
}


/***** Messenger Vidget *****/

.t898__wrapper {
    position: fixed;
    bottom: 50px;
    right: 65px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}
.t898__wrapper, .t898__tooltip {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.t898__icon_link:hover .t898__tooltip {
    opacity: .85;
}
.t898__tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}
.t898__tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.t898__btn_label:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.t898__btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #08c;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
}
.t898__icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.t898__icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}
.t-name_xs {
    font-size: 16px;
    line-height: 1.35;
}
 
.t-name {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000;
}
.t898__hint {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: rgb(233, 233, 233);
    color: #333;
    opacity: .85;
    transition: all 0.1s linear;
}
.t898__hint:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: rgb(233, 233, 233);
}

.t898__btn_input:checked~.t898__hint{
    opacity:0;
    visibility:hidden;
}
#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none;
}
#allrecords a {
    color: #ff4e00;
    text-decoration: none;
}
#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.t898__btn_input:checked~a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0,-135%);
}
.t898__btn_input:checked~a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0,-255%);
}

.t898__btn_input:checked~.t898__icon_link {
    opacity: 1;
    visibility: visible;
}
.t898__btn_input:checked~a:nth-of-type(3) {
    transition: all 0.25s ease-in-out;
    transform: translate(0,-375%);
}
.t-records a {
    color: #ff4e00;
    text-decoration: none;
}
.t898__icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
}
.t898__tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}
.t-name_xs {
    font-size: 1.2rem;
    line-height: 1.35;
}


.t898__icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
}
 

.t898__btn_input {
    display: none;
}
.t898__btn_input:checked+label .t898__icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.t898__btn_input:checked~.t898__animated-circle {
    display: none;
}
.t898_animate .t898__animated-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -2px;
    border-radius: 50%;
    left: 0;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    border: 3px solid #08c;
    animation: t898__pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
 .t898_animate:hover .t898__btn_label {
    animation: none;
}
.t898__btn_input:checked+label {
    background: #fff!important;
    animation: none;
}
.t898_animate .t898__btn_label {
    animation: t898__btn-pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__btn-pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes t898__btn-pulsate{0%{transform:scale(1,1)}25%{transform:scale(1.1,1.1)}50%{transform:scale(1,1)}}
@keyframes t898__pulsate{0%{-webkit-transform:scale(.8,.8);opacity:0}25%{opacity:.4}50%{-webkit-transform:scale(1.3,1.3);opacity:0}100%{-webkit-transform:scale(.8,.8);opacity:0}}
@media screen and (max-width:960px){.t898__wrapper{bottom:10px;right:10px}}

/***** END Messenger Vidget *****/
