:root {
    --color-blue: #54B6D3;
    --color-dark-navy-blue: #054067;
    --color-deep-blue: #0A7FCA;
    --color-light-blue: #F3F5FD;
    --color-dark-blue: #222e40;
    --color-yellow: #FFDE14;
    --color-gold: #e7cb1e;
    --color-dark-yellow: #ffc800;
    --color-light-yellow: #efe8c1;
    --color-magenta: #A6266C;
    --color-dark-magenta: #83325e;
    --color-light-magenta: #a38595;
    --color-green: #7BB20F;
    --color-dark-green: #41823E;
    --color-light-teal: #80d9b5;
    --color-teal: #3fd3ab;
    --color-gray: #787878;
    --color-dark-gray: #1a1d1c;
    --color-middle-gray: #777c6c;
    --color-light-gray: #F2F4F7;
    --color-charcoal-gray: #282a29;
    --color-red: #DC1011;
    --color-light-red: #e76447;
    --color-dark-red: #ac0d0d;
    --color-dark-purple: #6a0095;
    --color-light-purple: #f5bada;
    --color-white: #fff;
    --color-black: #181818;
    --color-link: var(--color-red);
    --color-link-hover: var(--color-red);
    --color-active: var(--color-yellow);
    --docs-navbar: linear-gradient(90deg, #021048, #1e38a3);
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
}
.flx > .box {
    width: 150px;
    height: 150px;
    padding: 5px;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.center {
    z-index: 1;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}
a {
    text-decoration: none;
    color: var(--color-gray);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover { cursor: pointer; }
a:hover,
.active a {
    color: var(--color-dark-gray)
}
.active a {
    cursor: default;
    font-weight: bold;
}
*:not(.active) > .hscale {
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
*:not(.active) > .hscale:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}
.swiper-button,
form.theme-red .field-wo.captcha .field-w .reload-w a {
    background-color: var(--color-red)
}
.pagination-group li.active,
.header-registration a:hover,
input[type="range"]::-webkit-slider-thumb,
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--color-black)
}
.display-bloc,
form .field-wo.is-clickable.is-large,
form .field-wo .field-w .input-imaged a.img,
form .field-wo.captcha .field-w .reload-w a,
.pagination li a,
.col,
.alert-box .alert-box-inner,
.alert-box .alert-box-inner .alert-message,
.img-wo,
.img-w,
.img-wi,
a.img-link,
.img-rsz img,
.img-w .img-wi .img-rsz,
.img-w .img-wi img,
a:hover .img-wi .img-layer,
.img-w .img-wi .img-layer-up,
.img-w .img-category,
.layer-wrp.is-confirm .confirm-w .actions,
.socials ul li a,
#menu-sidebar .main-menu ul li,
#menu-sidebar .main-menu ul li a,
.langs ul li a,
.langs ul li span.lang-text,
.sidebar-title,
.sidebar-inner,
.sidebar-content,
.filter-by-wrp,
.filter-by-category .choice-list,
.filter-category-btn {
    display: block;
}
.display-ibloc,
form .field-wo.is-clickable.is-small,
form .field-wo.is-clickable .field-w,
ul.no-style li,
.pagination-group,
.pagination li,
.alert-box .alert-box-inner:hover .alert-box-clz,
.active .img-w .img-stamp,
a:hover .img-w .img-stamp,
.img-wo .img-action,
.img-preview.is-unique,
a:hover .img-w .img-wi .img-label-mini,
.img-w .img-category a,
.financial,
.financial .currency,
.socials ul li,
.menu-hamburger,
.menu-hamburger .lines,
.menu-hamburger .label-inner {
    display: inline-block;
}
.hidden,
.display-none,
form .field-wo.is-clickable.is-hidden {
    display: none
}
.v-hidden {
    visibility: hidden
}
.display-inline {
    display: inline
}
.display-table {
    display: table
}
.bg-gradien-red-black {
    background: -webkit-linear-gradient(to right, var(--color-red), var(--color-dark-gray));
    background: linear-gradient(to right, var(--color-red), var(--color-dark-gray));
}
.bg-gradien-black-red {
    background: -webkit-linear-gradient(to right, var(--color-dark-gray), var(--color-red));
    background: linear-gradient(to right, var(--color-dark-gray), var(--color-red));
}
.text-gradien-red-black {
    background: -webkit-linear-gradient(to right, var(--color-red), var(--color-black));
    background: linear-gradient(to right, var(--color-red), var(--color-black));
    -webkit-background-clip: text;
    color: transparent;
}
.ulined {
    text-transform: uppercase;
}
.ulined::after {
    content: "";
    width: 30px;
    display: block;
    margin: 20px auto;
    border: 1px solid var(--color-black);
}
.ulined::after {
    content: "";
    width: 30px;
    display: block;
    margin: 20px auto;
    border: 1px solid var(--color-black);
}
.title-num {
    padding: 0 10px;
    color: var(--color-red);
}
.table {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate
}
.table .nb {
    padding: 0 5px;
    color: #e5bd2c;
    font-weight: bold
}
.table tr td table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-radius: none
}
.table thead {
    width: 100%
}
.table tr.header {
    color: var(--color-white);
    width: 100%;
    background-color: var(--color-magenta)
}
.table tr.header td table tr {
    color: var(--color-white);
    background-color: transparent
}
.table tr.header th {
    font-weight: normal;
    border-bottom: 1px solid #ddd
}
.table tr th,
.table tr td {
    padding: 5px;
    text-align: center
}
.table tr.header th.th-id,
.table tr th.td-id {
    width: 20px
}
.table tr.header th.th-actions,
.table tr th.td-actions {
    width: 60px
}
.table tr {
    background-color: var(--color-white)
}
.table tr.odd {
    background-color: var(--color-light-gray)
}
.table tr.off {
    background-color: #FCE5E5;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #F2CBCB
}
.table tr.later {
    background-color: #FFF5C1;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #DECB6F
}
.table tbody tr:hover {
    background-color: #FCF7DB
}
.table tr td {
    padding: 6px 10px;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #ddd
}
.empty-w {
    color: #b1b1b1;
    text-align: center;
    font-weight: bold;
    animation: zoomIn 0.3s
}
.empty-w .icon {
    padding: 15px;
    color: #ff8a90
}
.table tr td table tr td {
    padding: 0 5px;
    border-top: none;
    border-bottom: none
}
.table tr .td-id {
    color: #CE6C48
}
.table tr .td-id.is-new-row {
    color: var(--color-white);
    background-color: #58AD35
}
.table tr .td-img .img-wi {
    width: 100px;
    height: 100px
}
.table tr .td-avatar .img-wi {
    width: 80px;
    height: 80px
}
.table tr .td-icofont .icon {
    overflow: hidden;
    width: 32px;
    height: 32px;
    padding: 15px;
    border: 1px solid #ece9f9
}
.table tr .td-icofont .icon i {
    font-size: 32px
}
.table.mini {
    margin: 0;
    width: 100%;
    clear: both;
    border-spacing: 0;
    border-collapse: separate
}
.table.mini tr.header {
    color: var(--color-white);
    background-color: #333
}
.table.mini tr.header th,
.table.mini.no-header tr th,
.table.mini tr td {
    padding: 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #ddd
}
.table.mini tr.header th.blank {
    background-color: var(--color-white)
}
.table.mini.no-header tr th {
    color: #E3A236
}
.table.mini tr td {
    color: #222
}
.table.mini.no-header tr td,
.table.mini.no-header tr th {
    padding: 8px
}
.table.mini.no-header tr.first-row td,
.table.mini.no-header tr.first-row th {
    border-top: 1px solid #ccc
}
.table.mini.no-header tr th {
    font-weight: bold
}

/* Form */
form input,
form button,
form textarea {
    padding: 5px 10px;
    border-radius: 6px;
}
form input[type="submit"],
form button[type="submit"] {
    border: none;
    cursor: pointer;
    font-size: 16px;
}
/* Style du input */
form input[type="submit"] {
    background: #0A87BC;
    color: white;
}
/* Style du button */
form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #064A7E;
    color: white;
}
form .form-sep {
    clear: both;
    display: block;
    width: 100%;
    height: 10px;
    margin: 20px 0;
    background-color: var(--color-light-gray);
}
form .field-wo:not(.is-group),
form .field-wo.is-group.is-iconed {
    margin-bottom: 25px;
}
form .field-wo.is-group {
    padding: 0;
    display: block;
}
form .field-wo.is-group>label {
    display: block;
    margin-bottom: 2px;
}
form .field-wo.is-group>label .label-content {
    font-style: oblique;
    cursor: default;
}
form .field-wo.is-group:not(.is-buttoned) .fields-wrp {
    padding: 15px;
    max-height: 205px;
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo {
    padding: 10px;
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo.is-hovered .field-w {
    cursor: pointer;
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon {
    width: 32px;
    height: 32px;
    text-align: center;
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo.is-hovered .field-w .icon {
    border-color: var(--color-light-yellow);
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo.is-checked .field-w .icon {
    border-style: inset;
    border-color: var(--color-gray);
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon i {
    color: var(--color-middle-gray);
}
form .field-wo.is-group.is-iconed .fields-wrp .field-wo:not(.is-checked).is-hovered .field-w .icon i {
    color: var(--color-gray);
}
form .field-wo label,
form .field-wo .field-w .field-wi,
form .field-wo.is-clickable .field-w .field-tpl .btn-content {
    padding-left: 10px;
    padding-right: 10px;
}
form .field-wo.is-textarea .field-w .field-wi {
    padding-top: 5px;
    padding-bottom: 5px;
}
form .field-wo label .label-content,
form .field-wo.is-checkable.is-hovered .field-w .field-tpl {
    cursor: pointer;
}
form .field-wo label .label-content {
    color: var(--color-gray);
}
form .field-wo.is-focused label .label-content,
form .field-wo.is-clickable.is-focused .btn-content {
    font-weight: bold;
    animation: fadeIn 0.2s 2;
}
form .field-wo label .label-star,
form .field-wo label .label-error {
    color: var(--color-red)
}
form .field-wo label .label-error {
    font-size: 0.9em;
}
form .form-section {
    margin-bottom: 15px
}
form .form-section:last-child {
    margin-bottom: 0
}
form .form-section .title {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    color: #707070;
    font-weight: bold;
}
form .form-section.buttons {
    margin: 0;
    padding-top: 20px;
    border-top: 2px solid #e5e5e5;
}
form .field-wo .field-w,
form .field-wo.is-file .field-w .field-tpl .browse {
    overflow: hidden;
}
form .field-wo .field-w,
form .field-wo .field-w input,
form .field-wo .field-w button {
    position: relative;
}
form .field-wo .field-w {
    width: 100%;
    overflow: hidden;
}
form .field-wo.is-redesigned .field-w {
    position: relative;
}
form .field-wo .field-w .field-wi,
form .field-wo.is-group.is-iconed .fields-wrp,
form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon,
form .field-wo.is-file .field-w .field-tpl .browse {
    border: 1px solid #eee;
}
form .field-wo .field-w .field-ln,
form .field-wo.is-password .field-w .eye-icon {
    z-index: 2;
    position: absolute;
}
form .field-wo .field-w .field-ln {
    left: 0;
    bottom: 0;
    width: 100%;
}
form .field-wo.is-password .field-w .eye-icon {
    top: 50%;
    right: 1px;
    padding: 0 10px;
    cursor: pointer;
    color: transparent;
    transform: translateY(-50%);
    background-color: var(--color-white)
}
form .field-wo.is-password.is-hovered .field-w .eye-icon {
    color: var(--color-middle-gray)
}
form .field-wo.is-password.is-focused .field-w .eye-icon {
    color: var(--color-gray)
}
form .field-wo .field-w .field-ln,
form .field-wo.is-group.is-iconed .fields-wrp {
    border-bottom: 1px solid var(--color-light-yellow)
}
form .field-wo.is-focused .field-w .field-ln {
    border-bottom-width: 2px;
    animation: slideInLeft 0.3s
}
form .field-wo .field-w .field-wi {
    background-color: #fff;
}
form .field-wo.is-redesigned .field-w .field-wi {
    left: 0;
    top: 0;
    border: none;
    overflow: hidden;
    display: absolute;
}
form .field-wo:not(.is-redesigned) .field-w .field-wi .field-el {
    width: 100%;
    height: 35px
}
form .field-wo.is-redesigned .field-w .field-wi,
form .field-wo.is-redesigned .field-w .field-wi .field-el {
    padding: 0;
    width: 1px;
    height: 1px;
    top: 0;
    position: absolute;
}
form .field-wo.is-focused .field-w .field-wi,
form .field-wo.is-file.is-focused .field-w .field-tpl .browse {
    border-color: transparent;
}
form .field-wo.is-checkable {
    position: relative;
    display: inline-block;
}
form .field-wo.is-checkable .field-w {
    bottom: -2px;
    width: 25px;
    height: 25px;
    position: absolute;
}
form .field-wo.is-group.is-iconed .field-wo.is-checkable {
    width: 70px;
    height: 30px;
    text-align: center;
    display: inline-block;
}
form .field-wo.is-group.is-iconed .field-wo.is-checkable .field-w {
    width: auto;
    height: auto;
}
form .field-wo.is-redesigned .field-w .field-tpl {
    z-index: 2;
    bottom: 0;
    position: absolute
}
form .field-wo.is-checkable .field-w .field-tpl {
    width: 18px;
    height: 18px;
    padding: 2px;
}
form .field-wo.is-checkable .field-w .field-tpl {
    border: 1px outset var(--color-gray)
}
form .field-wo.is-checkable.is-hovered .field-w .field-tpl,
form .field-wo.is-checkable.is-checked .field-w .field-tpl {
    border-style: inset;
}
form .field-wo.is-checkable.is-radio.is-hovered .field-w .field-tpl {
    animation: fa-spin 1s;
}
form .field-wo.is-checkable .field-w .field-tpl .checking-el {
    width: 100%;
    height: 100%;
    position: relative;
    animation: zoomIn 0.2s;
    display: none;
}
form .field-wo.is-checkable.is-checked .field-w .field-tpl .checking-el {
    display: block;
}
form .field-wo.is-checkable.is-radio.is-disabled .field-w .field-tpl .checking-el {
    background-color: var(--color-gray)
}
form .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon {
    top: -1px;
    position: absolute
}
form .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    font-size: 18px;
}
form .field-wo.is-writable .field-w .field-wi .field-el {
    font-size: 1em;
}
form .field-wo .field-w input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
form .field-wo.captcha .field-w .reload-w {
    line-height: 35px
}
form .select .field-w {
    padding: 0;
    position: relative
}
form .select .field-w .arrow {
    width: 16px;
    height: 16px;
    line-height: 20px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
    z-index: 0;
    position: absolute;
    transition: transform 0.2s
}
.___expanded .caret-icon {
    transform: rotate(180deg);
}
.___caret-icon {
    display: inline-block;
    transition: transform 0.2s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAElBMVEUAAAAwMDAxMTEyMjIwMDAxMTF+89HTAAAABXRSTlMAgF9/MMasjJIAAABTSURBVCjPzcq7DcAwDANR5TOAm/Rp0meErBAD3n8VW8DBt4JZUALxYp18vmfWUR2ed9TW7iB7K3muOsGfDRFAABKABCABSAASgAQgAUgAkhKLpwMJmwrD+BDiYwAAAABJRU5ErkJggg==);
    background-size: contain;
    width: 1rem;
    height: 1rem;
}
form .select .field-w select {
    width: 100%;
    z-index: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
form .select .multiple .field-w,
form .select .multiple .field-w select {
    line-height: auto
}
form .field-wo .field-w .hidden {
    display: none
}
form .field-wo.date .field-w {
    width: auto;
    margin: 0;
}
form .field-wo.date .field-w .day {
    width: 60px
}
form .field-wo.date .field-w .month {
    width: 130px
}
form .field-wo.date .field-w .year {
    width: 80px
}
form .field-wo.date .field-w .sep {
    width: 10px;
    color: #888;
    bottom: 12px;
    position: relative;
    text-align: center
}
form .field-wo.is-password .field-w {
    position: relative;
    overflow: hidden
}
form .field-wo.is-password .field-w input {
    z-index: 1;
    position: relative
}
form .field-wo.is-password .field-w .toggle-password {
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 2;
    position: absolute;
    background-color: var(--color-white)
}
form .field-wo.is-password .field-w .toggle-password .icofont {
    font-size: 18px;
    cursor: pointer
}
form .field-wo.date .field-w select {
    width: 100%
}
form label.illustred {
    overflow: hidden
}
form label.illustred.real-size {
    width: auto
}
form .field-wo.is-disabled .label-content,
form .field-wo.is-disabled.is-hovered label .label-content {
    color: #b3adad;
    cursor: default;
    text-decoration: none
}
form .field-wo.is-textarea .field-w .field-wi .field-el {
    height: auto;
    resize: vertical;
    line-height: 1.2;
    overflow-y: auto
}
form .minus-plus-field {
    overflow: hidden;
    text-align: center
}
form .minus-plus-field-part {
    vertical-align: middle
}
form .minus-plus-field-symbol {
    padding: 0 3px;
    cursor: pointer
}
form .minus-plus-field-symbol.desabled {
    color: #B7B7B7;
    cursor: not-allowed
}
form .minus-plus-field-area {
    width: 50px
}
form .minus-plus-field-area input {
    padding: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: center;
    background-color: transparent
}
form .number-field-no-spin input::-webkit-outer-spin-button,
form .number-field-no-spin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
/*
form .number-field-no-spin input[type=number] {
    -moz-appearance: textfield
}
*/
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none
}
form .range-field-w {
    padding: 0;
    height: auto;
    line-height: normal
}
form .slider-range-field.field-wo {
    margin: 0
}
form .slider-range-field.price-fields {
    text-align: center;
    margin-bottom: 15px
}
form .slider-range-field.price-fields .field-wo {
    width: 100px;
    margin: 0 3px;
    padding: 0 5px
}
form .slider-range-field.price-field .field-w {
    height: 20px;
    line-height: 20px
}
form .slider-range-field.price-field input {
    text-align: center
}
form .slider-range-field {
    width: 100%;
    height: 12px;
    position: relative
}
form .slider-range-field input {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    padding: 0;
    background: none;
    pointer-events: none;
    /*-webkit-appearance: none;
    -moz-appearance: none*/
}
form .slider-range-field.slider-w {
    height: 1px;
    position: relative;
    background: #eee;
    border-radius: 5px
}
form .slider-range-field.slider-w .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: rgb(102, 101, 101)
}
form .field-wo.is-range .field-w input[type="range"]::-webkit-slider-thumb {
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 5px;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}
form .field-wo.is-range .field-w input[type="range"]::-moz-range-thumb {
    left: 0;
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 5px;
    background: #FF6600;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}
form .money-w.currenced {
    position: relative;
    overflow: hidden
}
form .money-w.currenced input {
    width: 75%;
    z-index: 0;
    position: static;
    text-align: center;
    font-weight: bold
}
form .money-w.currenced {
    width: 24%;
    height: 110%;
    top: -1px;
    z-index: 1;
    position: absolute;
    color: #464444;
    text-align: center
}
form .double-w.field-wm {
    position: relative
}
form .field-wo.is-file .field-w,
form .field-wo.is-file .field-w .field-wi {
    position: relative;
}
form .field-wo.is-file .field-w .field-tpl,
form .field-wo.is-file .field-w .field-wi input {
    top: 0;
    overflow: hidden;
    position: relative
}
form .field-wo.is-file .field-w .field-wi input {
    z-index: 2;
    width: 0;
    background: transparent
}
form .field-wo.is-file .field-w .field-tpl {
    z-index: 3;
    width: 100%
}
form .field-wo.is-file .field-w .field-tpl .browse {
    cursor: pointer;
    position: relative;
    text-align: center;
    color: var(--color-gray);
}
form .field-wo.is-file .field-w .field-tpl .browse .main-icon {
    padding: 10px 0;
    background-color: var(--color-light-gray);
    transition: height 5s ease;
}
/*
form .field-wo.is-file.is-hovered .field-w .field-tpl .browse .main-icon,
form .field-wo.is-file.is-focused .field-w .field-tpl .browse .main-icon {
    height: 150px;
}
*/
form .field-wo.is-file .field-w .field-tpl .browse .main-icon .iconed {
    z-index: 3;
    /*top: 50%;
    position: relative;
    transform: translateY(-50%);*/
}
form .field-wo.is-file .field-w .field-tpl .browse .main-icon .iconed .icon {
    padding: 7px 9px;
    border: 1px inset var(--color-middle-gray);
}
form .field-wo.is-file.is-focused .field-w .field-tpl .browse .main-icon .iconed .icon i {
    animation: zoomIn 0.2s;
}
form .field-wo.is-file .field-w .field-tpl .conditions {
    padding: 3px 0;
    text-align: center;
    background-color: var(--color-white)
}
form .field-wo.is-file .field-w .field-tpl .conditions .cond-info {
    padding: 0 10px;
    color: var(--color-gray);
}
form .field-wo.is-file .field-w .field-tpl .conditions .cond-info .icon {
    color: var(--color-middle-gray);
}
form .field-wo.is-file .field-w .img-wi {
    overflow: hidden
}
form .field-wo .field-w .input-imaged {
    clear: both;
    overflow: hidden
}
form .field-wo .field-w .input-imaged a.img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef
}
form .field-wo .field-w .input-imaged a.img img {
    min-width: 100%;
    height: 100%
}
form .field-wo .field-w .input-imaged .input-imaged-details {
    font-size: 11px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    direction: ltr
}
form .field-wo .field-w .input-imaged .input-imaged-details .input-imaged-type {
    margin: 0 5px;
    font-weight: bold;
    text-transform: uppercase
}
form .field-wo.is-file.imaged .field-w {
    overflow: hidden
}
form .field-wo.is-clickable.is-large {
    margin-left: 0;
    margin-right: 0;
}
form .field-wo.is-clickable .field-w .field-tpl {
    width: 100%;
    height: 35px;
    cursor: pointer;
    position: relative;
    text-align: center
}
form .field-wo.is-clickable .field-w .field-tpl .btn-bg,
form .field-wo.is-clickable .field-w .field-tpl .btn-dynamic-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
form .field-wo.is-clickable .field-w .field-tpl .btn-bg {
    z-index: -1;
}
form .field-wo.is-clickable .field-w .field-tpl .btn-dynamic-bg {
    z-index: 0;
    display: none;
    background-color: var(--color-white);
}
form .field-wo.is-clickable.is-hovered .field-w .field-tpl .btn-dynamic-bg {
    display: block;
    animation: slideInLeft 0.5s;
}
form .field-wo.is-clickable .field-w .field-tpl .btn-content {
    z-index: 1;
    font-weight: bold;
    position: relative;
    color: var(--color-white);
}
form .field-wo.is-clickable.is-clicked .field-w .field-tpl .btn-content {
    font-size: 115%;
}
/* blue theme */
form.theme-blue .field-wo.is-hovered label .label-content,
form.theme-blue .field-wo.is-focused label .label-content {
    color: var(--color-dark-blue)
}
form.theme-blue .field-wo.is-clickable {
    border-color: var(--color-dark-blue)
}
form.theme-blue .field-wo.is-clickable .btn-bg {
    background-color: var(--color-dark-blue)
}
form.theme-blue .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}
form.theme-blue .field-wo.is-hovered .field-w .field-ln,
form.theme-blue .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-dark-blue)
}
form.theme-blue .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-dark-blue)
}
form.theme-blue .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-dark-blue)
}
/* gray theme */
form.theme-gray .field-wo.is-hovered label .label-content,
form.theme-gray .field-wo.is-focused label .label-content {
    color: var(--color-gray)
}
form.theme-gray .field-wo.is-clickable {
    border-color: var(--color-gray)
}
form.theme-gray .field-wo.is-clickable .btn-bg {
    background-color: var(--color-gray)
}
form.theme-gray .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-black)
}
form.theme-gray .field-wo.is-hovered .field-w .field-ln,
form.theme-gray .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-gray)
}
form.theme-gray .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-gray)
}
form.theme-gray .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-gray)
}
/* green theme */
form.theme-green .field-wo.is-hovered label .label-content,
form.theme-green .field-wo.is-focused label .label-content {
    color: var(--color-light-green)
}
form.theme-green .field-wo.is-clickable {
    border-color: var(--color-light-green)
}
form.theme-green .field-wo.is-clickable .btn-bg {
    background-color: var(--color-light-green)
}
form.theme-green .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}
form.theme-green .field-wo.is-hovered .field-w .field-ln,
form.theme-green .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-light-green)
}
form.theme-green .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-light-green)
}
form.theme-green .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-light-green)
}
/* yellow theme */
form .field-wo.is-hovered label .label-content,
form .field-wo.is-focused label .label-content,
form .field-wo.is-group.is-iconed .field-wo.is-checked .field-w .icon i,
form.theme-yellow .field-wo.is-hovered label .label-content,
form.theme-yellow .field-wo.is-focused label .label-content {
    color: var(--color-yellow)
}
form .field-wo.is-clickable,
form.theme-yellow .field-wo.is-clickable {
    border-color: var(--color-yellow)
}
form .field-wo.is-clickable .btn-bg,
form.theme-yellow .field-wo.is-clickable .btn-bg {
    background-color: var(--color-yellow)
}
form .field-wo.is-clickable .field-w .field-tpl .btn-content,
form.theme-green .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-light-red);
}
form .field-wo.is-hovered .field-w .field-ln,
form .field-wo.is-focused .field-w .field-ln,
form.theme-yellow .field-wo.is-hovered .field-w .field-ln,
form.theme-yellow .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-yellow)
}
form .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el,
form.theme-yellow .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-yellow)
}
form .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i,
form.theme-yellow .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-yellow)
}
/* purple theme */
form.theme-purple .field-wo.is-hovered label .label-content,
form.theme-purple .field-wo.is-focused label .label-content {
    color: var(--color-dark-purple)
}
form.theme-purple .field-wo.is-clickable {
    color: var(--color-dark-purple);
    border-color: var(--color-dark-purple)
}
form.theme-purple .field-wo.is-clickable .btn-bg {
    background-color: var(--color-dark-purple)
}
form.theme-purple .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}
form.theme-purple .field-wo.is-hovered .field-w .field-ln,
form.theme-purple .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-dark-purple)
}
form.theme-purple .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-dark-purple)
}
form.theme-purple .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-dark-purple)
}
/* red theme */
form.theme-red .field-wo.is-hovered label .label-content,
form.theme-red .field-wo.is-focused label .label-content {
    color: var(--color-red)
}
form.theme-red .field-wo.is-clickable {
    color: var(--color-red);
    border-color: var(--color-red)
}
form.theme-red .field-wo.is-clickable .btn-bg {
    background-color: var(--color-red)
}
form.theme-red .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}
form.theme-red .field-wo.is-hovered .field-w .field-ln,
form.theme-red .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-red)
}
form.theme-red .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-red)
}
form.theme-red .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-red)
}
/* special theme */
form .field-wo.is-clickable.is-for-adding .btn-bg {
    background-color: var(--color-green)
}
form .field-wo.is-clickable.is-for-updating .btn-bg {
    background-color: var(--color-dark-blue)
}
form .field-wo.is-clickable.is-for-deleting .btn-bg {
    background-color: var(--color-light-red)
}
form .field-wo.is-clickable.is-for-crud .field-w .field-tpl .btn-content {
    color: var(--color-white)
}
/* Captcha */
form .field-wo.captcha .field-w {
    position: relative
}
form .field-wo.captchai {
    padding: 0;
}
form .field-wo.captcha .field-w {
    padding: 0;
    margin: 0;
    overflow: hidden
}
form .field-wo.captcha .field-w .reload-w a {
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
}
form .field-wo.captcha .field-w .reload-w a .icon i {
    color: #e5e5e5;
}
form .field-wo.captcha .field-w .img-w {
    padding: 0;
    width: 150px;
    overflow: hidden;
}
form .field-wo.captcha .field-w .img-w img {
    height: 100%;
    vertical-align: top;
}
form .field-wo.captcha .field-w .input-w {
    width: 90px;
}
form .field-wo.captcha .field-w .input-w input {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center
}
form .field-wo.list.hz .field-w .fields {
    overflow: hidden
}
form .field-wo.list.hz .field-w .fields {
    margin-bottom: 0
}
form .field-wo.list.hz .field-w .fields,
form .field-wo.list.hz .field-w .fields input {
    height: 30px;
    line-height: 30px
}


/* ===== VARIABLES UI ===== */
:root {
    --field-gap: 6px;
    --field-radius: 6px;
    --field-border: #d1d5db;
    --field-focus: #2563eb;
    --field-error: #dc2626;
    --field-bg: #ffffff;
    --field-label: #374151;
    --field-text: #111827;
    --field-placeholder: #9ca3af;
    --field-font: 14px;
}

/* ===== FIELD WRAPPER ===== */
.field {
    display: flex;
    flex-direction: column;
    gap: var(--field-gap);
    margin-bottom: 16px;
    font-size: var(--field-font);
}

/* ===== LABEL ===== */
.field > label {
    font-weight: 500;
    color: var(--field-label);
}

/* ===== CONTROLS ===== */
.field input,
.field textarea,
.field select {
    padding: 10px 12px;
    border-radius: var(--field-radius);
    border: 1px solid var(--field-border);
    background: var(--field-bg);
    color: var(--field-text);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

/* Placeholder */
.field ::placeholder {
    color: var(--field-placeholder);
}

/* Focus */
.field input:focus,
.field textarea:focus,
.field select:focus {
    border-color: var(--field-focus);
    box-shadow: 0 0 0 2px rgba(37,99,235,.15);
}

.textarea-field textarea {
    resize: vertical;
    min-height: 100px;
}

.file-field input[type="file"] {
    padding: 8px;
    cursor: pointer;
}

.options-field {
    gap: 8px;
}

.options-field .option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.options-field input {
    accent-color: var(--field-focus);
}

.options-field {
    gap: 8px;
}

.options-field .option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.options-field input {
    accent-color: var(--field-focus);
}

.select-field {
    position: relative;
}

.select-search {
    padding: 8px 10px;
    border: 1px solid var(--field-border);
    border-radius: var(--field-radius);
    margin-bottom: 6px;
    font-size: 13px;
}

.select-field {
    position: relative;
}

.select-search {
    padding: 8px 10px;
    border: 1px solid var(--field-border);
    border-radius: var(--field-radius);
    margin-bottom: 6px;
    font-size: 13px;
}

.field.error input,
.field.error textarea,
.field.error select {
    border-color: var(--field-error);
}

.field .error-message {
    font-size: 12px;
    color: var(--field-error);
}

.field.disabled {
    opacity: .6;
    pointer-events: none;
}

.country-field select {
    font-weight: 600;
}

.email-field input {
    text-transform: lowercase;
}


ul,
ol {
    line-height: 1.2
}
ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style-type: square
}
ul li,
ol li {
    margin: 0;
    margin-bottom: 5px
}
ul li {
    list-style: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent
}
.scrollable {
    max-height: 250px
}
.paginated {
    width: 100%;
    overflow: hidden;
}
.pagination {
    margin: 15px auto;
    overflow: hidden;
    text-align: center
}
.pagination-group ul {
    padding: 0
}
.pagination li {
    padding: 0;
    margin: 0 3px;
    vertical-align: middle;
    overflow: hidden;
    list-style: none
}
.pagination-group li {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.pagination-group li.active {
    color: var(--color-white);
    font-weight: bold
}
.pagination-group li a {
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-property: box-shadow, transform, -webkit-transform
}
.pagination-group li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.pagination li.pagination-dots {
    color: #999;
    position: relative;
    top: -4px;
}
.section {
    clear: both;
    padding: 0;
    margin: 0;
}
.group:before,
.group:after {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.group {
    zoom: 1
}
.col {
    height: 100%;
    position: relative;
}
.col-1-1 {
    width: 100%
}
.col-2-2 {
    width: 100%
}
.col-1-2 {
    width: 49.2%
}
.col-3-3 {
    width: 100%
}
.col-2-3 {
    width: 66.13%
}
.col-1-3 {
    width: 32.26%
}
.col-4-4 {
    width: 100%
}
.col-3-4 {
    width: 74.6%
}
.col-2-4 {
    width: 49.2%
}
.col-1-4 {
    width: 23.8%
}
.col-5-5 {
    width: 100%
}
.col-4-5 {
    width: 79.68%
}
.col-3-5 {
    width: 59.36%
}
.col-2-5 {
    width: 39.04%
}
.col-1-5 {
    width: 18.72%
}
.col-6-6 {
    width: 100%
}
.col-5-6 {
    width: 83.06%
}
.col-4-6 {
    width: 66.13%
}
.col-3-6 {
    width: 49.2%
}
.col-2-6 {
    width: 32.26%
}
.col-1-6 {
    width: 15.33%
}
.col-7-7 {
    width: 100%
}
.col-6-7 {
    width: 85.48%
}
.col-5-7 {
    width: 70.97%
}
.col-4-7 {
    width: 56.45%
}
.col-3-7 {
    width: 41.94%
}
.col-2-7 {
    width: 27.42%
}
.col-1-7 {
    width: 12.91%
}
.col-8-8 {
    width: 100%
}
.col-7-8 {
    width: 87.3%
}
.col-6-8 {
    width: 74.6%
}
.col-5-8 {
    width: 61.9%
}
.col-4-8 {
    width: 49.2%
}
.col-3-8 {
    width: 36.5%
}
.col-2-8 {
    width: 23.8%
}
.col-1-8 {
    width: 11.1%
}
.col-9-9 {
    width: 100%
}
.col-8-9 {
    width: 88.71%
}
.col-7-9 {
    width: 77.42%
}
.col-6-9 {
    width: 66.13%
}
.col-5-9 {
    width: 54.84%
}
.col-4-9 {
    width: 43.55%
}
.col-3-9 {
    width: 32.26%
}
.col-2-9 {
    width: 20.97%
}
.col-1-9 {
    width: 9.68%
}
.col-10-10 {
    width: 100%
}
.col-9-10 {
    width: 89.84%
}
.col-8-10 {
    width: 79.68%
}
.col-7-10 {
    width: 69.52%
}
.col-6-10 {
    width: 59.36%
}
.col-5-10 {
    width: 49.2%
}
.col-4-10 {
    width: 39.04%
}
.col-3-10 {
    width: 28.88%
}
.col-2-10 {
    width: 18.72%
}
.col-1-10 {
    width: 8.56%
}
.col-11-11 {
    width: 100%
}
.col-10-11 {
    width: 90.76%
}
.col-9-11 {
    width: 81.52%
}
.col-8-11 {
    width: 72.29%
}
.col-7-11 {
    width: 63.05%
}
.col-6-11 {
    width: 53.81%
}
.col-5-11 {
    width: 44.58%
}
.col-4-11 {
    width: 35.34%
}
.col-3-11 {
    width: 26.1%
}
.col-2-11 {
    width: 16.87%
}
.col-1-11 {
    width: 7.63%
}
.col-12-12 {
    width: 100%
}
.col-11-12 {
    width: 91.53%
}
.col-10-12 {
    width: 83.06%
}
.col-9-12 {
    width: 74.6%
}
.col-8-12 {
    width: 66.13%
}
.col-7-12 {
    width: 57.66%
}
.col-6-12 {
    width: 49.2%
}
.col-5-12 {
    width: 40.73%
}
.col-4-12 {
    width: 32.26%
}
.col-3-12 {
    width: 23.8%
}
.col-2-12 {
    width: 15.33%
}
.col-1-12 {
    width: 6.86%
}
.row-group {
    overflow: hidden
}
.alert-box {
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden
}
.alert-box hr {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid
}
.alert-box .alert-box-inner {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.alert-box .alert-box-inner .alert-box-clz {
    top: 5px;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    display: none
}
.alert-box .alert-box-inner:hover .alert-box-clz {
    color: #CE2121;
    animation: fadeIn 0.5s
}
.alert-box .alert-box-inner .alert-message {
    margin: 0 15px;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    position: relative
}
.alert-box .alert-info {
    color: #063056;
    border-color: #60a3c3;
    background-color: #7ebddb
}
.alert-box .alert-info {
    color: #251a56;
    border-color: #c0c7cb;
    background-color: #f9f9f9
}
.alert-box .alert-info hr {
    border-bottom-color: #A7D1E3
}
.alert-box .alert-success {
    color: #4F8A10;
    border-color: #DBEAB9;
    background-color: #DFF2BF
}
.alert-box .alert-success hr {
    border-bottom-color: #DBEAB9
}
.alert-box .alert-warning {
    color: #9F6000;
    border-color: #D8C98B;
    background-color: #FEEFB3
}
.alert-box .alert-warning hr {
    border-bottom-color: #D8C98B
}
.alert-box .alert-error {
    color: #D8000C;
    border-color: #EDADAD;
    background-color: #FFBABA
}
.alert-box .alert-error hr {
    border-bottom-color: #EDADAD
}
.alert-inline {
    display: inline;
    text-transform: lowercase
}
.alert-inline .alert-info {
    color: #00529B
}
.alert-inline .alert-success {
    color: #4F8A10
}
.alert-inline .alert-warning {
    color: #9F6000
}
.alert-inline .alert-error {
    color: #F56D7F
}
.alert-inline .alert-message .iconed-16 .icon {
    top: 0
}
.img-rsz {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}
.img-wo,
.img-w,
.img-wi,
a.img-link,
.img-rsz img {
    overflow: hidden;
    position: relative
}
.img-rsz img {
    position: absolute;
    animation: fadeIn 0.5s
}
.img-wo {
    width: 100%;
    position: relative
}
.img-w {
    margin: 0 auto;
    position: relative;
}
.img-stamp {
    z-index: 5;
    width: 70px;
    height: 70px;
    padding: 15px;
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%)
}
.img-stamp-bg {
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--color-white)
}
.img-w .img-stamp {
    display: none;
    animation: fadeIn 0.8s 1;
}
a .img-w .img-stamp img {
    width: 90%;
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*a:hover .img-w .img-stamp img {
    animation: zoomInUp 0.4s 2;
}
*/
.img-wo .img-actions {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-block;
    position: absolute;
    text-align: center;
}
.img-wo .img-actions a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px;
    cursor: pointer;
    position: relative;
    color: var(--color-white)
}
.img-wo .img-actions a .bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-gray)
}
.img-wo .img-actions a:hover .bg {
    background-color: var(--color-black)
}
.img-wo .img-actions a .icon {
    z-index: 1;
    position: relative
}
.img-wo .img-actions a.img-like.is-default {
    cursor: default;
    color: var(--color-yellow);
    animation: zoomIn 0.2s 2;
}
.img-w .img-category {
    z-index: 1
}
.img-w .img-wi {
    margin: 0 auto;
    text-align: center;
    background-color: var(--color-white);
    border: 1px solid var(--color-light-blue);
}
.img-preview {
    margin-top: 10px
}
.img-preview .col {
    margin-top: 0;
    margin-bottom: 0
}
.img-preview .img-link {
    cursor: default
}
.img-preview.is-unique {
    width: 25%;
    overflow: hidden
}
.img-preview.has-groups .swiper-wrapper .swiper-slide,
.img-preview.has-groups .swiper-wrapper .swiper-slide .img-link {
    cursor: grab
}
.img-preview.in-online {
    padding: 5px 0;
    background-color: var(--color-light-blue-1)
}
.img-w .img-wi .img-rsz {
    z-index: 1;
    position: relative;
}
.img-w .img-wi img {
    z-index: 1;
    position: relative;
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease*/
}
/*
a:hover .img-wi img,
.active a .img-wi img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}
*/
.img-w .img-wi .img-layer {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: slideInUp 0.3s;
    background: -webkit-linear-gradient(90deg, #00000050, var(--color-white) 50%);
    background: linear-gradient(90deg, #00000050, var(--color-white) 50%);
}
a:hover .img-layer-black {
    background-color: var(--color-black)
}
a:hover .img-layer-white {
    background-color: var(--color-white)
}
.img-w .img-wi .img-layer-up {
    z-index: 4;
    width: 151px;
    height: 151px;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left bottom;
    background-image: url(../media/icons/thumbs/layers/1.png)
}
a:hover .img-wi .img-layer-up {
    background-image: url(../media/icons/thumbs/layers/2.png)
}
.img-w .img-wi .img-label {
    z-index: 6;
    bottom: 20px;
    position: absolute;
}
.img-w .img-wi .img-label .img-label-title {
    color: #ddd;
    z-index: 2;
    padding: 2px 10px;
    position: relative
}
.img-w .img-wi .img-label .img-label-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #222
}
a:hover .img-label {
    animation-iteration-count: 1
}
a:hover .img-label .img-label-title {
    color: var(--color-white)
}
a:hover .img-label .img-label-bg {
    background-color: var(--color-black)
}
.img-w .img-wi .img-label-mini {
    bottom: 5px;
    z-index: 6;
    position: absolute;
    overflow: hidden
}
.img-w .img-wi .img-label-mini .img-label-title {
    color: #262526;
    z-index: 2;
    font-size: 0.9em;
    padding: 0 4px;
    position: relative
}
.img-w .img-wi .img-label-mini .img-label-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d2d9e1;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
a .img-w .img-wi .img-label-mini {
    bottom: 15px;
    display: none
}
a:hover .img-w .img-wi .img-label-mini {
    animation: fadeInUp 0.5s
}
a .img-wi .img-label-mini .img-label-title {
    color: #A5A5A5;
    padding: 0 7px
}
a:hover .img-wi .img-label-mini .img-label-title {
    color: #ccc
}
a .img-w .img-wi .img-label-mini .img-label-bg {
    background-color: #222
}
.img-w .img-category {
    max-width: 80%;
    max-height: 40px;
    bottom: 50px;
    position: absolute
}
.img-w.img-w-commented .img-category {
    bottom: 102px
}
.img-w .img-category a {
    padding: 5px;
    text-decoration: none;
    background-color: transparent
}
.img-w .img-category .img-category-title,
.img-w .img-category a .img-category-title {
    color: var(--color-white);
    z-index: 2;
    line-height: 0.8;
    position: relative
}
.img-w .img-category a:hover .img-category-title {
    font-weight: bold
}
.img-w .img-category .img-category-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #45474E;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.img-w .img-category a:hover .img-category-bg {
    background-color: #003399
}
.img-comment {
    margin: 0;
    color: #444;
    height: 32px;
    line-height: 1.1;
    padding: 0 3px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center
}
a:hover .img-comment {
    text-decoration: underline;
    animation: fadeInUp 0.2s;
}
.img-w .starter {
    width: 42px;
    height: 36px;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -21px;
    position: absolute;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../media/icons/thumbs/video/starter/red.png);
    background-color: #f00;
    background-size: 15px 17px;
    background-image: url(../media/icons/thumbs/video/arrows/white80x100.png);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img-w .starter-medium {
    width: 32px;
    height: 26px;
    margin-top: -14px;
    margin-left: -16px;
    background-size: 11px 13px
}
.img-w .starter-mini {
    width: 22px;
    height: 16px;
    margin-top: -8px;
    margin-left: -11px;
    background-size: 7px 9px
}
a:hover .starter {
    animation: zoomIn 0.5s
}
.vdo-wrp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.vdo-wrp iframe,
.vdo-wrp embed,
.vdo-wrp object,
.vdo-wrp video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.fit-bg-absolute {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.layer-wrp,
.layer-wrp .content,
.layer-wrp .content .content-inner {
    background-color: transparent
}
.layer-wrp {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.layer-wrp.draggable {
    cursor: move;
}
.layer-wrp.is-dragging {
    cursor: grabbing;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.layer-wrp .content {
    z-index: 1;
    position: absolute;
    animation: fadeIn 0.8s;
}
.layer-wrp .content .content-inner {
    z-index: 1;
    height: 100vh;
    position: relative
}
.layer-wrp .content .content-inner {
    padding: 0 15px
}
.layer-wrp .content .content-bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-white)
}
.layer-wrp .content.is-shadowed {
    box-shadow: 0 0 5px 0px rgb(25 25 25 / 50%)
}
.layer-wrp .clz {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 2;
    top: 20px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    animation: zoomIn 0.2s;
    box-shadow: 0px 5px 10px 0px #1111118a;
    background-color: var(--color-black)
}
.layer-wrp .clz:hover {
    width: 42px;
    height: 42px;
    line-height: 42px
}
.layer-wrp .clz:hover .icon i {
    font-size: 25px;
    color: #df5959!important
}


/* Themes*/
.x-cursor {
    cursor: url(../media/icons/x-cursor.png), default
}
.layer-wrp .clz.black {
    border: 1px solid #2c2c2c;
    background-color: var(--color-black)
}
.layer-wrp .clz.black .icon i {
    color: var(--color-white);
}
.layer-wrp .clz.yellow {
    border: 1px solid #dbbd08;
    background-color: var(--color-yellow)
}
.layer-wrp .clz.yellow .icon i {
    color: var(--color-black);
}
/* Sidebar */
.layer-wrp.is-sidebar .content {
    width: 340px;
    height: 100%;
    overflow: hidden;
}
.layer-wrp.is-sidebar .content .content-inner {
    padding: 1px;
}
/* Popup */
.layer-wrp.is-popup {
    z-index: 9
}
.layer-wrp.is-popup .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.layer-wrp.is-popup.is-floated {
    width: 300px;
    height: 250px;
}
.layer-wrp.is-popup.is-floated .content.is-shadowed {
    width: 90%;
    height: 90%;
}
.layer-wrp.is-popup.is-floated .clz {
    top: 0;
}
/**/
.layer-wrp.is-confirm .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.layer-wrp.is-confirm .confirm-w {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: auto
}
.layer-wrp.is-confirm .confirm-w .confirm-q {
    color: #555
}
.layer-wrp.is-confirm .confirm-w .actions {
    clear: auto;
    width: 100%;
    margin-top: 25px
}
.layer-wrp .layer-bg,
.layer-wrp .layer-bg .bg-media,
.layer-wrp .layer-bg .bg-media .bg-media-in {
    display: block;
    width: 100%;
    height: 100%;
}
.layer-wrp .layer-bg {
    left: 0;
    top: 0;
    z-index: 0;
    min-height: 30px;
    position: absolute;
    background-color: var(--color-light-gray);
}
.layer-wrp.is-loader {
    top: 0;
    left: 0;
}
.layer-wrp.is-loader.poz-fxd {
    z-index: 10;
}
.layer-wrp.is-loader.poz-abs {
    z-index: 9;
}
.layer-wrp.is-loader.poz-rel {
    z-index: 8;
}
.layer-wrp.is-loader .layer-bg .bg-media,
.layer-wrp.is-loader .layer-bg .bg-media .bg-media-in {
    background-color: transparent
}
.layer-wrp.is-loader .layer-bg .bg-media {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat
}
.layer-wrp.is-loader .layer-bg .bg-media .bg-media-in {
    position: relative
}
.layer-wrp.is-loader.poz-rel .layer-bg .bg-media .bg-media-in {
    margin: 15px auto;
    background-image: url(../media/icons/loaders/spinner/black/24.png)
}
.layer-wrp.is-loader.poz-abs .layer-bg .bg-media .bg-media-in {
    background-image: url(../media/icons/loaders/spinner/black/24.png);
}
/*
.layer-wrp.is-loader.poz-fxd .layer-bg {
    background-color: var(--color-white);
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media {
    width: 77px;
    height: 80px;
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in {
    animation: 0.8s fadeIn infinite;
    background-size: 77px auto;
    background-image: url(../media/images/logo-carlock-demenagement.png);
}
*/

.pagination .layer-wrp.is-loader .layer-bg {
    background-color: transparent;
}

.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media {
    width: 120px;
    height: 120px;
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in,
.pagination .layer-wrp.is-loader .layer-bg .bg-media .bg-media-in {
    background-image: none;
    -webkit-animation: rotate360 0.6s linear infinite;
    animation: rotate360 0.6s linear infinite;
    border-radius: 50%;
    border-color: transparent;
    border-style: solid;
    border-width: 3px;
    border-top-color: #0453a3;
    transition: all 200ms ease-out;
}

/*
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media {
    width: 50px;
    height: 50px;
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in {
    border-radius: 50%;
    background-color: #0453a3;
    animation: pulse 1s ease-in-out infinite;
}

.bg-me.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-india .bg-media-in {
    position: relative;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0453a3;
    animation: rotate360 0.8s linear infinite;
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #0453a3;
}

.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in {
    position: relative;
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in::before,
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid #0453a3;
    animation: ripple 1.5s infinite;
}
.layer-wrp.is-loader.poz-fxd .layer-bg .bg-media .bg-media-in::after {
    animation-delay: -0.75s;
}
@keyframes ripple {
    0%   { transform: scale(0.3); opacity: 1; }
    100% { transform: scale(1);   opacity: 0; }
}
*/

.fxd-bar {
    top: 0;
    left: 0;
    right: 0;
    z-index: 98!important;
    position: static
}
.fxd-bar.is-open {
    position: fixed!important;
}
.fxd-bar-up.is-open {
    animation: slideInDown 0.5s;
}
.fxd-bar-down.is-open {
    animation: slideInUp 0.5s;
}
.poz-fxd {
    position: fixed
}
.poz-abs {
    position: absolute
}
.poz-rel {
    position: relative
}
.poz-static {
    position: static
}
.poz-top-left {
    top: 0;
    left: 0
}
.poz-top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}
.poz-top-right {
    top: 0;
    right: 0
}
.poz-middle-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.poz-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.poz-middle-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}
.poz-bottom-left {
    bottom: 0;
    left: 0
}
.poz-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}
.poz-bottom-right {
    bottom: 0;
    right: 0
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.pinned {
    position: fixed
}
.bordered {
    border: 1px solid #E5E5E5
}
/* === Conteneur Flex Principal === */
.flx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
/* === Direction du flux === */
.flx-dir-row {
    flex-direction: row;
}
.flx-dir-row-rev {
    flex-direction: row-reverse;
}
.flx-dir-col {
    flex-direction: column;
}
.flx-dir-col-rev {
    flex-direction: column-reverse;
}
/* === Justification sur l’axe principal === */
.flx-justify-content-start {
    justify-content: flex-start;
}
.flx-justify-content-end {
    justify-content: flex-end;
}
.flx-justify-content-center {
    justify-content: center;
}
.flx-justify-content-space-between {
    justify-content: space-between;
}
.flx-justify-content-space-around {
    justify-content: space-around;
}
.flx-justify-content-space-evenly {
    justify-content: space-evenly;
}
/* === Alignement sur l’axe secondaire === */
.flx-align-items-start {
    align-items: flex-start;
}
.flx-align-items-end {
    align-items: flex-end;
}
.flx-align-items-center {
    align-items: center;
}
.flx-align-items-stretch {
    align-items: stretch;
}
.flx-align-items-baseline {
    align-items: baseline;
}
/* === Alignement du contenu (si plusieurs lignes) === */
.flx-align-content-start {
    align-content: flex-start;
}
.flx-align-content-end {
    align-content: flex-end;
}
.flx-align-content-center {
    align-content: center;
}
.flx-align-content-space-between {
    align-content: space-between;
}
.flx-align-content-space-around {
    align-content: space-around;
}
.flx-align-content-stretch {
    align-content: stretch;
}
/* === Flex-wrap === */
.flx-wrap {
    flex-wrap: wrap;
}
.flx-nowrap {
    flex-wrap: nowrap;
}
.flx-wrap-rev {
    flex-wrap: wrap-reverse;
}
/* === Espacement entre les éléments === */
.flx-gap-0 {
    gap: 0;
}
.flx-gap-4, .flx-gap-xs {
    gap: 4px;
}
.flx-gap-8, .flx-gap-sm {
    gap: 8px;
}
.flx-gap-16, .flx-gap-md {
    gap: 16px;
}
.flx-gap-24, .flx-gap-lg {
    gap: 24px;
}
.flx-gap-32, .flx-gap-xl {
    gap: 32px;
}
.flx-gap-48, .flx-gap-2xl {
    gap: 48px;
}
.flx-gap-52, .flx-gap-3xl {
    gap: 52px;
}
.full-height {
    width: 100%;
    height: 100vh;
}
.vh-2-3 {
    width: 100%;
    height: 70vh;
}
.media-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-bg-cover {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
video {
    pointer-events: none;
}
a.button {
    padding: 15px;
    margin-top: 25px;
    color: var(--color-dark-red);
    background-color: var(--color-light-gray);
}
a.button:hover {
    color: var(--color-light-gray);
    background-color: var(--color-dark-red);
}
*:focus {
    outline: none
}
.no-margin {
    margin: 0
}
.no-margin-top {
    margin-top: 0
}
.no-margin-bottom {
    margin-bottom: 0
}
.list-data {
    overflow: hidden;
    overflow-x: auto;
    min-height: 30px;
}
.overhid {
    overflow: hidden
}
.clear {
    clear: both
}
.clear-left {
    clear: left
}
.clear-right {
    clear: right
}
.line-through {
    text-decoration: line-through
}
.h-align {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.v-align {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.hv-align {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%) !important;
}
.align-c {
    text-align: center
}
.active:hover,
.active a:hover {
    cursor: default
}
.no-scrollbar {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    height: auto
}
.financial .currency {
    color: #777
}
.blur-4 {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.back-blur-4 {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.blink,
.blink-on-hover:hover {
    animation: fadeIn 0.5s infinite;
}
.blink-2-on-hover:hover {
    animation: fadeIn 0.5s 2;
}
.blink-3-on-hover:hover {
    animation: fadeIn 0.5s 3;
}
.hover-stop-animation:hover,
.hover-stop-animation:hover * {
    animation: none
}
.wdt-10-100 {width: 10%}
.wdt-20-100 {width: 20%}
.wdt-30-100 {width: 30%}
.wdt-40-100 {width: 40%}
.wdt-50-100 {width: 50%}
.wdt-60-100 {width: 60%}
.wdt-70-100 {width: 70%}
.wdt-80-100 {width: 80%}
.wdt-90-100 {width: 90%}
.wdt-100-100 {width: 100%}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.ellipsis-2l {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important
}
.ellipsis-3l {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important
}
.google-gps {
    height: 220px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.socials ul li {
    margin: 0 2px;
    text-align: center
}
.socials ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.socials ul li a .icon i {
    color: #ececec;
}
/* Hamburger Menu */
.menu-hamburger .lines {
    width: 25px;
    height: 25px;
    position: relative;
    animation: 0.3s zoomIn 2;
}
.menu-hamburger .lines .line {
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: var(--color-black)
}
.menu-hamburger .lines .line-1 {
    top: 0
}
.menu-hamburger .lines .line-2 {
    top: 50%;
    transform: translateY(-50%)
}
.menu-hamburger .lines .line-3 {
    bottom: 0
}
.menu-hamburger .label {
    font-size: 1em;
    padding-left: 10px;
    display: inline-block;
    color: var(--color-white);
    text-transform: uppercase;
}
.menu-hamburger:hover .label {
    font-weight: bold;
}
#menu-sidebar .main-menu ul {
    padding: 0
}
#menu-sidebar .main-menu ul li {
    margin-bottom: 0;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid var(--colo-white)
}
#menu-sidebar .main-menu ul li a {
    padding: 5px 0;
}
#menu-sidebar .socials ul {
    text-align: center
}
#menu-sidebar .socials ul li a {
    background-color: var(--color-white)
}
.langs {
    overflow: hidden;
}
.langs ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}
.langs ul li,
.langs ul li a {
    display: inline-flex
}
.langs ul li {
    gap: 8px;
}
.langs ul li a {
    gap: 4px;
    width: 100%;
    height: 100%;
}
.langs ul li a .lang-flag {
    width: 24px;
    height: 20px;
    display: inline-block;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent
}
.langs ul li.ar a .lang-flag {
    background-image: url(../media/icons/flags/shiny/24/ar.png)
}
.langs ul li.en a .lang-flag {
    background-image: url(../media/icons/flags/shiny/24/en.png)
}
.langs ul li.es a .lang-flag {
    background-image: url(../media/icons/flags/shiny/24/es.png)
}
.langs ul li.it a .lang-flag {
    background-image: url(../media/icons/flags/shiny/24/it.png)
}
.langs ul li.de a .lang-flag {
    background-image: url(../media/icons/flags/shiny/24/de.png)
}
.langs ul li.fr a .lang-flag {
    background-image: url(../media/icons/flags/shiny/24/fr.png)
}
.langs.flags-only ul li a .lang-name {
    display: none
}
.langs.flags-only ul li a .lang-flag {
    display: inline-block
}
.langs.names-only ul li a .lang-flag {
    display: none
}
.langs.names-only ul li a .lang-name {
    display: inline-block
}
.sidebar-title {
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    text-transform: uppercase
}
.sidebar-title .iconed-24 .icon-text {
    font-size: 1.3em;
    padding-top: 2px
}
.sidebar-inner {
    overflow: hidden
}
.sidebar-content {
    position: relative
}
.sidebar-clz {
    top: 16px;
    z-index: 3;
    width: 20px;
    height: 20px;
    color: #e5e5e5;
    line-height: 20px;
    position: absolute;
    text-align: center
}
.sidebar-clz .icon i {
    font-size: 1.5em
}
.sidebar-clz:hover {
    color: #B90000
}
.sidebar-left .sidebar-clz {
    right: 15px
}
.sidebar-right .sidebar-clz {
    left: 15px
}
/*Menu Sidebar */
#menu-sidebar .content {
    background-color: var(--color-white);
}
#menu-sidebar .identity {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px;
    background-color: var(--color-light-gray);
}
#menu-sidebar .identity img.logotype {
    width: 72px;
    animation: 0.2s pulse 2;
}
#menu-sidebar .main-menu ul li {
    padding: 8px 0;
    border-top: 1px solid var(--color-light-yellow);
}
#menu-sidebar .main-menu ul li a {
    padding: 2px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: var(--color-dark-gray);
    transition-delay: 0.4s;
    transition-timing-function: ease-out;
    transition-property: background-color;
}
#menu-sidebar .main-menu ul li a:hover {
    color: var(--color-red);
}
#menu-sidebar .main-menu ul li.active a,
#menu-sidebar .main-menu ul li.active a:hover {
    color: var(--color-red);
    background-color: var(--color-yellow);
}
#menu-sidebar .langs {
    padding: 15px 0
}
.rds-3,
a.rds-3-hover:hover,
a:hover .rds-3-hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.rds-5,
a.rds-5-hover:hover,
a:hover .rds-5-hover,
.list-img-preview,
form .minus-plus-field-area,
form .field-wo .field-w,
form .field-wo .field-w .field-wi,
form .field-wo.is-group.is-iconed .fields-wrp,
form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon,
form .field-wo.is-checkable.is-checkbox .field-w .field-tpl,
form .field-wo.is-file .field-w .field-tpl .browse,
.swiper-pagination-bullet,
.ulined::after {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rds-10,
a.rds-10-hover:hover,
a:hover .rds-10-hover,
.is-manager .side .box,
.is-manager .side .box .box-title {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rds-15,
a.rds-15-hover:hover,
a:hover .rds-15-hover,
ul li a,
.table,
.td-img .img-wi,
.label-inner,
#product-ranges .range .products a.row,
#product-ranges .range .products a.row > img {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.rds-20,
a.rds-20-hover:hover,
a:hover .rds-20-hover {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.rds-25,
a.rds-25-hover:hover,
a:hover .rds-25-hover,
.img-w .img-wi .img-label-mini,
form .field-wo.is-clickable .field-w,
.is-manager .side.side-left .box .box-content .box-actions a {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.rds-30,
a.rds-30-hover:hover,
a:hover .rds-30-hover,
#product-ranges .range .products a.row>.title {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.rds-35,
a.rds-35-hover:hover,
a:hover .rds-35-hover {
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}
.rds-40,
a.rds-40-hover:hover,
a:hover .rds-40-hover {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.rds-45,
a.rds-45-hover:hover,
a:hover .rds-45-hover {
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}
.rds-50,
a.rds-50-hover:hover,
a:hover .rds-50-hover {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.rds-55,
a.rds-55-hover:hover,
a:hover .rds-55-hover {
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}
.rds-60,
a.rds-60-hover:hover,
a:hover .rds-60-hover {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
.rds-65,
a.rds-65-hover:hover,
a:hover .rds-65-hover {
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}
.rds-70,
a.rds-70-hover:hover,
a:hover .rds-70-hover {
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}
.rds-75,
a.rds-75-hover:hover,
a:hover .rds-75-hover {
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}
.rds-80,
a.rds-80-hover:hover,
a:hover .rds-80-hover {
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
.rds-85,
a.rds-85-hover:hover,
a:hover .rds-85-hover {
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
}
.rds-90,
a.rds-90-hover:hover,
a:hover .rds-90-hover {
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}
.rds-95,
a.rds-95-hover:hover,
a:hover .rds-95-hover {
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
}
.rds-100,
a.rds-100-hover:hover,
a:hover .rds-100-hover {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.rds-round,
a.rds-round-hover:hover,
a:hover .rds-round-hover,
.pagination-group li,
.pagination li a,
.td-media-rounded .img-wi,
.td-media-rounded .icon,
form .field-wo.is-checkable.is-radio .field-w .field-tpl,
form .field-wo.is-checkable.is-radio .field-w .field-tpl .checking-el,
form .field-wo.is-group.is-iconed .field-wo.is-checkable .field-w .icon,
form .field-wo.is-file .field-w .field-tpl .browse .main-icon .iconed .icon,
#contacts-page-container .contact-info .iconed .icon,
.img-w .img-stamp .link-element-zoom,
.footer-top .socials .social .icon,
.page-header a .iconed .icon,
.row-action a .icon,
.rds-pin-tl,
.rds-pin-tr,
.rds-pin-bl,
.rds-pin-br {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rds-pin-bl {
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rds-pin-br {
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rds-pin-tl {
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.rds-pin-tr {
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.opacity-98,
a.opacity-98-hover:hover,
a:hover .opacity-98-hover {
    filter: alpha(opacity=98);
    -moz-opacity: 0.98;
    opacity: 0.98;
}
.opacity-95,
a.opacity-95-hover:hover,
a:hover .opacity-95-hover {
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}
.opacity-90,
a.opacity-90-hover:hover,
a:hover .opacity-90-hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.opacity-85,
a.opacity-85-hover:hover,
a:hover .opacity-85-hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.opacity-80,
a.opacity-80-hover:hover,
a:hover .opacity-80-hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.opacity-70,
a.opacity-70-hover:hover,
a:hover .opacity-70-hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.opacity-60,
a.opacity-60-hover:hover,
a:hover .opacity-60-hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.opacity-50,
a.opacity-50-hover:hover,
a:hover .opacity-50-hover,
.img-w .img-wi .img-label .img-label-bg {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.opacity-40,
a.opacity-40-hover:hover,
a:hover .opacity-40-hover {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.opacity-30,
a.opacity-30-hover:hover,
a:hover .opacity-30-hover {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.opacity-20,
a.opacity-20-hover:hover,
a:hover .opacity-20-hover {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.opacity-10,
a.opacity-10-hover:hover,
a:hover .opacity-10-hover {
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}
.opacity-5,
a.opacity-5-hover:hover,
a:hover .opacity-5-hover {
    filter: alpha(opacity=5);
    -moz-opacity: 0.05;
    opacity: 0.05;
}
.opacity-0,
a.opacity-0-hover:hover,
a:hover .opacity-0-hover {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
/*form .field-wo.is-redesigned .field-w .field-wi*/
.table tr td table,
form .field-wo.is-password .field-w .toggle-password,
form .field-wo .field-w .mce-panel,
form .minus-plus-field-area input,
.range-field-w,
form .slider-range-field input,
form .double-w.field-wmo,
form .double-w.field-wm.select,
#menu-sidebar .main-menu ul li.first,
#menu-sidebar .main-menu ul li.first a,
.filter-by-price-btn,
form .field-wo .field-w .field-wi .field-el {
    border: none
}
ul.no-style,
ul.no-style ul {
    margin: 0;
    padding: 0
}
ul.no-style li {
    padding: 0;
    margin-bottom: 0;
    background-image: none
}
.col-1-1,
.col-12-12 {
    margin-left: 0;
    margin-right: 0
}
/*LTR*/
.ltr {
    direction: ltr;
}
.ltr body,
.ltr form .field-el {
    font: 1rem Arial, sans-serif !important
}
.ltr form .field-wo.is-checkable .field-w {
    left: 0;
}
.ltr form .field-wo.is-checkable label {
    padding-left: 30px;
}
.ltr form .field-wo.is-checkable .field-w {
    right: 0;
}
.ltr form .field-wo.is-clickable {
    margin-right: 10px;
}
.layer-wrp.ltr .clz {
    right: 20px;
}
.layer-wrp.is-popup.is-floated.ltr .clz {
    right: 0;
}
.rtl .menu-hamburger .label {
    padding-left: 0;
    padding-right: 10px;
}
.ltr .align-l-ever {
    text-align: left
}
.ltr .align-r-ever {
    text-align: right
}
.ltr .financial .currency {
    padding-left: 5px
}
.ltr .table tr.header th {
    font-size: 12px;
    text-transform: uppercase
}
.ltr .table tr th,
.ltr .table tr td {
    border-right: auto;
    border-left: 1px solid #ccc
}
.ltr .table tr td table tr td {
    border-left: none
}
.ltr .table tr th.th-id,
.ltr .table tr td.td-id {
    border-right: auto;
    border-left: none
}
.ltr .table tr td.td-not-centered {
    text-align: left
}
.ltr .table.mini tr.header {
    text-align: left;
    text-transform: uppercase
}
.ltr table tr.header th.blank {
    border-right: auto;
    border-left: 0
}
.ltr .table.mini.no-header tr th {
    border-left: auto;
    border-right: none
}
.ltr form .field-wo.is-password .toggle-password {
    left: auto;
    right: 0
}
.ltr form .field-wo label .label-error,
.ltr form .field-wo label .label-star {
    padding-left: 3px;
}
.ltr form .field-wo .field-w select .arrow {
    right: 10px
}
.ltr form .money-w.currenced .currency-w {
    right: 0;
    margin-left: 1%;
    border-left: 1px solid #d9d9d9
}
.ltr form .field-wo.double select {
    left: auto;
    right: 0;
    margin-left: 1%;
    border-right: auto;
    border-left: 1px solid #D9D9D9
}
.ltr form .field-wo.captcha .field-w {
    margin-left: 0
}
.ltr form .field-wo.list.hz .field-w .fields {
    margin-right: 10px
}
.ltr ul,
.ltr ol {
    padding-right: auto;
    padding-left: 10px
}
.ltr ul li {
    background-position: 0 0;
    /*background-image: url(../media/icons/lists/ltr/okGrey.png)*/
}
.ltr .col {
    float: left;
    margin-left: auto;
    margin: 1% 0 1% 1.60%
}
.ltr .col:first-child,
.ltr .col-first {
    margin-right: auto;
    margin-left: 0
}
.ltr .alert-box .alert-box-inner .alert-box-clz {
    left: auto;
    right: 10px
}
.ltr .alert-inline .alert-message .iconed-16 {
    padding-left: 20px
}
.ltr .img-w .img-actions {
    text-align: right
}
.ltr .img-w .img-action {
    margin-right: 7px
}
.ltr .img-w .img-wi .img-label-mini {
    left: 5px
}
.ltr a .img-w .img-wi .img-label-mini {
    left: 15px
}
.ltr a .img-wi .zoom {
    right: auto;
    left: 50%;
    margin-right: auto;
    margin-left: -23px
}
.ltr .img-w .img-category {
    right: auto;
    left: 0
}
.ltr .img-w .img-wi .img-label .img-label-bg,
.ltr .img-w .img-category .img-category-bg {
    right: auto;
    left: 0
}
.ltr a:hover .img-wi .img-label {
    animation: slideInLft 0.5s
}
.ltr .img-w-out .img-promo {
    right: auto;
    left: 0
}
.ltr .img-w-out .img-promo .img-promo-bg {
    right: auto;
    left: 0
}
.ltr .img-w-out .img-promo .img-promoTitle {
    text-transform: uppercase
}
.ltr .float-l {
    float: left !important
}
.ltr .float-r {
    float: right !important
}
.ltr .align-l {
    text-align: left
}
.ltr .align-r {
    text-align: right
}
.ltr .no-margin-left {
    margin-right: auto !important;
    margin-left: 0 !important
}
.ltr .no-margin-right {
    margin-left: auto !important;
    margin-right: 0 !important
}
.ltr .layer-wrp.is-confirm .confirm-w .actions .btn .iconed .icon-text {
    padding-left: 5px
}
.ltr .langs ul li {
    margin-left: 6px
}
.ltr .row-prices {
    right: 10px
}
.ltr .row-prices .row-price-detail {
    padding-left: 5px
}
/*RTL*/
.rtl {
    direction: rtl;
}
.rtl body {
    line-height: 1.3
}
.rtl body,
.rtl form .field-el {
    font: 1rem "DroidKufi-Regular", "Tahoma", "Calibri", "Arial", sans-serif !important
}
.rtl .align-l-ever {
    text-align: left
}
.rtl form .field-wo.is-checkable label {
    padding-right: 30px;
}
.rtl form .field-wo.is-clickable {
    margin-left: 10px;
}
.layer-wrp.rtl .clz {
    left: 20px;
}
.layer-wrp.is-popup.is-floated.rtl .clz {
    left: 0;
}
.rtl .align-r-ever {
    text-align: right
}
.rtl .financial .currency {
    padding-right: 5px
}
.rtl .table tr.header th {
    font-size: 14px
}
.rtl .table tr th,
.rtl .table tr td {
    border-right: 1px solid #ccc
}
.rtl .table tr td table tr td {
    border-right: none
}
.rtl .table tr td.td-not-centered {
    text-align: right
}
.rtl .table.mini tr.header {
    text-align: right
}
.rtl table tr.header th.blank {
    border-left: auto;
    border-right: 0
}
.ltr .table.mini.no-header tr th,
.ltr .table.mini.no-header tr td {
    text-align: left
}
.rtl .table.mini.no-header tr th,
.rtl .table.mini.no-header tr td {
    text-align: right
}
.rtl .table.mini.no-header tr th {
    border-right: auto;
    border-left: none
}
.rtl form .field-wo.is-password .toggle-password {
    right: auto;
    left: 0
}
.rtl form .field-wo label .label-error,
.rtl form .field-wo label .label-star {
    padding-right: 3px;
}
.rtl form .field-wo .field-w select .arrow {
    left: 10px
}
.rtl form .money-w.currenced .currency-w {
    left: 0;
    margin-right: 1%;
    border-right: 1px solid #d9d9d9
}
.rtl form .field-wo.double select {
    right: auto;
    left: 0;
    margin-right: 1%;
    border-left: auto;
    border-right: 1px solid #D9D9D9
}
.rtl form .field-wo.captcha .field-w {
    margin-right: 0
}
.rtl form .field-wo.list.hz .field-w .fields {
    margin-left: 10px
}
.rtl ul,
.rtl ol {
    padding-left: auto;
    padding-right: 10px
}
.rtl ul li {
    background-position: 100% 0;
    /*background-image: url(../media/icons/lists/ltr/okGrey.png)*/
}
.rtl .col {
    float: right;
    margin-right: auto;
    margin: 1% 1.6% 1% 0
}
.rtl .col:first-child,
.rtl .col-first {
    margin-left: auto;
    margin-right: 0
}
.rtl .alert-box .alert-box-inner .alert-box-clz {
    right: auto;
    left: 10px
}
.rtl .alert-inline .alert-message .iconed-16 {
    padding-right: 20px
}
.rtl .img-w .img-actions {
    text-align: left
}
.rtl .img-w .img-action {
    margin-left: 7px
}
.rtl .img-w .img-wi .img-label-mini {
    right: 5px
}
.rtl a .img-w .img-wi .img-label-mini {
    right: 15px
}
.rtl a .img-wi .zoom {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -23px
}
.rtl .img-w .img-category {
    left: auto;
    right: 0
}
.rtl .img-w .img-wi .img-label .img-label-bg,
.rtl .img-w .img-category .img-category-bg {
    left: auto;
    right: 0
}
.rtl a:hover .img-wi .img-label {
    animation: slideInRight 0.5s
}
.rtl .img-w-out .img-promo {
    left: auto;
    right: 0
}
.rtl .img-w-out .img-promo .img-promo-bg {
    left: auto;
    right: 0
}
.rtl .layer-wrp.is-confirm .confirm-w .actions .btn {
    line-height: 20px
}
.rtl .float-r {
    float: left !important
}
.rtl .float-l {
    float: right !important
}
.rtl .align-l {
    text-align: right
}
.rtl .align-r {
    text-align: left
}
.rtl .no-margin-left {
    margin-left: auto !important;
    margin-right: 0 !important
}
.rtl .no-margin-right {
    margin-right: auto !important;
    margin-left: 0 !important
}
.rtl .layer-wrp.is-confirm .confirm-w .actions .btn .iconed .icon-text {
    padding-right: 5px
}
.rtl .langs ul li {
    margin-right: 6px
}
.rtl .row-prices {
    left: 10px
}
.rtl .row-prices .row-price-detail {
    padding-right: 5px
}
.rtl form .field-wo.is-num .field-el {
    direction: ltr;
    text-align: right
}