@font-face {
    font-family: Kelson Sans RU;
    src: url("/fonts/Kelson Sans Regular RU.otf");
    font-weight: normal;
}


@font-face {
    font-family: Kelson Sans RU;
    src: url("/fonts/Kelson Sans Light RU.otf");
    font-weight: 300;
}

@font-face {
    font-family: Kelson Sans RU;
    src: url("/fonts/Kelson Sans Bold RU.otf");
    font-weight: bold;
}


body{
    font-family: Kelson Sans RU;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.02em;
    line-height: 158%;
    color: black;
}

ul{
    margin: 0;
    padding: 0;
}

.nowrap{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn{
    font-size: 0.95em;
}

.btn-sm{
    padding: 5px 15px 2px;
}

.header{
    background-color: #506a69;
    border: 0 none;
    border-radius: 0 ;
}

.navbar{
    margin-bottom: -2px;
}

.header .navbar-nav > li > a {
    color: #ffffff;
    letter-spacing: 0.02em;
}

.header .navbar-nav > li.active > a{
    background: #445a59;
}

.header .navbar-nav > li > a:hover{
    background: #587574;
}

.header .navbar-nav > .active a:hover{
    color: #f3f3f3;
    background: #445a59;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-collapse{
    border-color: #485e5d;

}

/** Icon of sendwich menu **/
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #556f6e;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.wrapper-sidebar{
    padding: 30px;
    background: blue;
}

.sidebar{
    background: #f6f6f6;
    padding: 0;
    border-right: 1px solid #eaeaea;
}

.main-content{
    padding: 0 15px 5px;
    background: white;
}

@media (min-width: 992px) {
    .sidebar,
    .main-content
    {
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 90px);
    }
}

.row-single {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.bd-success{
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    border-left: 6px solid #508c51;
    border-radius: 4px;
    background-color: #e7f1e2;
}

.constriction-light{
    background-color: #d3e6e4;
    color: #1d1d1d;
    padding: 7px 20px 15px;
}


.constriction-middle{
    background-color: #4fa2a0;
    color: #fff9fc;
    padding: 7px 20px 15px;
}


.constriction-dark{
    background-color: #232323;
    color: #ffc600;
    padding: 7px 20px 15px;
}

div.price-wrap{
    border-right: 1px solid #eee;
    text-align: center;
}

ul.price-body{
    padding: 5px 0 0px;
    margin: 0;
    list-style: none;
}


span.price-price{
    display: inline-block;
    border: 1px solid;
    border-radius: 15px;
    padding: 3px 18px;
    margin-bottom: 5px;
    font-weight: 400;
}

@media(max-width:767px) {
    div.price-wrap{
        padding: 35px 0 20px;
        border-bottom: 1px solid #eee;
    }
}


@media(max-width:767px) {
    div.price-wrap{
        padding: 35px 0 20px;
        border-bottom: 1px solid #eee;
    }
}

@media(max-width:991px) {
    div.price-wrap{
        padding: 35px 0 20px;         
    }
}

/*** The progressbar ***/

.dm-wrapper-progressbar{
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius:5px;
    min-height: 45px;
    background: #e5eaed;
}


.dm-markup-progressbar{
    float: left;
    width: 96%;
    margin-left: 2%;
    min-height: 10px;
}

.dm-scale-progressbar{
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-top: -15px;
    background: white;
    min-height: 20px;
    border: 1px solid #909b9a;
    border-radius: 7px;
    box-sizing: content-box;
}

.dm-step-progressbar{
    border-left: 1px solid #909b9a;    
    float:left;
    padding-left: 5px;
}

.dm-step-progressbar:last-child{
    border-right: 1px solid #909b9a;
}

.dm-step-progressbar > span{
    display: block;
    font-size: 0.65em;
    font-weight: 400;
    color: #787878;
    margin: -12px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;     
}

.dm-runner-progressbar{
    position: relative;
    height: 25px;
    margin: 2px;
    float: left;
    background: #97acc3;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.7em;
    font-weight: 400;
    text-align: right;
    padding-right: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*** The end of progressbar ****/

.faq{
    float: left;
    width: 100%;
    padding-bottom: 20px;

}

/* Menu vertical in page calculator */

div.menu-vertical{
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

div.menu-vertical > a{
    display: block;
    color: #545454;
    font-weight: 400;
    font-size: 0.8em;
    width: 100%;
    padding: 3px 8px;
    border-bottom: 1px solid #E4E4E4;
    text-decoration: none;
}

div.menu-vertical > a:focus{
    background: #dcdcdc;
}

div.menu-vertical > a:last-child{
    border: 0 none;
    border-bottom-left-radius:7px ;
    border-bottom-right-radius: 7px;
}

div.menu-vertical > a:first-child{
    border-top-left-radius:7px ;
    border-top-right-radius: 7px;
}