* {margin: 0; padding: 0;}

html {    height: 100%;}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #FAFAFA;
    color: #000000;
    height: 100%;
    min-width: 1070px !important;
}

a {
    color: #24A2B4;
}

a:hover {
    color: #0D6874;
}

a:focus {
    color: #11353A;
}

.clear {
    clear: both;
    float: none;
}

.font-cormorant {
    font-family: 'Cormorant Garamond', serif;
}

.btn {
    border-radius: 0;
    color: #fff;
    border: 0;
    font-size: 14px;
}

.btn-green {
    background: #24A2B4;
}

.btn-green:disabled, .btn-green.btn-disabled, .btn-green.btn-disabled:hover, .btn-green.btn-disabled:focus {
    background: #E2F5F7;
    color: #999999;
    cursor: default;
}

.btn-green:hover {
    color: #fff;
    background: #5DB4C3;
}

.btn-green:focus, .btn-green:active {
    background: #0D6874;
}

.container {
    max-width: 1130px !important;
    width: 100%;
}

.container-big {
    max-width: 1130px !important;
    text-align: center;
}

.footer .container-big {
    max-width: 1230px !important;
    text-align: center;
}

.page-add {
    max-width: 1130px;
    margin: 0 auto;
}

/* header */
.header-top {
    background: #E6E6E6;
    padding: 5px 130px;
    text-align: right;
    line-height: 22px;
}

.header-top .btn {
    line-height: 18px;
    padding: 2px 0;
    margin-left: 25px;
    width: 50px;
    text-align: center;
}

.b-header {
    height: 70px;
    background: #F0F0F0;
    position: relative;
    z-index: 99;
}

.header-logo {
    text-align: left;
    white-space: nowrap;
}

.header-logo a {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 45px;
}

.header-logo a:hover {
    text-decoration: none;
}

.header-logo a img {
    margin-right: 15px;
}

.header-logo a span {
    position: relative;
    top: -5px;
}

.header-menu {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
}

.header-menu .col {
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

.header-menu .navbar-collapse {
    padding: 8px 0;
}

.header-menu a, .header-menu span {
    color: #24A2B4;
}

.header-menu a:hover {
    color: #0D6874;
}

.header-menu a:focus {
    color: #11353A;
}

.header-menu span {
    color: #999999;
}

.header__right {
    max-width: 200px;
}

.header__login {
    background: #24A2B4;
    color: #fff;
    height: 20px;
    margin-top: 26px;
    padding: 2px 0;
    width: 100%;
}

.header__login .nav-link {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0;
}

.header__login .nav-link:hover {
    text-decoration: underline;
}

.header__login .nav-item:first-child {
    border-right: 1px solid #fff;
}

.header__login .navbar-brand {
    display: none;
}

/* banner */
.block-banner {
    margin-top: -55px;
    margin-bottom: 15px;
}

.b-banner__inner {
    background: #FAFAFA;
    padding: 30px 185px;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    position: relative;
    /*z-index: 999;*/
}

.b-banner__inner-close {
    background: url(../img/close.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 9px;
    background-size: contain;
    cursor: pointer;
}

.b-banner__inner-add {
    display: block;
    background: #24A2B4;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 30px 8px;
    color: #fff;
    max-width: 292px;
    margin: 15px auto 0;
}

.b-banner__inner-add:hover {
    color: #fff;
}

/* header user */
.header__user-name {
    text-align: right;
    margin-top: 25px;
    height: 40px;
}
.header__user-name img {
    margin-right: 10px;
}


.header__user-menu {
    background: #FFFFFF;
    position: absolute;
    right: -50px;
    width: 200px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: -8px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 10px;
    z-index: 99999;
    display: none;
}

.header__user-menu__name {
    text-align: left;
    margin-bottom: 10px;
}

.header__user-menu__name img {
    margin-right: 10px;
}

.header__user-menu a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    border-top: 2px solid #F2F2F2;
    padding: 15px 0;
}

.header__user-menu-arrow {
    position: absolute;
    top: -7px;
    left: 48%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #ffffff transparent;
}

/* content */
.index_page {
    background: #fff;
}

.content {
    padding-top: 70px;
    position: relative;
    padding-bottom: 40px;
}

.content__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 40px;
}

.search__text {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    line-height: 22px;
    padding: 18px 0 18px 10px;
}

.search__text::-webkit-input-placeholder { /* Chrome */
    color: #CCCCCC;
}
.search__text:-ms-input-placeholder { /* IE 10+ */
    color: #CCCCCC;
}
.search__text::-moz-placeholder { /* Firefox 19+ */
    color: #CCCCCC;
    opacity: 1;
}
.search__text:-moz-placeholder { /* Firefox 4 - 18 */
    color: #CCCCCC;
    opacity: 1;
}

.search__submit {
    width: 120px;
    float: right;
    font-size: 18px;
    line-height: 24px;
    padding: 18px 0;
}

.search__inner {
    /* margin-right: 315px; */
    margin-right: 120px;
}

.search__more {
    width: 195px;
    float: right;
    /*background: url(../img/search.svg) 14px center no-repeat;
    background-size: 15.5px;*/
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    border: 1px solid #E6E6E6;
    border-left: 0;
    border-right: 0;
    /*padding: 17px 0 17px 42px;*/
    padding: 17px 0 17px 17px;
    background: #fff;
}

.search__menu {
    margin-top: 30px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #7B7B7B;
}

.search__menu b {
    font-size: 14px;
    background: #9A9A9A;
    color: #fff;
    display: inline-block;
    margin-left: 17px;
    padding: 2px 6px;
    font-weight: 600;
}

.books__line {
    border-bottom: 1px solid #EBEBEB;
    height: 15px;
    margin-bottom: 35px;
}

.books__line span {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    background: #fff;
    padding-right: 20px;
}

.books__item-img {
    border: 0;
    width: 190px;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
}

.books__item-img span {
    padding: 0 10px;
}

.books__item-kartinka {
    margin: 2px 0 20px;
}

.books__item-right {
    padding-left: 55px;
}

.books__item-link {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 2px 0;
    display: block;
}

.books__item-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 13px;
    margin-top: -3px;
}

.books__item-info {
    font-size: 14px;
    line-height: 28px;
}

.books__item-info .books__item-info__more, .books__item-info__hidetext {
    text-decoration: underline;
    color: #000;
}

.books__item-info .books__item-info__more:hover, .books__item-info .books__item-info__hidetext:hover {
    text-decoration: none;
    color: #000;
}

.books__item-info__moretext, .books__item-info__hidetext {
    display: none;
}

.books__item-text {
    text-indent: 26px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.books__copy {
    margin-top: 21px;
}

.books__copy-name {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
    color: #7B7B7B;
}

.books__copy-name span {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    margin-left: 12px;
    background: #9A9A9A;
    padding: 0 4px;
}

.books__copy-item {
    border-top: 2px solid #F2F2F2;
    display: block;
    padding: 15px 25px 15px 50px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
    background-image: url(../img/icon-copy-book.svg);
    background-position: 12px center;
    background-repeat: no-repeat;
}

.books__copy-item:last-child {
    border-bottom: 2px solid #F2F2F2;
}

.books__copy-item:hover {
    text-decoration: none;
    color: #000000;
    background-color: rgba(226, 245, 247, 0.4);
}

.books__copy-item:hover span {
    color: #7B7B7B;
}

.books__copy-item span {
    display: block;
    color: #7B7B7B;
    text-decoration: none;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.books__copy-loadmore, .books__list-loadmore {
    border-top: 2px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #24A2B4;
    line-height: 30px;
}

.books__list-loadmore {
    border: 1px solid #24A2B4;
    margin-bottom: 20px;
}

.books__list {
    margin-bottom: 25px;
}

.books__pagination {
    text-align: center;
    margin-top: 50px;
}

.books__pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #24A2B4;
}

.books__pagination ul li.books__pagination-active {
    background: #E8E8E8;
}

.books__pagination ul li.books__pagination-active a {
    color: #000;
}

.books__pagination ul li.first a {
    background: url(../img/pagination/total-left-active.svg) center center no-repeat;
}

.books__pagination ul li.first.disabled span {
    background: url(../img/pagination/total-left.svg) center center no-repeat;
}

.books__pagination ul li.prev a {
    background: url(../img/pagination/left-active.svg) center center no-repeat;
}

.books__pagination ul li.prev.disabled span {
    background: url(../img/pagination/left.svg) center center no-repeat;
}

.books__pagination ul li.books__pagination-active a {
    color: #000;
}

.books__pagination ul li.next a {
    background: url(../img/pagination/right.svg) center center no-repeat;
}

.books__pagination ul li.next.disabled span {
    background: url(../img/pagination/right-neact.svg) center center no-repeat;
}

.books__pagination ul li.last a {
    background: url(../img/pagination/total-right.svg) center center no-repeat;
}

.books__pagination ul li.last.disabled span {
    background: url(../img/pagination/total-right-neact.svg) center center no-repeat;
}


.books__pagination ul li.first span, .books__pagination ul li.first a, .books__pagination ul li.prev span, .books__pagination ul li.prev a,
.books__pagination ul li.last span, .books__pagination ul li.last a, .books__pagination ul li.next span, .books__pagination ul li.next a{
    font-size: 0;
    line-height: 29px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.books__copy-item__name {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 20px;
    cursor: pointer;
}

.books__copy-item__arrow {
    float: right;
    background: url(../img/arrow_up.svg) right center no-repeat;
    background-size: 14px;
    cursor: pointer;
    width: 14px;
    height: 40px;
    margin-right: 16px;
}

.showcopy .books__copy-item__arrow {
    background: url(../img/arrow_down.svg) right center no-repeat;
}

.books__copy-item__info {
    padding: 0 20px 20px;
    margin-top: 10px;
}

.books__copy-table {
    display: table;
    width: 100%;
}
.books__copy-table__row {
    display: table-row;
}

.books__copy-table__term {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    position: relative;
}

.books__copy-table__term::after {
    content: '';
    border-bottom: 1px dotted #CDCDCD;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 19px;
    right: 0;
}

.books__copy-table__term b {
    font-weight: 600;
    background: #f2f2f2;
    padding-bottom: 2px;
    z-index: 10;
    position: relative;
}

.books__copy-table__dots {
    display: table-cell;
    border-bottom: 1px dotted #CDCDCD;
    position: relative;
    top: -14px;
    display: none;
}

.books__copy-table__key {
    display: table-cell;
    width: 1px;
    padding-bottom: 4px;
    width: 50%;
    line-height: 30px;
}

.small-table {
    width: 80%;
    margin-bottom: 20px;
}

.small-table .books__copy-table__key {
    width: 60%;
}

.books__copy-table__key a {
    color: #24A2B4;
    text-decoration: none;
}

.books__copy-table__key a:hover {
    text-decoration: underline;
}

.copy__tooltip {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px;
    background: url(../img/question.svg) no-repeat;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.books__copy-table__key .copy__tooltip.active {
    width: 14px;
    height: 14px;
    background-size: 14px;
}

.copy__tooltip.active {
    background: url(../img/question_white.svg) no-repeat;
    z-index: 999999;
    position: relative;
}

.tooltip-inner {
    border-radius: 0;
    text-align: left;
    background: #AAAAAA;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 0.35rem 0.5rem 0.35rem 2.8rem;
    max-width: 260px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #929191;
    display: none;
}

.tooltip{
    left: -36px !important;
    top: 0px !important;
}

.general_characteristic-show {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dotted #24A2B4;
    display: inline-block;
}

.general_characteristic-hide {
    border-bottom: 1px dotted #24A2B4;
    display: inline-block;
    margin-left: 50%;
}

.general_characteristic-show:hover, .general_characteristic-hide:hover, .books_copy-hide:hover {
    border-bottom: 1px dotted #F2F2F2;
    text-decoration: none;
}

.books__copy-item__info {
    display: none;
}

.books__item {
    margin-bottom: 20px;
}

.books_copy-hide {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px dotted #24A2B4;
}

.footer {
    background: #E8E8E8;
    padding: 24px 0;
    color: #999999;
    line-height: 22px;
    position: relative;
    z-index: 99;
}

.footer .footer__logo {
    margin-right: 37px;
    display: inline-block;
}

/* авторизация */
.full-page {
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

.reg-page {
    display: block;
    padding-bottom: 0px;
    height: auto;
}

.full-page .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F0F0F0;
}

.reg-page .footer {
    position: relative;
}

.login-page__inner {
    background: #fff;
    width: 336px;
    margin: 0 auto;
    padding: 0 38px 100px 38px;
}

.login-page__logo {
    font-weight: bold;
    font-size: 20px;
    line-height: 110%;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
}

.login-page__logo img {
    margin-right: 20px;
    float: left;
}

.login-page__logo span {
    float: left;
    margin-top: 15px;
}

.login-page__name {
    margin-top: 98px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 7px;
}

.form-login input {
    width: 100%;
    outline: 0;
    color: #000000;
    font-size: 14px;
}

.form-login input:focus, .form-login input:active, .register input:focus, .register input:active, .register__inner-block input:active, .register__inner-block input:focus,
.form-register-kp input:focus, .form-register-kp input:active{
    box-shadow:none !important;
    outline: 0 !important;
}

.form-group {
    position: relative;
}

.register__inner-block label span, .register__inner-block option span {
    color: red;
}

.form-label, .register__inner-block label{
    position: absolute;
    pointer-events: none;
    left: 7px;
    top: 13px;
    line-height: 19px;
    font-size: 14px;
    transition: .3s;
    color: #999;
}

.form-addnewekp {
    margin-bottom: 40px;
    padding-right: 15px;
}

.form-addnewekp .button__send, .form-register-kp .button__send {
    width: 120px;
    height: 60px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    vertical-align: top;
}

.add-desc-link {
    width: 90px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #24a2b4;
    margin-left: 50px;
    position: relative;
    top: -6px;
}

.form-addnewekp__title {
    margin-top: 50px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.block-addnewekp__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.block-addnewekp__link {
    background: #F0F0F0;
    padding: 0 24px;
    height: 90px;
    width: 190px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    vertical-align: middle;
    display: table-cell;
}

.block-addnewekp__item {
    margin-right: 20px;
    display: inline-block;
}

.form-addnewekp .register__inner-block input[type="text"] {
    height: 60px;
    border: 0;
    background: #E8E8E8;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.form-register-kp .register__inner-block input[type="text"] {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.form-addnewekp .register__inner-block label, .form-register-kp .register__inner-block label{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    top: 17px;
}

.register__inner-block label.label-focus {
    font-size: 12px ;
    top: 4px;
}

.register__inner-block input:focus + label, .register__inner-block textarea:focus + label {
    font-size: 12px ;
    top: 5px;
}

.register__inner-block .input-with-icon input:focus + label, .register__inner-block .input-with-icon label.label-focus {
    left: 39px;
}

.register__inner-block label {
    left: 10px;
}

.register__inner-block .form-row .input-with-icon label {
    left: 39px;
}

.form-addkp .checkbox-archive {
    margin-right: 20px;
    margin-left: 0;
    float: none;
    /*min-width: 120px;*/
    width: auto;
    display: inline-block;
}

.register__inner-block__more {
    margin-left: 20px;
}

.form-addkp .form-group b {
    top: 15px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.form-addkp .form-group b span, .register-block__name span {
    color: #D60000;
}

.form-addkp .checkbox-archive label, .form-addkp .register__inner-block  .checkbox-archive label.label-focus {
    position: relative;
    pointer-events: inherit;
    color: #000;
    top: 15px;
    font-size: 14px;
    cursor: pointer;
}

.register__inner-block .form-row label {
    left: 15px;
}

.form-control:focus~.form-label,
.form-control:not(:focus):valid~.form-label {
    top: 6px;
    font-size: 12px;
    color: #777777;
    opacity: 0.7;
    line-height: 16px;
}

.form-login input[type="text"], .form-login input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 19px;
    padding: 34px 0 14px 7px;
    margin: 10px 0;
    border-radius: 0;
}

.form-login input[type="submit"] {
    padding: 8px 0;
    margin: 30px 0 20px;
    color: #FFFFFF;
}

.form-group.has-susses input {
    border: 1px solid #4CAF50;
}

.has-error input, .has-error .ui-selectmenu-button {
    border: 1px solid #D60000 !important;
}

.help-block-error {
    display: none;
    color: #D60000;
    font-size: 12px;
    line-height: 16px;
    margin-top: -7px;
    margin-bottom: -12px;
}

.form-group.has-error .help-block-error {
    margin-top: 7px;
    margin-bottom: 0;
    display: block;
}

.form-login input::-webkit-input-placeholder { /* Chrome */
    color: #CCCCCC;
}
.form-login input:-ms-input-placeholder { /* IE 10+ */
    color: #CCCCCC;
}
.form-login input::-moz-placeholder { /* Firefox 19+ */
    color: #CCCCCC;
    opacity: 1;
}
.form-login input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #CCCCCC;
    opacity: 1;
}

.reg-link {
    text-align: center;
    display: block;
}

#password {
    position: relative;
}

#password .eye-open, #password .eye-close {
    background: url(../img/icon_hide.svg) center center no-repeat;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 0;
    width: 50px;
    background-size: 16px;
    cursor: pointer;
}

#password .eye-close {
    background: url(../img/icon_show.svg) center center no-repeat;
}

/* регистрация */
.reg-page__inner {
    max-width: 1360px;
    width: 97%;
    margin: 0 auto;
}

.reg__header {
    font-size: 14px;
    line-height: 19px;
    color: #757575;
    padding: 26px 0 83px;
    text-align: right;
}

.full-page__logo-left {
    float: left;
    width: 50%;
}

.register {
    float: none;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.register__inner {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    padding: 40px 40px 20px 40px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.register__name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 15px;
}

.register__inner-block input[type="text"], .register__inner-block input[type="date"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 19px;
    padding: 18px 0 5px 10px;
    outline: 0;
    height: 45px;
    border-radius: 0;
    color: #000;
    margin: 0 0 10px 0;
}
.register__inner-block textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 19px;
    padding: 22px 0 7px 10px;
    outline: 0;
    border-radius: 0;
    color: #000;
    margin: 0 0 10px 0;
}

.block__add-znak__inner .form-row .form-row {
    margin-bottom: 0;
}

.block__add-znak__inner  .block__add-znak-block .block__add-pomet__delete {
    display: inline-block;
}

.block__add-znak__inner  .block__add-znak-block .checkbox-archive {
    display: none;
}

.block__add-znak__inner  .block__add-znak-block:first-child .block__add-pomet__delete {
    opacity: 0;
    height: 1px;
}

.block__add-znak__inner  .block__add-znak-block:first-child .checkbox-archive {
    display: inline-block;
    opacity: 1;
    height: auto;
}

.form-addkp__all .item-form  {
    margin-top: -60px;
}

.form-group__signs {
    margin-top: -20px;
}

.form-addkp .register__inner-block input[type="text"], .form-addkp .register__inner-block input[type="date"], .form-addkp .register__inner-block textarea,
.form-addkp .ui-selectmenu-button.ui-button{
    margin-bottom: 0;
}

.register__inner-block input:disabled {
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
}

.register__inner-block input::-webkit-input-placeholder { /* Chrome */
    color: #ccc;
}
.register__inner-block input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
.register__inner-block input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
.register__inner-block input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #ccc;
    opacity: 1;
}

.register-tab {
    position: relative;
    z-index: 1;
}

.register-tab li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.register-tab li a {
    color: #24A2B4;
    display: block;
    padding: 15px 0;
}

.register-tab li .active {
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 0;
    text-align: center;
    color: #000;
}

.full-page__logo-left a {
    width: 400px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 53px;
    color: #000;
    display: block;
    margin-top: 254px;
}

.full-page__logo-left a span {
    display: block;
    margin-top: 30px;
}

.radio__inner {
    width: 280px;
    margin-bottom: 16px;
    height: 50px;
}

.form-row .radio__inner label, .form-row .radio__inner label.label-focus {
    left: 5px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    pointer-events: inherit;
    top: 15px;
}

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.radio + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    margin: 0 30px 0 0;
}
.radio + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #24A2B4;
    border-radius: 50%;
    background: #FFF;
}
.radio + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #24A2B4;
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:after {
    opacity: 1;
}

.radio:disabled + label:before {
    border: 2px solid #777777;
}

.radio:disabled + label {
    color: #777777;
    cursor: default;
}

.radio__inner .radio + label:before {
    top: 4px;
}

.radio__inner .radio + label:after {
    top: 8px;
}

.register__type {
    margin-bottom: 40px;
}

.register-block input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 19px;
    padding: 14px 0 14px 14px;
    outline: 0;
}

.register-block .small__input {
    max-width: 260px;
    margin-right: 10px;
    width: 50% !important;
}

.form-control__small {
    max-width: 190px;
}

.register-block .small__input.small__input-left {
    float: left;
}

.register-block .small__input.small__input-right {
    float: right;
    margin-right: 0;
}

.register__inner-block select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    line-height: 19px;
    padding: 14px 0 14px 14px;
    font-size: 14px;
    color: #ccc;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url(../img/select_arrow.svg) 96% 22px no-repeat;
    cursor: pointer;
}

.register-block .copy__tooltip {
    width: 16px;
    height: 16px;
    background-size: contain;
}

.register-block input::-webkit-input-placeholder { /* Chrome */
    color: #999;
}
.register-block input:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
.register-block input::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
}
.register-block input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #999;
    opacity: 1;
}

.register-block {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.register-block__name {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px;
    color: #000000;
}

.register__inner-block {
    display: inline-block;
    width: 100%;
}

.form-addkp .register__inner-block {
    border-bottom: 1px solid #ccc;
    padding-top: 1rem;
}

.form-addkp .part-form .register__inner-block {
    border: 0;
}
/*
.form-addkp .checkbox-archive::before {
    content: '';
    border: 2px solid #E8E8E8;
    background: #fff;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 18px;
    left: 13px;
}*/

.form-addkp .register__inner-block textarea {
    height: 45px;
    transition: .3s;
    padding: 19px 0 4px 10px;
    outline : none;
}

.form-addkp .register__inner-block textarea:focus {
    min-height: 67px;
}

.form-addkp .register__inner-block textarea.textarea-focus {
    min-height: 67px;
    height: 67px;
}

.form-addkp .register__inner-block textarea.textareabig-focus {
    height: 88px;
}

.form-addkp .register__inner-block textarea.textarea-focus + label, .form-addkp .register__inner-block textarea.textareabig-focus + label {
    background: #fff;
    width: 97%;
    top: 1px;
    padding-top: 3px;
}

.form-addkp .checkbox-archive label {
    /*background: none;*/
}

.form-addkp .radio__inner {
    margin-bottom: 0;
}

.register-block input {
    margin-top: 20px;
}

.register-block__addblock {
    display: none;
}

.register-block__add {
    background: url(../img/icon_add.svg) left center no-repeat;
    padding-left: 40px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #A2A2A2;
}

.register-block__clear {
    float: left;
    cursor: pointer;
    color: #24A2B4;
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
}

.register-block__clear:hover {
    border-bottom: 1px solid #24A2B4;
}

.register-block__remove {
    background: url(../img/icon_remove.svg) left center no-repeat;
    padding-left: 40px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #A2A2A2;
}

.button__send {
    background: #24A2B4;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 0 !important;
    margin-left: 20px;
    padding: 8px 25px;
    cursor: pointer;
    outline: 0;
}

.button__send:hover {
    background: #5DB4C3;
}

.button__send:focus {
    background: #0D6874;
}

.button__cancel {
    color: #24A2B4;
    border: 1px solid #24A2B4;
    padding: 8px 25px;
    cursor: pointer;
    text-align: center;
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}

.button__cancel:hover {
    background: #5DB4C3;
    color: #fff;
}

.button__cancel:focus {
    background: #0D6874;
    color: #fff;
}

.navbar {
    padding: 0;
}

.navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -41px;
    padding: 0.25rem 0.55rem;
    font-size: 1rem;
}

.bs-tooltip-left .arrow {
    display: none;
}

.tooltip.bs-tooltip-left {
    left: 36px !important;
}

.tooltip.bs-tooltip-left .tooltip-inner {
    padding: 0.35rem 2.8rem 0.35rem 0.5rem;
}

.hidden-tablet {
    display: none;
}

/*
.scroll-top {
    position: fixed;
    right: 0;
    width: 120px;
    background: rgba(36, 162, 180, 0.03);
    bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #24A2B4;
    display: none;
    height: 100%;
    cursor: pointer;
}*/

.scroll-top {
    position: fixed;
    right: 20px;
    width: 40px;
    background: url(../img/btn-up.svg) no-repeat;
    bottom: 103px;
    font-size: 16px;
    line-height: 24px;
    display: none;
    height: 40px;
    cursor: pointer;
}

.scroll-top:hover, .scroll-top:focus {
    background: url(../img/btn-up-hover.svg) no-repeat;
}

.scroll-top.bottom__scroll {
    bottom: 13px;
}

.scroll-top span {
    position: absolute;
    top: 20px;
    background: url(../img/top.svg) left center no-repeat;
    padding-left: 28px;
    margin-left: 17px;
    cursor: pointer;
}

.link-back {
    position: absolute;
    left: 0;
    width: 120px;
    background: rgba(36, 162, 180, 0.03);
    /* top: 143px; */
    /* height: 100%; */
    bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #24A2B4;
    height: 100%;
    cursor: pointer;
    display: block;
}

.link-back span {
    background: url(../img/arrow_left.svg) left center no-repeat;
    padding-left: 28px;
    margin-left: 17px;
    cursor: pointer;
    margin-top: 20px;
    display: block;
}

/* детальная книги */
.book__detail-block {
    margin-bottom: 40px;
}

.book__detail-block h3 {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 2px;
}

.book__detail-block h2 {
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 2px;
}

.book__detail-item {
    border-bottom: 2px solid #EFEFEF;
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
}

.book__detail-item b {
    padding-bottom: 8px;
    display: inline-block;
}

.book__detail-item__left {
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 20px;
}

.book__detail-item__right {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    display: inline-block;
    width: 49%;
    padding-right: 20px;
}

.book__detail-item__right span {
    color: #555555;
}

.book__detail-item__right p {
    margin-bottom: 7px;
}

.book__detail-item__right p:last-child {
    margin-bottom: 0;
}

.book__detail-table {
    margin: 15px 0 20px;
}

.book__detail-table__inner {
    margin-bottom: 20px;
}

.book__detail-table__inner:last-child {
    margin-bottom: 0;
}

.book__detail-table__th {
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    padding: 6px 0 8px;
}

.book__detail-table__tr {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: #EEEEEE;
}

.book__detail-table__tr:nth-child(2n+1) {
    background: #fff;
}

.book__detail-table__tr-item {
    display: inline-block;
    width: 37%;
    vertical-align: top;
    padding: 9px 20px 7px;
}

.book__detail-table__tr-item:first-child {
    width: 30%;
}

.book__detail-table__tr-item:last-child {
    width: 32%;
}

.book__detail-block a {
    margin: 13px 16px 0 0;
    display: inline-block;
}

.book__detail-block a:last-child {
    margin-right: 0;
}

.book__detail-zayavka {
    margin-top: 40px;
    margin-bottom: 30px;
}

.book__detail-zayavka h2 {
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 20px;
}

.book__detail-zayavka h2 span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #000;
    display: inline-block;
    margin-left: 10px;
    padding: 0 6px;
    position: relative;
    top: -5px;
}

.book__detail-zayavka table {
    width: 100%;
    border: 0;
}

.book__detail-zayavka table th {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
}

.book__detail-zayavka table th:first-child, .book__detail-zayavka table td:first-child  {
    padding-left: 50px;
}

.book__detail-zayavka table tr:nth-child(2n+1) td {
    background: #EEEEEE;
}

.book__detail-zayavka table td {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 0;
}

.register-kp__result table {
    width: 100%;
}

.register-kp__result table td:first-child {
    padding-left: 20px;
}

.form-register-kp {
    margin-top: 60px;
    padding-right: 15px;
}

.register-kp__result table thead tr td {
    color: #555555;
    padding: 13px 10px 20px;
}

.register-kp__result table tbody tr td {
    background: transparent;
    padding: 13px 10px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.book__detail-zayavka table tbody tr:nth-child(2n+1) td {
    background: transparent;
}

.register-kp__result table tbody tr:nth-child(2n+1) td {
    background: #EEEEEE;
}

.books__pagination-next, .books__pagination-prev {
    background: url(../img/right.svg) center center no-repeat;
    width: 13px;
    height: 16px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3px;
}

.books__pagination-prev {
    background: url(../img/left.svg) center center no-repeat;
}

.books__pagination-prev.books__pagination-disable {
    background: url(../img/left__inact.svg) center center no-repeat;
    cursor: default;
}

.books__pagination-next.books__pagination-disable {
    background: url(../img/right__inact.svg) center center no-repeat;
    cursor: default;
}

.books__pagination-end, .books__pagination-begin {
    background: url(../img/total-right.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3px;
}

.books__pagination-begin {
    background: url(../img/total-left.svg) center center no-repeat;
}

.books__pagination-begin.books__pagination-disable {
    background: url(../img/total-left__inact.svg) center center no-repeat;
    cursor: default;
}

.books__pagination-end.books__pagination-disable {
    background: url(../img/total-right__inact.svg) center center no-repeat;
    cursor: default;
}

.books__copy-hide {
    display: none;
}
.user-details th {
    width:30%;
}

.user-details td:last-child {
    width:30%;
}

tr.disabled * {
    color: #bbb;
    text-decoration: line-through;
}

.full-page .header-logo {
    float: left;
    padding: 0;
}

.visible-mobile {
    display: none;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    border: 1px solid #E8E8E8;
    line-height: 19px;
    padding: 22px 0 2px 9px;
    font-size: 14px;
    color: #000;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url(../img/select_arrow.svg) #fff 96% 22px no-repeat;
    cursor: pointer;
    border-radius: 0;
    margin: 0 0 10px 0;
}

.ui-selectmenu-button.ui-selectmenu-disabled {
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    opacity: 1;
}

.input-with-icon .ui-selectmenu-button.ui-button {
    padding-left: 34px;
}

.form-tire {
    color: #A0A0A0;
    padding-top: 14px;
}

.ui-button .ui-icon {
    margin-right: 15px;
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    border-radius: 0;
}

.ui-button:active {
    border: 1px solid #E8E8E8;
    background: url(../img/select_arrow.svg) 96% 22px no-repeat;
    font-weight: normal;
    color: #CCCCCC;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button.ui-state-active:hover {
    border: 0 solid #003eff;
    background: #E2F5F7;
    font-weight: normal;
    color: #000;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 0 10px;
    line-height: 40px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

.header-top__link {
    display: inline-block;
    margin-left: 30px;
    color: #24A2B4;
}

.header-top__link:last-child {
    margin-left: 20px;
}

.link-grey {
    color: #999999;
}

.header-top__link img {
    margin-right: 10px;
}

.checkbox-archive {
    position: relative;
    float: right;
    width: 150px;
    margin-left: 15px;
}

.small-search .register__inner-block .form-control {
    border-right: 0;
    padding: 16px 0 5px 10px;
    height: 40px;
}

.small-search .register__inner-block label.label-focus, .small-search .register__inner-block input:focus + label {
    top: 1px;
}

.small-search .register__inner-block label {
    top: 10px;
}

.small-search .button__send {
    margin-left: 0;
    border: 0;
    width: 120px;
    font-size: 18px;
}

.small-search .register__inner-block .checkbox-archive label {
    pointer-events: inherit;
    cursor: pointer;
    color: #000000;
    position: relative;
    top: 9px;
    line-height: 18px;
    font-size: 14px;
}

.checkbox-archive input {
    display: none;
}

.checkbox-archive label {
    background: url(../img/checkbox_normal.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 18px;
}

.form-addkp .checkbox-archive label {
    background: url(../img/checkbox_neact.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 18px;
}

.checkbox-archive.checkbox-archive__noleft label {
   left: 0;
}

.form-addkp .register__inner-block.register__inner-block__bottomnone {
    border-bottom: 0;
}

.form-addkp .checkbox-archive.checkbox-archive__noleft::before {
    left: 0;
}

.form-addkp .copy-form .register__inner-block:first-child {
    padding-top: 0;
}

.form-addkp .copy-form .register__inner-block:first-child .register-block__title {
    margin-top: 0;
}

.checkbox-archive input:checked + label {
    background: url(../img/checkbox_active.svg) left center no-repeat;
}

.form-addkp .checkbox-archive input:checked + label {
    background: url(../img/checkbox_act.svg) left center no-repeat;
}

.zayavka-kp .btn {
    width: 255px;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    margin-left: 20px;
    border: 0;
    outline: none;
    box-shadow: 0 0 0 0;
}

.zayavka-kp .btn:first-child {
    margin: 0;
}

.zayavka-kp {
    margin-bottom: 20px;
}

.register-kp__result td {
    vertical-align: top;
}

.register-kp__result thead td a {
    background: url(../img/arow-icon.svg) right center no-repeat;
    padding-right: 12px;
}

.zayavka-add {
    color: #E1904B;
}

.zayavka-kp .register-kp__result {
    margin-top: 30px;
}

.block-mykp__descr {
    text-indent: 26px;
    max-width: 700px;
}

.register__inner-block .input-with-icon input {
    padding-left: 33px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon .icon-calendar {
    position: absolute;
    width: 14px;
    height: 16px;
    background: url(../img/calendar.svg) left center no-repeat;
    display: inline-block;
    margin-right: 10px;
    top: 16px;
    left: 15px;
}

.radio-group .radio__inner {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    height: auto;
}

.radio-group .radio__inner label, .radio-group  .radio__inner label.label-focus  {
    top: 0;
}

.form-addkp .register-block__name {
    font-size: 20px;
    margin: 0px 0 15px;
    /*display: none;*/
}

.register-block__title {
    font-size: 26px;
    line-height: 35px;
    margin: 20px 0 15px;
    color: #000000;
}

.form-addkp .form-row .col-4 .form-group {
    margin-bottom: 0;
}

.form-addkp .register-block__namesmall {
    font-size: 18px;
    margin: 0px 0 25px;
    line-height: 24px;
    color: #000000;
}

.form-addkp .register-block__namesmall span {
    color: red;
}


.select-middle .ui-selectmenu-button.ui-button {
    max-width: 400px;
}

.block-add {
    background: url(../img/plus.svg) left center no-repeat;
    padding-left: 29px;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    cursor: pointer;
    margin-top: 15px;
}

.form-row {
    margin-bottom: 1rem;
}

.form-addkp .form-group b.d-block {
    top: 0;
}

.block__help {
    display: inline-block;
    position: relative;
    padding-left: 9px;
}

.block__help span {
    background: url(../img/help-circle.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.block__help-inner {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 420px;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding: 20px;
    position: absolute;
    left: 40px;
    top: -70px;
    display: none;
}

.block__help-active .block__help-inner {
    display: block;
}

.form-group__file {
    display: none;
}

.btn-addfile, .btn-addimg {
    width: 260px;
    text-align: center;
    background-image: url(../img/upload.svg);
    background-position: 219px center;
    background-repeat: no-repeat;
    height: 40px;
    padding: 9px 41px 9px 0;
    cursor: pointer;
}

.btn-addfile.btn-disabled {
    background-image: url(../img/input_img_disabled.svg);
    background-position: 219px center;
    background-repeat: no-repeat;
}

.btn-addfile.btn-disabled:hover {
    background-color: #E2F5F7;
    background-image: url(../img/input_img_disabled.svg);
    background-position: 219px center;
    background-repeat: no-repeat;
}

.btn-addfile:hover, .btn-addfile:active, .btn-addimg:hover, .btn-addimg:active {
    background-image: url(../img/upload.svg);
    background-position: 219px center;
    background-repeat: no-repeat;
}

.block__submit {
    text-align: left;
    border-top: 2px solid #CDCDCD;
    margin-top: 20px;
    padding-top: 20px;
}

.form-addkp .block__submit {
    border: 0;
    margin-top: 0;
}

.register__inner-block .register__inner-block__nomargin {
    margin-bottom: 0;
}

.file__type {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 2px;
}

.uploadImagesList {
    margin-top: 0px;
}

.uploadImagesList li {
    width: 120px;
    margin-right: 16px;
    list-style: none;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.uploadImagesList li:last-child {
    margin-right: 0;
}

.uploadImagesList li img {
    max-width: 100%;
}

.uploadImagesList .delete-link {
    position: absolute;
    top: 0;
    width: 100%;
    background: url(/img/close_file.svg) 23px center rgba(255, 255, 255, 0.6) no-repeat;
    height: 21px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    left: 0;
    padding: 1px 0 0 13px;
    display: none;
}

.uploadImagesList li:hover .delete-link {
    display: block;
}

.uploadFileList {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #24A2B4;
    margin-bottom: 25px;
}

.uploadFileList li {
    margin-bottom: 9px;
    cursor: pointer;
    padding: 5px 0 5px 50px;
    margin-left: -7px;
    list-style: none;
}

.uploadFileList .icon-pdf {
    background: url(/img/pdf.svg) no-repeat left center;
}

.uploadFileList li .icon-delete {
    display: none;
    background: url(/img/close_file.svg) no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 15px;
}

.uploadFileList li:hover .icon-delete {
    display: inline-block;
}

.form-group__tooltip {
    position: absolute;
    background: #6B6B6B;
    width: 247px;
    padding: 11px 17px;
    left: -260px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    display: none;
}

.form-group__tooltip::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #6b6b6b;
    content: ' ';
    right: -5px;
    top: 20px;
    position: absolute;
}

.mnogotomnik {
    display: none;
}

.help-block {
    font-weight:bold;
    color:#f00;
    font-size: 12px;
    line-height: 16px;
    margin-top: -7px;
    margin-bottom: -12px;
}

.register__inner-block .input-comment input {
    border: solid 1px #00f;
}

.register__inner-block .input-comment .hint-block {
    color: #00f;
    font-size: 10px;
    text-align: center;
    margin-top:-15px;
}

/* docs */
.page-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 40px;
}

.page-content__link {
    float: right;
    width: 260px;
    background: #FFFFFF;
    margin-left: 120px;
    padding: 20px 20px 5px 20px;
}

.page-content__link .page-content__link-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

.page-content__link a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #24A2B4;
    margin-bottom: 15px;
}

.page-content__link a:hover {
    color: #0D6874;
}

.page-content__link a:focus {
    color: #11353A;
}

.page-content__inner h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
}

.page-content__inner p {
    font-size: 16px;
    line-height: 24px;
}

.page-content__list {
    list-style: none;
}

.page-content__list li {
    padding: 7px 0px;
    font-size: 14px;
    line-height: 22px;
}

.page-docs .page-content__inner {
    margin-right: 380px;
}

/* owners */
.owneres__list {
    margin-top: 40px;
    margin-bottom: 55px;
}

.owneres__list li {
    border-top: 1px solid #CCCCCC;
    padding: 21px 20px 22px 20px;
    font-size: 16px;
    line-height: 24px;
}

.owneres__list li:last-child {
    border-bottom: 1px solid #CCCCCC;
}

/* my kp */
.owner-menu {
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 40px;
}

.owner-menu ul {
    margin: 0;
}

.owner-menu li {
    text-transform: uppercase;
    margin-right: 40px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 11px;
    margin-bottom: -2px;
}

.owner-menu li.owner-menu__active {
    color: #0D6874;
    border-bottom: 2px solid #0D6874;
}

.owner__index table thead td:nth-child(4) {
    width: 560px;
}

.owner-menu__dropdown {
    padding-right: 20px;
    background: url(../img/menu_arrow.svg) right 10px no-repeat;
    background-size: 8px;
    position: relative;
}

.owner-menu__dropdown ul {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    line-height: 16px;
    padding: 10px 15px;
    z-index: 99999;
    top: 30px;
    display: none;
}

.owner-menu__dropdown:hover ul {
    display: block;
}

.owner-menu__dropdown ul a {
    text-transform: none;
    font-size: 13px;
}

.owner-menu__dropdown ul li {
    display: block;
}

.register-kp__result table tbody td:last-child {
    vertical-align: middle;
    padding: 0;
}

.register-kp__result table tbody td:last-child a {
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.register-kp__result table tbody td:last-child a:last-child{
    color: #D60000;
}

.register-kp__result table tbody td:last-child a:hover {
    background: rgba(196, 196, 196, 0.4);
}

.register-kp__result table tbody td:last-child a:focus {
    background: rgba(196, 196, 196, 0.6);
}

.block__add-pomet__inner .form-row .block__add-pomet__delete {
    display: inline-block;
}

.block__add-pomet__delete {
    cursor: pointer;
    margin-left: 10px;
    background: url(/img/close_file.svg) left 7px rgba(255, 255, 255, 0.6) no-repeat;
    padding-left: 25px;
    margin-top: 10px;
    margin-right: 6px;
    display: inline-block;
}

.block__add-pomet__inner .form-row .checkbox-archive {
    display: none;
}

.block__add-pomet__inner .form-row:first-child .block__add-pomet__delete {
    display: none;
}

.block__add-pomet__inner .form-row:first-child .checkbox-archive {
    display: inline-block;
}

@media (max-width: 1500px) {
    .header-top {
        padding: 5px 15px;
    }

    .block-banner {
        margin-top: 0px;
    }

    .header-logo {
        padding: 0;
        max-width: 352px;
    }
/*
    .scroll-top {
        height: 0;
        position: absolute;
        bottom: auto;
    }

    .scroll-top.bottom__scroll {
        position: fixed;
        bottom: 0;
        height: auto;
    }

    .scroll-top span {
        position: relative;
        top: auto;
        bottom: 120px;
    }

    .scroll-top.bottom__scroll span {
        bottom: 20px;
    }
*/
    .content {
        padding-top: 20px;
        position: relative;
        padding-bottom: 40px;
    }

    .link-back {
        position: relative !important;
        background: none;
        margin-bottom: 40px;
    }

    .link-back span {
        margin-left: 0;
    }
}

@media (max-width: 1360px) {
    .full-page__logo-left a {
        width: auto;
        font-size: 38px;
        line-height: 41px;
    }

    .register {
        min-width: 720px;
    }

    .full-page__logo-left {
        float: none;
        width: auto;
    }

    .full-page__logo-left a img {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .zayavka-kp .btn {
        width: 210px;
        font-size: 13px;
        margin-left: 10px;
    }

    .header__user-menu {
        right: 15px;
    }

    .header__user-menu-arrow {
        left: 81%;
    }
}
/*
@media (max-width: 1100px) {
    .hidden-mobile {
        display: none;
    }

    .hidden-tablet {
        display: block;
    }

    .register {
        max-width: 720px;
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .full-page .header-logo {
        float: left;
    }

    .b-banner__inner {
        padding: 30px 105px;
    }
}

@media (max-width: 991px) {
    .zayavka-kp .btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .zayavka-kp .register-kp__result td {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 900px) {
    .small-table {
        width: 100%;
    }

    .b-banner__inner {
        padding: 30px 75px;
    }

    .page-docs .page-content__inner {
        margin-right: 0px;
    }

    .page-content__link {
        display: none;
    }

    .page-content__link.visible-mobile {
        display: block;
        float: none;
        width: 100%;
        margin: 30px 0 0 0;
    }

    .full-page .header-logo {
        float: none;
        text-align: center;
    }

    .reg__header {
        text-align: center;
        padding: 0;
        margin: 40px 0 50px;
    }

    .books__item-right {
        padding-left: 40px;
    }

    .header-menu a, .header-menu span {
        white-space: nowrap;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .header__user-menu {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .search__menu {
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .zayavka-kp .register-kp__result {
        overflow-x: scroll;
    }

    .block-mykp.zayavka-kp .register-kp__result {
        overflow-x: inherit;
    }

    .content {
        min-height: auto !important;
    }

    .register {
        min-width: 100%;
    }

    .books__copy-table__term {
        white-space: normal;
    }

    .register-block .small__input {
        margin-right: 2%;
        width: 48% !important;
    }

    .register {
        padding: 30px 40px 40px;
    }

    .book__detail-table__tr-item {
        width: 36%;
        padding: 9px 15px 7px;
    }
}

@media (max-width: 575px) {
    .header-logo a {
        font-size: 23px;
        line-height: 15px;
        max-width: 250px;
        display: block;
    }

    .b-banner__inner {
        padding: 30px 30px;
    }

    .small-search .register__inner-block .form-control {
        border: 1px solid #E8E8E8;
    }

    .zayavka-kp .btn {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .form-register-kp__submit {
        margin-left: 15px;
    }

    .form-addnewekp__submit {
        text-align: center;
        margin: 0 0 0 15px;
        width: 100%;
    }

    .form-addnewekp__submit .button__send {
        width: 100%;
    }

    .form-addnewekp__title, .block-addnewekp__title {
        margin-top: 25px;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .form-addnewekp {
        margin-bottom: 0px;
    }

    .header-top__link {
        margin-left: 20px;
    }

    .block-addnewekp__item {
        margin-bottom: 20px;
    }

    .header-logo a img {
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        z-index: 9999;
        position: relative;
    }

    .header-logo a span {
        position: relative;
        top: 4px;
    }

    .header-logo {
        height: 50px;
    }

    .header-menu {
        font-size: 14px;
        clear: both;
        position: relative;
        top: -20px;
        background: transparent;
    }


    .content {
        padding-top: 10px;
    }

    .content__title {
        font-size: 25px;
        line-height: 27px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .search {
        margin-top: 20px;
    }

    .search__more {
        font-size: 14px;
        width: 40px;
        padding: 7px 0 7px 16px;
        background-size: 13.5px;
        height: 40px;
        background: url(../img/search.svg) 14px center no-repeat;
        background-size: 15.5px;
    }

    .search__text {
        font-size: 14px;
        padding: 8px 0 8px 10px;
    }

    .search__more span {
        display: none;
    }

    .books__item-right {
        padding-left: 15px;
    }

    .search__submit {
        width: 100px;
        font-size: 14px;
        padding: 8px 0;
    }

    .search__inner {
        margin-right: 140px;
    }

    .books__item-left {
        max-width: 220px;
        margin: 0 auto 20px;
    }

    .books__copy-table__term {
        white-space: normal;
        width: 100%;
        display: block;
    }

    .books__copy-table__term::after {
        display: none;
    }

    .books__copy-table__key {
        width: 100% !important;
        display: block;
    }

    .general_characteristic-hide {
        margin-left: 0;
    }

    .general_characteristic {
        margin-bottom: 20px;
    }

    .full-page {
        display: block;
        padding-top: 30px;
    }

    .full-page .footer {
        position: relative;
        margin-top: 0;
    }

    .reg-page {
        padding-top: 0;
    }

    .reg-page .header-logo {
        text-align: center;
    }

    .reg-page .header-logo a {
        margin: 0 auto;
    }

    .register {
        padding: 10px 5px 20px;
    }

    .register__inner {
        padding: 20px 20px 0px 20px;
    }

    .register-block input {
        margin: 0px 0 20px;
    }

    .register__name {
        margin-bottom: 10px;
    }

    .register__type {
        margin-bottom: 20px;
    }

    .radio + label {
        margin: 0 0px 10px 0;
        display: block;
    }

    .register-block__name {
        font-size: 14px;
        line-height: 19px;
    }

    .register-block .small__input {
        margin-right: 0;
        width: 100% !important;
        max-width: 100%;
    }

    .register-block {
        margin-bottom: 30px;
    }

    .register-block .small__input {
        margin-right: 0;
        width: 84% !important;
        max-width: 100%;
    }

    .register-block .small__input.small__input-left,
    .register-block .small__input.small__input-right {
        width: 100% !important;
        float: none;
    }

    .button__send {
        width: 100%;
        margin-bottom: 20px;
    }

    .button__cancel {
        width: 100%;
    }

    .footer .footer__logo {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }

    .reg__header {
        text-align: center;
        padding: 0;
        margin: 20px 0 30px;
    }

    .books__pagination ul li {
        margin: 5px;
        width: 40px;
        line-height: 40px;
    }

    .books__pagination-next, .books__pagination-prev, .books__pagination-end, .books__pagination-begin {
        top: 7px;
    }

    .book__detail-item__left {
        font-size: 13px;
        line-height: 16px;
        width: 49%;
        padding-right: 10px;
    }

    .book__detail-item__right {
        font-size: 13px;
        line-height: 16px;
        padding-right: 10px;
        vertical-align: top;
    }

    .book__detail-block h2 {
        font-size: 20px;
    }

    .book__detail-block h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .book__detail-table__tr-item {
        padding: 5px;
    }

    .book__detail-table__th {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
    }

    .book__detail-table__tr-item:first-child {
        width: 29%;
    }

    .book__detail-table__tr {
        font-size: 12px;
        line-height: 15px;
    }

    .book__detail-zayavka table th:first-child, .book__detail-zayavka table td:first-child {
        padding-left: 0px;
    }

    .book__detail-zayavka table th {
        font-size: 13px;
        line-height: 16px;
        padding: 5px 5px 10px;
    }

    .book__detail-zayavka table td {
        font-size: 12px;
        line-height: 16px;
        padding: 5px;
    }

    .book__detail-zayavka h2 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .book__detail-zayavka h2 span {
        font-size: 13px;
        top: -4px;
    }

    .scroll-top {
        bottom: 170px;
    }

    .scroll-top.bottom__scroll {
        bottom: 0px;
    }

    .book__detail-item {
        font-size: 13px;
        line-height: 16px;
    }

    .link-back {
        margin-bottom: 20px;
    }

    .link-back span {
        margin-top: 0;
    }

    .login-page__inner {
        width: 100%;
        max-width: 336px;
    }

    .register-tab li .active, .register-tab li a {
        padding: 15px 10px;
    }

    .register-tab li {
        font-size: 14px;
        line-height: 15px;
    }

    .visible-mobile {
        display: block;
    }

    .hidden-td {
        display: none;
    }
}

@media (max-width: 375px) {
    .register-tab li .active, .register-tab li a {
        height: 60px;
    }

    .register__name {
        font-size: 30px;
    }
}*/
