* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
                    box-sizing: border-box;
}

html, body { height: 100%; }
body {
    display: -ms-flexbox;
    color: #182928;
    font: normal 0.875rem/1.375 Outfit, Helvetica, Arial, Tahoma, sans-serif;
    background: #FFF;
}

input, select, textarea, button {
    font-family: Outfit, Helvetica, Arial, Tahoma, sans-serif;
}

a {
    color: #AFD100;
    text-decoration: none;
}
a:hover {
    color: #AFD100;
    text-decoration: underline;
}
a.inherit { color: inherit; }
a:hover.inherit { color: inherit; }
a.toggle { color: inherit; }
a.toggle::after {
    content: '';
    display: inline-block;
    position: relative; top: -1px; left: 4px;
    width: 6px; height: 6px;
    border-top: 2px solid #182928;
    border-left: 2px solid #182928;
    transform: rotate(135deg);
}
a.toggle.active::after {
    top: -2px; left: 6px;
    transform: rotate(225deg);
}
a:hover.toggle {
    color: inherit;
}

::-webkit-input-placeholder { color: #969696; }
:-moz-placeholder { color: #969696; opacity: 1; }
::-moz-placeholder { color: #969696; opacity: 1; }
:-ms-input-placeholder { color: #969696; }

::-webkit-scrollbar {
    width: 5px; height: 5px;
    background: #D3D3D3;
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #007A42;
    background: rgba(0, 122, 66, .8);
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background: #007A42;
}
::-webkit-scrollbar-button { display: none; }

.font-size-85 {
    font-size: 14px;
}
.font-size-115 {
    font-size: 18px;
}
.font-size-130 {
    font-size: 21px;
}

.font-button {
    color: inherit;
}
.font-button__char_lg {
    font-size: 1.14rem;
}
.font-button__char_md {
    font-size: 1rem;
}
.font-button__char_sm {
    font-size: 0.85rem;
}

.i::before {
    content: '';
    display: block;
    width: 24px; height: 24px;
    background: url('../img/icons_3.png') no-repeat 24px 24px;
    background-image: none, url('../img/icons_3.svg');
}
.i_back::before { background-position: 0 0; }
.i_home::before { background-position: 0 -24px; }
.i_home.active::before { background-position: -24px -24px; }
.i_object::before { background-position: 0 -48px; }
.i_object.active::before { background-position: -24px -48px; }
.i_schedule::before { background-position: 0 -72px; }
.i_schedule.active::before { background-position: -24px -72px; }
.i_invoice::before { background-position: 0 -96px; }
.i_invoice.active::before { background-position: -24px -96px; }
.i_request::before { background-position: 0 -120px; }
.i_request.active::before { background-position: -24px -120px; }
.i_price::before { background-position: 0 -144px; }
.i_price.active::before { background-position: -24px -144px; }
.i_report::before { background-position: 0 -168px; }
.i_report.active::before { background-position: -24px -168px; }
.i_message::before { background-position: 0 -192px; }
.i_message.active::before { background-position: -24px -192px; }
.i_profile::before { background-position: 0 -216px; }
.i_profile.active::before { background-position: -24px -216px; }
.i_news::before { background-position: 0 -240px; }
.i_news.active::before { background-position: -24px -240px; }
.i_info::before { background-position: 0 -264px; }
.i_info.active::before { background-position: -24px -264px; }
.i_download::before { background-position: -24px -288px; }
.i_add::before { background-position: 0 -312px; }
.i_edit::before { background-position: -24px -312px; }
.i_user::before { background-position: 0 -336px; }
.i_notification::before { background-position: -24 -336px; }
.i_upload::before { background-position: 0 -360px; }
.i_timer::before { background-position: -24px -360px; }
.i_remove::before { background-position: 0 -384px; }
.i_remove_big::before { background-position: -24px 0; }
.i_filter::before { background-position: -24px -384px; }
.i_list::before { background-position: 0 -408px; }
.i_grid::before { background-position: -24px -408px; }
.i_preview::before { background-position: 0 -432px; }
.i_next::before { background-position: -24px -432px; }
.i_next_big::before {
    background-position: 0 0;
    transform: rotate(180deg);
}
.i_press::before { background-position: 0 -456px; }
.i_transport::before { background-position: -24px -456px; }
.i_CHAIN::before { background-position: 0 -480px; }
.i_remote::before { background-position: -24px -480px; }
.i_external::before {
    background-position: 0 0;
    transform: rotate(135deg);
}
.i_external:hover::after {
    background: #D7E897;
}
.i_external:hover::before {
    transform: rotate(180deg);
}
.i_clime_comment::before { background-position: 0 -504px; }
.i_eye_close::before { background-position: 0 -528px; }
.i_eye_open::before { background-position: -24px -528px; }

.si::before {
    content: '';
    display: block;
    width: 24px; height: 24px;
    background: url('/img/service_icons_3.png') no-repeat 0 0;
    background-image: none, url('/img/service_icons_3.svg');
    background-size: 24px auto;
}
.si_waste::before,
.si_SA::before {
    background-position: 0 0;
}
.si_sorted::before,
.si_OM::before { 
    background-position: 0 -24px; 
}
.si_bio::before,
.si_BIO::before { 
    background-position: 0 -48px; 
}
.si_TX::before {
    background-position: 0 -72px;
}
.si_LGB::before {
    background-position: 0 -96px;
}
.si_Stikls::before {
    background-position: 0 -120px;
}
.si_BG::before {
    background-position: 0 -144px;
}

.sii::before {
    content: '';
    display: block;
    width: 48px; height: 48px;
    background: url('/img/service_icons_3.png') no-repeat 48px 48px;
    background-image: none, url('/img/service_icons_3.svg');
}
.sii_waste::before,
.sii_SA::before { 
    background-position: 0 0; 
}
.sii_sorted::before, 
.sii_OM::before { 
    background-position: 0 -48px; 
}
.sii_bio::before,
.sii_BIO::before { 
    background-position: 0 -96px; 
}
.sii_TX::before {
    background-position: 0 -144px;
}
.sii_LGB::before {
    background-position: 0 -192px;
}
.sii_Stikls::before {
    background-position: 0 -240px;
}
.sii_BG::before {
    background-position: 0 -288px;
}

.asi::before {
    content: '';
    display: block;
    width: 24px; height: 24px;
    background: url('../img/add_services.png') no-repeat 0 0;
    background-image: none, url('../img/add_services.svg');
    background-size: 24px auto;
}
.asi_KONTSTUM::before {
    background-position: 0 0;
}
.asi_KEY::before {
    background-position: 0 -72px;
}
.asi_CHAIN::before {
    background-position: 0 -120px;
}

.nowrap {
    white-space: nowrap;
}

.small { font-size: 0.875rem; }

.h1 {
    margin-bottom: 24px;
    color: #5C8095;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.h2 {
    margin-bottom: 14px;
    font-size: 1.5rem;
    font-weight: 500;
}
.h3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 500;
}

.error-page {
    padding: 32px;
    width: 480px;
    font-size: 0.875rem;
}
.error-page__title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.5rem; font-weight: bold;
    line-height: 1.333;
}
.error-page__code {
    color: #FF8960;
    font-size: 4rem; font-weight: bold;
    line-height: 1;
}
.error-page__description {
    color: #808080;
}

.text {
    font-size: 1rem;
    line-height: 1.5;
}
.text iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.text h1,
.text h2 {
    color: inherit;
    font-size: 2rem;
    line-height: 1.125;
}
.text h2 {
    margin-top: 40px;
}
.text h3 {
    margin-top: 24px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.125;
}
.text h4 {
    margin-top: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.125;
}
.text h5 {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: bold;
}
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child {
    margin-top: 0;
}
.text h2,
.text h3,
.text h4 {
    margin-bottom: 8px;
}
.text p { margin-bottom: 16px; }
.text li { margin-bottom: 8px; }
.text ul,
.text ol {
    margin: 8px 0 24px 24px;
}
.text ul ul,
.text ul ol,
.text ol ol,
.text ol ul {
    margin-bottom: 0;
}
.text ul { list-style: disc; }
.text ul ul { list-style: circle; }
.text ul ul ul { list-style: square; }
.text ul.custom { list-style: none; }
.text ul.custom > li > span {
    display: inline-block;
    margin-left: -24px;
    width: 20px;
    white-space: nowrap;
}
.text ol { list-style: decimal; }
.text dl { margin-bottom: 16px; }
.text dt { font-weight: bold; }
.text dd { margin-left: 8px; }
.text strong { font-weight: bold; }
.text small { font-size: 0.875rem; }
.text em {
    font-style: italic;
}
.text i {
    font-style: italic;
}
.text mark {
    background-color: #FBF0E6;
}
.text hr { margin: 24px 0; border: none; border-top: 1px solid #eee; }
.text blockquote {
    padding: 0 0 0 24px;
    margin: 0 0 24px;
    border-left: 4px solid #eee;
}
.text th,
.text td {
    padding-right:  8px;
}
.text_counter {
    counter-reset: section;
}
.text_counter h3::before {
    content: counters(section, '.') '. ';
    counter-increment: section;
}
.text_counter ol {
    margin-left: 0; padding-left: 40px;
    list-style: none;
    counter-reset: item;
}
.text_counter ol > li::before {
    content: counters(section, '.') '.' counters(item, '.') '. ';
    counter-increment: item;
    display: inline-block;
    margin-left: -40px;
    min-width: 40px;
}

.cookie-confirm {
    height: 100px;
}
.cookie-confirm__window {
    position: fixed; bottom: 0; right: 0; left: 0; z-index: 100;
    background: #F4F5F7;
    padding: 24px 24px 8px;
    color: #808080;
    overflow: hidden;
    min-height: 100px;

    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
            box-shadow: 0 0 6px rgba(0, 0, 0, .2);

    -webkit-transition: transform .3s;
       -moz-transition: transform .3s;
         -o-transition: transform .3s;
            transition: transform .3s;
}
.cookie-confirm__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1392px;
}
.cookie-confirm__body {
    padding-bottom: 16px;
    font-size: 0.875rem;
    line-height: 1.25;
}
.cookie-confirm__body a {
    color: #007A42;
}
.cookie-confirm__footer {
    padding-bottom: 16px;
}
.cookie-confirm__action {
    display: inline-block;
    position: relative;
    padding: 9px 20px 10px;
    height: 40px; width: 300px;
    border: 1px solid #1D382B; border-radius: 20px;
    background: #1D382B;
    color: #FFF;
    font-size: 0.875rem; font-weight: normal;
    line-height: 19px;
    vertical-align: middle;
    text-align: center; text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    -webkit-transition: background-color, border-color 0.3s linear;
            transition: background-color, border-color 0.3s linear;
}
.cookie-confirm__action:hover,
.cookie-confirm__action:focus,
.cookie-confirm__action:active {
    color: #FFF;
    text-decoration: none;

    -webkit-box-shadow: 0 0 0 2px rgba(0, 122, 194, 0.2);
            box-shadow: 0 0 0 2px rgba(0, 122, 194, 0.2);

}

.overlay {
    position: absolute; z-index: 1000;
}
.overlay__bg,
.overlay__loader {
    display: block;
    position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
}
.overlay__bg {
    z-index: 1;
    background: #FFF;
    opacity: 0.7;
}
.overlay__ticker {
    position: absolute; top: 50%; left: 50%;
    margin: -3px 0 0 -13px;
}

.dialog {
    position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;
    padding: 0 16px;
    overflow: hidden;
    background: rgba(47, 65, 75, .6);
}
.dialog__box {
    position: relative;
    margin: 180px auto 0; padding: 16px 32px;
    width: 480px;
    max-width: 100%;
    border-radius: 16px;
    background: #EBF5FA;

    -webkit-box-shadow: 0 0 0 1px #DCECF5;
            box-shadow: 0 0 0 1px #DCECF5;
}
.dialog__body {
    padding: 16px 0;
    font-size: 1.125rem;
}
.dialog__footer {
    padding-top: 8px;
    text-align: right;
}
.dialog__countdown {
    display: block;
    padding-top: 8px;
    font-size: 20px;
    text-align: center;
}
.dialog__session {
    display: block;
    font-size: 20px;
    text-align: center;
}
.dialog__footer .button {
    margin-left: 6px;
}

.dialog.fade .dialog__box {
    -webkit-transition: -webkit-transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}
.dialog.show .dialog__box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.loader-ticker {
    width: 26px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.loader-ticker_center {
    margin: 0 auto;
}
.loader-ticker_inline {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.loader-ticker_space_right {
    margin-right: 8px;
}
.loader-ticker::before,
.loader-ticker__bar,
.loader-ticker__bar::after,
.loader-ticker__bar::before {
    display: inline-block;
}
.loader-ticker::before,
.loader-ticker__bar::after,
.loader-ticker__bar::before {
    content: '';
    width: 6px; height: 6px;
    background-color: #007A42;
    -webkit-animation-name: ticker-bounce;
       -moz-animation-name: ticker-bounce;
        -ms-animation-name: ticker-bounce;
         -o-animation-name: ticker-bounce;
            animation-name: ticker-bounce;
    -webkit-animation-duration: .8775s;
       -moz-animation-duration: .8775s;
        -ms-animation-duration: .8775s;
         -o-animation-duration: .8775s;
            animation-duration: .8775s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
       -moz-animation-direction: normal;
        -ms-animation-direction: normal;
         -o-animation-direction: normal;
            animation-direction: normal;
}
.loader-ticker__bar::after,
.loader-ticker__bar::before {
    margin-left: 4px;
}
.loader-ticker::before {
    -webkit-animation-delay: .1795s;
       -moz-animation-delay: .1795s;
        -ms-animation-delay: .1795s;
         -o-animation-delay: .1795s;
            animation-delay: .1795s;
}
.loader-ticker__bar::before {
    -webkit-animation-delay: .4055s;
       -moz-animation-delay: .4055s;
        -ms-animation-delay: .4055s;
         -o-animation-delay: .4055s;
            animation-delay: .4055s;
}
.loader-ticker__bar::after {
    -webkit-animation-delay: .5285s;
       -moz-animation-delay: .5285s;
        -ms-animation-delay: .5285s;
         -o-animation-delay: .5285s;
            animation-delay: .5285s;
}
.loader-ticker_big {
    width: 36px;
}
.loader-ticker_big::before,
.loader-ticker_big .loader-ticker__bar::after,
.loader-ticker_big .loader-ticker__bar::before {
    width: 8px; height: 8px;
}
.loader-ticker_big .loader-ticker__bar::after,
.loader-ticker_big .loader-ticker__bar::before {
    margin-left: 6px;
}
.loader-ticker_white::before,
.loader-ticker_white .loader-ticker__bar::after,
.loader-ticker_white .loader-ticker__bar::before {
    background: #FFF;
}
@keyframes ticker-bounce {
    0%    {}
    50%   { opacity: .2; }
    100%  {}
}
@-o-keyframes ticker-bounce {
    0%    {}
    50%   { opacity: .2; }
    100%  {}
}
@-ms-keyframes ticker-bounce {
    0%    {}
    50%   { opacity: .2; }
    100%  {}
}
@-webkit-keyframes ticker-bounce {
    0%    {}
    50%   { opacity: .2; }
    100%  {}
}
@-moz-keyframes ticker-bounce {
    0%    {}
    50%   { background-color: rgba(128, 242, 13, 0.2); }
    100%  {}
}

@keyframes ticker-bounce-inverse {
    0%    {}
    50%   { background-color: fade(#fff, 20%); }
    100%  {}
}
@-o-keyframes ticker-bounce-inverse {
    0%    {}
    50%   { background-color: fade(#fff, 20%); }
    100%  {}
}
@-ms-keyframes ticker-bounce-inverse {
    0%    {}
    50%   { background-color: fade(#fff, 20%); }
    100%  {}
}
@-webkit-keyframes ticker-bounce-inverse {
    0%    {}
    50%   { background-color: fade(#fff, 20%); }
    100%  {}
}
@-moz-keyframes ticker-bounce-inverse {
    0%    {}
    50%   { background-color: fade(#fff, 20%); }
    100%  {}
}

.progress {
    display: block;
    position: absolute; top: 0; right: 0; left: 0; z-index: 1000;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .2);
    overflow: hidden;
}
.progress_inline {
    position: static;
    margin-top: 14px;
}
.progress__bar {
    height: 4px; width: 0;
    background-color: #007AC2;

    -webkit-transition: width 0.3s;
       -moz-transition: width 0.3s;
            transition: width 0.3s;
}
.progress_indeterminate .progress__bar {
        width: auto;
}
.progress_indeterminate .progress__bar::before{
    content:'';
    position: absolute; top: 0; left: 0; bottom: 0;
    background-color: inherit;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress_indeterminate .progress__bar::after {
    content: '';
    position: absolute; top: 0; left: 0; bottom: 0;
    background-color: inherit;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0%    { left: -35%; right: 100%; }
    60%   { left: 100%; right: -90%; }
    100%  { left: 100%; right: -90%; }
}
@-moz-keyframes indeterminate {
    0%    { left: -35%; right: 100%; }
    60%   { left: 100%; right: -90%; }
    100%  { left: 100%; right: -90%; }
}
@-o-keyframes indeterminate {
    0%    { left: -35%; right: 100%; }
    60%   { left: 100%; right: -90%; }
    100%  { left: 100%; right: -90%; }
}
@keyframes indeterminate {
    0%    { left: -35%; right: 100%; }
    60%   { left: 100%; right: -90%; }
    100%  { left: 100%; right: -90%; }
}

@-webkit-keyframes indeterminate-short {
    0%    { left: -200%; right: 100%; }
    60%   { left: 107%;  right: -8%; }
    100%  { left: 107%;  right: -8%; }
}
@-moz-keyframes indeterminate-short {
    0%    { left: -200%; right: 100%; }
    60%   { left: 107%;  right: -8%; }
    100%  { left: 107%;  right: -8%; }
}
@-o-keyframes indeterminate-short {
    0%    { left: -200%; right: 100%; }
    60%   { left: 107%;  right: -8%; }
    100%  { left: 107%;  right: -8%; }
}
@keyframes indeterminate-short {
    0%    { left: -200%; right: 100%; }
    60%   { left: 107%;  right: -8%; }
    100%  { left: 107%;  right: -8%; }
}

.logo {
    display: block;
    margin-bottom: 40px;
    width: 150px;
    height: 45px;
    background: url('../img/logo.png') no-repeat 0 0;
    background-image: none, url('../img/logo.svg');
}
.logo_jumis {
    background-image: url('../img/jumis.png');
    background-image: none, url('../img/jumis.svg');
    background-position: 0 50%;
}

.menu {
  position: absolute; right: 0; top: 20px; z-index: 50;
  margin-top: 3px; padding: 8px 0;
  min-width: 112px;
  border-radius: 3px;
  background: #FFF;
  white-space: nowrap;
  text-align: left;

  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 6px rgba(0, 0, 0, .12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 6px rgba(0, 0, 0, .12);
}
.menu__anchor {
  display: block;
  padding: 7px 16px;
  color: #522B2A;
  text-decoration: none;
}
.menu__anchor:hover {
  background: #F8F8F9;
  text-decoration: none;
}
.menu_hidden {
  opacity: 0;

  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;

  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);

  -webkit-transition: all .25s;
          transition: all .25s;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.auth {
    margin-left: -6px;
    font-size: 0;
}
.auth__item {
    display: inline-block;
    padding-left: 6px;
    width: 33.333%;
}
.auth__anchor {
    display: block;
    padding: 16px 0;
    height: 64px;
    border-radius: 6px;
    background: #F4F5F7;
}
.auth__anchor:hover,
.auth__anchor:focus,
.auth__anchor:active {
    background: #ECF3CB;
}
.auth__anchor::before {
    content: '';
    display: block;
    height: 32px;
    background: url('../img/auth.png') no-repeat 96px 32px;
    background-size: 96px auto;
}
.auth__anchor_eid_mobile::before { background-position: 50% 0; }
.auth__anchor_eid_plugin::before { background-position: 50% -32px; }
.auth__anchor_smartid::before { background-position: 50% -64px; }

.smartid {
    width: 81px; height: 32px;
    background: url('../img/auth.png') no-repeat 50% -64px;
    background-size: 96px auto;
}

.simple-message {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    padding: 16px;
}
.simple-message__title {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
.simple-message__text {
    color: #808080;
    font-size: 0.75rem;
    text-align: center;
}

.simple-form__field {
    margin-bottom: 16px;
}
.simple-form__footer::after {
    content: '';
    display: table;
    clear: both;
}
.simple-form__footnote {
    padding-top: 9px;
}

.welcome__title {
    margin-bottom: 16px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.075;
}
.welcome__title_inner {
    margin-bottom: 40px;
}
.welcome__title_modified {
    font-size: 3rem;
    color: #007A42;
}
.welcome__title_small {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.welcome__back {
    position: relative;
    margin-bottom: 30px;
    padding-top: 7px; padding-left: 60px;
    min-height: 40px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.075;
}
.welcome__back .back {
    position: absolute; top: 0; left: 0;
}
.welcome__text {
    margin-bottom: 24px;
    color: #808080;
    font-size: 1rem;
}
.welcome__footer {
    text-align: right;
}

.welcome-block {
    margin: 24px 0;
    border-top: 1px solid #F4F5F7;
}
.welcome-block_first {
    border-top: none;
}
.welcome-block__label {
    display: block;
    margin-top: -10px; margin-bottom: 24px;
    font-size: 0.875rem;
    line-height: 19px;
    text-align: center;
}
.welcome-block__title {
    display: inline-block;
    padding: 0 40px;
    background: #FFF;
    color: #9C9C9C;
}

.welcome__auth {
    margin-bottom: 16px;
}

.layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;

    -ms-flex: 1 1 auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
}
.layout__main {
    padding: 24px;
    flex-grow: 1;
    background:  url('/img/welcome_bg.png') 0 50% no-repeat;
}
.layout__aside {
    background: red;
    min-height: 100px;
}
.layout__content {
    background: blue;
    min-height: 100px;
}

.layout__footer {
    margin: auto 0 0;
}

.layout__footer {
    padding: 16px 24px;
    background: #007A42;
    color: #FFF;
}
.layout__footer a {
    color: #FFF;
}

.nav__item {
    margin-bottom: 4px;
}
.nav__anchor {
    display: block;
    position: relative;
    padding: 14px 8px 14px 60px;
    border-radius: 6px;
    color: #1D382B;
    font-size: 0.938rem;
    line-height: 20px;
    text-decoration: none;
}
.nav__anchor:hover,
.nav__anchor:focus,
.nav__anchor:active {
    background: #D2D2D2;
    color: #1D382B;
    text-decoration: none;
}
.nav__anchor.i::before {
    position: absolute; top: 12px; left: 18px;
}
.nav__anchor.active {
    background: #AFD100;
    font-weight: 500;
}

.footer {
    position: relative;
}
.footer::before {
    content: '';
    display: block;
    margin-bottom: 16px;
    width: 134px;
    height: 42px;
    background: url('/img/sprite.png') no-repeat 0 0;
    background-image: none, url('/img/sprite.svg');
}

.footer-nav__item {
    position: relative;
    padding-left: 12px;
    font-size: 0.813rem;
}
.footer-nav__item::before {
    content: '';
    display: block;
    position: absolute; top: 3px; left: 0;
    width: 1px; height: 11px;
    background: #FFF;
    opacity: .5;
}
.footer-nav__anchor {
    text-decoration: none;
}

.social {
    font-size: 0;
}
.social__item {
    display: inline-block;
    padding-left: 16px;
    font-size: 0.813rem;
}
.social__anchor {
    display:  block;
    width: 24px; height: 24px;
    background: url('/img/social_1.png') no-repeat 24px 24px;
    background-image: none, url('/img/social_1.svg');
    text-indent: 24px;
    white-space: nowrap;
    overflow: hidden;
}
.social__anchor:hover,
.social__anchor:focus,
.social__anchor:active {
    opacity: .6;
}
.social__anchor_tiktok {
    background-position: 0 0;
}
.social__anchor_instagram {
    background-position: 0 -24px;
}
.social__anchor_facebook {
    background-position: 0 -48px;
}
.social__anchor_linkedin {
    background-position: 0 -72px;
}

.copyright {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #FFF;
    font-size: 0.75rem;
}

.user {
    position: relative;
    padding-left: 56px;
    min-height: 38px;
}
.user::before {
    content: '';
    display: block;
    position: absolute; top: 0; left: 0;
    width: 40px; height: 40px;
    background: #FFD9CB;
    border-radius: 6px;
}
.user::after {
    content: '';
    display: block;
    position: absolute; top: 8px; left: 8px;
    width: 24px; height: 24px;
    background: url('/img/icons_3.png') no-repeat 0 -288px;
    background-image: none, url('/img/icons_3.svg');
}
.user__title {
    font-size: 1rem;
    font-weight: 600;
}
.user__description {
    color: #808080;
    font-size: 0.875rem;
}

.user-menu {
    padding: 8px 0;
}
.user-menu_custom {
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 10;
}
.user-menu__item {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    border-left: 1px solid #606060;
}
.user-menu__item:first-child {
    border-left: none;
}
.user-menu__item.active .menu {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.user-menu__anchor {
    display: block;
    color: #606060;
    line-height: 24px;
    white-space: nowrap;
}

.anchor-more {
    font-weight: 600;
    font-size: 0.875rem;
    color: #007A42;
    white-space: nowrap;
}
.anchor-more::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    left: 2px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #007A42;
    border-left: 2px solid #007A42;
    transform: rotate(135deg);
}
.anchor-more:hover,
.anchor-more:focus,
.anchor-more:active {
    color: #007A42;
    text-decoration: underline #007A42;
}
.anchor-next {
    font-weight: 600;
    font-size: 0.875rem;
    color: inherit;
}
.anchor-next::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    left: 2px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #182928;
    border-left: 2px solid #182928;
    transform: rotate(135deg);
}
.anchor-decline {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-weight: 600;
    color: #F85F1E;
    white-space: nowrap;
}
.anchor-decline:hover,
.anchor-decline:focus,
.anchor-decline:active {
    color: #F85F1E;
}
.anchor-decline::before,
.anchor-decline::after {
    content: '';
    display: block;
    position: absolute; left: 0;
    background: #F85F1E;
    width: 8px; height: 2px;
    border-radius: 1px;
}
.anchor-decline::before {
    top: 9px;
    transform: rotate(45deg);
}
.anchor-decline::after {
    top: 9px;
    transform: rotate(135deg);
}

.box {
    display: block;
    position: relative;
    background: #F4F5F7;
    border-radius: 14px;
    padding: 20px;
    color: inherit;
}
.box.sii {
    padding-right: 68px;
}
.box.sii::before {
    position: absolute;
    top: 20px;
    right: 20px;
}
a.box:hover,
a.box:focus,
a.box:active {
    color: inherit;
    text-decoration: none;
}
.box .overlay__bg {
    background: #F4F5F7;
}
.box_action,
.box_action_compact {
    padding-right: 60px;
}
.box_item {
    margin-bottom: 10px;
}
.box_no-padding {
    padding: 0;
}
.box_section {
    width: auto;
    margin: 0 0 50px 0;
    padding: 0;
}
.box_next {
    margin-bottom: 8px;
    padding-right: 65px;
}
.box_step::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
    z-index: 1;
}
.box_step::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 38px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(/img/icons_3.png) no-repeat 0 0;
    background-image: none, url(/img/icons_3.svg);
    transform: rotate(135deg);
    z-index: 1;
}
.box__step {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #007A42;
    font-size: 1rem;
    font-weight: 600;
    color: #AFD100;
    line-height: 40px;
    text-align: center;
}
.box_active {
    background: #ECF3CB;
}
.box_active::after {
    transform: rotate(225deg);
}
.box_disabled .box__step {
    background: #C6C6C7;
    color: #FFF;
}
.box__title {
    font-weight: 500;
    line-height: 24px;
}
.box__title_big {
    font-size: 1rem;
}
.box_disabled .box__title {
    color: #808080;
}
.box_step .box__title {
    font-size: 1rem;
    line-height: 40px;
    font-weight: 600;
}
.box__title.si {
    position: relative;
    padding-left: 40px;
}
.box__title.si::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
.box__grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;

    align-items: center;
}
.box__grid .box__title {
    padding-left: 12px;
}
.box_next::before {
    content: '';
    position: absolute; top: 50%; right: 20px;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
    z-index: 1;
}
.box_next::after {
    content: '';
    display: block;
    position: absolute; top: 50%; right: 28px;
    margin-top: -12px;
    width: 24px; height: 24px;
    background: url('../img/icons_3.png') no-repeat 0 0;
    background-image: none, url('../img/icons_3.svg');
    transform: rotate(135deg);
    z-index: 1;
}
.box_next .loader-ticker {
    padding: 17px 0 17px 7px;
    background: #FFF;
    width: 40px;
    position: absolute; top: 50%; right: 20px;
    margin-top: -20px;
    z-index: 2;
    border-radius: 20px;
}
.box_next:hover::after {
    transform: rotate(180deg);
}
.box_next:hover::before {
    background: #ECF3CB;
}
.box__header_auth {
    padding-bottom: 30px;
}
.box__close.close {
    position: absolute; top: 16px; right: 20px;
}
.box__row.i {
    position: relative;
    padding-left: 52px;
}
.box__row.i::before {
    position: absolute; top: 8px; left: 8px; z-index: 1;
}
.box__row.i::after {
    content: '';
    display: block;
    position: absolute; top: 0px; left: 0px; z-index: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFFFFF;
}
.box-row {
    display: flex;
    padding: 20px;
    align-items: center;
}
.box-row_separate {
    border-top: 1px solid #E7E9E9;
}
.box-row__title {
    flex-grow: 1;
}
.box-row__price {
    flex-grow: 2;
    text-align: right;
    font-weight: 700;
    font-size: 1.5rem;
    color: #007A42;
    white-space: nowrap;
}
.box-row__price_small {
    font-weight: 500;
    font-size: 1.25rem;
    color: inherit;
}
.box-row__actions {
    flex-grow: 0;
    white-space: nowrap;
}
.box-row__actions .fab,
.box-row__actions .button {
    margin-left: 6px;
}
.box__action {
    position: absolute;
    top: 20px;
    right: 20px;
}
.box_action_compact .box__action {
    top: 14px;
}
.box-table {
    border-collapse: separate;
    border-spacing: 0 8px;
    width:100%;
}
.box-table__td {
    background: #F4F5F7;
    padding: 10px;
}
.box-table__td_title,
.box-table__td_middle {
    vertical-align: middle;
}
.box-table__td_spacer::before {
    content: '';
    display: block;
    width: 16px;
}
.box-table__tr.active .box-table__td {
    background: #ECF3CB;
}
.box-table__tr_options .box-table__td {
    background: none;
}
.box-table__td:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.box-table__td:last-child {
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}
.box-table__td_first {
    padding-left: 20px;
}
.box-table__td_last {
    padding-right: 20px;
}
.box-table__td img {
    display: block;
}
.box-table__td_right {
    text-align: right;
}

.faq {
    background: #F4F5F7;
    padding: 28px 20px;
    border-radius: 14px;
    margin-bottom: 10px;
}
.faq.active {
    background: #ECF3CB;
}
.faq__anchor {
    font-weight: 500;
    font-size: 1.125rem;
}
.faq__anchor::before {
    content: '';
    position: absolute; top: -9px; right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
}
.faq__anchor::after {
    content: '';
    display: block;
    position: absolute; top: -1px; right: 8px;
    width: 24px; height: 24px;
    background: url('../img/icons_3.png') no-repeat 0 0;
    background-image: none, url('../img/icons_3.svg');
    transform: rotate(135deg);
}
.faq.active .faq__anchor::after {
    transform: rotate(225deg);
}
.faq__header {
    position: relative;
    padding-right: 45px;
}
.faq__body {
    font-size: 0.875rem;
    line-height: 160%;
}
.faq__body::before {
    content: '';
    display: block;
    height: 24px;
}
.faq__body .chip {
    display: block;
    max-width: 513px;
}
.faq-more {
    margin-top: 60px;
}
.faq-more__title {
    font-size: 0.813rem;
    color: #808080;
}
a.faq__anchor {
    color: inherit;
}
a.faq__anchor:hover,
a.faq__anchor:focus,
a.faq__anchor:active {
    color: inherit;
    text-decoration: underline;
}

.news-list {
    font-size: 0;
    margin-left: -18px;
}
.news-list__item {
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 18px;
    width: 100%;
    font-size: 0.75rem;
    vertical-align: top;
}
.news-list_rows .news-list__item {
    display: block;
    margin-bottom: 40px;
    padding-right: 0;
    width: auto;
}
.news-item {
    color: inherit;
    position: relative;
}
.news-item::before {
    content: '';
    position: absolute; top: 14px; right: 14px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
    z-index: 1;
}
.news-item::after {
    content: '';
    display: block;
    position: absolute; top: 22px; right: 22px;
    width: 24px; height: 24px;
    background: url('../img/icons_3.png') no-repeat 0 0;
    background-image: none, url('../img/icons_3.svg');
    transform: rotate(135deg);
    z-index: 1;
}
.news-item:hover::before {
    background: #D7E897;
}
.news-item:hover::after {
    transform: rotate(180deg);
}
.news-item:hover,
.news-item:focus,
.news-item:active {
    color: inherit;
    text-decoration: none;
}
.news-item:hover .news-item__title,
.news-item:focus .news-item__title,
.news-item:active .news-item__title {
    text-decoration: underline;
}
.news-item__img {
    padding-top: 83%;
    width: 100%;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
            transform: scale(1, 1);

    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
            transition: all .4s ease;

}
.news-item__img img {
    display: none;
}
.news-item__title {
    padding-right: 18px;
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: 18px;
}
.news-item__date {
    color: #007A42;
    margin-top: 14px;
}

.article {
    padding: 0 60px 0 56px;
}
.article__path {
    color: #808080;
    margin-bottom: 2px;
}
.article__title {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 12px;
    line-height: 108%;
}
.article__date {
    font-size: 0.75rem;
    color: #007A42;
    margin-bottom: 16px;
}
.article__img {
    margin-bottom: 57px;
}
.article__img img {
    width: 100%;
    border-radius: 14px;
}

.content {
    max-width: 1600px;
}
.content__title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 108%;
    margin-bottom: 14px;
}
.content__back {
    position: absolute;
    top: 5px;
    left: 0;
}
.content__wrapper {
    display: flex;
}
.content__body {
    position: relative;
    flex-grow: 1;
    padding-right: 18px;
}
.content__aside {  
    padding: 0 16px;
    flex-grow: 0;     /* do not grow   - initial value: 0 */
    flex-shrink: 0;   /* do not shrink - initial value: 1 */
    flex-basis: 282px; /* width/height  - initial value: auto */
}
.content__aside_space_top {
    padding-top: 47px;
}

.block__title {
    font-weight: 500;
    font-size: 1.25rem;
}
.block__subtitle {
    font-size: 1rem;
}
.block__name_big {
    font-size: 1rem;
    font-weight: 500;
}
.block__name_bold {
    font-weight: 500;
}
.block__title_small {
    font-size: 1rem;
}
.block__description {
    margin-top: 4px;
}
.block__description {
    color: #808080;
}
.block__description_strong {
    color: inherit;
}
.block__description.si {
    position: relative;
    padding-left: 20px;
}
.block__description.si::before {
    position: absolute;
    top: -2px;
    left: -4px;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
            transform: scale(0.7);
}
.block__label {
    color: #808080;
}
.block.i {
    position: relative;
    padding-left: 52px;
}
.block.i::before {
    position: absolute; top: 8px; left: 8px; z-index: 1;
}
.block.i::after {
    content: '';
    display: block;
    position: absolute; top: 0px; left: 0px; z-index: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFFFFF;
}

.section {
    margin-bottom: 40px;
}
.section_remove_space {
    margin-bottom: 0
}
.section__header {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.section__title {
    font-weight: 500;
    font-size: 1.5rem;
}
.section__path {
    color: #808080;
}
.section__action {
    margin-left: auto;
}
.section__actions {
    margin-bottom: 20px;
}
.section__footer {
    margin-top: 24px;
}
.section__footer::after {
    content: '';
    display: table;
    clear: both;
}
.section__footer_separate {
    border-top: 1px solid #F4F5F7;
    padding-top: 14px;
}
.section__footer .button,
.section__footer .anchor-decline {
    float: right;
}
.section__item {
    margin-bottom: 40px;
}
.section__item_remove_space {
    margin-bottom: 0;
}
.section__fab {
    margin-bottom: 10px;
}
.section__back {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}
.section__back .back {
    position: absolute;
    top: 4px;
    left: 0;
}
.section__back .section__title {
    padding-top: 6px;
}
.section__back .section__path + .section__title {
    padding-top: 0;
}
.section__agree {
    margin-top: 8px;
}
.section__filter {
    position: relative;
    margin-bottom: 30px;
}
.section__subtitle {
    font-weight: 500;
    font-size: 1rem;
    color: #007A42;
    margin-bottom: 14px;
}
.section__header .section__subtitle {
    margin-bottom: 0;
}
.section__subtitle_strong {
    color: inherit;
}

.aside-section__header {
    margin-bottom: 12px;
}
.aside-section__title {
    font-weight: 500;
    font-size: 1.5rem;
}
.aside-section__subtitle {
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 15px;
}
.aside-section_margin {
    margin-bottom: 40px;
}
.aside-section__item {
    margin-bottom: 32px;
}
.aside-section__actions {
    margin-bottom: 24px;
}

.events__item {
    border-top: 1px solid #E7E9E9;
    padding: 15px 0 28px 45px;
    position: relative;
}
.events__item:first-child {
    border-top: none;
}
.events__title {
    font-weight: 500;
    font-size: 0.938rem;
}
.events__description {
    font-size: 0.75rem;
    color: #808080;
}
.events__description_strong {
    color: inherit;
}
.events__item .calendar-date {
    position: absolute;
    top: 19px;
    left: 0;
}

.calendar-date {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    text-align: center;

    -webkit-box-shadow: inset 0 0 0 1px #E7E2EA;
       -moz-box-shadow: inset 0 0 0 1px #E7E2EA;
            box-shadow: inset 0 0 0 1px #E7E2EA;
}
a.calendar-date {
    color: inherit;
}

a.calendar-date:hover, 
a.calendar-date:focus, 
a.calendar-date:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.calendar-date__month {
    width: 35px;
    height: 13px;
    background: #B4B4B4;
    font-weight: 600;
    font-size: 0.438rem;
    color: #FFF;
    line-height: 13px;
    text-transform: uppercase;
}
.calendar-date_BIO .calendar-date__month { background: #6E1D14; }
.calendar-date_SA .calendar-date__month { background: #007A42; }
.calendar-date_OM .calendar-date__month { background: #A1C517; }
.calendar-date_Stikls .calendar-date__month { background: #007A42; }
.calendar-date_TX .calendar-date__month { background: #FFA7EF; }
.calendar-date_LGB .calendar-date__month { background: #FF8960; }
.calendar-date_BG .calendar-date__month { background: #6D1D14; }
.calendar-date__date {
    font-weight: 600;
    font-size: 0.938rem;
}

.calendar__th,
.calendar__td {
    text-align: center;
    font-size: 0.75rem;
    padding: 6px;
}
.calendar__th {
    color: #6D7088;
}
.calendar__title {
    display: inline-block;
    font-weight: 500;
    font-size: 0.75rem;
}
.calendar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.shedule-actions,
.calendar-actions {
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.shedule-actions__action,
.calendar-actions__action {
    display: inline-block;
    height: 22px;
    width: 25px;
    border-left: 1px solid #D9D9D9;
    position: relative;
}
.shedule-actions__action:first-child,
.calendar-actions__action:first-child {
    border-left: none;
}
.shedule-actions__action_prev::before,
.calendar-actions__action_prev::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #182928;
    border-left: 2px solid #182928;
    transform: rotate(315deg);
}
.shedule-actions__action_next::before,
.calendar-actions__action_next::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #182928;
    border-left: 2px solid #182928;
    transform: rotate(135deg);
}
.calendar__day {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    color: #333;
}
a.calendar__day:hover,
a.calendar__day:focus,
a.calendar__day:active {
    color: inherit;
    text-decoration: none;
}
.calendar__day_previous {
    opacity: .3;
}
.calendar__day_expired {
    opacity: .5;
}
.calendar__day_event {
    background-color: #8F9B96;
    color: #FFF;
}
.calendar__day_event.active {
    box-shadow: inset 0 0 0 2px #1D382B;
}
.calendar__count {
    position: absolute; top: -2px; right: -2px;
    min-width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #C7CECA;
    text-align: center;
    line-height: 11px;
    font-size: 9px;
    color: #182928;
}
.calendar__data {
    margin-left: -6px;
    margin-right: -6px;
}

.schedule {
    margin-bottom: 30px;
}
.schedule__title {
    display: inline-block;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 40px;
    white-space: nowrap;
}
.schedule__data {
    border: 1px solid #DBDEE4;
    border-radius: 14px 14px 0 0;
}
.schedule__table {
    table-layout: fixed;
}
.schedule__th {
    text-align: center;
    color: #6D7088;
    height: 40px;
    vertical-align: middle;
}
.schedule__td {
    border-top: 1px solid #DBDEE4;
    border-left: 1px solid #DBDEE4;
    width: 14.285%;
    position: relative;
}
.schedule__td:has(a):hover {
    background: #ECF3CB;
}
.schedule__anchor {
    display: block;
    padding: 14px 6px 6px;
    min-height: 127px;
    color: inherit;
    text-decoration: none;
}
.schedule__anchor:hover,
.schedule__anchor:focus,
.schedule__anchor:active {
    color: inherit;
    text-decoration: none;
}
.schedule__td:first-child {
    border-left: none;
}
.schedule__td_previous {
    color: #BABFBE;
    background: #F4F5F7;
    opacity: 0.5;
}
.schedule__td_expired {
    color: #8B9493;
    opacity: 0.5;
}
.schedule__td_today {
    background: #F0F6EF;
}
.schedule__day {
    padding-left: 8px;
    padding-bottom: 8px;
}
.schedule__badge {
    position: absolute;
    display: block;
    top: 12px;
    right: 6px;
    font-size: 0.75rem;
    border: 1px solid #1D382B;
    border-radius: 12px;
    padding: 3px 9px;
    height: 23px;
    background: #F0F6EF;
}
.shedule-actions {
    position: absolute;
    top: 8px;
    left: 0;
}

.navigator-actions {
    display: block;
    background: #182928;
    border-radius: 12px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    width: 44px;
    margin: 30px auto 0;
}
.navigator-actions__action:first-child {
    border-left: none;
}
.navigator-actions__action {
    display: inline-block;
    height: 24px;
    width: 22px;
    position: relative;
}
.navigator-actions__action_prev::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(315deg);
}
.navigator-actions__action_next::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
}

.waste__item {
    background: #B4B4B4;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.waste__item_BIO { background: #6E1D14; }
.waste__item_OM { background: #A1C517; }
.waste__item_SA { background: #007A42; }
.waste__item_TX { background: #FFA7EF; }
.waste__item_LGB { background: #FF8960; }
.waste__item_Stikls { background: #007A42; }
.waste__item_BG { background: #6D1D14; }

.card {
    display: block;
    position: relative;
    min-height: 171px;
    border-radius: 14px;
    padding: 34px 100px 16px 20px;
}
a.card::before {
    content: '';
    position: absolute; top: 14px; right: 14px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
}
a.card::after {
    content: '';
    display: block;
    position: absolute; top: 22px; right: 22px;
    width: 24px; height: 24px;
    background: url('../img/icons_3.png') no-repeat 0 0;
    background-image: none, url('../img/icons_3.svg');
    transform: rotate(135deg);
}
a.card:hover::after {
    transform: rotate(180deg);
}
a.card:hover::before {
    background: #ECF3CB;
}
a.card {
    color: inherit;
}
a.card:hover,
a.card:focus,
a.card:active {
    text-decoration: none;
}
.card_order_bin {
    background: #D2D2D2;
    padding: 170px 22px 0;
    background: #53D8BE url('../img/order_bin.png') no-repeat 0 100%;
    background-size: 100% auto;
    color: #FFF;
    height: 257px;
}
.card_order_bin .card__title {
    margin: 0;
    width: 190px;
    line-height: 1;
}
a.card_order_bin {
    color: #FFF;
}
.card_location { 
    background: #FFBEFE url('../img/location.png') no-repeat 100% 100%;
    background-size: 172px auto;
}
.card_garbage {
    background: #BED5BD url('../img/garbage.png') no-repeat 100% 100%;
    background-size: 241px auto;
}
.card_banner {
    padding: 0;
    min-height: 0;
    overflow: hidden;
}
.card_banner img {
    display: block;
    width: 100%;
}
.card__title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 24px;
    line-height: 120%;
}
.card_anchor {
    font-weight: 600;
    font-size: 0.875rem;
}
.card_anchor a {
    color: inherit;
}
.banners .card {
    margin-bottom: 30px;
}

.object {
    margin-bottom: 8px;
}
.object__header {
    background: #F4F5F7;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 8px;
    position: relative;
}
.object__header_fab {
    padding-right: 60px;
}
.object__header.active {
    background: #ECF3CB;
}
.object__header .fab {
    position: absolute; top: 21px; right: 20px;
}
.object__title {
    font-weight: 500;
    font-size: 1.125rem;
}
.object__title_padding {
    padding: 8px 0;
}
.object__name {
    font-weight: 500;
    font-size: 1rem;
}
.object__description {    
    color: #808080;
}
.object__body {
    background: #FFF;
    margin-bottom: 30px;
}
.object__anchor {
    display: block;
    position: relative;
    padding-right: 45px;
}
.object__anchor::before {
    content: '';
    position: absolute; top: 50%; right: 0;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
}
.object__anchor::after {
    content: '';
    display: block;
    position: absolute; top: 50%; right: 8px;
    margin-top: -12px;
    width: 24px; height: 24px;
    background: url('../img/icons_3.png') no-repeat 0 0;
    background-image: none, url('../img/icons_3.svg');
    transform: rotate(135deg);
}
.object__anchor:hover::after {
    transform: rotate(180deg);
}
.object__anchor:hover::before {
    background: #ECF3CB;
}
.object__anchor_download .object__title:hover {
    text-decoration: underline;
}
.object__anchor_download::after {
    background: url('../img/icons_3.png') no-repeat -24px -288px;
    background-image: none, url('../img/icons_3.svg');
    transform: rotate(0deg);
}
.object__anchor_download:hover::after {
    transform: none;
}
a.object__anchor {
    color: inherit;
}
a.object__anchor:hover,
a.object__anchor:focus,
a.object__anchor:active {
    color: inherit;
    text-decoration: none;
}
.object__header.active .object__anchor::after {
    transform: rotate(225deg);
}

.bank {
    margin-left: -12px;
    font-size: 0;
}
.bank__item {
    display: inline-block;
    padding-left: 12px;
    margin-bottom: 12px;
    width: 50%;
}
.bank__anchor {
    display: block;
    position: relative;
    padding: 16px 0;
    height: 80px;
    border-radius: 14px;
    background: #F4F5F7;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.bank__anchor:hover {
    background: #ECF3CB;
}
.bank__anchor.active {
    box-shadow: inset 0 0 0 2px #AFD100;
    background: #ECF3CB;
}
.bank__anchor_logo::before {
    content: '';
    display: block;
    height: 48px;
    margin: 0 auto;
    background: url('../img/banks.png') no-repeat 48px 48px;
    background-image: none, url('../img/banks.svg');
    background-size: 192px auto;
}

.bank__anchor_swedbank::before { width: 165px; background-position: 0 0; }
.bank__anchor_seb::before { width: 73px; background-position: 0 -48px; }
.bank__anchor_citadele::before { width: 94px; background-position: 0 -96px; }
.bank__anchor_luminor::before { width: 113px; background-position: 0 -144px; }
.bank__anchor_revolute::before { width: 101px; background-position: 0 -192px; }
.bank__radio {
    position: absolute; top: 0; left: 0;
    opacity: 0;
}
.bank__img {
    max-width: 146px; max-height: 48px;
}

.status-message {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.status-message_success::before,
.status-message_warning::before,
.status-message_error::before {
    content: '';
}
.status-message::before {
    display: block;
    width: 40px; height: 40px;
    margin: 0 auto 20px;
    background: url('../img/status.png') no-repeat 40px 40px;
    background-image: none, url('../img/status.svg');
}
.status-message_success::before { background-position: 0 0; }
.status-message_warning::before { background-position: 0 -40px; }
.status-message_error::before { background-position: 0 -80px; }
.status-message__title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 18px;
}
.status-message__description {
    color: #808080;
    margin-bottom: 34px;
}
.status-message_box {
    position: relative;
    background: #F4F5F7;
    margin-bottom: 40px;
    padding: 26px 20px 26px 74px;
    text-align: left;
    min-height: 40px;
    color: #007A42;
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: 14px;
    max-width: 100%;
}
.status-message_box::before {
    position: absolute; left: 20px; top: 20px;
    margin: 0 auto 20px;
}

.header-filter {
    margin-bottom: 30px;
}
.header-filter_margin {
    margin-top: 8px;
    margin-bottom: 0;
}
.header-filter__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.header-filter__row_first {
    padding-bottom: 16px;
}
.header-filter__date {
    display: inline-block;
    position: relative;
    padding-left: 0;
    white-space: nowrap;
}
.header-filter__date_nav {
    padding-left: 64px;
}
.header-filter__search {
    position: relative;
}
.section__filter .i,
.header-filter__search .i {
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 0;
    height: 24px; width: 24px;
    border: none;
    background: transparent;
    cursor: pointer;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.header-filter__actions {
    margin-left: auto;
}

.filter-content .box {
    margin-top: 10px;
}
a.filter-action {
    color: inherit;
    text-decoration: none;
}
.filter-action.i {
    position: relative;
    float: right;
    padding-right: 26px;
    line-height: 40px;
}
.filter-action.i::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
}

.suggestions {
    display: none;
    position: absolute;
    min-width: 90px;
    margin-top: 4px;
    padding: 12px 0;
    background: #FFF;
    border: 1px solid #DBDEE4;
    border-radius: 16px;
    overflow: hidden;
}
.suggestions_top {
    border: 1px solid #C5C5C5;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-top: 4px;
    padding-top: 4px;
}
.suggestions_empty { padding: 4px 8px; }
.suggestions strong { color: #FF9226; font-weight: normal; }
.suggestions__header {
    padding: 4px 8px;
    background: #F7F7F7;
    color: #81888C;
    font-size: 12px;
}
.suggestions__body {
    padding: 0 4px;
    position: relative; z-index: 1;
    overflow: auto;
    overflow-x: hidden;
}
.suggestions__item {
    padding: 8px 16px;
    font-size: 14px;
    cursor: default;
}
.suggestions__item:first-child { border-top: none; }
.suggestions__item_selected { 
    background: #F8F8F9;
    border-radius: 4px; 
}
.suggestion::after {
    content: '';
    display: table;
    clear: both;
}
.suggestion__value {
    float: right;
    color: #7F858C;
}

.submitted {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #007A42;
    white-space: nowrap;
}

.submitted::before,
.submitted::after {
    content: '';
    display: block;
    position: absolute; left: 0;
    background: #007A42;
    width: 10px; height: 3px;
    border-radius: 2px;
}
.submitted::before {
    top: 11px;
    background: #007A42;
    transform: rotate(135deg);
}
.submitted::after {
    top: 12px;
    left: -2px;
    background: #007A42;
    content: '';
    width: 6px; 
    transform: rotate(45deg);
}

.chips {
    margin-left: -6px;
    font-size: 0;
}
.chips_space_top {
    margin-top: 14px;
}
.chips .chip,
.chips .chip-button {
    margin-left: 6px; margin-bottom: 6px;
}
.chips_line {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
}
.chips_line::after {
    content: '';
    display: block;
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 30px;
    background: linear-gradient(to right, rgba(255,0,0,0), #F4F5F7);
}
.chips_line .chip,
.chips_line .chip-button {
    margin-bottom: 0;
}
.chips_line .chips__wrapper {
    position: absolute; top: 0; left: 0; right: 1px;
    height: 65px;
    overflow: hidden;
    overflow-x: auto;
}
.chip {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.813rem;
    color: inherit;
    border-radius: 10px;
    vertical-align: middle;
}
.chip:hover,
.chip:focus,
.chip:active {
    color: inherit;
    text-decoration: none;
}
.chip.i,
.chip.si,
.chip.asi {
    padding-left: 40px;
}
.chip.i::before,
.chip.si::before,
.chip.asi::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
}
.chip_i_only.i,
.chip_i_only.asi {
    padding: 0;
    width: 40px;
}
.chip-button {
    display: inline-block;
    background: #FFF;
    height: 40px;
    width: 40px;
    padding: 8px;
    border-radius: 10px;
    vertical-align: middle;
}

.grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -16px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.grid_align_bottom {
    align-items: flex-end;
}
.grid_remove_space {
    margin-bottom: -16px;
}
.grid__span {
    margin-bottom: 16px;
    padding-left: 16px;
    width: 100%;
}
.grid__span_auto {
    width: auto;
}
.grid__span_1  {
    width: 8.3333%;
}
.grid__span_2  {
    width: 16.6666%;
}
.grid__span_3  {
    width: 25%;
}
.grid__span_4  {
    width: 33.3333%;
}
.grid__span_5  {
    width: 41.6666%;
}
.grid__span_6  {
    width: 50%;
}
.grid__span_7  {
    width: 58.3333%;
}
.grid__span_8  {
    width: 66.6666%;
}
.grid__span_9  {
    width: 75%;
}
.grid__span_10 {
    width: 83.3333%;
}
.grid__span_11 {
    width: 91.6666%;
}
.grid__span_12 {
    width: 100%;
}

.checklist {
    margin-bottom: 24px;
}
.checklist__item {
    position: relative;
    padding-left: 12px;
    font-weight: 300;
    font-size: 0.813rem;
}
.checklist__item::before,
.checklist__item::after {
    content: '';
    display: block;
    position: absolute; left: 0;
    background: #FE5F1E;
    width: 8px; height: 2px;
    border-radius: 1px;
}
.checklist__item::before {
    top: 8px;
    transform: rotate(45deg);
}
.checklist__item::after {
    top: 8px;
    transform: rotate(135deg);
}
.checklist__item.checked::before {
    top: 8px;
    background: #007A42;
    transform: rotate(135deg);
}
.checklist__item.checked::after {
    top: 9px;
    left: -2px;
    background: #007A42;
    content: '';
    width: 5px; 
    transform: rotate(45deg);
}
.checked {
    color: #007A42;
}

.side-header {
    min-height: 67px;
    margin-bottom: 24px;
    padding-top: 17px;
}
.side-header__title {
    font-weight: 500;
    font-size: 1.5rem;
}

.data__th {
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #E7E9E9;
    font-size: 0.75rem;
    color: #808080;
    align-items: center;
}
.data__tr_expired {
    opacity: .4;
}
.data__td {
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #E7E9E9;
    vertical-align: middle;
}
.data__td_action {
    padding-top: 13px;
    padding-bottom: 13px;
}
.data__td_more {
    padding: 16px 0;
    border-bottom: none;
}
.data__th_num,
.data__td_num {
    text-align: right;
    white-space: nowrap;
}

.request-content table {
    width: 100%;
}
.request-content th {
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #E7E9E9;
    color: #808080;
}
.request-content td {
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #E7E9E9;
}

.expired {
    color: #FE5F1E;
}

.empty {
    text-align: center;
    margin: 0 auto;
}
.empty_margin {
    margin: 64px auto 40px;
}
.empty::before {
    content: '';
    display: block;
    width: 74px;
    height: 23px;
    margin: 0 auto 10px;
    background: url(/img/sprite.png) no-repeat 0 -23px;
    background-image: none, url(/img/sprite.svg);
    background-size: 74px auto;
}
.empty_location::before {
    width: 40px;
    height: 43px;
    background-position: 0 -83px;
    background-size: auto;
}

.announcement_suggest {
    color: #AFD100;
}

.wizard {
    position: relative;
    margin: 40px auto 0;
    width: 678px;
    max-width: 100%;
    height: 53px;
}
.wizard__step {
    display: block;
    position: absolute;
    height: 53px;
    width: 50%;
    left: 50%;
}

.wizard__step::after {
    content: '';
    position: absolute;
    top: 7px; left: 30px; right: 30px;
    border-radius: 2px;
    height: 4px;
    background: #ECF3CB;

}
.wizard__step:first-child {
    left: 0;
}
.wizard__step:last-child {
    left: 100%;
    width: 30px;
}
.wizard__title {
    top: 30px;
    display: block;
    position: absolute; left: 0;
    margin-left: -70px;
    width: 140px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: inherit;
    cursor: default;
}
.wizard__title:hover,
.wizard__title:focus, 
.wizard__title:active {
    color: inherit;
    text-decoration: none;
}
.wizard__title::before {
    content: '';
    position: absolute;
    left: 60px;
    top: -30px;
    width: 12px;
    height: 12px;
    border: 3px solid #ECF3CB;
    border-radius: 9px;
    background: #ECF3CB;
}
.wizard__step_completed .wizard__title::before {
    border: 3px solid #007A42;
    background: #007A42;
    cursor: pointer;
}
.wizard__step_completed::after {
    background: #007A42;
}
.wizard__step_active .wizard__title::before {
    background: #FFF;
    border: 3px solid #007A42;
    box-shadow: 0 0 0 3px #007A42;
}
.wizard__step_active::after {
    background: #ECF3CB;
}

.select-list__item {
    display: block;
    padding: 10px 0 10px 40px;
}
.select-list__item .radio,
.select-list__item .checkbox {
    margin-left: -40px;
    margin-right: 14px;
}
.select-list_inline {
    margin-left: -40px;
}
.select-list_inline .select-list__item {
    display: inline-block;
    margin-left: 40px;
    white-space: nowrap;
}

.fieldsets {
    margin-left: -10px;
    font-size: 0;
}
.fieldsets__item {
    display: inline-block;
    margin-bottom: 10px;
}
.fieldsets__item_w140 {
    width: 140px;
}
.fieldsets__preview {
    position: relative;
    padding-top: 11px;
}
.remove {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #F4F5F7;
}
.remove::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/img/icons_3.png) no-repeat 24px 24px;
    background-image: none, url(/img/icons_3.svg);
    background-position: 0 -384px;
}
.fieldsets__preview,
.fieldsets__add {
    height: 158px;
    border: 1px solid #DBDEE4;
    border-radius: 20px;
    text-align: center;
}
.fieldsets__image {
    max-width: 100%;
    max-height: 100%;
}
.fieldsets__image_default,
.fieldsets__preview_empty .fieldsets__image {
    opacity: .2;
}
.fieldsets__add {
    display: inline-block;
    padding: 34px 26px;
    width: 140px;
    color: inherit;
    font-size: 0.875rem;
    line-height: 18px;
    text-align: center;
}
.fieldsets__add .fab {
    display: block;
    margin: 0 auto 14px;
}
a.fieldsets__add:hover,
a.fieldsets__add:focus,
a.fieldsets__add:active {
    color: inherit;
}
.fieldsets__item,
.fieldsets__add {
    margin-left: 10px;
    vertical-align: top;
}
.fieldsets__item select,
.fieldsets__item input,
.fieldsets__item .selectmenu__wrapper {
    margin-top: 6px;

}
.fieldsets__item .selectmenu__items {
    min-width: 204px;
}
.field-output {
    display: block;
    font-weight: 300;
    color: #808080;
    margin-top: 9px;
    margin-left: 20px;
    font-size: 0.75rem;
}
.field-output.hidden {
    display: none;
}

.form-table__th {
    color: #808080;
    padding: 7px 0;
}
.form-table__td {
    padding: 7px 0 7px 8px;
}
.form-table__td_chips {
    padding-bottom: 0;
}

.simple-table__th {
    padding: 5px 0;
}
.simple-table__td {
    padding: 5px 0 5px 16px;
    color: #808080;
}

.text-right {
    text-align: right;
}
.text-bold {
    font-weight: 500;
}

.green {
    color: #007A42;
}

.inline {
    display: inline-block;
    margin-left: 6px;
    text-align: right;
}

.inline_w140 {
    width: 140px;
}

.minor {
    color: #808080;
}

.icon {
    position: relative;
    display: inline-block;
    padding-left: 52px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    font-weight: 500;
}
.icon_i_only {
    padding-left: 0;
    width: 40px;
}
.icon::before {
    position: absolute; top: 8px; left: 8px; z-index: 1;
}
.icon::after {
    content: '';
    display: block;
    position: absolute; top: 0; left: 0; z-index: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #F4F5F7;
}
.icon_green::after {
    background: #ECF3CB;
}
.icon_red::after {
    background: #FFD9CB
}
.icon_small {
    padding-left: 32px;
    height: 24px;
    line-height: 24px;
}
.icon_small.icon_i_only {
    padding-left: 0;
    width: 24px;
}
.icon_small::before {
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-size: 32px auto;
}
.icon_small::after {
    width: 24px;
    height: 24px;
    border-radius: 12px;
}
.icon_small.i_user::before {
    background-position: 0 -224px;
}
.icon_small.i_add::before {
    background-position: 0 -208px;
}

.menu__anchor_85 {
    font-size: 14px;
}
.menu__anchor_100 {
    font-size: 16px;
}
.menu__anchor_115 {
    font-size: 18px;
}
.menu__anchor_130 {
    font-size: 21px;
}

.menu__anchor.active {
    background: #F4F5F7;
}

.nowrap {
    white-space: nowrap;
}

.font-normal {
    font-weight: normal;
}

.responsive__name {
    font-weight: 600;
}

.align-action {
    text-align: right;
    padding-top: 12px;
}

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

    .news-list__item {
        width: 50%;
    }

}

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

    .desktop-hidden {
        display: none;
    }

}

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

    .news-list__item {
        width: 33.333%;
    }

}

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

    .layout__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .layout__footer {
        padding-right: 60px;
        padding-left: 60px;
        /*height: 148px;*/
    }
    .layout-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        flex: 1;
    }
    .layout-wrapper__aside {
        padding: 50px 20px 20px;
        width: 264px;
        background: #F4F5F7;
        /*flex: 0 264px 148px;*/
    }
    .layout-wrapper__aside .logo {
        margin-bottom: 50px;
    }
    .layout-wrapper__content {
        flex: 1;
    }

    .layout-header {
        padding: 20px 50px 20px 60px;
    }
    .layout-header .user {
        float: left;
    }
    .layout-header .user-menu {
        float: right;
    }
    .layout-header::after {
        content: '';
        display: table;
        clear: both;
    }
    .layout-body {
        padding: 20px 50px 20px 60px;
    }

    .nav .user,
    .nav .user-menu {
        display: none;
    }

    .aside-header { padding-left: 20px; }

    .cookie-confirm__wrapper {
        padding-right: 460px;
    }
    .cookie-confirm__footer {
        position: absolute; top: 0; right: 0;
    }

    .welcome {
        margin: 0 auto;
        width: 600px;
        min-height: 480px;
    }

    .welcome:has(.status-message) {
        min-height: 0;
    }

    .simple-form__footer .button {
        float: right;
        margin-left: 10px;
    }

    .social {
        position: absolute; bottom: 20px; right: 0;
        font-size: 0;
    }

    .footer::before {
        position: absolute;
        float: left;
    }

    .footer-nav {
        padding: 12px 0 12px 72px;
        font-size: 0;
        text-align: right;
        min-height: 58px;
    }
    .footer-nav__item {
        display: inline-block;
        margin-left: 68px;
    }

    .checklist {
        margin-left: 138px;
    }
    .responsive__footer .checkbox-block {
        float: left;
    }
    .responsive__buttons .checkbox-block {
        float: left;
    }
    .responsive__footnote {
        float: left;
        padding: 9px 0;
    }
    .responsive__footnote_clear {
        clear: both;
    }
    .responsive__buttons .button {
        float: right;
        margin-left: 10px;
    }
    .responsive__buttons .button_prev {
        float: left;
    }

    .box-row__price {
        padding-right: 20px;
    }

    .data__td_first {
        padding-left: 20px;
    }
    .data__td_last {
        padding-right: 20px;
    }

    .box-table__td {
        vertical-align: middle;
    }
    .box-table__tr_options .box-table__td {
        padding-top: 0;
    }

    .section__subtitle_options {
        margin-bottom: 8px;
    }

    .header-filter__row .header-filter__search {
        width: 70%;
    }

}

/* Tablet  */
@media only screen and (max-width: 1200px) {
    .layout__main {
        background-size: 167px 176px;
        background-position: left 0 bottom 32px;
    }
    .layout__main::after {
        content: '';
        display: block;
        height: 208px;
    }

    .banners__list {
        margin-left: -18px;
        font-size: 0;
    }
    .banners__item {
        display: inline-block;
        margin-bottom: 18px;
        padding-left: 18px;
        width: 50%;
    }
    .banners .card {
        margin-bottom: 0;
    }

    .box-row_scale {
        display: block;
    }
    .box-row_scale::after {
        content: '';
        display: table;
        clear: both;
    }
    .box-row_scale .box-row__title {
        padding-bottom: 12px;
    }
    .box-row_scale .box-row__price {
        float: left;
        line-height: 40px;
    }
    .box-row_scale .box-row__actions {
        float: right;
    }

    .grid__span_1,
    .grid__span_2,
    .grid__span_3,
    .grid__span_4,
    .grid__span_5 {
        width: 50%;
    }
    .grid__span_6,
    .grid__span_7,
    .grid__span_8,
    .grid__span_9,
    .grid__span_10,
    .grid__span_11 {
        width: 100%;
    }
    .grid_compact .grid__span_1,
    .grid_compact .grid__span_2,
    .grid_compact .grid__span_3,
    .grid_compact .grid__span_4,
    .grid_compact .grid__span_5,
    .grid_compact .grid__span_6 {
        width: 100%;
    }

    .simple-table,
    .simple-table tbody,
    .simple-table__tbody,
    .simple-table__tr,
    .simple-table__td,
    .simple-table__th {
        display: block;
    }
    .simple-table__td,
    .simple-table__th {
        padding: 5px 0;
        width: auto;
    }

    .box-table__td .checkbox {
        margin: 11px 0;
    }
}

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

    .tablet-hidden {
        display: none;
    }

    .content__wrapper {
        display: block;
    }

    .content__aside {
        padding: 0;
    }

    .content__body {
        padding: 0;
    }

}

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

    .layout-wrapper::before {
        content: '';
        display: block;
        height: 56px;
    }

    .layout-header {
        display: none;
    }

    .layout-body {
        padding: 15px;
    }

    .layout__main{
        padding: 16px 15px 15px;
    }

    .cookie-confirm__action {
        width: 100%
    }

    .logo {
        margin: 0;
        width: 83px;
        height: 25px;
        background-size: 83px auto;
    }

    .welcome .logo {
        margin-bottom: 20px;
    }

    .user-menu {
        padding: 14px 0;
    }

    .mobile-menu {
        display: block;
        position: absolute; top: 8px; right: 16px; z-index: 99;
        margin: 0; padding: 0;
        width: 40px; height: 40px;
        color: #182928;
        cursor: pointer;
    }
    .mobile-menu > div,
    .mobile-menu::after,
    .mobile-menu::before {
        position: absolute; top: 50%; left: 50%;
        width: 22px; height: 2px;
        background-color: #182928;

        -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
           -moz-transition: -moz-transform .25s cubic-bezier(.215, .61, .355, 1);
             -o-transition: -o-transform .25s cubic-bezier(.215, .61, .355, 1);
                transition: transform .25s cubic-bezier(.215, .61, .355, 1);

        -webkit-transform-origin: 50% 50%;
           -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
    }
    .mobile-menu > div {
        -webkit-transform: translateX(-50%) translateY(0%) rotate(0deg);
           -moz-transform: translateX(-50%) translateY(0%) rotate(0deg);
            -ms-transform: translateX(-50%) translateY(0%) rotate(0deg);
                transform: translateX(-50%) translateY(0%) rotate(0deg);
    }
    .mobile-menu::after,
    .mobile-menu::before {
        content: '';
    }
    .mobile-menu::after {
        -webkit-transform: translateX(-50%) translateY(300%) rotate(0deg);
           -moz-transform: translateX(-50%) translateY(300%) rotate(0deg);
            -ms-transform: translateX(-50%) translateY(300%) rotate(0deg);
                transform: translateX(-50%) translateY(300%) rotate(0deg);
    }
    .mobile-menu::before {
        -webkit-transform: translateX(-50%) translateY(-300%) rotate(0deg);
           -moz-transform: translateX(-50%) translateY(-300%) rotate(0deg);
            -ms-transform: translateX(-50%) translateY(-300%) rotate(0deg);
                transform: translateX(-50%) translateY(-300%) rotate(0deg);
    }
    .mobile-menu.active > div {
        -webkit-transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
           -moz-transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
            -ms-transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
                transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
    }
    .mobile-menu.active::after {
        -webkit-transform: translateX(-50%) translateY(0%) rotate(-45deg);
           -moz-transform: translateX(-50%) translateY(0%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(0%) rotate(-45deg);
                transform: translateX(-50%) translateY(0%) rotate(-45deg);
    }
    .mobile-menu.active::before {
        -webkit-transform: translateX(-50%) translateY(0%) rotate(225deg);
           -moz-transform: translateX(-50%) translateY(0%) rotate(225deg);
            -ms-transform: translateX(-50%) translateY(0%) rotate(225deg);
                transform: translateX(-50%) translateY(0%) rotate(225deg);
    }

    .aside {
        position: fixed; top: 0; right: 0; left: 0;
        z-index: 100;
        background: #FFF;
    }
    .aside__nav {
        display: none;
        padding: 24px;
        height: calc(100vh - 56px);
        background: #F4F5F7;
        overflow: auto;
        overflow-x: hidden;
    }
    .aside__nav.active {
        display: block;
    }
    .aside__nav .user {
        margin-top: 8px;
        padding-left: 60px;
    }
    .aside__nav .user::before { left: 8px; }
    .aside__nav .user::after { left: 16px; }
    .aside-header {
        position: relative;
        padding: 16px 15px 15px;
    }

    .welcome__title {
        font-size: 1.5rem;
    }

    .simple-form__footer .button {
        margin-bottom: 10px;
    }
    .simple-form__footnote {
        margin-top: 24px;
        padding-top: 0;
        text-align: center;
    }

    .social {
        margin-top: 24px;
        margin-left: -16px;
    }

    .copyright {
        display: none;
    }

    .footer-nav__item {
        margin-top: 24px;
    }

    .schedule__badge { display: none; }

    .banners {
        margin-right: -15px;
        height: 260px;
        overflow: hidden;
    }
    .banners .card {
        margin-bottom: 0;
    }
    .banners__list {
        margin-left: -15px;
        width: 100vw; height: 285px;
        font-size: 0;
        white-space: nowrap;
        overflow: auto;
    }
    .banners__item {
        display: inline-block;
        margin: 0;
        padding-left: 15px;
        width: 265px;
    }

    .box {
        padding: 20px 15px;
        width: 100%;
    }
    .box__title + .form-table {
        margin-top: 12px;
    }
    .box_section {
        padding: 0;
    }
    .box_action {
        padding-right: 55px;
    }
    .box__action {
        right: 15px;
    }
    .box_next {
        padding-right: 60px;
    }
    .box_next::before {
        right: 15px;
    }
    .box_next::after {
        right: 23px;
    }
    .box_step {
        border-radius: 0;
        padding-right: 70px;
        padding-left: 82px;
        margin:0 -15px;
        width: auto;
    }    
    .box-table__td_first {
        padding-left: 15px;
    }
    .box-table__td_last {
        padding-right: 15px;
    }
    .box.sii {
        padding-right: 63px;
    }
    .box.sii::before {
        right: 15px;
    }
    .box_next .loader-ticker { 
        right: 15px;
    }
    .box__close.close { 
        right: 15px;
    }

    .content__wrapper {
        display: block;
    }

    .content__aside {
        padding: 0;
    }

    .content__body {
        padding: 0;
    }

    .grid__span_1,
    .grid__span_2,
    .grid__span_3,
    .grid__span_4,
    .grid__span_5,
    .grid__span_6,
    .grid__span_7,
    .grid__span_8,
    .grid__span_9,
    .grid__span_10,
    .grid__span_11 {
        width: 100%;
    }

    .bank__item {
        display: block;
        width: 100%;
    }

    .mobile-hidden {
        display: none;
    }
    .mobile-block {
        display: block;
    }

    .article {
        padding: 0;
    }

    .article__path {
        padding: 15px 0 30px 56px;
    }

    .data__th,
    .data__td {
        padding-left: 10px;
    }
    .data__th:first-child,
    .data__td:first-child {
        padding-left: 0;
    }

    .box-table__td_title {
        padding: 10px 10px 10px 4px;
    }
    .box-table__td_field {
        padding: 0 10px 10px 4px;
    }
    .box-table_checkbox {
        clear: both;
        border-spacing: 0;
    }
    .box-table_checkbox,
    .box-table_checkbox .box-table__tr,
    .box-table_checkbox .box-table__td,
    .box-table_checkbox > tbody {
        display: block;
        width: auto;
    }
    .box-table_checkbox .box-table__td {
        background: none;
    }
    .box-table_checkbox .box-table__td_image {
        float: left;
    }
    .box-table_checkbox .box-table__td_spacer {
        display: none;
    }
    .box-table_checkbox .box-table__td_title {
        padding-top: 15px;
        overflow: hidden;
    }
    .box-table_checkbox .box-table__tr {
        position: relative;
        padding-left: 40px;
        margin-bottom: 6px;
        border-radius: 14px;
        background: #F4F5F7;
    }
    .box-table_checkbox .box-table__tr::after {
        content: '';
        display: table;
        clear: both;
    }
    .box-table_checkbox .box-table__tr_options {
        background: none;
    }
    .box-table_checkbox .box-table__td_checkbox {
        position: absolute; top: 0; left: 0;
    }
    .box-table_checkbox .box-table__td_field {
        margin-left: 80px;
    }
    .box-table_checkbox .selectmenu-w300 {
        max-width: none;
    }
    .box-table__tr_options .box-table__td_checkbox {
        padding-top: 0px;
    }
    .box-table__td_extra,
    .box-table__td_label {
        float: left;
    }
    .box-table__td_extra {
        padding-top: 20px;
    }

    .form-table,
    .form-table__th,
    .form-table__td,
    .form-table__tr,
    .form-table__tbody,
    .form-table tbody {
        display: block;
    }
    .form-table__th,
    .form-table__td {
        padding: 0 0;
    }
    .form-table__td {
        padding: 6px 0 20px;
    }
    .form-table__tr:last-child .form-table__td {
        padding-bottom: 0;
    }

    .box-row {
        padding: 14px;
    }

    .responsive__wrapper .box_action {
        padding-right: 55px;
    }
    .responsive__wrapper .box__action {
        right: 15px;
    }
    .responsive__body .object__header .fab {
        right: 14px;
    }
    .responsive__name {
        margin-top: 14px;
        max-width: 262px;
    }
    .responsive__buttons .button {
        margin-bottom: 14px;
    }

    .responsive__footnote {
        text-align: left;
        margin-top: 24px;
    }

    .responsive__buttons .responsive__footnote {
        margin-top: 36px;
        text-align: center;
    }
    .responsive__buttons .fab {
        margin-bottom: 32px;
    }

    .fieldsets__item, 
    .fieldsets__add {
        width: calc(50% - 10px);
    }

    .step-form {
        padding: 33px 0;
    }

    .object__header {
        padding: 20px 15px;
    }
    .object__header_fab {
        padding-right: 55px
    }
    .object__header .chips_line {
        margin-right: -15px;
    }
    .faq {
        padding: 28px 15px;
    }

    .card {
        padding-left: 15px;
    }
    .card_banner {
        padding: 0;
    }

    .waste__item {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        font-size: 0;
        padding: 0;
    }

    .schedule__data {
        margin: -10px;
    }
    .schedule__th {
        height: 20px;
    }
    .schedule__data table {
        font-size: 0.625rem;
    }
    .schedule__day {
        padding-left: 4px;
        padding-bottom: 4px;
    }
    .schedule__anchor {
        padding-top: 8px;
        min-height: 62px;
    }

    .header-filter__row .header-filter__search {
        width: 90%;
    }
    .header-filter__date .shedule-actions + .schedule__title {
        padding-top: 24px;
        padding-left: 0;
    }
    .header-filter__date {
        padding-left: 0;
    }

    .shedule-actions {
        top: 0;
        left: 0;
        right: auto;
    }
    .schedule .data__td {
        padding-left: 10px;
    }

    .data__td:has(.calendar-date) {
        padding-left: 0;
    }

    .filter-action.i {
        padding-right: 0;
    }
}
