@font-face {
    font-family: "HeliosCondRegular";
    src: url("../fonts/HeliosCondRegular.eot");
    src: url("../fonts/HeliosCondRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondRegular.woff") format("woff"), url("../fonts/HeliosCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "HeliosCondItalic"; */

@font-face {
    font-family: "HeliosCondItalic";
    src: url("../fonts/HeliosCondItalic.eot");
    src: url("../fonts/HeliosCondItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondItalic.woff") format("woff"), url("../fonts/HeliosCondItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "HeliosCondBold"; */

@font-face {
    font-family: "HeliosCondBold";
    src: url("../fonts/HeliosCondBold.eot");
    src: url("../fonts/HeliosCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondBold.woff") format("woff"), url("../fonts/HeliosCondBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "HeliosCondBoldItalic"; */

@font-face {
    font-family: "HeliosCondBoldItalic";
    src: url("../fonts/HeliosCondBoldItalic.eot");
    src: url("../fonts/HeliosCondBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondBoldItalic.woff") format("woff"), url("../fonts/HeliosCondBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'rouble';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rouble-webfont.woff2') format('woff2'),
    url('../fonts/rouble-webfont.woff') format('woff'),
    url('../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

h1 {
font-family:    helioscondbold;
font-size:  40px;
color:  rgb(50,​ 50,​ 50);
line-height:    50px;
text-align: left;
margin-bottom:  15px;
box-sizing: border-box;
}

h2 {
font-family:    helioscondbold;
font-size:  28px;
color:  rgb(50,​ 50,​ 50);
line-height:    40px;
text-align: left !important;
margin-bottom:  15px;
box-sizing: border-box;
}


.clrfix:after {
    content: '';
    clear: both;
    display: block;
}

h3.modal-title {
    color: rgb(0, 96, 157);
    font-size: 30px;
    font-weight: bold;
}

@media screen and (min-width: 450px) {
    .nowrap {
        white-space: nowrap;
    }
}

@media screen and (max-width: 450px) {
    .modal-header {
        padding: 60px 20px 0;
    }

    .modal-body {
        padding: 20px;
    }
}

.form-signin-heading {
    letter-spacing: -0.5px;
    text-align: center;
}

.form-control.login-inp {
    background-color: #F6F6F7;
    margin-bottom: 23px;
    padding: 6px 17px !important;
    letter-spacing: -0.8px;
}

.login-links .btn.btn-primary.sm-checks {
    color: rgb(147, 149, 152);
    font-size: 16px;
    padding: 0;
}

.login-links a {
    margin-top: 2px;
    letter-spacing: -0.45px;
}

.login-links {
    margin-bottom: 0px;
}

.g-recaptcha { margin: 8px 0 20px;}

/* slider-bl */

.btn.white-btn {
    background-color: rgb(251, 251, 252);
    border: 1px solid #d1d3d4;
    color: rgb(88, 89, 91);
    font-size: 15px;
    line-height: 1;
    outline: medium none;
    padding: 7px 24px;
    z-index: 1050;
}

.btn.white-btn:hover {
    background-color: #e6e6e6;
    border-color: #bdbebf;
    outline: none;
}

.btn.white-btn:active {
    background-color: #CCCCCD !important;
    border-color: #bdbebf;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
    outline: none;
}

.form-pages label {
    color: rgb(109, 110, 113);
    font-size: 16px;
    display: block;
    font-weight: normal;
}

.form-pages label.btn {
    color: #58595b;
}

.form-pages .btn-group label.btn-primary:active,
.form-pages .btn-group label.btn-primary.active,
.form-pages .btn-group label.btn-primary:hover {
    color: white;
}

.form-pages .btn-group label.btn-primary.sm-checks:hover {
    color: black;
}

.popover-btn-st {
    background: rgba(0, 0, 0, 0) url("../img/iconset.png") no-repeat scroll 0 -50px;
    display: inline-block;
    height: 24px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-left: 5px !important;
    z-index: 9;
}

.bs-callout.bs-callout-warning {
    background: rgb(252, 240, 170) url("../img/warning-ico-set.png") no-repeat scroll 20px 20px;
    border-radius: 6px;
    padding: 11px 20px 15px 57px;
    margin-left: 30px;
    margin-top: 13px;
    margin-bottom: 30px;
}

.bs-callout.bs-callout-warning h4 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 15px;
}

.collapse-header {
    background-color: rgb(239, 239, 240);
    border: 1px solid rgb(230, 231, 232);
    padding: 25px 20px 25px 66px;
    cursor: pointer;
    position: relative;
    margin-bottom: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.collapse-header.collapsed {
    margin-bottom: 0;
}

.collapse-header h2 {
    line-height: 1;
    margin: 0;
}

.collapse-header-tgl-ico {
    background: rgba(0, 0, 0, 0) url("../img/tgl-ico-crop.png") no-repeat scroll 0 0;
    height: 20px;
    left: 23px;
    position: absolute;
    top: 30px;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    width: 23px;
}

.collapse-header-toggler {
    color: rgb(0, 116, 174);
    font: 16px/1 arial;
    position: absolute;
    right: 24px;
    text-decoration: underline;
    top: 29px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.collapse-header[aria-expanded="true"] .collapse-header-toggler.toggler-close {
    opacity: 1;
}

.collapse-header.collapsed .collapse-header-toggler.toggler-opn {
    opacity: 1;
}

.collapse-header.collapsed .collapse-header-tgl-ico {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.inform-label span {
    display: inline-block;
    vertical-align: middle;
}

.toggle-content-block {
    margin-right: -15px;
}

.btn.download-btn:hover::after {
    text-decoration: none;
}

.btn.download-btn::after {
    background: rgba(0, 0, 0, 0) url("../img/download-img-ciocd.png") no-repeat scroll 20px 0;
    color: rgb(50, 50, 50);
    content: attr(data-file-name);
    font-size: 16px;
    height: 30px;
    left: 101%;
    line-height: 25px;
    padding-left: 55px;
    position: absolute;
    text-decoration: underline;
    top: 7px;
}

.collapse-header .btn.btn-primary {
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 4px 16px;
    font-weight: bold;
}

.collapse-header .btn.btn-primary:hover,
.collapse-header .btn.btn-primary.active {
    background-color: rgb(40, 94, 142) !important;
}

.collapse-header.smaller-colaps {
    max-width: 920px;
    width: 920px;
}

.collapse-header.smaller-colaps h2 {
    display: inline-block;
    vertical-align: middle;
}

.collapse-header.smaller-colaps .collapse-header-tgl-ico {
    top: 15px;
}

.collapse-header.smaller-colaps .collapse-header-toggler {
    font-size: 14px;
    right: 23px;
    top: 18px;
}

.collapse-header.smaller-colaps {
    height: 50px;
    padding: 16px 10px 16px 54px;
}

.progress {
    height: 14px;
}

.progress-row .progress {
    border-radius: 10px;
    margin: 4px 0 0 0px;
    padding: 0;
}

.progress-row .btn.btn-default {
    font-size: 14px;
    margin: -25px 0 0 27px;
    padding: 4px 11px;
}

.yellow-progress {
    background-color: rgb(252, 236, 146);
    padding: 5px 0;
    border-radius: 5px;
}

.yellow-progress.row {
    height: auto;
    padding: 0 10px;
}

.yellow-progress.row span {
    font-size: 19px;
    line-height: 20px;
}

.row.progress-row {
    border-top: 1px solid rgb(230, 231, 232);
    margin-top: 12px;
    padding-top: 20px;
}

.btn-toggler-sm-ico {
    background: rgba(250, 250, 250, 0) url("../img/drop-toogle-ico-445.png") no-repeat scroll center center;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid rgb(235, 236, 237);
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}

.btn.btn-toggler-sm.white-btn.pull-right {
    padding-left: 47px;
    padding-right: 12px;
}

.btn-toggler-sm-ico.transformed {
    border-left: 1px solid rgb(235, 236, 237);
    border-radius: 0 4px 4px 0;
    transform: rotate(180deg);
}

.progress-bar.progress-bar-danger {
    background-color: #ed0000;
}

/* MODAL FIXES */

.modal-body > .form-group.row {
    margin-bottom: 4px;
}

.modal-body > .form-group {
    margin-bottom: 23px;
}

/*
.modal-body .btn.btn-default {
    font-size: 20px;
    margin-top: 10px;
    padding: 11px 70px;
}
*/

.toggle-content-block .col-sm-4 {
    width: 32%;
}

.toggle-content-block > .col-sm-8 {
    padding-left: 26px;
    padding-right: 10px;
    width: 68%;
}

.bs-callout-warning p {
    font-size: 12px;
    line-height: 15px;
}

.toggle-content-block .form-group {
}

.btn.btn-default.download-btn,
.btn.btn-default.download-btn_without_sign {
    font-size: 16px;
    padding: 9px 51px;
    line-height: 21px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important
}

.form-group label {
    margin-bottom: 7px;
}

.form-group {
    margin-bottom: 24px;
}

btn-group.btn.btn-primary {
    padding: 8px 20px;
}

.btn.btn-primary.yeno, .btn.btn-primary.active.yeno {
    font-weight: bold;
    padding: 9px 21px;
    font-size: 15px;
    width: 50%;
}

@media screen and (max-width: 945px) {

    ul.header-menu-top li a {
        margin-top: 0;
    }

    .logo-header-min::after {
        display: none;
    }

    .logo-header-min {
        margin-left: -20px;
    }
}

html, body {
    background: white;
    margin: 0;
    padding: 0;
   /*  overflow-x: hidden; */
}

.clrfix:after {
    content: '';
    clear: both;
    display: block;
}

/*** Section header ***/

.top-right {
    right: 0;
    top: 1px;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.cursor {
    cursor: pointer;
}

 .overflow {
    overflow: hidden;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-20 {
    margin-left: 24px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.inline {
    display: inline-block !important;
}

.block {
    display: block;
}

.b-grey {
    border-color: #e6e7e8;
}

 .b-b, .b-r, .b-t {
    border-style: solid;
    border-width: 0;
}

.b-r {
    border-right-width: 1px;
}

.b-t {
    border-top-width: 1px;
}

.b-b {
    border-bottom-width: 1px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.panel .panel-heading {
    background: transparent none repeat scroll 0 0;
}

.panel-body p {
    color: #6d6e71;
    font-size: 12px;
    margin-top: -5px;
    display: inline;
}

.panel-body a {
    color: #3c3f42;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

.panel-body a:hover {
    text-decoration: none;
    color: #006fb1;
}

p {
    text-align: left;
}

h4, .h4 {
    font-family: Arial;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    margin-bottom: 12px;
}

h5, .h5 {
    font-family: Arial;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.title-box {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin-bottom: 25px;
}

.title-box-tit {
    border: 1px solid #939598;
    box-sizing: border-box;
    color: #939598;
    font-size: 14px;
    padding: 4px 6px;
    margin-bottom: 0;
}

.title-box-info {
    background: #0074ae none repeat scroll 0 0;
    border: 1px solid #0074ae;
    box-sizing: border-box;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 11px;
    vertical-align: top;
    margin-bottom: 0;
}

.col-md-6 .search {
    width: 75%;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: none;
}

.fixedpos {
    border-radius: 0;
    top: 0;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 999;
}

ul.navbar-nav li a {
    color: #414042;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 14px;
    text-align: center;
}

.enter-cab-lang {
    height: 45px;
    margin-top: -1px;
}

.nav.navbar-nav {
    display: block;
    min-height: 45px;
}

ul.header-menu-top li a {
    color: #414042 !important;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 13px;
    text-align: center;
}

ul.header-menu-top li a:hover {
    background-color: #dbdbdb !important;
    text-decoration: none;
    height: 45px;
}

ul.header-menu-top li a.active {
    background-color: #0074ae !important;
    color: #fff !important;
}

.enter-cab-lang {
    float: right;
}

.language {
    /*background: rgba(0, 0, 0, 0) url("../img/iconset.png") no-repeat scroll 3px 14px;*/
    cursor: pointer;
    float: left;
    height: 32px;
    margin-left: 5px;
    width: 24px;
}

.logo {
    background: rgba(0, 0, 0, 0) url("../img/logo_cedis.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 144px;
    margin-left: 0px;
    margin-top: 0;
    width: 228px;
}

.header-menu-bottom {
    /*border-top: 1px solid #e6e7e8;*/
    /*margin-top: 163px;*/
    /*    border-bottom: 1px solid #e6e7e8;*/
    margin-top: 110px!important;
}

.header-menu-bottom a {
    color: #58595b;
    font-size: 14px;
    line-height: 42px;
    /* margin-right: 25px; */
    text-align: center;
    position: relative;
    cursor: pointer;
}

.header-menu-bottom a:first-child {
    margin-left: 0;
}

.ico {
    background: rgba(0, 0, 0, 0) url("../img/iconset.png") no-repeat scroll 0 0;
}

.ico.blue-min-icon {
    background: rgba(0, 0, 0, 0) url("../img/exclamation_sign.png") no-repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 23px;
    margin: 6px 0 0 6px;
    width: 20px;
}

.ico.blue-min-icon.ttl-panel {
    background: rgba(0, 0, 0, 0) url("../img/exclamation_sign.png") no-repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 23px;
    margin: -6px 0 0 6px;
    width: 23px;
}

.ttl-panel {
    margin-left: 3px !important;
    margin-top: -22px !important;
}

/*** Section Content  ***/

.page-cont-big {
    border-top: 1px solid #e6e7e8;
    padding-bottom: 12px;
}

.button-print {
    text-align: right;
}

.print {
    background: rgba(0, 0, 0, 0) url("../img/btn-print.png") repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    color: #6d6e71;
    font-size: 14px;
    height: 30px;
    letter-spacing: -0.5px;
    padding-left: 42px;
    width: 132px;
}

.button-print.top {
    margin-top: 28px;
}

.date-box {
    background: #0074ae none repeat scroll 0 0;
    border: 1px solid #0074ae;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
    position: relative;
    /*margin-right: 37px;*/
    margin-right: 0px;
    margin-left: 1px;
}

.date-box.no-aft {
    margin-right: 0;
}

.number-box {
    border: 1px solid #d1d3d4;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 1px;
    padding: 0 4px;
}

.date-box::before {
    /* background: rgba(0, 0, 0, 0) url("../img/blue_quetion_sign.png") no-repeat scroll 0 0;*/
    content: "";
    display: inline-block;
    height: 21px;
    margin: 7px 0 0 8px;
    position: absolute;
    right: -26px;
    top: -8px;
    width: 18px;
}

.panel {
    margin-top: 28px;
}

.txt-anons h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 3px;
    color: black;
    text-decoration: none;
    clear: both;
}

.txt-anons p {
    text-align: justify;
    color: #52575b;
    font-size: 14px;
    line-height: 18px;
}

.date-box.no-aft:before {
    display: none;
}

.number-box.left-min {
    margin-left: -4px;
}

.txt-anons {
    margin-bottom: 25px;
    min-height: 40px;
}

.txt-anons {
    background: rgba(0, 0, 0, 0) url("/img/classicons/edrid32.png") no-repeat scroll 17px 18px;
    padding: 24px 20px 16px 60px;
    margin-left: -18px;
    margin-right: -21px;
    margin-bottom: 3px;
    /*overflow: hidden;*/
}

.txt-anons.authors {
    background-position: 17px 0px;
    padding: 5px 20px 10px 60px;
}

/*
.txt-anons.withico.bico18897 {
    background-image: url("/img/classicons/energ32.png");
}

.txt-anons.withico.bico18895 {
    background-image: url("/img/classicons/himic32.png");
}

.txt-anons.withico.bico18894 {
    background-image: url("/img/classicons/meh32.png");
}

.txt-anons.withico.bico18898 {
    background-image: url("/img/classicons/electr32.png");
}

.txt-anons.withico.bico-18893 {
    background-image: url("/img/classicons/fisic32.png");
}

.txt-anons.withico.bico18899 {
    background-image: url("/img/classicons/kibern32.png");
}

.txt-anons.withico.bico18891 {
    background-image: url("/img/classicons/inform32.png");
}

.txt-anons.withico.bico18902 {
    background-image: url("/img/classicons/military32.png");
}

.txt-anons.withico.bico18901 {
    background-image: url("/img/classicons/med32.png");
}

.txt-anons.withico.bico18904 {
    background-image: url("/img/classicons/pribor32.png");
}

.txt-anons.withico.bico18900 {
    background-image: url("/img/classicons/pribor32.png");
}

.txt-anons.withico.bico18909 {
    background-image: url("/img/classicons/mash32.png");
}

.txt-anons.withico.bico23970 {
    background-image: url("/img/classicons/pribor32.png");
}
*/
/*------ icons for rid ------*/

/*-physic-*/

/*-informatic-*/

/*-mechanic-*/

/*-chemistry-*/

/*-energy-*/

/*-electro-*/


/*-machine-*/


/*-pribor-*/


/*-medicine-*/


/*-military-*/

/*-arch-*/

.fix {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -85px 0; /* отрицательный нижний отступ на высоту футера */
    padding: 0 0 120px;

}

footer {
    padding: 15px 0;
    background: #005F9C;
    height: 85px;
    margin: 0;
    clear: both;
}

.page-cont-min {
    /*   padding-bottom: 100px;*/
}

/*** Section Footer  ***/

.page {
}

.navbar-default {
    background-color: #f3f3f3;
    border-color: #e7e7e7;
    border-left: medium none #e7e7e7;
    border-right: medium none #e7e7e7;
}

.logo-header-min {
    float: left;
    margin-top: 0;
    width: 121px;
    position: relative;
    padding-top: 1px;
}

.logo-header-min::after {
    background: rgba(0, 0, 0, 0) url("../img/logo-min-h-r.png") no-repeat scroll 0 0;
    content: "";
    height: 43px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 2px;
}

.btn-back-wrap {
    border-right: 1px solid #e6e7e8;
    float: left;
    padding: 7px 15px;
}

.btn.btn-default.btn-back {
    font-size: 14px;
    height: 29px;
    letter-spacing: -0.4px;
    line-height: 28px;
    padding: 0 0 0 12px;
    position: relative;
    width: 171px;
}

.btn-back::after {
    background: rgba(0, 0, 0, 0) url("../img/iconset-admin.png") no-repeat scroll 0 -114px;
    content: "";
    height: 18px;
    left: 8px;
    position: absolute;
    top: 3px;
    width: 10px;
}

.search-min {
    border-right: 1px solid #e6e7e8;
    box-sizing: border-box;
    float: left;
    height: 43px;
    padding: 7px 45px 9px 16px;
    position: relative;
    width: 338px;
}

.search-min-btn {
    background: rgba(0, 0, 0, 0) url("../img/iconset-admin.png") repeat scroll 0 -60px;
    border: 0 none;
    height: 25px;
    left: 25px;
    position: absolute;
    top: 12px;
    width: 25px;
}

.search-min-txt {
    border: medium none;
    border-radius: 5px;
    height: 28px;
    width: 273px;
    padding-left: 28px;
}

.user-info {
    background: #fafafa none repeat scroll 0 0;
    border-right: 1px solid #e6e7e8;
    float: right;
    height: 43px;
}

.speak-icon-wrap {
    border-right: 1px solid #e6e7e8;
    float: left;
    height: 43px;
    position: relative;
    width: 40px;
}

.star-icon-wrap {
    float: left;
    height: 42px;
    position: relative;
    width: 43px;
}

.speak-icon {
    background: rgba(0, 0, 0, 0) url("../img/iconset-admin.png") no-repeat scroll center 12px;
    height: 34px;
    position: relative;
    width: 42px;
}

.speak-icon::after, .star-icon::after {
    background: red none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    content: attr(data-num);
    font-size: 8px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    width: 12px;
}

.speak-icon.no::after, .star-icon.no::after {
    background: none;
}

.speak-icon::after {
    top: 9px;
    right: 11px;
}

.star-icon::after {
    right: 7px;
    top: -1px;
}

.speak-icon.relative.inline {
    margin: 2px -13px -8px 6px;
}

.star-icon.relative.inline {
    margin-bottom: -10px;
}

.star-icon {
    background: rgba(0, 0, 0, 0) url("../img/iconset-admin.png") no-repeat scroll 10px -21px;
    height: 26px;
    margin-top: 10px;
    position: relative;
    width: 42px;
}

.mini-header {
    float: left;
}

.mini-header .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fafafa none repeat scroll 0 0;
    border-color: -moz-use-text-color #e6e7e8 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #00aeff;
    font-size: 16px;
    height: 43px;
    padding: 8px 38px 8px 16px;
}

.main_sec_menu {
    margin-top: 30px;
    position: relative;
    top: 2px;
}

.main-btn {
    font-size: 15px;
    font-weight: bold;
    height: auto;
    line-height: 15px;
    padding: 11px 14px;
}

.main_sec_menu li {
    display: inline-block;
    font-size: 16px;
    padding: 0;
}

.main_sec_menu a {
    color: #58595b;
    display: block;
    padding: 12px 16px;
}

.main_sec_menu .active {
    background: white none repeat scroll 0 0;
    border-color: #eaebeb #eaebeb white;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
}

.relative {
    position: relative;
}

.dark-slim-block {
    background: #f0f0f0 none repeat scroll 0 0;
    border-top: 1px solid #e9e9ea;
    border-bottom: 1px solid #e9e9ea;
}

a:hover {
    color: #00aeff;
    text-decoration: none;
}

.container-fluid.dark-slim-block {
    height: 45px;
}

.form-control.bg-gray {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}

.main_sec_menu.min-top-h {
    margin-top: 7px;
}

.btn.btn-default.light-blue {
    background: #0074ae none repeat scroll 0 0;
    padding: 10px 88px;
}
/*
.form-control {
    width: 100% !important;
}
*/
textarea.form-control.min {
    min-height: 98px;
}

textarea.form-control.min[placeholder] {
    font-size: 20px;
}

textarea.form-control {
    min-height: 116px;
}

.modal-dialog.main-mod {
    width: 825px;
}

h3.modal-title-bl {
    color: #323232;
    font-size: 24px;
}

.modal-header-wrap p {
    text-align: center;
    color: #58595b;
}

.main-mod-btn-cls {
    background: rgba(0, 0, 0, 0) url("../img/modal-main-cls.png") no-repeat scroll 0 0;
    border: medium none;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 5;
}

h3.pan-ttl {
    font-size: 20px;
    font-weight: bold;
}

.h-26 {
    font-size: 35px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 19px;
    margin-bottom: 23px;
}

.no-margin.std-text-12 {
    line-height: 15px;
}

.no-aft {
    padding: 0 5px;
}

.main_sec_menu .active > a {
    color: #101010;
}

.light-gray-box {
    background: #fafafa;
}

.btn.btn-default.btn-back > span {
    display: block;
    margin-top: 0px;
}

.save-btn {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 25px;
}

.kgnc-lb label {
    margin-bottom: 5px;
}

.btn.btn-primary.active > input {
    color: #808285;
}

.btn-primary {
    border-color: #d3d5d6;
}

.container-fluid.socmedia-box {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e6e7e8;
    height: 54px;
    padding: 10px;
    margin-top: 20px;
}

.panel-default > .panel-heading {
    border: none;
}

.panel-heading {
    padding: 16px 15px 0;
}

.m-t-15 {
    margin-top: 13px;
}

.autor-box {
    margin-top: 5px;
}

.no-pdnt {
    margin-bottom: 13px;
    margin-top: -1.5px;
}

.yellow-progress.row {
    display: block;
}

.main_sec_menu.min-top-h.cart {
    margin-top: 9px;
}

.btn-cart-bl {
    width: 240px;
    height: 40px;
    background-color: #0074ae;
    font-size: 15px;
}

.btn-group.info-lbl-wrap {
    margin-top: 3px;
}

.btn.btn-primary.sm-checks.p-l-0 {
    font-size: 17px;
    font-weight: bold;
}

.icon-drpdwn {
    background: rgba(0, 0, 0, 0) url("../img/iconset-admin.png") no-repeat scroll 0 -42px;
    height: 18px;
    position: absolute;
    right: 17px;
    top: 11px;
    width: 10px;
}

#create_rid .modal-body {
    padding: 0;
    padding-bottom: 5px
}

#create_rid .modal-body > p {
    padding-bottom: 20px
}

#create_rid .modal-body p {
    line-height: 21px;
    text-align: center;
    color: #6e6e6e;
    margin: 0;
    padding: 3px 61px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 19px;
}

#create_rid h3 {
    text-align: center !important;
    font-weight:bold !important;
    font-size: 22px !important;
}

#create_rid .modal-body .btn.btn-default {
    width: 395px;
    white-space: normal;
    margin: 18px 0 0;
    line-height: 26px;
}

.href_down_load {
    margin-bottom: 5px;
    display: block;
    height: 36px;
}

.href_down_load::after {
    background: rgba(0, 0, 0, 0) url("../img/download-img-ciocd.png") no-repeat scroll 20px 0;
    color: rgb(50, 50, 50);
    content: attr(data-file-name);
    font-size: 16px;
    height: 30px;
    left: -36px;
    line-height: 30px;
    padding-left: 55px;
    position: absolute;
    text-decoration: underline;
    top: 8px;
}

.blcSndTextParam {
    float: left;
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #3c3f42;
    width: 100%;
}

.blcSndTextParam {
    border-bottom: 1px solid #ecedee;
    padding-bottom: 21px;
    margin-bottom: 13px;
}

.blcSndTextVal {
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-top: 14px;
    line-height: 18px;
}

.blcSndText {
    margin-bottom: 10px;
}

.title_search {
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
}

.btn_header_search {
    border: 3px solid white;
    border-radius: 7px;
    padding: 12px 14px
}

.btn_header_search:hover {
    border-color: white !important
}

.header-menu-bottom a:hover {
    /*   color:inherit;*/
}

nav.header_fltr a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    position: relative;
}

nav.header_fltr a:hover {
    border-bottom: 1px solid #0074ae;
}

.form-control:focus {
    border-width: 2px;
}

.label_download_file {
    margin-bottom: 0 !important;
}

.modal-body .btn.btn-default.label_download_file {
    position: absolute;
    right: 0;
    bottom: -63px;
    padding: 12px 70px;
}

label.btn.btn-primary.sm-checks {
    margin-bottom: 0;
}

.form-group_checkbox {
    position: relative;
}

.form-group_checkbox .repeat_checkbox:last-of-type label.btn.btn-primary.sm-checks {
    padding-bottom: 0;
}

.repeat_checkbox {
    display: block;
}

button.close {
    right: 21px;
    top: 18px;
}

.underfixedpos {
    padding-top: 55px;
}

div.number-box {
    text-transform: uppercase;
}

div.number-box a {
    color: black;
}

@media print {
   body {
    position: relative;
    padding: 0;
    height: 1px;
    overflow: visible;
}

  footer, #footer *, #fltrs_rid, #fltrs_rid *, .socmedia-box, .socmedia-box * {
        display: none;
    }

  #printarea {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 0;
        margin: -1px;
    }
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
    background-position: center !important;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

.bbb {
    font-size: 20px;
}

.btn-group input + label {
    overflow: hidden;
    max-width: 600px;
}

.progress_low {

}

.progress_middle {
    background-color: orange !important;
}

.progress_high {
    background-color: #8dc63f !important;
}

.error {
    color: red;
    display: block;
    width: 100%;
    /* height: 50px;*/
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
}

.tags {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -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;
}

/*
input.ng-valid, textarea.ng-valid {
     background:white;
}
input.ng-invalid.ng-touched,  textarea.ng-invalid.ng-touched{
    background-color: red;
}

input.ng-valid-uniq_number, input.uniq_number.ng-invalid {
     background-color:white;
}
input.uniq_number.ng-invalid.ng-invalid-uniq_number {
    background-color: red;   
}

input.ng-valid.ng-pristine,  textarea.ng-valid.ng-pristine{
    background:white;
}
*/

h3 > a {
    color: rgb(50, 50, 50);
}

.main_sec_menu li {
}

.show_more {
    display: block !important;
    margin: 20px 0 20px 0 !important;
}

.backup_password {
    cursor: pointer;
}

.bbb {
    text-decoration: underline;
    cursor: pointer;
}

.cost_conract {

}

table.cost_conract .inform-label {
    font-size: 12px;
}

table.cost_conract .form-control {
    font-size: 12px;
    height: auto;
}

table.cost_calculation input.form-control {
    width: 50% !important;
    float: left;
}

table.cost_conract label.form-control {
    background: none;
    outline: none;
    border: 0;
    box-shadow: none;
}

.bg-gray-cls-inline {
    background: rgba(0, 0, 0, 0) url("../img/gray-input-icons.png") repeat scroll -1px 18px;
    border: 0 none;
    height: 18px;
    width: 18px;
}

.label-inline {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 20px;
    display: inline;
    margin-right: 20px;
}

.ctrl-dictionary {
    display: block !important;
}

.ctrl-dictionary-item {
    display: block !important;
    margin-top: 10px;
}

.ctrl-dictionary-wrp {
    border: 1px solid rgb(230, 231, 232);
    padding: 10px;
    margin-bottom: 10px;
}

.ctrl-dictionary-wrp .label-inline {
    font-size: 16px;
}

.ctrl-dictionary-wrp .inform-label span {
    text-decoration: underline;
}

.modal-dialog {
    margin-bottom: 180px;
}

input[type="file"] {
    display: none;
}

.center {
    text-align: center;
}

.btn_create_in_top_search {
    border: 0 none;
    border-radius: 3px;
    margin-top: 3px;
}

select option {
    font-size: 16px;
}

.btn-default:focus, .btn-default.focus {
    border-color: inherit !important;
    background-color: #0c6099;
}

#create_rid a:hover {
    background-color: #f3f3f3;
}

#create_rid a:active {
    background-color: #00aeff;
    color: white;
}

#create_rid a::before {
    /* background: rgba(0, 0, 0, 0) url("../img/classicons/kku832.png") no-repeat scroll 0 0;*/
    content: "";
    display: inline-block;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#create_rid a span {
    display: table-cell;
    vertical-align: middle;
}


#create_rid a.invention {
    background-image: url("/img/icons-type-rid/invention.png");
    background-repeat: no-repeat;
}

#create_rid a.utility_model {
    background-image: url("/img/icons-type-rid/utility_model.png");
}

#create_rid a.industrial_model {
    background-image: url("/img/icons-type-rid/industry.png");
}

#create_rid a.computer {
    background-image: url("/img/icons-type-rid/computer.png");
}

#create_rid a.db {
    background-image: url("/img/icons-type-rid/db.png");
}

#create_rid a.know-how {
    background-image: url("/img/icons-type-rid/know_how.png");
}

#create_rid a.pero {
    background-image: url("/img/icons-type-rid/pero.png");
}

#create_rid a.nauka {
    background-image: url("/img/icons-type-rid/nauka.png");
}

#create_rid a.music {
    background-image: url("/img/icons-type-rid/music.png");
}

#create_rid a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

.common_site_accordeon {
   font-size: 16px;
    display: block;
    font-family: inherit;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 17px;
}

/**
 * onoff.css
 * Author: http://proto.io/freebies/onoff/
 * Author: Timmy Willison
 */

/**
 ===================================================
 */

input:read-only, textarea:read-only {
    background: #eeeeee !important;
}

.right {
    float: right;
}

a.btn_type_second {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 19px;
    box-sizing: border-box;
    border: 1px solid #4088b6;
    border-radius: 6px;
    line-height: 1;
}

a.btn_type_second:hover, a.btn_type_second:active {
    background: #00aeff;
    color: white;
}

a.btn_type_second.db_add {
    margin-top: 19px;
}

/*
.txt-anons:hover :after {
    background-color:#e5f1f9;
    content: "";
    height: 132%;
    position: absolute;
    right: -18px;
    top: -19px;
    width: 104%;
    z-index: -1;
}
*/

.txt-anons {
    display: block;
    position: relative;
    text-decoration: none;
}

a.txt-anons:hover {
    background-color: #e5f1f9;
    border-radius: 6px;
}

.txt-anons.privatecab {
    border: 2px solid white;
}

.txt-anons.privatecab {
    border: 2px solid white;
}

.list-view .item {
    border-bottom: 2px solid #e5f1f9;
}

.list-view:hover .item {
    border-bottom: 2px solid white;
}

.txt-anons.privatecab:hover {
    border-color: #e5f1f9;
    border-radius: 6px;
}
.privatecab .main_rid_info {
    cursor: pointer;
}

.show_more {
    background: white;
    box-shadow: inset 0px 0px 3px 1px rgba(243, 243, 244, 0.73);
}

.show_more:hover, .show_more:active {
    box-shadow: none;
}

h3.modal-title-bl
.txt-anons .date-number {
    float: left;
}

.txt-anons-add-info-opt-col,
.txt-anons-add-info-opt {
    font-size: 12px;
    color: #6d6e71;
    float: left;
    position: relative;
    padding-right: 21px;
    margin-right: 18px;
    margin-top: 3px;
    margin-bottom: 15px;
}

.txt-anons-add-info-opt-col {
    margin-right: 0;
}

.txt-anons-add-info-value {
    font-size: 14px;
    color: #3c3f42;
    line-height: 14px;
    margin-top: 9px;
    font-weight: bold;
}

.txt-anons-add-info-opt:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    border-right: 2px solid #e8e9ea;
}

.wrp-txt-anons-add-info-rightHoldersAuthors {
    clear: both;
    margin-top: 8px;
}

.clear {
    clear: both;
}

.txt-anons-add-info-value span {
    color: #00aeff;
    text-decoration: underline;
}

.wrp-info-item {
    /*overflow: hidden;*/
    border-bottom: 1px solid #ecedee;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ecedee;
}

.wrp-info-item .txt-anons-add-info-opt {
    width: 129px;
    display: inline-block;
    float: none;
    vertical-align: top;
    overflow: hidden;
}

.wrp-info-item .txt-anons-add-info-opt:nth-last-of-type(1):after,
.txt-anons .txt-anons-add-info-opt:nth-last-of-type(1):after {
    border: none;
}

.wrp-info-item .txt-anons-add-info-opt:nth-of-type(4n) {
    padding-right: 0;
    margin-right: 0;
}

.wrp-info-item .txt-anons-add-info-opt:nth-of-type(4n):after {
    border-right: none;
}

.add-info-about-rid.right-col {
    text-align: right;
}

.b-info-common-site .collapse-header {
    padding: 0 37px;
    margin-bottom: 24px;
}

.b-info-common-site .collapse-header h2 {
    font-family: arial;
    font-size: 20px;
    padding: 0;
    margin: 12px 0;
}

.b-info-common-site .collapse-header-tgl-ico {
    background: rgba(0, 0, 0, 0) url("../img/tgl-ico-crop_small.png") no-repeat scroll 0 0;
    top: 17px;
    left: 11px;
}

.b-info-common-site .collapse-header.collapsed .collapse-header-tgl-ico {
    top: 9px;
    left: 3px;
}

.b-info-common-site .collapse-header-toggler {
    font-size: 12px;
    top: 17px;
    right: 24px;
}

.b-info-common-site {
    line-height: 1;
    margin: 0;
    font-size: 20px;
    font-family: arial;
    padding-top: 9px;
}

.blc_authors_and_rightholders {
    border: none;
}

table.cost_conract {
    font-size: 12px;
    border-top: none;
    border-bottom: none;
}

.wrp-info-item-border-none {
    /*border-bottom: none;*/
}

table.table.table-bordered.cost_conract th {
    border-top: none;
}

table.cost_conract tr:nth-last-child(1) td {
    font-size: 18px;
    border-bottom: none;
}

table.cost_conract label.cost_contract {
    font-size: 14px;
    color: #3c3f42;
    margin: 0;
    padding: 4px 13px;
}

table.cost_conract th {
    font-size: 12px;
    color: #6d6e71;
    font-weight: normal;
}

table.cost_conract th,
table.cost_conract td {
    padding: 0;
}

.table.table-bordered.cost_conract td {
    padding: 0;
}

table.cost_conract tr:hover {
    border: 2px solid #b6b8ba;
}

table.cost_calculation tr:hover {
    border: none;
}

table.cost_conract tr:hover td {
    cursor: pointer;
}

table.cost_conract tr:first-child:hover {
    border: none;
}

/*
<span class="rouble">e</span>
*/
.rouble {
    font-family: 'rouble';
}

.panel-body .list-view > div:hover {
    background-color: #e5f1f9;
    cursor: pointer;
}

.panel-body:hover a {
    text-decoration: none;
    color: #006fb1;
}

.panel-body {
    display: block;
}

.panel-default.panel-custom > .panel-heading {
    border-bottom: inherit;
    padding: 12px 16px;
}

.panel-custom .panel-heading {
    font-family: HeliosCondBold;
}

.panel-default.panel-custom > .panel-heading h3.pan-ttl.no-margin {
    line-height: 26px;
}

.txt-anons-add-info-value span.rouble {
    color: inherit;
    text-decoration: none;
}

.wrp-info-item-negative-mt {
    margin-bottom: -14px;
    overflow: hidden;
}

.wrp-info-item-negative-mt .txt-anons-add-info-opt {
    margin-bottom: 14px;
}

ul.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    font-size: 16px;
}

ul.dropdown-menu > li > div:focus, ul.dropdown-menu > li > div:hover, ul.dropdown-menu > li > div.active {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.staticp {
    color: #52575b;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 30px;   
}

.wrp-info-item-negative-mt .txt-anons-add-info-value {
    font-weight: normal;
}

.staticp a {
    text-decoration: underline;
}

.staticp td {
    padding: 3px 5px;
}

.staticp td.ok {
    background: url(/img/approval-32.png) no-repeat center center;
}


.blc_authors_and_rightholders a {
    color: #0074ae;
    text-decoration: underline;
}

#revolver {
    width: 720px;
}

 .dlgbtn .ico {
    background: url("/img/revolver.png") no-repeat -83px 0;
    height: 46px;
    width: 42px;
    content: " ";
    float: left;
}

 .dlgbtn .txt {
    display: table-cell;
    height: inherit;
    padding-left: 16px;
    vertical-align: middle;
}

.dlgbtn {
    height: 42px;
    float: left;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 33px 0 25px;
    margin-top: 0px;
    cursor: pointer;
    background-color: #00aeff;
    margin-right: 16px;
    color: white !important;    
}

.dlgbtn .ico {
    background: url("/img/revolver.png") no-repeat -167px -14px;
    width: 21px;
    height: 15px;
    display: inline-block;
    margin-top: 3px;
}

.dlgbtn .txt {
    padding-left: 10px;
    color: white;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

a.logo-header-min {
    display: block;
    min-width: 92px;
    min-height: 40px;
    background: url(/img/logo_cedis_min.png) no-repeat 0 0;
}

.std-text-40 {
    line-height: 50px;
}

.progress-row .title-box {
    width: 100%;
}

.panel-body b-b b-grey a b {
    text-transform: uppercase;
}


.trademark {
    font-weight: bold;
    color: #5a5a5c;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
}

.calc_cost_title_step {
    float: left;
    display: table;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
    width:auto;
    background:#ffffff;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}

.calc_cost_title_step_numb {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    background:url(../img/trademark/hexagon_grey_30x32.png) center left no-repeat;
    width:44px;
}

.trademark .calc_cost_title_step_numb {
    padding-right: 3px;
}

.calc_cost_title_step_title {
    display: table-cell;
    vertical-align: middle;
    margin-left:5px;
    padding-right: 7px;
}

.calc_cost_title_step.calc_cost_title_step_act {
    background: #00aeff;
    color: white;
    border-top:solid 1px #00aeff;
    border-bottom:solid 1px #00aeff;
}

.calc_cost_title_step::after {
    content: '';
    bottom: 0px;
    right: -14px;
    margin: 0;
    padding: 0;
    z-index: 8;
    display: inline-block;
    position: absolute;

    border:none;
    background:url(../img/trademark/arrow_greg_15_62.png) left no-repeat;
    width:15px;
    height:62px;
}

.calc_cost_title_step.calc_cost_title_step_act::after {
    border:none;
    background:url(../img/trademark/arrow_white_15.png?ver=3) left center no-repeat;
    width:15px;
    height:62px;
    right: -15px;
}

.calc_cost_title_step.calc_cost_title_step_dis::after {
    border:none;
    background:url(../img/trademark/arrow_grey2white_15_62.png) left center no-repeat;
    width:15px;
    height:62px;
}


.calc_cost_title_step.calc_cost_title_step_dis_1::after {

    background:none;

    border-bottom: 31px solid transparent;
    border-left: 15px solid #e6e7e8;
    border-top: 31px solid transparent;

    width:15px;
    height:62px;
}

.calc_cost_title_step.calc_cost_title_step_dis {
    background: #e6e7e8;
    color: #959595;
}

.calc_cost_rid_tab .calc_cost_title_step.calc_cost_title_step_dis {
    background: #e6e7e8;
}

.calc_cost_rid_tab .calc_cost_title_step.calc_cost_title_step_dis::after {
        border-left: 23px solid #e6e7e8;
}



.container-substrate, .container-substrate .row, .container-substrate .col-md-6{
    margin:0;
    padding:0;
}
.substrate{
    height:62px;
    width:100%;
    background: #ffffff;
    position:absolute;
    top:1px;
    border-top:solid 1px #f7f7f7;
    border-bottom:solid 1px #f7f7f7;
}
.substrate-active{
    background:#00aeff;
    border-top:solid 1px #00aeff;
    border-bottom:solid 1px #00aeff;
}

.substrate-disable{
    background:#e6e7e8;
    /*border-left: 22px solid #0074bb;*/
}

.collapse-header.smaller-colaps.smaller-colaps_cost_val_rid {
    width: 100%;
    max-width: 100%;
}

.label_with_checkbox_cost_calc_rid label {
    color: black;
    margin-top: 5px;
}

.calc_cost_title_rid_value {
    display: inline;
    font-weight: bold;
}

.common_calc_cost {
    background-color: #e4f1f9;
    box-sizing: border-box;
    padding: 10px 17px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 6px;
    margin: 20px 0;
    display: table;
    width: 100%;
    padding-right: 25px;
}

.common_calc_cost-title {
    display: table-cell;
    width: 80%;
    margin-right: 30px;
    vertical-align: middle;
    padding: 10px;
}

.common_calc_cost-cost {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: right;
}

.common_calc_cost-cost_inner {
    display: inline-block;
    background: white;
    padding: 2px 14px;
    border-radius: 3px;
    white-space: nowrap;
    height: 49px;
    color: black;
}

.common_calc_cost-cost_inner > span {
    white-space: nowrap;
    line-height: 47px;
}

b.calc_cost_title {
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 28px;
}

.calc_cost_sep {
    position: relative;
}

a.user_agreement_title {
    color: #2375ad;
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    font-size: 14px;
}

.user_agreement_control {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.user_agreement_control label {
    padding-right: 0 !important;
}


input.agree_license_message_error {
    position: absolute;
    width: 1px;
    height: 0;
    border: 0;
    top: 18px;
    left: 25px;
    background: none;
}

.modal-body.information_about_public_rid .btn-default {
    padding: 4px 70px;
    margin: 20px 20px 0;
}

div.faqmenu ol {
    padding-left: 16px;
}

div.faqmenu li {
    text-align: left;
}

#searchres {
    margin-top: 20px;
}

#searchres a {
    font-size: 16px;
    line-height: 24px;
}

span.personal_account {
    float: right;
}

.modal.in {
    display: block;
}

.user_agreement_title {
    cursor: pointer;
}

table.cost_conract label.cost_contract_common {
    display: inline;
    padding-right: 0;
    padding-left: 0;
}

.viewReadOnly label {
    display: none;
}

.viewReadOnly label.active, .viewReadOnly label.active:hover {
    display: block;
    background: none;
    color: black;
    border: none;
    box-shadow: none;
}

table.cost_calc_result td {
    white-space: nowrap;
}

.calc_cost_rid {
    font-size: 14px;
}

.right_type_cost {
    border: none !important;
}

.calc_cost_rid .form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.apply {
    background: url("/img/revolver.png") no-repeat -124px 0 !important;
}

.modal-content hr {
    margin: 12px -50px 26px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
}

label.required::before {
    color: red;
    content: '*';
    height: 24px;
    left: 0;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}

label.required {
    padding-left: 14px;
    position: relative;
}

.hexagon-45{
    background: url("../img/trademark/hexagon_grey_45_50.png");
    width:45px;
    height:50px;
    font-size:26px;
    color:#0074bb;
    line-height:50px;
    text-align:center;
    font-weight:bold;
}

.container_trademark .form-group label{
    font-size:16px;
    color:#58595b;
    font-weight:normal;
}

.trademark_step_head{
    margin-bottom: 21px;
    color:#000000;
}

.trademark_step_head ul{
    list-style: inside;
}

.dlgbtn.trademark-btn, .dlgbtn.trademark-btn-p, .dlgbtn.trademark-btn-c{
    position:relative;
    height:40px;
    display: table-cell;
    float: none;
}

.dlgbtn.trademark-btn{
    padding: 11px 7px 11px 5px;
}

.dlgbtn.trademark-btn-p{
    padding: 11px 11px 11px 6px;
}

.dlgbtn.trademark-btn-c{
    padding: 11px 10px 11px 0;
}


.trademark-btn::after{
    background: url("../img/trademark/arrow_blue_14_40.png?ver=3");
    width:14px;
    height:40px;
    position:absolute;
    bottom: 0;
    content: "";
    display: inline-block;
    margin: auto;
    z-index: 8;
    right: -12px;

}

.trademark-btn-p::before{
    background: url("../img/trademark/arrow_blue_14_40_r.png?ver=3");
    width:14px;
    height:40px;
    position:absolute;
    bottom: 0;
    content: "";
    display: inline-block;
    margin: auto;
    z-index: 8;
    left: -12px;

}

.content-substract-left{
    width:60%;
    background:url(../img/trademark/px_grey.png);
    position: relative;
    height: 100%;
    min-height: 100%;
    padding-left: 0;
    padding-right: 45px;
    border-right:solid 1px #b7cfdf;
}

.txt{
    margin-top:-1px;
}
.txt-l{
    padding-left:0px;
    margin-top:-1px;
}

.trademark_bot_notice{
    font-size:14px;
    color:#6d6e71;
    font-weight:normal;
}

.outarrow{
    background: url("../img/trademark/outarrow_white.png");
    width:16px;
    height:41px;
    position:absolute;
    right: -43px;
    z-index:10;
}

.next_notice{
    position:absolute;
    bottom: 0;
    margin-left:16px;
    width:300px;
    color:#ffffff;
}

.next_notice h4{
    font-size:20px;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#ffffff;
}

.next_notice p{
    color:#ffffff;
    font-size:12px;
    padding-top:20px;
}

.next_notice_hexagon{
    background: url("../img/trademark/hexagon_white_28_30.png");
    width:28px;
    height:30px;
    font-size:16px;
    color:#ffffff;
    line-height:31px;
    font-weight:bold;
    padding-left: 9px;
}

.content-substract-right{
    width:40%;
    background: #0074bb;
    position: relative;
    height: 100%;
    min-height: 100%;
}

h3.trade_mark_title{
    font-size: 26px;
    margin-bottom: 17px;
    margin-top: 11px;
}

.container_trademark .trademark_chx_label{
    white-space: inherit;
}
.container_trademark .btn.btn-primary{
    padding-left:0px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-top {
    vertical-align: top;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

.big-bg{
    background: #f5f5f5 none repeat scroll 0 0;
    position: relative;
}



.trademark_label_span{
    color:#000000;
    font-size:14px;
    display: inline-block;
    padding-left:10px;
}

button#trigger_validate_form, .save-btn-rid {
    visibility: collapse;
}

.search_uniq_key_in_modal_window > label {
    font-size: 12px;
}

.search_uniq_key_in_modal_window > input {
    height: 27px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
}

.container_trademark .btn.btn-primary.sm-checks::before{
    margin-right:0;
    padding-right:0;
}

.trademark_price, .trademark_price .ng-binding{
    color:#ffffff;
}

.trademark_white_subs_arrow_1{
    left:1px;
}
.trademark_white_subs_arrow_2{
    left: 321px;
}

.trademark_white_subs_arrow_3{
    left: 80px;
}
.trademark_white_subs_arrow_4{
    left: 290px;
}
.trademark_white_subs_arrow_5{
    left: 505px;
}

.trademark_white_subs_arrow{
    background:url("../img/trademark/arrow_white_29_14.png");
    width:29px;
    height:14px;
    position:absolute;
    top:-14px;
}
.trademark_white_subs .bs-callout-warning h4{
    font-size: 14px;
    line-height: 28px;
    font-weight:bold;
    color:#000000;
}
.trademark_white_subs .bs-callout-warning{
    margin-left: 0;
}
.trademark_white_subs .bs-callout-warning p{
    color:#000000;
}

.container_trademark .btn.btn-default.download-btn, .btn.btn-default.download-btn_without_sign{
    color:#ffffff;
}

a.mktucart_btn{
    font-size: 14px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: -35px;
}

.mktu-button{
    background:url("../img/trademark/icon_mktu_list_btn.png");
    background:#fafafa;
    border-radius: 3px;
    padding:4px 5px 4px 20px;
    color:#6d6e71;
    border:solid 1px #e6e7e8;
}

.trademark_white_subs{
    background:#ffffff;
    border-radius: 4px;
    padding:20px 15px;
    position:relative;
    margin-bottom:15px;
}

.trademark_type_col{
    background:#ffffff;
    border-radius: 6px;
    padding:10px 10px 10px 10px;
    cursor:pointer;
}
.trademark_type_col_selected{
    border:solid 1px #8dc63f;
}
.container_trademark .form-group .yeno:hover, .container_trademark .form-group .active{
    color:#ffffff;
}
.container_trademark .form-group .yeno{
    padding-left:16px;
}
.container_trademark .form-group .trademark_label_download_file{
    color:#ffffff;
}

.container_trademark .form-group label.custom_trademark_lable{
    color:#000000;
    font-size:20px;
    font-weight: bold;
}

.calc_cost_rid p,
.calc_cost_rid li,
.calc_cost_rid table td,
.calc_cost_rid table th,
.calc_cost_rid form-pages label,
.calc_cost_rid table.cost_conract label.cost_contract,
.calc_cost_rid .form-pages label {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    font-family: arial !important;
}

button.dlgbtn {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    /* margin-right: 0; */
    display: inline-block;
    padding: 11px;
}

button.dlgbtn .ico {
    float: none;
    margin: 0;
}

#modal_enter_to_private_cabinet .modal-dialog {
    max-width: 509px;
}

#modal_enter_to_private_cabinet .modal-content {
    padding-bottom: 32px;
}

#modal_enter_to_private_cabinet #btn_backup_password,
#modal_enter_to_private_cabinet .login-links {
    display: none;
}

#modal_enter_to_private_cabinet {
    z-index: 99999999999999999
}

.error.session_end {
    color: black;
    text-align: center;
}

.main-mod-btn-cls_logout {
    border: medium none;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 5;
    background: none;
    text-decoration: underline;
    color: #ccc;
}

.main-mod-btn-cls_logout:hover {
    color: #ccc;
}

#modal_enter_to_private_cabinet.modal_enter_to_private_cabinet_without_login .main-mod-btn-cls {
    visibility: collapse;
}

.trademark .calc_cost_title_step {
    height: 62px;
}

.trademark {
    font-size: 16px;
}


.trademark .calc_cost_title_step {
    padding-right: 2px;
    padding-left: 23px;
}

.calc_cost_title_step:first-child{
    padding-left: 0px;
}

.just_save_trademrk {
    overflow: hidden;
}

.just_save_trademrk button {
    float: right;
}

.mktu-tabs .nav-tabs > li > a {
    height: 72px;
}

.mktu-tabs .nav-tabs > li {
    float: left;
    cursor: pointer;
}

.trademark_page .dlgbtn {
    float: right;
    margin-left: 6px;
    margin-right: 0;
    font-size: 15px;
    position:relative;
}

.designationIsSeriesTradeMarks_quest .popover-btn-st {
    vertical-align: baseline;
}

.blcSndTextVal pre {
    white-space:inherit;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding-top: 14px;
    line-height: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a.txt-anons:hover .blcSndTextVal pre {
    background-color: #e5f1f9;
}

div.form-control.bg-gray {
    width: 90% !important;
    padding-right: 10%;
    box-sizing: content-box;
    height: auto;
}

.bg-gray-pen, .bg-gray-cls {
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("../img/gray-input-icons.png") repeat scroll 0 0;
    border: 0 none;
    height: 18px;
    position: absolute;
    right: 38px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 18px;
}

.bg-gray-cls {
    background: rgba(0, 0, 0, 0) url("../img/gray-input-icons.png") repeat scroll -1px 18px;
    right: 11px;
}

.label_or_in_modal_manager_add_ile {
    color: black;
    line-height: 1px;
}

.label_search_in_modal_manager_add_ile {
    color: black;
    font-size: 14px;
}

.blc_search_in_in_modal_manager_add_ile {
    margin-top: 50px;
}

.search_btn_in_modal_manager_add_ile {
    text-decoration: underline;
    cursor: pointer;
}

.main-mod-btn-cls {
    cursor: pointer;
}

label.download-btn {
    color: white !important;
}

.text_percent {
    text-align: right;
}

.btn.btn-default.none {
    display: none;
}

/*---оценка стоимости----------------*/
.calc_cost_scheme_explanation {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 28px;
    margin-bottom: 28px;
    color: #323232;
    text-align: left;
}

.blc_factors_affecting_cost_body {
    background: rgba(0, 0, 0, 0) url("../img/calc_cost/calc_cost_pict1.png") no-repeat scroll 50% 14px;
    padding-top: 115px;
    overflow: hidden;
    padding-bottom: 45px;
    border-bottom: 2px solid #f7f7f7;
}

.calculation_of_costs_explantation_scheme_two {
    overflow: hidden;
}

h2.calc_cost {
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 1;
    text-align: center;
    font-family: helioscondbold;
    margin-top: 14px;
    margin-bottom: 20px;
}

h3.calc_cost {
    color: black;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}

.calc_cost_scheme_explanation_item_title {
    font-size: 22px;
    font-weight: bold;
    font-family: helioscondbold;
    color: #323232;
    margin-right: 54px;
}

.calc_cost_scheme_explanation_item_descr {
    font-size: 14px;
    color: #58595b;
    font-family: HeliosCondRegular;
    font-weight: normal;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 54px;
}

.calc_cost_blc_descr_capital_header {
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    line-height: 25px;
}

.calc_cost_blc_descr_capital_first_word {
    color: #0074bb;
}

.calc_cost_blc_descr_capital_body_left, .calc_cost_blc_descr_capital_body_right {
    font-size: 14px;
    font-family: arial;
    margin-top: 11px;
    float: left;
    width: 423px;
    margin-top: 22px;
}

.calc_cost_blc_descr_capital_body_blc2_header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.calc_cost_blc_descr_capital_body_blc2 {
    font-family: arial;
    overflow: hidden;
}

.blc_factors_affecting_cost_body_title {
    font-size: 20px;
    font-weight: bold;
    font-family: helioscondbold;
    text-align: center;
}

.blc_factors_affecting_cost_body_content_digit {
    color: #bcbec0;
    font-size: 14px;
    display: inline-block;
    border-radius: 60px;
    border: 1px solid #bcbec0;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}

.blc_factors_affecting_cost_body_content_title {
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    color: black;
    display: inline-block;
    width: 291px;
    vertical-align: top;
    padding-left: 4px;
    padding-bottom: 0px;
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 14px;
}

.blc_factors_affecting_cost_body_content_title_descr {
    font-weight: normal;
    color: #58595b;
    padding-left: 10px;
    margin-top: 0;
    line-height: 1.2;
}

.calculation_of_costs_explantation_scheme_two_descr {
     font-size: 16px;
     color:#58595b;
     text-align: center;
     line-height: 30px;
}


.calculation_of_costs_explantation_scheme_two_item_title {
    font-size: 24px;
    font-weight: bold;
    font-family: helioscondbold;
    text-align: left;
    line-height: 31px;
}

button.btn.btn-default.calc_cost {
    color: white;
    font-size: 20px;
}

.col-md-12-calc-cost {
    padding: 0;
    color: #323232;
    /* padding-right: 15px; */
}

.calc_cost_scheme_explanation_item {
    margin: 20px 0 0;
    width: 246px;
    line-height: 28px;
    display: inline-table;
    padding: 0; 
}

.calc_cost_scheme_explanation_item:last-child {
    width: 200px;   
}

.calc_cost_blc_descr_capital_body_left {
    margin-right: 67px;
    box-sizing: border-box;
}

.calc_cost_blc_descr_capital_body_blc1 {
    overflow: hidden;
    margin-bottom: 27px;
}

.calc_cost_blc_descr_capital_body_blc2_body {
    font-size: 14px;
}

.blc_factors_affecting_cost_body_right, 
.blc_factors_affecting_cost_body_left {
    float: left;
    width: 366px;
    background: white;
    border: 2px solid #e7e8e9;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 18px 17px;
    padding-bottom: 10px;
}

.blc_factors_affecting_cost_body_right {
    float: right;
}

.blc_factors_affecting_cost_body_content {
    padding-top: 18px;
}

.blc_factors_affecting_cost_body_content_title_descr_item {
    padding-bottom: 2px;
}

.calculation_of_costs_explantation_scheme_two_item {
    margin: 20px 0 0;
    width: 246px;
    display: inline-table;
    padding: 0; 
}

.calculation_of_costs_explantation_scheme_two_item:last-child {
    width: 200px;   
}

.wrp_blc_page_one_calc_cost {
    overflow: hidden;
    padding-top: 41px;
    padding-bottom: 46px;
}

a.btn.btn-default.btn-calc_cost_rid {
    font-size: 20px;
    font-weight: bold;
    padding: 14px 25px;
    line-height: 1;
    background-color: #0074bb;
}

.container-fluid.container-fluid-calc_cost_scheme_explanation {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 47px;
}

.container-fluid.container-fluid-blc_factors_affecting_cost {
    background: #fafafa;
    overflow: hidden;
    padding-top: 21px;
    margin-bottom: 20px;
}

.container-fluid.container-fluid-calculation_of_costs_explantation_scheme_two {
    border-bottom: 2px solid #e7e8e9;
    padding-bottom: 37px;
}

.container-fluid.container-fluid-wrp_blc_page_one_calc_cost {
    background: #fafafa;
    text-align: center;
}

.calc_cost_date_of_calc {
    float: left;
    color: black;
    padding-top: 16px;
}

label.calc_cost_quest_yes_or_no {
    display: block;
    width: 778px;
    float: left;
    box-sizing: border-box;
    padding-right: 68px;
    padding-left: 9px;
}

.btn-group.calc_cost_answer_yes_or_no {
    margin-top: 0px;
    width: 128px;
}

.calc_cost_rid .form-pages label {
    font-size: 14px;
}

.calc_cost_table_th {
    font-size:16px;
    font-weight: bold;
    color:black;
    line-height: 20px;
}

.calc_cost_table_td {
    font-size: 16px;
    color:#323232;
    font-weight: bold;
    padding-left: 8px;
    min-width: 152px;
}

.calc_cost_table_td .date_estimate {
    color:#0074ae;    
}

.calc_cost_rid .form-control {
    /*color: #bcbec0;*/
    color: black;
 }

.calc_cost_table_td_input {
    color:#bcbec0;
    font-weight: bold;
    width: 213px;
    display: block;
    height: 44px;
    padding: 6px 12px;
    font-size: 20px;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -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;
    display: inline-block;
    margin-top: 2px;
    margin-left: 4px;
}

table.cost_calculation {
    border-right: 1px solid #dddddd;
    margin-bottom: 0;
    margin-left: 21px;
    width: 436px;
}

table.cost_calculation th.th_top_header {
    background: white;
    border-left: 1px solid white !important;
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
    padding: 0;
    padding-top: 7px;
    padding-bottom: 6px;
}

.calc_cost_table_td_year {
    border-right: 2px solid #f3f3f4;
    color:#323232;
    font-size: 16px !important;
    border-left: 1px solid #dddddd;
}

.calc_cost_table_td_money {
    font-size: 20px;
    color: #939598;
}

.calc_cost_date_of_calc > span {
    font-weight: bold;
}

.calc_cost {
    margin-bottom: 19px;
}

.wrp_expand_all_cost_calc_rid {
    margin-bottom: 14px;
    overflow: hidden;
}

.calc_cost_rid .form-group {
    margin-bottom: 37px
}

table.cost_calculation th.th_top_header.th_top_header_year {
     width: 162px;
     vertical-align: top;
     padding-left: 15px;
}

table.cost_calculation th.th_top_header.th_top_header_cost {
    width: 252px;
    padding-left: 12px;
}

.wrp-table-cost_calculation {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 9px;
}

.wrp-table-cost_calculation_td_title {
    width:445px;
    vertical-align: top;
}

td.wrp-table-cost_calculation_td_title table {
    margin-top: 32px;
    margin-left: 21px;
}

td.calc_cost_table_td_year {
    padding-top: 12px !important;
}

table.cost_calculation td.calc_cost_table_td_year {
    vertical-align: middle;
}

table.cost_calculation td.td_calc_cost_table_td_input {
    vertical-align: middle;
}

.wrp_quest_yes_no_dont_no {
    padding-left:0;
}

.wrp_quest_yes_no_dont_no label{
    font-size: 16px;
    color: #414042;
    font-weight: bold;
    padding-left: 5px;
}

.table_quest_yes_no_dont_no {
    width:100%;
}

.table_quest_yes_no_dont_no_td_quest {
    width: 736px;
}

.table_quest_yes_no_dont_no_td_aswer {
    width: 286px;
    padding-left: 9px !important;
}

.btn.btn-primary.yeno_dont_no_answer_yes,
.btn.btn-primary.yeno_dont_no_answer_yes.active {
    width: 63px;
}

.btn.btn-primary.yeno_dont_no_answer_no,
.btn.btn-primary.yeno_dont_no_answer_no.active {
    width: 67px;
}

.btn.btn-primary.yeno_dont_no_answer_dont_no,
.btn.btn-primary.yeno_dont_no_answer_dont_no.active {
    width: 90px;
        padding-left: 0;
    padding-right: 0;
}

.table_quest_yes_no_dont_no_td_quest label {
    margin-bottom: 0;
}

.container_table_quest_yes_no_dont_no_td_quest {
    margin-top:-1px;
}

.container_table_quest_yes_no_dont_no_td_quest tr > td {
    padding:4px;
    padding-left: 18px;
}

.container_table_quest_yes_no_dont_no_td_quest.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.container_table_quest_yes_no_dont_no_td_quest.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.calc_cost_rid select.form-control
 {
    color:#939598;
 }

 .table_cost_calculation_readonly_body_item {
    display: table-cell;
    border: 1px solid #e6e6e6;
    padding: 13px 39px 15px 17px;
    white-space: nowrap;
}

.table_cost_calculation_readonly_body {
   overflow-x: auto;
}

.table_cost_calculation_readonly_body_item_header {
    color: #808285;
    font-size: 16px;
}

.table_cost_calculation_readonly_body_item_content {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
}

.coefficients_rid_participation_page_two {
    /*padding-top: 10px;*/
}

.calc_cost_title_rid {
    font-size: 16px;
    margin-top: 9px;
}

.calc_cost_title_rid_value {
    font-weight: bold;
}

.common_calc_cost-cost_inner > span.rouble {
    padding-left: 2px;
}

.bs-callout-error {
    background: #fbd2d3 url("../img/calc_cost/error-ico-set.png") no-repeat scroll 15px 12px;
    border-radius: 6px;
    padding: 18px 17px 11px 55px;
    margin-top: 23px;
    margin-bottom: 30px;
    color: black;
    font-size: 14px;
}

.table_cost_calculation_readonly_title {
    margin-bottom: 12px;
}

.table_cost_calculation_readonly {
    margin-bottom: 26px;
}

.btn-save-calc-cost-bottom {
    margin-left:0;
}

.bs-callout.bs-callout-warning.bs-callout-calc-cost-rid {
    margin-left: 0;
}

.calc_cost_table_td_date_estimate {
    font-size: 14px;
}

span.ng-binding {}

.table_cost_calculation_readonly_table_v3 {
   /* display: table;*/
    overflow-x: auto;
    border-top: none;
    border-bottom: none;
}

.table_cost_calculation_readonly_table_v3_row {
    display: table-row;
}

.table_cost_calculation_readonly_table_v3_th,
.table_cost_calculation_readonly_table_v3_td,
.table_cost_calculation_readonly_table_v3_td_header {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    vertical-align: middle;
}

.table_cost_calculation_readonly_table_v3_td {
    padding-left: 11px;
    width:176px;
    box-sizing:border-box;
}

.table_cost_calculation_readonly_table_v3_td_header {
    width:250px;
}

.table_cost_calculation_readonly_table_v3_th,
.table_cost_calculation_readonly_table_v3_td_header {
    font-size: 14px;
    color: #414042;
}

.table_cost_calculation_readonly_table_v3_td_header,
.table_cost_calculation_readonly_table_v3_cell_first {
    border-left: none;
}

.table_cost_calculation_readonly_table_v3_td {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

table.table-striped-calc-cost > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

table.table-striped-calc-cost > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

table.table-striped-calc-cost th {
    background: none;
    border:none !important;
    font-size: 14px;
    color:#414042;
}

table.table-striped-calc-cost> tbody > tr > td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
     border-left: 1px solid #dddddd;
    font-size: 14px;
    color: black;
    vertical-align: middle;
}

.table-striped-calc-cost_td_digits {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
}

.modal-dialog-calc-cost-modal-info .modal-header-wrap {
        background: url("../img/calc_cost/sing_attention.gif") no-repeat scroll 31px 32px;
        padding-top: 16px;
        padding-left: 91px;
        text-align: left;
        padding-bottom: 20px;
}

.modal-dialog-calc-cost-modal-info .modal-header-wrap.modal-header-wrap-quest {
        background: url("../img/calc_cost/sing_question.gif") no-repeat scroll 31px 32px;
}

.modal-header-wrap-quest {
    padding-bottom:39px;
}

.modal-dialog-calc-cost-modal-info .modal-title-bl{
    font-size: 20px;
    color:black;
    font-weight: bold;
    font-family: arial;
    line-height: 26px;
    margin-bottom: 13px;
}

.calc_cost_modal_info_suggest {
    font-size: 12px;
    font-family: arial;
}

.modal-dialog-calc-cost-modal-info {
    width:600px;
}

.modal-dialog-calc-cost-modal-info .modal-title-bl {}

.btn.btn-default.arrow-left {
     background: url("../img/calc_cost/btn_arrow_left.gif") no-repeat scroll 0 0;
     background-color: #0c6099;
     border-left: none;
     border-radius: 0 4px 4px 0px;
     border-top: 0;
     border-bottom: 0;
     margin-right: 3px;
     line-height: 1;
     padding: 12px 14px 12px 21px;
     box-shadow: none;
     outline-offset: 0;
}

.btn.btn-default.arrow-right {
     background: url("../img/calc_cost/btn_arrow_right.gif") no-repeat scroll 100% 0;
     background-color: #0c6099;
     border-right: none;
     border-radius: 4px 0px 0px 4px;
     border-top: 0;
     border-bottom: 0;
     line-height: 1;
     padding: 12px 27px 12px 18px;
     box-shadow: none;
}

span.modal-title-bl-money {
    color: #0074bb;
}

.modal-dialog-calc-cost-modal-info-wrp_arrow-btn {
    margin-top: 19px;
}

.table-calc_cost_answer_yes_or_no {
    display: table;
}

.table-calc_cost_answer_yes_or_no .calc_cost_quest_yes_or_no {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #414042;
    padding-top: 22px;
    padding-bottom: 20px;
    line-height: 23px;
    margin: 0;
    padding-left: 22px;
}

.table-calc_cost_answer_yes_or_no .calc_cost_answer_yes_or_no {
    display: table-cell;   
    vertical-align: middle;   
}

.table-calc_cost_answer_yes_or_no {

}
.preamble_cost_calculation_rid_item_quest {
    border-bottom: 1px solid #ebebec;
}


.preamble_cost_calculation_rid_item_quest_even {
    background: #fafafa;
}

.preamble_cost_calculation_rid_item_quest .table-calc_cost_answer_yes_or_no {
    font-weight: bold;
    color:#414042;
    font-size: 16px;
}

.preamble_cost_calculation_rid_item_title {
    font-size: 28px;
    color: black;
    font-weight: bold;
    font-family: arial;
    line-height: 39px;
    margin-bottom: 26px;
}

.preamble_cost_calculation_rid_item_select {
    background-color: #e6e7e8;
    padding: 21px 15px;
    border-radius: 6px;
}

.preamble_cost_calculation_rid_item_select select {
    background-color: white;
}

.container-preamble-border {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 42px;
    margin-bottom: 19px;
}

.preamble_cost_calculation_rid_item {
    margin-top: 15px;
}


.container-fluid-preamble_cost_calculation_rid_user_terms_of_use {
    background: #f0f0f0;
    position: relative;
    height: 89px;
    box-sizing: border-box;
    padding: 14px;
    text-align: center;
    margin: auto;
}

.preamble_cost_calculation_rid_user_terms_of_use {
        background: url("../img/calc_cost/term_of_use.gif") no-repeat scroll 18px 13px;
        background-color: white;
        width: 544px;
        margin: auto;
        border-radius: 6px;
        border: 1px solid #eceded;
        height: 61px;
        box-sizing: border-box;
        padding-left: 24px;
        padding-top: 15px;
}

.container-fluid-preamble_cost_calculation_rid_user_terms_of_use:after {
   content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    width: 1px;
    height: 0;
    margin: auto;
    border-top: 20px solid #f0f0f0;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    z-index: 8;
}

.container-fluid-preamble_cost_calculation_rid_user_terms_of_use .user_agreement_title {
}

.preamble_cost_calculation_rid_user_terms_of_use .user_agreement_control  {
    width: 179px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 16px;
}

.preamble_cost_calculation_rid_user_terms_of_use .user_agreement_title{
    width: 337px;
    font-weight: bold;
    font-size: 18px;
    color: #4097cc;
}

.wrp_blc_page_preamble_calc_cost {
    text-align: center;
    margin-top: 46px;
}

a.mktu_btn_list.db_add{
    background-image: url("../img/trademark/icon_mktu_list_btn.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    border: solid 1px #e6e7e8;
    border-radius: 4px;
    margin-top: 0;
    padding: 7px 7px 7px 35px;
    cursor: pointer;
}

.db_add{
    cursor: pointer;
}

.research_p{
    font-size:14px;
    color:#000000;
    font-weight:bold;
    padding-top: 23px;
}

.bs-callout.bs-callout-warning.bs-callout-trademark{
    margin-left:0;
}
.bs-callout.bs-callout-warning.bs-callout-trademark p{
    margin-top:25px;
    color:#000000;
}
.bs-callout.bs-callout-warning.bs-callout-trademark h4{
    font-size:14px;
    color:#000000;
    margin-top: 14px;
}

.bs-callout.bs-callout-trademark-info{
    background:#e5f1f9;
    padding-left:17px;
}

.bs-callout.bs-callout-trademark-info h3{
    margin-top:10px;
    font-size:20px;
    color:#000000;
}

.trademark_total_price{
    font-size:23px;
    color:#000000;
    background:#ffffff;
    border-radius:4px;
    padding:10px 15px;
    width:auto;
    font-weight:bold;
    margin-left: 5px;
    margin-top: 6px;
}

.calc_cost_bottom_conclusion {
    float:left;
}

.calc_cost_rid .btn.btn-primary.yeno {
    font-weight: bold !important;
}

.calc_cost_table_common_cost, .tr_cost_calculation-common-cost {
    background: white;
    border-right: 1px solid white;
    height: 53px;
}

.btn.btn-primary.sm-checks-green::before{
    background: rgba(0, 0, 0, 0) url("../img/green_chk_spr.png");
    background-position: 0 31px;
    border:none;
    border-radius: 0;
    width: 31px;
    height: 31px;
}

input[type="checkbox"]:checked + .btn.btn-primary.sm-checks-green::before, input[type="radio"]:checked + .btn.btn-primary.sm-checks-green::before{
    background-position: 1px 0 !important;
}

.tm_ico{
    width:90px;
    height:100px;
    margin:20px auto;
    background:url("../img/trademark/tm_icon_0.png");
}

.trademark_type_col_selected .tm_ico{
    background-position: 0 0;
}


.price-left{
    padding-left:0px;
}

.price-right{
    padding-right:0px;
    padding-left:19px;
}

.tr_cost_calculation-common-cost span {
    font-size: 16px;
    font-weight: bold;
    color:#323232;
    line-height: 30px;
}

.tr_cost_calculation-common-cost_title {
    padding-left: 8px
}
    
span.tr_cost_calculation-common-cost_val {
    font-size: 20px;
    color:black;
    padding-left: 8px;
}

span.tr_cost_calculation-common-cost_val .rouble {
    font-size: 20px;
}

.table_cost_calculation_readonly_body_item_header_common_cost {
    color:black;
}

/*---оценка стоимости----------------*/


/*
 * Bootstrap Image Gallery CSS
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery .modal-body {
    position: relative;
    text-align: center;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    cursor: pointer;
}
.blueimp-gallery .modal-footer {
    margin: 0;
}
.blueimp-gallery .modal-body img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blueimp-gallery>.indicator>li {
    background-size: cover !important; 
    width:40px !important; 
    height:40px !important; 
}

.p0 {
    padding:0;
}

.warningInfoPrint {
    display: none;
}



@media (min-width: 768px) and (max-width: 968px) {

    .btn.white-btn{
        margin-top: 20px;
    }

}

@media (max-width: 767px) {

    .std-text-40 {
        font-size: 40px;
    }

    ul.header-menu-top li a {
        color: #ffffff !important;
        display: inline-block;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        margin-top: -1px;
        padding: 0 15px;
        text-align: left;
        width: 100%;
    }

    ul.header-menu-top{
        padding-bottom: 20px;
    }

    ul.header-menu-top li a{
        background-color: inherit;
    }

    ul.header-menu-top li a{
        transition: all 0.5s;
    }
    ul.header-menu-top li a:hover {
        background-color: inherit !important;
        padding-left:20px;
    }

    .std-text-40 {
        font-size: 32px;
    }

    #header{
        background-color: #f5f5f5;
        margin-top:0;
        margin-bottom:0 !important;
        padding-top:20px;
        padding-bottom:20px;
    }

    footer {
        min-height: 85px;
        height:auto;
    }

    .txt-anons {
        margin-left:0;
        margin-right:0;
    }

    #printarea .date-number{
        margin-top:20px;
    }

    .txt-anons h3 {
        font-size: 16px;
    }

}

.staticp{

}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 85px;
}
body{
    margin-bottom: 85px;
}
html {
    position: relative;
    min-height: 100%;
}

.blcSndTextValline {
    font-weight: normal;
}

/* sliders and buttons need a uniform height */

/*  contains the attribution link */

/* Acknowledgements:
To Glyphicons (http://glyphicons.com/) for the Halflings glyphs font */

/* .spin is used to rotate glyphicon glyphicon-refresh */
.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }                                                                                                                          
    to {
        transform: rotate(360deg);
    }
}


.container.form-pages {padding-bottom: 20px;}

label.btn.btn-primary.sm-checks {
    margin-bottom: 15px;
}

.tab_body_item_content {
    display: block;
    height: 350px;
    overflow-y: scroll;
}

.CalcCostRidCtrl {
    padding-bottom: 45px;
}

.tooltip {
        z-index: 1068 !important; /* иначе перекрывает модальное окно*/
}

.header_fltr a {
    color: #58595b;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

wrapper-directive {
    display: block;
    overflow: hidden;
}
.calc-cost-main-autorization-explain {
    font-weight: bold !important;
    font-size: 17px !important;
}
ul.btn_distinguish.header-menu-top li a {
    /* скрывает кнопки на форме регистрации ТЗ color:#0074bb !important;*/
} 

@media (max-width: 950px) {    
    .content-substract-left{    width:100%; }

.navbar-default .navbar-nav > li > a.top_enter_link {
    background: #8dc63f none repeat scroll 0 0;
    border-radius: 6px;
    color: white !important;
    height: 36px;
    line-height: 38px;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 15px;    
     text-shadow: 1px 1px 1px #aaa;
}


.navbar-default .navbar-nav > li > a.top_enter_link:hover {
    background-color: #dbdbdb !important;
}

.big-bg .right_blue {
    background: #0074bb; 
    width: 50%; 
    height: 100%; 
    position: absolute;
    top: 0px; right: 0px;
}

.big-bg .fix {
    padding-bottom: 85px;
}

#create_rid .modal-body {
    padding-bottom: 26px;
}

.btn.btn-primary.sm-checks::before {
    background: white url("../img/checkbo-ico-checked.png") no-repeat scroll -100px center;
    border: 2px solid rgb(221, 222, 223);
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
}

.btn.btn-primary.sm-checks {
    background-color: white;
    border: none;
    color: black;
}
}

    .action_container{
        right: 0;
        text-align: right;
        padding: 20px 5px 5px;
        background: #ffffff;
        border-radius: 6px;
        width:200px;
        height:100%;
    }

    .action_container .modal-body{
        text-align:left;
    }

    .main_action_container {
        right: 0;
        text-align: right;
        padding: 0;
        background: #ffffff;
        border-radius: 6px;
        width:200px;
        height:100%;
    }

    .action_container a {
        color: #00aeff;
        text-decoration: underline;
        font-weight: bold;
        display: block;
    }

    .action_container a:hover {
        color: #0077cc;
    }

    .main_action_container span{
        font-weight: bold;
        display: inline-block;
    }

    .txt-anons-add-info-value{
        cursor: help;
    }

    .manager_ctrl_parent_item {
        margin-right: 0 !important;
    }

   .txt-anons-add-info-opt.authors {
    margin-bottom: 0;   
   }

    .look_at_site {
        color: #337ab7;
        font-size: 13px;
        font-weight: normal;
        display: block;
        float: right;
        margin-left: 20px;
        border-left: solid 1px;
        line-height: 16px;
        padding-left: 15px;
        text-align: left;
    }

.calendar_fltr_btn {
    width:80% !important;
}

.form-group_checkbox_message_error {
    position: absolute;
    width: 1px;
    height: 0;
    border: 0;
    top: 40px;
    left: 31px;
    background: none;
}

.calculator-project {

}

.calculator-project__container {
    max-width: 1045px;
    margin: 0 auto;
    padding: 51px 0 74px;
}

.calculator-project__filter {
    display: inline-block;
    vertical-align: top;
    width: 56.5%;
    border: 2px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px 33px;
    box-sizing: border-box;
}

.calculator-project__filter-it {
    border-top: 1px dotted #9fa0a0;
    padding: 15px 0 13px;
}

.calculator-project__filter-it:first-child {
    border-top: 0;
}

.calculator-project__filter-title {
    font: 18px/20px "DINCyrMed";
    color: #050202;
}

.calculator-project__filter-cont {
    margin-top: 10px;
}

.calculator-project__checkbox {
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify
}

.calculator-project__checkbox-it {
    display: inline-block;
    display: -webkit-box;
    vertical-align: top;
    text-align: left;
    margin: 2px 0;
}

.calculator-project__checkbox-it input[type=radio] {
    position: absolute;
    left: -9999px;
}

.calculator-project__checkbox-it input[type=radio]:checked + label {
    color: #25b8fe;
    background-position: 0 -55px;
}

.calculator-project__checkbox-it input[type=radio]:checked + label.cl2 {
    background-position: 0 -165px;
}

.calculator-project__checkbox-it input[type=radio]:checked + label.cl3 {
    background-position: 0 -275px;
}

.calculator-project__checkbox-it input[type=radio]:checked + label .calculator-project__checkbox-check:before {
    opacity: 1;
}

.calculator-project__checkbox-check {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 100%;
    margin-top: -1px;
    cursor: pointer;
    box-sizing: border-box;
}

.calculator-project__checkbox-check:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #25b8fe;
    border-radius: 100%;
    opacity: 0;
}

.calculator-project__checkbox-it label {
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    width: 100%;
    height: 55px;
    background: url("../img/Icons_tz.png") no-repeat 0 0px;
    padding-left: 60px;
    font-size: 13px;
    color: #050202;
    line-height: 17px;
    cursor: pointer;
}

.calculator-project__checkbox-it label.cl1:hover {
    background-position: 0 -55px;
}

.calculator-project__checkbox-it label.cl2 {
    background-position: 0 -110px;
}

.calculator-project__checkbox-it label.cl2:hover {
    background-position: 0 -165px;
}

.calculator-project__checkbox-it label.cl3 {
    background-position: 0 -220px;
}

.calculator-project__checkbox-it label.cl3:hover {
    background-position: 0 -275px;
}

.calculator-project__checkbox-it label span {
    display: table-cell;
    vertical-align: middle;
}

.calculator-project__checkbox-mini {
    font-size: 0;
    margin-top: 9px;
}

.calculator-project__checkbox-mini-it {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 18px;
    padding-left: 27px;
    margin: 5px 30px 5px 0;
}

.calculator-project__checkbox-mini-it input[type=radio] {
    position: absolute;
    left: -9999px;
}

.calculator-project__checkbox-mini-it input[type=radio]:checked + label {
    color: #25b8fe;
}

.calculator-project__checkbox-mini-it label {
    display: block;
    font-size: 13px;
    color: #050202;
    line-height: 17px;
    cursor: pointer;
}

.calculator-project__checkbox-mini-it input[type=radio]:checked + label .calculator-project__checkbox-mini-check {
    border-color: #25b8fe;
}

.calculator-project__checkbox-mini-it input[type=radio]:checked + label .calculator-project__checkbox-mini-check:before {
    opacity: 1;
}

.calculator-project__checkbox-mini-it .calculator-project__checkbox-mini-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 100%;
    margin-top: -1px;
    cursor: pointer;
    box-sizing: border-box;
}

.calculator-project__checkbox-mini-it .calculator-project__checkbox-mini-check:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #25b8fe;
    border-radius: 100%;
    opacity: 0;
}

.line-ui {
    margin-top: 5px;
}

.line-ui__wrap {
    float: left;
    width: calc(100% - 48px);
    height: 12px;
    border: 1px solid #25b8fe;
    border-radius: 5px;
    padding: 0 8px;
    margin-top: 14px;
}

.line-ui__wrap-line {
    position: relative;
}

.line-ui__wrap-line .ui-slider-range {
    position: absolute;
    background: #25b8fe;
    height: 11px;
    left: 0;
    border-radius: 4px 0 0 4px;
    margin: 0 -8px;
}

.line-ui__wrap-line .ui-slider-handle {
    position: absolute;
    outline:none;
    top: -5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #25b8fe;
    border-radius: 100%;
    margin: 0 -10px;
    cursor: pointer;
    box-sizing: border-box;
}

.line-ui__wrap-line .ui-slider-handle:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #25b8fe;
    border-radius: 100%;
}

.line-ui__counter {
    float: right;
    font-size: 30px;
    color: #25b8fe;
    line-height: 34px;
    font-weight: bold;
    padding-left: 5px;
    text-align: right;
    width: 48px;
    box-sizing: border-box;
}

.calculator-project__right {
    display: inline-block;
    vertical-align: top;
    width: 43.5%;
    padding: 15px 0 15px 42px;
    box-sizing: border-box;
}

.calculator-project__price {
    font: 88px/92px "DINCyrBold";
    color: #25b8fe;
}

.calculator-project__price-comm {
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    width: 100%;
    margin-top: 17px;
}

.calculator-project__price-comm-l, .calculator-project__price-comm-r {
    display: table-cell;
    vertical-align: bottom;
}

.calculator-project__price-comm-l {
    width: 57%;
    font: 20px/20px "DINCyrBold";
    color: #25b8fe;
}

.calculator-project__price-comm-r {
    font-size: 30px;
    color: #25b8fe;
    line-height: 24px;
    font-weight: bold;
}

.calculator-project__text {
    background: url("../img/info-icon-sin.png") no-repeat 0 1px;
    font-size: 13px;
    color: #060101;
    line-height: 20px;
    padding-left: 26px;
    margin-top: 32px;
}

.calculator-project__text span {
    color: #25b8fe;
    font-weight: bold;
}

.calculator-project__btn {
    margin-top: 19px;
}

form label {
    color: #393939 !important;
}

@media (max-width: 767px) {
    #statspage .container-fluid.page-cont-big, 
    #statspage .container-fluid.page-cont-min {
        padding-top: 10px !important;
    }
}

#modalBuyRid .main-mod-btn-cls {
    background: rgba(0, 0, 0, 0) url(/img/modal-main-cls.png) no-repeat scroll 0 0;
    border: medium none;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 5;
    font-size: 36px;
}

.btn-buy-rid,
.btn-buy-rid:active,
.btn-buy-rid:hover,
.btn-buy-rid:focus {
    border: 1px solid #d1d3d4;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 0;
    padding: 0 4px;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe0000;
    color: white;
    margin-left: 10px;
}

.user_forms.user_forms-buy-rid {
    max-width: 90%;
}
@media screen and (max-width: 474px) {
    .date-number .print {
        display: none;
    }
}

.date-number {
    display: flex;
    align-items: baseline;  
}

.date-number .number-box.left-min {
    margin-left: 5px;
}

.date-number .print {
    justify-self: flex-end;
    margin-left: auto;
}

#modalBuyRid .modal-body {
   position: relative;
   padding: 20px 70px;
  position: relative;
  padding: 15px;
 }
 
 #modalBuyRid label {
  font-size: 14px;
 }

 #modalBuyRid .btn-primary {
        color: #fff;
    background-color: #337ab7;
 }

#modalBuyRid .modal-dialog{
    width: 600px;
    margin: 30px auto;
    font-size: 14px;
}
    



/*
form div.required label.control-label:after {
    content:" * ";
    color:red;
}
*/

.blcSndTextParam img {
    max-width: 90%;
}
