.ost-class .leftmenu .block-title {
    background: none;
    font-weight: normal;
}
.ost-class .leftmenu a {
    color: #333;
    font-weight: bold;
}
.ost-class .block.spec .block-title {
    background: none;
    padding: 2px 10px 2px 30px;
}
.ost-class .block.leftmenu {
    padding: 25px 5px 20px 25px!important;
    background: #fff!important;
    margin-top: 30px;
    border: 1px solid #e9e8e8;
    margin-bottom: 30px;
    border-radius: 15px;
 box-shadow: none;
}
.ost-class aside .block, .leftcol .block {
    padding: 25px;
    background: #4eadff;
    border: 1px solid #fff;
    border-radius: 22px;
    box-shadow: none;
    margin-bottom: 10px;
}
.block-left-menu .download-price {
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #e9e8e8;
    margin-bottom: 20px;
    border-radius: 15px;
}
.block-left-menu .download-price a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.page-container p{
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
}
.page-container ul{
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
}
/*2019*/
.top-header {
    background: #4eadff;
min-height: 45px;
}
.top-header-container, .bottom-header-container, .menu-header-container {
    width: 1170px;
    margin: 0px auto;
    padding: 0 15px;
}
.top-header-left {
    width: 25%;
    float: left;
}
.top-header-left p {
    align-items: center;
    height: 45px;
    display: inline-flex;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.top-header-left span{
    margin-left: 5px;
    border-bottom: 1px solid #fff;
}
.top-header-right {
    width: 75%;
    float: left;
}
.bottom-header-logo, .bottom-header-text, .bottom-header-phone, .bottom-header-basket {
    width: 25%;
    float: left;
}
.bottom-header-logo {
    max-height: 130px;
}
.head-bottom {
    height: 130px;
}
.bottom-header-logo img{
    padding: 15px 0 0 0;
    margin: 0 auto;
    display: block;
}
.text-sale:before{
    content: "";
    background: url(images/text-sale.png) no-repeat;
    width: 29px;
    height: 24px;
    display: block;
    float: left;
    padding-right: 10px;
}
.text-sale{
padding-top: 8%;
color: #757575;
}
.text-delivery:before{
    content: "";
    background: url(images/text-delivery.png) no-repeat;
    width: 31px;
    height: 25px;
    display: block;
    float: left;
    padding-right: 10px;
}
.text-delivery{
padding-top: 8%;
color: #757575;
}
.text-phone {
    padding-top: 8%;
    color: #222222;
    font-size: 24px;
}
.text-mail:before{
    content: "";
    background: url(images/mail.png) no-repeat;
    width: 14px;
    height: 11px;
    display: block;
    float: left;
    padding-right: 10px;
top: 2px;
    position: relative;
}
.text-mail {
    color: #222222;
    font-size: 13px;
}
.menu-header-catalog, .header-auth {
    width: 25%;
    float: left;
}
.header-search {
    width: 50%;
    float: left;
}
.head-menu {
    height: 50px;
}
.menu-catalog {
    background: #4eadff;
    min-height: 50px;
    border-radius: 20px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
position: relative;
}
.menu-catalog span {
    align-items: center;
    height: 50px;
    display: inline-flex;
font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
padding-left: 20px;
}
.bx-system-auth-form .links li {
width: 44%;
    float: right;
    list-style: none;
    border: 1px solid #4eadff;
    margin-left: 15px;
    min-height: 48px;
    text-align: center;
}
.bx-system-auth-form .links li a{
    color: #4eadff;
align-items: center;
    height: 48px;
    display: inline-flex;
}
.bx-system-auth-form .links li:last-child {
    border: 1px solid #949393;
}
.bx-system-auth-form .links li:last-child a {
    color: #949393;
background: url(images/entry.png) no-repeat;
    background-position-y: 50%;
    background-position-x: 0;
    padding-left: 26px;
}
.bx-system-auth-form .links li:first-child a {
background: url(images/login.png) no-repeat;
    background-position-y: 50%;
    background-position-x: 0;
    padding-left: 20px;
}
/*Menu toggle button*/
#menu-btn{ 
  position: absolute; 
left: 30px;
    top: 1.5em;
    width: 29px;
  border-radius: 100%;
  transition: all .2s ease-out;
}
  /*Cursor on toggle button hover*/
  #menu-btn:hover{ cursor: pointer; }
  /*Changing color of hamburger lines on hover*/
  #menu-btn:hover .menu-line{}

  #menu-btn:active{}

  /*Styles for the hamburger lines*/
  .menu-btn-line{ 
    height: 3px;
    background-color: #fff;
    margin-bottom: 4px;
  }
  /*No margin-bottom for last hamburger line.*/
  .menu-btn-line:last-child{ margin-bottom: 0; }


  /*List*/
  #menu ul{ padding: 0; margin: 0; }
