@charset "UTF-8";
 
@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;
}
@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 */
.modal-content {
    border: 0px solid #999;
   border: 0px solid rgba(0,0,0,.2);
}

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
/*---------------------------------------------*/

#hellopreloader {
    width: 100%;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    display: none;
}
#hellopreloader>p{display:none;}

#hellopreloader_preload {
    width: 50px;
    height: 50px;
    background: transparent url(../images/login/oval.svg) center center no-repeat;
    background-size: contain;
    margin: 25% auto;
}


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:hover {
    color: #7b7b7b;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    transition: 0.1s ease;    
}


a {
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
a:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
  color: #333333;
}
/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
	background: none;
}
textarea {
  outline: none;
  border: none;
}
textarea:focus, input:focus {
  border-color: transparent !important;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
.txt1 a {
  font-size: 1.4rem;
}
.txt2, .txt2 a {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 20px;
}
.txt2 a, .txt2 a:hover {
  color: #4279b7;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
}
.input100 {
  font-size: 1rem;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 35px;
  background: transparent;
  padding: 0;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  text-align: left;
}
.focus-input100::before {
content: "";
display: inline-block;
position: relative;
bottom: 0px;
left: 0;
width: 0;
height: 2px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
background: #ed1b24;
top: 20px;
z-index: 9999;
}
.focus-input100::after {
  font-size: 1rem;
  color: #333333;
  line-height: 1.2rem;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus + .focus-input100::after {
  top: -15px;
  font-size: 0.9rem;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::after {
  top: -15px;
  font-size: 0.9rem;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
 z-index: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 40%;
   z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.icon, .btn-show-pass {
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 2px;
  right: 12px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.logout i {
    font-size: 1.2rem;
    padding-right: 5px;
    position: relative;
    color: #008dc6;
}
.logout a {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #333;
}
/* hover effects */
.red-dot:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    background: #ed1b24;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    }
.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;
}
.main_btn{
    position: relative;
    display: inline-block;
    background: #e72727;
    padding: 20px;
    margin: 30px 0px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8rem;
    border: 0;
    outline: none!important;
    box-shadow: none!important;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
    z-index: 1;
    transition: all 300ms linear 0s;
    width: 100%;
	}


.main_btn:before {
			content:'';
			position:absolute;
			top:5px;
			left:5px;
			bottom:5px;
			right:5px;
			background:#e72727;
			border:1px solid #fff;
			z-index:-1;
			transition:all 300ms linear 0s;
			}
.main_btn:after {
	content:'';
	position:absolute;
	bottom:5px;
	right:5px;
	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:hover {
	color:#262533;
	text-decoration: none;
	}
.main_btn:hover:before {
	background:#fff;
    }
.main_btn:hover:after {
	border-right:10px solid #e72727;
	border-bottom:10px solid #e72727;
		}
.main_btn:visited {
    color:#fff;
    text-decoration: none;
}
.main_btn:visited:hover {
    color:#333;
}
.YZTM-logo {
    content: "";
    background: url(../images/YZTM-logo.png) no-repeat left  center;
    display: inline-block;
    position: relative;
    height: 80px;
    width: 100%;
    margin: 25px 0px;
    background-size: contain;	
}
.Kartex-logo {
	content: "";
    background: url(../images/Kartex-Logo.png) no-repeat 10%  center;
    display: inline-block;
    position: relative;
    height: 105px;
    width: 100%;
    margin: 5px 16px;
    background-size: contain;
}
.LP-logo {
	content: "";
    background: url(../images/LP-Logo_white.png) no-repeat center  center;
    display: inline-block;
    position: relative;
    height: 70px;
    width: 100%;
    margin: 30px 12px;
    background-size: contain;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li>a {
    color: #000;
        text-transform: uppercase;
    font-size: 1.4rem;
}
.breadcrumb li>a:hover {
    text-decoration: none;
}
.breadcrumb .active>a {
    color: #ed1b24;
    text-transform: uppercase;
    font-size: 1.4rem;
    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;
    color: #000;
    content: "\203A";
    font-size: 3rem;
    line-height: 3rem;
    top: 3px;
    position: relative;
}
.breadcrumb i{
    font-size: 2rem;
    line-height: 2rem;
}

.cardtender>div:nth-child(1n) {
    display: block;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 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;
}
 .list {
        padding-left: 0px;
        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: 0px;
    background: #ed1b24;
    width: 11px;
    height: 11px;
    margin-right: 10px;
}
.pagination>li>a, .pagination>li>span {
    color: #5f666f;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    color: #5f666f;
}
.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;
}
.pagination {
    margin: 25px auto 20px;
}
.news-list .pagination {
    margin: 25px auto 20px;
}
.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;
}

.signin-page .main_btn {
    cursor: pointer;
    max-width: 260px;
    font-size: 1rem;
    padding: 10px;
    margin: 10px auto 25px;
}
.signin-page .main_btn input {
    text-transform: uppercase;
}
.signin-page .bg {
    background: url(../images/login/bg-7.jpg) no-repeat left top;      
    display: block;
    position: relative;
    height:  100vh;
    width: 100%;
    background-size: cover;
}
.signin-page .bgsb {
    background: url(../images/bg-1.jpg) no-repeat left top;      
    display: block;
    position: relative;
    height:  100vh;
    width: 100%;
    background-size: cover;   
}
.signin-page {
    overflow: hidden;   
   } 
.signin-page .agreement {
    font-size: 0.8rem;
    line-height: 0.8rem;
}  
.signin-page .agreement a {
    color: #008bb5;
}
.signin-page .error {
    color: #d31919;
}
 
.signin-page .bg:before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height:  100vh;
   width: 100%;
   background: transparent;

   } 
.signin-page .topmenu {
    display: flex;
    justify-content: space-between;
    background: none;
}   
.signin-page .autoriseBlock {
    padding: 10px 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}
.signin-page .nav-tabs {
    margin-bottom: 15px;      
  } 
.signin-page .nav-tabs .active {
    font-weight: 500; 
    background: #f9f9f9;
}
.signin-page .nav-tabs .nav-link{
    color: #4b4b4b;
}
.signin-page .title {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 5px;
}  
.signin-page .form {
    margin: calc(35vh - 40%) auto 0;
    position: relative;
}

.signin-page .logo {
    background: url(../images/logo-uralmash.png) no-repeat center center;
    display: block;
    position: relative;
    height: 30px;
    background-size: contain;
    margin: 15px;
}
.signin-page .description {
    font-size: 1.2rem;
}
.signin-page .description p{
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.signin-page .description p:last-child{
    color: #6c6c6c;
    font-size: 0.95rem;
    line-height: 1.1rem;
    padding: 0 15px;
}
.signin-page .greetingBlock {
    margin-bottom: 35px;
}
.signin-page .greetingBlock p {
    margin-bottom: 5px;
    line-height: 1.2rem;
}
.signin-page .registrInfo {
     margin: 35px 0;
}
.signin-page .invalid-feedback {
    display: block !important;
    line-height: 1rem;
    position: absolute;
    margin-top: 0;
    padding-bottom: 12px;
}

.signin-page .loginSB {
     margin: 16% auto 0;
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.signin-page .wrap-input100 {
    margin-bottom: 55px;
}
.rdpPage .link {
    font-size: inherit;
    color: #027ad7;
    text-decoration: underline !important;
}

@media(max-width: 1920px){
.signin-page .autoriseBlock {
    padding: 10px 4rem;
}
}
@media(max-width: 1440px){
.signin-page .autoriseBlock {
    padding: 10px 2.5rem;
}
}

@media(max-width:767px){
.main_btn{
	line-height:50px
	}
.signin-page .autoriseBlock {
    padding: 10px 1.5rem;
}
}
@media(max-width:480px){
.signin-page .bg, .signin-page .bg::before {
    height: 200px;
}
}