﻿@font-face {
    font-family: "e-Ukraine"; /* Гарнитура шрифта */
    src: url(../fonts/e-Ukraine-Regular.ttf); /* Путь к файлу со шрифтом */
    src: local('e-Ukraine Regular'), local('e-Ukraine-Regular'), url('../fonts/e-Ukraine-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/e-Ukraine-Regular.woff') format('woff'), url('../fonts/e-Ukraine-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine"; /* Гарнитура шрифта */
    src: url(../fonts/e-Ukraine-Light.ttf); /* Путь к файлу со шрифтом */
    src: local('e-Ukraine Light'), local('e-Ukraine-Light'), url('../fonts/e-Ukraine-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/e-Ukraine-Light.woff') format('woff'), url('../fonts/e-Ukraine-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine"; /* Гарнитура шрифта */
    src: url(../fonts/e-Ukraine-Bold.ttf); /* Путь к файлу со шрифтом */
    src: local('e-Ukraine Bold'), local('e-Ukraine-Bold'), url('../fonts/e-Ukraine-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/e-Ukraine-Bold.woff') format('woff'), url('../fonts/e-Ukraine-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
    font-size: 62.5%;
    position: relative;
    min-height: 100%;
}
body {
    font-size: 1.6rem;
    font-family: e-Ukraine;
}

#wrapper {
    width: 100%;
    min-height: calc(100vh - 130px);
    /*Футер со всеми кноппками*/
    /*min-height: calc(100vh - 260px);*/
}
.navbar
{
    min-height: 0;
    margin-bottom: 4.4rem;
}
.navbar-nav li
{
    margin: 0 1.6rem;
    padding:0;
}
.navbar-nav li:first-child {
   margin-left:0;
}
.navbar-nav li:last-child {
   margin-right:0;
}
.navbar-nav li:first-child a {
    padding-left:0;
}
.navbar-nav li a {
    padding: 1.6rem 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid transparent;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:hover,
.navbar-nav li a:active,
.navbar-nav li a.active{
    color: #000000;
    background:none;
    border-bottom: 2px solid #000;
}
.navbar-nav li.active, {
    color: #000000;
    background: none;
    border-bottom: 2px solid #000;
}
.navbar-static-top {
    background: #fff;
    min-height: 78px;
    padding: 0;
    margin: 0;
}
.bg-grey, .header.bg-grey {
    background: #F3F3F3 !important;
}

.navbar-static-top .navbar-brand {
    width: auto;
    /*padding: 0px 11px 0 30px;*/
    padding-left:3rem;
    padding-right: 1.1rem;
    height: 100%;
    /*    height: 70px;
    //padding: 30px 15px;*/
/*    background: url(../Content/img/arrow-left.svg) no-repeat;
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;*/
}
.
.logo-text-main {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 21px;
    width: 108px;
    /* or 131% */
    text-transform: uppercase;
    color: #000000;
    height: 100%;
}
.btn-single {
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2.1rem;
    text-decoration-line: underline;
    color: #919191;
    outline: none !important;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.btn-single:hover
{
    text-decoration-line: underline;
}
.btn-single:active
{
    outline:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.btn-pill {
    padding: 1.1rem 2rem;
    border-radius: 29px;
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2.1rem;
    outline: none !important;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}
.btn-pill.btn-sm
{
    padding: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
}
.btn-pill.btn-xs
{
    padding: .7rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.btn-success {
   /* background-color: #47A15B !important;*/
    background-color: #009870 !important;
    color: #F3EFEC;
}
.btn-transparent {
    background-color: transparent !important;
    color: #000;
}
.btn-default {
    background: #F3F3F3;
    color: #000;
    border-color: #F3F3F3;
}
.btn:hover
{
    transform: scale(1.01);
}
.btn-back {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    transition: all 0.1s linear 0s !important;
}
.btn-back:hover {
    color: #000;
}
.btn-back::before {
    background-image: url(../Content/img/arrow-left.svg);
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    float: left;
    content: "";
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}

.btn-back:hover::before {
    transform: scale(1.2);
}
.page-title {
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
    color: #000;
    margin: 2rem 0 1rem;
}
.page-title.t-md{
    font-size:2.1rem;
}
.nav-tabs {
    border: none;
}
.nav-tabs > li > a {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 1.4rem !important;
    line-height: 2.6rem !important;
    color: #000 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: solid 2px #000000;
}
.nav-tabs > li > a:hover {
    background-color: #fff;
    border: none;
    border-bottom: solid 2px #000000;
}
.form-group
{
    position:relative;
    margin: 9px 0;
   /* margin-left: 0 !important;*/
}
.input-group-custom input.form-control-npf,
.form-control-npf {
    border: 1px solid #8D8D8D;
    font-style: normal;
    font-weight: normal;
    /*box-sizing: border-box;*/
    border-radius: 8px !important;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.8rem 1.6rem 0.8rem 1.6rem;
    height: 5rem;
}
.input-group-custom input.form-control-npf {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}
.btn-choose-key {
    border: 1px solid #8D8D8D;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
    height: 5rem;
}
/*select.form-control-npf
{
    padding: 1.3rem 1.6rem;
}*/
.form-control-npf:focus,
.form-control-npf:-webkit-autofill,
.form-control-npf:-webkit-autofill:hover,
.form-control-npf:-webkit-autofill:focus .form-control-npf:-webkit-autofill {
    border: 3px solid #ADD4FF;
    box-sizing: border-box;
    border-radius: 11px;
    padding-left: 14px;
}
/*select.form-control-npf:focus {
    padding: 0;
    padding-left: 14px;
}*/
.control-label-npf {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 6px;
    left: 17px;
    z-index: 1;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}
.form-control-npf[readonly]
{
    background-color:#fff;
}
.file-footer {
    background: #F4F0E8;
    border-radius: 4px;
    color: #000;
    padding: 1.8rem 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-align: center;
}
.chosen-files {
    border-radius: 4px;
    border: 1px solid #000;
    padding: 1.7rem 3rem 1.5rem 3rem;
    position: relative;
    margin: 2.5rem 0;
}
.chosen-files:last-child {
    margin-bottom: 0;
}
.chosen-files h4 {
    position:absolute;
    left: 10px;
    top: -22px;
    padding: 0 0.4rem;
    background-color: #fff;
    color: #000;
}

/*.form-control-npf:focus + .control-label-npf, input.form-control-npf:valid + .control-label-npf, select.form-control-npf:-webkit-autofill + .control-label-npf {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
    top: -6px;
}*/
/*.form-floating-label.control-focus .control-label-npf,
.form-floating-label.control-highlight .control-label-npf,*/

.control-focus .control-label-npf,
.control-highlight .control-label-npf,
.form-control-npf.ng-not-empty ~ .control-label-npf {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
    top: -6px;
}
.link {
    color: #35488F;
    text-decoration: underline;
}
.link:hover
{
    color:#4198F7;
}

.register-add-info {
    box-sizing: border-box;
    background: rgba(234, 225, 209, 0.5);
    padding: 3rem 7rem 1.5rem 7rem;
}
.register-add-info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
    /* identical to box height, or 133% */
    color: #000000;
}

    .register-add-info p,
    .reg-add-info__list li::marker {
        font-style: normal;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 2.6rem;
        color: #000000;
    }
    .register-add-info .desc {
        font-size: 1.6rem;
    }
.reg-add-info__list {
    box-sizing: border-box;
    padding: 17px;

}
.reg-add-info__list > li {
    padding-left: 30px;
    margin: 15px 0;
}
.reg-add-info__list > li:last-child {
    margin-bottom: 0;
}
footer {
    width: 100%;
    background: #009870; /*#47A15B;*/
    box-sizing: border-box;
    /*margin-top: 20px;*/
/*Футер сокращенная версия*/
    height: 130px;
    padding: 1.35rem 2.9rem;
    /*Футер со всеми кнопками*/
    /*    height: 240px;
    padding: 3.6rem 2.9rem;*/
}
.folow-us__block
{
    margin-left:auto;
    width: 18rem;
}
.footer-links {
    list-style: none;
}
.footer-links > li
{
   padding: 0.8rem 0;
}
.footer-links > li:first-child
{
   padding-top: 0;
}
.footer-links > li:last-child
{
   padding-bottom: 0;
}
.footer-links > li > a, .follow-us
{
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #fff;
}
.d-flex 
{
    display:flex;
}
.align-items-center
{
    align-items:center;
}
.help-block
{
    font-size: 1.3rem;
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
.social-block > a {
    margin: 0 7px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.social-block > a > img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.social-block > a:hover > img {
    transform: scale(1.1);
}
.social-block > a:first-child {
    margin-left: 0;
}
.social-block > a:last-child {
    margin-right: 0;
}
footer .panel-body
{
    padding-top: 0;
    padding-bottom: 0;
}
footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    width: 100%;
    margin-top: 1.3rem;
    margin-bottom: .3rem;
}
.footer-text {
    margin-top:10px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #fff;
}
.link-register-form {
  /*  font-family: Roboto;*/
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
    /* identical to box height, or 150% */
    text-align: right;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
    .register-add-info {
        padding: 2.5rem 5rem 1.3rem 5rem;
    }
    .register-add-info p,
    .reg-add-info__list li::marker {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }
    .register-add-info .desc {
        font-size: 1.5rem;
    }
}
@media (max-width: 1000px) {
    .navbar-nav li
    {
        margin 0 1rem;
    }
}
.balance-info__block
{
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.balance-info__text h1
{
    font-style: normal;
    font-weight: bold;
    font-size: 5.6rem;
    line-height: 6.3rem;
    color: #000;
    margin-right: 1.3rem;
    display:inline;
    width: 100%;
}
.balance-info__text > h1 > .balance-info__curr
{
    display:inline;
    font-style: normal;
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 3.3rem;
    color: #878787;
}
.balance-info__desc
{
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.balance-info__desc p
{
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color:#000;
    margin:0;
}
.balance-info__desc h4
{
    margin-top:0.8rem;
    font-style: normal;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color:#000;
}
.panel-default
{
    border: none;
}
.panel-default > .panel-heading
{
    background-color:transparent;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #000000;
}
.table-custom
{
}
.table-custom thead
{
    border-bottom: 2px solid #000;
}
.table-custom th{
    padding: 1.5rem 2rem;
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000000;
}
.table-custom th:first-child{
    padding-left: 0;
}
.table-custom th:last-child{
    padding-right: 0;
}
.table-custom td{
    padding: 2.5rem 2rem;
}
.table-custom td:first-child{
    padding-left: 0;
}
.table-custom td:last-child{
    padding-right: 0;
}
.table-custom .main-row{
    border-bottom:1px solid #DCDCDC;
}
.table-custom tbody{
    border-bottom:2px solid #000;
}
.table-custom tbody:last-child{
    border-bottom: none;
}
.table-custom  .main-row  td
{
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000000;
}
.table-custom  .doc-row
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.table-custom  .doc-row:first-child
{
    padding-top: 2rem;
}
.table-custom  .doc-row:last-child
{
    padding-bottom: 2rem;
}
.table-custom .doc-row .doc-row__title
{
    font-style: normal;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.5);
}
.document-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #0057FF;
}
.table-custom .doc-row .doc-row__docs a,
{
    margin-right: 2rem;
}
.table-custom .doc-row .doc-row__docs a:last-child {
    margin-right: 0;
}
.table-custom tbody tr:last-child td {
    padding-bottom: 5rem;
}
.badge {
    padding: 0.4rem 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    text-transform:uppercase;
}
.badge-pill {
    border-radius: 50px;
}
.badge-success {
    background: #009870; /*#47A15B;*/
}
.badge-danger {
    background: #ff4c4c;
}
.badge-info {
    background: #17a2b8;
}
.upper-text {
    text-transform: uppercase;
}
.btn-custom-drop {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    outline: none !important;
    border: none;
    background: none;
    padding: 6px 0;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -ms-transition: all linear .2s;
}
    .btn-custom-drop:hover,
    .btn-custom-drop:focus,
    .btn-custom-drop:active {
        outline: none !important;
        border: none;
        text-decoration: underline;
    }
.btn-custom-drop .caret{
    margin-left: 0.4rem !important;
}
.btn-custom-drop:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.btn-custom-drop p{
    margin-bottom: 0;
}
.navbar-top-links{
    padding-right: 3rem;
}
.navbar-top-links .dropdown-menu {
    padding: 0;
    min-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 16px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.navbar-top-links .dropdown-menu li {
    border-bottom: 1px solid #F3F3F3;
}
.navbar-top-links .dropdown-menu li:last-child
{
    border-bottom: none;
}
.navbar-top-links .dropdown-menu li:first-child a
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.navbar-top-links .dropdown-menu li:last-child a
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.navbar-top-links .dropdown-menu li a
{
    padding: 1rem 1.5rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #000;

}
.navbar-top-links .dropdown-menu li a i
{
    font-family: 'FontAwesome';
    margin-right: 0.7rem;
}




.table-extract {
    font-family: "Courier New";
    font-size: 8pt;
    width: 100%;
}

    .table-extract tr td {
        border: 1px solid #000;
        height: 14px;
        padding-left: 10px;
    }

        .table-extract tr td label {
            margin-bottom: 0;
            font-weight: normal !important;
        }

    .table-extract tr th {
        border: 1px solid #000;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    /*.table-extract tr td:first-child {
        border-bottom: none;
    }*/

    .table-extract tr td:not(:first-child) {
        width: 120px;
        text-align: center;
        font-family: "Courier New Bold";
    }


    .table-extract .empty-col {
        border-top: none;
    }

    .table-extract .last-empty-col {
        border-bottom: 1px solid #000 !important;
        border-top: none;
    }

.table-extract-header {
    font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
    font-style: italic;
    text-align: center;
    font-size: 8pt;
    float: right;
    margin-bottom: 25px;
}

    .table-extract-header tr:nth-child(1), .table-extract-header tr:nth-child(2), .table-extract-header tr:nth-child(4), .table-extract-header tr:nth-child(5) {
        font-weight: 600;
        text-decoration: underline;
    }

.blank {
    width: 210mm;
    height: 297mm;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
    display: block;
}

.diagram {
    width: 350mm;
    height: 150mm;
    margin-left: auto;
    margin-right: auto;
    padding: 55px;
    display: block;
}
.legend {
    list-style: none;
}

.spanlegend {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 2.2rem;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid transparent;
}

.square {
    width: 30px;
    height: 12px;
    background: red;
    float: left;
    margin: 6px 5px 5px 5px;
}

.square2 {
    width: 15px;
    height: 12px;
    float: left;
}

.header-extract {
    display: inline-block;
    width: 100%;
    font-family: "Courier New Bold";
    font-size: 14pt;
    text-align: center;
}

.header-extract-period {
    display: inline-block;
    width: 100%;
    font-family: "Courier New";
    font-size: 10pt;
    margin-left: 38px;
}

.header-extract-h {
    display: inline-block;
    width: 100%;
    font-family: "Courier New";
    font-size: 10pt;
    margin-left: 10px;
}

.footer-extract-h {
    display: inline-block;
    width: 100%;
    font-family: "Courier New";
    font-size: 8pt;
    margin-left: 10px;
}

.footer-extract-mp {
    margin-left: 250px;
}

.footer-extract-bottom {
    font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
    font-size: 8pt;
}

.footer-extract-h span {
    font-family: "Courier New Bold";
}

.table-extract-two {
    font-family: "Courier New";
    font-size: 8pt;
    width: 100%;
}

    .table-extract-two tr th {
        border: 1px solid #000;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .table-extract-two tr td {
        border: 1px solid #000;
    }

        .table-extract-two tr td:first-child {
            padding-left: 10px;
        }

            .table-extract-two tr td:first-child label {
                margin-bottom: 0;
                font-weight: normal !important;
            }

        .table-extract-two tr td:not(:first-child) {
            text-align: center;
            font-family: "Courier New Bold";
        }

    .table-extract-two.three tr td {
        width: 20%;
    }

.table-sum {
    font-family: "Courier New";
    font-size: 8pt;
    width: 100%;
}

    .table-sum tr td:first-child {
        width: 138px;
        padding-left: 10px;
    }

    .table-sum tr:last-child td:last-child {
        border-top: 1px solid #000;
        text-align: center;
    }

    .table-sum tr:first-child td:last-child {
        font-family: "Courier New Bold";
    }

.extract-user-code {
    float: right;
    font-size: 10pt;
    font-family: "Times New Roman";
    font-style: italic;
}


/*Принт*/
@media screen {
    /*#printSection {
        display: none;
    }*/
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0px;
        top: 0;
        -webkit-transform: scale(1.35);
        -webkit-transform-origin: 0 0;
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 20px;
    }
}
.report-block {
    width: 100%;
    display: inline-block;
}

.choose-date__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 2rem 2.5rem;
    z-index:10;
}
.input-group-pill input {
    background: #F3F3F3;
    border-radius: 39px;
    border-color: #F3F3F3;
    /*    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;*/
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #000000;
    padding: .6rem 2.5rem;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.btn-choose-date-pill {
    background: #F3F3F3;
    border-radius: 39px;
}

.btn-choose-date-pill:hover, 
.btn-choose-date-pill:active, 
.btn-choose-date-pill:focus
{
    outline:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-color: #F3F3F3 !important;
     background: #F3F3F3 !important;

}
.input-group-pill input.form-control {
    border-color: #f3f3f3;
}
.choose-date__inputs {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.choose-date__footer
{
    margin-top: 1rem;
}
.uib-daypicker thead th
{
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 0.7rem;
    color: #707070;
}
.uib-daypicker thead th button::first-letter
{
    text-transform:uppercase;
}
.uib-daypicker .uib-title:hover,
.uib-daypicker .uib-title:active,
.uib-daypicker .uib-title:focus,
.uib-daypicker .uib-left:hover,
.uib-daypicker .uib-left:active,
.uib-daypicker .uib-left:focus,
.uib-daypicker .uib-right:hover,
.uib-daypicker .uib-right:active,
.uib-daypicker .uib-right:focus,
{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.9);
    transform: scale(1);
}
.uib-title,
.uib-left,
.uib-right {
    font-family: e-Ukraine;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent !important;
    border: none;
    outline: none;
}
.uib-day button {
    font-family: e-Ukraine;
    background-color: transparent !important;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 22.rem;
    letter-spacing: 0.22px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    padding: 0;
}
.uib-month button,
.uib-year button {
    font-family: e-Ukraine;
    background-color: transparent !important;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 22.rem;
    letter-spacing: 0.22px;
    border: 2px solid transparent;
}
.uib-datepicker{
    padding-left: .3rem;
    padding-right: .3rem;
}
.uib-daypicker:focus {
    border: none !important;
    outline: 0 !important;
}
.uib-day button:active,
.uib-day button:focus,
.uib-month button:active,
.uib-month button:focus,
.uib-year button:active,
.uib-year button:focus {
    border: none !important;
    outline: none !important;
}
.uib-day .btn-info:active,
.uib-day .btn-info.active,
.uib-month .btn-info:active,
.uib-month .btn-info.active,
.uib-year .btn-info:active,
.uib-year .btn-info.active,
.uib-day .btn-info.active .text-info {
    background-color: #009870 !important; /*#47A15B !important;*/
    color: #fff;
    border: 2px solid #009870;
}
.uib-day button:hover,
.uib-day button:active,
.uib-day button:focus,
.uib-month button:hover,
.uib-month button:active,
.uib-month button:focus,
.uib-year button:hover,
.uib-year button:active,
.uib-year button:focus {
    border: 2px solid #009870;
}
.uib-day .btn-default:active,
.uib-day .btn-default.active,
.uib-month .btn-default:active,
.uib-month .btn-default.active,
.uib-year .btn-default:active,
.uib-year .btn-default.active {
    border: 2px solid #009870;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.extractNotLoaded
{
    padding: 20rem 0;
    text-align:center;
}
.extractNotLoaded h1{
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 4.1rem;
    color: #000;
}
.input-group-pill label {
    display: none;
}
.input-group-custom .control-label-custom {
    display: inline-block;
}
/*.control-label-npf {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 6px;
    left: 17px;
    z-index: 1;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}*/

/*INNER INPUT FORM START*/
.input-group-custom .form-control-custom,
.form-control-custom {
    height: 5.4rem;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 1.8rem 1.4rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
}
.input-group-custom input.form-control-custom{
    border-color: #000000 !important;
    border-right: none !important;
}
.control-label-custom {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.9rem;
    color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 7;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}
select.form-control-custom {
    padding-top: 1.6rem
}
input.form-control-custom[readonly] {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.5) !important;
}
input.form-control-custom[disabled],
.form-control[disabled].form-control-custom {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.5) !important;
}
.form-control-custom:focus, .form-control-custom:hover, .form-control-custom:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.control-focus .control-label-custom,
.control-highlight  .control-label-custom,
.form-control-custom.ng-not-empty ~ .control-label-custom {
    top: -6px;
    left: 11px;
    padding: 0 .4rem;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.6);
}
/*.form-control-custom:focus + .control-label-custom,
.form-control-custom:not(:placeholder-shown) + .control-label-custom,
.form-control-custom:-webkit-autofill ~ .control-label-custom,
.control-label-custom.l-active{
    top: -6px;
    left: 11px;
    padding: 0 .4rem;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.6);
}*/
.test-class {
    background-color: #000;
}
/*.form-control-custom:-webkit-autofill ~ .control-label-custom,
.form-floating-label.control-focus .control-label-custom,
.form-floating-label.control-highlight .control-label-custom {
    top: -6px;
    left: 11px;
    padding: 0 .4rem;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.6);
}*/
.btn-choose-date-custom {
    border: 1px solid #000000;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
    height: 5.4rem;
}
.panel-wrapper{
    padding-bottom: 4rem;
    border-bottom: 3px solid #000;

}
.panel-wrapper .form-group{
    width: 100%;
    margin-left: 0 !important;
    margin-top: 1rem;
    margin-bottom:1rem;
    margin-right: 0 !important;
}
.panel-wrapper.border-none{
    border-bottom:none;
    padding-bottom: 0;
}
.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.px-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mx-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mb-30 {
    margin-bottom: 3rem !important;
}
.mt-30 {
    margin-top: 3rem !important;
}
.mt-10 {
    margin-top: 1rem !important;
}
.my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.mb-15 {
    margin-bottom: 1.5rem !important;
}
.mt-15 {
    margin-top: 1.5rem !important;
}
.panel:last-child{
    margin-bottom: 0;
}
.navbar-grey .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-grey .navbar-toggle {
    border-color: #000;
    margin-left: auto;
    margin-right: auto;
}
.request-btn {
    display: block;
    width: 100%;
    padding: 2.6rem 2rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #000000;
    border-bottom: 1px solid #000;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}
.request-btn:first-child{
    border-top: 1px solid #000
}
.request-btn:hover,
.request-btn:active,
.request-btn:focus{
    color: #fff;
    background-color: #000;
    text-decoration:none;
}
.request-btn::before {
    background-image: url(../Content/img/arrow-right.svg);
    background-size: 24px 24px;
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    float: right;
    content: "";
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
}
.request-btn:hover::before,
.request-btn:focus::before,
.request-btn:active::before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(20deg) brightness(103%) contrast(101%);
}
/*Модалні вікна*/
.default-modal .modal-dialog {
    width: 75%;
}

.small-modal .modal-dialog {
    width: 30%;
}

.litle-modal .modal-dialog {
    width: 20%;
}

.middle-modal .modal-dialog {
    width: 50%;
}

.large-modal .modal-dialog {
    width: 95%;
}
iframe.pdf-preview {
    width: 100%;
    height: 500px;
}
span.warning {
    color: #f0ad4e;
    padding-left: 25px;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    /*    border-style: double;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
    opacity: 1;*/
    pointer-events: none;
}
.spinner {
    position: absolute;
    top: 48px;
    right: 1rem;
    margin: -34px 0 0 94px;
    height: 24px;
    width: 24px;
    text-indent: 34px;
    white-space: nowrap;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.fa.success-check {
    color: #44c35c;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    /*transition: visibility 0s, opacity 0.5s linear;*/
    -webkit-transition: visibility 0.1s ease;
    -moz-transition: visibility 0.1s ease;
    -o-transition: visibility 0.1s ease;
    -ms-transition: visibility 0.1s ease;
    transition: visibility 0.1s ease;
}

.text-center {
    text-align: center !important;
}

.footer-add-info {
    margin-top: 1rem;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.4rem;
    color: #fff;
}

.footer-add-info span {
    font-size: 1.1rem;
    opacity: 0.7;
    font-weight: 300;
}

.main__help-text {
    text-align:center;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media (max-width: 1199px) {
    footer {
        height: 142px;
    }

    #wrapper {
        min-height: calc(100vh - 142px);
    }
}
@media (max-width: 992px){
    .main__help-text {
        margin-top: 2rem !important;
    }
    footer {
        height: 130px;
    }
    #wrapper {
        min-height: calc(100vh - 130px);
    }
}
@media (max-width: 768px) {
    .control-label-npf, .control-label-custom {
        padding-top: 7px;
    }

    .navbar-top-links {
        padding-right: 1rem;
    }

    .navbar-brand {
        padding-left: 1rem;
    }
    .navbar-nav li {
        text-align:center;
        margin-left: 0;
        margin-right: 0;
    }
    footer {
        height: 125px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    #wrapper {
        min-height: calc(100vh - 125px);
    }
}
@media (max-width: 628px) {
    footer {
        height: 140px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    #wrapper {
        min-height: calc(100vh - 140px);
    }
}
@media (max-width: 576px) {
    .footer-links{
        text-align:center;
    }
    .folow-us__block
    {
        margin: 0 auto;
        margin-top: 2rem;
    }
    p.follow-us,
    .folow-us__block > .social-block,
    .footer-add-info,
    .footer-text{
        text-align: center !important;
    }
    footer {
        height: 160px;
        /*height: 350px; full futter*/
    }
    #wrapper {
        min-height: calc(100vh - 160px);
        /*min-height: calc(100vh - 350px); full futter*/
    }
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media(max-width:850px) {
    .report-block {
        overflow-x: scroll;
    }
}