/* Блок меню в правой части сайта для авторизированного клиента */

.menuLeft {
    padding: 0;
    margin: 0;
}

.menuLeft .zag {
    padding-bottom: 10px;
}

.menuLeft ul {
    padding-left: 0px;
    width: 220px;
}

.menuLeft li {
    padding: 10px 0px;
    list-style: none;
    border-bottom: 1px solid #D6D6D6;
}

.menuLeft li:last-child {
    border: none;
}

.menuLeft a {
    padding-left: 20px;
}

.menuLeft span {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #dddddd;
    border-radius: 3px;
    float: right;
    line-height: 20px;
}

.menuLeft i {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
}

.MyAccount i {
    background: url("/i/sprite-private.png") 0px -55px no-repeat;
}

.Promotions i {
    background: url("/i/sprite-private.png") -84px -55px no-repeat;
}

.MyOrders i {
    background: url("/i/sprite-private.png") -28px -55px no-repeat;
}

.MyAccounting i {
    background: url("/i/sprite-private.png") -55px -55px no-repeat;
}

.MyReviews i {
    background: url("/i/sprite-private.png") -114px -55px no-repeat;
}

.AddNews i {
    background: url("/i/sprite-private.png") -198px -55px no-repeat;
}

.AddTender i {
    background: url("/i/sprite-private.png") -142px -55px no-repeat;
}

.webinarRec i {
    background: url("/i/sprite-private.png") -313px -55px no-repeat;
}

.MyMessage i {
    background: url("/i/sprite-private.png") -254px -58px no-repeat;
}

/*
.help {
	border:1px solid #999;
	text-align:center;
	padding: 5px;
	margin: 10px 0;
}

.help a{ 
	background: url("/i/sprite_default.png") -94px -785px no-repeat; 
	color: #0057A8; 
	padding-left:22px; 
	padding-bottom:10px; }
.login .help { padding: 5px; }
 */

.responsive_lk {
    min-width: 100%;
    max-width: 100%;
}

.responsive_lk #container {
    max-width: 400px;
    min-width: 1%;
}

.responsive_lk #middle {
    padding-bottom: 0;
}

.responsive_lk #general {
    margin: 20px 0 0 0;
}

.responsive_lk .enter_lk {
    display: none;
}

.responsive_lk #center .content {
    text-align: center;
}

.responsive_lk h2 {
    font-size: 18px;
}

.responsive_lk .infoblok.login {
    width: 100%;
    max-width: 100%;
    padding: 7px 0;
    border: none;
}

.responsive_lk .login form dl {
    max-width: 100%;
}

.responsive_lk .login form dt {
    text-align: left;
}

.shoved__five__tenders {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    background: #edf3f9;
    border: 1px solid #c7d7e7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-family: Tahoma, sans-serif;
}

.shoved__five__tenders__info-container {
    padding: 0 0 0 55px;
    background: url(/i/icon__loop.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding-right: 30px;
}

.shoved__five__tenders__button-container {
    flex-shrink: 0;
}

.shoved__five__tenders__info {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #444c53;
}

.shoved__five__tenders__small__text {
    font-size: 12px;
    line-height: 24px;
    color: #444c53;
    opacity: .5;
}

.shoved__five__tenders__link {
    color: #006bcc;

}

.shoved__five__tenders__button {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #0b508e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0 21px 0 50px;
    background: url(/i/button__loop.png) 16px center no-repeat, #006bcc;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

#global-preloader {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url('/i/ajax-loader.gif') no-repeat 0 0;
    display: none;
}

#veil {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.i-have-account,
.i-have-account p {
    font-size: 20px;
}

iframe[name='google_conversion_frame'] {
	width:0!important;
	height:0!important;
	position:absolute;
}
