@charset "UTF-8";
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?60480245');
    src: url('../fonts/fontello.eot?60480245#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?60480245') format('woff2'), url('../fonts/fontello.woff?60480245') format('woff'), url('../fonts/fontello.ttf?60480245') format('truetype'), url('../fonts/fontello.svg?60480245#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fontello icons*/
[class*="font-icon-"]:before, .updated-time:before, input[type="checkbox"]:checked + label:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #ced8e8;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

sup, sub {
    position: relative;
    top: -0.6em;
    font-size: 65% !important;
    line-height: 1em !important;
}

sub {
    top: auto;
    bottom: -0.3em;
}

small {
    display: inline-block;
    vertical-align: baseline;
    font-size: .75em;
    line-height: 1.666666666666667em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
    display: block;
}

/*_____________________________________________*/
html {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .2px;
    color: #333;
    min-width: 320px;
}

/*Common styles*/
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    position: relative;
    font-weight: 500;
    color: #010E1D;
}

h1 {
    font-size: 1.5em;
    line-height: 1.375em;
    width: 100%;
    margin: 0;
}

h2, .h2 {
    font-size: 1.5em;
    line-height: 1.583333333333333em;
    margin: 43px 0 27px;
}

h3, .h3 {
    font-size: 1.25em;
    line-height: 1.6em;
    margin: 46px 0 28px;
}

h4, .h4 {
    font-size: 1.125em;
    line-height: 1.666666666666667em;
    margin: 47px 0 28px;
}

h5, .h5 {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.444444444444444em;
    margin: 49px 0 30px;
}

h6, .h6 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.625em;
    margin: 48px 0 30px;
}

ol, ul {
    list-style: none;
    margin: 10px 0;
}

ol + ol, ul + ul, ol + ul, ul + ol {
    margin-top: 18px;
}

ul li, ol li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 10px;
    background: url("../i/list-bullet.svg") no-repeat 0 11px/23px 5px;
}

ol {
    counter-reset: list1;
    list-style: none;
}

ul ul, ol ol {
    margin-top: 10px;
    max-width: none;
}

ol > li {
    background: none;
}

ol > li:before {
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    line-height: 1em;
    color: #0fa38e;
}

ol ol {
    counter-reset: list2;
}

ol ol li {
    padding-left: 48px;
    background: none;
}

ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2);
}

ul li p:first-child, ol li p:first-child {
    margin-top: 0 !important;
}

ul li p:last-child, ol li p:last-child {
    margin-bottom: 0 !important;
}

/*_______________________________*/
.scroll-tbl {
    position: relative;
    width: 100%;
    margin: 55px 0 52px;
    border: 1px solid #e6ebf3;
    overflow-x: auto;
}

.scroll-tbl table {
    margin: 0 auto;
    border: none;
}

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e6ebf3;
}

table thead tr, table tr:nth-child(even) {
    background: #f9fafc;
}

table th, table td {
    font-size: .875em;
    line-height: 24px;
    padding: 27px 20px 29px;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #e6ebf3;
}

table th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 22px;
    color: #010E1D;
    padding: 21px 20px 23px;
}

table td {
    text-align: left;
}

table tr:first-child th {
    border-top: 0;
}

table th:first-child, table td:first-child {
    border-left: 0;
}

table th:last-child, table td:last-child {
    border-right: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table td > * {
    margin: 10px 0;
}

table td > *:first-child {
    margin-top: 0 !important;
}

table td > *:last-child {
    margin-bottom: 0 !important;
}

a {
    color: #178F7E;
    text-decoration: underline;
    outline: none !important;
}

.no-touchevents a:hover {
    opacity: .7;
    text-decoration: none;
}

a[href^=tel] {
    white-space: nowrap;
    text-decoration: none;
    border: none;
}

.no-touchevents a[href^=tel]:hover {

}

a[href^=mailto] {
    word-wrap: break-word;
}

.time {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1em;
    color: #A6AAB4;
    margin: 0 0 21px;
}

.updated-time {
    position: relative;
    padding-left: 22px;
}

.time a {
    color: #A6AAB4;
}

.no-touchevents .time a:hover {
    color: #A6AAB4;
    opacity: 1;
}

.updated-time:before {
    content: '\e800';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #EE7620;
}

p {
    margin: 10px 0;
}

.important-text {
    margin: 25px 0;
    padding-left: 20px;
    border-left: 3px solid #0fa38e;
}

.important-text > *:first-child {
    margin-top: 0;
}

.important-text > *:last-child {
    margin-bottom: 0;
}

.box-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.375em;
    margin: 0 0 20px;
}

blockquote {
    position: relative;
    display: block;
    margin: 30px 0;
}

blockquote .text {
    font-style: italic;
    padding: 0 0 0 33px;
}

blockquote .text p {
    position: relative;
    margin: 0 0 22px;
}

blockquote .text > *:last-child {
    margin: 0;
}

blockquote .text:before, blockquote .text p:last-child:after {
    content: '«';
    position: absolute;
    font-style: normal;
    font-size: 32px;
    line-height: 1em;
    color: #0fa38e;
}

blockquote .text:before {
    left: 10px;
    top: -6px;
}

blockquote .text p:last-child:after {
    content: '»';
    left: auto;
    top: auto;
    right: auto;
    margin: -7px 0 0 7px;
}

blockquote .author {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    margin: 15px 0 0 33px;
}

blockquote .author span {
    font-weight: 400;
    color: #9299a2;
}

blockquote .author .separator {
    display: inline-block;
    vertical-align: top;
    margin: 6px 6px 0;
    height: 11px;
    width: 1px;
    background: #A6AAB4;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

.img-wrap img {
    margin: 0;
}

a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

img.left, img.right {
    margin: 10px 21px 9px 0;
    max-width: 50%;
}

img.right {
    margin: 10px 0 9px 21px;
    max-width: 50%;
}

p img.left, p img.right {
    margin-top: 10px;
    margin-bottom: 9px;
}

figure {
    margin: 30px 0;
}

figure img {
    margin: 0;
}

figcaption {
    display: block;
    font-style: italic;
    font-size: 12px;
    line-height: 1.75em;
    color: #A6AAB4;
    margin: 8px 0 0;
}

hr {
    display: block;
    height: 0;
    padding: 0 0 1px;
    max-width: 820px;
    margin: 46px 0;
    border: none;
    background: #c9d4e5;
}

/*Font icons*/
.outside-icon {
    padding-left: 37px;
}

[class*="font-icon-"] {
    position: relative;
}

[class*="font-icon-"]:before {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
}

.font-icon-work-tel:before {
    content: '\e803';
}

.font-icon-personal-tel:before {
    content: '\e802';
    font-size: 23px;
}

.font-icon-test:before {
    content: '\e804';
    font-size: 14px;
    padding-left: 2px;
}

.font-icon-questionnaire:before {
    content: '\e805';
    font-size: 18px;
}

.font-icon-email:before {
    content: '\e806';
    font-size: 16px;
}

/*___________________________*/
/*Form styles*/
.form {
    position: relative;
}

.form .fields-group {
    margin: 0 0 30px;
    padding: 26px 21px 4px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(11, 62, 138, .1);
}

.form .fields-group.small-size {
    max-width: 383px;
}

.form .field {
    position: relative;
    width: 100%;
    margin: 0 0 26px;
}

.form .group-label {
    margin-bottom: 16px;
}

.field-name {
    position: relative;
    z-index: 3;
    line-height: 1.2em;
    display: block;
    letter-spacing: 0;
    color: #757F8C;
    margin: 0 0 -5px;
    transform: translateY(10px);
}

.on-focus .field-name, .static-view .field-name {
    transform: none;
}

.field-name.outer-field {
    margin: 40px 0 20px 21px;
    transform: none;
}

.required .field-name:after {
    content: '*';
    position: relative;
    top: -3px;
    color: #178F7E;
    margin: 0 0 0 2px;
}

.form p {
    margin: 0 0 12px;
}

.form .field-hint, .form .field-error {
    font-size: 12px;
    line-height: 18px;
    color: #A6AAB4;
    margin: 1px 0 -2px;
}

.duplicate-box {
    position: relative;
    margin-top: 12px;
}

.duplicate-box .form-control {
    padding-right: 32px;
}

.twin-form-box {
    position: relative;
    display: flex;
    align-items: center;
}

.twin-form-box > *:first-child {
    margin-right: 32px;
}

.js-remove-field {
    position: absolute;
    z-index: 10;
    right: -5px;
    /*top: 50%;*/
    top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    /*	margin: -11px 0 0 0;*/
    cursor: pointer;
}

.twin-form-box .js-remove-field {
    position: relative;
    margin-left: 16px;
    top: 0;
}

.no-touchevents .js-remove-field:hover {
    opacity: .7;
}

.js-add-field {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    color: #757F8C;
    cursor: pointer;
    margin: 16px 0 6px;
}

.field:last-child .js-add-field:last-child {
    margin-bottom: -6px;
}

.js-add-field span {
    font-size: 14px;
    border-bottom: 1px dashed #757F8C;
}

.no-touchevents .js-add-field:hover span {
    border-color: transparent;
}

.js-add-field svg {
    position: relative;
    top: 4px;
    margin: 0 0 0 11px;
}

.form-control, .vs__dropdown-toggle {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    color: #333;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 2px 0 0;
    border: none;
    border-bottom: 1px solid rgba(11, 62, 138, 0.2);;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    text-overflow: ellipsis;
}

.form-control.large-size-inp {
    height: 46px;
    font-size: 1.5em;
    line-height: 1.375em;
    letter-spacing: .2px;
    color: #333;
    padding: 0 0 11px 12px;
    margin: 0 0 16px;
    background: transparent;
    border-bottom: 2px solid #0FA38E;
}

textarea.form-control {
    min-height: 40px;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.4em;
    overflow: hidden !important;
    padding: 9px 0 8px;
    transition: border .2s ease;
}

.datepicker.form-control {
    max-width: 200px;
    background: #fff url("../i/datepicker-icon.svg") no-repeat 95% 14px/18px 18px;
    cursor: text;
}

.form-control.small-size {
    max-width: 200px;
}

.fields-group.small-size .datepicker {
    max-width: 100%;
}

.error-field .form-control {
    border-color: #FF0000;
}

.form-control:focus, .error-field .form-control:focus, .error-field.on-focus .form-control {
    border-color: #0fa38e;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9C9C9C;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9C9C9C;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9C9C9C;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0 !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

.form-control.large-size-inp::-webkit-input-placeholder {
    color: #333;
}

.form-control.large-size-inp::-moz-placeholder {
    color: #333;
}

.form-control.large-size-inp:-ms-input-placeholder {
    color: #333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

/*Datepicker*/
.vdp-datepicker__calendar {
    max-width: 100%;
}

/*Btn*/
button {
    border: none;
    background: none;
    cursor: pointer;
    outline: none !important;
}

.btn {
    position: relative;
    z-index: 4;
    display: table;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    padding: 11px 24px 12px;
    min-width: 240px;
    max-width: 100%;
    margin: 24px 0;
    background: linear-gradient(90deg, #178F7E 0%, #23D5BC 50%, #178F7E 100%);
    background-size: 200% 200%;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.form .btn {
    margin: 40px auto 0;
}

.btn.full-width {
    width: 100%;
}

.action-btn {
    width: 328px;
    color: #A6AAB4;
    letter-spacing: .1px;
    padding: 13px 24px 14px;
    margin: 20px auto 24px;
    background: transparent;
    border: 2px solid #0FA38E;
}

.btn.transparent {
    color: #0FA38E;
    padding: 9px 24px 10px;
    background: transparent;
    border: 2px solid #0FA38E;
}

.btn.transparent span {
    color: #A6AAB4;
    border-bottom: 1px dashed #A6AAB4;
}

.btn.large {
    padding-top: 14px;
    padding-bottom: 15px;
}

.action-btn span {
    border-bottom: 1px dashed #b0b4bc;
}

.no-touchevents .action-btn:hover span {
    border-color: transparent;
}

.btn::-moz-focus-inner {
    border: 0;
}

.no-touchevents .btn:not(:disabled):hover {
    color: #fff;
    background-color: #0fa38e;
    background-position: 100% 0;
}

.no-touchevents .btn.transparent:not(:disabled):hover span {
    color: #fff;
    border-color: transparent;
}

.no-touchevents a.btn:hover {
    opacity: 1;
}

.no-touchevents .btn:not(:disabled):active {
    box-shadow: inset 0 4px 10px rgba(4, 24, 63, .17);
}

.btn:disabled {
    background: #ebf3fb;
    border-color: #ebf3fb;
    cursor: default;
}

.text-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #178F7E;
    padding: 0;
}

.no-touchevents .text-btn:hover {
    opacity: .7;
}

.text-btn:disabled {
    cursor: default;
    opacity: .5 !important;
}

.text-btn img, .text-btn svg {
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px 0 0;
}

/*Errors*/
.form .field-error {
    color: #FF0000;
}

/*Form message*/
.form-message {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.625em;
    text-align: center;
    color: #616C83;
    margin: 33px 0 -4px;
}

.form-message + .form-message {
    margin-top: 22px;
}

.form-message p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form-message.ok:before, .form-message.error:before {
    content: '\e808';
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1em;
    color: #27C400;
    margin: 1px 12px 4px 0;
}

.form-message.error:before {
    content: '\e809';
    color: #FF0000;
}

/*Checkboxes and radio*/
.radio-text-item {
    position: relative;
    line-height: 0;
    margin: 16px 0;
}

.fields-group .radio-text-item {
    margin: 0 -21px 2px;
}

/*.fields-group .radio-text-item:last-child{
	margin-bottom: 9px;
	}
.fields-group .radio-text-item:first-child{
	margin-top: -14px;
	}*/
.fields-group .radio-text-item:last-child {
    margin-bottom: -4px;
}

.fields-group .radio-text-item:first-child {
    margin-top: -26px;
}

.radio-text-item input[type="radio"] {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.radio-text-item input[type="radio"] + label {
    position: relative;
    display: block;
    line-height: 1.375em;
    padding: 19px 21px 15px 56px;
    cursor: pointer;
}

.fields-group .radio-text-item:first-child input[type="radio"] + label {
    padding-top: 31px;
}

.fields-group .radio-text-item:last-child input[type="radio"] + label {
    padding-bottom: 29px;
}

.completed-questionnaire-view .radio-text-item input[type="radio"] + label, .completed-test-view .radio-text-item input[type="radio"] + label {
    cursor: default;
}

.radio-text-item input[type="radio"]:checked + label, .no-touchevents .radio-text-item input[type="radio"]:not(:disabled) + label:hover {
    background: rgba(15, 163, 142, 0.05);
}

.radio-text-item input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #0fa38e;
}

.radio-text-item input[type="radio"]:disabled + label {
    cursor: default;
}

.radio-text-item input[type="radio"] + label:before {
    content: attr(data-letter);
    position: absolute;
    left: 20px;
    top: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    color: #757F8C;
    text-transform: uppercase;
}

.fields-group .radio-text-item:first-child input[type="radio"] + label:before {
    top: 27px;
}

.radio-text-item input[type="radio"]:checked + label:before {
    color: #178F7E;
}

.radio-text-item input[type="radio"]:disabled + label:before {
    opacity: .5;
}

.completed-questionnaire-view .radio-text-item input[type="radio"]:disabled + label:before, .completed-test-view .radio-text-item input[type="radio"]:disabled + label:before {
    opacity: 1;
}

.radio-text-item strong {
    font-weight: 500;
}

.remove-selection {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 27px 0 12px;
}

.js-remove-selection {
    color: #A6AAB4;
    text-decoration: none;
    border-bottom: 1px dashed #a6aab4;
}

.no-touchevents .js-remove-selection:hover {
    color: #A6AAB4;
    border-bottom-color: transparent;
}

.checkbox-group {
    margin: 16px 0;
}

.remove-selection + .checkbox-group {
    margin-top: 12px;
}

.checkbox-group:last-child {
    margin-bottom: 0;
}

.checkbox-item {
    position: relative;
    font-size: 1em;
    line-height: 1.5em;
    padding: 18px 0 21px;
    border-bottom: 1px solid #c9d4e5;
}

.checkbox-item.form-view {
    margin: 0 0 16px;
}

.checkbox-item.form-view {
    padding: 0;
    border: none;
}

.field:last-of-type .checkbox-item.form-view:last-child {
    margin-bottom: -12px;
}

.checkbox-item p {
    margin: 0;
}

.checkbox-item input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.checkbox-item input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #333;
    padding: 0 0 0 44px;
    margin: 0 0 0 13px;
    cursor: pointer;
}

.checkbox-item.form-view input[type="checkbox"] + label {
    font-size: 14px;
    padding-left: 32px;
    margin: 0;
}

.checkbox-item input[type="checkbox"]:disabled + label {
    cursor: default;
    color: #7B888E;
}

.checkbox-item input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: -9px 0 0;
    border: 2px solid #0FA38E;
    border-radius: 2px;
}

.checkbox-item.form-view input[type="checkbox"] + label:before {
    top: 2px;
    margin: 0;
}

.checkbox-item input[type="checkbox"]:checked + label:before {
    content: '\e801';
    font-size: 10px;
    text-align: center;
    background: #0FA38E;
}

.checkbox-item input[type="checkbox"]:disabled + label:before {
    opacity: .5;
}

.checkbox-item.loading-state input[type="checkbox"] + label:before {
    display: none;
}

.checkbox-item .loader {
    display: none;
    position: absolute;
    left: 13px;
    top: 50%;
    margin: -11px 0 0;
}

.check-list-item-box .checkbox-item .loader {
    top: 0;
    left: 0;
    margin: 0;
}

.checkbox-item.loading-state .loader {
    display: block;
}

/*Appearance*/
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

.no-indent {
    margin-bottom: 0 !important;
}

.align-m, .align-b {
    display: table-cell;
    vertical-align: middle;
}

.align-b {
    vertical-align: bottom;
}

.no-wrap {
    white-space: nowrap;
}

/*Independent*/
.container {
    position: relative;
    max-width: 1006px;
    padding: 0 24px;
    margin: 0 auto;
}

/*Social links*/
.social-links {
    font-size: 0;
    line-height: 0;
    margin: 36px 0;
}

.social-links a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    margin: 0 31px 0 0;
    padding: 0;
    opacity: 1;
    text-decoration: none;
    border: none !important;
}

.no-touchevents .social-links a:hover {
    opacity: .7;
}

.social-links a:before {

}

/*Favourite icon*/
.favourite-state {
    position: relative;
    display: block;
    width: 20px;
    max-width: 20px;
    height: 19px;
    cursor: pointer;
}

.no-touchevents .favourite-state:hover svg:not(.loader) *, .favourite-state.active svg:not(.loader) * {
    fill: #0fa38e;
}

.favourite-state .loader {
    display: none;
    position: absolute;
    left: 1px;
    top: 1px;
}

.favourite-state.loading-state svg {
    display: none;
}

.favourite-state.loading-state .loader {
    display: block;
}

/*=========================================================================
								STRUCTURE
==========================================================================*/
#app {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    padding: 70px 0 0 104px;
    background: #f9fafb;
    transition: padding .3s ease;
}

#app.introductory-view {
    padding-top: 0;
    padding-bottom: 0;
}

#app.no-nav {
    padding-left: 0;
}

#app.hidden-header {
    padding-top: 0;
}

.loading-box {
    position: relative;
    top: -40px;
    margin: auto;
}

.loading-box.no-logo {
    top: 0;
    margin: 24px 0 0;
}

.max-w-content + .loading-box {
    margin-top: 100px;
}

.loading-box img {
    margin: 0 auto;
}

.loading-box .loader-logo {
    margin-bottom: 14px;
}

.loading-box.no-logo .loader-logo {
    display: none;
}

/*Header*/
#header {
    position: absolute;
    z-index: 999;
    left: 104px;
    top: 0;
    right: 0;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
    transition: transform .3s ease;
}

.hidden-header #header {
    transform: translate3d(0, -100%, 0);
}

#header .container {
    display: flex;
    align-items: center;
    max-width: 1816px;
    margin: 0 auto;
    padding: 8px 50px 0 40px;
}

#logo-mobile {
    display: none;
    width: 48px;
    height: 48px;
    background: url("../i/logo-mobile.svg") no-repeat 0 0;
}

.no-touchevents #logo-mobile:hover {
    opacity: .7;
}

/*App user bar*/
.app-user-bar {
    display: flex;
    align-items: center;
    margin: 10px 0 0 42px;
}

.app-user-bar .bar-item {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .2px;
    color: #A6AAB4;
    cursor: pointer;
    transition: color .2s ease;
}

.no-touchevents .app-user-bar .bar-item:hover {
    color: #0fa38e;
}

.app-user-bar .bar-item .icon {
    line-height: 0;
}

.no-touchevents .app-user-bar .bar-item .icon svg * {
    transition: fill .2s ease;
}

.no-touchevents .app-user-bar .bar-item:hover .icon svg * {
    fill: #0fa38e;
}

.app-user-bar .bar-item .text {
    margin-left: 7px;
}

/*App search box*/
.app-search-form {
    position: relative;
    width: 440px;
    max-width: calc(100% - 72px);
    margin: 0 0 0 auto;
}

.app-search-form .form-control {
    font-weight: 400;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #757F8C;
    padding: 0 58px 0 17px;
    border-color: #0fa38e;
}

.app-search-form .form-control::-webkit-input-placeholder {
    color: #757F8C;
}

.app-search-form .form-control::-moz-placeholder {
    color: #757F8C;
}

.app-search-form .form-control:-ms-input-placeholder {
    color: #757F8C;
}

.app-search-form .search-btn {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 58px;
    margin: 0;
}

.no-touchevents .app-search-form .search-btn:hover {
    opacity: .7;
}

.app-search-form .search-btn svg {
    margin: 0 auto;
}

/*Nav*/
#nav {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    font-size: 0;
    /**/
    width: 104px;
    height: 100%;
    background: #0fa38e;
    /*overflow: hidden;
	overflow-y: auto;*/
}

#logo {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 76px;
    height: 71px;
    margin: 0 auto;
    background: url("../i/app-logo.svg") no-repeat 0 0/76px 71px;
}

.no-touchevents #logo:hover {
    opacity: .7;
}

#nav .__view, #nav .__slide {
    padding: 100px 0 20px;
    height: 100%;
    min-width: 100%;
}

#nav .__view:before, #nav .__slide:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    display: none;
    height: 100%;
    margin: 0 -1px 0 0;
    width: 0;
}

#nav ul {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#nav li {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin: 25px 0;
    padding: 0;
    background: none;
}

#nav li:last-child {
    margin-bottom: 40px;
}

#nav li a {
    display: inline-block;
    vertical-align: top;
    opacity: 1 !important;
}

#nav li .router-link-active, #nav .disabled a {
    cursor: default;
}

#nav .disabled a {
    opacity: .5 !important;
}

#nav li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border-radius: 110%;
    transition: background .2s ease;
}

#nav li .router-link-active .icon, .no-touchevents #nav li:not(.disabled) a:hover .icon {
    background: #fff;
}

#nav li .icon svg * {
    transition: fill .2s ease;
}

#nav li .router-link-active .icon svg *, .no-touchevents #nav li:not(.disabled) a:not(.router-link-active):hover .icon svg * {
    fill: #0fa38e;
}

.knowledge-base-component #nav li .router-link-active .icon svg * {
    fill: #226FEC;
}

.check-lists-component #nav li .router-link-active .icon svg * {
    fill: #58C97E;
}

.faq-component #nav li .router-link-active .icon svg * {
    fill: #315385;
}

.humans-component #nav li .router-link-active .icon svg * {
    fill: #64b1c9;
}

#nav li a {
    color: #fff;
    text-decoration: none;
}

.app-sub-nav {
    display: none;
    align-items: flex-start;
    font-weight: 700;
    font-size: 1.0625em;
    text-align: center;
    line-height: 1em;
    margin: 0 0 24px;
}

.current-component .app-sub-nav {
    transition: transform .3s ease;
}

.current-component .branch-manipulation .app-sub-nav {
    transform: translate3d(0, calc(-100% - 16px), 0);
    margin-bottom: -32px;
}

#header .app-sub-nav {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: flex;
    max-width: 55%;
    margin: 0;
    width: 600px;
}

#header .app-sub-nav a {
    max-width: 200px;
}

.app-sub-nav a {
    display: block;
    width: 50%;
    padding: 15px 10px;
    color: #757F8C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.app-sub-nav a.active {
    color: #178F7E;
    border-color: #0FA38E;
}

.no-touchevents .app-sub-nav a:hover {
    color: #178F7E;
    opacity: 1;
}

.no-touchevents .app-sub-nav a.active:hover {
    color: rgba(23, 143, 126, .7);
}

/*============================MAIN=============================*/
/*Components*/
.components-view {
    position: relative;
    z-index: 10;
    display: flex;
    height: 100%;
    width: 100%;
}

/*Vue scroll*/
.__vuescroll .__view {
    max-width: 100%;
}

.__bar-is-vertical, .__bar-is-horizontal {
    background: rgba(201, 212, 229, 1) !important;
}

.__vuescroll .__rail-is-horizontal {
    display: none !important;
}

.__rail-is-vertical {
    z-index: 100 !important;
}

/*Current component*/
.current-component {
    position: relative;
    z-index: 3;
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}

.min-width-on-hide {
    position: relative;
    width: 100%;
    height: 100%;
}

.components-view.leaving-component-visible .current-component {
    width: 35%;
}

.components-view.current-component-hide .current-component {
    /*	transform: translate3d(calc(-100% + 40px), 0, 0);*/
    width: 40px;
    overflow: hidden;
}

.current-component .__vuescroll .__view {
    padding: 40px;
}

.introductory-view .current-component.vr-align-center .__view {
    display: flex;
    align-items: center;
}

.back-link-box {
    margin: 0 auto;
    max-width: 1280px;
}

.back-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-left: 32px;
    text-decoration: none;
}

.back-link svg {
    position: absolute;
    left: 0;
    top: 1px;
}

.current-component .max-w-content {
    position: relative;
    max-width: 1200px;
}

.home-component .current-component .max-w-content {
    max-width: 1608px;
}

.current-component-hide .current-component .scroll-box {
    overflow-y: hidden;
}

.current-component-hide .current-component .__vuescroll .__bar-is-vertical {
    display: none;
}

.js-hide-current-component {
    display: none;
    position: absolute;
    right: 9px;
    top: 16px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    line-height: 0;
    cursor: pointer;
}

.leaving-component-visible .js-hide-current-component {
    display: flex;
}

.current-component-hide .js-hide-current-component {
    right: 4px;
    transform: scaleX(-1);
}

.no-touchevents .js-hide-current-component:hover {
    opacity: .7;
}

.js-hide-branch-component {
    position: absolute;
    top: -10px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.no-touchevents .js-hide-leaving-component:hover, .no-touchevents .js-hide-branch-component:hover {
    opacity: .7;
}

/*Leaving box component*/
.leaving-box-component {
    /*display: none;*/
    position: relative;
    z-index: 4;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s ease;
    visibility: hidden;
    width: 0;
}

.components-view.leaving-component-visible .leaving-box-component {
    visibility: visible;
    width: 65%;
}

.components-view.current-component-hide .leaving-box-component {
    width: calc(100% - 40px);
    max-width: none;
}

.leaving-box-component .__vuescroll .__view {
    padding: 40px 50px 40px 60px;
}

.js-hide-leaving-component {
    position: absolute;
    top: 16px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.no-touchevents .js-hide-leaving-component:hover {
    opacity: .7;
}

.js-hide-leaving-component.with-text {
    display: inline-flex;
    justify-content: flex-start;
    left: 0;
    width: auto;
    font-size: 14px;
}

.js-hide-leaving-component.with-text svg {
    margin-right: 12px;
}

/*Authorization component*/
.authorization-box {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 32px;
}

.authorization-box .logo {
    margin: 0 auto 50px;
}

.authorization-box .box-title {
    margin: 0 0 48px;
}

.authorization-box .form {
    text-align: left;
}

/*Questionnaire test box*/
.questionnaire-test-box {
    text-align: center;
    max-width: 864px;
    width: 100%;
    margin: 0 auto 32px;
}

.questionnaire-test-box .logo {
    margin: 0 auto 58px;
}

.questionnaire-test-box p {
    max-width: 580px;
    margin: 0 auto 10px;
}

.substrate-box {
    display: block;
    background: #fff;
    box-shadow: 0 2px 3px rgba(11, 62, 138, .1);
}

.questionnaire-test-box .grid {
    display: flex;
    justify-content: space-between;
    margin: 64px 0 0;
}

.questionnaire-test-box .substrate-box {
    position: relative;
    color: #333;
    text-align: left;
    width: calc(50% - 16px);
    max-width: 382px;
    padding: 20px 40px 28px 20px;
    text-decoration: none;
    opacity: 1 !important;
}

.questionnaire-test-box .substrate-box.disabled {
    color: #A6AAB4;
}

.no-touchevents .questionnaire-test-box .substrate-box:not(.disabled):hover {
    color: #fff;
    background: #0fa38e;
}

.questionnaire-test-box .substrate-box .sub-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    margin: -8px 0 0 0;
}

.questionnaire-test-box .substrate-box.disabled .sub-icon * {
    fill: #A6AAB4;
}

.no-touchevents .questionnaire-test-box .substrate-box:not(.disabled):hover .sub-icon * {
    fill: #fff;
}

.questionnaire-test-box .substrate-box p {
    margin: 0;
}

.questionnaire-test-box .substrate-box .box-title {
    position: relative;
    margin: 0 0 8px;
    padding-left: 34px;
}

.questionnaire-test-box .substrate-box .box-title .icon {
    position: absolute;
    left: 0;
    top: 6px;
    display: flex;
    align-items: center;
    line-height: 0;
    width: 24px;
    height: 24px;
}

.questionnaire-test-box .substrate-box.disabled .box-title .icon svg * {
    fill: #A6AAB4;
}

.no-touchevents .questionnaire-test-box .substrate-box:not(.disabled):hover .box-title .icon svg * {
    fill: #fff;
}

/*Questionnaire box & Test box*/
.questionnaire-box, .test-box {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 32px;
    padding-top: 6px;
}

.questionnaire-box {
    margin-bottom: 22px;
}

.questionnaire-box > .box-title, .test-box > .box-title {
    font-weight: 700;
    text-align: center;
    margin: 0 0 38px;
}

.steps-progress {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 54px;
}

.steps-progress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #c9d4e5;
}

.steps-progress li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1em;
    color: rgba(51, 51, 51, .4);
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0 27px;
    background: #fff;
    border-radius: 110%;
    box-shadow: 0 0 23px rgba(11, 62, 138, .15);
}

.steps-progress .current-step {
    color: #333;
}

.steps-progress .passed {
    color: rgba(51, 51, 15, .4);
}

.steps-progress li:before, .steps-progress li:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 42px;
    height: 42px;
    background: #e4eaf2;
    border-radius: 110%;
}

.steps-progress .current-step:before, .steps-progress .passed:before {
    background: linear-gradient(180deg, #23D4BB 0%, #0FA38E 100%);
}

.steps-progress .passed:before {
    opacity: .4;
}

.steps-progress li:after {
    left: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    background: #fff;
    box-shadow: 0 0 23px rgba(11, 62, 138, .15);
}

.steps-progress li span {
    position: relative;
    z-index: 2;
}

.questionnaire-form-box .box-title, .test-form-box .box-title {
    margin: 0 0 30px 22px;
}

.steps-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 0;
}

.steps-nav a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    color: #178F7E;
    text-decoration: none;
    opacity: 1 !important;
}

.no-touchevents .steps-nav a:hover {
    color: #178F7E;
}

.steps-nav a span {
    margin-right: 12px;
}

.steps-nav .prev-step {
    font-size: 16px;
}

.steps-nav .next-step {
    margin-left: auto;
}

.steps-nav .prev-step span, .steps-nav .submit-questionnaire span {
    margin: 0 0 0 12px;
}

.no-touchevents .steps-nav a:hover .arrow, .steps-nav a:focus .arrow {
    animation: boxlinkarrow .6s infinite ease-in-out;
}

.no-touchevents .steps-nav .prev-step:hover .arrow, .steps-nav .prev-step:focus .arrow {
    animation: prevsteparrow .6s infinite ease-in-out;
}

.no-touchevents .submit-questionnaire:hover {
    opacity: .7 !important;
}

@keyframes prevsteparrow {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-9px);
    }
    100% {
        transform: translateX(0px);
    }
}

.test-box .instruction-box {
    margin: 0 0 45px 22px;
}

/*Home component*/
.dashboard-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 40px;
}

.dashboard-grid .col {
    width: 47.2636815920398%;
}

.dashboard-items-box {
    margin: 0 0 24px;
}

.js-toggle-dashboard-items {
    position: relative;
    cursor: pointer;
    margin: 0 0 16px;
}

.js-toggle-dashboard-items:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 18px;
    right: 54px;
    height: 1px;
    background: #e2e7f0;
}

.js-toggle-dashboard-items span {
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    background: #f9fafb;
}

.js-toggle-dashboard-items:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    background: url("../i/answer-arrow.svg") no-repeat 50% 50%/12px 8px;
    transform: scaleY(-1);
}

.opened-dropdown .js-toggle-dashboard-items:after {
    transform: none;
}

.dashboard-items-dropdown {
    display: none;
}

.dashboard-item {
    position: relative;
    letter-spacing: 0;
    padding: 11px 48px 15px 35px;
    margin: 0;
    border-bottom: 1px solid #c9d4e5;
}

.dashboard-item.sortable-chosen {
    background-color: rgba(15, 163, 142, .025);
}

.dashboard-item p {
    margin: 0;
}

.dashboard-item p a {
    color: #000;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 3px;
}

.no-touchevents .dashboard-item p a:hover {
    color: #000;
    opacity: .5;
}

.dashboard-item-section {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #A6AAB4;
    margin: 1px 0 0;
    padding-left: 19px;
}

.dashboard-item-section:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 6px;
    border-radius: 110%;
    background: #0fa38e;
}

.dashboard-item-section.knowledge-base-mark:before {
    background: #226FEC;
}

.dashboard-item-section.documents-mark:before {
    background: #FFA234;
}

.dashboard-item-section.check-lists-mark:before {
    background: #58C97E;
}

.dashboard-item-section.training-mark:before {
    background: #CE4FE2;
}

.draggable-icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    cursor: move;
}

.sortable-chosen .draggable-icon svg *, .no-touchevents .draggable-icon:hover svg * {
    fill: #0fa38e;
}

.item-controls {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    cursor: pointer;
}

.item-controls .controls-icon {
    line-height: 0;
}

.no-touchevents .item-controls:hover .controls-icon svg * {
    fill: #0fa38e;
}

.item-controls .controls-dropdown {
    position: absolute;
    z-index: 10;
    right: 25px;
    top: -14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #757F8C;
    text-align: left;
    margin: 0;
    padding: 15px 32px 14px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(11, 62, 138, .2);
    cursor: default;
}

.item-controls .controls-dropdown li {
    white-space: nowrap;
    padding: 0;
    margin: 0 0 20px;
    background: none;
}

.item-controls .controls-dropdown li:last-child {
    margin: 0;
}

.item-controls .controls-dropdown span {
    cursor: pointer;
}

.no-touchevents .item-controls .controls-dropdown span:hover {
    color: #A6AAB4;
}

.item-controls .controls-dropdown:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 16px;
    right: -2px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.js-show-more-dashboard-items {
    display: table;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #A6AAB4;
    margin: 19px auto 0;
    padding-bottom: 2px;
    border-bottom: 1px dashed #d0d2d8;
    cursor: pointer;
}

.no-touchevents .js-show-more-dashboard-items:hover {
    border-color: transparent;
}

.js-show-more-dashboard-items.active svg {
    transform: scaleY(-1);
}

.js-show-more-dashboard-items svg {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 6px;
}

/*Check lists*/
.create-branch {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1em;
    margin: -20px 24px 0 0;
}

.create-branch a {
    position: relative;
    color: #757F8C;
    padding-bottom: 3px;
    border-bottom: 1px dashed #757F8C;
    text-decoration: none;
}

.no-touchevents .create-branch a:hover {
    color: #757F8C;
    border-bottom-color: transparent;
    opacity: 1;
}

.create-branch a svg {
    position: absolute;
    left: -26px;
    width: 26px;
    top: 2px;
}

.header-branch-box {
    margin: -24px 0 32px;
    padding: 0 0 0 12px;
}

.header-branch-box .title {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.375em;
    color: #333;
}

.branch-title {
    font-size: 1.5em;
    line-height: 1.375em;
    color: #333;
    padding: 0 0 11px 12px;
    margin: 0 0 16px;
    border-bottom: 2px solid #0FA38E;
}

.branch-sub-title {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.375em;
    color: #333;
    margin: 0 0 9px;
}

.branch-title + .branch-sub-title {
    margin-top: 27px;
}

.check-lists.large-indent {
    margin-bottom: 100px;
}

.check-list-item-row {
    position: relative;
    z-index: 1;
}

.check-list-item-row.opened-dropdown {
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
}

.check-list-item-row.opened-dropdown:before {
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background: #0FA38E;
}

.check-list-item-box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    letter-spacing: 0;
    color: #333;
    padding: 18px 56px 20px 32px;
    margin: 0;
    border-bottom: 1px solid #c9d4e5;
}

.check-list-item-box.js-open-dropdown {
    padding-right: 110px;
}

.checkbox-view .check-list-item-box.js-open-dropdown {
    padding-right: 64px;
    padding-left: 13px;
}

.checkbox-view.can-drag .check-list-item-box.js-open-dropdown, .checkbox-view.can-drag .check-list-dropdown .check-list-item-box {
    padding-left: 40px;
}

.leaving-component-visible .check-list-item-box {
    padding-right: 40px;
}

.checkbox-group .check-list-item-box {
    padding: 0;
}

.check-list-item-row .check-list-item-box.opened-controls, .check-list-item-row.higher-index {
    z-index: 3;
}

.check-list-item-box .checkbox-item {
    padding: 0;
    width: 44px;
    margin: 3px 0 0;
    border: none;
}

.check-list-item-box .checkbox-item input[type="checkbox"] + label {
    display: block;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
}

.leaving-component-visible .check-list-item-box.js-open-dropdown {
    padding-right: 60px;
}

.check-list-item-box.checked {
    color: #A6AAB4;
}

.check-list-item-row > .check-list-item-box {
    cursor: pointer;
}

.check-list-item-row.opened-dropdown > .check-list-item-box {
    background: #f3f9f8;
}

.check-list-item-row.opened-dropdown > .check-list-item-box:hover {
    background: #fff;
}

.check-list-item-row:not(.opened-dropdown) > .check-list-item-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(11, 62, 138, .1);
    opacity: 0;
}

.no-touchevents .check-list-item-row:not(.opened-dropdown):hover > .check-list-item-box:before {
    opacity: 1;
}

.check-list-dropdown .check-list-item-box.active {
    background: #f3f9f8;
}

.check-list-dropdown .check-list-item-box:last-child {
    border-bottom: transparent;
}

.check-list-item-box.js-open-dropdown:after {
    content: '';
    position: absolute;
    right: 64px;
    top: 19px;
    width: 24px;
    height: 24px;
    background: url("../i/answer-arrow.svg") no-repeat 50% 50%/12px 8px;
    transform: scaleY(-1);
}

.checkbox-view .check-list-item-box.js-open-dropdown:after {
    right: 10px;
}

.leaving-component-visible .check-list-item-box:after {
    right: 32px;
}

.check-list-item-row.opened-dropdown > .check-list-item-box:after {
    transform: none;
}

.check-list-dropdown .check-list-item-box:after {
    display: none;
}

.check-list-dropdown .check-list-item-box.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: #0FA38E;
}

.check-list-item-box .item-controls {
    top: 31px;
    right: 16px;
}

.leaving-component-visible .check-list-item-box .item-controls {
    right: 0;
}

.check-list-item-box .data-box {
    flex-grow: 1;
    width: calc(100% - 72px);
}

.leaving-component-visible .check-list-item-box .data-box {
    width: calc(100% - 54px);
}

.check-list-item-box p {
    margin: 0;
}

.check-list-item-row.opened-dropdown > .check-list-item-box .title {
    font-weight: 500;
}

.check-list-item-box .quantity-box {
    width: 72px;
    min-width: 72px;
    line-height: 1em;
    margin: 4px 0 0;
}

.check-list-item-box .quantity {
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #a6aab4;
}

.check-list-item-box .quantity-box .time {
    display: none;
}

.check-list-item-box .icon-box {
    display: flex;
    align-items: flex-start;
    width: 72px;
    min-width: 72px;
    padding: 0 10px;
    margin: 3px 0 0;
}

.leaving-component-visible .check-list-item-box .quantity-box, .leaving-component-visible .check-list-item-box .icon-box {
    width: 54px;
    min-width: 54px;
}

.check-list-item-box .quantity .current {
    color: #0FA38E;
}

.check-list-item-box .updated-time {
    margin: 12px 0 0;
}

.check-list-dropdown .check-list-item-box .title a {
    color: #333;
    text-decoration: none;
}

.no-touchevents .check-list-dropdown .check-list-item-box .title a:hover {
    opacity: .7;
}

.branch-btns-box {
    position: fixed;
    z-index: 1000;
    left: 104px;
    bottom: 0;
    right: 0;
    padding: 18px 40px;
    background: rgba(0, 15, 38, .8);
}

.leaving-box-component .branch-btns-box {
    left: calc(35% + 67px);
}

.branch-btns-box.disabled:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
}

.branch-btns-box .sub-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.leaving-box-component .branch-btns-box .sub-box {
    justify-content: center;
}

.branch-btns-box.center .sub-box {
    justify-content: center;
    max-width: 1200px;
}

.branch-btns-box .transparent {
    width: auto;
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.no-touchevents .branch-btns-box .transparent:hover {
    color: rgba(0, 15, 38, .8);
    background: #fff;
}

.branch-btns-box .btn {
    margin: 10px 0;
}

.branch-btns-box .transparent {
    margin-right: 40px;
}

.all-check-lists {
    margin: -14px 0 100px;
}

.all-check-lists .article-header {
    margin: 0;
}

.all-check-lists .box-title {
    order: 2;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.375em;
    color: #333;
    margin-bottom: 18px;
    width: 100%;
}

/*Faq box*/
.faq-component .max-w-content {
    max-width: 1120px;
}

.faq-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1610px;
}

.faq-box > .max-w-content {
    width: calc(100% - 420px);
}

.faq-aside {
    width: 360px;
}

.faq-aside .btn {
    margin-bottom: 0;
}

/*Accordion*/
.accordion.comments-view {
    margin-top: 54px;
}

.accordion .item {
    position: relative;
}

.accordion .opened {
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
}

.accordion.comments-view .opened {
    background: transparent;
    box-shadow: none;
}

.accordion .item:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 2px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
}

.no-touchevents .accordion .item:hover:before {
    opacity: 1;
}

.accordion .opened:before, .accordion.comments-view .item:before {
    display: none !important;
}

.accordion .title {
    position: relative;
    letter-spacing: 0;
    color: #333;
    padding: 18px 56px 20px 32px;
    margin: 0;
    border-bottom: 1px solid #c9d4e5;
    cursor: pointer;
}

.no-touchevents .accordion .title:hover, .accordion .opened .title {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 2px 5px rgba(11, 62, 138, .1);
}

.accordion.comments-view .title {
    padding-left: 0;
    border: none;
}

.no-touchevents .accordion.comments-view .title:hover, .accordion.comments-view .opened .title {
    background: transparent;
    border-color: #c9d4e5;
    box-shadow: none;
}

.accordion .opened .title {
    background: #f3f9f8;
    border-color: #c9d4e5;
    box-shadow: none !important;
}

.no-touchevents .accordion .opened .title:hover {
    border-color: #c9d4e5;
}

.accordion .title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 19px;
    width: 24px;
    height: 24px;
    background: url("../i/answer-arrow.svg") no-repeat 50% 50%/12px 8px;
    transform: scaleY(-1);
}

.accordion .opened .title:after {
    transform: none;
}

.accordion .opened .title:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0fa38e;
}

.accordion.comments-view .opened .title:before {
    display: none !important;
}

.accordion.comments-view .title span {
    color: #A6AAB4;
    border-bottom: 1px dashed #A6AAB4;
}

.no-touchevents .accordion.comments-view .title:hover span {
    border-color: transparent;
}

.accordion .dropdown {
    padding: 15px 56px 31px 50px;
}

.accordion.comments-view .dropdown {
    padding: 12px 0 0;
}

.accordion .dropdown * {
    max-width: 880px;
}

.accordion.comments-view .dropdown * {
    max-width: none;
}

.accordion .dropdown > *:first-child {
    margin-top: 0;
}

.accordion .dropdown > *:last-child {
    margin-bottom: 0;
}

/*Humans component*/
.humans-component .current-component .max-w-content {
    position: relative;
    max-width: 1260px;
}

.humans-component .leaving-box-component .max-w-content {
    margin: 0 auto;
}

.humans-table .row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #A6AAB4;
    padding: 12px 0;
    border-bottom: 1px solid #c9d4e5;
    cursor: pointer;
}

.humans-table .row.active {
    border-right: 2px solid #0fa38e;
    background: #edf5f5;
}

.humans-table .row:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    bottom: -1px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(11, 62, 138, .15);
    opacity: 0;
}

.no-touchevents .humans-table .row:not(.active):hover:before {
    opacity: 1;
}

.humans-table .sub-row {
    display: flex;
    align-items: center;
    width: calc(100% - 126px);
}

.humans-table .mobile-row {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.humans-table .col {
    position: relative;
    z-index: 2;
    padding-right: 16px;
}

.humans-table .col:last-child {
    padding-right: 0;
}

.humans-table .avatar-col {
    width: 126px;
    padding: 0 0 0 16px;
}

.humans-table .name-col {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding-right: 24px;
}

.humans-table .position-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-top: 3px;
}

.humans-table .tel-col {
    min-width: 160px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
}

.humans-table .info-col {
    flex-grow: 1;
    font-size: 12px;
    line-height: 18px;
    padding-top: 3px;
}

.humans-table .status-col {
    font-size: 12px;
    line-height: 18px;
    padding-top: 2px;
    width: 33%;
}

.humans-table .sub-links-col {
    display: flex;
    flex-grow: 1;
    max-width: 220px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 2px;
}

.humans-table .sub-links-col .bg-icon {
    position: relative;
    padding-left: 22px;
}

.humans-table .sub-links-col .bg-icon .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 1px;
    display: flex;
    align-items: center;
}

.humans-table .sub-links-col .test-icon .icon {
    top: 3px;
}

.humans-table p {
    margin: 4px 0;
}

.humans-table a {
    color: #178F7E;
    text-decoration: none;
}

.no-touchevents .humans-table a:hover {
    color: #178F7E;
    opacity: .7;
}

.humans-table .avatar-col .img {
    width: 64px;
    height: 64px;
    border-radius: 110%;
    overflow: hidden;
}

.humans-table .avatar-col img {
    margin: 0;
}

.humans-table .sub-links-col p {
    flex-grow: 1;
    margin: 0;
}

/*Employees view table*/
.humans-table.employees-view {
    max-width: 1092px;
}

.humans-table.employees-view .name-col {
    width: 36.4%;
}

.humans-table.employees-view .position-col {
    width: 71%;
    margin-top: -4px;
    margin-bottom: -5px;
}

.humans-table.employees-view .sub-col {
    flex-grow: 1;
    width: calc(50% + 8px);
    padding-right: 16px;
}

.humans-table.employees-view .sub-col:nth-child(even) {
    width: calc(50% - 8px);
    padding-right: 0;
}

.humans-table.employees-view .sub-col.main {
    color: #757F8C;
}

.humans-table.employees-view .tel-col {
    width: 29%;
}

.humans-table.employees-view .sub-col p:first-child {
}

/*Trainees view table*/
.humans-table.trainees-view {
    max-width: 900px;
}

.humans-table.trainees-view .name-col {
    width: 45.45%;
}

.humans-table.trainees-view .position-col {
    display: block;
    width: 51.8%;
}

.humans-table.trainees-view .tel-col {
    width: 48.2%;
}

/*Candidates view table*/
.humans-table.candidates-view {
    max-width: 1140px;
}

.humans-table.candidates-view .name-col {
    width: 34.75%;
}

.humans-table.candidates-view .tel-col {
    width: 32%;
}

/*When leaving component visible*/
.leaving-component-visible .humans-table .row {
    align-items: flex-start;
}

.leaving-component-visible .humans-table .sub-row, .leaving-component-visible .humans-table .mobile-row {
    display: block;
}

.leaving-component-visible .humans-table .sub-row {
    width: calc(100% - 100px);
    padding-right: 16px;
}

.leaving-component-visible .humans-table .col:not(.avatar-col) {
    width: 100%;
    padding: 0;
}

.leaving-component-visible .humans-table .avatar-col {
    width: 100px;
}

.leaving-component-visible .humans-table .name-col p {
    margin-top: 0;
}

.leaving-component-visible .humans-table .status-col {
    margin-bottom: 6px;
}

.leaving-component-visible .humans-table .position-col {
    margin-bottom: 6px;
}

.leaving-component-visible .humans-table .position-col .sub-col {
    width: 100%;
}

.leaving-component-visible .humans-table .col:last-child > *:last-child {
    margin-bottom: 0;
}

.leaving-component-visible .humans-table .position-col, .leaving-component-visible .humans-table .status-col {
    margin-top: 6px;
}

.leaving-component-visible .humans-table .sub-links-col {
    margin-top: 6px;
    max-width: 190px;
}

.leaving-component-visible .humans-table p {
    margin: 2px 0;
}

.leaving-component-visible .humans-table .position-col p {
    margin: 1px 0;
}

.leaving-component-visible .humans-table .position-col, .leaving-component-visible .humans-table.trainees-view .position-col {
    display: block;
}

.leaving-component-visible .humans-table .position-col p:not(:last-child):after {
    content: ',';
    margin-right: 4px;
}

.leaving-component-visible .humans-table.employees-view .sub-col:not(.main) {
    display: flex;
}

.leaving-component-visible .humans-table.employees-view .sub-col:first-child p {
    margin-bottom: 0;
}

/*Profile*/
.profile-box {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

.humans-component .leaving-box-component .max-w-content .js-hide-leaving-component {
    display: none;
}

.profile {
    margin: 10px 0 0;
}

.profile .status-select {
    margin-top: 2px;
}

/*.human-status{
	position: relative;
	z-index: 1000;
	display: table;
	margin: 0 auto;
	}
.profile .name + .human-status{
	margin-top: 23px;
	margin-bottom: -3px;
	}
.human-status .current-status{
	position: relative;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: .2px;
	color: #A6AAB4;
	max-width: 288px;
	padding-right: 24px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.human-status .current-status svg{
	position: absolute;
	right: 0;
	top: 6px;
	}
.human-status .dropdown{
	display: none;
	position: absolute;
	left: 50%;
	top: 32px;
	width: 100%;
	min-width: 240px;
	max-width: 298px;
	margin: 0;
	background: #fff;
	transform: translate3d(-50%, 0, 0);
	border: 1px solid #ced8e8;
	box-shadow: 0 2px 5px rgba(11, 62, 138, .1);
	}
.human-status .dropdown li{
	line-height: 1.333333em;
	text-align: left;
	color: #333;
	padding: 8px 16px;
	margin: 0;
	background: none;
	cursor: pointer;
	}
.human-status .dropdown .selected{
	display: none;
	}
.human-status .dropdown li:hover{
	color: #fff;
	background: #0fa38e;
	}*/
.profile .name {
    font-weight: 500;
    font-size: 1.375em;
    line-height: 1.5em;
    color: #333;
    margin: 0 0 15px;
}

.profile .position {
    font-weight: 500;
    font-size: 1.0625em;
    line-height: 1.333333333333333em;
    letter-spacing: .2px;
    color: #A6AAB4;
    margin: 0 0 2px;
}

.profile .sub-position {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.333333333333333em;
    letter-spacing: .2px;
    color: #A6AAB4;
    margin: 0;
}

/*Tabs*/
.profile-tabs {
    margin-top: 27px;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(11, 62, 138, .2);
}

.tabs-nav li {
    font-weight: 700;
    font-size: 1.0625em;
    line-height: 1.333333333333333em;
    text-align: center;
    flex-grow: 1;
    padding: 0 0 12px;
    margin: 0 0 -1px;
    background: none;
}

.tabs-nav .active {
    border-bottom: 2px solid #0FA38E;
}

.tabs-nav li a {
    display: block;
    color: #757F8C;
    text-decoration: none;
}

.tabs-nav .active a {
    cursor: default;
}

.no-touchevents .tabs-nav li a:hover, .tabs-nav .active a {
    color: #178F7E;
    opacity: 1;
}

.tabs-content .tab {
    display: none;
    text-align: left;
    padding: 30px 0 0;
}

.profile-info-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.profile-photo {
    position: relative;
    display: block;
    text-align: center;
    max-width: 36%;
    width: 226px;
    margin: 0;
}

.profile-photo .sub-box {
    border-radius: 110%;
    overflow: hidden;
    margin: 0 0 26px;
}

.profile-photo img {
    margin: 0;
    min-width: 100px;
}

.edit-profile-btn {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #178F7E;
    border-bottom: 1px dashed #178F7E;
    cursor: pointer;
}

.no-touchevents .edit-profile-btn:hover {
    border-color: transparent;
}

.profile-info-grid .profile-photo .edit-profile-btn {
    display: inline;
}

.profile-photo .edit-icon {
    position: absolute;
    bottom: 0;
    right: 11.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #178F7E;
    border-radius: 110%;
}

.in-agency-from {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #A6AAB4;
}

.profile-contacts {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 56px 0 0;
    padding-left: 9%;
    width: calc(100% - 226px);
}

.profile-contacts .col {
    font-size: 16px;
    line-height: 1.3333333em;
    color: #A6AAB4;
    padding-right: 60px;
    max-width: 398px;
}

.profile-contacts .col:last-child {
    padding-right: 0;
}

.profile-contacts p {
    margin: 0 0 22px;
}

.profile-contacts a {
    text-decoration: none;
}

.profile-contacts .sub-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #A6AAB4;
    margin-left: 8px;
}

.profile-contacts [class*="font-icon-"]:before {
    top: 0;
}

/*Notes box*/
.notes-box {
    max-width: 710px;
    margin: 0 auto;
}

.notes-box .js-add-note {
    font-size: 17px;
    min-width: 293px;
    margin: 0 auto 24px;
}

.notes-list {
    margin: 35px 0 0;
}

.note-item {
    position: relative;
    font-size: 1em;
    line-height: 1.375em;
    color: #333;
    letter-spacing: 0;
    padding: 27px 44px 20px;
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(11, 62, 138, .1);
}

.note-item > *:first-child {
    margin-top: 0;
}

.note-item > *:last-child {
    margin-bottom: 0;
}

.note-item .time {
    margin: 0 0 8px;
}

.note-item p {
    margin: 0;
}

.js-edit-note {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 42px;
    top: 11px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: .5;
}

.no-touchevents .js-edit-note:hover {
    opacity: 1;
}

.note-item .btns-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 4px;
}

.note-item .btns-box .text-btn {
    margin: 0;
}

.note-item .btns-box .js-save-btn {
    margin: 0 0 0 20px;
}

/*Profile history*/
.profile-history {
    max-width: 640px;
    margin: -3px auto 0;
}

.profile-history li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5em;
    color: #757F8C;
    padding: 0;
    margin: 0 0 19px;
    background: none;
}

.profile-history .current {
    color: #333;
}

.profile-history .time {
    font-size: 14px;
    width: 124px;
    min-width: 124px;
    margin: 6px 0 0;
}

.profile-history p {
    flex-grow: 1;
    margin: 0;
}

/*knowledge-base-component*/
.knowledge-base-component {

}

/*Main article*/
.main-article {
    max-width: 820px;
}

.article-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 24px;
}

.check-list-article .article-header {
    margin-bottom: 16px;
}

.article-header .time {
    width: 100%;
}

.article-header h1 {
    max-width: calc(100% - 44px);
}

.article-header .favourite-state {
    margin: 7px 0 0 auto;
}

.article-header .js-hide-leaving-component {
    display: none;
}

.main-article .tags-list.large-indent {
    margin: 52px 0 45px 5px;
}

.article-header .checked-quantity {
    font-size: 14px;
    line-height: 18px;
    color: #A6AAB4;
    width: 100%;
    order: 5;
}

/*Articles list*/
.articles-list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 13px;
    margin: 0 0 22px;
    border-bottom: 1px solid #c9d4e5;
}

.articles-list .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(50% - 25px);
    border-bottom: 1px solid transparent;
    transition: all .5s ease;
}

.articles-list .img-box {
    display: block;
    width: 168px;
    transition: all .5s ease;
}

.articles-list img {
    margin: 0;
}

.articles-list .text {
    width: calc(100% - 168px);
    padding-left: 28px;
}

.articles-list .time {
    margin: 0 0 7px;
}

.articles-list .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333333333333em;
    margin: 0 0 11px;
}

.articles-list .title a {
    color: #333;
    text-decoration: none;
    padding: 2px 0;
}

.articles-list .on-hover .img-box, .articles-list .on-hover .title a {
    opacity: .7;
}

.articles-list .tags-list {
    margin-bottom: -4px;
}

.articles-list .tags-list li {
    margin-bottom: 6px;
}

/*Tags list*/
.tags-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 27px 5px;
    max-width: 700px;
    align-content: center;
}

.tags-list li {
    margin: 0 27px 11px 0;
    padding: 0;
    background: none;
}

.tags-list li:last-child {
    margin-right: 0 !important;
}

.tags-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #A6AAB4;
}

.no-touchevents .tags-list a {
    transition: none !important;
    opacity: 1;
}

.tags-list a.active {
    padding-right: 13px;
    margin-right: -13px;
    text-decoration: none;
    color: #0fa38e !important;
}

.tags-list a.active:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    border: 1px solid #0fa38e;
}

.tags-list a.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: url("../i/tag-cross.svg") no-repeat 0 0/7px 7px;
}

.no-touchevents .tags-list a:hover {
    color: #A6AAB4;
    text-decoration: none;
}

.no-touchevents .tags-list a.active:hover {
    opacity: .7;
}

/*Photo gallery*/
.photo-gallery {
    margin: 33px -5px 14px -6px;
    /*display: none;*/
}

.photo-gallery .item {
    float: left;
    width: 33.333333333%;
    padding: 0 5px 0 6px;
    margin: 0 0 11px;
    text-align: center;
}

.photo-gallery .item a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    max-width: 266px;
    opacity: 1 !important;
}

.photo-gallery .item a:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}

.no-touchevents .photo-gallery .item a:hover:after {
    opacity: 1;
}

.photo-gallery img {
    margin: 0;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.no-touchevents .photo-gallery a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Video box*/
.video-box {
    position: relative;
    padding-bottom: 56.25%;
    margin: 30px 0;
}

.video-box iframe {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important
}

/*Box link*/
.box-link {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    color: #333;
    letter-spacing: 0;
    padding: 18px 86px 20px 29px;
    margin: 30px 0;
    border: 2px solid #0fa38e;
    text-decoration: none;
    cursor: pointer;
}

.no-touchevents .box-link:hover {
    color: #0fa38e;
}

.box-link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 39px;
    width: 11px;
    height: 18px;
    margin: -12px 0 0;
    background: url("../i/box-link-arrow.svg") no-repeat 0 0;
}

.no-touchevents .box-link:hover:after {
    animation: boxlinkarrow .6s infinite ease-in-out;
}

@keyframes boxlinkarrow {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(9px);
    }
    100% {
        transform: translateX(0px);
    }
}

.box-link .sub-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    color: #A6AAB4 !important;
    margin: 0 0 8px;
}

.box-link p {
    margin: 0 0 10px;
}

.box-link > *:first-child {
    margin-top: 0;
}

.box-link > *:last-child {
    margin-bottom: 0;
}

/*Similar articles*/
.similar-articles {
    max-width: 820px;
}

.similar-articles .articles-list {
    margin: 0;
}

.similar-articles .articles-list .row {
    padding: 0;
    margin: 0 0 38px;
    border: none;
}

.similar-articles .articles-list .row:last-child {
    margin: 0;
}

.similar-articles .articles-list .item {
    width: calc(50% - 16px);
}

.similar-articles .articles-list .img-box {
    width: 141px;
}

.similar-articles .articles-list .text {
    width: calc(100% - 141px);
}

.similar-articles .articles-list .title {
    font-size: 16px;
    line-height: 1.4375em;
}

/*Comments box*/
.comments-box {
    margin: 59px 0 80px;
    max-width: 820px;
}

.comments-list .comment-item {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0;
}

.comments-list > .comment-item {
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9d4e5;
}

.comments-list > .comment-item:first-child {
    border-bottom: 0;
    margin-bottom: 32px;
}

.comments-list .avatar {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
    border-radius: 110%;
    overflow: hidden;
}

.comments-list .avatar img {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
}

.comments-list .comment {
    width: calc(100% - 82px);
    margin-left: auto;
}

.comments-list .comment-item .comment.full-width {
    width: 100%;
}

.comments-list .comment-item .comment-item .comment.full-width {
    width: calc(100% - 10px);
}

.comments-list .data {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 2px;
    max-width: 740px;
}

.comments-list .has-controls .data {
    padding-right: 54px;
}

.comments-list .author {
    font-weight: 500;
    margin: 0 31px 0 0;
}

.comments-list p:not(.author) {
    line-height: 1.375em;
}

.comments-list p {
    margin: 0 0 10px;
}

.comments-list .time {
    font-size: 10px;
    line-height: 1em;
    margin: 9px 0 4px;
}

.comments-list .data .comment-controls {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

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

.comments-list .comment:hover .comment-controls {
    opacity: 1;
    visibility: visible;
}

.comment-controls .js-edit-comment, .comment-controls .js-delete-comment {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.no-touchevents .comment-controls > *:hover {
    opacity: .7;
}

.comments-list .answer-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    margin: 11px 0 0;
}

.comments-list .js-answer-comment {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 12px;
    line-height: 1em;
    color: #178F7E;
    cursor: pointer;
}

.no-touchevents .comments-list .js-answer-comment:hover {
    opacity: .7;
}

.comments-list .js-show-comment-answers {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 auto;
    background: url("../i/answer-arrow.svg") no-repeat 50% 50%/12px 8px;
    transform: scaleY(-1);
    cursor: pointer;
}

.comments-list .visible-answers .js-show-comment-answers {
    transform: none;
}

.no-touchevents .comments-list .js-show-comment-answers:hover {
    opacity: .7;
}

.comments-list .comment-answers {
    margin: 12px 0 8px;
    padding: 17px 40px 24px 11px;
    background: rgba(15, 163, 142, .05);
}

.comments-list .comment-answers .comment-answers {
    padding: 0;
    background: none;
}

.comments-list .visible-answers .comment-answers {
    display: block;
}

.comments-list .comment-answers .comment-item {
    margin-bottom: 19px;
}

.comments-list .comment-answers .comment-item:last-child {
    margin-bottom: 0;
}

.your-comment {
    width: 100%;
    padding: 20px 20px 18px;
    margin: 20px 0 10px 0;
    background: #fff;
    box-shadow: 0 2px 3px rgba(11, 62, 138, .1);
}

.full-width .your-comment {
    margin-top: 0;
}

.comment-item .comment-item .your-comment {
    width: calc(100% - 10px);
    margin-bottom: 14px;
    margin-left: 10px;
}

.comment-item .comment-item:last-child .your-comment {
    margin-bottom: 0;
}

.your-comment .form .field {
    margin: 0;
}

.your-comment .form .field-name {
    margin: 0;
}

.your-comment .btns-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
}

.your-comment .form-control {
    line-height: 1.375em;
}

.textarea-items {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: -34px 0 31px;
}

.textarea-items > * {
    margin-left: 15px;
}

.textarea-items .upload-file {
    line-height: 0;
    cursor: pointer;
}

.emoji-box {
    cursor: pointer;
}

.emoji-box img {
    margin: 0;
}

.js-cancel-comment, .js-cancel-btn {
    font-weight: 500;
    font-size: 16px;
    color: #A6AAB4;
    cursor: pointer;
}

.no-touchevents .js-cancel-comment:hover, .no-touchevents .js-cancel-btn:hover {
    opacity: .7;
}

.your-comment .text-btn {
    margin-left: 20px;
}

.load-more-comments-box {

}

.js-load-more-comments {
    display: table;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #178F7E;
    margin: 19px auto -4px;
    border-bottom: 1px dotted #178f7e;
    cursor: pointer;
}

.no-touchevents .js-load-more-comments:hover {
    border-color: transparent;
}

/*History updates list*/
.history-updates-list {
    margin: 30px 0;
}

.history-updates-list li {
    padding: 0;
    margin: 0 0 34px;
    background: none;
}

.history-updates-list > *:last-child {
    margin-bottom: 0;
}

.history-updates-list .time {
    margin: 0 0 8px;
}

.history-updates-list p {
    margin: 0 0 10px;
}

.history-updates-list p:last-of-type {
    margin-bottom: 0;
}

.history-updates-list .go-to {
    margin-top: 4px;
}

.popup .history-updates-list {
    margin: 0;
}

.go-to {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 19px;
    color: #757F8C !important;
    margin-right: 16px;
}

.go-to:after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    width: 12px;
    height: 12px;
    margin: 4px 0 0 3px;
    background: url("../i/go-to-arrow.svg") no-repeat 0 0;
}

.no-touchevents .go-to:hover:after {
    animation: boxlinkarrow .6s infinite ease-in-out;
}

/*Scroll to top*/
.js-scroll-to-top {
    display: none;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #178F7E;
    cursor: pointer;
}

.js-scroll-to-top > span {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #178F7E;
}

.no-touchevents .js-scroll-to-top:hover > span {
    border-bottom-color: transparent;
}

.js-scroll-to-top svg {
    margin-right: 12px;
}

/*App messages*/
.app-message-box {
    position: fixed;
    z-index: 10001;
    top: 30px;
    right: 60px;
    max-width: calc(100% - 32px);
}

.app-message {
    position: relative;
    display: flex;
    align-items: center;
    width: 360px;
    max-width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: #A6AAB4;
    min-height: 50px;
    padding: 15px 54px 15px 78px;
    margin: 0 0 21px;
    background: #fff;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
}

.app-message p {
    margin: 0;
}

.app-message .js-close-message {
    position: absolute;
    right: 17px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    cursor: pointer;
}

.no-touchevents .app-message .js-close-message:hover {
    opacity: .7;
}

.app-message .bg-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    background: #0FA38E;
}

.app-message.info-view .bg-icon {
    background: #757F8C;
}

.app-message.alert-view .bg-icon {
    background: #EC7A07;
}

.app-message.error-view .bg-icon {
    background: #CC0000;
}

/*App popup*/
#app-popup {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    background: rgba(0, 15, 38, .8);
    /*transition: all .3s ease;*/
    min-width: 320px;
}

/*
#app-popup.opened-popup {
    opacity: 1;
    visibility: visible;
}
*/

#app-popup.no-custom-scroll {
    overflow-y: auto;
    padding: 40px 0 0;
}

#app-popup .__view {
    padding-top: 40px;
    height: 100%;
}

#app-popup .container {
    position: relative;
    font-size: 0;
    height: 100%;
    text-align: center;
    /*
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    transition: all .3s ease .2s;
    */
}

/*
#app-popup.opened-popup .container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
*/

#app-popup .container:before {
    content: '';
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin: 0 -1px 0 0;
}

#app-popup .popup {
    position: relative;
    display: none;
    font-size: 16px;
    line-height: 1.375em;
    vertical-align: middle;
    text-align: left;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 67px 24px 76px;
    background: #f9fafb;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
}

#app-popup .popup.visible {
    display: inline-block;
}

#app-popup .max-w-content {
    max-width: 660px;
    margin: 0 auto;
}

#app-popup .popup .box-title {
    margin: 0 0 40px;
}

#app-popup .popup .js-close-popup {
    position: absolute;
    z-index: 10;
    right: 26px;
    top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.no-touchevents #app-popup .popup .js-close-popup:hover {
    opacity: .7;
}

#app-popup .confirm-popup {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.525em;
    text-align: center;
    color: #333;
    max-width: 640px;
    padding-top: 34px;
    padding-bottom: 40px;
    background: #fff;
}

.confirm-icon {
    position: relative;
    margin: 0 auto 28px;
    width: 104px;
    height: 104px;
}

.confirm-icon img {
    position: relative;
    z-index: 2;
    margin: 0;
    box-shadow: 0 0 20px rgba(11, 62, 138, .15);
    border-radius: 110%;
}

.confirm-icon:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: -14px;
    top: -14px;
    width: 132px;
    height: 132px;
    border-radius: 110%;
    background: #F9FAFB;
}

#app-popup .confirm-popup .btns-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
}

#app-popup .confirm-popup .btns-box .btn {
    margin: 12px;
}

#app-popup .form-popup {
    padding: 70px 40px 46px;
    max-width: 540px;
    background: #fff;
}

#app-popup .form-popup .box-title {
    margin-bottom: 20px;
}

#app-popup .form-popup .form {
    margin: 32px 0 0;
}

.form-popup .form-control {
    background: transparent;
}

/*Edit profile popup*/
#app-popup #edit-profile-popup {
    padding-bottom: 68px;
}

#edit-profile-popup .max-w-content, #human-questionnaire-popup .max-w-content, #human-test-popup .max-w-content {
    max-width: 700px;
}

.edit-profile-form {
    margin: 22px 0 0;
}

.edit-profile-form .btn {
    margin: 48px auto 0;
}

/*Human questionnaire popup*/
#app-popup #human-questionnaire-popup, #app-popup #human-test-popup {
    padding-bottom: 24px !important;
}

#human-questionnaire-popup .completed-questionnaire-view .box-title, .completed-questionnaire-view .box-title, #human-test-popup .completed-test-view .box-title, .completed-test-view .box-title {
    margin: 58px 0 30px 22px;
}

#human-questionnaire-popup .completed-questionnaire-view .box-title:first-child, .completed-questionnaire-view .box-title:first-child, #human-test-popup .completed-test-view .box-title:first-child, .completed-test-view .box-title:first-child {
    margin-top: 0;
}

.completed-questionnaire-view .field-name, .completed-test-view .field-name {
    transform: none;
    margin: 0 0 4px;
}

.completed-questionnaire-view .field-name.outer-field, .completed-test-view .field-name.outer-field {
    margin: 40px 0 20px 21px;
}

.completed-questionnaire-view .data, .completed-test-view .data {
    margin: 0;
}

.completed-questionnaire-view .fields-group, .completed-test-view .fields-group {
    padding-bottom: 1px;
}

.popup .js-scroll-to-top {
    display: inline-flex;
    min-width: 0;
}

.test-results p {
    margin-left: 22px;
}

#human-test-popup .completed-test-view .test-results .box-title {
    margin-bottom: 24px;
}

/*=========================END OF MAIN=========================*/
/*=========================TRANSITIONS=========================*/
.no-touchevents a, .no-touchevents button, .no-touchevents .btn, .no-touchevents .favourite-state svg *, .no-touchevents .photo-gallery .item a:after, .no-touchevents .box-link p, .no-touchevents .js-hide-current-component, .no-touchevents .js-hide-leaving-component, .no-touchevents #app-popup .popup .js-close-popup, .no-touchevents .comments-list .js-answer-comment, .no-touchevents .comments-list .js-show-comment-answers, .no-touchevents .item-controls .controls-icon svg *, .field-name, .form-control, .draggable-icon svg *, .no-touchevents .questionnaire-test-box .substrate-box .box-title .icon svg *, .no-touchevents .questionnaire-test-box .substrate-box .sub-icon *, .no-touchevents .remove-file, .no-touchevents .item-controls .controls-dropdown span, .no-touchevents .js-cancel-comment, .no-touchevents .js-cancel-btn, .no-touchevents .js-load-more-comments, .no-touchevents .action-btn span, .no-touchevents .check-list-item-box, .no-touchevents .check-list-item-row:not(.opened-dropdown) > .check-list-item-box:before, .accordion .title, .no-touchevents .btn.transparent span, .no-touchevents .humans-table .row:before, .no-touchevents .radio-text-item input[type="radio"] + label, .no-touchevents .accordion .item:before, .no-touchevents .js-hide-branch-component, .no-touchevents .js-edit-note, .no-touchevents .js-remove-field, .no-touchevents .js-add-field span, .no-touchevents .comment-controls {
    transition: all .2s ease;
}

/*Resolutions*/
@media screen and (max-width: 1500px) {
    /*Leaving box component*/
    .leaving-box-component .__vuescroll .__view {
        padding: 40px;
    }

    .js-hide-leaving-component {
        top: 16px;
        right: 4px;
    }
}

@media screen and (max-width: 1410px) and (min-width: 1181px) {
    /*Profile*/
    .profile-photo {
        width: 200px;
    }

    .profile-contacts {
        margin: 40px 0 0;
        padding-left: 40px;
        width: calc(100% - 200px);
    }

    .profile-contacts .col {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1360px) {
    /*Faq box*/
    .faq-box > .max-w-content {
        width: calc(70% - 48px);
    }

    .faq-aside {
        width: 30%;
    }
}

@media screen and (max-width: 1360px) and (min-width: 1181px) {
    /*Similar articles*/
    .similar-articles .articles-list .img-box {
        width: 110px;
    }

    .similar-articles .articles-list .text {
        width: calc(100% - 110px);
        padding-left: 16px;
    }

    .similar-articles .articles-list .title {
        font-size: 15px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 961px) {
    /*App sub nav*/
    .app-sub-nav {
        font-size: 1em;
    }

    #header .app-sub-nav {
        max-width: 52%;
        width: 500px;
    }
}

@media screen and (min-width: 1181px) {
    /*Articles list*/
    .components-view.leaving-component-visible .current-component .articles-list .row {
        padding: 0;
        margin: 0;
        border: none;
    }

    .components-view.leaving-component-visible .current-component .articles-list .row:first-child {
        margin-top: -17px;
    }

    .components-view.leaving-component-visible .current-component .articles-list .item {
        width: 100%;
        padding: 17px 12px 17px 12px;
        margin: 0;
        border-color: #c9d4e5;
    }

    .components-view.leaving-component-visible .current-component .articles-list .item.active {
        position: relative;
        background: #f3f9f8;
    }

    .components-view.leaving-component-visible .current-component .articles-list .item.active:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2px;
        background: #0FA38E;
    }

    .components-view.leaving-component-visible .current-component .articles-list .img-box {
        opacity: 0;
        width: 0;
    }

    .components-view.leaving-component-visible .current-component .articles-list .text {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 1260px) and (min-width: 961px) {
    #header.has-app-sub-nav .app-sub-nav + .container .app-search-form {
        max-width: calc(100% - 560px);
    }

    .app-user-bar {
        margin: 10px 0 0 32px;
    }
}

@media screen and (max-width: 1090px) and (min-width: 961px) {
    #header.has-app-sub-nav .app-sub-nav + .container .app-search-form {
        max-width: calc(36% - 24px);
    }
}

@media screen and (max-width: 1180px) {
    /**/
    .components-view.has-leaving-component {
        width: 200%;
        overflow: hidden;
    }

    /*Current component*/
    .components-view.has-leaving-component .current-component, .components-view.leaving-component-visible .current-component {
        width: 50%;
    }

    .components-view.leaving-component-visible .current-component {
        transform: translate3d(-100%, 0, 0);
    }

    .js-hide-current-component {
        display: none !important;
    }

    /*Leaving box component*/
    .components-view.has-leaving-component .leaving-box-component, .components-view.leaving-component-visible .leaving-box-component {
        width: 50%;
    }

    .components-view.leaving-component-visible .leaving-box-component {
        transform: translate3d(-100%, 0, 0);
    }

    .js-hide-leaving-component {
        display: none;
    }

    /*Main article*/
    .article-header {
        align-items: center;
    }

    .article-header .time {
        order: 2;
        width: auto;
        margin: 0 0 0 auto;
    }

    .article-header h1 {
        order: 4;
        max-width: none;
        width: 100%;
        margin: 24px 0 0;
    }

    .article-header .favourite-state {
        order: 3;
        margin: -5px 0 0 20px;
    }

    .article-header .js-hide-leaving-component {
        display: flex;
        position: relative;
        top: auto;
        right: auto;
        left: -8px;
        order: 1;
    }

    .article-header .quantity-completed {
        order: 5;
    }

    /*Articles list*/
    .articles-list .item {
        width: calc(50% - 16px);
    }

    .articles-list .img-box {
        width: 35%;
    }

    .articles-list .text {
        padding-left: 24px;
        width: 65%;
    }

    /*Similar articles*/
    .similar-articles .articles-list .img-box {
        width: 35%;
    }

    .similar-articles .articles-list .text {
        width: 65%;
        padding-left: 24px;
    }

    .similar-articles .articles-list .title {
        font-size: 16px;
    }

    /*Check lists*/
    .leaving-box-component .branch-btns-box {
        left: 0;
    }

    .all-check-lists {
        margin-top: 0;
    }

    .all-check-lists .box-title {
        order: 2;
        margin-top: 24px;
    }

    /*Profile*/
    .humans-component .leaving-box-component .max-w-content .js-hide-leaving-component {
        display: flex;
        position: relative;
        top: auto;
        right: auto;
        left: -8px;
    }

    .humans-component .leaving-box-component .max-w-content .js-hide-leaving-component .with-text {
        display: inline-flex !important;
        left: 0 !important;
    }
}

@media screen and (min-width: 961px) {
    #header .app-sub-nav + .container .app-search-form {
        max-width: 42%;
    }

    /*Nav*/
    .no-touchevents #nav .check-lists-nav-item:not(.disabled) a:hover .icon svg * {
        fill: #58C97E !important;
    }

    .no-touchevents #nav .knowledge-base-nav-item:not(.disabled) a:hover .icon svg * {
        fill: #226FEC !important;
    }

    .no-touchevents #nav .training-nav-item:not(.disabled) a:hover .icon svg * {
        fill: #CE4FE2 !important;
    }

    .no-touchevents #nav .documents-nav-item:not(.disabled) a:hover .icon svg * {
        fill: #FFA234 !important;
    }

    .no-touchevents #nav .faq-nav-item:not(.disabled) a:hover .icon svg * {
        fill: #315385 !important;
    }

    .no-touchevents #nav .humans-nav-item:not(.disabled) a:hover .icon svg * {
        fill: #64B1C9 !important;
    }
}

@media screen and (max-width: 1100px) {
    /*Humans component*/
    .humans-table .avatar-col {
        width: 96px;
    }

    .humans-table .sub-row {
        width: calc(100% - 96px);
    }

    /*Employees view*/
    .humans-table.employees-view .sub-col, .humans-table.employees-view .sub-col:nth-child(even) {
        flex-grow: 1;
        width: 100%;
        padding: 0;
    }

    .humans-table .position-col, .humans-table.trainees-view .position-col {
        display: flex;
    }

    .humans-table .position-col p:not(:last-child):after {
        content: ',';
        margin-right: 4px;
    }

    .humans-table.employees-view .sub-col:not(.main) {
        display: flex;
    }

    .humans-table.employees-view .name-col {
        width: 42%;
        min-width: 42%;
    }

    .humans-table.employees-view .position-col {
        width: 52%;
    }

    .humans-table.employees-view .sub-col:first-child p {
        margin-bottom: 0;
    }

    /*Trainees view table*/
    .humans-table.trainees-view {
        max-width: none;
    }

    .humans-table.trainees-view .name-col {
        width: 42%;
        min-width: 42%;
    }

    .humans-table.trainees-view .position-col {
        width: 52%;
    }

    .humans-table .status-col {
        width: 32%;
    }

    .humans-table.candidates-view .tel-col {
        width: 36%;
    }
}

@media screen and (max-width: 960px) {
    #app {
        padding: 56px 0 60px;
    }

    #app.hide-nav {
        padding-bottom: 0;
    }

    /*Form styles*/
    .form-control.large-size-inp {
        padding: 0 0 11px;
    }

    /*Header*/
    #header {
        height: 56px;
        left: 0;
    }

    #logo-mobile {
        display: block;
    }

    #header .container {
        height: 56px;
        padding: 0 30px;
    }

    .app-user-bar {
        margin-top: 0;
    }

    /*Nav*/
    #nav {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 6px 0 0;
        background: #fff;
        box-shadow: 0 0 20px rgba(11, 62, 138, .15);
    }

    .introductory-view #nav, .hide-nav #nav {
        display: none;
    }

    #nav .__view, #nav .__slide {
        padding: 0 16px;
    }

    #nav .__view:before, #nav .__slide:before {
        display: none;
    }

    #nav .__vuescroll .__rail-is-horizontal {
        display: block !important;
    }

    #logo {
        display: none;
    }

    #nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    #nav li {
        font-size: 12px;
        text-align: center;
        white-space: nowrap;
        margin: 0 18px;
    }

    #nav li:last-child {
        margin-bottom: 0;
    }

    #nav li a {
        color: #4F7771;
    }

    .no-touchevents #nav li:not(.disabled) a:hover, #nav li .router-link-active {
        color: rgba(79, 119, 113, .75);
    }

    #nav li .icon {
        width: 32px;
        height: 32px;
    }

    #nav a .icon svg * {
        fill: #0fa38e;
    }

    #nav li .router-link-active .icon, .no-touchevents #nav li:not(.disabled) a:hover .icon {
        background: #0fa38e;
    }

    #nav li .router-link-active .icon svg *, .no-touchevents #nav li:not(.disabled) a:hover .icon svg * {
        fill: #fff !important;
    }

    #nav .check-lists-nav-item .router-link-active .icon, .no-touchevents #nav .check-lists-nav-item:not(.disabled) a:hover .icon {
        background: #58C97E !important;
    }

    #nav .knowledge-base-nav-item .router-link-active .icon, .no-touchevents #nav .knowledge-base-nav-item:not(.disabled) a:hover .icon {
        background: #226FEC !important;
    }

    #nav .training-nav-item .router-link-active .icon, .no-touchevents #nav .training-nav-item:not(.disabled) a:hover .icon {
        background: #CE4FE2 !important;
    }

    #nav .documents-nav-item .router-link-active .icon, .no-touchevents #nav .documents-nav-item:not(.disabled) a:hover .icon {
        background: #FFA234 !important;
    }

    #nav .faq-nav-item .router-link-active .icon, .no-touchevents #nav .faq-nav-item:not(.disabled) a:hover .icon {
        background: #315385 !important;
    }

    #nav .humans-nav-item .router-link-active .icon, .no-touchevents #nav .humans-nav-item:not(.disabled) a:hover .icon {
        background: #64B1C9 !important;
    }

    .app-sub-nav {
        display: flex;
        position: relative;
        margin: -24px -30px 24px;
    }

    #header .app-sub-nav {
        display: none;
    }

    .app-sub-nav:before {
        content: '';
        position: absolute;
        z-index: -10;
        left: 0;
        right: 0;
        top: -20px;
        bottom: 0;
        background: #fff;
        box-shadow: 0 0 20px rgba(11, 62, 138, .15);
    }

    /*Current component*/
    .current-component .__vuescroll .__view {
        padding: 40px 30px;
    }

    /*Leaving box component*/
    .leaving-box-component {
        background: transparent;
    }

    .leaving-box-component .__vuescroll .__view {
        padding: 40px 30px;
    }

    /*Scroll to top*/
    .leaving-box-component .js-scroll-to-top {
        display: flex;
        margin: 0 -30px -40px;
    }

    /*Questionnaire test box*/
    .questionnaire-test-box {
        max-width: 820px;
    }

    /*Home component*/
    .js-toggle-dashboard-items span {
        padding-right: 16px;
    }

    .js-toggle-dashboard-items:before {
        right: 38px;
    }

    /*Comments box*/
    .comments-box {
        margin-bottom: 40px;
    }

    /*Check lists*/
    .header-branch-box {
        padding: 0;
        margin: -16px 0 24px;
    }

    .branch-title {
        padding: 0 0 11px 0;
        margin: 0 0 16px;
    }

    .create-branch {
        margin: 0 24px 16px 0;
    }

    .all-check-lists {
        margin: 0;
    }

    .check-lists.large-indent, .all-check-lists .check-lists {
        margin-bottom: -10px;
    }

    .hide-btns .check-lists.large-indent, .hide-btns .all-check-lists .check-lists {
        margin-bottom: 32px;
    }

    .branch-btns-box {
        z-index: 1000;
        left: 0;
        padding: 0;
        margin: 0;
    }

    .hide-btns .branch-btns-box {
        position: relative;
        margin: 0 -30px -40px;
    }

    .leaving-box-component .branch-btns-box {
        left: 0;
    }

    .branch-btns-box .sub-box {
        justify-content: center;
        padding: 4px 8px;
    }

    .branch-btns-box .action-btn {
        width: auto;
        color: #fff;
        text-decoration: none;
        padding-top: 9px;
        padding-bottom: 9px;
        border-color: #fff;
    }

    .no-touchevents .branch-btns-box .action-btn:hover {
        color: rgba(0, 15, 38, .8);
        background: #fff;
    }

    .branch-btns-box .btn {
        margin: 4px 0;
    }

    .branch-btns-box.two-btns .btn {
        margin: 4px 8px;
    }

    .branch-btns-box .action-btn {
        margin-right: 40px;
    }

    .js-hide-branch-component {
        top: -16px;
        right: -8px;
    }

    /*Faq box*/
    .faq-box > .max-w-content {
        width: calc(100% - 290px);
    }

    .faq-aside {
        width: 260px;
    }

    /*Profile*/
    .profile-box {
        padding-top: 30px;
        margin: 0 auto 40px;
    }

    /*App messages*/
    .app-message-box {
        top: 24px;
        right: 32px;
    }
}

@media screen and (max-width: 880px) {
    /*Articles list*/
    .articles-list .text, .similar-articles .articles-list .text {
        padding-left: 16px;
    }

    .articles-list .title, .similar-articles .articles-list .title {
        font-size: 16px;
    }

    /*Faq box*/
    .faq-box {
        display: block;
    }

    .faq-box > .max-w-content {
        width: 100%;
    }

    .faq-aside {
        width: 100%;
        max-width: 360px;
        margin: 54px auto 16px;
    }
}

@media screen and (max-width: 840px) {
    /*Humans component*/
    .humans-table .sub-row {
        padding-right: 16px;
    }

    .humans-table .mobile-row {
        display: block;
    }

    .humans-table .name-col {
        width: 56% !important;
        min-width: 56% !important;
        padding-right: 40px;
    }

    .humans-table p {
        margin: 2px 0;
    }

    .humans-table .position-col {
        margin: 0 0 6px !important;
        padding-top: 0 !important;
    }

    .humans-table .position-col p {
        margin: 1px 0 !important;
    }

    .humans-table .status-col {
        margin-bottom: 6px;
        padding-top: 0;
    }

    .humans-table .mobile-row .col {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .humans-table .tel-col {
        padding-top: 0;
    }

    .humans-table .sub-links-col {
        margin-top: 5px;
        max-width: 190px;
    }

    /*Profile*/
    .profile-photo {
        width: 200px;
    }

    .profile-contacts {
        margin: 40px 0 0;
        padding-left: 40px;
        width: calc(100% - 200px);
    }

    .profile-contacts .col {
        padding-right: 40px;
    }
}

@media screen and (max-width: 780px) {
    .important-text {
        padding-left: 16px;
    }

    blockquote .text {
        padding: 0 0 0 24px;
    }

    blockquote .text:before {
        left: 0;
    }

    blockquote .author {
        margin: 15px 0 0 24px;
    }

    /*Header*/
    #header .container {
        padding: 0 16px 0 10px;
    }

    /*Nav*/
    .app-sub-nav {
        margin: -24px -16px 24px;
    }

    /*Current component*/
    .current-component .__vuescroll .__view {
        padding: 40px 16px;
    }

    /*Leaving box component*/
    .leaving-box-component .__vuescroll .__view {
        padding: 40px 16px;
    }

    /*Scroll to top*/
    .leaving-box-component .js-scroll-to-top {
        margin: 0 -16px -40px;
    }

    /*Questionnaire test box*/
    .questionnaire-test-box .substrate-box {
        width: calc(50% - 8px);
    }

    .hide-btns .branch-btns-box {
        margin: 0 -16px -40px;
    }

    /*Home component*/
    .dashboard-grid {
        margin: 0;
    }

    .dashboard-grid .col {
        width: 100%;
    }

    .dashboard-items-box {
        margin: 0 0 32px;
    }

    /*Tags list*/
    .tags-list li {
        margin: 0 24px 8px 0;
    }

    .touchevents .tags-list li, .touchevents .articles-list .tags-list li {
        margin-bottom: 11px;
        margin-right: 27px;
    }

    /*App popup*/
    #app-popup {
        padding: 0;
        background: #f9fafb;
    }

    #app-popup .__view, #app-popup.no-custom-scroll {
        padding: 0;
    }

    #app-popup .container {
        padding: 0;
    }

    #app-popup .popup {
        margin: 0 auto;
        padding: 90px 24px 64px;
        box-shadow: none;
    }

    #app-popup .popup .js-close-popup {
        right: 16px;
        top: 16px;
    }

    #app-popup .confirm-popup {
        max-width: 640px;
        padding-top: 34px;
        padding-bottom: 34px;
        background: #f9fafb;
    }

    #app-popup .form-popup {
        padding: 46px 24px;
        max-width: 540px;
        background: #f9fafb;
    }

    #app-popup #edit-profile-popup {
        padding-top: 54px;
        padding-bottom: 64px;
    }

    /*Profile*/
    .profile-box {
        margin-bottom: 0;
    }

    .profile {
        margin-top: 0;
    }

    /*Notes box*/
    .note-item {
        padding: 28px 24px 22px;
    }

    .js-edit-note {
        right: 22px;
        top: 11px;
    }
}

@media screen and (max-width: 740px) {
    /*Header*/
    #header.has-user-bar .app-search-form {
        max-width: calc(100% - 174px);
    }

    .app-user-bar {
        margin: 0 0 0 24px;
    }

    /*Articles list*/
    .articles-list .row, .similar-articles .articles-list .row {
        padding: 0;
        margin: 0;
        border: none;
    }

    .articles-list .item, .similar-articles .articles-list .item {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-color: #c9d4e5;
    }

    .similar-articles .articles-list .row:last-child .item:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    .articles-list .img-box, .similar-articles .articles-list .img-box {
        width: 168px;
    }

    .articles-list .text, .similar-articles .articles-list .text {
        width: calc(100% - 168px);
    }

    .articles-list .title, .similar-articles .articles-list .title {
        font-size: 18px;
    }

    /*Profile*/
    .profile-photo {
        width: 226px;
    }

    .profile-contacts {
        margin: 10px 0 0;
        padding-left: 9%;
        width: calc(100% - 226px);
    }

    .profile-contacts .col {
        padding: 0;
        width: 100%;
    }

    .profile-contacts p {
        margin: 0 0 18px;
    }
}

@media screen and (max-width: 680px) {
    /*Check lists*/
    .check-lists.large-indent.double-indent-mobile {
        margin-bottom: 46px;
    }

    .hide-btns .check-lists.large-indent.double-indent-mobile {
        margin-bottom: 32px;
    }

    .branch-btns-box.two-btns .sub-box {
        flex-direction: column;
    }

    .branch-btns-box.two-btns .btn {
        margin: 4px 0;
    }
}

@media screen and (max-width: 650px) {
    /*Profile*/
    .profile-photo {
        width: 36%;
    }

    .profile-contacts {
        width: 64%;
    }
}

@media screen and (max-width: 620px) {
    /*Header*/
    #header.has-user-bar .app-search-form {
        max-width: calc(100% - 114px);
    }

    .app-user-bar {
        margin: 0 0 0 24px;
    }

    .app-user-bar .bar-item .text {
        display: none;
    }

    /*Questionnaire test box*/
    .questionnaire-test-box .grid {
        display: block;
    }

    .questionnaire-test-box .substrate-box {
        width: 100%;
        margin: 0 auto 24px;
    }

    .questionnaire-test-box .substrate-box:last-child {
        margin-bottom: 0;
    }

    /*Comments box*/
    .comments-list .avatar {
        margin: 0;
    }

    .comments-list .comment {
        width: calc(100% - 64px);
        margin-left: auto;
    }

    .comments-list .comment-answers {
        padding: 17px 12px 24px;
    }

    .comments-list .comment-item .comment-item .comment.full-width {
        width: 100%;
    }

    .comment-item .comment-item .your-comment {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    /*Form styles*/
    .twin-form-box {
        display: block;
        max-width: 200px;
    }

    .twin-form-box > * {
        margin-bottom: 12px;
    }

    .twin-form-box > *:first-child {
        margin-right: 0;
    }

    .twin-form-box .js-remove-field {
        position: absolute;
        margin-left: 0;
        top: 8px;
        right: -1px;
    }

    .duplicate-box {
        margin-top: 16px;
    }

    .twin-form-box + .js-add-field {
        margin-top: 0;
    }

    /*Nav*/
    .app-sub-nav {
        font-size: 1em;
    }

    /*Questionnaire box*/
    .steps-progress li {
        margin: 0 4%;
    }

    /*Comments box*/
    .comments-list .data {
        display: block;
    }

    .comments-list .author {
        margin: 0 0 6px;
    }

    .comments-list .time {
        margin: 0 0 9px;
    }

    /*Check lists*/
    .check-list-item-box, .leaving-component-visible .check-list-item-box {
        padding-left: 32px;
        padding-right: 48px;
    }

    .check-list-item-box.js-open-dropdown, .leaving-component-visible .check-list-item-box.js-open-dropdown {
        padding-right: 80px;
    }

    .check-list-item-box.js-open-dropdown:after, .leaving-component-visible .check-list-item-box.js-open-dropdown:after {
        right: 40px;
    }

    .check-list-item-box .item-controls, .leaving-component-visible .check-list-item-box .item-controls {
        right: 4px;
    }

    .check-list-item-box .data-box, .leaving-component-visible .check-list-item-box .data-box {
        width: calc(100% - 58px);
    }

    .check-list-item-box .quantity-box {
        width: 58px;
        min-width: 58px;
    }

    .check-list-item-box .icon-box {
        width: 58px;
        min-width: 58px;
    }

    .leaving-component-visible .check-list-item-box .quantity-box, .leaving-component-visible .check-list-item-box .icon-box {
        width: 58px;
        min-width: 58px;
    }

    /*Profile*/
    .tabs-box {
        margin-left: -16px;
        margin-right: -16px;
    }

    .tabs-nav li {
        font-size: 15px;
    }

    .tabs-content .tab {
        padding: 29px 16px 0;
    }

    /*Profile*/
    .profile-info-grid {
        display: block;
        text-align: center;
    }

    .profile-photo {
        width: 100%;
        max-width: 36%;
        margin: 0 auto 32px;
    }

    .profile-photo .sub-box {
        margin: 0 0 16px;
    }

    .profile-contacts {
        padding: 0;
        margin: 0 0 14px;
        width: 100%;
    }

    .profile-contacts .col {
        margin: 0 auto;
        max-width: 320px;
    }

    .profile-info-grid .edit-profile-btn {
        display: inline;
    }

    .profile-info-grid .profile-photo .edit-profile-btn {
        display: none;
    }

    /*Notes box*/
    .note-item {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 24px;
    }

    .js-edit-note {
        right: 22px;
        top: 11px;
    }
}

@media screen and (max-width: 520px) {
    /*Back link*/
    .back-link-box {
        margin-bottom: 24px;
    }

    /*Box link*/
    .box-link {
        font-size: 18px;
        line-height: 1.375em;
        padding: 18px 64px 20px 29px;
    }

    .box-link:after {
        right: 24px;
    }

    .box-link .sub-text {
        font-size: 15px;
        margin: 0 0 8px;
    }

    /*Photo gallery*/
    .photo-gallery .item {
        width: 50%;
    }

    /*Accordion*/
    .accordion .title {
        padding: 18px 56px 20px 16px;
    }

    .accordion .dropdown {
        padding: 16px 24px 20px;
    }

    /*Humans component*/
    .humans-table .row {
        align-items: flex-start;
    }

    .humans-table .sub-row {
        display: block;
    }

    .humans-table .col {
        padding-right: 0 !important;
    }

    .humans-table .name-col {
        width: 100% !important;
        margin-bottom: 4px;
    }

    .humans-table .position-col {
        display: block !important;
        margin: 0 0 6px;
    }

    .humans-table .mobile-row .col {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .humans-table .status-col p {
        margin: 1px 0 !important;
    }

    .humans-table .sub-links-col {
        margin-top: 6px;
    }

    /*App popup*/
    #app-popup .popup {
        padding: 80px 16px 64px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 22px;
    }

    .box-title {
        font-size: 22px;
    }

    /*Form styles*/
    .checkbox-item input[type="checkbox"] + label {
        padding: 0 0 0 36px;
    }

    /*Box link*/
    .box-link {
        padding: 18px 48px 20px 16px;
    }

    .box-link:after {
        right: 20px;
    }

    /*Header*/
    #header.has-user-bar .app-search-form {
        max-width: calc(100% - 96px);
    }

    .app-user-bar {
        margin: 0 0 0 16px;
    }

    /*app search box*/
    .app-search-form .form-control {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0 58px 0 10px;
    }

    .app-search-form .search-btn {
        height: 36px;
        width: 40px;
        padding: 0;
    }

    /*Nav*/
    .app-sub-nav {
        margin: -24px -16px 16px;
    }

    /*Questionnaire test box*/
    .questionnaire-test-box .substrate-box .box-title .icon {
        top: 4px;
    }

    /*Questionnaire box*/
    .steps-progress li {
        margin: 0 3%;
    }

    /*Home component*/
    .js-toggle-dashboard-items:before {
        top: 17px;
    }

    .js-toggle-dashboard-items:after {
        top: 5px;
    }

    /*Main article*/
    .article-header {
        margin: 0 0 11px;
    }

    .main-article .tags-list.large-indent {
        margin: 40px 0 40px 5px;
    }

    /*Articles list*/
    .articles-list .img-box, .similar-articles .articles-list .img-box {
        width: 32%;
    }

    .articles-list .text, .similar-articles .articles-list .text {
        width: 68%;
    }

    .articles-list .title, .similar-articles .articles-list .title {
        font-size: 17px;
    }

    /*Tags list*/
    .tags-list li {
        margin: 0 23px 7px 0;
    }

    /*Comments box*/
    .comments-box {
        margin-bottom: 24px;
    }

    /*App popup*/
    #app-popup .popup {
        padding: 64px 16px 64px;
    }

    #app-popup .popup .js-close-popup {
        right: 6px;
        top: 6px;
    }

    /*Check lists*/
    .create-branch {
        margin: 24px 24px 12px 0;
    }

    .check-list-item-row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .check-list-item-box, .leaving-component-visible .check-list-item-box {
        padding-left: 16px;
        padding-right: 64px;
    }

    .check-list-item-box.js-open-dropdown, .leaving-component-visible.js-open-dropdown .check-list-item-box {
        padding-right: 64px;
    }

    .can-drag .check-list-item-box, .leaving-component-visible .can-drag .check-list-item-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .check-list-item-box.js-open-dropdown:after, .leaving-component-visible .check-list-item-box.js-open-dropdown:after {
        top: 50%;
        right: 38px;
        margin: -11px 0 0;
    }

    .check-list-item-box .item-controls, .leaving-component-visible .check-list-item-box .item-controls {
        top: 50%;
        right: 6px;
        margin: -12px 0 0;
    }

    .check-list-item-box .data-box, .leaving-component-visible .check-list-item-box .data-box {
        width: 100%;
    }

    .check-list-item-box .quantity-box, .check-list-item-box .icon-box, .leaving-component-visible .check-list-item-box .quantity-box, .leaving-component-visible .check-list-item-box .icon-box {
        width: 100%;
        min-width: 100%;
        margin: 0 0 8px;
        padding: 0;
    }

    .check-list-item-box .quantity-box {
        display: flex;
    }

    .check-list-item-box .quantity-box .quantity {
        margin-right: 16px;
        min-width: 48px;
    }

    .check-list-item-box .quantity-box .time {
        display: block;
        line-height: 1.3em;
        margin: 0 0 0;
    }

    .check-list-item-box .quantity-box .updated-time:before {
        top: 1px;
    }

    .check-list-item-box .data-box .time {
        display: none;
    }

    .checkbox-view.can-drag .check-list-item-box.js-open-dropdown {
        padding-left: 44px;
        padding-right: 40px;
    }

    .checkbox-view .checkbox-item {
        position: absolute;
        left: 16px;
        top: 50%;
        width: 18px;
        margin: -9px 0 0;
    }

    .checkbox-view.check-lists .check-list-item-box {
        padding-left: 48px;
        padding-right: 40px;
    }

    .checkbox-view.check-lists .check-list-item-box:after {
        right: 12px;
    }

    .can-drag .check-list-item-box {
        padding-right: 64px;
    }

    .can-drag .check-list-item-box .draggable-icon {
        left: 8px;
    }

    .checkbox-view.can-drag .draggable-icon {
        left: -10px;
    }

    .checkbox-view.check-lists.can-drag .draggable-icon {
        left: 8px;
    }

    .check-lists.can-drag.checkbox-view .check-list-item-box {
        padding-left: 72px;
    }

    .check-lists.can-drag.checkbox-view .checkbox-item {
        left: 40px;
    }

    /*Notes box*/
    .note-item {
        margin-bottom: 20px;
        padding: 22px 16px 20px;
    }

    .note-item .time {
        margin-bottom: 10px;
    }

    .js-edit-note {
        right: 14px;
        top: 12px;
    }

    /*Profile history*/
    .profile-history .time {
        width: 100px;
        min-width: 100px;
    }

    /*Edit profile popup*/
    .edit-profile-form .btn {
        margin: 32px auto 0;
    }

    /*App messages*/
    .app-message-box {
        top: 16px;
        right: 16px;
    }
}

@media screen and (max-width: 420px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 20px;
    }

    blockquote .text:before, blockquote .text p:last-child:after {
        font-size: 30px;
    }

    blockquote .text p:last-child:after {
        margin-top: -6px;
    }

    blockquote .author {
        font-size: 15px;
    }

    ul li, ol li {
        padding-left: 28px;
        background-position: 0 10px;
        background-size: 18px 4px;
    }

    ol > li:before {
        font-size: 15px;
    }

    ol ol li {
        padding-left: 40px;
    }

    .box-title {
        font-size: 20px;
    }

    /*Form*/
    .form .fields-group {
        padding: 26px 16px 4px;
    }

    .datepicker.form-control, .form-control.small-size {
        /*max-width: none;*/
    }

    .field-name.outer-field {
        margin: 40px 0 20px 16px;
    }

    .form-control.large-size-inp {
        height: 44px;
    }

    .btn {
        font-size: 16px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /*Checkboxes and radio*/
    .fields-group .radio-text-item {
        margin: 0 -16px 2px;
    }

    .radio-text-item input[type="radio"] + label {
        padding: 19px 16px 15px 46px;
    }

    .radio-text-item input[type="radio"] + label:before {
        left: 16px;
        top: 17px;
        font-size: 18px;
    }

    .fields-group .radio-text-item:first-child input[type="radio"] + label:before {
        top: 29px;
    }

    .checkbox-item input[type="checkbox"] + label {
        margin: 0;
    }

    .checkbox-item .loader {
        left: 0;
    }

    /*Font icons*/
    .outside-icon {
        padding-left: 32px;
    }

    [class*="font-icon-"]:before {
        top: 0;
    }

    /*App*/
    /*Nav*/
    .app-sub-nav {
        font-size: 14px;
    }

    .app-sub-nav a {
        padding: 15px 0;
    }

    /*Box link*/
    .box-link {
        font-size: 16px;
    }

    .box-link .sub-text {
        font-size: 14px;
    }

    /*Articles list*/
    .articles-list .title, .similar-articles .articles-list .title {
        font-size: 16px;
    }

    /*Introductory view*/
    .introductory-view .logo {
        max-width: 121px;
    }

    /*Authorization component*/
    .authorization-box {
        margin: 0 auto 16px;
    }

    .authorization-box .logo {
        margin: 0 auto 32px;
    }

    .authorization-box .box-title {
        margin: 0 0 32px;
    }

    /*Questionnaire test box*/
    .questionnaire-test-box {
        margin: 0 auto 16px;
    }

    .questionnaire-test-box .logo {
        margin: 0 auto 32px;
    }

    .questionnaire-test-box .grid {
        margin: 40px 0 0;
    }

    .questionnaire-test-box .substrate-box {
        padding-left: 16px;
    }

    .questionnaire-test-box .substrate-box .box-title .icon {
        top: 2px;
    }

    /*Questionnaire box && Test box*/
    .steps-progress {
        margin: 0 0 40px;
    }

    .steps-progress li {
        margin: 0 3%;
        width: 44px;
        height: 44px;
        box-shadow: 0 0 14px rgba(11, 62, 138, .05);
    }

    .steps-progress li:before {
        width: 38px;
        height: 38px;
    }

    .steps-progress li:after {
        top: 8px;
        left: 8px;
        width: 28px;
        height: 28px;
    }

    .questionnaire-form-box .box-title, .test-form-box .box-title {
        margin: 0 0 30px 16px;
    }

    .test-box .instruction-box {
        margin: 0 0 32px 16px;
    }

    /*Home component*/
    .dashboard-item {
        padding: 12px 24px 15px;
    }

    .js-toggle-dashboard-items:before {
        top: 16px;
    }

    .js-toggle-dashboard-items:after {
        top: 4px;
    }

    .draggable-icon {
        left: -7px;
    }

    .item-controls {
        right: -6px;
    }

    /*Comments box*/
    .comments-list .comment-answers {
        padding: 17px 12px 24px;
        width: calc(100% + 48px);
        margin-left: -48px;
    }

    .your-comment .btns-box .text-btn, .js-save-btn {
        font-size: 16px;
    }

    .your-comment .btns-box .text-btn img, .your-comment .btns-box .text-btn svg {
        margin: 1px 4px 0 0;
    }

    .js-cancel-comment, .js-cancel-btn {
        font-size: 15px;
    }

    /*Humans component*/
    .humans-table .sub-row {
        width: calc(100% - 70px);
    }

    .humans-table .avatar-col {
        width: 70px;
        padding-left: 13px;
    }

    /*Ava*/
    .humans-table .avatar-col .img {
        width: 44px;
        height: 44px;
    }

    /*App popup*/
    #app-popup .popup {
        font-size: 15px;
    }

    #app-popup .confirm-popup {
        font-size: 16px;
    }

    #app-popup .confirm-popup .btns-box .btn {
        margin-left: auto;
        margin-right: auto;
    }

    #human-questionnaire-popup .completed-questionnaire-view .box-title, .completed-questionnaire-view .box-title, #human-test-popup .completed-test-view .box-title, .completed-test-view .box-title {
        margin: 48px 0 24px 16px;
    }

    .completed-questionnaire-view .field-name.outer-field, .completed-test-view .field-name.outer-field {
        margin: 40px 0 20px 16px;
    }

    .test-results p {
        margin-left: 16px;
    }

    /*Faq box*/
    .faq-aside {
        margin: 40px auto 0;
    }

    /*Profile*/
    .tabs-nav li {
        font-size: 14px;
    }

    .profile-photo .edit-icon {
        width: 28px;
        height: 28px;
    }

    .profile-photo .edit-icon svg {
        width: 14px;
        height: 14px;
    }

    /*	.profile .name + .human-status{
		margin-top: 19px;
		}
	.human-status .current-status{
		font-size: 16px;
		}
	.human-status .current-status svg{
		top: 5px;
		}*/
}

@media screen and (max-width: 380px) {
    .btn {
        width: 100%;
    }

    /*Nav*/
    .app-sub-nav {
        font-size: 12px;
    }

    .app-sub-nav a {
        flex-grow: 1;
        width: auto;
    }

    /*Questionnaire box*/
    .steps-progress li {
        margin: 0 2%;
    }

    /*Articles list*/
    .articles-list .title, .similar-articles .articles-list .title {
        font-size: 15px;
    }

    /*Profile*/
    .tabs-nav li {
        font-size: 12px;
        padding-bottom: 8px;
    }

    /*Profile history*/
    .profile-history li {
        font-size: 15px;
    }

    .profile-history .time {
        font-size: 13px;
        margin: 6px 0 0;
    }

    /**/
    .branch-btns-box {
        min-width: 320px;
    }

    .branch-btns-box .btn.transparent {
        width: 100%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media screen and (max-width: 340px) {
    .profile-contacts .col {
        font-size: 15px;
    }

    .profile-contacts [class*="font-icon-"]:before {
        top: -1px;
    }
}

/*Foreign plugins styles*/
/*Type file*/
.file-input {
    position: relative;
    display: flex;
    align-items: center;
}

.form .file-input {
    margin-left: 20px;
}

.form .fields-group .file-input {
    margin-left: 0;
}

.c-file-input:invalid, .c-field--error .js-file-input {
    background-color: #ffe6e9;
    border-color: #ff566a;
}

.c-file-input:invalid:focus, .c-field--error .c-file-input:focus {
    background-color: #ffe6e9;
    border-color: #ff566a;
}

.file-input-label {
    position: relative;
    display: block;
    font-weight: 500;
    color: #757F8C;
    max-width: calc(100% - 34px);
}

.file-input-label .name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.has-file .name {
    color: #A6AAB4;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.file-input-label .name .text {
    border-bottom: 1px dashed #757F8C;
}

.no-touchevents .file-input-label .name:hover .text, .has-file .name, .file-input-label input:focus + .name .text {
    border-color: transparent;
}

.file-input-label .name .upload-icon {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 10px;
}

.file-input-field {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    padding: 0;
    opacity: 0;
}

.file-input-field:focus {
    outline: none;
}

.remove-file {
    display: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.has-file .remove-file {
    display: flex;
}

.no-touchevents .remove-file:hover {
    opacity: .7;
}

/*Select2*/
.v-select {
    position: relative;
    font-family: inherit;
    width: 100%;
}

.v-select, .v-select * {
    box-sizing: border-box;
}

.v-select.small-size {
    max-width: 200px;
}

.v-select.status-select {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

@-webkit-keyframes vSelectSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes vSelectSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active, .vs__fade-leave-active {
    transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter, .vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
    cursor: not-allowed;
    background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0;
    background: none;
    cursor: pointer;
}

.status-select .vs__dropdown-toggle {
    line-height: 1em;
    height: auto;
    border: none;
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    max-width: 100%;
}

.status-select .vs__selected-options {
    min-width: 40px;
}

.ie .status-select .vs__selected-options {
    flex-wrap: nowrap;
    min-width: 240px;
}

.status-select .vs__selected {
    font-weight: 500;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: .2px;
    color: #A6AAB4;
    height: auto;
}

.ie .status-select .vs__selected {
    width: 100%;
    min-width: 100%;
    text-align: left;
}

.vs__actions {
    position: absolute;
    z-index: -1;
    right: 6px;
    top: 0;
    line-height: 0;
    height: 100%;
    width: 12px;
    cursor: pointer;
}

.status-select .vs__actions {
    right: 0;
}

.vs__actions:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 8px;
    margin: -4px 0 0;
    background: url("../i/answer-arrow.svg") no-repeat 0 0;
    transform: scaleY(-1);
}

.status-select .vs__actions:after {
    margin-top: -3px;
}

.vs--open .vs__actions:after {
    transform: none;
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {

}

.vs__open-indicator {
    display: none;
    fill: rgba(60, 60, 60, .5);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    display: none;
    fill: rgba(60, 60, 60, .5);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px
}

.vs__dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    border: 1px solid #ced8e8;
    border-top-style: none;
    text-align: left;
    list-style: none;
    background: #fff
}

.status-select .vs__dropdown-menu {
    left: 50%;
    margin-top: 10px;
    min-width: 240px;
    max-width: 298px;
    border: none;
    box-shadow: 0 0 3px rgba(11, 62, 138, .2);
    transform: translate3d(-50%, 0, 0);
}

.ie .status-select .vs__dropdown-menu {
    left: 0;
    transform: none;
}

.vs__no-options {
    text-align: center;
    margin: 0 !important;
    padding: 8px 16px;
    background: none;
}

.vs__dropdown-option {
    line-height: 1.3333em;
    display: block;
    padding: 8px 16px;
    margin: 0;
    clear: both;
    color: #333;
    background: none;
}

.vs__dropdown-option:hover {
    cursor: pointer
}

.vs__dropdown-option--highlight {
    background: #0fa38e;
    color: #fff
}

.vs__selected {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    color: #333;
    height: 40px;
    margin: 0;
    padding: 1px 0 0;
    cursor: pointer;
}

.vs__selected-options .vs__selected {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 22px;
}

.status-select .vs__selected-options .vs__selected {
    max-width: 298px;
}

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    fill: rgba(60, 60, 60, .5);
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--open .vs__selected {
    position: absolute;
}

.status-select.vs--single.vs--open .vs__selected {
    position: relative;
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-ms-clear, .vs__search::-webkit-search-cancel-button, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search, .vs__search:focus {
    height: 40px;
    line-height: 40px;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
    border: none;
    background: none;
}

.vs__search::-webkit-input-placeholder {
    color: inherit
}

.vs__search:-ms-input-placeholder {
    color: inherit
}

.vs__search::-ms-input-placeholder {
    color: inherit
}

.vs__search::placeholder {
    color: inherit
}

.vs__search {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    color: #333;
}

.status-select .vs__search {
    line-height: 1em;
    opacity: 0;
    height: 19px;
    width: 0;
    padding: 0;
}

/*.vs--unsearchable .vs__search {
    opacity: 1
}*/

.vs--unsearchable .vs__search:hover {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: .9em solid hsla(0, 0%, 39.2%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s
}

.vs__spinner, .vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

/*LightGallery*/
@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z374");
    src: url("../fonts/lg.eot?#iefixn1z374") format("embedded-opentype"), url("../fonts/lg.woff?n1z374") format("woff"), url("../fonts/lg.ttf?n1z374") format("truetype"), url("../fonts/lg.svg?n1z374#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #0fa38e;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.no-touchevents .lg-actions .lg-next:hover, .no-touchevents .lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0fa38e;
}

.lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.no-touchevents .lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0fa38e;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .no-touchevents .lg-outer .lg-thumb-item:hover {
    border-color: rgba(0, 0, 0, .75);
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
    background-color: #0fa38e;
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}

.no-touchevents .lg-outer .lg-toggle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {

}

.lg-outer .lg-has-vimeo:hover .lg-video-play {

}

.lg-outer .lg-has-html5 .lg-video-play {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.no-touchevents .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.no-touchevents .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.group {
    zoom: 1;
}

.group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("../i/loader.svg") no-repeat 50% 50%;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(255, 255, 255, .95);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@media screen and (max-width: 420px) {
    .form .file-input {
        margin-left: 16px;
    }

    .lg-toolbar .lg-icon {
        width: 40px;
    }

    .status-select .vs__selected {
        font-size: 16px;
    }
}

.can-remove .vs__actions:after {
    left: -20px !important;
}

.vs__selected-options .vs__search {
    opacity: 0 !important;
}

.router-link-active {
    cursor: pointer !important;
}