/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 100%;
}
body,
sub,
sup {
    position: relative;
}
body {
    margin: 0;
    font-family: "Roboto-Regular", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    min-height: 100vh;
    padding: 50px 15px 30px;


    background: -webkit-gradient(linear, left top, right top, from(#3d535d), to(#649987));
    background: -o-linear-gradient(left, #3d535d, #649987);
    background: linear-gradient(90deg, #3d535d, #649987);
    background-color: #3d535d;
    background-size: 400% 400%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
h1 {
    font-size: 2em;
}
hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
}
abbr[title] {
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
@font-face {
    font-family: "Roboto-Regular";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Roboto-Regular/Roboto-Regular.woff2) format("woff2");
    src: url(../fonts/Roboto-Regular/Roboto-Regular.woff) format("woff");
}
@font-face {
    font-family: "Roboto-Bold";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Roboto-Bold/Roboto-Bold.woff2) format("woff2");
    src: url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff");
}
@font-face {
    font-family: "Roboto-Medium";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Roboto-Medium/Roboto-Medium.woff2) format("woff2");
    src: url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff");
}
@media screen and (max-width: 414px) {
    body {
        padding: 5px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
}
li,
ul {
    padding: 0;
    list-style-type: none;
}
audio,
canvas,
iframe,
img,
svg,
textarea,
video {
    vertical-align: middle;
}
textarea {
    padding: 0;
    resize: none;
    border: 0;
}
section {
    position: relative;
}
th {
    font-weight: 400;
}
button,
input,
select {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[readonly]:not([readonly-not-bg]) {
    background-color: #eee;
}
.particles {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content {
    overflow: hidden;
    padding: 25px 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media screen and (max-width: 850px) {
    .content {
        padding: 25px 15px;
    }
}
.Button,
.wrapper {
    position: relative;
    color: #fff;
}
.wrapper {
    z-index: 10;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 35px;

    background: #2d3a45;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
}
.Button {
    font-size: 20px;
    display: block;
    padding: 10px 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
    background-color: #12b2d2;
    -webkit-box-shadow: 0 0 0 1px #2295ac inset, 0 0 0 2px rgba(255, 255, 255, 0.1) inset, 0 2px 0 0 #156171, 0 2px 1px 1px rgba(0, 0, 0, 0.3), 0 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px #2295ac inset, 0 0 0 2px rgba(255, 255, 255, 0.1) inset, 0 2px 0 0 #156171, 0 2px 1px 1px rgba(0, 0, 0, 0.3), 0 4px 4px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 414px) {
    .Button {
        font-size: 16px;
        width: 100%;
        padding: 10px;
    }
}
.Button:hover {
    background-color: #149fbb;
}
.Button:active {
    -webkit-box-shadow: 0 0 0 1px #149fbb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px #149fbb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.Button__icon {
    padding: 10px 45px 10px 55px;
}
.Button__search {
    padding: 10px 70px;
}
.Button__save {
    position: relative;
    padding: 10px 20px 10px 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    border-radius: 4px;
    background-color: #7eb4e4;
}
.Button__save .button__icon {
    left: 12px;
}
.Button__save:hover {
    background-color: #499de8;
}
.Delete {
    display: block;
    padding: 5px;
    cursor: pointer;
}
.Delete__icon,
.singIn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.Delete__icon {
    position: static;
    width: 25px;
    height: 25px;
    fill: #5d7985;
}
.Delete:hover .Delete__icon {
    fill: #000;
}
.singIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding: 7px 12px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background-color: #12b2d2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.singIn__icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #fff;
}
.singIn:hover {
    background-color: #2067e8;
}
.daterangepicker {
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
    position: absolute;
    top: 100px;
    left: 20px;
    display: none;
    width: 278px;
    max-width: none;
    margin-top: 7px;
    padding: 0;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}
.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    content: "";
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
    right: 0;
    left: 0;
    width: 0;
    margin-right: auto;
    margin-left: auto;
}
.daterangepicker.opensright:before {
    left: 9px;
}
.daterangepicker.opensright:after {
    left: 10px;
}
.daterangepicker.drop-up {
    margin-top: -7px;
}
.daterangepicker.drop-up:after,
.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: initial;
}
.daterangepicker.drop-up:after {
    bottom: -6px;
    border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}
.daterangepicker.single .drp-selected {
    display: none;
}
.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
    display: block;
}
.daterangepicker.auto-apply .drp-buttons {
    display: none;
}
.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}
.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
    padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table,
.t-access tbody tr .t-access__dropdown,
.t-access tbody tr .t-access__item {
    border: 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}
.daterangepicker .calendar-table .next span {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #c1d1d0;
}
.daterangepicker .calendar-table .prev span {
    border-width: 10px 15px 10px 0;
    border-color: transparent #c1d1d0 transparent transparent;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    font-size: 12px;
    line-height: 24px;
    width: 32px;
    min-width: 32px;
    height: 24px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}
.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    color: inherit;
    border-color: transparent;
    background-color: #eee;
}
.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    color: #999;
    border-color: transparent;
    background-color: #fff;
}
.daterangepicker td.in-range {
    color: #000;
    border-color: transparent;
    border-radius: 0;
    background-color: #ebf4f8;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    color: #fff;
    border-color: transparent;
    background-color: #357ebd;
}
.daterangepicker th.month {
    width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
    cursor: not-allowed;
    text-decoration: line-through;
    color: #999;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    height: auto;
    padding: 1px;
    cursor: default;
}
.daterangepicker select.yearselect {
    margin: 0;
}
.daterangepicker select.monthselect {
    width: 56%;
    margin: 0 2% 0 0;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    font-size: 12px;
    width: 50px;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #eee;
    outline: 0;
    background: #eee;
}
.daterangepicker .calendar-time {
    line-height: 30px;
    position: relative;
    margin: 4px auto 0;
    text-align: center;
}
.daterangepicker .calendar-time select.disabled {
    cursor: not-allowed;
    color: #ccc;
}
.daterangepicker .drp-buttons {
    line-height: 12px;
    display: none;
    clear: both;
    padding: 8px;
    text-align: right;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.daterangepicker .drp-selected {
    font-size: 12px;
    display: inline-block;
    padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    padding: 4px 8px;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right,
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left,
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
    float: none;
    margin: 0;
    text-align: left;
}
.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}
.daterangepicker .ranges ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}
.daterangepicker .ranges li:hover {
    background-color: #eee;
}
.daterangepicker .ranges li.active {
    color: #fff;
    background-color: #08c;
}
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
        text-align: left;
        direction: ltr;
    }
    .daterangepicker .ranges ul {
        width: 140px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker .drp-calendar,
    .daterangepicker .ranges,
    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left;
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
}
@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}
.next.available,
.table-condensed .prev.available {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header,
.header__animate {
    overflow: hidden;
    height: 90px;
}
.header {
    padding: 25px 0 25px 35px;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.header__animate {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 500px;
}
@media screen and (max-width: 768px) {
    .header__animate {
        right: -100px;
    }
}
@media screen and (max-width: 630px) {
    .header__animate {
        right: -200px;
    }
}
@media screen and (max-width: 530px) {
    .header__animate {
        right: -300px;
    }
}
@media screen and (max-width: 450px) {
    .header__animate {
        right: 0;
    }
}
.menu {
    margin-right: 80px;
}
@media screen and (max-width: 900px) {
    .menu {
        margin-right: 30px;
    }
}
@media screen and (max-width: 850px) {
    .menu {
        margin-right: 10px;
    }
}
@media screen and (max-width: 414px) {
    .menu {
        margin-right: 0;
    }


}
.menu__icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #d9e7ef;
}
.menu__item {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-left: 35px;
}
.menu__item:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -75px;
    width: 0;
    height: calc(100% + 10px);
    content: "";
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    background-color: #12b2d2;
}
.menu__item.active:after,
.menu__item:hover:after {
    width: 100px;
    opacity: 1;
}
.menu__item.active .menu__icon,
.menu__item:hover .menu__icon,
.options__item:hover .options__icon {
    fill: #fff;
}
.menu__link {
    font-family: "Roboto-Medium", Arial, sans-serif;
    color: #fff;
}
@media screen and (max-width: 850px) {
    .menu__link {
        font-size: 0;
    }
}
.pages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.window {
    padding: 24px 40px;
    border-radius: 15px;
    background: #364c56;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 650px) {
    .window {
        padding: 20px 15px;
    }
}
.window .Button {
    margin: 20px auto 0;
}
.window__title {
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #c1d1d0;
}
@media screen and (max-width: 414px) {
    .window__title {
        font-size: 16px;
    }
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1d1d0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 414px) {
    .filter {
        padding-bottom: 0;
    }
}
.filter__select-list {
    position: absolute;
    z-index: 100;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    border-radius: 3px;
    background-color: #fff;
}
.filter__select-item {
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.filter__select-item:not(:last-child) {
    border-bottom: 1px solid #c1d1d0;
}
.filter__select-item:focus,
.filter__select-item:hover {
    color: #fff;
    background-color: #12b2d2;
}
.filter__col {
    width: calc(50% - 20px);
}
.filter__col:not(:last-child) {
    margin-right: 40px;
}
@media screen and (max-width: 550px) {
    .filter__col:not(:last-child) {
        margin-right: 0;
    }
    .filter__col {
        width: 100%;
    }
}
.filter__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #c1d1d0;
}
.filter__date-label {
    position: absolute;
    right: 10px;
}
.filter__item {
    line-height: 34px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding: 0 12px;
    border: 1px solid #c1d1d0;
    border-radius: 5px;
}
.filter__item:not(:last-child) {
    margin-bottom: 15px;
}
.filter__item-col {
    width: 100%;
}
.filter__item-col:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 8px 7.5px 0;
    border-style: solid;
    border-color: #c1d1d0 transparent transparent;
}
.filter__item input {
    width: 100%;
    height: 100%;
    color: #fff;
}
.filter__item input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    color: #c1d1d0;
}
.filter__item input:-ms-input-placeholder,
.filter__item input::-ms-input-placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    color: #c1d1d0;
}
.filter__item input::placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    color: #c1d1d0;
}
.filter__item input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.filter__item input:focus:-ms-input-placeholder,
.filter__item input:focus::-ms-input-placeholder,
.popup__input input:focus:-ms-input-placeholder,
.popup__input textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.filter__item input:focus::placeholder {
    opacity: 0;
}
.filter__item input:focus + label .filter__icon {
    fill: #fff;
}
.options {
    margin-top: 40px;
}
.options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -35px;
    margin-bottom: 20px;
    margin-left: -35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.options__item {
    position: relative;
    width: 50%;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    color: #c1d1d0;
}
@media screen and (max-width: 600px) {
    .options__item {
        width: 100%;
    }
}
.options__item:first-child {
    background: #15212c;
}
.options__item:last-child {
    background-color: #102c43;
}
.add-object span,
.options__item:hover {
    color: #fff;
}
.options__icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #c1d1d0;
}
@media screen and (max-width: 414px) {
    .options__icon {
        width: 20px;
        height: 20px;
    }
}
.o-tooltip,
.o-tooltip:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.o-tooltip {
    top: calc(100% + 20px);
    display: none;
    padding: 20px 10px;
    border: 1px solid #c1d1d0;
    border-radius: 4px;
    background-color: #fff;
    width: 300px;
}
.o-tooltip:after {
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.o-tooltip__data {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
    padding: 10px 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    border-radius: 5px;
    background-color: #5cb85c;
}
.o-tooltip__data:hover {
    background-color: #449d44;
}
.o-tooltip__close {
    font-size: 15px;
    max-width: 40%;
    margin: auto;
    padding: 5px;
    color: #333;
    border: 1px solid #adadad;
    border-radius: 4px;
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 850px) {
    .meter {
        overflow: auto;
    }
}
.meter__inner {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 850px) {
    .meter__inner {
        width: 750px;
    }
}
.meter-bottom {
    padding: 20px 0;
    border-radius: 0 0 15px 15px;
    background-color: #dfeef6;
}
.add-object {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin: 20px 0 20px 40px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 4px;
    background-color: #12b2d2;
}
.add-object:hover {
    background-color: #2067e8;
}
.add-object__icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #fff;
}
.tables td,
.tables th {
    line-height: 20px;
    padding: 8px;
    text-align: center;
    color: #4b5359;
    border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
    .tables td,
    .tables th {
        font-size: 14px;
    }
}
.tables {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.tables thead {
    background-color: #dfeef6;
}
.tables thead th {
    border-color: #dfeef6;
}
.tables .data-time {
    width: 20%;
    padding: 8px 30px;
    text-align: left;
}
.t-object__btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.t-object__btn,
.t-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.t-settings__item {
    cursor: pointer;
}
.t-settings__item:not(:last-child) {
    margin-right: 10px;
}
.t-settings__item:hover .t-settings__icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    fill: #677981;
}
.t-settings__icon {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #5d7985;
}
.t-total {
    font-size: 15px;
}
.t-tariff__item:not(:last-child),
.t-total:not(:last-child) {
    margin-bottom: 5px;
}
[data-total] {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 16px;
    padding-top: 5px;
    border-top: 1px solid #c1d1d0;
}
[data-indication] > :not(:last-child) {
    margin-bottom: 10px;
}
.t-object-update {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 32px;
    width: 140px;
    height: 32px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #fff;
    border-radius: 4px;
    background-color: #12b2d2;
}
.i-date span:first-child,
.i-time span:first-child,
.i-total span:first-child,
.t-tariff__item span:first-child {
    display: inline-block;
    width: 45%;
}
.t-tariff__item {
    white-space: nowrap;
}
[data-label="Object"] {
    position: relative;
}
.button__icon {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #fff;
}
.journal {
    margin-bottom: 20px;
    border-bottom: 1px solid #c1d1d0;
}
.journal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.journal__inner .form__item {
    width: calc(50% - 20px);
}
.journal__inner .form__item:not(:last-child) {
    margin-right: 40px;
}
@media screen and (max-width: 550px) {
    .journal__inner .form__item:not(:last-child) {
        margin-right: 0;
    }
    .journal__inner .form__item {
        width: 100%;
    }
}
.journal .form__item:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
    .journal .form__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .access-page .meter__inner {
        width: 1100px;
    }
    .access-page .meter {
        overflow: auto;
    }
}
.t-access tbody tr {
    border: 1px solid #ddd;
}
.t-access tbody tr .t-access__item:nth-child(2) input {
    background-color: #eee;
}
.t-access tbody tr .t-access__item input {
    line-height: 34px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.t-access tbody tr .t-access__dropdown input {
    padding: 0;
    color: #000;
    border: 0;
}
.t-access tbody tr .t-access__dropdown input::-webkit-input-placeholder {
    color: #000;
}
.t-access tbody tr .t-access__dropdown input:-ms-input-placeholder,
.t-access tbody tr .t-access__dropdown input::-ms-input-placeholder {
    color: #000;
}
.t-access tbody tr .t-access__dropdown input::placeholder {
    color: #000;
}
.t-access tbody tr .t-access__dropdown .form__item {
    margin-bottom: 0;
    border: 1px solid #ccc;
}
.t-access tbody tr .t-access__dropdown .form__item-col:after {
    right: 4px;
}
.t-access tbody tr .t-access__dropdown .form__select-list {
    border: 1px solid #ccc;
}
.t-access__save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t-access__save > :not(:last-child) {
    margin-right: 5px;
}
.t-access__add {
    display: block;
    margin: auto;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    border-radius: 4px;
    background-color: #000;
}
.t-access__add-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #c1d2d1;
}
.t-access__add:hover {
    background-color: #145cff;
}
.fancybox-content {
    overflow: visible;
}
.fancybox-slide--html {
    padding: 10px 15px;
}
.daterangepicker {
    z-index: 99999;
}
.popup {
    width: 100%;
    max-width: 900px;
    padding: 0 15px;
    border-radius: 4px;
}
@media screen and (max-width: 950px) {
    .popup {
        max-width: 700px;
    }
}
.popup__command {
    max-width: 400px;
}
.popup__command input {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.popup__command input::-webkit-input-placeholder {
    text-align: left;
}
.popup__command input:-ms-input-placeholder,
.popup__command input::-ms-input-placeholder {
    text-align: left;
}
.popup__command input::placeholder {
    text-align: left;
}
.popup-table {
    overflow: auto;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .popup-table.popup-table--graff .popup-table__inner {
        width: 300px;
    }
}
.popup-table__inner {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
}
@media screen and (max-width: 500px) {
    .popup-table__inner {
        width: 445px;
    }
}
.popup-table__inner td,
.popup-table__inner th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
    .popup-table__inner thead {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}
.popup-table__inner thead th {
    font-family: "Roboto-Medium", Arial, sans-serif;
}
@media screen and (max-width: 600px) {
    .popup-table__inner tr {
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .popup-table__inner tr:last-child {
        margin-bottom: 0;
    }
    .popup-table__inner td {
        display: block;
        text-align: right;
        border-bottom: none;
    }
}
@media screen and (max-width: 414px) {
    .popup-table__inner td {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .popup-table__inner td:before {
        font-family: "Roboto-Bold", Arial, sans-serif;
        font-size: 14px;
        float: left;
        content: attr(data-labels);
        text-transform: uppercase;
    }
}
@media screen and (max-width: 414px) {
    .popup-table__inner td:before {
        font-size: 12px;
    }
}
.popup-center {
    -webkit-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    transition: height 0.6s linear;
}
.popup-center__command .form__item-col {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.popup-center__command .form__select-list {
    border: 1px solid #c1d1d0;
    background-color: #efefef;
}
.popup-center__command .form__select-item {
    padding: 10px 0;
}
.popup-center__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup-center__list.popup-journal--list .popup-center__col {
    width: calc(33.33% - 20px);
}
@media screen and (max-width: 600px) {
    .popup-center__list.popup-journal--list .popup-center__col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.popup-center__delete {
    position: relative;
}
@media screen and (max-width: 550px) {
    .popup-center__delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.popup-center__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-center__btns > :not(:last-child) {
    margin-right: 30px;
}
@media screen and (max-width: 550px) {
    .popup-center__btns > :not(:last-child) {
        margin-right: 0;
    }
}
@media screen and (max-width: 414px) {
    .popup-center__btns {
        max-width: 50%;
        margin: 30px auto;
    }
}
.popup-center__col {
    width: calc(50% - 15px);
}
@media screen and (max-width: 500px) {
    .popup-center__col {
        width: 100%;
    }
}
.popup-center__col:not(:last-child) {
    margin-right: 30px;
}
@media screen and (max-width: 500px) {
    .popup-center__col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.popup-center__col label {
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.popup-center__col .form__item-col {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.popup-center__col .form__select-list {
    border: 1px solid #c1d1d0;
    background-color: #efefef;
}
.popup-center__col .form__select-item {
    padding: 8px 0;
}
.popup-center__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 414px) {
    .popup-center__wrap {
        flex-direction: column;
        width: 50%;
        margin: 20px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.popup-center__wrap > :not(:last-child) {
    margin-right: 30px;
}
@media screen and (max-width: 414px) {
    .popup-center__wrap > :not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.popup-center__btn {
    margin-top: 15px;
}
.popup-center__btn .Button {
    margin: auto;
}
@media screen and (max-width: 414px) {
    .popup-center__btn {
        max-width: 50%;
        margin: 20px auto 0;
    }
}
.popup-center_details {
    width: 100%;
    margin: 20px 0;
}
@media screen and (max-width: 414px) {
    .popup-center_details .Button {
        width: 110px;
        margin: auto;
    }
}
.popup__input {
    position: relative;
}
.popup__input label {
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 15px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.popup__input sup {
    color: red;
}
.popup__input input,
.popup__input textarea {
    width: 100%;
    max-height: 200px;
    padding: 10px;
    resize: vertical;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.popup__input input::-webkit-input-placeholder,
.popup__input textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popup__input input:-ms-input-placeholder,
.popup__input input::-ms-input-placeholder,
.popup__input textarea:-ms-input-placeholder,
.popup__input textarea::-ms-input-placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popup__input input::placeholder,
.popup__input textarea::placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popup__input input:focus::-webkit-input-placeholder,
.popup__input textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form__item input:focus:-ms-input-placeholder,
.popup__input input:focus::-ms-input-placeholder,
.popup__input textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
.popup__input input:focus::placeholder,
.popup__input textarea:focus::placeholder {
    opacity: 0;
}
.popup-bottom,
.popup-top {
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 0;
    background-color: #dfeef6;
}
.popup-bottom {
    margin-top: 20px;
    border-radius: 0 0 10px 10px;
}
.popup-top {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.popup-top__title {
    font-size: 24px;
}
@media screen and (max-width: 414px) {
    .popup-top__title {
        font-size: 20px;
    }
}
.popup .fancybox-button {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    padding: 6px;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background-color: #53a3ea;
}
@media screen and (max-width: 768px) {
    .popup .fancybox-button {
        top: -10px;
        right: -10px;
        width: 30px;
        height: 30px;
    }
}
.popup .fancybox-button svg {
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.popup .fancybox-button:hover svg {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.button__text {
    font-size: 14px;
    line-height: 15px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    display: inline-block;
    width: 250px;
}
@media screen and (max-width: 550px) {
    .button__text {
        position: static;
        margin-top: 10px;
    }
}
@media screen and (max-width: 414px) {
    .button__text {
        width: 100%;
    }
}
.calendar__icon {
    position: absolute;
    top: 30px;
    right: 10px;
    pointer-events: none;
}
.form__input {
    margin-bottom: 15px;
}
.form__input input,
.form__textarea textarea {
    font-size: 14px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form__input input {
    height: 34px;
    line-height: 34px;
}
.form__input label,
.form__textarea label {
    display: inline-block;
    margin-bottom: 5px;
}
.form__textarea {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c1d1d0;
}
.form__textarea textarea {
    line-height: 20px;
    min-height: 160px;
    resize: vertical;
    outline: 0;
}
.form__item {
    line-height: 34px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding: 0 12px;
    border: 1px solid #c1d1d0;
    border-radius: 5px;
}
.form__item:not(:last-child) {
    margin-bottom: 15px;
}
@media screen and (max-width: 550px) {
    .form__item:last-child {
        margin-bottom: 15px;
    }
}
.form__item input {
    width: 100%;
    height: 100%;
    color: #c1d2d1;
}
.form__item input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    color: #c1d1d0;
}
.form__item input:-ms-input-placeholder,
.form__item input::-ms-input-placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    color: #c1d1d0;
}
.form__item input::placeholder {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    color: #c1d1d0;
}
.form__item input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form__item input:focus::-ms-input-placeholder {
    opacity: 0;
}
.form__item input:focus::placeholder {
    opacity: 0;
}
.form__item input:focus + label .form__icon {
    fill: #fff;
}
.form__item-col {
    width: 100%;
}
.form__item-col:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 8px 7.5px 0;
    border-style: solid;
    border-color: #c1d1d0 transparent transparent;
}
.form__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #c1d1d0;
}
.form__select-list {
    position: absolute;
    z-index: 100;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    border-radius: 3px;
    background-color: #fff;
}
.form__select-item {
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form__select-item:not(:last-child) {
    border-bottom: 1px solid #c1d1d0;
}
.form__select-item:focus,
.form__select-item:hover {
    color: #fff;
    background-color: #12b2d2;
}
:root {
    --stripe-size: 100px;
    --color1: #dfeef6;
    --color2: #fff;
    --duration: 10s;
}
.header__animate:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + var(--stripe-size));
    height: 100%;
    content: "";
    -webkit-animation: stripeTransform var(--duration) linear infinite;
    animation: stripeTransform var(--duration) linear infinite;
    background: -o-repeating-linear-gradient(135deg, var(--color2) 25%, var(--color2) 50%, var(--color1) 50%, var(--color1) 75%);
    background: repeating-linear-gradient(-45deg, var(--color2) 25%, var(--color2) 50%, var(--color1) 50%, var(--color1) 75%);
    background-size: var(--stripe-size) var(--stripe-size);
}
