@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
iframe,
menu,
nav,
section,
svg {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
img,
video {
    display: block;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
a,
button,
input,
select,
textarea {
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a,
button {
    letter-spacing: inherit;
    word-spacing: inherit;
    cursor: pointer;
}
button {
    display: block;
    overflow: visible;
    color: inherit;
}
button,
input[type="file"],
input[type="reset"],
input[type="submit"] {
    text-align: left;
}
input {
    word-break: normal;
}
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}
input[type="color"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}
input[type="color"]::-moz-color-swatch-wrapper {
    padding: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}
input[type="color"]::-moz-color-swatch {
    border: none;
}
input,
select,
textarea {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
}
label {
    cursor: pointer;
}
a {
    text-decoration: inherit;
}
a,
mark {
    color: inherit;
}
mark {
    background-color: transparent;
}
pre {
    white-space: pre-wrap;
}
@-moz-document url-prefix() {
    button::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner {
        margin: 0;
        border: 0;
        padding: 0;
    }
}
::selection {
    background: #072C68;
    color: #fff;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    font-variant-ligatures: no-common-ligatures !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-wrap: break-word;
    word-break: break-word;
}
body {
    position: relative;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
    background-color: #fff;
    color: #000;
    font-family: Montserrat, sans-serif;
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
    body {
        min-height: auto;
    }
}
body._no_scroll {
    height: 100%;
    overflow: hidden;
}

.text-xxs {
    font-size: .625rem;
	line-height: .875rem;
}

.cl-label {
	display: block;
	padding-left: 16px;	
	padding-right: 16px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
}
.cl-label_sm {
    font-size: 13px;
    line-height: 23px;
}

.cl-btn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    background-image: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    cursor: pointer;
    touch-action: manipulation;
    height: auto;
    min-height: auto;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    border: 0 solid #072C68;
    background: #072C68;
    color: #fff;
    transition: all 0.2s;
    padding: 13px 25px 11px;
}
.cl-btn:hover {
    border-color:#06224F;
    background: #06224F;
    color: #fff;
}
.cl-btn:active,
.cl-btn:focus {
    border-color: #1A4C9C;
    background: #1A4C9C;
    color: #fff;
}
.cl-btn_default {
    border-color: #ededed;
    background: #ededed;
    color: #000;
    transition: all 0.2s;
}
.cl-btn_default:hover {
    border-color: #e0e0e0;
    background: #e0e0e0;
    color: #000;
}
.cl-btn_default:active {
    border-color: #d4d4d4;
    background: #d4d4d4;
    color: #000;
}
.cl-btn_danger {
    border-color: #ed6161;
    background: #ed6161;
    color: #fff;
    transition: all 0.2s;
}
.cl-btn_danger:hover {
    border-color: #ea4a4a;
    background: #ea4a4a;
    color: #fff;
}
.cl-btn_danger:active {
    border-color: #e83333;
    background: #e83333;
    color: #fff;
}
.cl-btn[disabled] {
    transition: all 0.2s;
    cursor: not-allowed;
    pointer-events: none;
}
.cl-btn[disabled],
.cl-btn[disabled]:active,
.cl-btn[disabled]:hover {
    border-color: #ccc;
    background: #ccc;
    color: #fff;
}
.cl-btn_sm {
    height: auto;
    min-height: auto;
    border-radius: 8px;
    border-width: 1px;
    padding: 7px 20px 6px;
    font-size: 14px;
    line-height: 21px;
}
.cl-btn_more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 7px;
    padding: 0;
}
.cl-btn_more svg {
    fill: #000;
}
.cl-btn_more svg {
    top: 13px;
    right: 22px;
    width: 20px;
    height: 20px;
}
.cl-btn_cross {
    position: relative;
    width: 48px;
    height: 48px;
}
.cl-btn_sm.cl-btn_cross {
    position: relative;
    width: 36px;
    height: 36px;
}
.cl-btn_cross svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    fill: #000;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.cl-link {
    display: inline;
    border-bottom: 1px solid transparent;
    color: #072C68;
    line-height: inherit;
    letter-spacing: inherit;
    cursor: pointer;
    transition: all 0.2s;
}
.cl-link:hover {
    border-bottom-color: #003da0;
    color: #003da0;
}
.cl-link_with_visited:visited {
    color: #9624b2;
    border-color: transparent;
}
.cl-link_with_visited:visited:hover {
    color: #003da0;
    border-color: #003da0;
}



.cl-field-error .cl-input,
.cl-field-error .cl-select,
.cl-field-error .cl-textarea {
    border-color: #ed6161;
    color: #ed6161;
}

.cl-text-error {
    display: none;
    margin-top: 7px;
    border-radius: 5px;
    padding: 10px 15px;
    background: rgba(237, 97, 97, 0.07);
    color: #ed6161;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.cl-text-error:first-child {
	margin-top: 0;
}

.cl-field-error .cl-text-error{
    display: block;
}

.cl-input-wrapper {
    position: relative;
    display: block;
}

.cl-input-wrapper_select:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 13px;
    z-index: 1;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    pointer-events: none;
}
.cl-input-wrapper_select_disabled:before {
    border-top-color: #bfbfbf;
}
.cl-input-wrapper_select .cl-input {
    padding-right: 30px;
    cursor: pointer;
}
.cl-input-wrapper_select_sm:before {
    top: 16px;
}
.cl-input,
.cl-textarea {
    display: block;
    width: 100%;
    padding: 7px 14px;
    border: 1px solid #e1e8ec;
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 32px;
    text-overflow: ellipsis;
}
.cl-input::-webkit-input-placeholder,
.cl-textarea::-webkit-input-placeholder {
    color: #5c6066;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:-moz-placeholder,
.cl-input::-moz-placeholder,
.cl-textarea:-moz-placeholder,
.cl-textarea::-moz-placeholder {
    color: #5c6066;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:-ms-input-placeholder,
.cl-textarea:-ms-input-placeholder {
    color: #5c6066;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:hover::-webkit-input-placeholder,
.cl-textarea:hover::-webkit-input-placeholder {
    color: #5c6066;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:hover:-moz-placeholder,
.cl-input:hover::-moz-placeholder,
.cl-textarea:hover:-moz-placeholder,
.cl-textarea:hover::-moz-placeholder {
    color: #5c6066;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:hover:-ms-input-placeholder,
.cl-textarea:hover:-ms-input-placeholder {
    color: #5c6066;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:focus::-webkit-input-placeholder,
.cl-textarea:focus::-webkit-input-placeholder {
    color: transparent;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:focus:-moz-placeholder,
.cl-input:focus::-moz-placeholder,
.cl-textarea:focus:-moz-placeholder,
.cl-textarea:focus::-moz-placeholder {
    color: transparent;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input:focus:-ms-input-placeholder,
.cl-textarea:focus:-ms-input-placeholder {
    color: transparent;
    font-weight: inherit;
    letter-spacing: 0.06em;
}
.cl-input_sm,
.cl-input_xs,
.cl-textarea_sm,
.cl-textarea_xs {
    line-height: 20px;
    border-radius: 8px;
}
.cl-input[disabled],
.cl-input[readonly],
.cl-textarea[disabled],
.cl-textarea[readonly] {
    color: #bfbfbf;
    cursor: default;
}
.cl-input:focus,
.cl-textarea:focus {
    border-color: #2563EB;
    box-shadow: inset 0 0 0 1px #2563EB, inset 0 0 0 4px #2563EB33;
}
.cl-input_sm:focus,
.cl-input_xs:focus,
.cl-textarea_sm:focus,
.cl-textarea_xs:focus {
    border-color: #2563EB;
    box-shadow: inset 0 0 0 1px #2563EB, inset 0 0 0 3px #2563EB33;
}
.cl-input {
    height: 48px;
}
.cl-input_sm {
    height: 36px;
}
.cl-input_xs {
    height: 32px;
}
.cl-textarea {
    height: 110px;
    resize: vertical;
    overflow: auto;
}
.cl-input-wrapper__label {
	position: absolute;
    top: 8px;
    left: 15px;
    color: #6B7280;
    font-size: 14px;
    line-height: 32px;
    transition: all .15s;
    pointer-events: none;
}
.cl-input-wrapper__label-interactive {
    pointer-events: auto;
}
.cl-input_sm + .cl-input-wrapper__label,
.cl-textarea_sm + .cl-input-wrapper__label {
    line-height: 20px;
}
.cl-input_xs + .cl-input-wrapper__label,
.cl-textarea_xs + .cl-input-wrapper__label {
    line-height: 16px;
}
.cl-input_sm + .cl-input-wrapper__label_style_2,
.cl-input_xs + .cl-input-wrapper__label_style_2 {
    top: 0;
}
.cl-input:not(select):not(:placeholder-shown) + .cl-input-wrapper__label,
.cl-input:has(option:not(:first-child):checked) + .cl-input-wrapper__label,
.cl-textarea:not(:placeholder-shown) + .cl-input-wrapper__label {
	position: absolute;
    top: -8px;
    left: 16px;
    z-index: 1;
    color: #4B5563;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 400 !important;
}
.cl-input:not(select):not(:placeholder-shown) + .cl-input-wrapper__label_style_2,
.cl-input:has(option:not(:first-child):checked) + .cl-input-wrapper__label_style_2 {
    top: -14px;
}
.cl-input:not(select):not(:placeholder-shown) + .cl-input-wrapper__label:before,
.cl-input:has(option:not(:first-child):checked) + .cl-input-wrapper__label:before,
.cl-textarea:not(:placeholder-shown) + .cl-input-wrapper__label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    z-index: -1;
    width: calc(100% + 8px);
    height: 8px;
    background: #fff;
}
.c-enhanced-select .cl-input-wrapper__label {
    left: 15px;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    text-align: left;
}
.c-enhanced-select .cl-input-wrapper__label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    z-index: -1;
    width: calc(100% + 8px);
    height: 8px;
    background: #fff;
    opacity: 0;
    transition: opacity .15s;
}
.c-enhanced-select--center .cl-input-wrapper__label {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-enhanced-select--active .cl-input-wrapper__label,
.c-enhanced-select--focused .cl-input-wrapper__label {
    top: -8px;
    left: 16px;
    z-index: 1;
    color: #4B5563;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 400 !important;
    transform: none;
    text-align: left;
    align-items: center;
}
.c-enhanced-select--center.c-enhanced-select--active .cl-input-wrapper__label,
.c-enhanced-select--center.c-enhanced-select--focused .cl-input-wrapper__label {
    transform: none;
    text-align: left;
    display: block;
    padding: 0;
}
.c-enhanced-select--active .cl-input-wrapper__label:before,
.c-enhanced-select--focused .cl-input-wrapper__label:before {
    opacity: 1;
}
.cl-input-plug {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 15px;
}
.cl-input-plug_sm {
    height: 36px;
}
.cl-input-plug_auto {
    height: auto;
}
.c-hover-highlight {
    border-radius: 8px;
    background-color: #fff;
    transition: background-color 0.2s ease;
}
.c-hover-highlight:focus-within {
    background-color: #EFF6FF;
}
.c-different-tester-label--active {
    color: #111827 !important;
}
.cl-input-file {
    overflow: hidden;
    border-radius: 10px;
}
.cl-input-file__inner {
    position: relative; /* for input inside */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-height: 128px;
    border-radius: 10px;
    border: 1px dashed #D7D7D9;
    padding: 20px 16px;
    background-color: #F5F5F6;
    text-align: center;
}
.cl-input-file:hover .cl-input-file__inner,
.cl-input-file_active .cl-input-file__inner {
    border-color: #072C68;
    background: rgba(36, 165, 80, 0.05);
}
.cl-input-file input {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: 0;
    cursor: pointer;
}
.cl-input-file__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cl-input-file__title svg {
    width: 20px;
    height: 20px;
}
.cl-input-file__title-text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.cl-input-file__text {
    color: #4B5563;
    font-size: 14px;
    line-height: 20px;
}
.cl-input-file__progress {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background: #072C68;
    transition: width .15s;
}
.cl-input-file__progress:empty {
    display: none;
}
.cl-input-file__uploaded {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 4;
    display: flex;
    gap: 4px;
}
@media only screen and (max-width: 640px) {
    .cl-input-file__uploaded {
        position: relative;
        top: auto;
        right: auto;
        padding-top: 8px;
    }
}
.cl-input-file__uploaded-item {
    position: relative;
}
.cl-input-file__uploaded-img {
    width: 72px;
    height: 54px;
    border-radius: 8px;
    background: #bfbfbf;
    object-fit: contain;
    cursor: pointer;
}
.cl-input-file__uploaded-btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 24px;
    height: 24px;
    border-radius: 0 8px;
    background: #00000033;
}
.cl-input-file__uploaded-btn-remove svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    fill: #fff;
    width: 10px;
    height: 10px;
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.2s;
}
.cl-input-file__uploaded-btn-remove:hover svg {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
/* Ensure progress bar remains visible even when empty */
.cl-input-file .cl-input-file__progress:empty {
    display: block;
}
.cl-form-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    padding: 8px 16px;
    background-color: #EFF6FF00;
    transition: background-color .15s;
}
.cl-form-switcher.is-focused {
    background-color: #EFF6FF;
}
.cl-form-switcher__label {
    color: #1F2937;
    font-size: 14px;
    line-height: 20px;
}
.cl-form-switcher__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}
.cl-form-switcher__item {
    position: relative;
}
.cl-form-switcher__item-input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.cl-form-switcher__pill {
    border-radius: 4px;
    padding: 3px 10px;
    background-color: #E8E8EB;
    color: #000000;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    transition: all .15s;
}
.cl-form-switcher__item-input:checked ~ .cl-form-switcher__pill {
    background-color: #BFDBFE;
    color: #1E3A8A;
}



.cl-checkbox {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.cl-checkbox__input {
    z-index: 1;
    opacity: 0;
    overflow: hidden;
}
.cl-checkbox__input,
.cl-checkbox__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cl-checkbox__trigger {
    position: relative;
    border: 1px solid #cad0d4;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
}
.cl-checkbox__trigger svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 16px;
    height: 16px;
    color: #fff;
}
.cl-checkbox__input:checked ~ .cl-checkbox__trigger {
    border-color: #072C68;
    background-color: #072C68;
}
.cl-checkbox__input:checked ~ .cl-checkbox__trigger svg {
    opacity: 1;
}
.cl-checkbox[disabled] {
    opacity: 0.55;
    cursor: default;
}


.cl-radio {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.cl-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.cl-radio__input[disabled] {
    cursor: default;
}
.cl-radio__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cad0d4;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.cl-radio__input:checked ~ .cl-radio__trigger {
    border: 5px solid #072C68;
    background-color: #fff;
}
.cl-radio[disabled] {
    opacity: 0.55;
    cursor: default;
}



.cl-switcher {
    position: relative;
}
.cl-switcher__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0 !important;
}
.cl-switcher__box {
    position: relative;
    width: 40px;
    height: 20px;
    overflow: visible !important;
    border: none;
    border-radius: 10px;
    background-color: #bfbfbf;
    transition: all 0.2s;
    cursor: pointer;
}
.cl-switcher__input:checked ~ .cl-switcher__box,
.cl-switcher__input_checked ~ .cl-switcher__box,
.cl-switcher__input_indeterminated ~ .cl-switcher__box,
.cl-switcher_style_2 .cl-switcher__box {
    background-color: #072C68;
}
.cl-switcher__round {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(13, 32, 51, 0.6);
    transition: all 0.2s;
}
.cl-switcher__input:checked ~ .cl-switcher__box .cl-switcher__round,
.cl-switcher__input_checked ~ .cl-switcher__box .cl-switcher__round {
    left: 23px;
}
.cl-switcher__input_indeterminated ~ .cl-switcher__box .cl-switcher__round {
    left: 50% !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cl-switcher__text {
    position: absolute;
    top: 0;
    width: 23px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(13, 32, 51, 0.6);
    font-size: 8px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.cl-switcher__text_off {
    right: 0;
    opacity: 1;
    margin: 0;
    padding-right: 1px;
}
.cl-switcher__text_on {
    left: 0;
    opacity: 0;
    margin: 0;
    padding-left: 1px;
}
.cl-switcher__input:checked ~ .cl-switcher__box .cl-switcher__text_off,
.cl-switcher__input_checked ~ .cl-switcher__box .cl-switcher__text_off {
    opacity: 0;
}
.cl-switcher__input:checked ~ .cl-switcher__box .cl-switcher__text_on,
.cl-switcher__input_checked ~ .cl-switcher__box .cl-switcher__text_on {
    opacity: 1;
}
.cl-switcher__input_indeterminated ~ .cl-switcher__box .cl-switcher__text_off,
.cl-switcher__input_indeterminated ~ .cl-switcher__box .cl-switcher__text_on {
    opacity: 0 !important;
}



.cl-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 74px;
    padding: 13px 20px;
}
.cl-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 80px rgba(13, 32, 51, 0.12);
}
@media only screen and (max-width: 640px) {
    .cl-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
        height: 60px;
        padding: 5px 5px 5px 10px;
    }
}
.cl-header__over-bg {
    position: relative;
    z-index: 2;
}
.cl-header__logo-dt {
    width: 218px;
    height: 48px;
    color: #072C68;
}
/* @media only screen and (max-width: 640px) {
    .cl-header__logo-dt {
        display: none;
    }
}
.cl-header__logo-mb {
    display: none;
    width: 52px;
    height: 30px;
    color: #072C68;
}
@media only screen and (max-width: 640px) {
    .cl-header__logo-mb {
        display: block;
    }
} */
.cl-header__dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(13, 32, 51, 0.12);
    pointer-events: none;
    transition: opacity 0.2s;
}
.cl-header__dropdown:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
}
@media only screen and (max-width: 640px) {
    .cl-header__dropdown:before {
        height: 60px;
    }
}
.cl-header__btn:hover ~ .cl-header__dropdown,
.cl-header__dropdown:hover {
    opacity: 1;
    pointer-events: auto;
}
.cl-header__subdropdown {
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    width: 176px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(13, 32, 51, 0.12);
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: -1;
}
.cl-header__dropdown-item_with_sub:hover .cl-header__subdropdown,
.cl-header__subdropdown:hover {
    opacity: 1;
    pointer-events: auto;
}
.cl-header__dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 20px;
    cursor: pointer;
    background-color: hsla(0, 0%, 92.9%, 0);
    transition: background-color 0.2s;
}
.cl-header__dropdown-item_with_tick {
    padding-left: 32px;
}
.cl-header__dropdown-item_with_sub {
    position: relative;
}
.cl-header__dropdown-item_with_sub::before {
    content: '';
    position: absolute;
    top: 19px;
    left: 8px;
    opacity: 0;
    border: 4px solid transparent;
    border-right-color: #333333;
    border-right-width: 5px;
    border-left-width: 0;
    transition: opacity .2s;
}
.cl-header__dropdown-item_with_sub:hover::before {
    opacity: 1;
}
.cl-header__dropdown-item + .cl-header__dropdown-item {
    border-top: 1px solid #e1e8ec;
}
.cl-header__dropdown-item:hover {
    background-color: hsla(0, 0%, 92.9%, 0.5);
}
.cl-header__dropdown-tick {
    position: absolute;
    top: 15px;
    left: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #000000;
}
.cl-header__dropdown-item_checked .cl-header__dropdown-tick {
    display: block;
}
.cl-header__dropdown-text {
    margin: -6px 0;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
}



.cl-measurement {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    height: 100vh;
}
.cl-measurement__inner {
    position: relative;
}
.cl-measurement__main {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 1.5232975vw;
    border-bottom: 0.717vw solid transparent;
    border-left: 0.717vw solid transparent;
}
.cl-measurement_mb .cl-measurement__main {
    height: calc(100vh - 8.38vw);
}
.cl-measurement__main::before {
    content: '';
    position: absolute;
    bottom: -0.717vw;
    left: -0.717vw;
    width: 100px;
    height: 100px;
    border-bottom: 0.717vw solid #ff211f;
    border-left: 0.717vw solid #ff211f;
}
.cl-measurement__show {
    position: absolute;
    bottom: 0.8960573vw;
    left: 0;
    z-index: 1;
    width: 47.1326165vw;
    height: 27.5985663vw;
}
.cl-measurement_mb .cl-measurement__show {
    bottom: -9.05vw;
    width: 72.6702509vw;
    height: 48vw;
    max-height: 70vh;
}
.cl-measurement__show-text {
    position: absolute;
    bottom: calc(100% + 2.24014vw);
    left: 0;
    width: 45.1612903vw;
    margin: -0.5376344vw 0 -0.4480287vw;
    color: #ff211f;
    font-weight: 700;
    font-size: 2.5089606vw;
    line-height: 1.07143;
    letter-spacing: 0.02em;
    text-align: center;
}
.cl-measurement_mb .cl-measurement__show-text {
    width: 70.6989247vw;
    margin: -0.4480287vw 0 -0.5376344vw;
    font-size: 3.405018vw;
    line-height: 1;
    letter-spacing: 0;
}
.cl-measurement__list {
    position: absolute;
    bottom: 18vw;
    left: 45vw;
    z-index: 10; /* to be over .cl-measurement__license and .cl-measurement__license-mb-s */
    width: 41.935484vw;
    max-width: 41.9354838vh;
    height: 66.935484vw;
    max-height: 66.935484vh;
    list-style: auto;
    transform-origin: bottom right;
    transform: rotate(90deg) translateY(62.5%);
}
.cl-measurement__list-item {
    position: absolute;
    bottom: 5vw;
    left: 0;
    opacity: 0;
    width: 45vw;
    color: #ff211f;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.1;
    letter-spacing: 0.02em;
    transform: rotate(-90deg);
    transform-origin: bottom left;
}
.cl-measurement__license-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 48vw;
    max-height: 70vh;
}
.cl-measurement__license {
    position: absolute;
    bottom: 0;
    z-index: 9; /* to be over .c-measurement__ruler */
    left: 45vw;
    width: 44.6236559vw;
    height: 27.9569892vw;
    border-radius: 2.2401434vw;
    transition: left 2s;
}
.cl-measurement__license-mb-s {
    position: absolute;
    bottom: 16vw;
    left: 20vw;
    z-index: 9; /* to be over .c-measurement__ruler */
    opacity: 0;
    width: 41.9354838vw;
    max-width: 41.9354838vh;
    height: 66.93548385vw;
    max-height: 66.93548385vh;
    border-radius: 3.3602151vw;
    border: .3vw dashed #333333;
    transform-origin: bottom right;
}
.cl-measurement__license_vert {
    width: 27.9569892vw;
    height: 44.6236559vw;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: left 2s, transform 1.4s;
}
.cl-measurement_mb .cl-measurement__license {
    left: 2.2401434vw;
    bottom: -110vw;
    width: 69.9820788vw;
    height: 111.7383513vw;
    -ms-transform: none;
    transform: none;
    transition: bottom 3s;
}
.cl-measurement_active .cl-measurement__license {
    bottom: 0;
    left: 0;
}
.cl-measurement_active .cl-measurement__license_vert {
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
}
.cl-measurement_mb.cl-measurement_active .cl-measurement__license {
    left: 2.2401434vw;
    bottom: 9vw;
    -ms-transform: none;
    transform: none;
}
.cl-measurement__license-plug {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .4;
    width: 44.6236559vw;
    height: 27.9569892vw;
    border-radius: 2.2401434vw;
    transition: left 2s;
}
.cl-measurement__ruler {
    width: 100vw;
}



.cl-modal {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition-duration: 0.2s;
    transition-property: all, opacity;
    transition-timing-function: step-end, ease-out;
    -webkit-overflow-scrolling: touch;
}
.cl-modal_active {
    visibility: visible;
    top: 0;
    left: 0;
    opacity: 1;
    transition-timing-function: step-start, ease-out;
}
.cl-modal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    cursor: pointer;
}
.cl-modal__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 100%;

    padding: 40px 20px;
}
.cl-modal__box {
    position: relative;
    z-index: 1;
}
.cl-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;

    cursor: pointer;
}
.cl-modal__close svg {
    width: 14px;
    height: 14px;

    fill: #000;

    transform: scale(1);
    transition: transform .2s;
}
.cl-modal__close:hover svg {
    transform: scale(1.1);
}



.cl-box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    border-radius: 10px;
    margin: 40px auto;
    background-color: #fff;
}
@media only screen and (max-width: 1023px) {
    .cl-box {
        margin: 40px auto;
    }
}
.cl-box_style_2 {
    box-shadow: 0 30px 50px rgba(13, 32, 51, 0.12);
}
.cl-box_with_status {
    margin-top: 30px !important;
}
@media only screen and (max-width: 640px) {
    .cl-box_with_status {
        margin-top: 30px !important;
    }
}
.cl-box__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 0 10px;
    background-color: #ededed;
}
.cl-box__close_style_2 {
    top: auto;
    bottom: 100%;
    width: 24px;
    height: 50px;
    background-color: transparent;
}
.cl-box__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    fill: #000;
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.2s;
}
.cl-box__close_style_2 svg {
    fill: #fff;
}
.cl-box__close:hover svg {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.cl-box__body {
    position: relative;
    z-index: 1;
    padding: 40px 30px 30px;
}
@media only screen and (max-width: 1024px) {
    .cl-box__body {
        padding: 40px 30px 30px;
    }
}
@media only screen and (max-width: 640px) {
    .cl-box__body {
        padding: 40px 20px 30px;
    }
}



.cl-table {
    width: 100%;
}
.cl-table__tr:nth-child(2n) {
    background-color: #fff;
}
.cl-table__td:first-child,
.cl-table__th:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 10px;
}
.cl-table__td:last-child,
.cl-table__th:last-child {
    border-radius: 0 4px 4px 0;
    padding-right: 10px;
}
.cl-table__td {
    vertical-align: middle;
}
.cl-table__tr:nth-child(odd) .cl-table__td {
    background-color: #ededed;
}
.cl-table__th {
    padding: 0 5px 10px;
}
.cl-table__td {
    height: 40px;
    padding: 9px 5px;
}
.cl-table__sort {
    position: relative;
    display: flex;
    padding-right: 15px;
    cursor: pointer;
}
.cl-table__sort:after,
.cl-table__sort:before {
    content: "";
    position: absolute;
    right: 0;
    border: 3px solid transparent;
    transition: all 0.2s;
}
.cl-table__sort:before {
    top: 0;
    border-bottom-color: #bfbfbf;
    border-top-width: 0;
}
.cl-table__sort:hover:before {
    border-bottom-color: #5c6066;
}
.cl-table__sort_top_active:before {
    border-bottom-color: #000;
}
.cl-table__sort:after {
    top: 6px;
    border-top-color: #bfbfbf;
    border-bottom-width: 0;
}
.cl-table__sort:hover:after {
    border-top-color: #5c6066;
}
.cl-table__sort_bottom_active:after {
    border-top-color: #000;
}
.cl-table__title {
    margin: -3px 0;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    word-break: normal;
    word-wrap: normal;
}
.cl-table__text {
    margin: -3px 0;
    color: #000;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.cl-table__text_minor {
    color: #5c6066;
}
.cl-table__text_link {
    color: #00b6f2;
    transition: color 0.2s;
}
.cl-table__text_link:hover {
    color: #0090bf;
}


.cl-alert {
    border-radius: 8px;
    padding: 18px 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(13, 32, 51, .12)
}

.cl-alert_success {
    background-color: #e9f6ee
}

.cl-alert_danger {
    background-color: #fdefef
}

.cl-alert_success * {
    color: #209548 !important
}

.cl-alert_danger * {
    color: #ed6161 !important;
    font-weight: 500 !important
}


.cl-hover-state {
    transition: all 0.2s;
}
.cl-hover-state_display .cl-hover-state__block,
.cl-hover-state_display:hover .cl-hover-state__block-reverse {
    display: none;
}
.cl-hover-state_opacity .cl-hover-state__block {
    opacity: 0;
}
.cl-hover-state_display:hover .cl-hover-state__block {
    display: block;
}
.cl-hover-state_opacity:hover .cl-hover-state__block {
    opacity: 1;
}
.cl-hover-state_color:hover .cl-hover-state__block {
    color: #072C68;
}
.cl-tooltip {
    position: absolute;
    left: calc(50% - 160px);
    z-index: 100;
    width: 250px;
    border-radius: 10px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(13, 32, 51, 0.15);
    pointer-events: none;
    transition: opacity 0.2s;
}
@media only screen and (max-width: 640px) {
    .cl-tooltip {
        position: static;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0;
        background: none;
        box-shadow: none;
    }
}
.cl-tooltip_above {
    bottom: calc(100% + 10px);
}
.cl-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 7px);
    border: 7px solid transparent;
    border-top: 8px solid #fff;
}
.cl-tooltip__text {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}



.cl-tooltip__text:last-child {
    margin-bottom: -3px;
}

.cl-dropdown {
    position: absolute;
    z-index: 10;
    width: 256px;
    max-height: 240px;
    overflow-y: auto;
    margin-top: 8px;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgb(0, 0, 0, 0.1), 0 4px 6px -4px rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgb(229, 231, 235);
    font-size: 0.875rem; /* (14px) */ 
    line-height: calc(1.25 / 0.875);
}

.cl-dropdown__item {
    padding: 8px 16px;
    cursor: pointer;
}

.cl-dropdown__item:hover {
    background-color: rgb(243, 244, 246);
}

.cl-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cl-ava {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.cl-ava-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}

.cl-subnav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #f4f4f500;
    color: #27272a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    transition-property: all .15s;
}

.cl-subnav-link:hover {
    background-color: #f4f4f5;
    color: #000;
}

.cl-subnav-link svg {
    color: #3f3f46;
    transition-property: all .15s;
}

.cl-subnav-link:hover svg {
    fill: #000;
}

.cl-subnav-link_active {
    background-color: #e4e4e7 !important;
    color: #000 !important;
}

.cl-subnav-link_active svg {
    fill: #000 !important;
}

.cl-tag {
    border-radius: 2px;
    padding: 1px 8px;
    background-color: #a1a1aa;
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}

.cl-hr {
    width: 100%;
    height: 1px;
    background-color: #d4d4d8;
}

.cl-hr-border {
    border-bottom: 1px solid #d4d4d8;
}

.daterangepicker td.in-range {
  background-color: #DAE2EF;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #072C68;
}
