:root {
    --color-black: #000;
    --color-white: #fff;
    --color-light-coral: #10C9D3;
    --color-turquoise-blue: #6ADFF8;
    --color-sunset: #c94444;
    --color-snow: #fffafa;

    --color-rhino: #394451;
    --color-allports: #197b90;
    --color-summer-sky: #3ec0dc;
    --color-scooter: #388c9e;
    --color-light-slate-grey: #778BA2;
    --color-solitude: #E1E6EB;
    --color-licorice: #00246e;
    --color-tuna: #4d5155;
    --color-jungle-mist: #bcbdbd;
    --color-bunker: #212933;
    --color-link-water: #cccfd3;
    --color-black-pearl: #1a222b;
    --color-gull-grey: #a9abac;
    --color-forest-green: #279802;
    --color-tulip-tree: #eaae40;
    --color-shuttle-grey: #555f6c;
    --color-dim-gray: #666666;
    --color-grey: #827f7f;
    --color-slate-grey: #768392;
    --color-bright-grey: #00246e;
    --color-raven: #72797f;
    --color-patterns-blue: #daebfb;
    --color-curious-blue: #337ab7;
    --color-powder-blue: #afdfe5;
    --color-whisper: #eee;
    --color-red: #FF0000;
    --color-light-gray: #8F9BBA;
    --color-bg-gray: #F1F2F6;
    --color-second: #10C9D3;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
}

a {
    color: var(--color-black);
}

html {
    margin-right: calc(-1 * (100vw - 100%));
    scroll-behavior: smooth;
    scrollbar-color: rgba(45, 64, 94, 0.2) var(--color-solitude);
    scrollbar-width: thin;
    min-height: 100vh;
    font-size: 16px;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-track {
    background: rgba(45, 64, 94, 0.2);
}

html::-webkit-scrollbar-thumb {
    background: rgba(45, 64, 94, 0.2);
    transition: background-color 0.3s ease;
}

html::-webkit-scrollbar-thumb:hover {
    background: rgba(45, 64, 94, 0.2);
}

html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    color: var(--color-black);
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.block--absol {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.block--table {
    display: table;
    width: 100%;
    height: 100%;
}

.block--tablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.box-center {
    text-align: center;
}

/*hovers*/

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.personal_area a:hover {
    /*background-color: var(--color-white);*/
    border: 1px solid var(--color-white);
    color: var(--color-white);
    opacity: .8;
    transition: color .3s ease;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
}

.area_top-phone:hover,
.area_top-phone:focus {
    color: var(--color-white);
}

.area_top-phone:active {
    color: var(--color-light-coral);
}

.finance_down-item .get_money:hover {
    background-color: var(--color-turquoise-blue);
    color: var(--color-black);
    opacity: .9;
    border-radius: 3px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.finance_click:hover,
.finance_click:focus {
    color: var(--color-turquoise-blue);
}

.finance_click:active {
    color: var(--color-white);
}

.area_search button:hover {
    background-color: var(--color-allports);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.area_bottom a:hover {
    text-decoration: none;
}

.examples_work--item:hover a {
    opacity: .9;
}

.app_button a:hover {
    background-color: var(--color-white);
    color: var(--color-sunset);
}

.app_button button:hover {
    background-color: var(--color-white);
    color: var(--color-sunset);
}

.app_btn-refuse a:hover {
    text-decoration: none;
}

.app_btn-refuse button:hover {
    text-decoration: none;
}

.area_search input::-webkit-input-placeholder,
.app_chat-box form textarea::-webkit-textarea-placeholder {
    color: var(--color-black);
}

.area_search input::-moz-placeholder,
.app_chat-box form textarea::-moz-placeholder {
    color: var(--color-black);
}

.app_number a:hover {
    /*color: var(--color-sunset);*/
    opacity: .6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    padding-left: 4px;
}

.app_number a:hover:before {
    width: 100%;
}

.app_number a:hover {
    /*color: var(--color-sunset);*/
    opacity: .6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    padding-left: 4px;
}

.app_number span:hover:before {
    width: 100%;
}

.app_title span:hover {
    text-decoration: none;
}

div.t1 .load_file:hover {
    /*background-color: var(--color-light-coral);*/
    /*opacity: .70;*/
}

div.t1 .load_file:hover:after,
div.t2 .your_file:hover:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    /*top: 0;*/
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

div.t1 .load_file:hover:before,
div.t2 .your_file:hover:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    /*bottom: 0;*/
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.app_chat-box form button:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    background-color: var(--color-bright-grey);
}

.app_load-img a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    background-color: var(--color-bright-grey);
}

.show_all-files:hover {
    color: var(--color-white);
    text-decoration: none;
}

.click_load-files:hover,
.click_your-file:hover,
.click_load-files:focus,
.click_your-file:focus {
    color: var(--color-white);
    text-decoration: none;
}

/* Firefox 19+ */

.area_search input:-moz-placeholder,
.app_chat-box form textarea:-moz-placeholder {
    color: var(--color-black);
}

/* Firefox 18- */

.area_search input:-ms-input-placeholder .app_chat-box form textarea:-ms-textarea-placeholder {
    color: var(--color-black);
}

.profile img:hover {
    transform: scale(1.1);
    opacity: .7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.profile:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    background-color: var(--color-scooter);
    color: var(--color-white);
}


/*personal_area*/

.personal_area_page {
    background-color: var(--color-white);
}

.finance_box {
    width: 100%;
    border-bottom: 1px solid var(--color-light-slate-grey);
    position: relative;
}

.finance_click {
    font-size: 18px;
    line-height: 48px;
    color: var(--color-licorice);
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    display: block;
    font-weight: 700;
}

.finance_box.open .finance_click:before {
    border-width: 0px 10px 10px;
    border-style: solid;
    border-color: transparent transparent var(--color-licorice);
}

.finance_click:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 36px;
    top: 17px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: var(--color-licorice) transparent transparent;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}



.finance_down i {
    font-weight: 300;
    font-size: 14px;
    color: var(--color-licorice);
    opacity: .7;
}

.finance_down span {
    line-height: normal;
    font-weight: 400;
    display: block;
}

.item_charged {
    color: var(--color-turquoise-blue);
    font-size: 24px;
}

.item_expected {
    color: var(--color-licorice);
    font-size: 22px;
}

.item_fine {
    color: var(--color-light-coral);
    font-size: 22px;
}

.finance_down-item .item_fine a {
    top: 10px;
}



.applications_box {
    position: relative;
    border-bottom: 1px solid var(--color-light-slate-grey);
    width: 100%;
}

.applications_box_down {
    position: relative;
}

.applications_box_down ul {
    margin: 0;
}

.applications_box_down p {
    margin: 0;
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    color: var(--color-licorice);
    text-transform: uppercase;
    font-weight: 700;

}

.applications_box_down i {
    float: right;
    margin-right: 24px;
    font-style: normal;
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
    z-index: 2;
}

.applications_box_down ul li {
    position: relative;
}

.application_nav {
    overflow: hidden;
}

.applications_box_down ul li:first-child i {
    color: var(--color-light-gray);
    /*background-color: var(--color-light-coral);*/
    /*border: 1px solid var(--color-sunset);*/
    min-width: 32px;
    height: 28px;
    margin-top: -3px;
    margin-right: 28px;
    text-align: center;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
}

.applications_box_down ul li {
    color: var(--color-snow);
    list-style: none;
}

.applications_box_down ul li a {
    color: var(--color-light-gray);
    font-weight: 700;
    position: relative;
    padding: 6px 0 6px 15px;
    display: block;
    background-color: transparent;
    transition: background-color .3s ease;
}

.applications_box_down ul li.active_item a {
    background-color: var(--color-bg-gray);
}

.applications_box_down ul li.active_item i {
    color: var(--color-licorice);
}

.information_box_dowm .soon_items a:hover,
.information_box_dowm .overdue_items a:hover {
    color: var(--color-white);
    cursor: pointer;
}

.applications_box_down ul li:hover:before {
    content: '';
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: var(--color-bg-gray);
}

.information_box_dowm ul li:hover:before {
    content: '';
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    background-color: var(--color-rhino);
}

.ending_box_down li:hover {
    background-color: var(--color-white);
}

.applications_box_down ul li:hover a {
    color: var(--color-licorice);
}

.active_item {
    position: relative;
    z-index: 100;
}

.applications_box_down .active_item>a {
    color: var(--color-licorice);
    opacity: .9;
}

.applications_box_down .active_item>i {
    color: var(--color-licorice);
}

.information_box {
    border-bottom: 1px solid var(--color-light-slate-grey);
}

.information_box_dowm {
    padding: 10px 0px 0px 15px;
}

.information_box_dowm ul {
    margin: 0;
}

.information_box_dowm ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    position: relative;
    z-index: 10;
}

.soon_items a {
    color: var(--color-turquoise-blue);
    font-size: 18px;
    display: block;
}

.soon_items i {
    color: var(--color-turquoise-blue);
    float: right;
    margin-right: 24px;
    font-style: normal;
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
    z-index: 2;
}

.overdue_items a {
    color: var(--color-light-coral);
    font-size: 18px;
    display: block;
}

.overdue_items i {
    color: var(--color-light-coral);
    float: right;
    margin-right: 24px;
    font-style: normal;
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
    z-index: 2;
}

.ending_box_down {
    padding: 15px 0px 0px 15px;
}

.ending_box_down ul {
    margin: 0;
}

.datepicker_box {
    /*padding-right: 30px;*/
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.choice_monthpick {
    background-color: var(--color-solitude);
    position: relative;
}

.choice_monthpick .month {
    font-size: 15.34px;
    line-height: 35px;
    color: var(--color-tuna);
    text-align: center;
    min-height: 35px;
    position: relative;
}

.datepicker_day {
    display: inline-block;
    width: 10%;
    margin-left: 1.1%;
    margin-right: 1.5%;
    font-size: 13.42px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-jungle-mist);
}

.month-nav {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.month-nav .month-prev {
    top: 12px;
    left: 9px;
    position: absolute;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 10px;
    height: 10px;
}

.month-nav .month-next {
    position: absolute;
    top: 12px;
    right: 9px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 10px;
    height: 10px;
}

.calendar table {
    height: 200px;
    width: 100%;
}

.calendar table th {
    width: 13.5%;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color-licorice);
    font-weight: normal;
    height: 28px;
}

.calendar table td {
    width: 12.5%;
    font-size: 13px;
    height: 36px;
    text-align: center;
    border: 1px solid #a0a7af;
    color: var(--color-white);
    transition: background-color .3s ease;
}

.calendar table td p {
    margin: 0;
    height: 100%;
    width: 100%;
    line-height: 34px;
}

.calendar table td a {
    transition: color .3s ease;
    color: var(--color-licorice);
}

.calendar table td:hover {
    cursor: pointer;
    background-color: var(--color-licorice);
}

.calendar table td:hover a {
    color: var(--color-white);
    opacity: .7;
}


.calendar table .not-active_day {
    color: var(--color-link-water);
    opacity: .50;
}

.calendar table .tr_soon_over p {
    background-color: var(--color-turquoise-blue);
    border: 2px solid var(--color-allports);
    color: var(--color-black-pearl);
}

.calendar table .tr_in_work p {
    background-color: var(--color-tulip-tree);
    border: 2px solid var(--color-gull-grey);
    color: var(--color-black-pearl);
}

.calendar table .tr_terms p {
    background-color: #fa8585;
    border: 2px solid var(--color-sunset);
    color: var(--color-black-pearl);
}

.calendar table .active_day p {
    border: 2px solid var(--color-forest-green);
    color: var(--color-black-pearl);
}

.calendar table .active_day {
    background-color: transparent;
}

.calendar table .selected p {
    /*background: transparent;*/
    border: 2px solid var(--color-tulip-tree);
}

.date-day_box {
    margin-top: 3px;
    margin-bottom: 3px;
}

.ending_box_down li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.ending_box_down li a {
    color: var(--color-snow);
    font-size: 18px;
    display: block;
    transition: color .3s ease;
}

.ending_box_down li:hover a {
    color: var(--color-licorice);
}

.terms {
    color: #fa8585;
    font-size: 12px;
}

.terms:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 11px;
    background-color: #fa8585;
    border: 1px solid var(--color-sunset);
    margin-right: 10px;
}

.soon_over {
    color: var(--color-second);
    font-size: 12px;
}

.soon_over:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 11px;
    background-color: var(--color-turquoise-blue);
    border: 1px solid var(--color-allports);
    margin-right: 10px;
}

.in_work {
    font-weight: 700;
    color: var(--color-tulip-tree);
    font-size: 12px;
}

.in_work:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 11px;
    background-color: var(--color-tulip-tree);
    border: 1px solid var(--color-licorice);
    margin-right: 10px;
}

/*______end_sidebar______*/

.ending_box_down li i {
    font-size: 18px;
    color: var(--color-snow);
    float: right;
    margin-right: 24px;
    font-style: normal;
    min-width: 40px;
    text-align: center;
    z-index: 2;
}

.area_top-phone {
    font-size: 24px;
    line-height: 60px;
    color: var(--color-light-coral);
    float: right;
}

.area_box>.container-fluid,
.area_box .row {
    height: 100%;
}


.area_search input {
    height: 37px;
    outline: none;
    border: 1px solid var(--color-black);
    border-right: transparent;
    float: left;
    max-width: 90%;
    width: 100%;
    padding-left: 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: var(--color-black);
}

.area_search button {
    height: 37px;
    min-width: 50px;
    border: none;
    background-color: var(--color-bright-grey);
    font-size: 12px;
    color: var(--color-snow);
    float: left;
    max-width: 10%;
    width: 100%;
    outline: none;
}

/* .area_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 96.5%;
    background-color: var(--color-grey);
}
 */

.application {
    position: relative;
    min-height: 150px;
    border: 1px solid var(--color-dim-gray);
    background-color: var(--color-solitude);
    margin-bottom: 20px;
}

.app_details {
    margin-bottom: 20px;
}

.app {
    display: inline-block;
    min-height: 35px;
    text-align: center;
    padding: 0 10px;
}

.app p {
    line-height: 35px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.app_number {
    background-color: var(--color-solitude);
    padding-left: 15px;
}

.app_number p {
    color: var(--color-rhino);
    text-align: left;
}

.app_number a {
    color: var(--color-rhino);
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.app_number a:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    left: -15px;
    bottom: 0px;
    background-color: var(--color-bright-grey);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.app_number span {
    color: var(--color-rhino);
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.app_number span:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    left: -15px;
    bottom: 0px;
    background-color: var(--color-bright-grey);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.app_status {
    background-color: var(--color-slate-grey);
}

.app_status p {
    font-weight: 300;
    color: var(--color-white);
}

.app_message {
    background-color: var(--color-bright-grey);
}

.app_message p {
    color: var(--color-white);
    position: relative;
}

.app_message p:before {
    content: '';
    display: inline-block;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    width: 23px;
    height: 15px;
}

.app_inserts {
    background-color: var(--color-bright-grey);
}

.app_inserts p {
    color: var(--color-white);
}

.app_inserts p:before {
    content: '';
    display: inline-block;
    background-image: url(../img/clip.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    width: 10px;
    height: 23px;
}

.app_time {
    background-color: var(--color-bright-grey);
}

.app_time p {
    color: var(--color-turquoise-blue);
}

.app_time span {
    margin-left: 5px;
}

.app_files-tabs .app_time p>span {
    font-weight: 500;
    margin-left: 10px;
}

.application_inset {
    position: relative;
    background-color: var(--color-solitude);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.app_price {
    background-color: var(--color-rhino);
}

.app_price p {
    font-weight: 700;
    color: var(--color-light-coral);
}

.app_title {
    min-height: 60px;
}

.app_title h6 {
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: var(--color-black);
    text-decoration: underline;
    margin: 10px 0px 5px;
    word-wrap: break-word;
}

.app_title a {
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: var(--color-black);
    text-decoration: underline;
    margin: 10px 0px 5px;
    word-wrap: break-word;
    display: inline-block;
}


.app_title span {
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: var(--color-black);
    text-decoration: underline;
    margin: 10px 0px 5px;
    word-wrap: break-word;
    display: inline-block;
}

.app_button a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    text-align: center;
    min-width: 160px;
    min-height: 30px;
    line-height: 28px;
    background-color: var(--color-light-coral);
    border: 1px solid var(--color-sunset);
    float: right;
    text-transform: lowercase;
    margin-top: 16px;
}

.app_button button {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    text-align: center;
    min-width: 160px;
    min-height: 30px;
    line-height: 28px;
    background-color: var(--color-light-coral);
    border: 1px solid var(--color-sunset);
    float: right;
    text-transform: lowercase;
    margin-top: 16px;
}

.app_description {
    position: relative;
    min-height: 53px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.app_description-box {
    padding-top: 5px;
    padding-bottom: 13px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.app_description-box p {
    font-size: 16px;
    font-weight: 300;
    color: var(--color-black);
    word-wrap: break-word;
    margin: 0;
    margin-bottom: 6px;
}

.app_btn-refuse a {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-decoration: underline;
    text-transform: lowercase;
    color: var(--color-rhino);
    float: right;
    padding: 20px 0px 13px;
    margin-right: 45px;
}

.app_btn-refuse button {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-decoration: underline;
    text-transform: lowercase;
    color: var(--color-rhino);
    float: right;
    padding: 20px 0px 13px;
    margin-right: 45px;
        background: none;
    border: none;
}

.my_pagination {
    float: right;
}

.my_pagination ul {
    margin: 0;
}

.my_pagination .pag_item {
    display: inline-block;
    list-style: none;
    margin: 0px 6px;
}

.my_pagination .pag_item a {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    color: var(--color-bright-grey);
}

.my_pagination .pag_active>a {
    color: var(--color-snow);
    text-align: center;
    margin: 0 auto;
}

.my_pagination .pag_active {
    background-color: var(--color-light-coral);
    border: 1px solid var(--color-sunset);
    min-width: 25px;
    height: 24px;
    text-align: center;
    margin: 0;
}

.select_item {
    padding: 0;
    position: relative;
    display: inline-block;
}

.select_item select [selected="selected"] {
    padding-right: 20px;
}

.select_item:after {
    content: "";
    position: absolute;
    ;
    right: 10px;
    top: 10px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: left 30%;
    z-index: 1;
    width: 10px;
    height: 10px;
    pointer-events: none;
}

.select_item select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 40px;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-bright-grey);
    min-height: 30px;
    outline: var(--color-bright-grey);
    border-color: var(--color-dim-gray);
}

/*.card_page .application_box {
    margin-top: 0;
}
*/

.app_card h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
    color: var(--color-black);
}

.app_chat-box {
    padding: 10px 10px 10px 10px;
    border: 1px solid var(--color-dim-gray);
    background-color: var(--color-solitude);
    /*min-height: 598px;*/
}

.app_chat-box form {
    margin: 15px 0;
    min-height: 175px;
}

.app_chat-box form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    outline: var(--color-bright-grey);
    color: var(--color-black);
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 4px;
}

.app_chat-box form button {
    float: right;
    background-color: var(--color-slate-grey);
    border: 1px solid var(--color-shuttle-grey);
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: var(--color-white);
    min-width: 170px;
    min-height: 33px;
}

.chat-messages {
    min-height: 67px;
    background-color: var(--color-white);
    margin-top: 17px;
    padding: 8px 10px;
}


.chat-messages figcaption {
    font-size: 10px;
}

.chat-messages h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.chat-messages--you {
    float: right;
    /*border: 1px solid var(--color-sunset);*/
    border: 1px solid var(--color-patterns-blue);
}

.chat-messages--you h6 {
    color: var(--color-light-coral);
    font-style: normal;
}

.chat-messages--you span>i {
    font-style: normal;
}

.chat-messages--they {
    border: 1px solid var(--color-patterns-blue);
}

.chat-messages--they h6 {
    float: right;
    color: var(--color-bright-grey);
    font-style: normal;
}

.chat-messages--they span>i {
    font-style: normal;
}

.select-box {
    margin-bottom: 20px;
}

.app_chat-messages {
    max-height: 460px;
    position: relative;
    right: 0;
    margin-right: -10px;
    padding-right: 10px;
}

.chat-messages_text {
    padding-top: 5px;
}

.chat-messages_text {
    font-size: 14px;
    line-height: 16px;
    color: var(--color-black);
    font-weight: 400;
}

.chat-messages_text p {
    margin: 0;
    font-size: 11px;
    line-height: 16px;
    color: var(--color-black);
    font-weight: 400;
}

.app_files-tabs {
    min-height: 117px;
    border: 1px solid var(--color-dim-gray);
    background-color: var(--color-bright-grey);
}

.app_load-img {
    min-height: 103px;
    border: 1px solid var(--color-dim-gray);
    background-color: var(--color-solitude);
    margin-top: 15px;
    text-align: center;
    padding: 7px 10px;
    position: relative;
}

.app_load-img span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: normal;
    color: var(--color-black);
    display: inline-block;
}

.app_load-img p {
    font-size: 12px;
    color: var(--color-bright-grey);
    margin: 0;
    line-height: 18px;
    padding: 0px 40px;
}

.app_load-img p:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/clip_red.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 10px;
    height: 23px;
    left: auto;
    margin-left: -20px;
}

.app_load-img a {
    display: inline-block;
    background-color: var(--color-slate-grey);
    border: 1px solid var(--color-shuttle-grey);
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: var(--color-white);
    min-width: 170px;
    min-height: 33px;
    margin-top: 5px;
}

div.t2,
div.t3,
div.t4 {
    display: none
}

.tabs {
    min-height: 32px;
    margin: 0;
}

.tabs li a {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: var(--color-bright-grey);
}

.tabs li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 4px 0px 6px 17px;
}

.tabs .t1 {
    position: relative;
}

.tabs .t1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 102%;
    width: 1px;
    background-color: var(--color-slate-grey);
    z-index: 10;
}

.tabs .tab-current {
    border-bottom: none;
    background: transparent;
    color: var(--color-white);
}

.tabs .tab-current>a {
    color: var(--color-white);
}

.tabs .tab-current:after {
    display: none;
}

.tabs li {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-slate-grey);
    position: relative;
}

.app_files-tabs div.t2,
.app_files-tabs div.t1 {
    padding: 10px 8px 8px 8px;
}

.app_files-tabs .download-all a {
    color: var(--color-white);
    text-decoration: underline;
}

.app_files-tabs .download-all a:hover {
    color: var(--color-light-coral);
}

.app_files-tabs .file_link {
    position: relative;
}

.app_files-tabs .file_link .view_file {
    /*display: none;*/
    position: absolute;
    bottom: 5px;
    right: 18px;
    color: var(--color-curious-blue);
}

.app_files-tabs .file_link .view_file:hover {
    text-decoration: underline;
}

.app_files-tabs .file_link:hover .view_file {
    display: block;
}

.load_files-box {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


.load_files-box,
.your_files {
    color: var(--color-white);
}

.load_file,
.your_file {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

div.t1 .load_file {
    min-height: 69px;
    background-color: var(--color-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


div.t2 .your_file {
    min-height: 69px;
    background-color: var(--color-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

div.t1 .load_file:before,
div.t2 .your_file:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: var(--color-light-coral);
    top: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

div.t1 .load_file:after,
div.t2 .your_file:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: var(--color-light-coral);
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.load_file figure,
.your_file figure {
    text-align: center;
}

.load_file figure img,
.your_file figure img {
    margin-bottom: 5px;
    max-width: 24px;
    max-height: 30px;
    position: relative;
    z-index: 10;
}

.load_file figure figcaption,
.your_file figure figcaption {
    font-size: 12px;
    color: var(--color-black);
}

.load_file,
.your_file {
    padding-top: 15px;
    padding-bottom: 10px;
}

.load_file p,
.your_file p {
    word-wrap: break-word;
}

.load_file-desc p {
    font-size: 12px;
    font-weight: 300;
    line-height: 11px;
    color: var(--color-black);
    margin: 0;
    text-align: center;
}

.load-final,
.your_files--item {
    text-align: center;
}

.load-final p {
    font-size: 9px;
    font-weight: 300;
    color: var(--color-black);
    display: block;
    margin: 0;
}

.load-final p>span {
    display: block;
    margin-top: 2px;
}

.load_file--item,
.your_files--item {
    padding: 0 5px;
}

.your_files--item a {
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    color: var(--color-black);
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
    text-decoration: underline;
}

.click_load-files,
.click_your-file {
    font-size: 12px;
    /*width: 50%;*/
    display: inline-block;
    text-decoration: underline;
    color: var(--color-white);
    margin-bottom: 10px;
}

.app_to-curtail {
    width: 100%;
    text-align: center;
    display: block;
    background-color: rgba(225, 230, 235, 0.5);
    height: 30px;
    line-height: 30px;
    color: var(--color-black);
    font-size: 12px;
    z-index: 100;
    position: relative;
    margin: 0 auto;
    border: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.app_shadow {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 30px;
    opacity: 0.1;
    background: linear-gradient(to top, var(--color-black), var(--color-powder-blue));
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.height50 {
    height: 50px;
    overflow: hidden;
}

.topzero {
    top: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.fixed {
    position: fixed;
}

div.t1 .load_file.none,
div.t2 .your_file.none {
    display: none;
}

div.t1 .load_file.show,
div.t2 .your_file.show {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/*alerts*/

body .alert-success {
    background-color: var(--color-summer-sky);
    color: var(--color-white);
    border: 1px solid var(--color-white);
    border-right: 0;
}

body .alert-info {
    background-color: var(--color-bright-grey);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .alert-warning {
    background-color: var(--color-tulip-tree);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .alert-danger {
    background-color: var(--color-sunset);
    ;
    color: var(--color-white);
    border: 1px solid var(--color-white);
}


/*modal*/

body .modal-title {
    text-align: center;
    color: var(--color-bright-grey);
}

body .modal-content {
    border-radius: 0;
}

body .btn {
    border-radius: 0;
    outline: var(--color-black);
    box-shadow: none;
}

body .btn:focus,
body .btn:active {
    border-radius: 0;
    outline: var(--color-black);
    box-shadow: none;
}

body .modal-body {
    color: var(--color-black);
}

body .btn-default {
    background-color: transparent;
    border: 1px solid var(--color-shuttle-grey);
    color: var(--color-shuttle-grey);
}

body .btn-default:hover,
body .btn-default:focus,
body .btn-default:active {
    background-color: transparent;
    border: 1px solid var(--color-shuttle-grey);
    color: var(--color-shuttle-grey);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

body .btn-primary {
    background-color: var(--color-slate-grey);
    border: 1px solid var(--color-shuttle-grey);
}

body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active {
    background-color: var(--color-allports);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

body .btn-success {
    background-color: var(--color-summer-sky);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .btn-success:hover,
body .btn-success:focus,
body .btn-success:active {
    background-color: var(--color-summer-sky);
    border: 1px solid var(--color-white);
    color: var(--color-black);
}

body .btn-info {
    border: 1px solid var(--color-white);
    background-color: var(--color-solitude);
    color: var(--color-turquoise-blue);
}

body .btn-info:hover,
body .btn-info:active,
body .btn-info:focus {
    border: 1px solid var(--color-white);
    background-color: var(--color-solitude);
    color: var(--color-turquoise-blue);
}

body .btn-warning {
    background-color: var(--color-tulip-tree);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .btn-warning:hover,
body .btn-warning:focus,
body .btn-warning:active {
    background-color: var(--color-tulip-tree);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .btn-danger {
    background-color: var(--color-sunset);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .btn-danger:hover,
body .btn-danger:active,
body .btn-danger:focus {
    background-color: var(--color-sunset);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

.form-group select {
    height: 42px;
    border-radius: 0;
}


body .form-control {
    border-radius: 0px;
    height: 42px;
}

.form-control:focus {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    border-color: var(--color-shuttle-grey);
    outline: 0;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075);
}

.form-group {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-group label {
    color: var(--color-bright-grey);
    margin-bottom: 10px;
}

.form-group input {
    border-radius: 0;
    /*height: 42px;*/
}

.nav-tabs {
    margin-left: 0;
}

.nav-tabs>li>a {
    border-radius: 0px;
    color: var(--color-black);
}



.tabs_avtor {
    margin-top: 50px;
}

.tabs_avtor form input {
    width: 100%;
    padding-left: 30px;
    height: 33px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cars-nav li {
    float: left;
    display: inline-block;
    list-style: none;
    background-color: var(--color-slate-grey);
    padding: 8px 20px;
    color: var(--color-white);
    cursor: pointer;
}

.cars-nav li a {
    cursor: pointer;
    color: var(--color-white);
}

.wrapper-drop {
    position: relative;
}

.drop {
    display: none;
    width: 100%;
    background-color: var(--color-bright-grey);
    font-size: 20px;
    color: var(--color-black);
    z-index: 100;
    padding-bottom: 20px;
}

.drop .active_link {
    background-color: var(--color-sunset);
    color: var(--color-whisper);
}

.drop_down {
    display: none;
    width: 100%;
    background-color: var(--color-bright-grey);
    font-size: 20px;
    color: var(--color-black);
    z-index: 100;
    padding-bottom: 20px;
    border-top: 1px solid var(--color-white);
}

.outer {
    min-height: 500px;
}

.inner {
    color: var(--color-white);
    list-style: none;
}


.cars-nav li.active {
    background-color: var(--color-bright-grey);
}

.cars-nav li.active a {
    color: var(--color-white);
}

.inner li {
    float: left;
    font-size: 16px;
    min-width: 30px;
    background-color: var(--color-summer-sky);
    margin: 5px 10px;
    padding: 5px 10px;
}

.inner li a {
    color: var(--color-white);
}

/* NEW */

.auth_form {
    margin-top: 100px;
    border: 1px solid var(--color-dim-gray);
    background-color: var(--color-solitude);
    color: var(--color-black);
    padding-bottom: 20px;
}

.auth_form .checkbox {
    margin-left: 0;
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-bright-grey);
    min-height: 30px;
    outline: var(--color-bright-grey);
    border-color: var(--color-dim-gray);
    border-radius: 0;
}

.btn-red {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    display: inline-block;
    text-align: center;
    min-width: 160px;
    min-height: 30px;
    line-height: 28px;
    background-color: var(--color-light-coral);
    border: 1px solid var(--color-light-coral);
    text-transform: lowercase;
    margin-top: 16px;
    transition: color .3s ease, background-color .3s ease;
}

.btn-red:hover {
    background-color: var(--color-white);
    color: var(--color-licorice);
}

.error {
    color: var(--color-light-coral);
}

a.work-message-photo-delete {
    min-width: 10px;
    min-height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    color: white;
    text-decoration: none;
}

.work-message-photo-size,
.work-message-photo-text {
    font-size: 9px;
    font-weight: 300;
    line-height: 11px;
    color: var(--color-black);
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 11px;
}

.js-dropzone .your_files--item {
    margin: 10px 0;
    display: inline-block;
}

.dz-clickable {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
}

ul {
    margin-left: 20px;
}

fieldset {
    margin-top: 20px;
}

.orange {
    color: var(--color-sunset);
    font-size: 18px;
}

.chat-messages figcaption:first-child {
    margin-top: 2px;
}

.chat-messages figure {
    text-align: center;
    margin-top: 5px;
}

.chat-messages .load_file--item {
    max-width: 60px;
    float: left;
}

.chat-messages figcaption {
    font-size: 10px;
    height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-left: 5px;
    color: var(--color-black);
}

.chat-messages .chat-files {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    border-top: 1px solid var(--color-dim-gray);
}

body .radio+.radio,
body .checkbox+.checkbox {
    margin-top: 10px;
    padding-right: 10px;
}

body .radio,
body .checkbox {
    /*margin-top: 10px;*/
    margin-bottom: 5px;
    margin-left: 20px;
}

body .radio label,
body .checkbox label {
    padding-left: 0px;
    display: inline;
}

body .reg-item .checkbox {
    display: inline-block;
}

.reg-item h3 {
    text-align: center;
    margin: 0;
}

.reg-item .reg-add {
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

body .reg-item label {
    padding-left: 20px;
    margin-left: 0;
}

body .reg-item .form-group label {
    padding-left: 0;
}

body .auth_form .btn-red {
    min-width: 200px;
    min-height: 35px;
    outline: none;
}

.js-courses .checkbox-list-item {
    display: inline-block;
}

.uncover {
    position: relative;
}

.uncover:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 6px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: var(--color-sunset) transparent transparent;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


.uncover.open_arrow:before {
    border-width: 0px 5px 5px;
    border-style: solid;
    border-color: transparent transparent var(--color-sunset);
    top: 2px;
}

.active_none {
    display: none;
}

.js-courses li {
    list-style: none;
}


.my_pagination .pag_nav a {
    font-size: 0;
    position: relative;
}


.my_pagination .pag_nav,
.my_pagination .pag_point {
    margin: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    color: var(--color-black);
}


.my_pagination .pag_nav_left a:before {
    content: '➤';
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    width: 13px;
    height: 15px;
    font-size: 15px;
    color: var(--color-bright-grey);
    transform: rotate(180deg);
}

.my_pagination .pag_nav_right a:before {
    content: '➤';
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0;
    width: 13px;
    height: 15px;
    font-size: 15px;
    color: var(--color-bright-grey);
}


.my_pagination .pag_point {
    position: relative;
    top: -4px;
    color: var(--color-bright-grey);
    font-size: 11px;
}


.application .app_load-img {
    border: none;
    border-top: 1px solid var(--color-dim-gray);
    padding: 5px 10px;
    min-height: 60px;
}

.application .app_load-img a {
    border: none;
    background: transparent;
    min-height: auto;
    max-width: 60px;
    min-width: 59px;
}


.newMsgChats .application {
    min-height: auto;
}

.newMsgChats .application .no_text {
    margin-top: 0;
}


#tab-main .nav-pills>li>a {
    border-radius: 0;
}

/*new new new new*/

.profile {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    text-align: center;
    line-height: 60px;
    background-color: #4d5865;
    white-space: nowrap;
}

.profile_mob {
    display: none;
}

a.profile_mob {
    color: var(--color-white);
}

.profile_mob img {
    width: 50px;
    height: auto;
    opacity: .9;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    display: none;
}

.profile img {
    width: 50px;
    height: auto;
    opacity: .9;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    display: none;
}

.open_btm {
    position: relative;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.area_top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-white);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.area_top.open_btm:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    ;
    z-index: 20;
}

.profile_mobile {
    display: none;
}

.app_button-mob {
    display: none;
}

.nav-tabs>li {
    padding: 0;
    font-size: 14px;
}

.form-group .btn {
    margin-top: 20px;
}

#education_add {
    text-decoration: underline;
}

.reg-add {
    font-weight: 700;
}

.js-courses {
    margin-left: 0;
}


.work-h .checkbox {
    margin-left: 0;
}


#contentsContainer {
    padding-left: 80px;
    padding-right: 40px;
}

.logo_botm {
    float: left;
    margin-left: 30px;
}

.logo_botm img {
    width: 80px;
    padding-bottom: 15px;
}

.block_user {
    float: right;
    min-width: 21%;
}

.app_btn-refuse_mob {
    display: none;
}

.app_button-mob_work {
    display: none;
}

.block_btn {
    display: none;
}

/* .personal_area_page.login .phone_person {
    float: left;
} */

/* .phone_person {
    float: right;
} */

tr.tr_bold td {
    background-color: #daebfb;
}

tr.tr_bold:hover td {
    background-color: #fff;
}

.js-file-popup .js-preview>div {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.js-file-popup .js-dropzone {
    padding: 10px 10px 0px 10px;
}

.calender-nav {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-radius: 4px;
    background-color: var(--color-licorice);
    text-align: center;
    margin-right: 30px !important;
    padding: 0;
    border: solid 1px var(--color-licorice);
}

.calender-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    min-height: 40px;
    background-color: transparent;
    transition: background-color .3s ease;
}

.calender-nav li:first-child {
    border-radius: 3px 0 0 3px;
}

.calender-nav li:last-child {
    border-radius: 0 3px 3px 0;
}

.calender-nav li.active_item {
    background-color: var(--color-second);
}

.mr-25 {
    margin-right: 25px;
}

body .btn-pink {
    background-color: rgba(255, 58, 140, 0.451);
}

.actual-button-container {
    display: flex;
    justify-content: center;
}

.wide-btn {
    min-width: 170px;
}

.popup-desc {
    font-size: 14px;
}

.popup-desc--updated {
    width: 80%;
    margin: 0 auto 15px auto;
    text-align: center;
}

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

.black-title {
    color: var(--color-black);
}

.btn-profile-actualise {
    background: var(--color-red);
    color: var(--color-white);
    border: 2px solid var(--color-summer-sky);
    margin-right: 15px;
}

.warning-icon {
    background-image: url("../img/warning.svg");
    height: 70px;
    width: 70px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Set your aspect ratio */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    /* creates a 16:9 aspect ratio */
}

.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
    width: 100%;
    max-width: 600px;
}

.instruction {
    background-color: var(----color-second);
}

.self-employed {
    background-color: initial !important;

}

.self-employed:hover,
.self-employed:active,
.self-employed:focus {
    color: var(--color-whisper) !important;
    text-decoration: underline;
}

.popover-link {
    color: #0a71cc;
    text-decoration: underline;
}

.alert.alert-danger a {
    color: #40c0dc;
    text-decoration: underline;
}

.alert.alert-danger a:hover {
    color: var(--color-white);
}


.our-check-info-block {
    padding: 10px;
    margin: 10px 0;
}

.danger.our-check-info-block {
    background-color: #ffb3b3;
}

.info.our-check-info-block {
    background-color: #d4f5ff;
}

.check-info i {
    display: block;
    width: 23px;
    background-color: var(--color-white);
    text-align: center;
    height: 23px;
    font-style: normal;
    cursor: pointer;
    border-radius: 13px;
    padding: 0;
    font-weight: bold;
    border: 1px solid #267b90;
}

.check-text p {
    margin: 2px 0 2px;
}

.danger {
    background-color: var(--color-sunset);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .js-button__removal-request {
    background-color: var(--color-summer-sky);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .js-button__removal-request:hover,
body .js-button__removal-request:focus,
body .js-button__removal-request:active {
    background-color: var(--color-summer-sky);
    border: 1px solid var(--color-white);
    color: var(--color-black);
}

body .js-button__removal-request.danger {
    background-color: var(--color-sunset);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

body .js-button__removal-request.danger:hover,
body .js-button__removal-request.danger:focus,
body .js-button__removal-request.danger:active {
    background-color: var(--color-sunset);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

/****** start matt reworked lk ******/

.operation-history {
    flex-grow: 1;
}

.application_box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0 10px;
    flex-grow: 1;
    padding: 0;
}

.header-custom {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    column-gap: 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .header-custom {
        column-gap: 0;
    }
}

.header-custom__profile-out {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 10px;
    margin: 0 0 0 10px;
    color: var(--color-white);
}

@media (max-width: 1023px) {
    .header-custom__profile-out {
        padding: 0 10px;
    }
}

.header-custom__profile-out--mob {
    margin: 0;
}

.header-custom__profile-out svg {
    width: 35px;
    height: 35px;
    transition: color .3s ease;
}

.header-custom__profile-out:hover {
    color: #c2c0c0;
}

.header-custom__buttons-wrapper {
    display: flex;
}

.header-custom__buttons-wrapper-mob {
    display: none;
}

.header-custom__profile-burger-wrapper {
    display: none;
}

.self-employed {
    background-color: initial !important;
    border: 0px;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 auto 0 0;
}

.self-employed:hover,
.self-employed:active,
.self-employed:focus {
    color: var(--color-whisper) !important;
    text-decoration: underline;
}

.profile {
    display: flex;
    align-items: center;
    color: var(--color-white);
    text-transform: uppercase;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    text-align: center;
    line-height: 1.5rem;
    background-color: var(--color-bright-grey);
    border: none;
    padding: 10px 20px;
}

.profile.instruction {
    background-color: var(--color-second);
    transition: background-color .3s ease;
}

.profile.instruction:hover {
    background-color: var(--color-curious-blue);
}

.instruction_mob {
    border: none;
}

.area_top {
    display: flex;
    flex-direction: column;
    height: 60px;
    background-color: var(--color-licorice);
    position: relative;
}

.area_top h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: var(--color-solitude);
}

.name_person {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
}

.hamburger {
    display: none;
}

.logo_header {}

.personal_area_page.login .logo_header {}

.personal_area_page {
    display: flex;
    flex-direction: column;
}

.area_box {
    position: relative;
    display: flex;
    flex-grow: 1;
}

/* #sidebar {
    display: none;
}
 */
.area_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    row-gap: 10px;
    /* padding: 15px 0 0; */
    padding: 0;
    position: relative;
    background-color: var(--color-bg-gray);
    max-height: calc(100vh - 58px);
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
}

.area_bottom {
    display: flex;
    justify-content: center;
    min-height: 80px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid;
    padding: 15px 0;
    background-color: var(--color-white);
}

.area_bottom ul {
    display: flex;
    align-items: center;
    padding: 0 10px;
    column-gap: 25px;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 767px) {
    .area_bottom ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
        grid-auto-rows: auto;
    }
}

.area_bottom ul li {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.area_bottom ul li a {
    color: var(--color-black);
    text-decoration: underline;
}

.area_search {
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px;
    margin: 10px 0 0 0;
}

@media (max-width: 1023px) {
    .area_search {
        padding: 0 10px;
    }
}

.area_content-title {
    font-size: 18px;
    line-height: 48px;
    color: var(--color-licorice);
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
}


.area_sidebar {
    min-width: 300px;
    max-width: 400px;
    max-height: calc(100dvh - 60px);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--color-white);
    z-index: 100;
    padding: 0px;
    transition: 0.5s;
    box-shadow: inset -2px 4px 5px 0px rgba(0, 0, 0, 0.09);
}

.ending_box {
    padding: 0 0 10px;
}

.profile-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex-grow: 1
}

.profile-content__form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.profile-content__form-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    grid-auto-rows: auto;
}

.profile-content__form-blocks .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.profile-content__birthday {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
}

.profile-content__form-button,
.contacts-content__form-button,
.password-content__form-button {
    width: auto;
    max-width: max-content;
    flex-grow: 1;
}

.skill-content,
.contacts-content,
.password-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0;
    flex-grow: 1;
}


.skill-content__wrapper,
.contacts-content__wrapper,
.password-content__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.skill-content__form-blocks,
.contacts-content__form-blocks,
.password-content__form-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    row-gap: 10px;
    column-gap: 10px;
}

.skill-content__form-blocks .form-group,
.contacts-content__form-blocks .form-group,
.password-content__form-blocks .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.profile--hidden {
    display: none;
}

.finance_down-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.finance_down-item .get_money {
    font-size: 11px;
    background-color: var(--color-licorice);
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-snow);
    opacity: .7;
}

.finance_down {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0 15px 10px;
    display: none;
}

.application_box-not-approve {
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 0 auto;
}

.animated-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.month-nav .month-prev,
.month-nav .month-next {
    border: none;
    padding: 5px;
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 1023px) {
    #nav-icon2 {
        float: none;
        left: 0;
        top: 0;
        height: 30px;
    }

    body .area_top {
        padding: 0;
    }

    body .profile_mob.profile_mob--show {
        float: none;
        text-align: center;
        padding-top: 0;
    }

    body .profile_mobile {
        padding-bottom: 0;
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .name_person {
        display: none;
    }

    .header-custom__buttons-wrapper {
        display: none;
    }

    .header-custom__buttons-wrapper-mob {
        display: flex;
        margin: 0 10px 0 0;
    }

    .header-custom__profile-burger-wrapper {
        display: flex;
        column-gap: 10px;
        align-items: center;
    }



    .profile_mob--show {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .instruction_mob {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        line-height: 1.3rem;
    }

    .instruction_mob svg {
        width: 20px;
        height: 20px;
        color: #fff;
    }

    .se_mob {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        line-height: 1.3rem;
    }

    .se_mob svg {
        color: #fff;
        width: 20px;
        height: 20px;
    }

    .instruction_mob--show,
    .se_mob--show,
    .profile--show {
        display: flex;
    }

    .area_sidebar {
        max-width: 100%;
    }

    .area_bottom ul {
        justify-content: space-between;
        width: 100%;
    }
}

/****** end matt reworked lk ******/

/******* start attention no approve box *******/

.application_box-no-approve {
    display: flex;
    flex-direction: column;
    border: solid 1px #fe0c0c;
}

.application_box-no-approve-header {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 10px 20px;
    background-color: #ededed;
}

.application_box-no-approve-header svg {
    width: 16px;
    height: 16px;
}

.application_box-no-approve-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
}

.application_box-no-approve-body {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 25px 20px;
}

.application_box-no-approve-text {
    margin: 0;
    padding: 0;
    color: #000;
}


/******* end attention no approve box ******

/****** start sweetalert2 custom *******/
.swal2-textarea.custom-sweetalert2-textarea,
.swal2-textarea.custom-sweetalert2-textarea:focus {
    margin: 1em 0 3px;
    width: 100%;
    border: solid 1px #000;
    resize: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
}

.swal2-select.custom-sweetalert2-select,
.swal2-select.custom-sweetalert2-select:focus {
    width: 100%;
    -webkit-appearance: menulist;
    background-color: rgba(255, 255, 255, 0.01);
    border-radius: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    margin: 0;
    border: solid 1px #000;
    outline: none;
    box-shadow: none;
}

/****** end sweetalert2 custom *******

/****** start messages-reworked ********/

.newMsgChats__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.newMsgChats__tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    transition: color .3s ease, background-color .3s ease;
}

.newMsgChats__tab-button:hover {
    background-color: #dfdfdf;
}

.newMsgChats__tab-button--active {
    background-color: #4d5865;
    color: #fffafa;
}

.newMsgChats__tab-button--active:hover {
    background-color: #414346;
}

.newMsgChats__block {
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.newMsgChats__block--active {
    display: flex;
}

.newMsgChats__msg-text-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 10px;
    padding: 10px 15px;
}

.app_title .newMsgChats__msg-text a {
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
}

.wrapper-iframe {
    opacity: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
    transition: bacground-color .3s ease, opacity .3s ease, overflow .3s ease;
}

.wrapper-iframe.open {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    overflow: visible;
    pointer-events: all;
}

#spa-react,
#spa-react-order,
#spa-react-auth,
#spa-react-recover {
    position: relative;
    z-index: 100;
    flex-grow: 1;
    border: none;
    outline: none;
    flex-grow: 1;
    border: none;
}

.phone_person {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767px) {
    .phone_person {
        display: none;
    }
}

.auth_form {
    width: 100%;
    max-width: 700px;
    margin: 50px auto auto;
    height: max-content;
    padding: 20px 40px;
}

/****** end messages-reworked ********/

/******start matt  mirror modal popup ******/

.modal-mirror-info {
    text-align: center;
}

.modal-mirror-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 4px;
    background-color: var(--color-second);
    color: #fff;
    border: none;
    outline: none;
    transition: color .3s ease, background-color .3s ease;
    cursor: pointer;
}


.modal-mirror-button:hover {
    background-color: var(----color-second);
}

/****** end matt  mirror modal popup ******/

/***** start all styles matt reworked******/

.page-content {
    flex-grow: 1;
}

.page-content__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0 20px 0 10px;
}

@media (max-width: 1023px) {
    .page-content__wrapper {
        padding: 0 10px;
    }
}

.page-content__form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.page-content__form-inputs-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}

@media (max-width: 1300px) {
    .page-content__form-inputs-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-content__form-button-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 300px;
}

@media (max-width: 1023px) {
    .page-content__form-button-submit {
        margin: 0 auto;
    }
}


@media (max-width: 767px) {
    .page-content__form-button-submit {
        width: 100%;
    }
}

.page-content__block--row {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.page-content__no-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 20px auto 20px;
    text-align: center;
    font-weight: 700;
}

.help-block__underline {
    text-decoration: underline;
}

.auction-no-token {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.auction-no-token.auction-no-token--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.auction-no-token__text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    max-width: 50%;
    width: 100%;
    min-width: 300px;
}

.auction-no-token__text {
    text-align: center;
    font-weight: 700;
    color: var(--color-licorice);
    margin: 0;
}

.auction-no-token__link-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: solid 1px var(--color-licorice);
    color: var(--color-white);
    background-color: var(--color-licorice);
    border-radius: 4px;
    font-weight: 700;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
}

.auction-no-token__link-logout:hover {
    background-color: var(--color-second);
    border: solid 1px var(--color-second);
    color: var(--color-white);
}

/***** endt all styles matt reworked******/


/***** start widget support ******/
.widget-support {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.widget-support--open {
    display: flex;
}

.widget-support__shadow {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 90;
}

.widget-support__wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    min-width: 450px;
    max-height: 100vh;
    background-color: #fff;
    padding: 30px 35px 20px 35px;
    border-radius: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
}

@media (max-width: 600px) {
    .widget-support__wrapper {
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        min-height: 100%;
        min-width: 100%;
        border-radius: 0;
    }
}

.widget-support__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
    color: var(--color-black);
}

.widget-support__close svg {
    width: 20px;
    height: 20px;
    transition: color .3s ease;
}

.widget-support__close:hover {
    color: var(--color-licorice);
}

.widget-support__success {
    display: none;
}

.widget-support__success--show {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.widget-support__success--show svg {
    width: 70px;
    height: 70px;
}

.widget-support__error {
    display: none;
}

.widget-support__error-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    margin: 0;
    background-color: var(--color-licorice);
    color: var(--color-white);
    border: solid 1px var(--color-licorice);
    outline: none;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
    border-radius: 10px;
}

.widget-support__error-back-button:hover {
    color: var(--color-licorice);
    background-color: var(--color-white);
}

.widget-support__error--show {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
}

.widget-support__head {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
    color: var(--color-licorice)
}

.widget-support__help-info {
    margin: 10px 0;
    font-size: 10px;
}

.widget-support-button {
    position: absolute;
    top: calc(100vh - 130px);
    left: calc(100vw - 110px);
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    justify-content: center;
    height: 40px;
    width: 40px;
    overflow: hidden;
    background-color: var(--color-white);
    color: var(--color-licorice);
    padding: 3px;
    border-radius: 50%;
    margin: 0;
    border: solid 1px var(--color-licorice);
    outline: none;
    transform-origin: center;
    transition: color .3s ease, background-color .3s ease, transform .7s, border-radius .7s;
    font-weight: 700;
}

@media (max-width: 600px) {
    .widget-support-button {
        top: calc(100vh - 200px);
        left: calc(100vw - 70px);
    }
}

.widget-support-button:hover {
    border-radius: 5px;
    transform: scale(4);
}

.widget-support-button__first-step {
    display: block;
    opacity: 1;
    visibility: visible;
    margin: auto;
    transition: opacity .3s ease, visibility .3s ease;
}

.widget-support-button:hover .widget-support-button__first-step {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
}

.widget-support-button:hover .widget-support-button__info {
    display: block;
    opacity: 1;
    visibility: visible;
}

.widget-support-button:hover .widget-support-button__info-button {
    display: block;
    opacity: 1;
    visibility: visible;
}

.widget-support-button__info {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 3px);
    min-height: 15px;
    height: 20px;
    font-size: 3px;
    transition: opacity .3s ease, visibility .3s ease;
    margin: 0 auto;
    padding: 0;
}

.widget-support-button__info-button {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    background-color: var(--color-licorice);
    color: var(--color-white);
    border: solid 1px var(--color-licorice);
    padding: 1px;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 3px;
}

.widget-support__buttons-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.widget-support__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    width: 100%;
    background-color: var(--color-licorice);
    color: var(--color-white);
    border-radius: 5px;
    border: solid 1px var(--color-licorice);
    outline: none;
    font-weight: 600;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
}

.widget-support__submit:hover {
    color: var(--color-licorice);
    background-color: transparent;
}

.widget-support__submit:disabled {
    background-color: var(--color-jungle-mist);
    border: solid 1px var(--color-jungle-mist);
}

.widget-support__reset {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    width: 100%;
    background-color: transparent;
    color: var(--color-gull-grey);
    border-radius: 5px;
    border: solid 1px var(--color-grey);
    outline: none;
    font-weight: 600;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
}

.widget-support__reset:hover {
    color: var(--color-black);
    border: solid 1px var(--color-black);
    background-color: transparent;
}

.widget-support__input.form-control {
    border-radius: 5px;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
    font-size: 16px;
}

.widget-support__input.form-control.widget-support__input--error {
    color: var(--color-sunset);
    border: solid 1px var(--color-sunset);
    animation: shake 0.2s ease-in-out 0s 2;
}

.widget-support__input.form-control.widget-support__input--success {
    color: var(--color-forest-green);
    border: solid 1px var(--color-forest-green);
}

.widget-support__textarea.form-control {
    height: auto;
    min-height: 100px;
    border-radius: 5px;
    resize: vertical;
    font-size: 16px;
}

@media (max-width: 767px) {
    .widget-support__textarea.form-control {
        min-height: 80px;
    }
}

.widget-support__textarea.form-control::placeholder {
    white-space: pre-line;
}


.widget-support__textarea.form-control.widget-support__textarea--error {
    color: var(--color-sunset);
    border: solid 1px var(--color-sunset);
    animation: shake 0.2s ease-in-out 0s 2;
}

.widget-support__textarea.form-control.widget-support__textarea--success {
    color: var(--color-forest-green);
    border: solid 1px var(--color-forest-green);
}

.form-group label.widget-support__label {
    margin-bottom: 5px;
}

.widget-support__label span {
    color: var(--color-sunset);
}

.form-group.widget-support__input-wrapper {
    margin: 0;
}

.widget-support__body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.widget-support__body--hidden {
    display: none;
}

.widget-support__body-inputs {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.visibility-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.area_content.overflow-hidden {
    overflow: hidden;
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

/***** end widget support ******/

/***** start info-login ******/

.reg-item__add-info {
    display: block;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-dim-gray);
}

/***** end info-login ******/
