html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
address,
main,
footer,
header,
menu,
nav,
section,
summary,
blockquote {
    display: block;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background: #3b5977;
    color: #000;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #007bff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.65em;
}

address {
    font-style: normal;
    line-height: inherit;
}

iframe {
    border: none;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
span,
table,
th,
td,
blockquote,
figure,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
}

strong,
b {
    font-weight: bold;
}

span {
    font-weight: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

button,
select {
    text-transform: none;
}

/*Типографика*/
.analizys {
    cursor: pointer !important;
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.content {
    flex-grow: 1;
}

.wrap {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

.icon-svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.btn .icon-svg {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.btn {
    height: 45px;
    line-height: 43px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3B5977;
    border: 1px solid transparent;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.btn-wide {
    width: 100%;
}

.btn:active {
    background: #0067D1;
    color: #fff;
}

.btn-blue {
    background: #0067D1;
    color: #fff;
}

.btn.btn-blue:active {
    background: #F8C900;
}

.has-bg {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.open-menu {
    display: none;
}

.no-height {
    height: auto !important;
}

/*Типографика*/

/*Скроллбар*/

.gm-scrollbar-container {}

.sidebar-top .gm-scrollbar.-vertical {
    background: #3B5977;
    right: 0;
    border-radius: 0;
}

.sidebar-top .gm-scroll-view {
    padding-left: 30px;
}

.sidebar-top .gm-scrollbar .thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

.sidebar-top .gm-scrollbar .thumb:hover,
.sidebar-top .gm-scrollbar .thumb:active {
    background: rgba(255, 255, 255, 1);
}

.link-back {
    display: inline-block;
    margin-bottom: 1rem;
}

.report-info-tabs .gm-scrollbar.-vertical {
    width: 20px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(200, 200, 200, .1);
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, .7);
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(200, 200, 200, 1);
}

main .gm-scrollbar.-vertical {
    right: 5px;
}

/*Скроллбар*/

/*Блок с текстом*/

.text_block>*:first-child {
    margin-top: 0 !important;
}

.text_block>*:last-child {
    margin-bottom: 0 !important;
}

.text_block h1,
.text_block .h1,
.text_block h2,
.text_block .h2,
.text_block h3,
.text_block .h3,
.text_block h4,
.text_block .h4,
.text_block h5,
.text_block .h5,
.text_block h6,
.text_block .h6 {
    margin: 30px 0 16px;
}

.text_block a {
    color: #1a1919;
    border-bottom: 1px solid #e6193c;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.text_block a:hover {
    color: #e6193c;
}

.text_block p {
    margin-bottom: 20px;
}

figure {
    position: relative;
}

.text_block .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text_block figure {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.text_block figure+figure {
    margin-top: -15px;
}

.text_block figcaption {
    margin-top: 7px;
}

.text_block ul,
.text_block ol {
    margin-bottom: 30px;
}

.text_block ul>li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.text_block ul>li:before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background: #3b5977;
    position: absolute;
    left: 4px;
    top: 0.6em;
}

.text_block ol {
    counter-reset: list;
}

.text_block ol>li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.text_block ol>li:before {
    content: counter(list) ".";
    counter-increment: list;
    color: #3b5977;
    position: absolute;
    left: 4px;
    top: 0;
}

blockquote {
    border-top: 1px solid #3b5977;
    border-bottom: 1px solid #3b5977;
    padding: 20px 0;
    margin: 30px 0;
    text-align: center;
}

/*Блок с текстом*/

/*Сайдбар*/

.sidebar-left {
    width: 360px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.sidebar-inner:before {
    content: "";
    width: 80%;
    height: 30%;
    background: url(../img/bg-main.svg) no-repeat 0 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sidebar-inner {
    position: relative;
    height: 100%;
    padding: 20px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
    background: #3B5977;
}

.sidebar-inner .inner {
    height: 100%;
    position: relative;
    padding-bottom: 150px;
    padding-top: 130px;
}

.sidebar-top {
    height: 100%;
    overflow: auto;
    position: relative;
}

.sidebar-top.gm-prevented {
    padding-left: 30px;
}

.sidebar-top .logo img {
    max-height: 100px;
}

.sidebar-inner .link-logout {
    color: #6994C0;
    font-size: 12px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.sidebar-inner .link-logout:hover {
    color: #fff;
}

.sidebar-top .link-logout+.sidebar-item {
    /* margin-top: 40px; */
}

.sidebar-item {
    color: #fff;
    /* margin-bottom: 60px; */
}

.sidebar-item:last-child {
    /* margin-bottom: 0; */
}

#side-accordeon .h6 {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    padding: 10px 0 10px 30px;
    outline: none;
}

#side-accordeon .h6 .icon {
    position: absolute;
    left: 0;
    top: 10px;
}

#side-accordeon .h6 .icon-folder {
    left: 0;
}

#side-accordeon .h6 .icon-service {
    left: 0;
}

#side-accordeon .sidebar-item {
    display: none;
}

/* 
#side-accordeon .acc-active + .sidebar-item {
    display: block;
}  */

.icon-folder {
    width: 16px;
    height: 13px;
    background: url(../img/icons/folder.svg) no-repeat;
    background-size: contain;
}

.icon-service {
    width: 17px;
    height: 16px;
    background: url(../img/icons/service.svg) no-repeat;
    background-size: contain;
}

.sidebar-item .menu {
    font-size: 16px;
}

.sidebar-item .menu a {
    color: #fff;
    display: block;
    /* height: 35px; */
    /* line-height: 35px; */
    line-height: normal;
    padding: 10px 10px 10px 30px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    /* margin-left: -30px; */
}

.sidebar-item .menu a:hover,
.sidebar-item .menu .active a {
    background: #fff;
    color: #3B5977;
}

.sidebar-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 20px;
}

.sidebar-inner .logo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.sidebar-bottom .input-field {
    margin-bottom: 0;
    position: relative;
}

.sidebar-bottom textarea.form-control {
    background: #fff;
    height: 100px;
    text-align: left;
    padding: 12px 10px 0 40px;
    color: #000;
    border: 1px solid transparent;
}

.sidebar-bottom button {
    background: transparent;
    border: none;
    color: #fff;
    margin-left: auto;
    display: block;
    margin-top: 5px;
}

.input-field .icon-mail {
    background: url(../img/icons/email.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 12px;
    position: absolute;
    left: 15px;
    top: 17px;
}

main {
    height: 100vh;
    overflow: hidden;
    background: #f3f3f3;
    padding-left: 360px;
}

main .wrap {
    padding: 0 40px;
    margin: 0;
    max-width: none;
}

main section {
    background: #fff;
}

/*Сайдбар*/

/*Статья*/

.article-section {}

.article-section .top {
    position: relative;
    height: 540px;
    margin-left: -40px;
    margin-right: -40px;
}

.article-section .top .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.article-section .top h1 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 40px 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 10;
}

.article-section .text_block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.msg-top {}


.msg-top .error-msg {}

/*Статья*/

/*Страница авторизации*/

.login-section {
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 325px;
    padding-bottom: 180px;
    padding-top: 30px;
}

.login-section:before {
    content: "";
    background: url(../img/bg-main.svg) no-repeat 0% 100%;
    background-size: contain;
    width: 36%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.login-section .wrap>* {
    position: relative;
    z-index: 10;
}

.login-section .logo {
    max-width: 330px;
    height: 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

.login-section .logo img {
    max-height: 100%;
}

.login-section .form {
    min-height: 210px;
}

.login-section .h5 {
    color: #e5e5e5;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.form-bottom {
    margin-top: 15px;
}

.form-bottom .link {
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.form-bottom .link:hover {
    border-color: #fff;
}

.company-contacts {
    font-size: 18px;
    position: absolute !important;
    left: 0;
    bottom: 40px;
    width: 100%;
}

.company-contacts address {
    margin-bottom: 8px;
}

.company-contacts address:last-child {
    margin-bottom: 0;
}

.company-contacts a {
    color: #fff;
}

.form-restore {
    display: none;
}

/*Страница авторизации*/

/*Личный кабинет*/

.lk-section {
    background: #f5f6fa;
    color: #3B5977;
}

.lk-section .gm-scroll-view {
    padding-top: 30px;
    padding-bottom: 30px;
}

.lk-section h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.report-create.reportsblocks h1 {
    margin-bottom: 0px;
    line-height: 49px;
}

.lk-section .h6 {
    font-size: 12px;
    font-weight: bold;
}

.report-info {
    margin-bottom: 20px;
}

.report-info-item,
.report-info_block {
    background: #fff;
}

.report-info-item {
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 20px;
}

.report-info-content>.row>div:last-child .report-info-item {
    margin-bottom: 0;
}

.report-info-item .amount {
    font-size: 64px;
    font-weight: 300;
    margin-top: 10px;
}

.report-info_block>.row>div:first-child {
    border-right: 1px solid #E5E5E5;
}

.report-info-tabs {
    padding: 20px 0 20px 30px;
    height: 330px;
    overflow: hidden;
}

.report-info-tabs .h6 {
    margin-bottom: 35px;
}

.report-info-tabs .tabs {
    height: 240px;
}

.report-info-tabs .tabs .gm-scroll-view {
    padding: 0;
}

.report-info-tabs li {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #959595;
    padding-left: 10px;
    margin-left: -10px;
    margin-bottom: 13px;
}

.report-info-tabs li:last-child {
    margin-bottom: 0;
}

.report-info-tabs li.active,
.report-info-tabs li:hover {
    background: #E1E3E8;
    color: #3B5977;
}

.report-info_block .report-info-content {
    padding: 30px;
}

.report-info-content .info-item {
    padding: 30px;
    height: 130px;
}

.report-info-content .info-item .h4 {
    font-weight: bold;
    margin-bottom: 3px;
}

.report-info-content .info-item .text {
    font-size: 10px;
    color: #959595;
}

.report-info_block .report-info-content .row>div:nth-of-type(1),
.report-info_block .report-info-content .row>div:nth-of-type(2) {
    border-bottom: 1px solid #E5E5E5;
}

.report-info_block .report-info-content .row>div:nth-of-type(2n+1) {
    border-right: 1px solid #E5E5E5;
}

.report-create {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.report-create .label {
    color: #959595;
    font-size: 12px;
}

.report-create-item+.report-create-item {
    margin-top: 30px;
}

.report-create-item .item {
    position: relative;
    padding-top: 20px;
}

.report-create-item .label {
    position: absolute;
    left: 0;
    top: 0;
}

.report-contacts {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
}

.choose-date {
    position: relative;
}

.choose-date input {
    height: 40px;
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 2px !important;
    color: #959595;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 10;
    background: transparent;
}

.choose-date input:focus {
    border-color: #3B5977;
    color: #3B5977;
}

.choose-date input:focus+.icon-arrow {
    border-top: 12px solid #3B5977;
}

.icon-arrow {
    border: 8px solid transparent;
    border-top: 12px solid #959595;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.report-contacts {}

.report-contacts .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.report-contacts .text {
    margin-bottom: 10px;
}

.report-contacts .text:last-child {
    margin-bottom: 0;
}

.report-contacts .info {
    position: relative;
    font-size: 12px;
    margin-top: 60px;
    min-height: 150px;
}

.report-contacts .photo {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 15px;
    top: 50px;
}

.report-contacts .photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.report-contacts .photo+.info {
    padding-left: 180px;
    min-height: 70px;
}

.page .datepicker--cell.-selected-,
.page .datepicker--cell.-focus- {
    background: #3B5977 !important;
    color: #fff !important;
}

.page .datepicker--day-name {
    color: #3B5977;
}

.page .datepicker--cell.-current- {
    color: #0067D1;
}

.page .datepicker--cell-day.-other-month-,
.page .datepicker--cell-year.-other-decade- {
    color: #c3c3c3;
}

.report-create .err-msg {
    position: relative;
    color: #D00000;
    padding-left: 20px;
}

.err-msg .icon-close {
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: #D00000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.err-msg .icon-close:before,
.err-msg .icon-close:after {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -0.5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.err-msg .icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*Личный кабинет*/











/*Подвал сайта*/



/*Подвал сайта*/

/*Поля формы*/

.input-field {
    margin-bottom: 30px;
    position: relative;
}

.input-field .placeholder {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: left;
    width: 100%;
    cursor: text;
    color: #fff;
    font-size: 16px;
    letter-spacing: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    width: 100%;
    line-height: normal !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    color: #fff;
    height: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    background: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-appearance: none;
}

.form-control:-webkit-autofill+.placeholder,
.form-control:valid+.placeholder,
.form-control:focus+.placeholder,
.form-control.filled+.placeholder {
    font-size: 10px;
    color: #6994C0;
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}

.page input[type="search"],
.choose-date input {
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-appearance: none;
}

.page input::-webkit-input-placeholder {
    color: #6994C0;
    opacity: 1;
}

.page input::-moz-placeholder {
    color: #6994C0;
    opacity: 1;
}

.page textarea::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
}

.page textarea::-moz-placeholder {
    color: #959595;
    opacity: 1;
}

input:focus,
textarea:focus {
    outline: none;
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=tel]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=tel]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=email]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=email]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea.form-control {
    height: 200px;
    resize: none;
    overflow: auto;
    text-overflow: unset;
    white-space: normal;
}

.page button,
.page input[type="submit"] {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
}

button:focus {
    outline: none;
}

/*Поля формы*/

/*Всплывающие окна*/

.pop_wrap {
    display: block !important;
}

.page .fancybox-bg {
    background: #3B5977;
}

.page .fancybox-is-open .fancybox-bg {
    opacity: 0.7;
}

.fancybox-inner {
    cursor: pointer;
}

.fancybox-slide:before {
    margin-right: 0 !important;
}

.fancybox-slide--current .pop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.fancybox-content {
    background: transparent !important;
    padding: 0 !important;
}

.pop {
    display: none;
    cursor: auto;
    opacity: 0;
    visibility: hidden;
    background: #fff !important;
    padding: 50px 30px !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#msg-error {
    width: 100%;
    max-width: 670px;
    text-align: center;
}

.error-msg {
    text-transform: uppercase;
    font-size: 12px;
}

.pop_success {}

.fancybox-close-small {
    opacity: 1 !important;
    right: 0px !important;
    top: 0px !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    color: #C4C4C4 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fancybox-close-small svg {
    opacity: 1 !important;
    width: 50% !important;
    height: 50% !important;
    display: inline-block !important;
    vertical-align: middle;
}

/*Всплывающие окна*/

/*Ошибки*/

.error {
    border-color: red !important;
}

/*Ошибки*/

/*Стилизация чекбоксов и радиокнопок*/

.custom-control {
    position: relative;
    line-height: 18px;
    min-height: 20px;
    margin-bottom: 24px;
    font-size: 14px;
}

.custom-control input[type="checkbox"]+label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
}

.custom-control input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.custom-control input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.custom-control input[type="checkbox"]+label:hover:before {
    border-color: #0091ec;
}

.custom-control input[type="checkbox"]+label:after {
    content: '';
    background: url(../img/icons/check.svg) no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 5px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.custom-control input[type="checkbox"]:checked+label:before {
    background: #0091ec;
    border-color: #0091ec;
}

.custom-control input[type="checkbox"]:checked+label:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-control input[type="radio"]+label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
}

.custom-control input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom-control input[type="radio"]+label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.custom-control input[type="radio"]+label:hover:before {
    border-color: #0091ec;
}

.custom-control input[type="radio"]+label:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.custom-control input[type="radio"]:checked+label:before {
    background: #0091ec;
    border-color: #0091ec;
}

.custom-control input[type="radio"]:checked+label:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.report-create-item .custom-control {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.report-create-item .custom-control+.custom-control {
    margin-left: 16px;
}

.report-create-item .custom-control label {
    padding: 0 !important;
    min-height: 40px;
    line-height: 38px !important;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    color: #C4C4C4;
    min-width: 150px;
    text-align: center;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.report-create-item .custom-control input[type="radio"]:checked+label {
    border-color: #0071E5;
    color: #0071E5;
}

.report-create-item .custom-control label:before,
.report-create-item .custom-control label:after {
    content: none !important;
}

.report-create .row>div:first-child .h6 {
    margin-top: 14px;
}

.report-create .btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 40px;
    line-height: 38px;
}

/*Стилизация чекбоксов и радиокнопок*/

/*Селект*/

.select {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 60px;
}

.select-year {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 60px;
}

.slct {
    display: block;
    color: #3B5977;
    font-size: 16px;
    position: relative;
    z-index: 90;
    background: #fff;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 5px;
    height: 100%;
    line-height: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slct:after {
    content: "";
    border: 8px solid transparent;
    border-top: 12px solid #959595;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slct.active:after {
    border-top: 12px solid #3B5977;
}

.drop {
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    position: absolute;
    background: #fff;
    top: 100%;
    width: 100%;
    text-align: left;
    left: 0;
    z-index: 110;
    margin-top: 0px;
    padding-bottom: 7px;
    border-top: none;
    max-height: 250px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.drop.visible {
    opacity: 1;
    visibility: visible;
}

.drop li {
    display: block;
}

.drop li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    display: block;
    color: #999;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 0 10px 0 20px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*Медиа запросы*/

/*Hover*/

@media screen and (min-width: 1201px) {

    .btn:hover {
        background: #0067D1;
        color: #fff;
    }

    .btn-blue:hover {
        background: #FCD943;
        color: #000;
    }

}

/*HD*/

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

    .login-section .logo {
        margin-bottom: 80px;
    }

    .company-contacts {
        bottom: 30px;
    }

    .sidebar-left {
        width: 300px;
    }

    .sidebar-inner {
        padding: 20px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }

    main {
        padding-left: 300px;
    }

    .report-contacts .photo {
        width: 120px;
        height: 120px;
    }

    .report-contacts .photo+.info {
        padding-left: 140px;
    }

    .report-create-item .custom-control label {
        min-width: 140px;
    }

}

/*Tablet landscape */

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

    body {
        cursor: pointer;
    }

    .report-create .row>div:first-child .h6 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .report-info-item {
        margin-bottom: 0px;
    }

    .report-info_block {
        margin-top: 20px;
    }

    .report-create-item .err-msgs {
        margin-top: 20px;
    }

    .report-contacts .info {
        margin-top: 20px;
    }

    .report-contacts {
        margin-bottom: 0;
    }

}

/*Tablet portrait*/

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

    .header {
        display: block !important;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        background: #3B5977;
        z-index: 1000;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
    }

    .header>.wrap,
    .header>.wrap>.row,
    .header>.wrap>.row>div,
    .header .logo {
        height: 100%;
    }

    .header .logo img {
        max-height: 100%;
        padding: 5px 0;
        margin-left: 5px;
    }

    .page {
        padding-top: 60px;
    }

    main .wrap {
        padding: 0 30px;
    }

    .open-menu {
        height: auto;
        cursor: pointer;
        color: inherit;
        text-transform: none;
        background: none;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        right: 10px;
        top: 0;
        width: 60px;
        height: 100%;
        display: block;
    }

    .open-menu:hover {
        opacity: 1
    }

    .open-menu .open-menu-inner {
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    .open-menu .open-menu-inner:before {
        -webkit-transition: top 0.2s 0.24s ease, opacity 0.2s ease;
        transition: top 0.2s 0.24s ease, opacity 0.2s ease
    }

    .open-menu .open-menu-inner:after {
        -webkit-transition: bottom 0.2s 0.24s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.2s 0.24s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    .open-menu.active .open-menu-inner {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0.24s;
        transition-delay: 0.24s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .open-menu.active .open-menu-inner:before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.2s ease, opacity 0.2s 0.24s ease;
        transition: top 0.2s ease, opacity 0.2s 0.24s ease
    }

    .open-menu.active .open-menu-inner:after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.2s ease, transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .open-menu-box {
        width: 30px;
        height: 20px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -15px;
        margin-top: -10px;
    }

    .open-menu-inner {
        display: block;
        top: 50%;
        margin-top: -1px
    }

    .open-menu-inner,
    .open-menu-inner:before,
    .open-menu-inner:after {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

    .open-menu-inner:before,
    .open-menu-inner:after {
        content: "";
        display: block
    }

    .open-menu-inner:before {
        top: -9px
    }

    .open-menu-inner:after {
        bottom: -9px
    }

    .sidebar-left {
        display: none;
    }

    main {
        padding-left: 0;
    }

    .article-section .top {
        height: 360px;
    }

    .fancybox-content {}

    .sidebar-inner {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        padding: 20px !important;
        background: #3B5977 !important;
        width: 320px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .fancybox-slide--current .sidebar-inner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .fancybox-slide--html {
        padding: 0 !important;
    }

    .sidebar-inner .fancybox-close-small {
        color: #fff !important;
    }

    .sidebar-inner .fancybox-close-small svg {
        width: 40% !important;
        height: 40% !important;
    }

    .sidebar-left {
        width: 0;
    }

    .article-section .top {
        margin-left: -30px;
        margin-right: -30px;
    }

}


/*Smartphone*/

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

    .form-control,
    textarea {
        font-size: 16px;
    }

    .pop {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .icon-svg {
        margin-top: 0;
    }


    .login-section .logo {
        margin-bottom: 30px;
    }

    .company-contacts {
        margin-top: 30px;
        position: relative !important;
        bottom: 0;
    }

    .header {
        height: 50px;
    }

    .page {
        padding-top: 50px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    .article-section .top {
        height: 200px;
    }

    main .wrap {
        padding: 0 15px;
    }

    .open-menu {
        right: 0;
    }

    .header .logo img {
        margin-left: 0;
    }

    .article-section .text_block {
        padding-top: 15px;
        margin-top: -60px;
        position: relative;
        z-index: 10;
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-inner {
        width: 100%;
    }

    .article-section .top h1 {
        padding-top: 20px;
    }

    .sidebar-top .logo img {
        max-height: 60px;
    }

    .sidebar-item {
        /* margin-bottom: 40px; */
    }

    .lk-section h1 {
        margin-bottom: 20px;
    }

    .report-info-item {
        height: 130px;
    }

    .report-info-item .amount {
        line-height: normal;
    }

    .report-info_block .report-info-content .row>div {
        border: none !important;
    }

    .report-info-content .info-item {
        padding: 0;
        height: auto;
        margin-bottom: 30px;
    }

    .report-info_block .report-info-content .row>div:last-child .info-item {
        margin-bottom: 0;
    }

    .report-info-content>.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .report-info-content>.row>div {
        padding: 0 10px;
    }

    .report-create-item .custom-control {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    .report-create-item .custom-control label {
        min-width: 150px;
    }

    .report-create-item .err-msgs {
        margin-top: 10px;
    }

    .report-create-item .item {
        margin-bottom: 10px;
    }

    .report-create-item+.report-create-item {
        margin-top: 20px;
    }

    .report-create-item .item {
        padding-top: 0;
    }

    .report-create-item .item .btn {
        margin-top: 10px;
    }

    .report-create-item .label {
        position: static;
        margin-bottom: 5px;
    }

    .report-create,
    .report-info_block .report-info-content,
    .report-contacts {
        padding: 20px;
    }

    .report-contacts .photo {
        width: 90px;
        height: 90px;
    }

    .report-contacts .info {
        min-height: 1px;
    }

    .report-contacts .photo+.info {
        padding-left: 110px;
        min-height: 70px;
        margin-bottom: 20px;
    }

    .report-info-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .report-info-tabs {
        padding: 0px;
        height: auto;
        margin-bottom: 20px;
        background: #fff;
        overflow: visible;
    }

    .report-info_block .report-info-content {
        background: #fff;
    }

    .report-info_block {
        background: transparent;
    }

    .report-info_block>.row>div:first-child {
        border: none;
    }

    .report-info-tabs li {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 10px;
    }

    .article-section .top {
        margin-left: -15px;
        margin-right: -15px;
    }

}

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

    body {
        width: 320px;
    }

}

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

    .top_h6 {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .sel_year {
        min-width: 180px !important;
    }

}

@media screen and (max-height: 600px) {

    .login-section .logo {
        margin-bottom: 40px;
    }

    .login-section {
        padding-bottom: 100px;
    }

}

@media screen and (max-height: 500px) {

    .login-section {
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .login-section .logo {
        margin-bottom: 30px;
    }

    .company-contacts {
        margin-top: 30px;
        position: relative !important;
        bottom: 0;
    }

}

/*Медиа запросы*/
@media screen and (max-width: 1280px) {
    .type-select {
        min-width: 148px !important;
    }

    .sel_type {
        min-width: 180px !important;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 92px !important;
        padding-top: 19px;
        margin-bottom: 10px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 35px;
        /* float: left; */
        display: inline-block;
        vertical-align: top;
        min-width: 145px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 1280px) and (max-width: 1320px) {
    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 125px !important;
        font-size: 13px;
    }

    .sel_type {
        min-width: 137px !important;
        font-size: 11px;
        margin-left: 19px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 80px !important;
        padding-top: 13px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 40px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 51px;
        display: inline-block;
        vertical-align: top;
        min-width: 121px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 1321px) and (max-width: 1440px) {
    .analizys-custom-control {
        margin-left: 31px !important
    }

    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 122px !important;
        font-size: 15px;
    }

    .sel_type {
        min-width: 143px !important;
        font-size: 13px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 80px !important;
        padding-top: 13px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 40px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 51px;
        display: inline-block;
        vertical-align: top;
        min-width: 121px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 1441px) and (max-width: 1599px) {
    .analizys-custom-control.acc_sc {
        margin-left: 34px !important;
    }

    .analizys-custom-control {
        margin-left: 57px !important;
    }

    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 120px !important;
        font-size: 15px;
    }

    .sel_type {
        min-width: 164px !important;
        font-size: 13px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 80px !important;
        padding-top: 13px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 40px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 80px;
        display: inline-block;
        vertical-align: top;
        min-width: 121px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    .analizys-custom-control {
        margin-left: 70px !important;
    }

    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 134px !important;
        font-size: 15px;
    }

    .sel_type {
        min-width: 158px !important;
        font-size: 13px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 86px !important;
        padding-top: 16px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 40px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 92px;
        display: inline-block;
        vertical-align: top;
        min-width: 132px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 1801px) and (max-width: 1920px) {
    .analizys-custom-control.acc_sc {
        margin-left: 67px !important;
    }

    .analizys-custom-control {
        margin-left: 89px !important;
    }

    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 160px !important;
        font-size: 15px;
    }

    .sel_type {
        min-width: 205px !important;
        font-size: 13px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 100px !important;
        padding-top: 22px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 45px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 115px;
        display: inline-block;
        vertical-align: top;
        min-width: 160px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 1921px) and (max-width: 2048px) {
    .analizys-custom-control.acc_sc {
        margin-left: 93px !important;
    }

    .analizys-custom-control {
        margin-left: 111px !important;
    }

    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 160px !important;
        font-size: 15px;
    }

    .sel_type {
        min-width: 205px !important;
        font-size: 13px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 100px !important;
        padding-top: 22px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 45px;
    }

    .otchet-item {
        /* min-height: 150px; */
        text-align: center;
        margin-right: 140px;
        display: inline-block;
        vertical-align: top;
        min-width: 160px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

@media screen and (min-width: 2049px) and (max-width: 2560px) {
    .analizys-custom-control.acc_sc {
        margin-left: 145px !important;
    }

    .analizys-custom-control {
        margin-left: 170px !important;
    }

    .report-create-item .custom-control label {
        padding: 0 !important;
        min-height: 36px;
        line-height: 34px !important;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        color: #C4C4C4;
        min-width: 150px;
        text-align: center;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
    }

    .type_select {
        min-width: 186px !important;
        font-size: 15px;
    }

    .sel_type {
        min-width: 228px !important;
        font-size: 13px;
    }

    .frst_report_create {
        margin-bottom: 0px !important;
        padding-bottom: 0;
        margin-top: 60px;
    }

    .active_sel {
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    }

    .active_punkt {
        color: #0071E5;
    }

    .act_label {
        border-color: #0071E5 !important;
        color: #0071E5 !important;
    }

    .otchet {
        background: #E1E8EF;
        border-radius: 10px;
        text-align: center;
        min-height: 120px !important;
        padding-top: 22px;
        margin-bottom: 10px;
    }

    .otchet svg {
        width: 45px;
    }

    .otchet-item {
        /* min-height: 180px; */
        text-align: center;
        margin-right: 195px;
        display: inline-block;
        vertical-align: top;
        min-width: 185px;
        font-size: 10px;
    }

    .items_otchet {
        /* width: 1000%; */
    }

    .otchet-item-a a {
        color: #165AA0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .h6-otc {
        color: #C4C4C4 !important;
        font-size: 12px;
        line-height: 26px;
        padding-top: 31px;
    }

    .top_h6 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .popup_act_sel {
        position: absolute;
        right: 0px;
        z-index: 999;
        background-color: white;
    }


}

/* Новые стили */

.items_otchet {
    white-space: nowrap;
    overflow: auto;
}

.otchet-item {
    margin-bottom: 20px;
}

.otchet-item:last-child {
    margin-right: 0;
}

/* Новые стили */