
@font-face {
    font-family: 'fusvicons';
    src: url('fonts/fusvicons.woff2?10') format('woff2'),
    url('fonts/fusvicons.woff?10') format('woff'),
    url('fonts/fusvicons.ttf?10') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body {
    min-height: 100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    scroll-behavior: smooth;
    font-size: 0.8285rem;
}
@media (min-width: 80rem) {
    html {
        font-size: calc(0.8285rem + ((1vw - 0.8rem) * 0.4288));
    }
}
@media (min-width: 120rem) {
    html {
        font-size: 1rem;
    }
}
body {
    margin: 0;
    padding: 0;
    font-family: din-2014, arial, helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #262626;
    font-weight: 300;
    background: #fff;
    scroll-behavior: smooth;
    min-width: 1280px;
    font-size: 1em;
}
h1,h2,h3,h4,p,blockquote,figure,ol,ul {
    margin: 0;
    padding: 0;
}
ol,ul,li {
    list-style: none;
    display: block;
}
section {
    display: block;
}
a,button {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-weight: 700;
}
strong {
    font-weight: 700;
    color: #262626;
}
button {
    overflow: visible;
    border: 0;
    -webkit-font-smoothing: inherit;
    cursor: pointer;
}
:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000;
}
button::-moz-focus-inner,
input[type="color"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
}
form, input, select, option, textarea, label, button, .ui-widget  {
    font-family: din-2014, arial, helvetica, sans-serif !important;
}
table {
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
::-moz-selection {
    background: #ebebeb;
    color: #000;
}
::selection {
    background: #ebebeb;
    color: #000;
}
input::-webkit-input-placeholder {
    color: #797f89;
    opacity: 1;
}
input:-moz-placeholder {
    color: #797f89;
    opacity: 1;
}
input::-moz-placeholder {
    color: #797f89;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #797f89;
    opacity: 1;
}
input[type="text"],input[type="search"],
input[type="password"],input[type="email"],
select, textarea {
    caret-color: #000;
}

/* - - - - - - - - - - - - - - - - - - TXT */

.ico::before,
.mainNav a::after,
.basicList li::before,
.selectWrap::after,
.selectIt::after,
.dropPzone::after,
.inputWrap.date::after,
.dataList > li > a::before,
.docList a::before,
.orderLink::after,
button i.search::before,
.listSorting a::after,
i.prev::before,i.next::before,
div.message::before{
    font-family: 'fusvicons', sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.arrow1::before { content: '\e800'; }
.arrow2::before,.mainNav a::after,
.selectWrap::after,
.selectIt::after { content: '\e801'; }
.info::before { content: '\e802'; }
.plus::before { content: '\e803'; }
.minus::before { content: '\e804'; }
.settings::before { content: '\e805'; }
.accountNew::before { content: '\e806'; }
.accountUpdate::before { content: '\e807'; }
.requestCreate::before,
.dropPzone::after { content: '\e808'; }
.login::before { content: '\e80a'; }
.logout::before { content: '\e809'; }
.attention::before { content: '\e80b'; }
i.message::before { content: '\e80c'; }
.dateAdd::before,
.inputWrap.date::after { content: '\e80d'; }
.edit::before { content: '\e80e'; }
.delete::before { content: '\e812'; }
.save::before { content: '\e810'; }
.valid::before { content: '\e811'; }
.ico.invalid::before { content: '\e813'; }
.ico.updated::before { content: '\e814'; }
.ico.send::before { content: '\e815'; }
.dataList > li > a::before,
.docList a::before{ content: '\e816'; }
.arrTop::before { content: '\e817'; }
.arrRight::before,.orderLink::after,i.next::before { content: '\e818'; }
.arrDown::before { content: '\e819'; }
.arrLeft::before,i.prev::before { content: '\e81a'; }
button i.search::before { content: '\e81b'; }
.listSorting a::after { content: '\e81d'; }
.listSorting a.sorted::after { content: '\e81e'; }
.listSorting a.sorted_desc::after { content: '\e81f'; }
h1,h2,h3 {
    font-weight: 700;
    padding-bottom: .5em;
    line-height: 1;
    position: relative;
}
h1 {
    font-size: 4.6875em;
    padding-bottom: 2rem;
    letter-spacing: -.0625rem;
}
h2 {
    font-size: 3.25em;
    padding-bottom: 2rem;
    margin-bottom: 3.375rem;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}
h3 {
    font-size: 2.0625em;
    line-height: 1.15;
}
h3.bordered {
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
}
h3.bordered::after {
    height: .1212em;width: 2.1818em;display: block;content: '';
    position: absolute;top: 100%;left: 0;
    background: #c60000;
}
.items2 .greyBg .bordered::after {
    left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);
}
p + h3 {
    padding-top: 1em;
}
.basicList + h3 {
    padding-top: 1.5em;
}
.item p + h3 {
    padding-top: 0;
}
.greyBg.blocky h3 {
    padding: 0 0 .5rem;
}
.greyBg .items2 h3 {
    padding: .5em 0 0;
}
.greyBg .items2 .dataList + h3,
.greyBg .items2 p + h3,
.greyBg .inputWrap + h3 {
    padding: 2em 0 .5rem;
}
h4 {
    font-size: 1.4375rem;
}
p {
    color: #262626;
    font-size: 1.25em;
    line-height: 1.5;
}
.infoTxt p,.infoTxt ul {
    font-size: inherit;line-height: inherit;color: #262626;
}
.introTxt {
    color: #000;
    font-size: 1.5625em;
    line-height: 1.6;
    border-left: 7px solid #c60000;
    padding-left: 1.75rem;
}
div.introTxt ul {
    font-size: inherit;
}
.dataList .introTxt {
    border-left: 4px solid #c60000;
    padding-left: 1.5rem;
    line-height: 1.5;
    font-size: 1.375rem;
}
.infoTxt {
    color: inherit;
    font-size: 1.125em;
    line-height: 1.388;
    padding: 2.75rem 3.625rem;
    border: 2px solid #f2f2f2;
}
.fWrap.infoTxt {
    padding: 0;
    border: none;
}
.ctWrap p + ul,
.ctWrap ul + p {
    padding-top: 1.5em;
}
ul {
    font-size: 1.25em;color: #262626;line-height: 1.2;
}
.basicList {
    padding-left: 1.75rem;
}
.infoTxt .basicList {
    padding-left: 1.25rem;
}
.basicList li {
    position: relative;
}
.basicList li ~ li {
    margin-top: 1rem;
}
.basicList a, p > a, .dataList.numbered > li > a {
    color: #c60000;
    text-decoration: underline dashed #bfb788;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2.5px;
}
.intro p.big a {
    text-decoration: underline dashed #ff8585;
    text-decoration-thickness: 1px;
    text-underline-offset: 4.5px;
    font-weight: 400;
    color: #f00;
}
.basicList li::before {
    content: '\e801';color: #c60000;font-size: .85rem;
    position: absolute;left: 0;top: .4em;margin-left: -1.75rem;
}
.infoTxt .basicList li::before {
    font-size: .65rem;
    margin-left: -1.25rem;
    top: .6em;
}
.basicList2 li {
    line-height: 1.2;
}
.basicList2 li ~ li {
    padding-top: 1rem;
}
.basicList2 span {
    background: #fff;
    padding: 0 .35rem;
    margin-left: .5rem;
}
.basicList3 {
    padding-left: 1.25rem;
}
.basicList3 li {
    color: #555;
}
.basicList3 li ~ li {
    margin-top: 1rem;
}
.btn,.bottomNav select,.orderLink {
    display: inline-flex;
    padding: .75rem 1.25rem;
    background: #000;
}
button.btn + button.btn,
.selectWrap + .btn,
.sWrap + .btn,.fList .btn + .btn,
.bottomNav > .btn + .btn {
    margin-left: 1rem;
}
.sWrap label {
    padding-left: 1.25rem;
}
.btn.dlt, .dataList .editItem .btn.dlt  {
    text-align: center;
    padding: .75rem;
    width: 3.5rem;
    margin: 0;
    text-decoration: none;
}
.bordered .btn.dlt {
    position: absolute;right: 0;top: 0;
}
.greyBg .bordered .btn.dlt  {
    border-left: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    background: #fff;
}
.btn *,.orderLink * {
    display: block;
    line-height: 1rem;
    padding: .5rem 0;
}
.btn small {
    padding-bottom: 0;
}
.btn span,.orderLink span {
    font-size: .875rem;text-transform: uppercase;white-space: nowrap;letter-spacing: .0625rem;
    margin: 0 auto;
}
.btn i,.orderLink::after {
    display: flex;align-items: center;
    padding-left: 1rem;margin-left: 1rem;border-left: 1px dashed #262626;
}
.btn2 i {
    border: none;
    margin-left: 0;
}
.btn.dlt i,.dataList .editItem .btn.dlt i {
    padding: .5rem 0;margin: 0 auto;border: none;font-size: 1.25rem;text-align: center;
}
.dataList .editItem .btn.dlt i {
    justify-content: center;
}
.btn.red,.orderLink {
    background-color: #c60000;
}
.btn.red *,.btn.grey.dark * {
    color: #fff;border-color: #fff;
}
.btn.white {
    background-color: #fff;
}
.btn.white i {
    color: #c60000;border-color: #262626;
}
.btn.grey {
    background-color: #f2f2f2;
}
.btn.grey * {
    color: #262626;border-color: #262626;
}
.btn.grey.dlt {
    color: #c60000;
}
.btn.grey.dlt * {
    color: inherit;
}
.btn.grey.dark {
    background-color: #a0a0a0;
}
.btn.red:hover,.orderLink:hover {
    background-color: #a80000;
}
.btn.grey:hover,.bottomNav select:hover {
    background-color: #cecece;
}
.btn.grey.dlt:hover, .dataList .editItem .btn.grey.dlt:hover {
    background-color: #c60000;color: #fff;
}
.dataList .editItem .btn.dlt.grey i {
    color: inherit;
}
.btn.grey.dark:hover,
.dropPzone:hover {
    background-color: #666;
}
span.red,.dataList p span.red {
    color: #c60000;
}
.intro span.red {
    color: #f00;
}
form label span.red,span.label span.red {
    color: inherit;
}
span.blue,.dataList p span.blue {
    color: #fd6b00;
}
span.green,.dataList p span.green {
    color: #008e43;
}

/* - - - - - - - - - - - - - - - - - - BOX */

.tWrap {
    display: table;
}
.tWrap > * {
    display: table-cell;
}
.fWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.main {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.leftCt {
    width: 19.8%;
    position: relative;
}
.rightCt {
    width: 80.2%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.greyBg {
    background: #f2f2f2;
}
.greyBg.light {
    background: #f7f7f7;
}
.darkBg {
    background: #262626;
    color: #fff;
}
.imgWrap {
    position: relative;overflow: hidden;
}
.intro,.content {
    max-width: 1920px;
    position: relative;
}
.content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ctWrap {
    width: 72.5rem;max-width: 100%;padding: 3.75rem 9% 0;
    position: relative;
}
.ctWrap.large {
    width: 85rem;
}
.content > .ctWrap {
    flex: 1;
}
.ctBlock {
    padding-top: 4.75rem;
}
.ctBlock:first-of-type {
    padding-top: 0;
}
.ctBlock:last-of-type {
    padding-bottom: 4.75rem;
}
.ctBlock > * {
    margin-bottom: 3.375rem;
}
.padded {
    padding: 3.125rem 0;
}
.infoTxt .padded {
    padding: 1.5rem 2.625rem 1.75rem;
}
.padded.greyBg {
    padding: 2.5rem 3.125rem;
}
.dataList .padded.greyBg {
    padding: 2rem 2.5rem;
}
.items2 .padded.greyBg {
    padding: 2.5rem 3.125rem 0;
}
.padded.bottomNav  {
    margin-top: 4.125rem;
}
div.bordered {
    border: 2px solid #f1f1f1;
    padding: 3.375rem 2.5rem 2.5rem;
    position: relative;
}
.greyBg div.bordered,.greyBg div.bordered.editItem {
    border: none;
    padding: 3.375rem 2.5rem 2.5rem;
    margin-top: 2rem;
    background: #fff;
}
.greyBg div.bordered.editItem {
    margin-top: 0;
}

/* - - - - - - - - - - - - - - - - - - LEFT COLUMN */


.leftCt .fWrap {
    height: 100vh;
    overflow: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
    position: sticky;
    top: 0;
}
.lg {
    width: 100%;
    padding: 1.375em 0 1.375em 16.7%;
    background: #262626;
    height: 5.375rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lg a {
    font-size: 1rem;font-weight: 700;line-height: 1.2632;letter-spacing: .025em;
    color: #fff;text-transform: uppercase;
    height: 2.625rem;display: block;
}
.lg span {
    color: #A5A5A5;
}
.mainNav {
    width: 100%;
    padding: 0 10%; /*0 16.7%*/
}
.mainNav nav {
    width: 100%;
}
.mainNav nav a {
    display: block;border-bottom: 1px solid #d9d9d9;
    font-size: .85em;font-weight: 700;letter-spacing: .03125rem;
    line-height: 1.1428;padding: 1.5625em 1em 1.5625em 0;
    color: #000;text-transform: uppercase;
    position: relative;
}
.mainNav a::after {
    color: #c60000;
    font-size: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.mainNav a:hover {
    color: #c60000;
}
.mainNav nav:hover a::after,.mainNav nav:hover a.act::after {
    opacity: 0;
}
.mainNav a.act::after,.mainNav nav:hover a:hover::after {
    opacity: 1;
}
.numVert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-end;
    width: 100%;
    padding: 0 10% 2.5em;/*0 16.7% 3.5em*/
}
.numVert > p {
    line-height: 1.2;
    padding-bottom: .5rem;
}
.numVert > p small {
    line-height: 1.2;
    font-size: 1rem;
}
.numVert a {
    display: inline;
    color: #c60000;
    font-size: 1em;
    text-decoration: underline dashed;
}
.leftCt .btn span {
    letter-spacing: 0;
}
.numVert .liTxt {
    font-size: 13px;
    line-height: 1.35;
    display: block;
}
.numVert .liTxt ~ .liTxt {
    padding-top: .5rem;
}
.alertM {
    padding: 0 10%;
    font-size: 12px;
    color: #c60000;
    width: 100%;
    text-align: left;
}
.alertM a {
    text-decoration: underline dashed;
}

/* - - - - - - - - - - - - - - - - - - RIGHT COLUMN */

/* - - - - - - - - - INTRO */


.intro {
    background: #000;
}
.banner {
    position: absolute;z-index: 1;top: 0;left: 0;
    width: 100%;height: 100%;
}
.banner .imgWrap {
    width: 100%;height: 100%;
}
.banner img {
    position: absolute;z-index: 1;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
    width: 100%;height: 100%;object-fit: cover;object-position: center center;
}
.intro .btn,.intro .btnWrap {
    position: absolute;z-index: 5;top: 1rem;right: 1rem;
}
.intro .btnWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intro .btnWrap .btn {
    position: relative;top: auto;right: auto;z-index: 1;
    margin-left: 1.6125rem;padding: .85rem 1.25rem;
}
.intro .btnWrap div {
    position: relative;
}
.intro .btnWrap div .ico {
    font-size: 2rem;line-height:1.1rem;display: block;color: #fff;
    position: relative;z-index: 1;margin-right: 1rem;
}
.intro .btnWrap div span {
    position: absolute;top: 0;left: calc(100% - 1rem);z-index: 2;
    -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
    background: #c60000;color: #fff;font-size: .75rem;font-weight: 700;text-align: center;
    width: 1.75rem;height: 1.75rem;line-height: 1.75rem;
    border-radius: 1.75rem;display: block;
}
.intro .btnWrap i.updated {
    color: #c60000;
}
.intro .ctWrap {
    padding: 11rem 9% 4rem;
    z-index: 2;
}
.intro .ctWrap .btn {
    position: relative;
    top: auto;right: auto;
}
.intro h1 {
    color: #fff;
}
.intro .big {
    opacity: 1;
    color: rgba(255,255,255,.7);
    line-height: 1.4583;
    border: none;
    padding: 0;
}
.intro .big.red {
    color: #ff7676;
}
.intro .big strong {
    color: inherit;
}
.intro .txtListx2 {
    color: rgba(255,255,255,.7);
    padding: 0 0 1rem;
}
.intro .big.big2 {
    font-size: 1em;
}
.intro .txtListx2  li::before {
    left: 0;
}
.intro h2 {
    font-size: 1.5625rem;color: #fff;
    padding: 4rem 0 3rem;margin-bottom: 0;
    border: none;
}
.intro h3 {
    font-size: 1.25rem;color: #fff;
    -webkit-transform: translateX(-50%);transform: translateX(-50%);
    left: 50%;white-space: nowrap;width: 16rem;
}
.intro .steps {
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
.intro .fWrap::before,
.intro .fWrap::after {
    content: '';
    display:block;
    width: 9.5rem;
    height: 0;
    position: absolute;top: 4rem;
    border-top: 1px dashed #707070;
}
.intro .fWrap::before {
    left: calc((100% - 4rem) * 0.33);
    -webkit-transform: translateX(-50%);transform: translateX(-50%);
}
.intro .fWrap::after {
    right: calc((100% - 4rem) * 0.33);
    -webkit-transform: translateX(50%);transform: translateX(50%);
}
.intro .steps .item {
    text-align: center;
    width: 8rem;
    margin: 0 2rem;
}
.icoWrap {
    width: 8rem;
    height: 8rem;
    padding: .25rem;
    position: relative;
    margin: 0 auto 2rem;
}
.icoWrap > div {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 7.5rem;
    border: 1px dashed #707070;
    position: relative;z-index: 1;
    clip-path: polygon(50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%, 0 0);
}
.stepNum  {
    font-size: 3.75rem;color: #c60000;
    position: absolute;left: 75%;bottom: 55%;z-index: 5;
}
.icoWrap i {
    position: absolute;z-index: 5;
    top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
    font-size: 3rem;color: #fff;
}


/* - - - - - - - - - CONTENT */

/* - - - - NAV */


.subNav {
    width: 100%;
    background: #fff;border-bottom: 2px solid #f1f1f1;
    padding: 0 9%;
    position: sticky;top:0;z-index: 200;
    height: calc(5.375rem + 1px);
}
.subNav nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -1.25rem;
    height: calc(5.375rem - 1px);
}
.subNav a {
    font-size: 12px;line-height: 1.2;letter-spacing: .125rem;text-transform: uppercase;
    padding: 0 1.5rem;
    position: relative;
    display: flex;align-items: center;
}
.subNav a::after {
    position: absolute;z-index: 5;top: 100%;left: 50%;
    -webkit-transform: translateX(-50%);transform: translateX(-50%);
    width: 3rem;height: .125rem;display: block;content: '';
    background: #c60000;opacity: 0;
}
.subNav a:hover {
    color: #c60000;
}
.subNav:hover a::after,.subNav:hover a.act::after {
    opacity: 0;
}
.subNav a.act::after,.subNav:hover a:hover::after {
    opacity: 1;
}


/* - - - - */


.iCol {
    display: flex;
    align-items: center;
}
.iCol .info {
    font-size: 3rem;
    padding: 0 .65em;
}
.iCol .upDown {
    -webkit-transform: rotate(180deg);transform: rotate(180deg);
}


/* - - - - */


.collList {
    border: 2px solid #f1f1f1;
}
.collList input {
    display: none;
}
.collList div ~ div {
    border-top: 2px solid #f1f1f1;
}
.collList h3 {
    padding: 0;
}
.collList label,.collList h3 span {
    position: relative;
    display: block; cursor: pointer;
    padding: 2rem 5.25rem 2rem 3.625rem;
}
.collList label::before,
.collList label::after,
.collList h3 span::before,
.collList h3 span::after {
    position: absolute;top: 50%;right: 1.5rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block; content: '';
    background: #c60000;
    width: 22px;height: 4px;
}
.collList label::after,
.collList h3 span::after {
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);
    transform-origin: center center;
}
.collList input:checked ~ h3 label::after,
.collList h3.act span::after {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.collList p,.collList .basicList,.collList .basicList li  {
    padding: 0;
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    color: #616161;
}
.collList input:checked ~ p,
.collList h3.act ~ p,
.collList h3.act ~ ul.basicList,
.collList h3.act ~ ul.basicList li {
    padding: 0 5.25rem 2rem 3.625rem;
    max-height: 100vh;
    font-size: 1.25rem;
    opacity: 1;
    transition: all .3s;
    color: #616161;
}
.collList h3.act ~ ul.basicList {
    padding: 0 5.25rem 2rem 0;
}
.collList h3.act ~ ul.basicList li {
    padding: 0 5.25rem 1.25rem 5rem;
    position: relative;
}
.collList h3.act ~ ul.basicList li:before {
    padding: 0 0 0 3.625rem;
    position: absolute;
    content: '-';color: inherit;
    margin-left: 0;
}
.collList h3.act ~ ul.basicList li.interLine {
    padding: 0 5.25rem 0 5rem;
    margin-top: -.5rem;
}
.collList h3.act ~ ul.basicList li.interLine:before {
    display: none;
}


/* - - - - */


.fList, .dataList .editItem .fList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fList.logoList {
    align-items: center;
}
.leftCt .fList.logoList {
    align-items: baseline;
}
.fList.items2 {
    align-items: stretch;
}
.fList.items2.reset {
    align-items: flex-end;
}
.fList.items2.uneven {
    align-items: flex-start;
}
.items2 > * {
    width: 48.25%;
}
.items2.uneven > div:first-child {
    width: 42.25%;
}
.items2.uneven > div:last-child {
    width: 50.25%;
}
.items2.uneven2 > div:first-child,
.items2.uneven2 > p.introTxt {
    width: 60%;
}
.items2.uneven2 > div:last-child {
    width: 30%;
}
.items2 .greyBg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.items2 .greyBg.blocky {
    display: flex;
    padding: 1rem 1.5rem;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.items2.uneven2 .greyBg.blocky {
    justify-content: flex-start;
    padding-top: 2rem;
}
.items2 .greyBg h3,
.items2 .greyBg p {
    flex: 1;
}
.items2 .greyBg h3 {
    text-align: center;
}
.items2 .greyBg .btn {
    margin: 3rem auto -1.25rem;
}


/* - - - - */


.fWrap.vertical {
    flex-direction: column;
    flex-wrap: nowrap;
}
.fWrap.vertical .item {
    display: flex;
    justify-content: space-between;
}
.fWrap.vertical .icoWrap {
    margin: 3rem 8.75rem 0 2.5rem;
}
.content .icoWrap > div {
    clip-path: none;
}
.content .icoWrap i {
    color: #262626;
}
.steps .txtWrap {
    flex: 1;
    position: relative;
    padding: 3rem 0;
}
.fWrap.vertical .item:last-child .txtWrap {
    padding: 3rem 0 0;
}
.content .steps .item ~ .item  .txtWrap {
    border-top: 2px solid #f1f1f1;
}
.content .steps .stepNum {
    font-size: 1.25rem;font-weight: 700;
    left: auto;right: 100%;top: 3.25rem;
    margin-right: 1rem;
}


/* - - - - */


.logoList {
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
}
.logoList img {
    width: 100%;
}
.lg1 {
    width: 22%;
}
.lg2 {
    width: 10.7%;
}
.lg3 {
    width: 13.1%;
}
.lg4 {
    width: 15%;
}
.leftCt .logoList {
    flex-wrap: wrap;
    align-items: baseline;
    padding: 0 28% 0 18%;/*0 16.7%*/
}
.leftCt .lg1 {
    width: 50%;
}
.leftCt .lg2 {
    width: 30%;
}
.leftCt .lg3 {
    width: 36%;
    margin-top: 15%;
}
.leftCt .lg4 {
    width: 36%;
    margin-top: 15%;
}

/* - - - - */


.btnWrap {
    justify-content: flex-start;
}
.item .btnWrap {
    padding-top: 6rem;
}
.item .btnWrap .btn {
    margin-right: 3rem;
}


/* - - - - */


footer {
    width: 72.5rem;
    max-width: 100%;
    padding: 0 9%;
    font-size: .75rem;letter-spacing: .0625rem;
}
.ctWrap.large ~ footer {
    width: 85rem;
}
footer > div {
    padding: 2rem 0;
    border-top: 2px solid #f1f1f1;
}
footer * {
    text-transform: uppercase;font-size: .75rem;
}
footer a {
    font-weight: 300;
    border-bottom: 1px solid #d7d7d7;
}
footer a:hover {
    color: #000;
    border-bottom-color: #e88484;
}

/* - - - - FORM ELEMENTS */

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
h3 + form {
    padding-top: .5rem;
}
form .items2 + .items2,
form > div ~ div,
form .bordered > div ~ div,
form .bordered > div ~ ul,
.bordered .dropWrap {
    padding-top: 2.5rem;
}
form .greyBg h3,form h3 {
    padding: 3.5rem 0 .5rem;
}
form h3 + .dataList {
    margin-top: 0;
}
form > h3 + div {
    padding-top: 1.5rem;
}
h3 + .dataList,form h3 + .msgWrap {
    margin-top: 1rem;
}
form .padded {
    padding: 2.5rem 0 0;
}
form .dataList + .padded {
    padding: 1.125rem 0 0;
}
form .padded.centered {
    margin-top: 4.5rem;
}
label,.labelTxt,span.label {
    font-size: 1.25em;line-height: 1.2;
    font-weight: 700;color: #262626;
}
.labelTxt {
    padding-bottom: .5rem;
}
label + input[type="text"],label + input[type="search"],
label + input[type="password"],label + input[type="email"],
label + .selectWrap,.reset label + div, .inputWrap {
    margin-top: .5rem;
}
input[type="text"],input[type="search"],
input[type="password"],input[type="email"],
select {
    font-size: 1.125em;line-height: 3rem;height: 3rem;padding: 0 1rem;
    border: 2px solid;border-color: #e1e1e1;
    width: 100%;caret-color: #000;
}
.inputWrap input[type="text"],.inputWrap input[type="search"],
.inputWrap input[type="password"],.inputWrap input[type="email"] {
    padding: 0 3rem 0 1rem;
}
input[type="text"]:focus,input[type="search"]:focus,
input[type="password"]:focus,input[type="email"]:focus,
select:focus,input[type="radio"]:focus + label::before,input[type="checkbox"]:focus + label::before {
    border-color: #c5c5c5;
}
select {
    padding: 0 3rem 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
}
.bottomNav select {
    padding: 1.25rem 3.5rem 1.25rem 1.25rem;
    border-radius: 0;
    border: none;
    height: auto;
    line-height: 1rem;
    background-color: #f2f2f2;
    font-size: .875rem;letter-spacing: .0625rem;text-transform: uppercase;font-weight: 700;
}
option {
    padding: 0;
    font-size: 1rem;
}
.bottomNav .fWrap {
    justify-content: flex-start;
    align-items: flex-end;
}
.selectWrap,
.selectIt {
    width: 100%;height: 3rem;
    position: relative;
}
.bottomNav .selectWrap,.bottomNav .sWrap {
    width: initial;
    height: auto;
}
.selectWrap::after,
.selectIt::after {
    position: absolute;top: 50%;right: 1.5rem;
    -webkit-transform: translate(50%,-50%) rotate(90deg);
    transform: translate(50%,-50%) rotate(90deg);
    pointer-events: none;
}
.bottomNav .selectWrap::before {
    border-left: 1px dashed #262626;content:'';width: 0;height: 2rem;
    position: absolute;top: 50%;right: 2.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.inputWrap {
    position: relative;
}
.inputWrap::after {
    position: absolute;top: 50%;right: 1.5rem;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    pointer-events: none;
}
.inputWrap.date::after {
    font-size: 1.625rem;
}
.inputWrap.currency::after {
    font-size: 1.625rem;font-weight: 700;
    content: '€';
}
small {
    font-size: .8em;font-weight: 300;
}
label small {
    display: block;
}
.num {
    font-size: 2rem;font-weight: 700;line-height: 3rem;color: #262626;
    padding-left: 1rem;
}
.subInfo {
    font-size: 1rem;padding: 1rem 0 0;
}
.reset .subInfo {
    padding: .5rem 0 0;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w25 {
    width: 25%;
}
.w27 {
    width: 27%;
}
.w29 {
    width: 29%;
}
.w30 {
    width: 30%;
}
.w33 {
    width: 33%;
}
.w34_5, .dataList .editItem .w34_5 {
    width: 34.5%;
}
.w70 {
    width: 70%;
}
form .fWrap > div {
    width: 100%;
}
.fit {
    width: -moz-fit-content;
    width: fit-content;
}
.fit.btn {
    line-height: 3rem;
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 0 .4rem .4rem 0;
}
.fit.btn span {
    line-height: 3rem;
    height: 3rem;
    padding: 0;
}
.fit.btn.red {
    border-color: #c60000;
}
.fit.btn.grey {
    border-color: #a0a0a0;
}
input[type="checkbox"], input[type="radio"] {
    display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;display: inline-block;cursor: pointer;
    padding: 2px 0 0 calc(26px + .75rem);
    font-weight: 300;line-height: 1.5rem;
}
.checkList input[type="checkbox"] + label ~ label,
.checkList input[type="radio"] + label ~ label {
    margin-top: 1.5rem;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    color: #000;
    text-decoration: underline solid #eaeaea;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
input[type="checkbox"] + label small,
input[type="radio"] + label small {
    line-height: 1.25;padding: .375rem 0 0;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
    content: '';cursor: pointer;display: block;
    position: absolute;top: 0;left: 0;
    height: 1.375rem;width: 1.375rem;
    background: #fff;
    border: 2px solid;
    border-color: #eaeaea;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
    top: calc(2px + .6875rem);left: calc(2px + .6875rem);
    height: .75rem;width: .75rem;
    background: #c60000;
    border: none;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
    opacity: 1;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
    border-radius: 1.5rem;
}
.radioList input[type="radio"]:not(:checked) ~ input[type="text"],
.radioList input[type="radio"]:not(:checked) ~ input[type="email"] {
    border-color: #eaeaea;
    color: #d2d2d2;
}
.radioList input[type="radio"]:checked ~ input[type="text"],
.radioList input[type="radio"]:checked ~ input[type="email"] {
    border-color: #d6d6d6;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
    border-color: #d5d5d5;
}
.items3.radioList,h3 + .items3.radioList {
    display: flex;
    flex-direction: column;
    padding-top: .5rem;
}
.greyBg .items3.radioList {
    padding: 1rem 0 0;
}
.items3.radioList > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(3rem + 4px);
    padding: 0;
}
.greyBg .items3.radioList > div {
    display: block;
}
.items3.radioList .inputWrap {
    margin: 0 0 0 1.5rem;
    visibility: hidden;
    opacity: 0;
}
.greyBg .items3.radioList input:checked ~ .inputWrap {
    margin: .5rem 0 0 3rem;
}
.items3.radioList input:checked ~ .inputWrap {
    visibility: visible;
    opacity: 1;
}
.items3.radioList > div ~ div {
    margin: .5rem 0 0;
    padding: 0;
}
.greyBg .items3.radioList > div ~ div {
    margin: 0;
}
span.error {
    color: #c60000;font-size: .875rem;line-height: 1.2;letter-spacing: .05rem;
    padding: .5rem .25rem 0;
    display: block;
}
input.error {
    color: #c60000;
    border-color: #e67b7b;
}
p.temp,span.temp {
    display: none;
}
p.temp.act,span.temp.act {
    display: block;
}

/*  USER & ADMIN DASHBOARD  */


.dataList {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}
.dataList.numbered {
    counter-reset: c1;
    font-size: 1.25rem;color: #616161;line-height: 1.5;
}
.dataList.numbered ul {
    font-size: 1.25rem;color: inherit;
}
.bordered .dataList .dataList {
    counter-reset: none;
    padding-top: 1rem;
}
.dataList li {
    display: block;
    padding: 1.5em 0 1.375em;
}
.bordered .dataList .dataList > li {
    border-bottom: 2px solid #eaeaea;
}
.bordered .dataList > li {
    border-bottom: 2px solid #eaeaea;
    border-top: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1.25rem 0 1.25rem 0;
}
.repList > li > .dataList {
    padding: 1rem 0 0;
    display: block;
}
.repList > li > .dataList > li {
    padding: .5rem 1rem .5rem 0;
    border: none;
    display: inline-block;width: auto;
    vertical-align: top;
}
.repList > li > .dataList > li a {
    font-size: 1rem;color: #6d6d6d;text-decoration: underline;
    position: relative;padding-left: 1.5rem;
}
.repList > li > .dataList > li a:hover {
    color: #262626;
}
.dataList.numbered > li {
    counter-increment: c1;
    position: relative;
    padding: 1.25rem 0 1.25rem 3rem;
    border: none;
}
.dataList.numbered > li li,.txtListx2 li {
    border: none;padding: 1.5rem 0 0 1rem;
    position: relative;
}
ul.txtListx2 {
    font-size: 1em;
} 
.dataList.numbered > li li::before,.txtListx2 li:before {
    position: absolute;top: 2.125rem;left: 0;content: '';
    display: block;width: 6px;height: 2px;
    background: #8a8a8a;
}
.txtListx2 li::before {
    left: 1.75rem;
}
.dataList.numbered > li li.interLine::before,.txtListx2 li.interLine:before {
    display: none;
}
.dataList.numbered > li::before {
    content: counter(c1);
    color: #fff;background: #c60000;line-height: 1.875rem;height: 1.875rem;width: 1.875rem;
    border-radius: 1.875rem;display: inline-flex;justify-content: center;
    font-size: .75rem;font-weight: 700;
    position: absolute;left: 0;top: 2.125rem;
    -webkit-transform: translateY(-50%);transform: translateY(-50%);
}
.txtListx2 li ~ li {
    margin-top: 0;
}
.items2 .dataList.numbered li li::before {
    display: none;
}
.dataList.numbered li > a {
    display: inline;
}
.bordered .dataList.nb > li {
    border: none;
    margin-top: -1rem;
}
.bordered .dataList.nb > li ~ li {
    margin-top: 1.5rem;
}
.bordered .dataList .dataList > li {
    counter-increment: none;
    padding: 1.25rem 0;
}
.dataList > li > a::before,.docList a::before {
    position: absolute;left: 0;top: .1rem;
    color: #e87070;font-size: 1.125rem;
}
.docList li.red a::before,
.docList li.red a:hover::before,
.repList table.red ~ .docList a::before {
    color: #c60000;
}
.docList li.blue a::before,
.docList li.blue a:hover::before,
.repList table.blue ~ .docList a::before {
    color: #fd6b00;
}
a.dlt::before {
    display: none !important;
}
dataList.numbered > li::before {
    content: counter(c1);
    color: #fff;background: #c60000;line-height: 1.875rem;height: 1.875rem;width: 1.875rem;
    border-radius: 1.875rem;display: inline-flex;justify-content: center;
    font-size: .75rem;font-weight: 700;
    position: absolute;left: 0;top: 2.1875rem;
    -webkit-transform: translateY(-50%);transform: translateY(-50%);
}
.bordered .dataList .dataList > li:before {
    display: none;
}
.dataList li div {
    position: relative;
}
.dataList li .fWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .75rem;
}
.dataList p {
    display: block;
    font-size:1.25rem;line-height: 1.25rem;font-weight: 300;color: #262626;
}
.dataList .fWrap p {
    font-size: 1.25rem;line-height: 1.25rem;font-weight: 700;
    padding-right: .5rem;color: #262626;
}
.dataList .ico {
    font-size: 1.25rem;line-height: 1.25rem;height: inherit;
    width: 2rem;text-align: right;vertical-align: top;
}
.dataList .checkIt .ico {
    padding-top: 5px;
    display: inline-block;
}
.docList > li > .dlt,.docList .blue .dlt * {
    flex: 0;
    color: #c60000;
}
.dataList div.red,.dataList div.blue,.dataList .fList > div > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.dataList .red,.dataList .red *,.ico.invalid {
    color: #c60000;
}
.ref table td,.ref .repList > li > .dataList > li a {
    text-decoration: line-through;
}
.dataList .ref table.red th,.dataList .ref table.red th * {
    color: #7d7d7d;
}
.dataList .ref h4 {
    color: #7d7d7d;
}
.dataList h4 a.cloner,h3 a.cloner.grey {
    font-size: .875rem;text-transform: uppercase;
    background: #c60000;color: #fff !important;
    text-decoration: none;padding: .25rem .5rem;
    border-radius: 3px;
    display: inline-block;vertical-align: middle;
    margin-left: .5rem;letter-spacing: 1px;
}
h3 a.cloner.grey {
    background: #999;
}
.dataList .blue,.dataList .blue *,.ico.updated {
    color: #fd6b00;
}
.dataList li.red a {
    text-decoration: line-through solid #c60000;
}
.dataList .dlt:hover .delete {
    color: #262626;
}
.dataList .red input::-webkit-input-placeholder {
    color: #c44a4a;
}
.dataList .red input:-moz-placeholder {
    color: #c44a4a;
}
.dataList .red input::-moz-placeholder {
    color: #c44a4a;
}
.dataList .red input:-ms-input-placeholder {
    color: #c44a4a;
}
.dataList .red input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
.dataList .red input:focus:-moz-placeholder {
    color: transparent !important;
}
.dataList .red input:focus::-moz-placeholder {
    color: transparent !important;
}
.dataList .red input:focus:-ms-input-placeholder {
    color: transparent !important;
}
.dataList .red input[type="text"],.dataList .red input[type="search"],
.dataList .red input[type="password"],.dataList .red input[type="email"] {
    color: #262626;
}
.dataList .red select {
    color: #262626;
}
.dataList .red select:invalid {
    color: #c44a4a;
}
.dataList .red select option,
.dataList .red select:invalid option,
.dataList .red .selectWrap::after {
    color: #262626;
}
.dataList .red select option:disabled,
.dataList .red select:invalid option:disabled {
    color: #c44a4a;
}
.dataList .small {
    font-size: 10px;letter-spacing: 1px;line-height: 1.25rem;
    white-space: nowrap;padding-left: 1rem;
}
h1 .small.red {
    font-size: 14px;
letter-spacing: 1px;
line-height: 1.25rem;
white-space: normal;
padding-left: 0;
color: #ff7676;
display: block;
font-weight: 400;
    padding-left: 3px;
}
.ico.valid {
    color: #1f8e43;
}
.docList li.red a:hover,
.repList table.red ~ .docList a:hover {
    color: #500;
    text-decoration-color: #500;
}
.docList li.red a:hover::before,
.repList table.red ~ .docList a:hover::before {
    color: #2f0000;
}
.docList li.blue a:hover,
.repList table.blue ~ .docList a:hover{
    color: #bb4f00;
}
.docList li.blue a:hover::before,
.repList table.blue ~ .docList a:hover::before{
    color: #933e00;
}

/*  ADDRESS  */


.dataList .fList {
    flex-wrap: wrap;
    display: block;
    margin-bottom: -1rem;
}
.dataList .w10 {
    width: 20%;
}
.dataList .w15 {
    width: 30%;
}
.dataList .w30 {
    width: 64%;
}
.dataList .w34_5 {
    width: 74%;
}
.dataList .fList > div > div {
    padding-bottom: 1rem;
    padding-top: .25rem;
}
.dataList .fList label,.dataList .fList label * {
    display: block;font-size: 1.125rem;
}
.dataList .fList label + p {
    padding: .25rem 0 1rem;
}


/*  UPLOADER  */


.dropWrap {
    margin: 1.5rem auto .5rem 0;
}
.bordered .dropWrap {
    margin: 0 auto 0 0;
}
.dropPzone,.btn2 {
    color: #fff;
    background-color: #9f9f9f;
    line-height: 1rem;
    border-radius: 2rem;
    padding: .875rem 1.25rem .875rem 1.5rem;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    text-transform: none;
    font-weight: 300;
    letter-spacing: .0625rem;
}
.btn2 *,.btn2 span {
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: none;
}
.btn2 span {
    font-size: 1rem;
}
.dropPzone::after {
    line-height: inherit;
    font-size: 1.5rem;
    padding-left: 1rem;
}

/*  DOCUMENT LIST  */

.docList li,.dataList .docList li,.items2 .dataList.numbered li li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: .25rem 0;
    border: none;
}
.repList .docList {
    display: block;
    padding: 1rem 0 0;
}
.repList .docList * {
    font-size: 1rem;
}
.repList .docList li {
    display: flex;
    width: auto;
}
.repList .docList time {
    width: 5.5rem;
    min-width: 5.5rem;
}
.repList .docList a {
    display: inline;
}
.repList li {
    display: block;
    padding: .25rem 0;
}
.repList table + .fWrap {
    margin: 1.5rem 0 -1rem;
}
.repList table.blue ~ .docList time,
.repList table.blue ~ .docList a,
.repList table.blue ~ .dataList time,
.repList table.blue ~ .dataList a{
    color: #fd6b00;
}
.repList table.red ~ .docList time,
.repList table.red ~ .docList a,
.repList table.red ~ .dataList time,
.repList table.red ~ .dataList a{
    color: #c60000;
}
.repList table.red ~ .docList a {
    text-decoration: line-through;
}
.dataList .docList li.new {
    padding: .5rem 0;
    border-top: 2px solid #eaeaea;
    margin-top: .5rem;
}
.dataList .docList li.new ~ li {
    border-top: 2px solid #eaeaea;
    margin-top: .25rem;
}
.dataList .docList li.new:last-child {
    border-bottom: 2px solid #eaeaea;
}
.dataList .docList li.new a {
    flex: 1;
}
.dataList .docList li.new a.dlt {
    flex: initial;
}
.dataList time,.dataList a {
    line-height: 1.25rem;
    display: block;
}
.dataList strong > a {
    display: inline;
}
.docList time {
    font-size:1.25rem;font-weight: 300;width: 6.5rem;
}
.dataList a {
    font-size:1.25rem;font-weight: 300;color: #6d6d6d;
    text-decoration: underline;
    position: relative;padding-left: 1.5rem;
}
.dataList h4 a {
    display: inline;padding: 0;
    font-size: inherit;font-weight: inherit;line-height: inherit;color: #c60000;
}
.dataList a.dlt {
    padding: .5rem;
    margin: -.5rem;
}
.dataList a:hover {
    color: #262626;
}
.dataList a:hover::before {
    color: #c60000;
}
.dataList strong {
    font-size:1.25rem;
}
.wrap {
    width: 100%;
}


/*  CHAT  */

.mHeader {
    padding: 0 0 2.5rem;
    align-items: center;
}
.mHeader textarea,.greyBg textarea,.fcWrap ~ div textarea {
    font-size: 1.125rem;line-height: 1.5rem;padding: 1.25rem;
    height: auto;min-height: 12rem;max-height: 12rem;
    color: #262626;
    border: 2px solid #e1e1e1;background-color: #fff;
    resize: none;
    flex: 1;
    margin: .5rem 1.5rem 0 0;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
    width: 100%;
}
.mHeader textarea:focus,.greyBg textarea:focus,.fcWrap ~ div textarea:focus {
    min-height: 16rem;max-height: 16rem;
    background-color: #fff;overflow: auto;
}
.greyBg textarea {
    border: 2px solid #e1e1e1;
    margin: 0;
    border-radius: 0;
    width: 100%;
    display: block;
    height: auto;min-height: 14rem;max-height: 14rem;
}
.greyBg textarea:invalid {
    min-height: 9rem;max-height: 9rem;
    overflow: hidden;
}
.greyBg textarea:focus {
    min-height: 14rem;max-height: 14rem;
    background-color: #fff;overflow: auto;
}
.mHeader textarea textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}
.mHeader textarea textarea:-moz-placeholder {
    color: #8c8c8c;
}
.mHeader textarea textarea::-moz-placeholder {
    color: #8c8c8c;
}
.mHeader textarea textarea:-ms-input-placeholder {
    color: #8c8c8c;
}
.mHeader button {
    width: 4rem;height: 4rem;line-height: 4rem;border-radius: 4rem;text-align: center;
}
.mHeader .red {
    background-color: #c60000;color: #fff;
}
.mHeader .red:hover {
    background-color: #a80000;
}
.mHeader .send {
    width: auto;height: 4rem;line-height: 4rem;
    font-size: 1.5rem;
}
.mHeader .send::before {
    margin-right: -.375rem;
}
.mBox {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    background: #f4f4f4;
}
.mBody {
    width: 100%;
    max-width: 100%;
    max-height: 30rem;
    min-height: 10rem;
    overflow-y: auto;
    padding-right: 2.5rem;
}
.mItem {
    display: flex;
    margin-bottom: 3rem;
}
.mBody .right + .right,.mBody .left + .left {
    margin-top: -1rem;
}
.mItem.right {
    justify-content: flex-end;
}
.mItem > div {
    max-width: 69%;
    display: flex;
    flex-wrap: wrap;
}
.mItem.right > div {
    justify-content: flex-end;
}
.mItem span {
    font-size: .8125rem;color: #8c8c8c;display: block;padding-bottom: .5rem;
    width: 100%;
}
.mItem.left span {
    color: #c60000;
}
.mItem.right span {
    text-align: right;
}
.mItem div div {
    font-size: .9375rem;line-height:1.5rem;padding:1.25rem 1.5rem;
    color: #262626;background: #fff;border-radius: 0 1rem 1rem 1rem;
    width: auto;max-width: 100%;
}
.mItem.right div div {
    border-radius: 1rem 0 1rem 1rem;
}
.mBody {
    scrollbar-width: thin;
    scrollbar-color: auto;
}
.mBody::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    cursor: pointer;
}
.mBody::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-left: 1px solid #dadde1;
    border-right: 1px solid #dadde1;
    border-bottom: 1px solid #dadde1;
    border-top: 1px solid #dadde1;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
}
.mBody:hover::-webkit-scrollbar {
    background-color: #fff;
}
.mBody:hover::-webkit-scrollbar-thumb {
    background-color: #bdc3ca;
    border-color: #bdc3ca;
}
.mBody:hover::-webkit-scrollbar-thumb:hover {
    background-color:#596973;
}

/*    */

label sup {
    font-size: 50%;
}
form .bordered ~ .bordered {
    margin-top: 2.5rem;
}

/*  TABLE  */

.dataList table {
    width: 100%;
    background: transparent;
    border-collapse: collapse;
    border: 2px solid #eaeaea;
}
.greyBg .dataList table {
    border: 2px solid #eaeaea;
    background: #fff;
}
.dataList th,.dataList td {
    font-size: 1rem;
    text-align: center;
    border-right: 2px solid #eaeaea;
    padding: .65rem .5rem;
}
.dataList td {
    border-top: 2px solid #eaeaea;
}
.dataList th:first-child,
.dataList td:first-child {
    padding-left: 1rem;
    text-align: left;
}
.dataList th:last-child,
.dataList td:last-child {
    text-align: right;
    padding-right: 1rem;
    border-right: none;
}
.dataList table.red th,
.dataList table.blue th,
.dataList table.red th *,
.dataList table.blue th * {
    color: #262626;
}
.dataList h4 {
    border-left: .25rem solid #c60000;
    padding-left: .625rem;
}

/*  ADMIN  */

form .fWrap > .checkIt {
    width: auto;
}
.checkIt input[type="checkbox"] {
    display: none;
}
.checkIt input + label {
    position: relative;
    padding: 0;
    margin-left: 1rem;
}
.checkIt input[type="checkbox"] ~ label::before {
    width: 55px;height: 26px;border-radius: 26px;
    background-color: #c60000;border: none;
    position: relative;transition: background-color .25s;
}
.checkIt input[type="checkbox"]:checked ~ label::before {
    background-color: #008e43;
}
.checkIt input[type="checkbox"] ~ label::after {
    width: 18px;height: 18px;border-radius: 18px;
    background: #fff;border: none;opacity: 1;
    top: 50%;left: 4px;position: absolute;
    -webkit-transform: translateY(-50%);transform: translateY(-50%);
    margin: 0;
    transition: left .25s;
}
.checkIt input[type="checkbox"]:checked ~ label::after {
    left: 33px;
}
.aRight {
    text-align: right;
    padding-top: 5rem;
}
.sign {
    margin-top: 1.5rem;
    width: 50%;
}
.sign a.btn {
    padding: .625rem 1.125rem;
    font-weight: 700;cursor: default;
    font-size: 1.25rem;
    border: .125rem solid #eaeaea;
    background: #fff;
    color: #ddd;
    margin-bottom: 3rem;
}
.sign .btn * {
    color: inherit;
}
.sign a.btn.act {
    cursor: pointer;
    background-color: #c60000;
    color: #fff;
    padding: .75rem 1.25rem;
    border: none;
}
.sign a.btn.act:hover {
    background-color: #a80000;
}
.sign a.btn.act.grey {
    background-color: #f2f2f2;
    color: #262626;
}
.sign a.btn.act.grey:hover {
    background-color: #cecece;
}
.sign a.btn i {
    font-size: .875rem;
    border-color: #c6c2c2;
}
.sign a.btn.grey i {
    font-size: .875rem;
    border-color: #262626;
}
.signWrap {
    border-radius: 7px;
    border: 3px dashed #e1e1e1;
    padding: 2.5rem;
}
.signWrap.error {
    border-color: #c60000;
}
.signWrap button.btn {
    color: #fff;
    width: 60%;
}

/*  CONTACT  */

.padded.greyBg.fc {
    margin: 3rem 0;
    padding: 3.125rem;
}
.fcWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3.5rem 0;
}
.fcWrap > div {
    width: 48.25%;
}
.fcWrap > div:nth-child(n+3) {
    padding-top: 2.5rem;
}
form .horizontal > div {
    display: inline-block;
}
.orderLink * {
    color: #fff;
}
span.label {
    display: block;
    padding-bottom: 1rem;
}
.horizontal label {
    margin-right: 1.5rem;
}
.orderLink {
    position: relative;
    padding: .75rem 4.75rem .75rem 1.25rem;
}
.orderLink::after {
    position: absolute;right: 1.25rem;top: 50%;
    color: #fff;font-size: 1rem;line-height: 1rem;padding: .5rem 0 .5rem 1rem;
    -webkit-transform: translateY(-50%);transform: translateY(-50%);
    border-color: #fff;
}

/*  ADMIN - USER LIST  */

.ctBlock {
    position: relative;
}
.userList {
    margin: 1rem auto 0;
    width: 100%;
    position: relative;
}
.userList th {
    position: sticky;
    z-index: 5;
    top: 6.75rem;
    padding: 0;
}
.userList .listSearch th {
    top: 0;
    background: #fff;
    padding: 1.25rem 0 0;
}
.userList .listSearch .fWrap {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 1.25rem 2rem;
}
.listSorting th,
.userList td {
    font-size: 1.125rem;line-height: 1.25rem;text-align: center;
}
.userList td {
    border-top: 2px solid #f1f1f1;
    padding: 1.25rem .5rem;
}
.userList tbody tr:first-child td {
    border: none;
}
.listSorting th:first-child,
.listSorting th:nth-child(2),
.listSorting th:nth-last-child(2),
.userList td:first-child,
.userList td:nth-child(2),
.userList td:nth-last-child(2) {
    text-align: left;
}
.listSorting th:first-child,
.userList td:first-child {
    padding-left: 2rem;
}
.listSorting th:first-child a {
    padding-left: 0;
}
.listSorting th:last-child,
.userList td:last-child {
    text-align: right;
    padding-right: 2rem;
}
.listSorting th:last-child a {
    padding-right: 0;
}

/*  ADMIN - USER LIST - SEARCH  */

.listSearch form {
    width: 100%;
}
.filter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.filter .tableWrap {
    flex: 1;min-width: max-content;
}
.filter .bordered {
    border: none;padding: 0;
}
.filter .bordered .tableWrap {
    display: flex;
}
.filter input[type="text"],
.filter select {
    font-size: 1rem;
    padding: 0 3rem 0 1rem;
    line-height: calc(3rem - 4px);
}
.filter .bordered .cellWrap {
    margin-left: 2rem;
}
.tableWrap .cellWrap {
    margin: 0;
}
.filter .inputWrap {
    margin: 0;
}
.cellWrap.cellShort {
    display: none;
}
.searchWrap {
    position: relative;
}
.filter .bordered select {
    max-width: 10rem;
}
.searchWrap button {
    position: absolute;top: 50%;right: 0;z-index: 5;
    -webkit-transform: translateY(-50%);transform: translateY(-50%);
    width: 3rem;height:3rem;padding:0;background: transparent;
    font-size: 1.25rem;color: #999;
}
.searchWrap button:hover,
.searchWrap button:focus,
.searchWrap input:focus ~ button {
    color: #262626;
}
.filter .btn {
    height: 3rem;
    border-radius: 4px;
    color: #ffe2cd;
}
.filter .btn span {
    padding: 0;
    line-height: 1.65rem;height: 1.5rem;
    color: inherit;
}
.filter .btn i {
    color: inherit;
    border: none;
    margin-left: 0;
}
.filter .btn:hover {
    color: #fff;
}

/*  ADMIN - USER LIST - SORTING */

.listSorting th {
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
}
.listSorting a {
    line-height: 1.25rem;
    padding: 1.25rem .5rem;
    display: inline-flex;position: relative;z-index: 5;
    align-items: center;color: #686868;
}.listSorting a:hover {
     color: #191919;
 }
.listSorting a::after {
    font-size: .875rem;line-height: inherit;
    margin-left: .4rem;color: inherit;
}
.listSorting a::before {
    content: '';display: block;
    position: absolute;top: 50%;left: 50%;
    width: calc(100% + .75rem);height: calc(100% - 1.25rem);
    -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
    z-index: -1;
    background: #f2f2f2;border-radius: 5px;
    opacity: 0;
}
.listSorting a:hover::before {
    opacity: 1;
}
.listSorting th:first-child a::before {
    width: calc(100% + 1.25rem);margin-left: -.25rem;
}
.listSorting th:last-child a::before {
    width: calc(100% + 1.25rem);margin-left: .25rem;
}

/*  ADMIN - USER LIST - LIST  */

.userList td[class] {
    font-weight: 700;
}
.userList td.green {
    color: #008e43;
}
.userList td.blue {
    color: #fd6b00;
}
.userList td.red {
    color: #c60000;
}
.userList td {
    cursor: pointer;
    position: relative;
}
.userList tr td:nth-child(3),
.userList tr td:nth-child(4) {
    width: 13%;
}
.addInfo {
    position: absolute;bottom: 75%;left: 4rem;z-index: 5;
    opacity: 0;visibility: hidden;
    background: #fff;font-size: .875rem;
    padding: .5rem 1rem;
    width: max-content;
    border-radius: 14px;
    border: .5rem solid #f2f2f2;
    margin-bottom: 3px;
}
.userList td:hover .addInfo {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}

/*  ADMIN - USER LIST - PAGER */

.pager {
    display: flex;padding-left: 2rem;
}
ul.clr2 {
    display: flex;flex-wrap: nowrap;
}
.clr2 li {
    height: 3rem;
}
.clr2 li ~ li {
    margin-left: .5rem;
}
.clr2 a {
    display: block;background-color: #f2f2f2;
    font-size: 1.125rem;line-height: 3rem;text-align: center;
    height:3rem;width: 3rem;
}
.clr2 li:first-child a {
    border-radius: 5px 0 0 5px;
}
.clr2 li:last-child a {
    border-radius: 0 5px 5px 0;
}
.clr2 a i {
    font-size: .875rem;line-height: inherit;
}
.clr2 .act a {
    color: #c60000;background-color: #f9f9f9;
}
.clr2:hover a {
    color: #262626;background-color: #f2f2f2
}
.clr2:hover a:hover,.padded.fList .btn:hover {
    color: #fff;background-color: #444;
}
.padded.fList .btn {
    align-self: stretch;
    padding: .75rem 1.25rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 5px;
}
.padded.fList .btn span {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0;
}
.padded.fList .btn * {
    color: inherit;
}
.padded.fList .btn i {
    border: none;
    margin-left: 0;
}
.padded.fList .btn:hover i {
    border-color: #fff;
}


/*  MESSAGE  */

div.message {
    padding: 1.5rem 2.625rem 1.75rem 6.925rem;
    position: relative;background: #f2f2f2;
}
div.message::before {
    padding: 0;
    display:flex;width: 4.3rem;height: 100%;
    justify-content: center;align-items: center;
    font-size: 2rem;color: #fff;background: #262626;
    content: '\e802';
    position: absolute;left: 0;top: 0;
}
div.message.red {
    background: #ffe5e5;color: #c60000;
}
div.message.red p {
    color: #c60000;
}
div.message.red::before {
    background: #c60000;
    content: '\e813';
}
div.message.green {
    background: #e5ffea;color: #008e43;
}
div.message.green p {
    color: #008e43;
}
div.message.green::before {
    background: #008e43;
    content: '\e802';
}


/*  MODAL MESSAGE  */

.popMessage,html body div.ui-dialog {
    width:auto !important;
    max-width: 300px !important;
    height: auto !important;
    border: none !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 500;
    border-radius: 8px;
    background: #c60000;
    color: #fff;
    padding: 15px 15px 13px;
    font-size: 13px;
    line-height: 1.2;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
html body div.ui-dialog * {
    padding: 0!important;
    margin: 0!important;
    background: transparent!important;
    color: #fff!important;
    font-weight: 700!important;
    font-size: 1rem !important;
    border: none!important;
    height: auto!important;
    min-height: 0!important;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
}
html body div.ui-dialog .ui-button, html body div.ui-dialog button,
html body div.ui-widget-overlay,html body div.ui-dialog div.ui-dialog-titlebar {
    display: none!important;
}
.popMessage * {
    color: #fff;
    margin: 0;
    padding: 0;
}


/*  ANIMATION - EMAIL VERIFICATION  */


.anmWrap {
    position: relative;
    height: 3rem;
}
.anm {
    position: absolute;
    top: 50%;
    left: 0;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 0;
    background: #fff;
    filter: contrast(20);
}
.anm .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.anm .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}
.anm .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #262626;
    border-radius: 50%;
}
@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

/*  COOKIE BAR  */

.cookieWrap {
    background: #262626;height: auto;width: 100%;
    position: fixed;left: 0;bottom: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
    box-shadow:0 -10px 15px rgba(0,0,0,.05);
}
.cookieWrap .mainWrap {
    padding: 1.25rem;
    display: table;
}
.cookieWrap p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem;color: #ccc;
}
.cookieWrap p ~ p {
    padding-left: 2em;
}
.cookieWrap .btn {
    white-space: nowrap;
    padding: .25rem .75rem;
    text-decoration: none;
}
.cookieWrap .btn span {
    font-size: .65rem;
}
.cookieWrap i {
    padding-left: 0;
    margin-left: .75rem;
    border: none;
}

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

    .cookieWrap .mainWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .cookieWrap .mainWrap > p:first-child {
        width: 100%;
        padding-bottom: 2rem;
    }
    .cookieWrap .mainWrap > p:first-child + p {
        padding-left: 0;
    }
    .cookieWrap .btn {
        margin-bottom: .5rem;
    }
    .cookieWrap .btn span {
        font-size: .75rem;
    }

}


/*  RESET  */


.mainNav a.btn::after {
    display: none;
}


/*  PETER  */


.dz-preview {display:none}



/*  EFFECTS  */



.collList label::before,
.collList label::after,
.collList p {
    transition: all .25s;
}
.mainNav a,
.subNav a,
label,
small,
.btn *,
.searchWrap button,
.listSorting a,
.listSorting a::after {
    transition: color .25s;
}
.dropPzone,
.btn,
.mainNav .btn,
.mHeader .red,
.bottomNav select,
.sign a.btn {
    transition: background-color .25s;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after,
.mainNav a::after,
.subNav a::after,
.items3.radioList .inputWrap,
.listSorting a::before {
    transition: opacity .25s;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    transition: border-color .25s;
}
textarea,.orderLink,.addInfo,.padded.fList .btn i {
    transition: all .25s;
}
footer a {
    transition: color,border-bottom-color .25s;
}
.dataList a,
.dataList a::before,
.docList a,
.docList a::before,
.dlt * {
    transition: color .15s;
}
.clr2 a {
    transition: color,background-color .25s;
}