

/* Start:/local/templates/krok/fonts/font.css?1618571402703*/

@font-face {
    font-family: 'Formular';
    src: url('/local/templates/krok/fonts/Formular-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: 'Formular';
    src: url('/local/templates/krok/fonts/Formular-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Formular';
    src: url('/local/templates/krok/fonts/Formular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Formular';
    src: url('/local/templates/krok/fonts/Formular-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'Formular';
    src: url('/local/templates/krok/fonts/Formular-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal
}
/* End */


/* Start:/local/templates/krok/template_styles.css?162945114921360*/
:root {
    --theme-color: rgb(27 67 255);
    --theme-color-hover: rgb(66 98 255);
    --theme-color-border: rgb(124 147 255);
    --theme-white: rgb(255 255 255);
    --theme-light-gray: rgb(245 246 250);
    --theme-gray: rgb(204 204 204);
    --theme-dark-gray: rgb(119 119 119);
    --theme-green: rgb(76 175 80);
    --theme-yellow: rgb(255 193 7);
    --theme-light-yellow: rgb(255 236 179);
    --theme-red: rgb(244 67 54);
    --theme-light-blue: rgb(75 145 244);
    --theme-teal: rgb(146 228 239);
    --theme-orange: rgb(255 152 0);
    --theme-shadow-color: rgb(0 0 0 / 0.1);
    --theme-overlay-color: rgb(0 0 0 / 40%);
}

/* HEADLINE */
.headline {
    background-color: var(--theme-white);
}
.headline .headline-inner {
    align-items: center;
    padding: 25px 0;
}
.headline .headline-logo {
    color: inherit;
    text-decoration: none;
}
.headline .headline-logo:not([href]) {
    cursor: default;
}
.headline .headline-logo-image-wrapper {
    height: 95px;
    width: 95px;
    margin-right: 10px;
}
.headline .headline-logo-image-wrapper img {
    height: auto;
    width: 100%;
}
.headline .headline-logo-title {
    font-size: 1.8em;
    line-height: 1.1;
}
.headline .headline-logo-subtitle {
    font-size: 1.75em;
    line-height: 1.1;
}
.headline .headline-contacts {
    width: 100%;
}
.headline .headline-contacts-list {
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.headline .headline-contacts-item {
    font-size: 1.15em;
    line-height: 1.4;
}
.headline .headline-contacts-item:not(:last-child) {
    margin-right: 15px;
}
.headline .headline-menu-list {
    width: 100%;
}
.headline .headline-menu-item {
    padding: 20px 15px;
    color: var(--theme-white);
    text-decoration: none;
    border-left: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
    transition: border 0.3s ease, background-color 0.3s ease 0.1s;
}
.headline span.headline-menu-item {
    cursor: default;
}
.headline .headline-menu-item:hover, .headline span.headline-menu-item {
    background-color: var(--theme-color-hover);
    border-color: var(--theme-color-border);
}
.headline .headline-user {
    flex: 0 0 auto;
    margin-left: 15px;
}
.headline .headline-user-inner {
    align-items: center;
}
.headline .headline-personal-account {
    margin: 5px 0;
}
.headline .headline-user-picture {
    flex: 0 0 auto;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    background-color: var(--theme-white);
    border: 1px solid var(--theme-white);
    border-radius: 100%;
    overflow: hidden;
}
.headline .headline-user-picture img {
    height: auto;
    width: 100%;
}
.headline .headline-user-name {
    margin-top: 5px;
    text-decoration: none;
}
.headline .headline-user-logout {
    margin-bottom: 10px;
    color: var(--theme-white);
    text-decoration: none;
}
.headline .headline-user-logout.btn.btn-small {
    margin-top: 5px;
}
.headline .headline-user-logout.btn:not(.btn-small) {
    margin-right: -15px;
}
@media (max-width: 991.98px) {
    .headline .headline-logo-image-wrapper {
        margin-right: 0;
    }
    .headline .headline-logo-title-wrapper {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .headline {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: unset;
        z-index: 5;
    }
    body #bx-panel.bx-panel-fixed.bx-panel-folded ~ .headline {
        top: 39px;
    }
    body #bx-panel.bx-panel-fixed:not(.bx-panel-folded) ~ .headline {
        top: 147px;
    }
    .headline .headline-inner {
        margin: 0 -15px;
        padding: 0;
        background-color: var(--theme-color);
        box-shadow: 0 0 10px var(--theme-shadow-color);
    }
    .headline .headline-inner > *:not(:last-child) {
        border-right: 1px solid var(--theme-color-border);
    }
    .headline .headline-mobile-btn {
        width: 100%;
        border: none;
        border-radius: 0;
    }
    .headline .headline-mobile-btn-inner {
        height: 40px;
        padding: 8px 0;
    }
    .headline .headline-mobile-btn-inner img {
        height: 100%;
        width: auto;
    }
    .headline .headline-logo, .headline .headline-menu, .headline .headline-user, .headline .headline-contacts {
        position: relative;
        width: 100%;
        flex: unset;
        margin: 0;
    }
    .headline .headline-menu-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
    .headline .headline-menu-list {
        flex-direction: column;
    }
    .headline .headline-menu-item {
        justify-content: flex-end;
        color: inherit;
        border: none;
    }
    .headline .headline-menu-item:not(:last-child) {
        border-bottom: 1px solid var(--theme-gray);
    }
    .headline .headline-contacts-list {
        flex-direction: column;
        justify-content: flex-start;
        padding: 15px 0;
    }
    .headline .headline-contacts-list .headline-contacts-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .headline .headline-user-mobile-btn:after {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        height: 20px;
        width: 20px;
        margin: 0 auto;
        background-color: var(--theme-white);
        transform: rotate(45deg);
        transition: 0.1s opacity ease 0.2s;
        z-index: 4;
        content: "";
    }
    .headline .headline-user-mobile-btn:not(.active):after {
        opacity: 0;
        visibility: hidden;
    }
    .headline .headline-user-mobile-btn.active:after {
        opacity: 1;
        visibility: visible;
    }
    .headline .headline-user-inner {
        position: absolute;
        right: 0;
        padding: 15px;
        height: auto;
        width: auto;
        justify-content: flex-end;
        white-space: nowrap;
        background-color: var(--theme-white);
        border-radius: 4px;
        box-shadow: 0 0 10px var(--theme-shadow-color);
        transition: 0.2s all ease;
        z-index: 3;
    }
    .headline .headline-user-inner:not(.active) {
        top: calc(100% + 100px);
        opacity: 0;
        visibility: hidden;
    }
    .headline .headline-user-inner.active {
        top: calc(100% + 20px);
        opacity: 1;
        visibility: visible;
    }
}
/* end of HEADLINE */

/* POPUPS, SIDEBARS */
.sidebar .sidebar-close, .sidebar-mobile .sidebar-close {
    position: absolute;
    top: 15px;
    height: 40px;
    width: 40px;
    padding: 10px;
    background-color: var(--theme-dark-gray);
    border: none;
    border-radius: 100%;
}
.sidebar.sidebar-left .sidebar-close, .sidebar-mobile.sidebar-left .sidebar-close {
    right: -55px;
}
.sidebar.sidebar-right .sidebar-close, .sidebar-mobile.sidebar-right .sidebar-close {
    left: -55px;
}
.sidebar .sidebar-close img, .sidebar-mobile .sidebar-close img {
    height: auto;
    width: 100%;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-overlay-color);
    transition: 0.5s opacity ease;
    z-index: 3;
}
.overlay:not(.overlay-active) {
    opacity: 0;
    visibility: hidden;
}
.overlay.overlay-active {
    opacity: 0.5;
    visibility: visible;
}
@media (max-width: 767.98px) {
    .sidebar-mobile {
        position: fixed;
        top: 60px;
        height: calc(100vh - 60px);
        width: 100%;
        max-width: 250px;
        background-color: var(--theme-white) !important;
        box-shadow: 0 0 10px var(--theme-shadow-color);
        transition: left 0.3s ease, right 0.3s ease;
        z-index: 4;
    }
    body #bx-panel.bx-panel-fixed.bx-panel-folded ~ .headline .sidebar-mobile, body #bx-panel.bx-panel-fixed.bx-panel-folded ~ main .sidebar-mobile, body #bx-panel.bx-panel-fixed.bx-panel-folded ~ .footer .sidebar-mobile {
        top: 99px;
        height: calc(100vh - 99px);
    }
    body #bx-panel.bx-panel-fixed:not(.bx-panel-folded) ~ .headline .sidebar-mobile, body #bx-panel.bx-panel-fixed:not(.bx-panel-folded) ~ main .sidebar-mobile, body #bx-panel.bx-panel-fixed:not(.bx-panel-folded) ~ .footer .sidebar-mobile {
        top: 207px;
        height: calc(100vh - 207px);
    }
    .sidebar-mobile.sidebar-left:not(.active) {
        left: -350px;
    }
    .sidebar-mobile.sidebar-left.active {
        left: 0;
    }
    .sidebar-mobile.sidebar-right:not(.active) {
        right: -350px;
    }
    .sidebar-mobile.sidebar-right.active {
        right: 0;
    }
    .sidebar-mobile .sidebar-mobile-inner {
        max-height: 100%;
        overflow-y: auto;
    }
}
/* end of POPUPS, SIDEBARS */

/* FOOTER */
.footer {
    background-color: var(--theme-gray);
}
.footer .footer-inner {
    align-items: center;
    padding: 30px 0 40px;
}
.footer .footer-pay-system-item {
    padding: 0 5px;
}
.footer .footer-pay-system-item img {
    height: 26px;
    width: auto;
}
.footer .footer-socials-list {
    align-items: center;
}
.footer .footer-socials-list a {
    color: inherit;
    font-size: 1.65em;
    transition: color 0.3s ease;
}
.footer .footer-socials-list a:not(:last-child) {
    margin-right: 7px;
}
.footer .footer-socials-list a:hover {
    color: var(--theme-color);
}
@media (min-width: 768px) {
    .footer .footer-pay-systems {
        margin-left: 10px;
    }
}
@media (max-width: 767.98px) {
    .footer .footer-inner {
        flex-direction: column;
    }
    .footer .footer-left-col-auto {
        flex-direction: column;
        margin-top: 15px;
        margin-left: auto;
        order: 100;
    }
    .footer .footer-pay-systems {
        order: 1;
    }
    .footer .footer-copyright {
        margin-top: 10px;
        margin-left: auto;
        order: 2;
    }
}
/* end of FOOTER */

/* MAIN */
main {
    min-height: calc(100vh - 241px);
    padding: 20px 0;
}
body #bx-panel.bx-panel-folded ~ main {
    min-height: calc(100vh - 340px);
}
body #bx-panel:not(.bx-panel-folded) ~ main {
    min-height: calc(100vh - 448px);
}
.main-page-title {
    margin: 10px 0;
}
.main-content .content {
    width: 100%;
}
.main-content .content-aside {
    max-width: 320px;
    width: 100%;
}
.contract-param {
    margin-right: 5px;
}
.contract-info .contract-param-row {
    align-items: center;
}
.contract-info .contract-param-row:not(:last-child) {
    margin-bottom: 10px;
}
.contract-info .ribbon {
    position: relative;
    right: -15px;
    align-items: center;
    padding: 10px 15px;
    font-size: 1em;
    line-height: 1;
}
.contract-info .ribbon:after {
    position: absolute;
    right: 100%;
    border: 19px solid;
    border-top-color: rgb(0 0 0 / 0%);
    border-right-color: inherit;
    border-bottom-color: rgb(0 0 0 / 0%);
    border-left-color: rgb(0 0 0 / 0%);
    content: "";
}
.contract-info .ribbon.ribbon-yellow {
    background-color: var(--theme-light-yellow);
    border: 1px solid var(--theme-light-yellow);
}
.contract-info .ribbon.ribbon-blue {
    background-color: var(--theme-teal);
    border: 1px solid var(--theme-teal);
}
.contract-info .contract-param-row + .contract-info-balance {
    margin-top: 20px;
}
.contract-info .contract-info-balance {
    align-items: center;
}
.contract-info .contract-info-balance-inner {
    align-items: center;
}
.contract-info .contract-info-balance-number {
    padding: 5px 10px;
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: 0.5px;
    border: 1px dashed var(--theme-gray);
    border-radius: 6px;
}
.contract-info .contract-info-balance-checkout {

}
.contract-info .contract-info-balance-checkout > *:not(:last-child) {
    margin-bottom: 15px;
}
.contract-info .balance-checkout-sum {

}
.block-title {
    padding: 15px;
    font-size: 1.4em;
    line-height: 1;
}
/* end of MAIN */

/* AUTH */
.auth {
    width: 100%;
    max-width: 450px;
    margin: 10vh 0;
    padding: 15px;
    background-color: var(--theme-white);
    border-radius: 11px;
    box-shadow: 0 0 5px var(--theme-shadow-color);
}
.auth .auth-note {
    margin-bottom: 10px;
}
.auth .auth-footer {
    margin-top: 15px;
}
.auth .auth-error {
    margin-bottom: 10px;
}
.auth .auth-footer-link {
    align-self: flex-end;
}
/* end of AUTH */

/* PROFILE */
.profile .profile-update-status {
    margin: 10px 0;
    font-size: 1.1em;
}
.profile .profile-id {
    margin-bottom: 15px;
}
/* end of PROFILE */

/* CONTACTS */
.contacts .contacts-info {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0 !important;
}
.contacts .contacts-group {
    margin-top: 15px;
}
.contacts .contacts-phone-list {
    margin: 0 -15px;
    font-size: 1.1em;
    line-height: 1.3;
}
.contacts .contacts-phone-item, .agreement-item {
    width: 100%;
    padding: 0 15px;
}
.contacts .contacts-map {
    width: 100%;
    border-radius: 4px;
    box-shadow: 1px 1px 2px var(--theme-shadow-color);
    overflow: hidden;
}
.contacts .contacts-map iframe {
    height: 100%;
    width: 100%;
    outline: none;
}
.agreement-item {
    align-items: flex-start;
}
.agreement-item a {
    padding-bottom: 10px;
}
@media (max-width: 1199.98px) {
    .contacts .contacts-inner {
        flex-direction: column;
    }
    .contacts .contacts-info {
        margin-right: 0;
        margin-bottom: 15px !important;
    }
    .contacts .contacts-map {
        height: 300px;
    }
}
@media (max-width: 549.98px) {
    .contacts .contacts-phone-list {
        flex-direction: column;
    }
    .contacts .contacts-phone-list .contacts-phone-item:not(:last-child) {
        margin-bottom: 10px;
    }
}
/* end of CONTACTS */

/* FIELDS */
.field {
    position: relative;
    align-items: center;
}
.field:not(.floating-label):not(:first-child) {
    margin-top: 10px;
}
.field.floating-label {
    margin-top: 1em;
}
.field.floating-label label {
    position: absolute;
    top: -0.5em;
    left: 9px;
    padding: 0 6px;
    color: var(--theme-dark-gray);
    font-size: 0.9em;
    line-height: 1;
    background-color: var(--theme-white);
    border-radius: 4px;
    z-index: 1;
}
.field input[type="text"], .field input[type="number"], .field .text-input, .field input[type="password"], .field input[type="tel"] {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    border: 1px solid var(--theme-gray);
    border-radius: 4px;
}
.field input[type="text"], .field input[type="number"], .field input[type="password"], .field input[type="tel"] {
    padding: 10px 15px;
}
.field .text-input {
    padding: 12px 15px;
}
.field input[type="file"] ~ label {
    height: 100%;
    width: 100%;
    max-height: 150px;
    max-width: 150px;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}
.field input[type="file"] ~ label img {
    height: auto;
    width: 100%;
}
.field input[type="checkbox"], .field input[type="radio"], .field input[type="file"] {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
}
.field input[type="checkbox"] + label {
    align-items: center;
    cursor: pointer;
}
.field input[type="checkbox"] + label:before {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    color: rgb(0 0 0 / 0%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 1px solid var(--theme-gray);
    border-radius: 4px;
    transition: color 0.3s ease;
    content: "\f00c";
}
.field input[type="checkbox"]:hover + label:before {
    color: var(--theme-gray);
}
.field input[type="checkbox"]:checked + label:before {
    color: var(--theme-color);
}
.field input[type="number"] {
    -moz-appearance: textfield;
}
.field input[type="number"]::-webkit-outer-spin-button, .field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

fieldset {
    border: 0;
}
fieldset:not(:last-child) {
    margin-bottom: 20px;
}
/*end of FIELDS*/

.block {
    padding: 15px;
    background-color: var(--theme-white);
    border-radius: 4px;
    box-shadow: 1px 1px 2px var(--theme-shadow-color);
}
.block:not(:last-child) {
    margin-bottom: 15px;
}
.block.block-listing-item {
    transition: box-shadow 0.3s ease;
}
.block.block-listing-item:hover {
    box-shadow: 0 0 5px 3px var(--theme-shadow-color);
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.no-border {
    border: none !important;
}
.no-v-paddings {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.no-h-paddings {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.status:before {
    flex: 0 0 auto;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    content: "";
}
.status.status-green:before {
    background-color: var(--theme-green);
}
.status.status-yellow:before {
    background-color: var(--theme-yellow);
}
.status.status-red:before {
    background-color: var(--theme-red);
}
.status.status-gray:before {
    background-color: var(--theme-gray);
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-bold {
    font-weight: bold;
}
.text-bolder {
    font-weight: 900;
}
.text-light {
    font-weight: 300;
}
.text-colored {
    color: var(--theme-color);
}
.text-white {
    color: var(--theme-white);
}
.text-dark-gray {
    color: var(--theme-dark-gray);
}
.text-gray {
    color: var(--theme-gray);
}
.text-green {
    color: var(--theme-green);
}
.text-red {
    color: var(--theme-red);
}
.bg-light-gray {
    background-color: var(--theme-light-gray);
}
.bg-gray {
    background-color: var(--theme-gray);
}
.bg-dark-gray {
    background-color: var(--theme-dark-gray);
}
.bg-light-blue {
    background-color: var(--theme-light-blue);
}
.bg-orange {
    background-color: var(--theme-orange);
}
.bg-colored {
    background-color: var(--theme-color);
}
.btn {
    flex: 0 0 auto;
    line-height: 1;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 4px;
    transition: border 0.3s ease, background-color 0.3s ease 0.1s;
}
.btn:not(.btn-small):not(.btn-medium) {
    padding: 10px 15px;
    font-size: 1.2em;
}
.btn.btn-small {
    padding: 3px 8px;
}
.btn.btn-medium {
    padding: 5px 10px;
}
.btn.btn-color {
    color: var(--theme-white);
    background-color: var(--theme-color);
}
.btn.btn-color:hover:not(:disabled), .btn.btn-color.active:not(:disabled) {
    background-color: var(--theme-color-hover);
    border-color: var(--theme-color-border);
}
.btn.btn-gray {
    background-color: var(--theme-light-gray);
}
.btn.btn-gray:hover:not(:disabled), .btn.btn-gray:hover:not(.active) {
    background-color: var(--theme-gray);
}
.btn:disabled {
    cursor: not-allowed;
}
.header-1 {
    font-size: 2em;
    line-height: 1.2;
}
.header-2 {
    font-size: 1.75em;
    line-height: 1.2;
}
.header-3 {
    font-size: 1.4em;
    line-height: 1.1;
}
.move-top {
    margin-bottom: auto;
}
.move-left {
    margin-right: auto;
}
.move-right {
    margin-left: auto;
}
.move-bottom {
    margin-top: auto;
}
input, button, select {
    font-family: inherit;
    line-height: inherit;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}
.fill-width {
    width: 100%;
}
.d-flex {
    display: flex;
}
.d-i-flex {
    display: inline-flex;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-center {
    align-items: center;
    justify-content: center;
}
.flex-auto {
    flex: 0 0 auto;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
a, .link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}
a:hover, .link:hover {
    color: var(--theme-color);
}
hr {

}

body {
    font-size: 16px;
    font-family: 'Formular', sans-serif;
    font-weight: normal;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
button.contract-submit-checkout > * {
    pointer-events: none;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .main-content {
        flex-direction: row-reverse;
    }
    .main-content .content-aside {
        margin-left: 15px;
    }

    .content-aside .contract-info {

    }

    .desktop-hidden {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    main {
        min-height: calc(100vh - 156px);
        margin-top: 60px;
    }
    body #bx-panel.bx-panel-fixed.bx-panel-folded ~ main {
        min-height: calc(100vh - 135px);
    }
    body #bx-panel.bx-panel-fixed:not(.bx-panel-folded) ~ main {
        min-height: calc(100vh - 243px);
    }
    .main-content {
        flex-direction: column-reverse;
    }
    .main-content .content-aside {
        max-width: 100%;
        margin-top: 15px;
    }
    .mobile-hidden {
        display: none !important;
    }
}
@media (max-width: 424.98px) {
    body {
        font-size: 14px;
        line-height: 16px;
    }
}
/* End */
/* /local/templates/krok/fonts/font.css?1618571402703 */
/* /local/templates/krok/template_styles.css?162945114921360 */
