@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    margin-bottom: 20px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



* {
    outline: none;
    box-sizing: border-box;
    /*font-family: "Montserrat" !important;*/
    font-family: "segoeui", "GeorgiaPro-Black", "Helvetica" !important;
}

body {
    position: relative;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none;
    color: #252525;
    font-family: "segoeui";
    cursor: pointer;
}

a:hover {
    color: #c41230 !important;
}

a.logo {
    display: flex;
    width: 254px;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
}

img.red {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%) !important;
}

img.green {
    filter: brightness(0) saturate(100%) invert(72%) sepia(46%) saturate(2744%) hue-rotate(73deg) brightness(106%) contrast(92%);
}

img.grey {
    filter: brightness(0) saturate(100%) invert(83%) sepia(6%) saturate(463%) hue-rotate(349deg) brightness(92%) contrast(80%);
}

img.blue {
    filter: brightness(0) saturate(100%) invert(43%) sepia(68%) saturate(6058%) hue-rotate(211deg) brightness(97%) contrast(92%);
}

img.logo__img {
    width: 100%;
    height: auto;
    margin-right: 12px;
}

img.searchbox__icon {
    width: 26px;
    height: 26px;
    margin: 0 13px;
    filter: opacity(1);
}

span {
    color: unset;
}

ul {
    list-style: disc;
}

ul li {
    /*
    margin-bottom: 20px;
    */
}

.page__block__dotted {
    margin-bottom: 70px;
}

li {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

.fs-20 {
    font-size: 20px !important;
}

header {
    padding: 43px 0 5px 0;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 60px;
    font-size: 16px;
}

.bg-1{
    background-color: #0075FF!important;
}

.color-1{
    color: #0075FF!important;
}


@media (max-width: 959px) {
    header {
        padding: unset;
        border-bottom: unset;
        margin-bottom: 16px;
    }
}

header .header__mob__box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

@media (max-width: 959px) {
    header .header__mob__box {
        border-bottom: 1px solid #e6e7e8;
        margin-bottom: 24px;
    }
}

@media (max-width: 450px) {
    header .header__mob__box {
        padding: 15px 10px;
        margin-bottom: 10px;
    }
}

header .header__group_btn {
    display: flex;
    align-items: center;
}

header .header__btn__menu {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/icon/menu-01.svg") no-repeat 50%;
    transition: all 0.5s;
}

header .header__btn__menu.active {
    background: url("../img/icon/X.svg") no-repeat 50%;
}

header .menu {
    display: none;
    position: absolute;
    top:  var(--menu-top, 160px);
    left: 0;
    background: #FFFFFF;
    z-index: 100;
    width: 100%;
    height: 100%;
}

header .menu.active {
    display: block;
    overflow-y: scroll;
}

header .menu .searchbox {
    width: 100%;
    padding: 0 10px;
    background: #FFFFFF;
}

header .menu .searchbox__input {
    border: 1px solid #E6E7E8;
    border-right: 0;
}

header .mob__account {
    padding: 0 16px;
}

@media (max-width: 450px) {
    header .mob__account {
        padding: 0 10px;
    }
}

header .mob__account .widget__lk__info {
    width: 100%;
    height: 79px;
    background: linear-gradient(120deg, #F9FAFB 93%, rgba(231, 236, 243, 0.58) 80%);
    overflow: hidden;
    align-items: center;
    position: relative;
    padding: 8px 7px 10px 7px;
}

@media (max-width: 450px) {
    header .mob__account .widget__lk__info {
        background: linear-gradient(120deg, #F9FAFB 84%, rgba(231, 236, 243, 0.58) 80%);
    }
}

header .mob__account .widget__lk__info::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 253.81px;
    left: 86.9%;
    top: -100px;
    background: linear-gradient(155.3deg, #D9DDE2 20.1%, rgba(242, 244, 247, 0) 67.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

@media (max-width: 450px) {
    header .mob__account .widget__lk__info::before {
        width: 44%;
        left: 76%;
    }
}

header .mob__account .widget__lk__info .widget__lk__img {
    margin-right: 19px;
}

header .mob__account .widget__lk__info .widget__lk__img img {
    width: 60px;
    height: 60px;
}

header .mob__account .widget__lk__info .widget__lk__img .widget__lk__counter {
    top: 40px;
    width: 26px;
    height: 26px;
    padding-top: 5px;
}

header .mob__account .widget__lk__info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 10px;
}

header .mob__account .widget__lk__info .widget__lk__fio {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
}

h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 40px;
    color: #252525;
    max-width: 930px;
}

.header__bar {
    display: flex;
    width: 32%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .header__bar {
        width: 30%;
    }
}

@media (max-width: 1139px) {
    .header__bar {
        width: 33%;
    }
}

.red {
    color: #c41230;
}

main {
    min-height: 600px;
}

.page__container {
    margin-top: 40px;
}

.container__block {
    margin-bottom: 70px;
    padding: 5px;
    position: relative;
}

@media (max-width: 959px) {
    .container__block {
        margin-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .container__block {
        margin-bottom: 24px;
    }
}

@media (max-width: 959px) {
    .container__block.ribbon .cards>div:nth-child(n+4) {
        display: none;
    }
}

.container__title {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;

    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-bottom: 2px solid #252525;
    margin-bottom: 45px;
}

@media (max-width: 959px) {
    .container__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 639px) {
    .container__title {
        margin-bottom: 15px;
    }
}

@media (max-width: 1240px) {
    .container.mob-fixed-right-col.lk .container__block {
        margin-bottom: 0px;
    }
    .container.mob-fixed-right-col.lk .col-3 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .container.mob-fixed-right-col.lk .col-3 .widget__container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .container.mob-fixed-right-col.lk .col-3 .widget__container>div {
        width: 48%;
    }
}

@media (max-width: 1240px) and (max-width: 959px) {
    .container.mob-fixed-right-col.lk .col-3 .widget__container {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1240px) and (max-width: 639px) {
    .container.mob-fixed-right-col.lk .col-3 .widget__container {
        margin-bottom: 40px;
    }
}

@media (max-width: 959px) {
    .container.mob-fixed-right-col .widget__container .mob__hidden {
        display: none;
    }
}

@media (max-width: 959px) {
    .container.mob-fixed-right-col {
        display: flex;
        flex-direction: column;
    }
    .container.mob-fixed-right-col .col-3 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .container.mob-fixed-right-col .col-3 .widget__container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .container.mob-fixed-right-col .col-3 .widget__container>div {
        width: 48%;
    }
}

@media (max-width: 639px) {
    .container.mob-fixed-right-col .widget__container>div {
        width: 95% !important;
        margin: 0 auto;
    }
}

.tab {
    display: flex;
    padding: 0;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 30px;
}

.tab li {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
    width: 100%;
    color: #929292;
    margin: 0;
    text-align: center;
}

.tab li:last-child {
    margin-right: 0;
}

.tab li.active {
    color: #252525;
    border-bottom: 1px solid #252525;
}

.table {
    width: 100%;
    border: 2px solid #e6e7e8;
    margin: 0;
}

.table thead {
    background: #F2F4F7;
}

.table tbody tr {
    border-bottom: 1px solid #E6E7E8;
}

.table th {
    padding: 12px 24px;
}

.table th .text {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.table td {
    padding: 26px 24px;
}

.table td .text {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.table td:first {
    width: 82%;
}

@media (max-width: 1139px) {
    .table td:first {
        width: 78%;
    }
}

@media (max-width: 959px) {
    .table td:first {
        width: 65%;
    }
}

.table td:last-child {
    width: 18%;
}

@media (max-width: 1139px) {
    .table td:last-child {
        width: 22%;
    }
}

@media (max-width: 959px) {
    .table td:last-child {
        width: 35%;
    }
}

@media (max-width: 639px) {
    .table {
        width: 586px;
        border-collapse: collapse;
    }
}

.drp-buttons .btn {
    width: auto !important;
    height: 36px;
}

.btn {
    padding: 9px 20px 13px;
    width: 321px;
    height: 44px;
    background: #F5F5F5;
    border-radius: 2px;
    font-weight: 300;
    font-size: 15px;
    color: #404040;
}

.btn:hover {
    background: #c41230;
    color: #FFFFFF;
}

.btn:focus {
    background: #c41230;
    color: #FFFFFF;
    border: 3px solid #FDBE9B;
}

.btn:active {
    background: #c41230;
    color: #FFFFFF;
}

.btn__group {
    display: flex;
    margin-bottom: 10px;
}

.btn__panel {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    align-items: center;
}

.btn__panel img {
    width: 20px;
    height: 20px;
}

.btn__panel.number {
    color: #bfb6ad;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.btn__panel.bg__img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    place-content: center;
    cursor: pointer;
}

.btn__panel.bg__img.remove img {
    filter: invert(61%) sepia(0%) saturate(0%) hue-rotate(101deg) brightness(96%) contrast(86%);
}

.btn__panel.bg__img.black img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(280deg) brightness(91%) contrast(87%);
}

.btn__panel.bg__img.grey img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(6%) saturate(463%) hue-rotate(349deg) brightness(92%) contrast(80%);
}

.btn__panel.bg__img:hover {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(280deg) brightness(91%) contrast(87%);
}

.btn__panel.like,
.btn__panel.heart,
.btn__panel.comment,
.btn__panel.basket,
.btn__panel.rating,
.btn__panel.favorites,
.btn__panel.view {
    margin-right: 0;
    margin-left: 15px;
}

.btn__panel.like.active .btn__panel.bg__img,
.btn__panel.heart.active .btn__panel.bg__img,
.btn__panel.comment.active .btn__panel.bg__img,
.btn__panel.basket.active .btn__panel.bg__img,
.btn__panel.rating.active .btn__panel.bg__img,
.btn__panel.favorites.active .btn__panel.bg__img,
.btn__panel.view.active .btn__panel.bg__img {
    background: #FEE4E2;
    padding: 17px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px rgb(254, 243, 242);
}

.btn__panel.like.active .btn__panel.bg__img img,
.btn__panel.heart.active .btn__panel.bg__img img,
.btn__panel.comment.active .btn__panel.bg__img img,
.btn__panel.basket.active .btn__panel.bg__img img,
.btn__panel.rating.active .btn__panel.bg__img img,
.btn__panel.favorites.active .btn__panel.bg__img img,
.btn__panel.view.active .btn__panel.bg__img img {
    filter: invert(26%) sepia(100%) saturate(1671%) hue-rotate(322deg) brightness(86%) contrast(100%);
}

.btn__panel:hover .btn__panel.bg__img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(97%) contrast(103%);
}

.btn__panel:hover .btn__panel.number {
    color: #252525 !important;
}

.btn__panel.active:hover .btn__panel.bg__img {
    filter: unset;
}

.btn__panel.active:hover .btn__panel.number {
    color: #bfb6ad;
}

.btn__panel .size {
    border: unset !important;
    padding: 0;
    width: 56px !important;
}

.btn.img {
    display: flex;
    width: auto;
    color: #FFFFFF;
    background: #c41230;
    padding: 8px 14px;
    align-items: center;
    border-radius: 2px;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.btn.img img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.btn.img img.grey {
    filter: brightness(0) saturate(100%) invert(83%) sepia(6%) saturate(463%) hue-rotate(349deg) brightness(92%) contrast(80%);
}

.btn.img:hover {
    background-color: #9b0e26;
    color: #FFFFFF !important;
}

.btn.img:active {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #FEE4E2;
}

.btn.img.grey {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
}

.btn.img.grey .btn__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    margin-left: 5px;
}

.btn.img.grey:hover .btn__text {
    color: #3E3E3F;
}

.btn.img.grey img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(3%) saturate(5%) hue-rotate(353deg) brightness(102%) contrast(82%);
}

.btn.img.red {
    background: #FEF3F2;
    color: #c41230;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.btn.img.red .btn__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.btn.img.red:hover {
    background: #FEE4E2;
    color: #c41230 !important;
}

.btn.img.red img {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.btn.widget__surveys {
    background: #FEF3F2;
    color: #c41230;
    width: 57%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.btn.widget__surveys .btn__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.btn.widget__surveys:hover {
    color: #c41230 !important;
    background: #FEE4E2;
}

.btn.widget__surveys img {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.btn .count {
    display: block;
    color: #585858;
    padding: 2px 8px;
    border-radius: 50%;
    background: #F2F4F7;
    margin-left: 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

.btn.grey:hover {
    background-color: #E5E7EB;
    color: #3E3E3F;
}

.btn.grey:active {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F2F4F7;
}

.btn.red:hover {
    background-color: #9b0e26;
    color: #FFFFFF !important;
}

.btn.red:active {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #FEE4E2;
}

.btn.submit:hover {
    color: #FFFFFF !important;
    background: #9b0e26;
}

.btn__info {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url("../img/icon/info-circle.svg") no-repeat 50%;
    background-size: contain;
    filter: invert(67%) sepia(12%) saturate(74%) hue-rotate(177deg) brightness(86%) contrast(90%);
    cursor: pointer;
}

.btn__close {
    display: flex;
    width: auto;
    color: #FFFFFF;
    background: #bfb6ad !important;
    padding: 8px 14px;
    align-items: center;
    border-radius: 2px;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: unset;
}

.input-group {
    display: flex;
    align-items: center;
    width: 30%;
}

.input-group .input-number {
    border: unset;
    background: #F2F4F7;
    text-align: center;
    padding: unset;
}

.input-group .btn-default {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.input-group button {
    border: unset;
    width: 24px;
    height: 24px;
}

.input-group button[data-type=minus] {
    background: url("../img/icon/minus.svg") no-repeat 50%;
}

.input-group button[data-type=plus] {
    background: url("../img/icon/Plus.svg") no-repeat 50%;
}

.input-group button:focus {
    border: unset;
}

.select2-container--default .select2-selection--single {
    border: unset !important;
    padding: 0;
    border-radius: 2px;
    background: #F2F4F7;
    display: flex;
    justify-content: flex-start;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
    height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: unset;
    width: 15px;
    height: 8px;
    margin-left: -6px;
    background: url(../img/icon/chevron-down.svg) no-repeat 50%;
    background-size: cover;
}

.select2-results__option--highlighted {
    margin-bottom: 0;
}

.select2-results li {
    display: flex;
    margin-bottom: 0;
    background: #F2F4F7;
    justify-content: center;
}

input[type=button],
input[type=submit] {
    display: flex;
    width: auto;
    color: #FFFFFF;
    background: #c41230;
    padding: 8px 14px;
    align-items: center;
    border-radius: 2px;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: unset;
}

.searchbox {
    display: flex;
    height: 44px;
    width: 35.3%;
    background: #F8F8F8;
    border-radius: 2px;
    justify-content: space-between;
}

.searchbox__input {
    display: flex;
    padding: 12px 0 12px 16px;
    align-items: center;
    width: 100%;
}

.searchbox__input input {
    display: none;
    height: 22px;
    background: none;
    border: none;
    font-size: 15px;
    color: #252525;
    align-self: center;
    width: 100%;
}

.searchbox__input input.active {
    display: block;
}

@media (max-width: 450px) {
    .searchbox__input input {
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
    }
}



.searchbox__btns {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    align-items: center;
    padding: 9px 0;
}

.searchbox__text {
    display: none;
}

.searchbox__btn {
    cursor: pointer;
}

.searchbox__btn:first-child {
    border-right: 1px solid #F5F5F5;
}

.searchbox__btn.active img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%);
    animation: fadein 1s;
    animation-fill-mode: forwards;
    transition: opacity 1s;
    opacity: 1;
}

.searchbox.page .searchbox__input input {
    width: 100%;
}

.nav {
    margin-top: 30px;
    width: 100%;
    align-items: center;
}

.nav__link {
    display: flex;
    padding-bottom: 35px;
    height: 57px;
    box-sizing: border-box;
    align-items: center;
}

.nav__link.disable::after {
    content: none;
}

.nav__link:hover {
    color: #c41230;
    border-bottom: 1px solid #c41230;
}

@media (max-width: 959px) {
    .nav__link:hover {
        border: unset;
    }
}

@media (max-width: 1139px) {
    .nav__link {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 959px) {
    .nav__link {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 16px;
        width: 100%;
    }
    .nav__link img {
        display: block;
        width: 20px;
        height: 20px;
        margin-left: auto;
    }
    .nav__link.active img {
        transform: rotate(-180deg);
    }
}

.nav li {
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
}

.nav li:nth-last-child(1) .dropdown,
.nav li:nth-last-child(2) .dropdown {
    width: 250px;
    right: auto !important;
}

@media (max-width: 959px) {
    .nav li {
        margin: 0;
        width: 100%;
    }
    .nav li:hover .dropdown {
        visibility: unset;
        transition: all 1s;
    }
}

@media (max-width: 959px) {
    .nav {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
}

.dropdown {
    background: #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    width: 280px;
    top: 100%;
    height: 0px;
    z-index: 10;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-delay: 0.15s;
    list-style: none;
    overflow: hidden;
}

.dropdown li {
    color: #252525;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
    display: block;
}

.dropdown__group__title {
    margin-bottom: 12px;
}

.dropdown__item {
    display: flex;
    margin-bottom: 16px;
    padding: 5px 10px;
}

.dropdown__item:hover {
    color: #252525;
    background-color: #F9FAFB;
}

.dropdown__item:hover img {
    background-color: rgba(254, 205, 202, 0.1215686275);
    border-radius: 50%;
    box-shadow: 0 0 0px 6px rgba(254, 205, 202, 0.1215686275);
    margin-left: 10px;
}

.dropdown__item img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%);
    width: 24px;
    height: 24px;
}

.dropdown__block {
    display: flex;
    /*margin-left: 12px;*/
    flex-direction: column;
    justify-content: center;
}

.dropdown__block__title {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.006em;
}

.dropdown__block__title:hover {
    color: #c41230;
}

.dropdown__block__description {
    margin: 5px 0 0 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #bfb6ad;
}

.dropdown.active {
    display: block;
    padding: 20px 5px 0 5px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

@media (max-width: 959px) {
    .dropdown {
        overflow: hidden;
        position: unset;
        visibility: hidden;
        height: 0px;
        padding: 0;
        border: unset;
    }
    .dropdown.active {
        width: auto;
        visibility: unset;
        padding: 20px 5px 0 5px;
        margin: 0 12px;
        border: 1px solid #F5F5F5;
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
        height: 360px;
    }
}

.cards {
    display: flex;
    flex-wrap: wrap;
}

.cards__employee {
    width: 97.5%;
}

.cards__employee .card {
    height: 125px;
}

.cards__employee.little{
    height: calc(100% - 139px);

    display: grid;
    grid-template-rows: auto;
    gap: 5px;
}

.card.employee.little{
    height: auto;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: auto 1fr ;
}
.card.employee.little .card__img{
    width: auto;
    height: 47px;
}

.littleFlexFio{
    display: flex!important;
    justify-content: space-between;
    padding-right: 20px;
}

@media (max-width: 959px) {
    .cards__employee>div:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 959px) {
    .cards__employee {
        width: 100%;
    }
}

.cards.desktop {
    display: flex;
}

@media (max-width: 639px) {
    .cards.desktop {
        display: none;
    }
}

.cards.mob {
    display: none;
}

@media (max-width: 639px) {
    .cards.mob .card.media {
        margin-bottom: 0;
    }
}

@media (max-width: 639px) {
    .cards.mob {
        display: block;
    }
}

.card {
    display: flex;
    flex-direction: column;
    width: 32.4%;
    border: none;
    margin-right: 0.9%;
    margin-bottom: 60px;
}

.card>div {
    margin-bottom: 15px;
}

.card__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    word-spacing: -2px;
}

.card__description {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    max-height: 144px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card__img {
    border-radius: 2px;
    width: 100%;
    height: 187px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.card__img__block {
    position: relative;
}

.card__img__block:hover .card__img__view {
    display: block !important;
}

@media (max-width: 639px) {
    .card__img__block:hover .card__img__view {
        display: none !important;
    }
}

.card__img__view {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -120%;
    z-index: 10;
    width: 221px;
    height: 244px;
    border-radius: 2px;
}

.card__img.lk__edit {
    position: absolute;
    width: 32px !important;
    height: 32px !important;
    padding: 8px;
    z-index: 2;
    right: -5px;
    bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    cursor: pointer;
}

.card__img__container {
    position: relative;
    overflow: hidden;

width: 100%;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 26px;
    padding: 5px;
}

.page__news__items .card__img__container{
    height: 240px;
}

.card__img__container .card__img {
    position: absolute;
    display: block;
    width: 120% !important;
    height: 93%;
    transform: scale(0.93);
    margin-left: -30px;
}

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

.card .text {
    color: #bfb6ad;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.card .tags {
    margin-left: 7px;
}

.card.ribbon {
    margin-bottom: 25px;
}

.card.ribbon .text.data {
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-left: 4.5%;
}

.card.ribbon .card__header__nav {
    justify-content: flex-start;
}

@media (max-width: 639px) {
    .card.ribbon .card__header {
        margin-bottom: 5px;
    }
}

.card.ribbon .card__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 639px) {
    .card.ribbon .card__body {
        margin-bottom: 0;
    }
}

@media (max-width: 959px) {
    .card.ribbon {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .card.ribbon {
        margin-bottom: 15px;
    }
}

.card.employee {
    flex-direction: row;
    width: 98%;
    margin-bottom: 30px;
    background: #F9FAFB;
    overflow: hidden;
    border-radius: 0;
    padding: 10px;
}

.card.employee .card__img {
    width: 70px;
    height: 70px;
    margin: 0;
    object-fit: contain;
}

.card.employee .card__img__block {
    height: 100%;
    margin: auto 0;
}

.card.employee .card__box {
    margin-left: 4.2%;
    z-index: 2;
}

.card.employee>div {
    margin-bottom: 0;
}

.card.employee.birthday .link {
    align-items: center;
}

.card.employee.birthday .link p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    font-style: unset;
    color: #c41230;
}

.card.employee.birthday .link__img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

@media (max-width: 959px) {
    .card.employee.birthday {
        width: 100% !important;
    }
}



.card.employee.red {
    border: 1px solid #c41230;
    background: linear-gradient(20deg, #FF2D2D 30%, #c41230 80%);
}

.card.employee.red:before {
    background: linear-gradient(155.3deg, #C21313 20.1%, rgba(255, 45, 45, 0) 67.17%);
    transform: rotate(29.14deg);
}

.card__departament.new {
    font-weight: 300;
}

.card.employee.red .card__fio,
.card.employee.red .card__departament,
.card.employee.red .card__job {
    color: #FFFFFF;
}

.card.employee.red .card__fio:hover {
    color: #252525;
}

.card.employee.rating .card__job {
    color: #bfb6ad;
}

.card.employee.img_view {
    overflow: unset;
}

.card.employee.img_view::before {
    content: unset;
}

.card.employee.img_view .card__img__view {
    left: -95%;
}

@media (max-width: 959px) {
    .card.employee.img_view .card__img__view {
        display: none !important;
    }
}

.card.employee.img_view .card__box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.card.employee.img_view .card__box:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 253.81px;
    left: 83.9%;
    top: -100px;
    background: linear-gradient(155.3deg, #D9DDE2 20.1%, rgba(242, 244, 247, 0) 67.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

.card.employee.img_view.red .card__box:before {
    background: linear-gradient(155.3deg, #C21313 20.1%, rgba(255, 45, 45, 0) 67.17%);
    transform: rotate(29.14deg);
}

.card.employee .link {
    align-items: center;
}

.card.employee .link p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    font-style: unset;
    color: #c41230;
}

.card.employee .link__img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

@media (max-width: 959px) {
    .card.employee {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

.card .card__fio {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.card .card__departament {*/
/*    font-weight: 300;*/
/*    font-size: 13px;*/
/*    line-height: 20px;*/
/*    color: #252525;*/
/*    max-height: 38px;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*}*/

.card .card__job {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #252525;
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card .card__data {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #bfb6ad;
}

.card__award {
    display: flex;
    padding: 2px 7px;
    height: 20px;
    /*
background-color: #c41230 ;
*/
    border-radius: 2px;
    margin: 5px 5px auto auto;
    z-index: 1;
}

.card.board__new {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-between;
    height: 372px;
}

.card.board__new .board__new__img {
    position: relative;
    overflow: hidden;
    width: 65%;

    margin-left: 3.5%;
}

.card.board__new .board__new__img .card__img {
    position: absolute;
    width: 100%;
    height: auto;

}



/*@media (max-width: 959px) {*/
/*    .card.board__new .board__new__img {*/
/*        width: 100%;*/
/*        height: 283px;*/
/*        margin-left: 4.5%;*/
/*        margin-bottom: 25px;*/
/*    }*/
/*}*/

/*@media (max-width: 639px) {*/
/*    .card.board__new .board__new__img {*/
/*        width: 100%;*/
/*        height: 140px;*/
/*        margin-left: 4.5%;*/
/*    }*/
/*}*/

.card.board__new .card__box {
    width: 31.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card.board__new .card__box .card__body {
    margin-bottom: auto;
}

@media (max-width: 959px) {
    .card.board__new .card__box {
        width: 100%;
    }
}

.card.board__new .card__header__nav {
    justify-content: flex-start;
    margin-bottom: 8px;
}

@media (max-width: 959px) {
    .card.board__new .card__header__nav {
        margin-bottom: 12px;
    }
}

.card.board__new .text {
    margin-right: 20px;
}

.card.board__new .card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    max-height: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .card.board__new .card__title {
        max-height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 60px;
    }
}

@media (max-width: 450px) {
    .card.board__new .card__title {
        margin-bottom: 5px;
        max-height: unset;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.card.board__new .btn.img {
    margin-right: 20px;
}

.card.board__new .card__footer {
    margin-bottom: 50px;
}

@media (max-width: 959px) {
    .card.board__new .card__footer {
        margin-bottom: 0px;
    }
}

.card.board__new .btn__panel__group {
    display: flex;
}

@media (max-width: 959px) {
    .card.board__new {
        flex-direction: column;
        height: 100%;
        margin-bottom: 0;
    }
    .card.board__new .btn__group {
        flex-direction: column-reverse;
    }
    .card.board__new .btn__panel__group {
        margin-bottom: 25px;
    }
    .card.board__new .btn.img {
        justify-content: center;
        margin-right: 0;
    }
}

.card.new {
    cursor: pointer;
    margin-bottom: 30px;
}

.card.new .card__img__container.active {
    border: 2px solid #c41230;
}

.card.new .card__img__container.active:before,
.card.new .card__img__container.active:after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    z-index: 100;
    background: white;
}

.card.new .card__img__container.active:before {
    left: 0;
}

.card.new .card__img__container.active:after {
    right: 0;
}

.card.new .card__header__nav {
    justify-content: flex-start;
    align-items: flex-start
}

.card.new .card__header__nav .text {
    margin-left: 10px;
}

.card.new .card__header__nav .text.data {
    margin-left: 0;
}

.card.new .card__text {
    max-height: 115px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.depart {
    height: 186px;
    border: 2px solid #E6E7E8;
    border-radius: 0;
    margin-bottom: 40px;
}

.card.depart:hover {
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.card.depart.no-hover:hover {
    box-shadow: unset;
}

/*.card.depart.no-hover:hover .card__departament {*/
/*    color: #252525 !important;*/
/*}*/

.card.depart .card__header {
    height: 98px;
    width: 100%;
    padding: 16px 30px;
}

.card.depart .card.employee {
    background: unset;
    margin: 0;
    overflow: unset;
}

.card.depart .card.employee ы .card__img {
    border-radius: 50%;
    width: 55px;
    height: 56px;
}

.card.depart .card.employee .card__header {
    height: auto;
    padding: 0;
}

.card.depart .card.employee .card__body {
    height: auto;
    padding: 0;
    background: unset;
}

.card.depart .card.employee .card__body:before {
    content: unset;
}



.card.depart .card.employee .card__box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.card.depart>div {
    margin-bottom: 0;
}

.card.depart .card__body {
    height: 88px;
    flex-shrink: 0.5;
    padding: 20px 32px;
    margin: 0;
    position: relative;
    overflow: unset;
    background: linear-gradient(126deg, #F9FAFB 82%, rgba(231, 236, 243, 0.58) 82%);
    display: flex;
    align-items: center;
}

/*.card.depart .card__body .card__departament {*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #252525;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*    max-height: 48px;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*}*/

@media (max-width: 1139px) {
    .card.depart {
        width: 48.6%;
        margin-bottom: 20px;
    }
}

@media (max-width: 959px) {
    .card.depart {
        width: 100%;
    }
}

.card.surveys {
    flex-direction: row;
    margin: 0 0 40px 0;
    width: 100%;
    height: 141px;
    display: flex;
    justify-content: space-between;
}

.card.surveys .img__block {
    position: relative;
    overflow: hidden;
    width: 278px;

    margin-left: 3.5%;
}

.card.surveys .img__block .card__img {
    position: absolute;
    width: 120%;
    height: 100%;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));

    margin-left: -36px;
    -o-object-position: 15px;
    object-position: 15px;
}

@media (max-width: 959px) {
    .card.surveys .img__block {
        width: 278px;
        height: 141px;
        margin-bottom: 40px;
    }
}

@media (max-width: 959px) {
    .card.surveys .card__header {
        margin-bottom: 10px;
    }
}

.card.surveys .card__body {
    width: 100%;
}

.card.surveys .card__body .card__text {
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .card.surveys .card__body .card__text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

.card.surveys .card__box {
    width: 77%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 40px;
}

@media (max-width: 959px) {
    .card.surveys .card__box .card__text {
        margin-bottom: 20px;
    }
}

@media (max-width: 959px) {
    .card.surveys .card__box {
        width: 100%;
        margin-left: 0;
    }
}

.card.surveys .card__header__nav {
    justify-content: unset;
}

.card.surveys .card__header__nav .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}

.card.surveys .btn {
    width: 114px !important;
}

.card.surveys .btn .btn__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.card.surveys .btn img {
    filter: invert(96%) sepia(4%) saturate(15%) hue-rotate(86deg) brightness(105%) contrast(103%);
}

.card.surveys .btn.result {
    width: 240px !important;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
}

.card.surveys .btn.result .btn__text {
    color: #585858;
}

.card.surveys .btn.result .img.grey {
    filter: invert(51%) sepia(54%) saturate(0%) hue-rotate(264deg) brightness(103%) contrast(92%);
}

@media (max-width: 959px) {
    .card.surveys {
        flex-direction: column;
        width: 49%;
        height: 100%;
        margin-bottom: 70px;
    }
}

@media (max-width: 639px) {
    .card.surveys {
        width: 100%;
    }
}

.card__new__employees {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    padding: 24px 20px 40px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 2px solid #c41230;
    background: #F9FAFB;
    position: relative;
    overflow: hidden;
}

.card__new__employees__block {
    position: relative;
    z-index: 1;
}

.card__new__employees__block.text {
    width: 21.1%;
    overflow: hidden;
}

.card__new__employees__block>img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%);
}

.card__new__employees__block .employees__item {
    display: flex;
    margin-right: 60px;
    margin-bottom: 0;
}

.card__new__employees__block .employees__item img {
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
}

.card__new__employees__block .employees__item__info {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 25px;
}

.card__new__employees__block .employees__item__info__fio {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

@media (max-width: 959px) {
    .card__new__employees__block .employees__item__info__fio {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

.card__new__employees__block .employees__item__info__date {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #929292;
}

@media (max-width: 959px) {
    .card__new__employees__block .employees__item__info__date {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 959px) {
    .card__new__employees__block .employees__item {
        width: 100%;
    }
}

@media (max-width: 959px) {
    .card__new__employees__block:nth-child(1) {
        order: 1;
        width: 35%;
    }
    .card__new__employees__block:nth-child(2) {
        order: 2;
    }
    .card__new__employees__block:nth-child(3) {
        order: 3;
        width: 45%;
    }
    .card__new__employees__block:nth-child(4) {
        order: 0;
        width: 100%;
    }
}

@media (max-width: 639px) {
    .card__new__employees__block:nth-child(1) {
        order: 1;
        width: 100%;
        margin-bottom: 10px;
    }
    .card__new__employees__block:nth-child(2) {
        order: 2;
        margin-bottom: 10px;
        transform: rotate(90deg);
    }
    .card__new__employees__block:nth-child(3) {
        order: 3;
        width: 100%;
        margin-bottom: 10px;
    }
    .card__new__employees__block:nth-child(4) {
        order: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

.card__new__employees__title {
    color: #252525;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    max-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card__new__employees__description {
    color: #929292;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    max-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card__new__employees__description.red {
    color: #c41230;
}



@media (max-width: 959px) {
    .card__new__employees:before {
        width: 26%;
        height: 348px;
        left: 82.9%;
        top: -30px;
    }
}

@media (max-width: 639px) {
    .card__new__employees:before {
        width: 48%;
        height: 601px;
        left: 73.9%;
    }
}

@media (max-width: 959px) {
    .card__new__employees {
        flex-wrap: wrap;
        background: linear-gradient(119deg, #F9FAFB 89.3%, rgba(231, 236, 243, 0.58) 80%);
    }
}

@media (max-width: 639px) {
    .card__new__employees {
        padding: 24px 20px;
        margin-bottom: 35px;
        background: linear-gradient(119deg, #F9FAFB 83.3%, rgba(231, 236, 243, 0.58) 80%);
    }
}

.card__document {
    display: flex;
    margin-bottom: 13px;
    background: #F9FAFB;
    position: relative;
    overflow: hidden;
    padding: 10px;
    height: auto;
}



.card__document__img {
    width: 30px;
    height: 40px;
}

.card__document__block {
    margin-left: 2.8%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.card__document__block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #404040;
    margin-bottom: 5px;
}

.card__document__header {
    display: flex;
}

.card__document__header .text {
    margin-left: 10px;
}

.card__document__header .text:hover {
    color: #B32318;
}

.card__document__body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 5px;
    max-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card__document__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.card__document__footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #252525;
    margin-bottom: 5px;
}

.card__document .link p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-style: unset;
}

.card__document .link p:hover {
    color: #B32318;
}

.card__document .link .link__img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

@media (max-width: 639px) {
    .card__document {
        height: auto;
    }
}

.card__date{
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    max-height: 20px;
}

.card__date__day {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
}

.card__date__time {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.card__date__block {
    display: flex;
    margin-top: -30px;
    margin-left: 10px;
    z-index: 8;
}

.card__date__block__item {
    background: linear-gradient(120deg, #F9FAFB 83.3%, rgba(231, 236, 243, 0.58) 80%);
    overflow: hidden;
    /*width: 60%;*/
    padding: 5px 12px;
    position: relative;
    margin-left: 10px;
    border-radius: 2px;
}

.card__date__block__item:before {
    content: "";
    position: absolute;
    width: 45%;
    height: 235.81px;
    left: 74%;
    top: -86px;
    background: linear-gradient(155.3deg, #D9DDE2 20.1%, rgba(242, 244, 247, 0) 67.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

.card.event .card__img__container {
    /*width: 90%;*/
}

.card.event .card__text {
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.media .card__img__container {
    height: 160px;
    z-index: 2;
    width: 78%;
}

@media (max-width: 639px) {
    .card.media .card__img__container {
        /*width: 90%;*/
    }
}

.card.media .card__header {
    position: relative;
}

.card.media .card__header .card__img__bg {
    background: #FECDCA;
    border-radius: 2px;
    transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
    width: 80%;
    height: 151px;
    position: absolute;
    right: 40px;
    top: 8px;
    z-index: 0;
}

.card.media .card__header .card__img__bg.first {
    background: #F2F4F7;
    transform: matrix(1, -0.05, 0.05, 1, 0, 0);
    z-index: 1;
}

@media (max-width: 639px) {
    .card.media .card__header .card__img__bg {
        width: 98%;
        right: 0px;
    }
}

.card__idea {
    width: 100%;
    padding: 30.5px;
    margin-bottom: 40px;
    border-bottom: 6px solid #c41230;
    background: linear-gradient(119deg, #F9FAFB 75%, rgba(231, 236, 243, 0.58) 65%);
    position: relative;
    overflow: hidden;
}

.card__idea__header {
    display: flex;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
}

.card__idea__header .employees__item {
    display: flex;
    margin-right: 12px;
    margin-bottom: -10px;
}

.card__idea__header .employees__item img {
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
}

@media (max-width: 959px) {
    .card__idea__header .employees__item img {
        width: 40px;
        height: 40px;
    }
}

.card__idea__header .employees__item__info {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 25px;
}

.card__idea__header .employees__item__info__fio {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

@media (max-width: 959px) {
    .card__idea__header .employees__item__info__fio {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.card__idea__header .employees__item__info__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #929292;
}

@media (max-width: 959px) {
    .card__idea__header .employees__item__info__date {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .card__idea__header .employees__item {
        width: 100%;
        margin-bottom: 25px;
    }
}

.card__idea__header .tags {
    height: 100%;
}

@media (max-width: 959px) {
    .card__idea__header {
        margin-bottom: 25px;
    }
}

.card__idea__body {
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.card__idea__footer {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
}

.card__idea__footer .btn__group {
    margin-right: 45px;
}

@media (max-width: 959px) {
    .card__idea__footer .btn__group {
        order: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.card__idea__footer .btn__panel.like,
.card__idea__footer .btn__panel.comment,
.card__idea__footer .btn__panel.rating {
    margin-right: 25px;
}

.card__idea__footer .btn__panel.like:hover .btn.img img,
.card__idea__footer .btn__panel.comment:hover .btn.img img,
.card__idea__footer .btn__panel.rating:hover .btn.img img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(76%) saturate(291%) hue-rotate(270deg) brightness(118%) contrast(100%);
}

.card__idea__footer .btn__panel.like:hover .btn__panel.number,
.card__idea__footer .btn__panel.comment:hover .btn__panel.number,
.card__idea__footer .btn__panel.rating:hover .btn__panel.number {
    color: #252525;
}

.card__idea__footer .btn.img {
    margin-right: auto;
}

.card__idea__footer .btn.img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(315deg) brightness(106%) contrast(101%);
}

@media (max-width: 959px) {
    .card__idea__footer .btn.img {
        order: 1;
    }
}

.card__idea__footer .btn__panel.number {
    color: #3E3E3F;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
}

@media (max-width: 959px) {
    .card__idea__footer .card__idea__money {
        order: 2;
    }
}

.card__idea .card__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

@media (max-width: 959px) {
    .card__idea .card__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
}

.card__idea .card__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .card__idea .card__text {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

.card__idea__money {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    position: relative;
}

.card__idea__money::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/coins-stacked-03.svg") no-repeat 50%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(98%) saturate(3564%) hue-rotate(352deg) brightness(100%) contrast(88%);
    margin-left: 8px;
    background-size: cover;
}

.card__idea__balls {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    position: relative;
}

.card__idea__balls::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/check-verified-03.svg") no-repeat 50%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(98%) saturate(3564%) hue-rotate(352deg) brightness(100%) contrast(88%);
    margin-left: 8px;
    background-size: cover;
}

.card__idea:before {
    content: "";
    position: absolute;
    width: 56%;
    height: 190%;
    left: 41.7%;
    top: -198px;
    background: linear-gradient(155.3deg, #D9DDE2 10%, rgba(242, 244, 247, 0) 39.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

@media (max-width: 959px) {
    .card__idea {
        padding: 25px 16px;
    }
}

.card__status {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.card__status::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: url("../img/icon/_Dot.svg") no-repeat 50%;
}

.card__status.green {
    filter: invert(72%) sepia(78%) saturate(5739%) hue-rotate(121deg) brightness(100%) contrast(86%);
}

.card__status.yellow {
    filter: brightness(0) saturate(100%) invert(60%) sepia(30%) saturate(2203%) hue-rotate(357deg) brightness(98%) contrast(96%);
}

@media (max-width: 959px) {
    .card__status {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}

.card.announce {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
}

.card.announce .img__block {
    width: 45%;
    position: relative;
    overflow: hidden;

    height: 231px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 5px;
}

.card.announce .img__block .card__img {
    position: absolute;
    display: block;
    width: 115%;
    height: 93%;

    margin-left: -30px;
}

@media (max-width: 959px) {
    .card.announce .img__block {
        width: 97%;
    }
}

@media (max-width: 639px) {
    .card.announce .img__block {
        width: 90%;
    }
}

.card.announce .card__box {
    width: 48%;
}

.card.announce .card__box .card__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    max-height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .card.announce .card__box .card__title {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
    }
}

.card.announce .card__box .card__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 959px) {
    .card.announce .card__box .card__text {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 959px) {
    .card.announce .card__box .link {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 959px) {
    .card.announce .card__box {
        width: 100%;
    }
}

@media (max-width: 959px) {
    .card.announce {
        width: 100% !important;
        margin-bottom: 20px;
        flex-direction: column;
    }
}

.card.shop {
    width: 32.3%;
    margin-right: 1%;
    padding: 24px;
    background: linear-gradient(120deg, #F2F4F7 90%, rgba(231, 236, 243, 0.58) 80%);
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.card.shop:before {
    content: "";
    position: absolute;
    width: 23%;
    height: 800px;
    left: 101.9%;
    top: -100px;
    background: linear-gradient(155.3deg, #D9DDE2 20.1%, rgba(242, 244, 247, 0) 80%);
    transform: rotate(29.14deg);
    z-index: 1;
}

.card.shop .card__img {
    height: 263px;
    margin-bottom: 14px;
    -o-object-fit: contain;
    object-fit: contain;
}

.card.shop .card__body__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
}

.card.shop .card__body__box__group {
    display: flex;
    width: 60%;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}

.card.shop .card__body__box__group .card__idea__money {
    margin-bottom: 0;
}

.card.shop .card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    max-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.card.shop .card__text {
    margin-bottom: 15px;
    max-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.shop .card__idea__money {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.card.shop .btn.img {
    height: 44px;
}

.card.shop .btn.img img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(102%) contrast(101%);
}

.card.shop .card__footer__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
}


.card.shop .card__footer__box .link {
    align-items: center;
    height: 34px;
    width: 170px;
}

.card.shop .card__footer__box .link p {
    color: #6C6D6D;
    font-style: unset;
}

.card.shop .card__footer__box .link .link__img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(6%) saturate(59%) hue-rotate(131deg) brightness(98%) contrast(86%);
}

.card.shop .card__footer__box .link .btn__panel.favorites {
    margin: 0 auto;
}

.card.shop .card__body__group__btn {
    margin-bottom: 15px;
    width: 100%;
}

.card.shop .card__body__group__btn select {
    width: 100%;
    background: #F2F4F7;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
}

.card.shop.line {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 4px 18px 4px 40px;
    flex-direction: row;
    height: 100px;
    background: linear-gradient(120deg, #F2F4F7 94%, rgba(231, 236, 243, 0.75) 80%);
    align-items: center;
}

.card.shop.line .input-group {
    width: 35%;
}

.card.shop.line::before {
    width: 10%;
    height: 200px;
    left: 93%;
}

.card.shop.line>div {
    margin-bottom: 0;
}

.card.shop.line .card__header {
    width: 22.3%;
    margin-right: 20%;
}

.card.shop.line .card__header .card__box {
    width: unset;
    justify-content: center;
}

@media (max-width: 959px) {
    .card.shop.line .card__header .card__box {
        flex-direction: column;
    }
}

.card.shop.line .card__header .card.info .card__title {
    max-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: initial;
}

.card.shop.line .card__header .card.info .card__title:hover {
    color: #c41230;
}

@media (max-width: 959px) {
    .card.shop.line .card__header .card.info .card__title {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

.card.shop.line .card__header .card.info .card__text {
    text-align: initial;
    max-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .card.shop.line .card__header .card.info .card__text {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .card.shop.line .card__header .card.info .card__box {
        margin: 0 0 0 24px;
    }
}

@media (max-width: 959px) {
    .card.shop.line .card__header .card.info {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media (max-width: 959px) {
    .card.shop.line .card__header {
        width: 100%;
        margin: 0 0 18px 0 !important;
    }
}

.card.shop.line .card__box {
    display: flex;
    width: 58.4%;
    justify-content: space-between;
}

.card.shop.line .card__box__right {
    display: flex;
    width: 17.8%;
}

.card.shop.line .card__box__right .btn__panel {
    margin: 0;
}

@media (max-width: 959px) {
    .card.shop.line .card__box {
        width: 100% !important;
        margin: 0 !important;
        flex-direction: row-reverse;
    }
}

.card.shop.line .card__idea__money {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 0 0;
}

@media (max-width: 959px) {
    .card.shop.line {
        display: flex;
        flex-direction: column;
        height: 160px;
        padding: 6px 16px;
    }
}

.card .info {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 0 0 0;
    background: unset;
}

.card .info .card__img {
    width: 92px;
    height: 92px;
    margin: 0;
}

.card .info .card__box {
    margin: 0 0 0 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card .info .card__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin: 0;
}

.card .info .card__header {
    width: 100% !important;
    margin: 0;
}

.card .info .card__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #939598;
    margin: 0;
}

.card.achievement {
    width: 84%;
    margin-bottom: 0;
    position: relative;
}

.card.achievement .card__img {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
}

.card.achievement .card__header {
    align-self: center;
    margin-bottom: 0;
}

.card.achievement .card__body__box {
    display: flex;
    justify-content: center;
}

.card.achievement .card__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.card.achievement .item__block {
    justify-content: center;
    align-items: center;
}

.card.achievement .item__block .text {
    color: #c41230;
}

.card.achievement .item__block img {
    width: 20px;
    margin-right: 8px;
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

@media (max-width: 959px) {
    .card {
        width: 48.6% !important;
    }
}

@media (max-width: 639px) {
    .card {
        width: 100% !important;
    }
}

.rating__block {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
}

.rating__stars {
    margin-right: 12px;
}

.rating__stars .star {
    margin: -1.5px;
}

.rating__stars .star.disable {
    opacity: 0.3;
}

.rating__stars.red .star {
    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%);
}

.rating__stars.red .star.disable {
    filter: invert(86%) sepia(0%) saturate(1648%) hue-rotate(244deg) brightness(104%) contrast(101%);
}

.rating__number {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.gallery__image {
    margin-bottom: 30px;
    height: 1039px;
    padding: 40px 45px;
    background: url("../img/Other/GalleryBg.svg") no-repeat 50%;
    background-size: cover;
}

.gallery__image__item {
    float: left;
    width: 30.9%;
    height: 299px;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gallery__image__item.big {
    width: 66%;
    height: 299px;
}

@media (max-width: 959px) {
    .gallery__image__item.big {
        width: 100%;
        height: 200px;
    }
}

.gallery__image__item.btn__panel.number {
    color: #FFFFFF;
}

@media (max-width: 959px) {
    .gallery__image__item {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
}

@media (max-width: 959px) {
    .gallery__image__items.desktop {
        display: none;
    }
}

.gallery__image__items.mob {
    display: none;
}

@media (max-width: 959px) {
    .gallery__image__items.mob {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery__image__items.mob>a {
        width: 49%;
    }
}

@media (max-width: 639px) {
    .gallery__image__items.mob>a {
        width: 100%;
    }
}

.gallery__image .btn__group {
    height: 34px;
}

.gallery__image .btn__group img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
}

.gallery__image .btn__group .btn__panel.number {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 959px) {
    .gallery__image {
        background: unset;
        padding: 0;
        height: 100%;
    }
}

.chart {
    background: rgba(155, 146, 146, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 15px;
    width: 80%;
}

.chart span {
    margin-left: 5px;
    color: #000;
    font-weight: bolder;
    font-size: 12px;
}

.bar {
    box-shadow: 0 10px 40px -10px #c41230;
    border-radius: 100px;
    background: #c41230;
    height: 8px;
    width: 0;
}

.progressBarInfo {
    position: absolute;
    right: -25%;
    top: 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.stars {
    display: flex;
    align-items: center;
}

.stars input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.stars label {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 6px;
    height: 30px;
    width: 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(230, 231, 232)' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin: -1px;
    font-size: 0;
    cursor: pointer;
}

.stars input:nth-child(1):checked~label:nth-of-type(-n+1),
.stars input:nth-child(2):checked~label:nth-of-type(-n+2),
.stars input:nth-child(3):checked~label:nth-of-type(-n+3),
.stars input:nth-child(4):checked~label:nth-of-type(-n+4),
.stars input:nth-child(5):checked~label:nth-of-type(-n+5) {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(238, 42, 36)' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.choice__block {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 12px;
}

.choice__block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.choice__block input:checked~.checkmark {
    background-color: #FEF3F2;
    border: 1px solid #c41230;
}

.choice__block input:checked~.checkmark:hover {
    background-color: #FEF3F2;
    border: 1px solid #c41230;
}

.choice__block input:checked~.checkmark:active {
    background-color: #FEF3F2;
    border: 1px solid #c41230;
}

.choice__block input:checked~.checkmark:focus {
    background-color: #FEF3F2;
    box-shadow: 0px 0px 2px 4px #FDA29B;
}

.choice__block input:checked~.checkmark:after {
    display: block;
}

.choice__block .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    border: 1px solid #929292;
    width: 20px;
    background-color: #F8F8F8;
    border-radius: 50%;
}

.choice__block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c41230;
}

.choice__block:hover .checkmark {
    border: 1px solid #D92D20;
    background-color: #FEE4E2;
}

.choice__block:hover input~.checkmark {
    background-color: #FEE4E2;
}

.choice__block:active .checkmark {
    border: 1px solid #929292;
    background-color: #F5F5F5;
}

.choice__block.error .checkmark {
    border: 2px solid #c41230;
    background-color: #F5F5F5;
}

.choice__block.error .error_text {
    display: block;
}

.choice__block.disabled .checkmark {
    border: 1px solid #929292;
    background: #F8F8F8;
}

.choice__block.disabled label {
    color: #252C32;
    opacity: 0.5;
}

.choice__block.disabled input:checked~.checkmark {
    border: 1px solid #E0E0E0;
    background-color: #E0E0E0;
}

.choice__block:focus .checkmark {
    box-shadow: 0px 0px 0px 4px #FFD5D9;
    background-color: #F5F5F5;
    border: 1px solid #FDA29B;
}

.choice__block label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #585858;
    cursor: pointer;
    width: 100%;
}

textarea {
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    width: 100%;
    height: 114px;
    resize: none;
    padding: 12px 14px;
    color: #252525;
}

input {
    color: #252525;
}

.checkbox {
    margin-bottom: 1em;
}

.checkbox .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
}

.checkbox .custom-checkbox+label:before {
    content: "";
    display: inline-block;
    align-self: baseline;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox .custom-checkbox:not(:disabled):not(:checked)+label:hover:before {
    border-color: #D92D20;
}

.checkbox .custom-checkbox:not(:disabled):active+label:before {
    background-color: #FDA29B;
    border-color: #D92D20;
}

.checkbox .custom-checkbox:focus+label:before {
    box-shadow: 0 0 0 0.2rem #FDA29B;
}

.checkbox .custom-checkbox:focus:not(:checked)+label:before {
    border-color: #D92D20;
}

.checkbox .custom-checkbox:checked+label:before {
    border-color: #c41230;
    background-color: #FEF3F2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23EE2A24' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox .custom-checkbox:disabled+label:before {
    background-color: #e9ecef;
}

select {
    border: 1px solid #e6e7e8;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    width: 100%;
    padding: 8px 40px 8px 16px;
}

select.folder {
    display: block;
    background: url("../img/icon/folder.svg") no-repeat;
    background-position: 10px;
    padding: 8px 40px !important;
}

select.folder__shop {
    background: url("../img/icon/filter-funnel-02.svg") no-repeat;
    background-size: 20px;
    background-position: 10px;
    padding: 8px 40px !important;
    display: none;
}

@media (max-width: 1240px) {
    select.folder__shop {
        display: block;
    }
}

input[name=datepicker] {
    border: none;
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.006em;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    display: block;
    caret-color: transparent;
}

@media (max-width: 959px) {
    input[name=datepicker] {
        width: 100% !important;
        text-align: center;
    }
}

.datepicker {
    display: flex;
    justify-content: center;
}

.datepicker .input {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding: 5px 10px;
    background: #FCFCFD;
    width: 100%;
}

.datepicker .input.datepicker {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.datepicker .input.datepicker .datepicker__img {
    width: 20px;
    height: 20px;
    filter: invert(62%) sepia(8%) saturate(16%) hue-rotate(317deg) brightness(96%) contrast(87%);
}

@media (max-width: 959px) {
    .datepicker .input.datepicker {
        justify-content: center;
    }
}

@media (max-width: 959px) {
    .datepicker {
        width: 100%;
        margin-bottom: 8px;
        height: 44px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.slider {
    background-color: #c41230;
}

.switch input:checked+.slider:before {
    transform: translateX(16px);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #FDA29B;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F2F4F7;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.scale {
    width: 30px;
    height: 30px;
    position: relative;
}

.scale img {
    width: 100%;
    height: 100%;
}

.scale__point {
    position: relative;
}

.scale__box {
    display: none;
    position: absolute;
    top: 50px;
    right: -300px;
    background: #ffffff;
    border-radius: 5px;
    opacity: 1;
    padding: 5px;
    z-index: 10;
    border: 1px solid #6C6D6D;
}

.scale__box.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scale__box .btn:hover {
    color: #FFFFFF !important;
}

.scale__box p {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.scale__box input[type=range] {
    width: 100%;
    accent-color: #c41230;
    margin-bottom: 10px;
}

.scale__box input[type=range]:disabled {
    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%) !important;
}

.scale__box span {
    width: 100%;
    display: block;
    height: 20px;
    text-align: center;
}

.scale__block {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.scale__block img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}

.text.data.red {
    color: #c41230;
}

.text.online {
    padding-left: 18px;
    position: relative;
}

.text.online:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 30%;
    background: url("../img/icon/_Dot.svg");
    filter: invert(72%) sepia(78%) saturate(5739%) hue-rotate(121deg) brightness(100%) contrast(86%);
}

.text.green {
    color: #12B76A;
}

.text.grey {
    color: #939598;
}

.text.red {
    color: #c41230;
}

.text__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-left: 20px;
}

.text__box .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.text__box.select {
    height: 48px;
    padding: 12px 20px;
    border: 1px solid #E6E7E8;
    background: #F2F4F7;
    margin-left: 0px;
}

.text__box.select .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.text__box.select select {
    background: #F2F4F7;
    border: unset;
    width: 50%;
}

.text__status {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
    border-radius: 16px;
}

.text__status.green {
    background: #D1FADF;
}

.text__status.red {
    background: #c41230;
    color: #FFFFFF;
}

.text__status.yellow {
    background: #F6BE00;
    color: #FFFFFF;
}

.text__status.blue__light {
    background: #D1DFFA;
}

.text__money {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.text__money:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon/coins-stacked-03.svg") no-repeat 50%;
    background-size: contain;
    margin-right: 5px;
}

.text__money.red {
    color: #c41230;
}

.text__money.red::before {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.text__rating {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.text__rating:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/icon/star.svg") no-repeat;
    background-size: contain;
    margin-left: 10px;
    filter: brightness(0) invert(0);
}

.link {
    display: flex;
}

.link__right {
    margin-left: 20px;
}

.link:hover {
    /*color: #B32318;*/
    color: #c41230;
}

.link:hover .link__img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3528%) hue-rotate(351deg) brightness(98%) contrast(99%);
}

.link__counter {
    margin-left: 5px !important;
}

.link p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #c41230;

}

.link__img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.link__add {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #c41230;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.link__add:hover {
    border-color: transparent;
}

.link__add:hover:before {
    filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3528%) hue-rotate(351deg) brightness(98%) contrast(99%);
}

.link__add:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon/PlusCircle.svg") no-repeat;
    filter: invert(45%) sepia(64%) saturate(5893%) hue-rotate(319deg) brightness(81%) contrast(110%);
    display: block;
    background-size: contain;
    margin-right: 5px;
}

.link.card {
    display: flex;
    width: 19%;
    height: 115px;
    background: #FFFFFF;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
    padding: 15px 14px;
    margin-bottom: 10px;
    margin-right: 1%;
    flex-direction: column;
    justify-content: space-between;
}

.link.card>div {
    margin-bottom: 0px;
}

.link.card img {
    width: 32px;
    height: 32px;
    filter: invert(41%) sepia(66%) saturate(5238%) hue-rotate(3deg) brightness(105%) contrast(102%);
}

.link.card p {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    margin: 0;
    color: unset;
}

.link.card.status {
    align-items: flex-start;
    height: 170px;
    margin-bottom: 20px;
    width: 100% !important;
}

.link.card.status img {
    width: unset;
    height: unset;
    filter: unset;
}

.link.card.status .link__card__text {
    color: #929292;
    font-style: unset;
    font-weight: 200;
    font-size: 14px;
    line-height: 10px;
    text-transform: uppercase;
}

.link.card.status .link__card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-style: unset;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.link.card.status .link__card__block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.link.card.status .link__card__status {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.link.card.status .link__card__status img {
    width: 16px;
    height: 16px;
}

.link.card.status .link__card__status p {
    margin: 0;
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    text-align: right;
    color: #929292;
    font-style: unset;
}

.link.card.status .link__card__status.yellow p {
    color: #FFA800;
}

.link.card.status .link__card__status.green p {
    color: #60C864;
}

.link.card .btn__panel.number {
    color: #939598;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: unset;
}

.link.card.nav {
    height: 115px;
    margin: 0 10px 10px 0;
    padding: 15px;
    width: 22.6%;
    justify-content: space-around;
    align-items: unset;
    background: #F9FAFB;
    overflow: hidden;
}

.link.card.nav p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    color: #252525;
    font-style: unset;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.link.card.nav img {
    filter: unset;
}



.link.card.nav.fitnes {
    background: url(../img/Other/nav_fitnes.svg) no-repeat !important;
    background-size: 100% !important;
}

.link.card.nav.fitnes img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(37deg) brightness(107%) contrast(101%);
}

.link.card.nav.fitnes:before {
    content: unset;
}

.link.card.nav.fitnes p {
    color: #FFFFFF;
}

.link.card.nav.fitnes:hover {
    background: #252525;
}


.link.card.nav:hover p {
    color: #c41230;
}

@media (max-width: 959px) {
    .link.card.nav {
        width: 100% !important;
        flex: unset !important;
    }
}

@media (max-width: 639px) {
    .link.card.nav {
        width: 100% !important;
    }
}

.link.file {
    position: relative;
}

.link.file .link__img {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.link.file p {
    width: 80%;
    color: #c41230 !important;
    text-transform: unset !important;
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.link.file::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
    background: url("../img/icon/align-bottom-01.svg") no-repeat 50%;
    background-size: contain;
    margin-left: 5px;
}

.link.file:hover .link__img,
.link.file:hover::after {
    filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3528%) hue-rotate(351deg) brightness(98%) contrast(99%);
}

.link.file:hover p {
    color: #B32318 !important;
}

.link.red p {
    color: #c41230 !important;
}

.link.red img {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.link.red:hover p {
    color: #9d1713 !important;
}

.link__dropdown {
    width: 20px;
    height: 20px;
    background: url("../img/icon/chevron-down.svg") no-repeat 50%;
    transition: 1s all;
}

.link__date {
    display: flex;
    margin-bottom: 14px;
}

.link__date.active .link__date__text {
    font-weight: 700;
}

.link__date__text {
    margin: 0;
    margin-right: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}

.link__date__text:hover {
    color: #c41230;
}

.link__date__number {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #c41230;
    margin: 0;
}

.link__date__number.red {
    color: #c41230;
}

.link.grey {
    color: #6C6D6D;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.two__tier__structure {
    padding: 0;
    list-style: none;
    margin-bottom: 70px;
}

.two__tier__structure ul {
    list-style: none;
}

.two__tier__structure__col {
    list-style: none;
    height: 0px;
    overflow: hidden;
    transition: all 1s;
    padding-left: 60px;
}

.two__tier__structure__col.active {
    height: 100px;
}

@media (max-width: 639px) {
    .two__tier__structure__col {
        padding-left: 40px;
    }
}

.two__tier__structure li p {
    color: #c41230;
    margin-bottom: 15px;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #c41230;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.two__tier__structure .link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.two__tier__structure .link__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.two__tier__structure .link__img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 0;
}

.two__tier__structure li:last-child {
    margin-bottom: 0;
}

@media (max-width: 959px) {
    .two__tier__structure {
        margin-bottom: 60px;
    }
}

.tags {
    display: flex;
}

.tags.border_off .tag {
    border: unset;
    transform: unset;
    color: #bfb6ad;
    border-left: 1px solid #ededed;
}

.tags.border_off .tag:hover {
    color: #252525;
}

@media (max-width: 959px) {
    .tags.border_off .tag {
        display: none;
    }
}

.tag {
    border: 1px solid #bfb6ad;
    display: flex;
    padding: 4px 15px;
    transform: skewX(-20deg);
    cursor: pointer;
}

.tags.border_off .tag:nth-child(1) {
    border-left: none;
}

.tag__text {
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

.tag:hover {
    background: #F2F4F7;
}

.tag.active {
    background: #F2F4F7;
    color: #252525 !important;
}

.board__facts {
    width: 100%;
    position: relative;
}

.board__facts .owl-nav {
    position: absolute;
    width: 100%;
    top: 80%;
    margin: 0;
}

.board__facts .owl-nav img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(102%) contrast(101%);
}

.board__facts .owl-nav .owl-prev {
    margin: 5px 48px 0 0;
}

.board__facts .owl-nav .owl-prev:hover {
    background: unset;
}

.board__facts .owl-nav .owl-next {
    margin: 5px 0 0 48px;
}

.board__facts .owl-nav .owl-next:hover {
    background: unset;
}

@media (max-width: 639px) {
    .board__facts .owl-nav {
        top: 85.3%;
    }
}

.board__fact {
    width: 100%;
    height: 356px;
}

.board__fact__box {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    height: 102%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 38px;
}

@media (max-width: 959px) {
    .board__fact__box {
        padding: 40px 16px;
    }
}

.board__fact__img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.board__fact__header {
    margin-bottom: 32px;
}

.board__fact__body {
    margin-bottom: 33px;
}

.board__fact__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.board__fact__data {
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.board__fact__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-height: 132px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .board__fact__title {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        max-height: 100%;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.board__fact__counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.board__fact__counter.this {
    margin-right: 5px;
}

.board__fact__counter.all {
    margin-left: 5px;
}

@media (max-width: 959px) {
    .board__fact {
        height: auto;
    }
}

.board__news {
    width: 100%;
    position: relative;
}

.board__news .owl-nav {
    position: absolute;
    width: 100%;
    top: 77%;
    margin: 0;
    z-index: 1;
}

.board__news .owl-nav .owl-prev {
    margin: 5px 48px 0 50%;
    filter: brightness(0%);
}

.board__news .owl-nav .owl-prev:hover {
    background: unset;
}

@media (max-width: 959px) {
    .board__news .owl-nav .owl-prev {
        margin: 0 67px 0 0 !important;
    }
}

.board__news .owl-nav .owl-next {
    margin: 5px 0 0 48px;
    filter: brightness(0%);
}

.board__news .owl-nav .owl-next:hover {
    background: unset;
}

@media (max-width: 959px) {
    .board__news .owl-nav .owl-next {
        margin: 0 0 0 48px;
    }
}

@media (max-width: 959px) {
    .board__news .owl-nav {
        z-index: 99;
        position: relative;
    }
}

.board__news .owl-dots {
    position: absolute;
    width: 100%;
    top: 78.6%;
    margin: 0;
}

.board__news .owl-dots button:first-child {
    margin: 0 0 0 50%;
}

@media (max-width: 959px) {
    .board__news .owl-dots {
        top: unset;
        bottom: 1px;
    }
    .board__news .owl-dots button:first-child {
        margin: 0;
    }
}

.board__news .btn__panel img {
    width: 20px !important;
}

.board__news__bottom {
    display: flex;
}

@media (max-width: 959px) {
    .board__news__bottom {
        display: none;
    }
}

@media (max-width: 959px) {
    .board__news {
        margin-bottom: 56px;
    }
}

.board__achievements {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: unset;
}

.carousel {
    position: relative;
    margin-bottom: 70px;
}

.carousel__item {
    width: 100%;
    height: 550px;
    text-align: center;
}

.carousel__item img {
    height: 100%;
    border-radius: 2px;
}

@media (max-width: 959px) {
    .carousel__item img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 10px;
        object-position: 10px;
    }
}

.carousel__item .board__new__img {
    position: relative;
    overflow: hidden;
    width: 87%;
    height: 550px;

    margin-left: 6.5%;
}

.carousel__item .board__new__img img {
    position: absolute;
    width: 115%;
    height: 100%;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));

    margin-left: -50px;
}

@media (max-width: 639px) {
    .carousel__item .board__new__img img {
        width: 120%;
    }
}

@media (max-width: 959px) {
    .carousel__item .board__new__img {
        width: 90%;
        height: 283px;
        margin-left: 4.5%;
        margin-bottom: 25px;
    }
}

@media (max-width: 639px) {
    .carousel__item .board__new__img {
        width: 90%;
        height: 140px;
        margin-left: 4.5%;
    }
}

.carousel__item .video {
    width: 87%;
    height: 550px;
}

@media (max-width: 959px) {
    .carousel__item .video {
        height: 345px;
    }
}

@media (max-width: 639px) {
    .carousel__item .video {
        height: 180px;
    }
}

@media (max-width: 959px) {
    .carousel__item {
        height: 345px;
    }
}

@media (max-width: 639px) {
    .carousel__item {
        height: 180px;
    }
}

.carousel__description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.006em;
    color: #929292;
    width: 275px;
    min-height: 36px;
}

.carousel__bottom {
    margin-top: 15px;
}

.carousel__bottom__items {
    display: flex;
    flex-wrap: wrap;
}

.carousel__link {
    width: 12.4%;
    height: 80px;
    margin-right: 10px;
}

.carousel__link img {
    width: 100%;
    height: 80px;
    border-radius: 2px;
}

.carousel__link .video {
    width: 100%;
    height: 80px;
    border-radius: 2px;
}

.carousel .owl-nav {
    position: absolute;
    top: 240px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}

.carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
}

.carousel.mob {
    display: none;
}

@media (max-width: 959px) {
    .carousel.mob {
        display: block;
        margin-bottom: 32px;
    }
}

@media (max-width: 959px) {
    .carousel {
        margin-bottom: 32px;
    }
    .carousel.desktop {
        display: none;
    }
}

.widget__lk__info {
    display: flex;
    width: 250px;
    font-size: 16px;
}

.widget__lk__info:hover .widget__lk__fio {
    color: #9b0e26;
}

.widget__lk__img {
    position: relative;
    margin-right: 12px;
}

.widget__lk__img img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 2px;
}

.widget__lk__counter {
    text-align: center;
    background: #c41230;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    right: -8px;
    top: 35px;
    cursor: default;
    padding-top: 3px;
}

.widget__lk__welcome {
    display: flex;
}

.widget__lk__fio {
    color: #404040;
    font-weight: 300;
    font-size: 16px;
    line-height: 83.5%;
}

.widget__lk__fio span {
    font-weight: 300;
    font-size: 16px;
    line-height: 83.5%;
    color: #404040;
    margin-top: 5px;
}

.widget__lk__title__job {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #929292;
    margin-top: 17px;
    margin-bottom: 25px;
}

.widget__lk__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget__lk__block:hover .widget__lk__fio {
    color: #c41230;
}

.widget__blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 959px) {
    .widget__blocks {
        margin-bottom: 0;
    }
}

.widget__container {
    width: 95%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 6%;
    background: #F9FAFB;
}

.widget__container .link.nav {
    margin-bottom: 20px;
    margin-top: 0;
}

.widget__container .link.nav .link__img {
    width: 20px;
    height: 20px;
}

.widget__container .link.nav p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.widget__container.lk {
    flex-direction: row !important;
}

@media (max-width: 1240px) {
    .widget__container.lk .widget__links:nth-child(1) {
        order: 0;
    }
    .widget__container.lk .widget__links:nth-child(1) .btn.img {
        width: 49%;
        justify-content: center;
    }
    .widget__container.lk .widget__links:nth-child(1) .widget__btns {
        margin-top: 50px;
    }
    .widget__container.lk .widget__links:nth-child(1) .widget__btns .btn.img {
        width: 100%;
    }
    .widget__container.lk .widget__links:nth-child(2) {
        order: 1;
    }
    .widget__container.lk .widget__links:nth-child(3) {
        order: 2;
    }
}

@media (max-width: 959px) {
    .widget__container.lk .widget__links {
        width: 100% !important;
        margin-bottom: 40px !important;
    }
    .widget__container.lk .widget__links:nth-child(1) {
        order: 0;
    }
    .widget__container.lk .widget__links:nth-child(2) {
        order: 2;
    }
    .widget__container.lk .widget__links:nth-child(3) {
        order: 1;
    }
}

.widget__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 20px;
}

.widget__title:hover {
    color: #c41230;
}

.widget__title__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
}

.widget__title__box .widget__title {
    margin-bottom: 0;
}

.widget__img {
    border: 1px solid #E6E7E8;
    border-radius: 2px;
    height: 356px;
    width: 100%;
}

@media (max-width: 639px) {
    .widget__img {
        height: 100%;
    }
}

.widget__journal.box {
    margin-bottom: 70px;
}

.widget__journal .link {
    margin: 10px 0;
    display: none;
    text-align: center;
    color: #c41230;
    font-size: 16px;
}

@media (max-width: 959px) {
    .widget__journal.box {
        margin-bottom: 56px;
    }
    .widget__journal img {
        height: 150px;
    }
    .widget__journal .link {
        display: block;
    }
}

@media (max-width: 639px) {
    .widget__journal.box {
        margin-bottom: 40px;
    }
}

.widget__links.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .widget__links.box {
        margin-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .widget__links.box {
        margin-bottom: 24px;
    }
}

.widget__links .link {
    margin-bottom: 25px;
    align-items: center;
}

.widget__links .link__img {
    filter: unset;
    width: 18px;
    height: 18px;
    cursor: default;
}

.widget__links .link p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #252525;
    font-style: unset;
}

.widget__links .link p:hover {
    color: #c41230;
}

.widget__links .link.red {
    margin-bottom: 20px;
}

.widget__links .link.red p {
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
}

.widget__links.depart .widget__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: unset;
}

.widget__links.depart .link {
    margin-bottom: 15px;
}

.widget__links.depart .link p {
    text-transform: unset;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.widget__links.depart .link.active p {
    font-weight: 700;
}


/* .widget__links.drop {
    height: 340px;
} */

@media (max-width: 639px) {
    .widget__links.drop {
        height: auto;
    }
}

.widget__calendar__events.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .widget__calendar__events.box {
        margin-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .widget__calendar__events.box {
        margin-bottom: 24px;
    }
}

.widget__vote.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .widget__vote.box {
        margin-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .widget__vote.box {
        margin-bottom: 24px;
    }
}

.widget__vote__block .vote__block__question {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.widget__vote__block .vote__block__answers {
    margin-bottom: 24px;
}

.widget__vote__block .btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #c41230;
    background-color: #FFFFFF;
    border: 1px solid #c41230;
    border-radius: 2px;
    width: 100%;
}

.widget__vote__block .btn:hover {
    background-color: #FEF3F2;
    color: #c41230 !important;
}

@media (max-width: 959px) {
    .widget__vote__block .btn {
        width: 100%;
    }
}

.widget__ideas.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .widget__ideas.box {
        margin-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .widget__ideas.box {
        margin-bottom: 24px;
    }
}

.widget__events {
    display: none;
}

.widget__events.active {
    display: block;
}

.widget__event {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.widget__event__employee {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.widget__event__employee a {
    display: block;
    margin-left: -15%;
}

.widget__event__employee a img {
    width: 40px;
    border-radius: 50%;
}

.widget__event__employee a:first-child,
.widget__event__employee a:last-child {
    margin-left: 0;
}

.widget__event__employee .text {
    margin-left: 10px;
    font-size: 14px;
    color: #bfb6ad;
}

.widget__event__left {
    width: 42%;
}

.widget__event__right {
    width: 56%;
}

.widget__event__right {
    border-left: 2px solid #bfb6ad;
    padding-left: 10px;
}

.widget__event__right:hover {
    border-color: #B32318;
}

.widget__event__left .text__data {
    margin-bottom: 10px;
    width: 100%;
}

.widget__event__title {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    max-height: 71px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget__archive__news,
.widget__archive__event {
    margin-top: 80px;
}

.widget__archive__news .widget__title,
.widget__archive__event .widget__title {
    color: #B32318;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.widget__archive__news .link,
.widget__archive__event .link {
    margin: 0 0 15px 10px;
}

.widget__archive__news .link p,
.widget__archive__event .link p {
    color: #bfb6ad;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: unset;
}

.widget__archive__news .link.active,
.widget__archive__event .link.active {
    background: #F2F4F7;
    color: #252525 !important;
}

.widget__archive__news.box,
.widget__archive__event.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .widget__archive__news.box,
    .widget__archive__event.box {
        margin-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .widget__archive__news.box,
    .widget__archive__event.box {
        margin-bottom: 24px;
    }
}

.widget__archive__doc {
    margin-top: 80px;
}

.widget__archive__doc .widget__title {
    color: #B32318;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.widget__archive__doc .link {
    margin: 0;
    padding: 10px 14px;
}

.widget__archive__doc .link p {
    color: #bfb6ad;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: unset;
}

.widget__archive__doc .link.active {
    background: #F2F4F7;
    color: #252525 !important;
}

.widget__archive__media .widget__title {
    color: #B32318;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.widget__archive__media .link {
    margin: 0 0 15px 10px;
}

.widget__archive__media .link p {
    color: #bfb6ad;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: unset;
}

.widget__archive__media .link.active {
    background: #F2F4F7;
    color: #252525 !important;
}

.widget__archive__media.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .widget__archive__media.box {
        margin-bottom: 56px;
    }
}

.widget__archive__ideas {
    margin-top: 80px;
}

.widget__archive__ideas .widget__title {
    color: #B32318;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.widget__archive__ideas .link {
    margin: 0;
    padding: 10px 14px;
}

.widget__archive__ideas .link p {
    color: #bfb6ad;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: unset;
}

.widget__archive__ideas select {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 30px;
}

.widget__archive__news .link,
.widget__archive__event .link,
.widget__archive__doc .link,
.widget__archive__media .link,
.widget__archive__ideas .link {
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 0;
}

.widget__archive__news .link p:hover,
.widget__archive__event .link p:hover,
.widget__archive__doc .link p:hover,
.widget__archive__media .link p:hover,
.widget__archive__ideas .link p:hover {
    color: #585858;
}

.widget__archive__news .link:hover,
.widget__archive__event .link:hover,
.widget__archive__doc .link:hover,
.widget__archive__media .link:hover,
.widget__archive__ideas .link:hover {
    background: #F9FAFB;
}

.widget__archive__news .link:active,
.widget__archive__event .link:active,
.widget__archive__doc .link:active,
.widget__archive__media .link:active,
.widget__archive__ideas .link:active {
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px #F2F4F7;
}

.widget__btns .btn {
    display: flex;
    height: 44px;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: center;
}

.widget__btns .btn img {
    margin: 0 5px 0 0;
}

.widget__dropdown {
    max-height: 0;
    overflow: hidden;
    transition: 1s all;
    transition: max-height 1s ease-out 0s;
}

.widget__dropdown.active {
    display: block;
    max-height: 500px;
}

.widget__dropdown .table {
    border: unset;
}

.widget__dropdown .table thead {
    background: #FFFFFF;
}

.widget__dropdown .table tr {
    border-bottom: 1px solid #E6E7E8;
}

.widget__dropdown .table th {
    padding: 10px;
    vertical-align: middle;
}

.widget__dropdown .table th .text {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #6C6D6D;
}

.widget__dropdown .table th .btn.img.red {
    padding: 8px 12px;
    justify-content: center;
    margin: 0;
}

.widget__dropdown .table th:last-child .text {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.widget__dropdown .table td {
    padding: 16px 12px;
}

.widget__dropdown .table td .document__item {
    margin: 0;
}

.widget__dropdown .table td .document__item .document__item__bg__img {
    width: 40px;
    height: 40px;
    padding: 10px;
}

.widget__dropdown .table td .document__item .document__item__bg__img img {
    width: 20px;
    height: 20px;
}

.widget__dropdown .table td .document__item .document__item__info {
    display: flex;
    align-items: center;
}

.widget__dropdown .table td .document__item .document__item__info .document__item__tag {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2C;
}

.widget__dropdown .table td:first {
    width: 70%;
}

@media (max-width: 1139px) {
    .widget__dropdown .table td:first {
        width: 78%;
    }
}

@media (max-width: 959px) {
    .widget__dropdown .table td:first {
        width: 80%;
    }
}

.widget__dropdown .table td .btn__group {
    justify-content: center;
}

.widget__dropdown .table td:last-child {
    width: 30%;
}

@media (max-width: 1139px) {
    .widget__dropdown .table td:last-child {
        width: 22%;
    }
}

@media (max-width: 959px) {
    .widget__dropdown .table td:last-child {
        width: 20%;
    }
}

@media (max-width: 959px) {
    .widget__dropdown .table {
        width: 100%;
    }
}

.widget__birthdays .widget__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #404040;
}

.widget__birthdays .tab li {
    width: 31%;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #939598;
    padding: 0 0 5px 0;
}

.widget__birthdays .tab li.active {
    color: #c41230;
    border-color: #c41230;
}

.widget__birthdays__tab {
    display: none;
}

.widget__birthdays__tab.active {
    display: block;
}

@media (max-width: 959px) {
    .widget__block {
        width: 100%;
        margin-bottom: 56px;
    }
    .widget__block:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 959px) and (max-width: 959px) {
    .widget__block {
        margin-bottom: 20px;
    }
}

.folder__menu {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    background: #FCFCFD;
    padding: 28px 10px;
}

.folder__menu .two__tier__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.folder__menu .two__tier__list .link__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-style: unset;
}

.folder__menu .two__tier__list .link__img {
    filter: unset;
}

.folder__menu .two__tier__list .link.active .link__title {
    color: #c41230;
}

.folder__menu .two__tier__list .link.active .link__img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%);
}

.folder__menu .two__tier__list__col {
    list-style: none;
    margin-top: 12px;
    max-height: 0;
    overflow: hidden;
    transition: 1s all;
    transition: max-height 1s ease-out 0s padding-left 1s;
}

.folder__menu .two__tier__list__col li:last-child {
    margin-bottom: 0 !important;
}

.folder__menu .two__tier__list>li {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    list-style: none;
}

.folder__menu .two__tier__list>li>.link .link__img:first-child {
    width: 16px;
    height: 16px;
    align-self: center;
    margin-right: 5px;
}

.folder__menu .two__tier__list>li.active>.link .link__img:first-child {
    transform: rotate(93deg);
}

.folder__menu .two__tier__list>li.active>.two__tier__list__col {
    display: block;
    padding-left: 1.7rem;
    max-height: 10000px;
}

.folder__menu .two__tier__list li.active.two_tier__list__col {
    display: block;
}

.folder__menu .two__tier__list.link__title {
    overflow-wrap: anywhere;
    font-size: 14px;
}

.folder__menu .two__tier__list.shop ul li {
    margin-bottom: 10px;
}

.folder__menu .two__tier__list.shop .checkbox {
    margin-bottom: 0;
}

.folder__menu .two__tier__list.shop .checkbox .custom-checkbox+label:before {
    width: 16px;
    height: 16px;
}

.folder__menu .two__tier__list.shop .checkbox .custom-checkbox:checked+label {
    color: #c41230;
}

.folder__menu .two__tier__list.shop .checkbox label {
    color: #252525;
}

.page__block {
    margin-bottom: 40px;
}

.page__block__video {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    background: url("../img/Other/VideoBg.svg") no-repeat 50%;
}

.page__block__video .video {
    max-width: 100%;
    height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: -10px;
    width: 100%;
}

@media (max-width: 959px) {
    .page__block__video .video {
        height: 360px;
    }
}

@media (max-width: 639px) {
    .page__block__video .video {
        height: 200px;
    }
}

@media (max-width: 959px) {
    .page__block__video {
        margin-bottom: 40px;
    }
}

.page__block__info.bg {
    background: linear-gradient(119deg, #F9FAFB 88%, rgba(231, 236, 243, 0.58) 80%);
    position: relative;
    overflow: hidden;
}

@media (max-width: 959px) {
    .page__block__info.bg {
        background: #F2F4F7;
    }
}

.page__block__info.bg:before {
    content: "";
    position: absolute;
    width: 21%;
    height: 720px;
    left: 82.9%;
    top: -16.1px;
    background: linear-gradient(155.3deg, #D9DDE2 27.1%, rgba(242, 244, 247, 0) 70.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

@media (max-width: 959px) {
    .page__block__info.bg:before {
        content: unset;
    }
}

@media (max-width: 959px) {
    .page__block__info.employees .block__info__right {
        flex-direction: unset !important;
    }
}

@media (max-width: 959px) {
    .page__block__info.employees .block__info__left {
        width: 286px !important;
    }
}

@media (max-width: 959px) {
    .page__block__info.employees .block__info {
        padding: 0 !important;
    }
}

@media (max-width: 959px) {
    .page__block__content.info .block__content {
        flex-direction: column-reverse;
    }
}

@media (max-width: 959px) {
    .page__block__content.info .content__box .block__content__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 959px) {
    .page__block__content.info .content__box:first-child {
        margin-bottom: 0;
    }
}

@media (max-width: 959px) {
    .page__block__content.info .content__box {
        margin-bottom: 40px;
    }
}

@media (max-width: 959px) {
    .page__block__content.info .block__content__group__img.img_1 img {
        height: 311px;
    }
}

@media (max-width: 639px) {
    .page__block__content.info .block__content__group__img.img_1 img {
        height: 200px;
    }
}

@media (max-width: 959px) {
    .page__block__content.info .block__content__group__img {
        height: 311px;
    }
}

@media (max-width: 639px) {
    .page__block__content.info .block__content__group__img {
        height: 200px;
    }
}

.page__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #404040;
    margin-bottom: 40px;
}

@media (max-width: 959px) {
    .page__title {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 32px;
    }
}

.page__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    width: 71%;
}

@media (max-width: 959px) {
    .page__description {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 32px;
    }
}

.page__navigation__items {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    /*height: 640px;*/
}

.page__navigation__items .link.card.nav {
    /*flex: 1 0 24%;*/
    /* width: 24%; */
    height: auto;
}


/* .page__navigation__items .link.card.nav:nth-child(1),
.page__navigation__items .link.card.nav:nth-child(2),
.page__navigation__items .link.card.nav:nth-child(3) {
    width: 23.3%;
} */

.page__news .page__nav .btn {
    background: #FEF3F2;
    color: #c41230;
    border: 1px solid #FEF3F2;
    border-radius: 2px;
    width: 130px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-left: auto;
    padding: 10px 16px;
}

@media (max-width: 959px) {
    .page__news .page__nav .btn {
        width: 100%;
    }
    /*.page__navigation__items {*/
    /*    display: grid;*/
    /*    gap: 10px;*/
    /*    grid-template-columns: 1fr;*/
    /*    !*height: 640px;*!*/
    /*}*/
}

.page__news .page__nav select {
    display: none;
    margin-bottom: 8px;
}

@media (max-width: 959px) {
    .page__news .page__nav select {
        display: block;
    }
}

.page__news .page__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__news .page__nav .mob {
        display: block;
    }
}

.page__news__items {
    display: flex;
    flex-wrap: wrap;
}

.page__nav {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page__nav .text {
    margin-left: 20px;
}

.page__nav select {
    display: none;
    margin-bottom: 8px;
}

@media (max-width: 959px) {
    .page__nav select {
        display: block;
    }
}

.page__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page__pagination .btn {
    width: 145px;
    padding: 8px 10px;
    display: flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    justify-content: space-between;
    height: 36px;
}

.page__pagination .btn.disable {
    color: #E5E7EB;
    border-color: #E5E7EB;
    cursor: default;
}

.page__pagination .btn.disable:hover {
    color: #E5E7EB !important;
}

.page__pagination .btn.disable:before {
    filter: invert(95%) sepia(9%) saturate(69%) hue-rotate(182deg) brightness(96%) contrast(96%);
}

.page__pagination .btn:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
}

.page__pagination .btn.left:before {
    background: url("../img/icon/arrow-left.svg") no-repeat 50%;
}

@media (max-width: 959px) {
    .page__pagination .btn.left {
        text-indent: -9999px;
        width: auto;
    }
}

.page__pagination .btn.right {
    flex-direction: row-reverse;
}

.page__pagination .btn.right:before {
    background: url("../img/icon/arrow-right.svg") no-repeat 50%;
}

@media (max-width: 959px) {
    .page__pagination .btn.right {
        text-indent: -9999px;
        width: auto;
    }
}

.page__structure__header {
    display: flex;
    justify-content: center;
}

.page__structure__header .card.employee {
    width: 719px;
    height: 190px;
    overflow: unset;
}



.page__structure__header .card.employee .card__img {
    width: 161px;
    height: 185px;
}

@media (max-width: 959px) {
    .page__structure__header .card.employee .card__img {
        /*   width: 298px;
         height: 300px;*/
    }
}

@media (max-width: 639px) {
    .page__structure__header .card.employee .card__img {
        width: unset;
        height: unset;
    }
}

.page__structure__header .card.employee .card__job {
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

@media (max-width: 959px) {
    .page__structure__header .card.employee .card__job {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        max-height: 56px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 639px) {
    .page__structure__header .card.employee .card__job,
    .page__structure__header .card.employee .card__fio {
        text-align: center;
    }
}

.page__structure__header .card.employee .card__fio {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (max-width: 959px) {
    .page__structure__header .card.employee .card__fio {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
        /*text-align: center;*/
    }
}

.page__structure__header .card.employee .card__img__view {
    left: -25%;
}

@media (max-width: 959px) {
    .page__structure__header .card.employee .card__img__view {
        left: 10%;
    }
}

@media (max-width: 959px) {
    .page__structure__header .card.employee {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 639px) {
    .page__structure__header .card.employee {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px 0;
        padding: 3px 1px;
    }
}

.page__structure__header .card__box {
    /*padding: 49px 0;*/
    padding: 24px 0;
    width: 100%;
    position: relative;
    overflow: hidden !important;
}

.page__structure__header .card__box:before {
    content: "";
    position: absolute;
    width: 25%;
    top: -100px;
    background: linear-gradient(155.3deg, #C21313 20.1%, rgba(255, 45, 45, 0) 67.17%);
    transform: rotate(29.14deg);
    z-index: 1;
    height: 361px;
    left: 63%;
}

@media (max-width: 959px) {
    .page__structure__header .card__box:before {
        height: 625px;
        left: 85%;
        width: 17%;
    }
}

@media (max-width: 639px) {
    .page__structure__header .card__box:before {
        content: unset;
    }
}

@media (max-width: 959px) {
    .page__structure__header .card__box {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

@media (max-width: 639px) {
    .page__structure__header .card__box {
        margin: 0 !important;
        padding: 13px 30px;
    }
}

.page__structure__header .card__header {
    position: relative;
    z-index: 10;
}

.page__structure__body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page__structure__body .card__job {
    color: #939598;
}

.page__department .card__img {
    width: 80px !important;
    height: 80px !important;
    vertical-align: middle;
}

.page__department__header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.page__department__header .card.employee.red {
    width: 350px;
    margin: 0;
}

@media (max-width: 959px) {
    .page__department__header .card.employee.red {
        width: 100%;
        margin-bottom: 25px;
    }
}

.page__department__header .page__department__description {
    width: 49%;
    margin: 0 0 0 7%;
}

@media (max-width: 1240px) {
    .page__department__header .page__department__description {
        margin: 0 0 0 auto;
        width: 52.5%;
    }
}

@media (max-width: 1139px) {
    .page__department__header .page__department__description {
        width: 54%;
    }
}

@media (max-width: 959px) {
    .page__department__header .page__department__description {
        width: 100%;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__department__header .card__box {
    padding: 8px 0;
}

@media (max-width: 959px) {
    .page__department__header {
        flex-direction: column;
        margin-bottom: 32px;
    }
}

.page__department__body {
    margin-bottom: 70px;
}

.page__department__body__items {
    display: flex;
    flex-wrap: wrap;
}

.page__department__body__items>div {
    width: 23.8% !important;
}

@media (max-width: 1240px) {
    .page__department__body__items>div {
        width: 32.4% !important;
        margin-bottom: 40px;
    }
}

@media (max-width: 959px) {
    .page__department__body__items>div {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

.page__department__body .card__box {
    padding: 19px 0;
}

.page__department__body .card__fio {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.page__department__body .card__job {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}

.page__department__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #404040;
    margin-bottom: 40px;
}

@media (max-width: 959px) {
    .page__department__title {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

.page__department__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}



.page__department .card.employee.red:before {
    left: 61%;
}

.page__birthdays__title {
    margin-right: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.page__birthdays__title__block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.page__birthdays__title__count {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}

@media (max-width: 959px) {
    .page__birthdays__title__count {
        margin-right: 10px;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .page__birthdays__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
}

.page__birthdays__items {
    display: flex;
    flex-wrap: wrap;
}

.page__birthdays__items>div {
    width: 32% !important;
}

.page__birthdays__items .card.employee.birthday {
    margin-right: 1.3%;
}

.page__birthdays .page__nav {
    display: none;
}

@media (max-width: 959px) {
    .page__birthdays .page__nav {
        display: block;
        height: 48px;
    }
}

.page__catalog__surveys .page__nav {
    position: relative;
}

@media (max-width: 959px) {
    .page__catalog__surveys .page__nav .tab {
        display: none;
    }
}

.page__catalog__surveys__block {
    display: none;
}

.page__catalog__surveys__block.active {
    display: block;
}

.page__catalog__surveys .tab {
    margin: 0 0 0 auto;
}

.page__catalog__surveys .tab li {
    padding: 0 10px;
}

.page__catalog__surveys__nav__btn {
    position: absolute;
    right: 0;
    top: -65px;
}

.page__catalog__surveys__nav__btn .btn.img.widget__surveys {
    width: 165px;
    margin: 0;
}

@media (max-width: 959px) {
    .page__catalog__surveys__nav__btn .btn.img.widget__surveys {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 959px) {
    .page__catalog__surveys__nav__btn {
        position: unset;
        width: 100%;
    }
}

.page__catalog__surveys__items {
    display: flex;
    flex-wrap: wrap;
}

.page__catalog__documents__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 44px;
    position: relative;
}

.page__catalog__documents__nav>select {
    width: 24%;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
    padding: 10px 14px;
}

@media (max-width: 959px) {
    .page__catalog__documents__nav>select {
        width: 100%;
        margin-bottom: 8px;
        height: 44px;
    }
}

.page__catalog__documents__nav .searchbox__input {
    width: 26.2%;
    background: #FCFCFD;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
}

.page__catalog__documents__nav .searchbox__input input {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}

@media (max-width: 959px) {
    .page__catalog__documents__nav .searchbox__input {
        width: 100%;
        margin-bottom: 8px;
        height: 44px;
    }
}

.page__catalog__documents__nav__btn {
    display: flex;
    position: absolute;
    right: 0;
    top: -70px;
}

.page__catalog__documents__nav__btn .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    margin-left: 12px;
}

@media (max-width: 959px) {
    .page__catalog__documents__nav__btn {
        position: unset;
    }
}

.page__catalog__documents__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__catalog__documents__nav .mob {
        display: block;
    }
}

@media (max-width: 959px) {
    .page__catalog__documents__nav {
        flex-direction: column;
        height: 100%;
    }
}

.page__catalog__documents__box {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1240px) {
    .page__catalog__documents__box {
        flex-direction: column;
    }
}

.page__catalog__documents .folder__menu {
    width: 26.2%;
    height: 100%;
}

@media (max-width: 1240px) {
    .page__catalog__documents .folder__menu {
        width: 100%;
        margin-bottom: 40px;
    }
}

.page__catalog__documents__items {
    width: 70%;
}

@media (max-width: 959px) {
    .page__catalog__documents__items {
        width: 100%;
    }
}

.page__catalog__shop__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 44px;
    position: relative;
}

.page__catalog__shop__nav>select {
    width: 24%;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
    padding: 10px 14px;
}

@media (max-width: 1240px) {
    .page__catalog__shop__nav>select {
        width: 32%;
    }
}

@media (max-width: 959px) {
    .page__catalog__shop__nav>select {
        width: 100%;
        height: 44px;
        margin-bottom: 8px;
    }
}

.page__catalog__shop__nav .searchbox__input {
    background: #FCFCFD;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
    width: 19.6%;
}

.page__catalog__shop__nav .searchbox__input input {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}

@media (max-width: 1240px) {
    .page__catalog__shop__nav .searchbox__input {
        width: 32%;
    }
}

@media (max-width: 959px) {
    .page__catalog__shop__nav .searchbox__input {
        height: 44px;
        width: 100%;
        margin-bottom: 8px;
    }
}

.page__catalog__shop__nav__btn {
    display: flex;
    position: absolute;
    right: 0;
    top: -70px;
}

.page__catalog__shop__nav__btn .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    margin-left: 12px;
}

@media (max-width: 959px) {
    .page__catalog__shop__nav {
        flex-direction: column;
        height: auto;
    }
}

.page__catalog__shop__box {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1240px) {
    .page__catalog__shop__box {
        flex-direction: column;
    }
}

.page__catalog__shop .folder__menu {
    width: 19.6%;
    height: 100%;
}

@media (max-width: 1240px) {
    .page__catalog__shop .folder__menu {
        width: 100%;
        margin-bottom: 40px;
    }
}

.page__catalog__shop__block {
    width: 78%;
}

.page__catalog__shop__block__items {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1240px) {
    .page__catalog__shop__block {
        width: 100%;
    }
}

@media (max-width: 959px) {
    .page__catalog__media .page__nav .tags {
        display: none;
    }
}

.page__catalog__media .page__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__catalog__media .page__nav .mob {
        display: block;
    }
}

.page__catalog__media__items {
    display: flex;
    flex-wrap: wrap;
}

.page__catalog__media__items .card {
    width: 32%;
    margin-right: 1.3%;
}

.page__catalog__media__items .card .card__header__nav {
    width: 95%;
}

.page__catalog__media__items .card .card__img__container {
    margin-bottom: 40px;
}

.page__catalog__media__items .card .card__text {
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page__catalog__media__items .card .btn__panel.like,
.page__catalog__media__items .card .btn__panel.comment {
    margin-right: 30px;
}

.page__catalog__ideas__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 44px;
    position: relative;
}

.page__catalog__ideas__nav>select {
    width: 30%;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
    padding: 10px 14px;
}

@media (max-width: 959px) {
    .page__catalog__ideas__nav>select {
        width: 100%;
        margin-bottom: 8px;
        height: 44px;
    }
}

.page__catalog__ideas__nav .searchbox__input {
    width: 37.5%;
    background: #FCFCFD;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
}

.page__catalog__ideas__nav .searchbox__input input {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}

@media (max-width: 959px) {
    .page__catalog__ideas__nav .searchbox__input {
        width: 100%;
        margin-bottom: 8px;
    }
}

.page__catalog__ideas__nav__btn {
    display: flex;
    position: absolute;
    right: 0;
    top: -70px;
}

.page__catalog__ideas__nav__btn .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    margin-left: 12px;
}

.page__catalog__ideas__nav__btn .btn.widget__surveys {
    width: 100%;
}

@media (max-width: 959px) {
    .page__catalog__ideas__nav__btn .btn.widget__surveys {
        justify-content: center;
        margin: 0;
    }
}

@media (max-width: 959px) {
    .page__catalog__ideas__nav__btn {
        position: unset;
        width: 100%;
    }
}

.page__catalog__ideas__nav__mob {
    display: none;
    width: 100%;
}

.page__catalog__ideas__nav__mob select {
    margin-bottom: 10px;
}

@media (max-width: 959px) {
    .page__catalog__ideas__nav__mob {
        display: block;
    }
}

@media (max-width: 959px) {
    .page__catalog__ideas__nav {
        flex-wrap: wrap;
        height: auto;
    }
}

.page__catalog__ideas__box {
    display: flex;
    justify-content: space-between;
}

.page__catalog__ideas__items {
    width: 100%;
}

.page__surveys .page__nav {
    margin-bottom: 40px;
}

.page__surveys__block {
    margin-bottom: 40px;
}

.page__surveys__block .text {
    color: #939598;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.page__surveys__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.page__surveys .btn.red {
    background: #c41230;
    border: 1px solid #D92D20;
    color: #FFFFFF !important;
    width: auto;
}

@media (max-width: 959px) {
    .page__surveys .btn.red {
        width: 100%;
    }
}

.page__404 {
    position: relative;
    display: flex;
    width: 100%;
    height: 575px;
    justify-content: center;
    align-items: center;
    margin-top: -55px;
}

.page__404__block {
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.page__404__block__title {
    font-weight: 700;
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -0.02em;
    color: #252525;
}

@media (max-width: 959px) {
    .page__404__block__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 37px;
    }
}

.page__404__block__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 35px;
}

@media (max-width: 959px) {
    .page__404__block__description {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 37px;
    }
}

.page__404__block .btn {
    width: 65%;
    padding: 10px 18px;
    justify-content: space-between;
    background: #c41230;
    color: #FFFFFF;
}

.page__404__block .btn img {
    filter: invert(96%) sepia(4%) saturate(15%) hue-rotate(86deg) brightness(105%) contrast(103%);
}

.page__404__block .btn:hover {
    color: #FFFFFF !important;
    background: #9b0e26;
}

@media (max-width: 639px) {
    .page__404__block .btn {
        width: 100%;
        margin-top: 20px;
    }
}

.page__404 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.page__new__employees__items {
    margin-bottom: 40px;
}

@media (max-width: 959px) {
    .page__events .page__nav .tags {
        display: none;
    }
}

.page__events .page__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__events .page__nav .mob {
        display: block;
    }
}

.page__events input[name=datepicker] {
    width: 130px;
}

.page__events__items {
    display: flex;
    flex-wrap: wrap;
}

.page__media .page__nav .btn__group {
    margin-right: 50px;
}

.page__media .page__nav .btn__panel.like,
.page__media .page__nav .btn__panel.comment {
    margin-right: 25px;
}

.page__media .page__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__media .page__nav .mob {
        margin-top: 20px;
        display: block;
    }
}

@media (max-width: 639px) {
    .page__media .page__nav .btn__group {
        order: 0;
        margin-bottom: 15px;
    }
    .page__media .page__nav .tags {
        order: 2;
        width: 100%;
    }
    .page__media .page__nav .text {
        order: 1;
        margin-bottom: 15px;
    }
    .page__media .page__nav .mob {
        order: 3;
    }
}

.page__media__text {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__media__text {
        margin-bottom: 40px;
    }
}

@media (max-width: 959px) {
    .page__media__text .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 959px) {
    .page__ideas .page__nav .btn__group {
        margin-top: 20px;
    }
}

@media (max-width: 959px) {
    .page__ideas .page__nav .card__status {
        margin-top: 20px;
    }
}

.page__ideas .page__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__ideas .page__nav .mob {
        display: block;
    }
}

.page__ideas__block {
    display: flex;
    margin-bottom: 55px;
}

.page__ideas__block .employees__item {
    display: flex;
    align-items: center;
    margin-right: 7%;
    margin-bottom: 0;
}

.page__ideas__block .employees__item__info {
    margin-left: 25px;
}

.page__ideas__block .employees__item__info__fio {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.page__ideas__block .employees__item__info__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 959px) {
    .page__ideas__block .employees__item img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 639px) {
    .page__ideas__block .employees__item {
        margin-bottom: 15px;
    }
}

.page__ideas__block__documents {
    margin-bottom: 70px;
}

.page__ideas__block__documents .card__document {
    margin-bottom: 15px;
}

.page__ideas__block__documents .card__document:before {
    left: 62.3%;
}

@media (max-width: 639px) {
    .page__ideas__block {
        flex-direction: column;
    }
}

.page__ideas__content .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__ideas__content .text {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__ideas .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 639px) {
    .page__ideas .text {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__authorization {
    width: 100%;
    height: 100%;
}

.page__authorization__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 365px;
    margin: auto;
    margin-top: 0;
}

.page__authorization__block .logo {
    margin-bottom: 25px;
}

.page__authorization__block__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
}

.page__authorization__block__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C6D6D;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 639px) {
    .page__authorization__block__description {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__authorization__block .input__form {
    width: 100%;
    margin-bottom: 20px;
}

.page__authorization__block .input__form__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #585858;
}

.page__authorization__block .input__form input {
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    border: 1px solid #E5E7EB;
    padding: 10px 14px;
}

.page__authorization__block .link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-right: auto;
}

.page__authorization__block .btn {
    width: 100%;
    background: #c41230;
    color: #FFFFFF;
}

.page__authorization__block .btn:hover {
    color: #FFFFFF !important;
    background: #9b0e26;
}

@media (max-width: 959px) {
    .page__authorization__block {
        width: 100%;
    }
}

.page__type__page .page__nav .btn__group {
    margin-right: 5%;
}

@media (max-width: 639px) {
    .page__type__page .page__nav .btn__group {
        margin-bottom: 17px;
        order: 0;
    }
}

@media (max-width: 639px) {
    .page__type__page .page__nav .tags {
        order: 2;
        width: 100%;
    }
}

@media (max-width: 639px) {
    .page__type__page .page__nav .text {
        order: 1;
        margin-bottom: 17px;
    }
}

.page__type__page .page__nav .mob {
    display: none;
}

@media (max-width: 959px) {
    .page__type__page .page__nav .mob {
        margin-top: 20px;
        order: 3;
        display: block;
    }
}

.page__type__page .link__panel {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.page__type__page .link__panel .link {
    margin-right: 6%;
}

@media (max-width: 959px) {
    .page__type__page .link__panel .link {
        margin-bottom: 15px;
    }
}

.page__type__page .link__panel .link__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.page__type__page .link__panel .link__img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px;
}

@media (max-width: 959px) {
    .page__type__page .link__panel {
        margin-bottom: 32px;
        flex-direction: column;
        align-items: unset;
    }
}

.page__type__page__img {
    margin: 40px 0;
}

.page__type__page__img img {
    /*height: 630px;*/
    width: 100%;
}

@media (max-width: 959px) {
    .page__type__page__img {
        margin: 32px 0;
    }
    .page__type__page__img img {
        height: 200px;
    }
}

.page__type__page__documents {
    margin-bottom: 70px;
}

.page__type__page__documents .card__document {
    margin-bottom: 8px;
}

.page__type__page__documents .card__document:before {
    left: 62.3%;
}

.page__type__page__dotted {
    margin-bottom: 70px;
}

.page__type__page__dotted li {
    margin-bottom: 15px;
}

@media (max-width: 959px) {
    .page__type__page__dotted li {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1461px) {
    .page__type__page__dotted {
        margin-left: 2%;
        margin-bottom: 60px;
    }
}

@media (max-width: 639px) {
    .page__type__page__dotted {
        margin-left: 10%;
    }
}

.page__type__page__quote {
    margin-bottom: 70px;
}

.page__type__page__quote p {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    padding-left: 20px;
    border-left: 2px solid #c41230;
}

@media (max-width: 959px) {
    .page__type__page__quote p {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
    }
}

.page__type__page__quote__card {
    padding-left: 20px;
    align-self: stretch;
    border-left: 2px solid #c41230;
    margin-bottom: 70px;
}

.page__type__page__quote__card .quote__card__logo {
    margin-bottom: 16px;
}

.page__type__page__quote__card .quote__card__logo img {
    width: 116px;
    height: 26px;
}

.page__type__page__quote__card .quote__card__employee {
    display: flex;
    padding: 7px 35px 8px 6px;
    border-radius: 10px;
    width: -moz-fit-content;
    width: fit-content;
}

.page__type__page__quote__card .quote__card__employee img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.page__type__page__quote__card .quote__card__employee__info {
    margin-left: 13px;
}

.page__type__page__quote__card a.quote__card__employee__fio {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    margin-bottom: 5px;
}

@media (max-width: 959px) {
    .page__type__page__quote__card a.quote__card__employee__fio {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__type__page__quote__card p.quote__card__employee__title__job {
    font-size: 13px;
    line-height: 16px;
    color: #929292;
    margin: 0;
}

@media (max-width: 959px) {
    .page__type__page__quote__card p.quote__card__employee__title__job {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
}

.page__type__page__quote__card .quote__card__body {
    margin-bottom: 15px;
}

.page__type__page__quote__card .quote__card__body p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 959px) {
    .page__type__page__quote__card .quote__card__body p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 959px) {
    .page__type__page__quote__card {
        margin: 60px 0;
    }
}

@media (max-width: 959px) {
    .page__type__page__quote {
        margin-bottom: 60px;
    }
}

.page__type__page__video {
    height: 630px;
    margin-bottom: 70px;
}

.page__type__page__video .video {
    width: 100%;
}

@media (max-width: 959px) {
    .page__type__page__video .video {
        height: 360px;
    }
}

@media (max-width: 639px) {
    .page__type__page__video .video {
        height: 200px;
    }
}

@media (max-width: 959px) {
    .page__type__page__video {
        height: 360px;
        margin-bottom: 60px;
    }
}

@media (max-width: 639px) {
    .page__type__page__video {
        height: 200px;
    }
}

.page__type__page__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2B2B2C;
    margin-bottom: 32px;
}

@media (max-width: 959px) {
    .page__type__page__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 639px) {
    .page__type__page__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
}

.page__type__page__table {
    margin-bottom: 32px;
}

.page__type__page__table table {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
}

@media (max-width: 639px) {
    .page__type__page__table table {
        width: 586px;
    }
}

.page__type__page__table tbody {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.page__type__page__table tr>* {
    padding: 8px 0 12px 20px;
}

@media (max-width: 639px) {
    .page__type__page__table tr>* {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__type__page__table th {
    color: #929292;
}

.page__type__page__table tbody tr:nth-child(2n) {
    background: #F5F5F5;
}

@media (max-width: 959px) {
    .page__type__page__table {
        border-collapse: collapse;
        overflow: hidden;
        overflow-x: scroll;
    }
}

.page__type__page__accordion {
    margin-bottom: 30px;
}

@media (max-width: 959px) {
    .page__type__page__accordion {
        margin-bottom: 60px;
    }
}

.page__type__page__group__images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.page__type__page__group__images .card__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.page__type__page__group__images .card__info.normal {
    width: 23.6%;
    margin-right: 1.4%;
}

.page__type__page__group__images .card__info.normal a img {
    width: 100%;
    height: 140px;
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info.normal {
        width: 100%;
    }
}

.page__type__page__group__images .card__info.big {
    width: 31.5%;
    margin-right: 1.8%;
}

.page__type__page__group__images .card__info.big a img {
    border-radius: 10px;
    height: 200px;
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info.big a img {
        width: 100%;
        height: 340px;
    }
}

@media (max-width: 639px) {
    .page__type__page__group__images .card__info.big a img {
        height: 200px;
    }
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info.big {
        width: 100%;
    }
}

.page__type__page__group__images .card__info.small {
    width: 18%;
    margin-right: 2%;
}

.page__type__page__group__images .card__info.small a img {
    height: 100px;
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info.small a img {
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 639px) {
    .page__type__page__group__images .card__info.small a img {
        height: 100px;
    }
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info.small {
        width: 100%;
    }
}

.page__type__page__group__images .card__info__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info__title {
        margin-top: 15px;
        max-height: 100%;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 959px) {
    .page__type__page__group__images .card__info {
        margin-bottom: 32px;
    }
}

@media (max-width: 959px) {
    .page__type__page__group__images {
        margin-bottom: 60px;
    }
}

.page__type__page__depart {
    margin-bottom: 70px;
}

.page__type__page__depart .container__title {
    margin: 0;
}

.page__type__page__depart__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.page__type__page__depart_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page__type__page__depart_links .link {
    width: 90%;
    margin-bottom: 20px;
}

.page__type__page__depart_links .link .link__img {
    margin-left: 8px;
    width: 20px;
    height: 20px;
}

.page__type__page__depart_links .link p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 959px) {
    .page__type__page__depart_links {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 959px) {
    .page__type__page__depart_links .depart_links {
        width: 100% !important;
        margin-bottom: 40px;
    }
}

.page__type__page__depart_links .depart_links:last-child {
    margin-bottom: 0;
}

@media (max-width: 959px) {
    .page__type__page__depart {
        margin-bottom: 60px;
    }
}

.page__type__page__like {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__type__page__like__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 959px) {
    .page__type__page__like {
        margin-bottom: 60px;
    }
}

.page__type__page__announcement {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__type__page__announcement {
        margin-bottom: 60px;
    }
}

.page__type__page__comments {
    margin-bottom: 70px;
}

.page__type__page__comments .btn.comments {
    width: 100%;
    margin-bottom: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
}

.page__type__page__comments .leave__comment {
    margin-top: 40px;
    display: flex;
    width: 100%;
}

.page__type__page__comments .leave__comment .comment__form {
    padding-left: 20px;
}

@media (max-width: 959px) {
    .page__type__page__comments .leave__comment .comment__form {
        padding-left: 0;
    }
}

.page__type__page__comments .leave__comment a {
    width: 62px;
    height: 62px;
}

@media (max-width: 959px) {
    .page__type__page__comments .leave__comment a {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }
}

@media (max-width: 959px) {
    .page__type__page__comments .leave__comment a img {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 959px) {
    .page__type__page__comments .leave__comment {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
}

.page__type__page__comments .comment__form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.page__type__page__comments .comment__form__input {
    display: flex;
    flex-direction: column;
    width: auto;
    border: 1px solid #DDE2E4;
    border-radius: 2px;
    margin-bottom: 20px;
}

.page__type__page__comments .comment__form__title {
    border-bottom: 1px solid #DDE2E4;
    padding: 9px 16px;
    margin: 0;
    text-align: initial;
}

.page__type__page__comments .comment__form__textarea {
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.006em;
    color: #252525;
    margin: 0;
    min-height: 160px;
    resize: none;
}

.page__type__page__comments .comment__form .btn {
    height: 36px;
    width: 167px;
    margin-right: 17px;
    padding: 8px 49px;
    border: 1px solid #c41230;
    background: #FFFFFF;
    color: #c41230;
}

.page__type__page__comments .comment__form .btn:hover {
    color: #B32318 !important;
}

@media (max-width: 959px) {
    .page__type__page__comments .comment__form .btn {
        width: 100%;
        margin: 0;
    }
}

.page__type__page__events {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__type__page__events {
        margin-bottom: 60px;
    }
}

.page__type__page__supply__chain {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__type__page__supply__chain {
        margin-bottom: 60px;
    }
}

.page__type__page__info {
    display: flex;
    padding: 100px 60px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(119deg, #F9FAFB 88%, rgba(231, 236, 243, 0.58) 80%);
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

.page__type__page__info__left {
    width: 47%;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 959px) {
    .page__type__page__info__left .like {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .page__type__page__info__left {
        width: 100%;
        margin-bottom: 15px;
    }
}

.page__type__page__info__right {
    width: 52.6%;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}

.page__type__page__info__right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 959px) {
    .page__type__page__info__right p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 959px) {
    .page__type__page__info__right {
        width: 100%;
    }
}

.page__type__page__info ul {
    padding-left: 20px;
}

.page__type__page__info ul li {
    margin-bottom: 10px;
}

@media (max-width: 959px) {
    .page__type__page__info ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.page__type__page__info__title {
    color: #404040;
    margin-bottom: 20px;
    width: 90%;
    margin-right: auto;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 959px) {
    .page__type__page__info__title {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
}

.page__type__page__info:before {
    content: "";
    position: absolute;
    width: 21%;
    height: 700px;
    left: 85.9%;
    top: 23.9px;
    background: linear-gradient(155.3deg, #D9DDE2 27.1%, rgba(242, 244, 247, 0) 67.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

@media (max-width: 959px) {
    .page__type__page__info:before {
        width: 50%;
        height: 500px;
        left: 76.9%;
    }
}

@media (max-width: 959px) {
    .page__type__page__info {
        margin-bottom: 60px;
        padding: 24px 16px;
        flex-direction: column;
    }
}

.page__type__page__content {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .page__type__page__content.doc .block__content__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px !important;
    }
}

@media (max-width: 959px) {
    .page__type__page__content.doc.desktop {
        display: none;
    }
}

@media (max-width: 959px) {
    .page__type__page__content.doc .content__box {
        width: 100% !important;
    }
}

@media (max-width: 959px) {
    .page__type__page__content {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 959px) {
    .page__type__page>.text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 32px !important;
    }
}

.page__shop__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.page__shop__nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.page__shop__nav ul li {
    margin-right: 32px;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #3E3E3F;
}

.page__shop__nav ul li.active a {
    color: #c41230 !important;
    border-bottom: 1px solid #c41230;
}

@media (max-width: 1240px) {
    .page__shop__nav ul li {
        margin-right: 20px;
    }
}

@media (max-width: 1139px) {
    .page__shop__nav ul li {
        margin-bottom: 35px;
    }
}

@media (max-width: 959px) {
    .page__shop__nav ul li {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 639px) {
    .page__shop__nav ul li {
        margin-bottom: 0;
    }
}

@media (max-width: 959px) {
    .page__shop__nav ul {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .page__shop__nav ul {
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .page__shop__nav ul {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

.page__shop__nav .btn.img.red {
    margin-right: 15px;
    margin-bottom: 0;
    height: 44px;
}

.page__shop__nav .btn.img.red img {
    margin-left: 0;
    margin-right: 8px;
}

.page__shop__nav .btn.img.grey {
    margin-right: 15px;
    margin-bottom: 0;
    height: 44px;
}

.page__shop__nav .btn.img.grey img {
    margin-right: 0;
    margin-left: 8px;
}

.page__shop__nav .btn.img.grey.basket {
    margin-right: 0px;
}

.page__shop__nav .btn.img.grey.basket img {
    margin-left: 0;
    margin-right: 8px;
}

@media (max-width: 959px) {
    .page__shop__nav .btn.img {
        width: 100%;
        justify-content: center;
        margin-bottom: 8px !important;
    }
}

@media (max-width: 959px) {
    .page__shop__nav .btn__group {
        width: 100%;
        flex-direction: column;
    }
    .page__shop__nav .btn__group .btn.img:nth-child(1) {
        order: 2;
    }
    .page__shop__nav .btn__group .btn.img:nth-child(2) {
        order: 1;
    }
    .page__shop__nav .btn__group .btn.img:nth-child(3) {
        order: 0;
    }
}

.page__shop__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page__shop__block__left {
    width: 63%;
}

.page__shop__block__right {
    width: 31.5%;
}

.page__shop__block__right .card.shop {
    width: 100%;
    background: unset;
    padding: 0;
}

.page__shop__block__right .card.shop::before {
    background: unset;
}

.page__shop__block__right .card.shop .card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: initial;
}

.page__shop__block__right .card.shop .card__idea__money {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.page__shop__block__right .card.shop .card__idea__money::after {
    width: 28px;
    height: 28px;
}

.page__shop__block__right .card.shop .btn.img {
    height: 48px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 959px) {
    .page__shop__block.product .page__shop__block__left .carousel__item {
        height: 368px;
    }
}

@media (max-width: 639px) {
    .page__shop__block.product .page__shop__block__left .carousel__item {
        height: 180px;
    }
}

@media (max-width: 1139px) {
    .page__shop__block.product .page__shop__block__left {
        width: 100%;
    }
}

@media (max-width: 959px) {
    .page__shop__block.product .page__shop__block__right .card.shop {
        width: 100% !important;
    }
}

@media (max-width: 1139px) {
    .page__shop__block.product .page__shop__block__right {
        width: 100%;
    }
}

@media (max-width: 1139px) {
    .page__shop__block.product .input-group {
        width: 110px !important;
    }
}

@media (max-width: 1139px) {
    .page__shop__block.product {
        flex-direction: column;
        margin-bottom: 84px;
    }
}

.page__shop__description__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

@media (max-width: 1139px) {
    .page__shop__description__title {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 959px) {
    .page__shop__description__title {
        margin-bottom: 8px;
    }
}

.page__shop__description ul {
    padding-left: 20px;
}

.page__shop__description ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: initial;
    color: #222222;
    opacity: 0.5;
    margin-bottom: 5px;
}

@media (max-width: 1139px) {
    .page__shop__description ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

.page__shop .card__body__group__btn .btn__panel {
    background: #F2F4F7;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
    margin: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page__shop .card__body__group__btn .btn__panel .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}

.page__shop__basket__nav {
    display: flex;
    padding: 11px 16px;
    width: 100%;
    margin-bottom: 8px;
}

.page__shop__basket__nav .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.page__shop__basket__nav .text:nth-child(1) {
    margin-right: 33.5%;
}

@media (max-width: 1139px) {
    .page__shop__basket__nav .text:nth-child(1) {
        margin-right: 29.5%;
    }
}

.page__shop__basket__nav .text:nth-child(2) {
    margin-right: 39.6%;
}

@media (max-width: 1139px) {
    .page__shop__basket__nav .text:nth-child(2) {
        margin-right: 34%;
    }
}

@media (max-width: 959px) {
    .page__shop__basket__nav {
        display: none;
    }
}

.page__shop__basket__items {
    display: flex;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page__shop__basket__items .card__box {
    position: relative;
    z-index: 1;
}

@media (max-width: 959px) {
    .page__shop__basket__items .card__box__left {
        width: 50%;
    }
}

@media (max-width: 959px) {
    .page__shop__basket__items .card__box__left .input-group {
        width: 90px !important;
        margin-left: auto;
    }
}

@media (max-width: 959px) {
    .page__shop__basket__items .card__box__right {
        width: 50% !important;
        flex-direction: row-reverse;
    }
}

@media (max-width: 959px) {
    .page__shop__basket__items .card__box .card__idea__money {
        margin: 0 0 0 auto !important;
    }
}

.page__shop__basket__block__footer {
    width: 27.4%;
    margin-left: auto;
}

.page__shop__basket__block__footer .btn {
    width: 100%;
    padding: 10px 18px;
    justify-content: space-between;
    background: #c41230;
    color: #FFFFFF;
}

.page__shop__basket__block__footer .btn img {
    filter: invert(96%) sepia(4%) saturate(15%) hue-rotate(86deg) brightness(105%) contrast(103%);
}

.page__shop__basket__block__footer .btn:hover {
    color: #FFFFFF !important;
    background: #9b0e26;
}

@media (max-width: 959px) {
    .page__shop__basket__block__footer {
        width: 100%;
    }
}

.page__shop__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
    text-align: left;
}

@media (max-width: 959px) {
    .page__shop__title {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

.page__shop__history__nav {
    display: flex;
    padding: 11px 16px;
    width: 100%;
    margin-bottom: 8px;
}

.page__shop__history__nav .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.page__shop__history__nav .text:nth-child(1) {
    margin-right: 25%;
}

@media (max-width: 1240px) {
    .page__shop__history__nav .text:nth-child(1) {
        margin-right: 22%;
    }
}

.page__shop__history__nav .text:nth-child(2) {
    margin-right: 12.9%;
}

@media (max-width: 1240px) {
    .page__shop__history__nav .text:nth-child(2) {
        margin-right: 9.9%;
    }
}

@media (max-width: 1139px) {
    .page__shop__history__nav .text:nth-child(2) {
        margin-right: 5.9%;
    }
}

.page__shop__history__nav .text:nth-child(3) {
    margin-right: 13.6%;
}

@media (max-width: 1240px) {
    .page__shop__history__nav .text:nth-child(3) {
        margin-right: 14.6%;
    }
}

@media (max-width: 1139px) {
    .page__shop__history__nav .text:nth-child(3) {
        margin-right: 13.6%;
    }
}

.page__shop__history__nav .text:nth-child(4) {
    margin-right: 17%;
}

@media (max-width: 1240px) {
    .page__shop__history__nav .text:nth-child(4) {
        margin-right: 15%;
    }
}

@media (max-width: 1139px) {
    .page__shop__history__nav .text:nth-child(4) {
        margin-right: 12%;
    }
}

.page__shop__history__nav .text:nth-child(5) {
    margin-right: 0%;
}

@media (max-width: 959px) {
    .page__shop__history__nav {
        display: none;
    }
}

.page__shop__history__items {
    margin-bottom: 32px;
}

@media (max-width: 959px) {
    .page__shop__history__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.page__shop__history .card.shop.line .card__header {
    margin-right: 11%;
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line .card__header {
        margin-bottom: 5px !important;
    }
}

.page__shop__history .card.shop.line .card__box {
    width: 66.7%;
    margin: 0;
    z-index: 1;
    position: relative;
}

.page__shop__history .card.shop.line .card__box__left {
    display: flex;
    width: 82%;
    justify-content: space-between;
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line .card__box__left .card__idea__money {
        margin: 0;
    }
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line .card__box__left {
        width: 100%;
        flex-direction: row-reverse;
    }
}

.page__shop__history .card.shop.line .card__box__right {
    width: 60%;
    align-items: center;
    padding-right: 40px;
}

.page__shop__history .card.shop.line .card__box__right .text__data {
    margin-right: 55%;
}

@media (max-width: 1139px) {
    .page__shop__history .card.shop.line .card__box__right .text__data {
        margin-right: 35%;
    }
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line .card__box__right .text__data {
        margin-right: 0;
    }
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line .card__box__right {
        width: 100%;
        padding: 0;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line .card__box {
        display: flex;
        flex-direction: column-reverse;
    }
}

.page__shop__history .card.shop.line .card__box .text__data {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 959px) {
    .page__shop__history .card.shop.line {
        height: 125px;
    }
}

.page__shop__orders__nav {
    display: flex;
    padding: 11px 16px;
    width: 100%;
    margin-bottom: 8px;
}

.page__shop__orders__nav .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.page__shop__orders__nav .text:nth-child(1) {
    margin-right: 17.2%;
}

@media (max-width: 1240px) {
    .page__shop__orders__nav .text:nth-child(1) {
        margin-right: 12.2%;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders__nav .text:nth-child(1) {
        margin-right: 8.2%;
    }
}

.page__shop__orders__nav .text:nth-child(2) {
    margin-right: 3.3%;
}

@media (max-width: 1240px) {
    .page__shop__orders__nav .text:nth-child(2) {
        margin-right: 1.3%;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders__nav .text:nth-child(2) {
        margin-right: 1.2%;
    }
}

.page__shop__orders__nav .text:nth-child(3) {
    margin-right: 2.9%;
}

@media (max-width: 1240px) {
    .page__shop__orders__nav .text:nth-child(3) {
        margin-right: 0.9%;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders__nav .text:nth-child(3) {
        margin-right: 1.2%;
    }
}

.page__shop__orders__nav .text:nth-child(4) {
    margin-right: 1.6%;
}

@media (max-width: 1240px) {
    .page__shop__orders__nav .text:nth-child(4) {
        margin-right: 1.2%;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders__nav .text:nth-child(4) {
        margin-right: 4.2%;
        width: 40px;
    }
}

.page__shop__orders__nav .text:nth-child(5) {
    margin-right: 5.3%;
}

@media (max-width: 1240px) {
    .page__shop__orders__nav .text:nth-child(5) {
        margin-right: 2.2%;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders__nav .text:nth-child(5) {
        margin-right: 5.2%;
        width: 40px;
    }
}

.page__shop__orders__nav .text:nth-child(6) {
    margin-right: 7.3%;
}

@media (max-width: 1240px) {
    .page__shop__orders__nav .text:nth-child(6) {
        margin-right: 6.2%;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders__nav .text:nth-child(6) {
        margin-right: 5.2%;
    }
}

.page__shop__orders__nav .text:nth-child(7) {
    margin-right: 0;
}

@media (max-width: 959px) {
    .page__shop__orders__nav {
        display: none;
    }
}

.page__shop__orders__items {
    display: flex;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page__shop__orders__items .card__box {
    position: relative;
    z-index: 1;
}

@media (max-width: 959px) {
    .page__shop__orders__items .card__box__left {
        width: 47% !important;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }
}

@media (max-width: 959px) {
    .page__shop__orders__items .card__box__right {
        width: 47% !important;
        align-items: flex-start !important;
        flex-direction: column;
    }
}

@media (max-width: 959px) {
    .page__shop__orders__items .card__box {
        flex-wrap: wrap;
        position: relative;
    }
}

.page__shop__orders .card.shop.line .card__header {
    margin-right: 6%;
}

.page__shop__orders .card.shop.line .card__box {
    width: 72.6%;
}

.page__shop__orders .card.shop.line .card__box .text {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #252525;
}

.page__shop__orders .card.shop.line .card__box .text.red {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #c41230;
}

.page__shop__orders .card.shop.line .card__box__left {
    display: flex;
    justify-content: space-between;
    width: 18%;
}

.page__shop__orders .card.shop.line .card__box__left .card__idea__money {
    margin: 0;
}

.page__shop__orders .card.shop.line .card__box__right {
    width: 75%;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.page__shop__orders .card.shop.line .card__box__right>div {
    display: flex;
    width: 75%;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 959px) {
    .page__shop__orders .card.shop.line .card__box__right>div {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders .card.shop.line .card__box__right {
        width: 80%;
    }
}

.page__shop__orders .card.shop.line .card__box .text__data {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.page__shop__orders .card.shop.line .card__box .text__status.green {
    background: #12B76A;
    color: #FFFFFF;
}

@media (max-width: 959px) {
    .page__shop__orders .card.shop.line .card__box .text__status {
        position: absolute;
        right: 0;
        top: 32px;
    }
}

@media (max-width: 959px) {
    .page__shop__orders .card.shop.line .card__box .text:nth-last-child(2) {
        margin-bottom: 20px;
    }
}

@media (max-width: 1139px) {
    .page__shop__orders .card.shop.line .card__box {
        width: 90%;
    }
}

@media (max-width: 959px) {
    .page__shop__orders .card.shop.line {
        height: 100% !important;
        padding: 16px !important;
    }
}

.page__shop__orders__footer {
    display: flex;
    justify-content: space-between;
}

.page__shop__orders__footer .link.card.nav {
    width: 49.5%;
    margin: 0;
    background: linear-gradient(118deg, #F9FAFB 89%, rgba(231, 236, 243, 0.58) 10%);
}

.page__shop__orders__footer .link.card.nav::before {
    width: 20%;
    left: 84%;
}

.page__shop__orders__footer .link.card.nav:hover {
    background: linear-gradient(118deg, #F9FAFB 94%, rgba(231, 236, 243, 0.58) 10%);
}

@media (max-width: 639px) {
    .page__shop__orders__footer {
        flex-direction: column;
    }
    .page__shop__orders__footer .link {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 959px) {
    .page__bar__block__btn {
        display: flex;
    }
}

@media (max-width: 959px) {
    .page__bar__block__btn .btn__panel {
        color: #FFFFFF;
    }
}

.page__bar__block__btn .btn__panel img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.page__kit {
    margin-bottom: 80px;
}

.page__kit__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
    color: #404040;
}

.page__kit__block {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.page__kit__block__level {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.page__kit__block__level .btn.img {
    margin-left: 15px;
}

.page__kit__block__level .btn.img .red .img {
    margin-left: 0;
    margin-right: 8px;
}

.page__kit__block__level .btn.img .red .img img {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.page__kit__block__level .btn.widget__surveys {
    width: 180px;
}

.page__kit__block__level .btn.widget__surveys img {
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
}

.page__kit__block__level .upload__file,
.page__kit__block__level .comments__item__info__footer,
.page__kit__block__level .switch {
    margin-left: 15px;
}

.page__kit__block .color__block {
    border: 1px solid #252525;
    border-radius: 5px;
    padding: 5px;
    height: 50px;
    width: 20%;
    margin: 0 3% 20px 0;
    text-align: center;
    color: orange;
}

.page__kit__block .tags {
    margin-right: 15px;
}

.page__kit__block .btn__group {
    height: 32px;
    width: 100%;
    margin-bottom: 40px;
}

.page__kit__block .checkbox {
    margin: 0 0 0 15px;
    height: 30px;
    display: flex;
    align-items: center;
}

.page__kit__block .choice__block {
    margin-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.page__kit__block .choice__block .checkmark {
    top: 4px;
}

.page__kit__block .page__form__group {
    width: 340px;
}

.page__kit__block .page__form__group .page__form__item {
    width: 100%;
    margin-bottom: 15px;
}

.page__kit__block .card__document {
    width: 100%;
}

.page__kit__block .card.employee {
    width: 48%;
}

.page__kit__block .searchbox {
    margin-top: 15px;
    width: 350px;
}

.page__kit__block .folder__menu {
    margin-right: 20px;
}

.page__kit input {
    margin-left: 15px;
}

.breadcrumbs {
    display: flex;
    padding: 0 0 0 5px;
    margin: 0 0 25px 0;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #404040;
}

.breadcrumbs .breadcrumb {
    margin: 0;
    color: #6C6D6D;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 0;
}

.breadcrumbs li::before {
    content: "";
    background: url("/local/templates/moskvich/css/../img/icon/chevron-right.svg") no-repeat 50%;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    filter: invert(92%) sepia(5%) saturate(131%) hue-rotate(182deg) brightness(98%) contrast(97%);
}

.breadcrumbs #first:before {
    content: '';
    background: url("/local/templates/moskvich/css/../img/icon/home-line.svg") no-repeat 50%;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    filter: invert(62%) sepia(8%) saturate(16%) hue-rotate(317deg) brightness(96%) contrast(87%);
}

.breadcrumbs .active {
    color: #c41230 !important;
    margin: 0;
}

.breadcrumbs .active:hover {
    color: #B32318;
}

.breadcrumbs.job {
    height: 49px;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumbs.job .breadcrumb {
    max-height: 49px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 228px;
}

.breadcrumbs.job .active {
    color: #404040 !important;
}

.breadcrumbs.job .active:hover {
    color: #B32318;
}

@media (max-width: 959px) {
    .widget__container {
        padding: 5px;
    }
    .widget__container.lk:last-child {
        margin-top: unset;
    }
    .breadcrumbs.job {
        display: block;
        margin: 0;
        height: unset;
        margin-top: 10px;
        padding-left: 0;
    }
}

@media (max-width: 959px) {
    .breadcrumbs {
        display: none;
    }
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 24px;
    height: 28px;
    color: #bfb6ad;
    border-radius: 20px;
    justify-content: center;
    margin-right: 2px;
}

.pagination__item:hover {
    background: #FFFFFF;
    color: #252525;
}

.pagination__item.active {
    color: #bfb6ad;
    background: #F9FAFB;
}

@media (max-width: 959px) {
    .pagination {
        display: none;
    }
}

.pagination__mob {
    display: none;
}

.pagination__mob p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
}

@media (max-width: 959px) {
    .pagination__mob {
        display: block;
    }
}

.accordion__item {
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    background: #e6e7e8;
    padding: 8px 40px 10px 16px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    transition: 1s all;
}

.accordion__item__description {
    height: 0;
    overflow: hidden;
    transition: 1s all;
}

.accordion__item__description p {
    font-size: 16px;
    line-height: 140%;
}

@media (max-width: 959px) {
    .accordion__item__description p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.accordion__item__title {
    margin: 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    color: #404040;
}

.accordion__item__title:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/AccordionArrow.svg") no-repeat 50%;
    position: absolute;
    right: 9px;
    top: 10px;
}

@media (max-width: 639px) {
    .accordion__item__title {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.accordion__item.active {
    background: white;
    border-bottom: 4px solid #c41230;
}

.accordion__item.active .accordion__item__title {
    color: #c41230;
    margin-bottom: 20px;
}

.accordion__item.active .accordion__item__title:before {
    transform: rotate(180deg);
}

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

.comments__title {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2B2B2C;
    margin-bottom: 53px;
}

.comments__title .counter {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #929292;
    margin: 0;
    margin-left: 25px;
}

@media (max-width: 959px) {
    .comments__title .counter {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-top: auto;
    }
}

@media (max-width: 959px) {
    .comments__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 32px;
    }
}

.comments__item {
    display: flex;
    padding-bottom: 40px;
}

.comments__item__img {
    width: 62px;
    height: 62px;
}

@media (max-width: 959px) {
    .comments__item__img {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
    }
}

.comments__item a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 62px;
    height: 62px;
}

@media (max-width: 959px) {
    .comments__item a img {
        width: 48px;
        height: 48px;
    }
}

.comments__item__info {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 33px;
}

.comments__item__info__header {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.comments__item__info__body {
    margin-bottom: 20px;
}

.comments__item__info__body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin: 0;
}

@media (max-width: 959px) {
    .comments__item__info__body p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.comments__item__info__footer {
    display: flex;
    align-items: center;
    height: 40px;
}

.comments__item__info__footer .btn {
    height: 36px;
    width: 167px;
    margin-right: 17px;
    padding: 8px 49px;
    border: 1px solid #c41230;
    background: #FFFFFF;
    color: #c41230;
}

@media (max-width: 959px) {
    .comments__item__info__footer .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}

.comments__item__info__footer .btn__panel.like {
    margin-right: 17px;
}

@media (max-width: 959px) {
    .comments__item__info__footer {
        flex-direction: column;
        height: auto;
    }
}

@media (max-width: 959px) {
    .comments__item__info__footer>div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
    }
}

@media (max-width: 959px) {
    .comments__item__info {
        margin: 0;
    }
}

.comments__item__fio {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

@media (max-width: 959px) {
    .comments__item__fio {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }
}

.comments__item__date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.006em;
    color: #C4C4C4;
    margin: 0;
    margin-left: 14px;
}

@media (max-width: 959px) {
    .comments__item__date {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
}

.comments__item.right {
    margin-left: 95px;
}

@media (max-width: 639px) {
    .comments__item.right {
        margin-left: 0;
    }
}

@media (max-width: 959px) {
    .comments__item {
        flex-direction: column;
    }
}

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

.chain__item {
    display: flex;
    max-width: 441px;
    height: 112px;
}

.chain__item.success .chain__item__img {
    background: url("../img/icon/Step indicator.svg") no-repeat 50%;
    filter: invert(46%) sepia(81%) saturate(4220%) hue-rotate(358deg) brightness(98%) contrast(109%);
}

.chain__item.current .chain__item__img {
    background: url("../img/icon/currentIndicator.svg") no-repeat 50%;
    filter: unset;
}

.chain__item.current .chain__item__img:after {
    filter: invert(100%) sepia(5%) saturate(982%) hue-rotate(305deg) brightness(115%) contrast(76%);
}

.chain__item__img {
    width: 24px;
    height: 24px;
    background: url("../img/icon/Circle.svg") no-repeat 50%;
    background-size: contain;
    filter: invert(100%) sepia(5%) saturate(982%) hue-rotate(305deg) brightness(115%) contrast(76%);
    position: relative;
}

.chain__item__img:after {
    content: "";
    width: 2px;
    height: 87px;
    display: block;
    background-color: black;
    position: absolute;
    left: 11.9px;
    top: 24px;
}

.chain__item__block {
    margin-left: 20px;
    width: 90%;
}

.chain__item__title {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    margin-bottom: 8px;
}

.chain__item__description {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.006em;
    color: #929292;
    margin: 0;
    width: 100%;
    height: 36px;
}

.chain__item.last .chain__item__img::after {
    display: none;
}

.block__content .content__box {
    width: 50%;
}

@media (max-width: 959px) {
    .block__content .content__box {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
}

.block__content.reve {
    flex-direction: row-reverse;
}

@media (max-width: 959px) {
    .block__content.reve.mob .block__content__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
}

@media (max-width: 959px) {
    .block__content.reve.mob .block__content__description {
        text-align: center;
    }
}

@media (max-width: 959px) {
    .block__content.reve {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 959px) {
    .block__content.row.mob {
        flex-direction: column-reverse;
    }
}

.block__content__title {
    font-style: normal;
    color: #404040;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 959px) {
    .block__content__title {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.block__content__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #404040;
}

.block__content__description.line {
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}

.block__content__description.line:after {
    position: absolute;
    content: "";
    width: 25.6%;
    height: 1px;
    border-bottom: 1px solid #E0E0E0;
    top: 125%;
    left: 36%;
}

@media (max-width: 959px) {
    .block__content__description.line:after {
        content: unset;
    }
}

@media (max-width: 959px) {
    .block__content__description.line {
        margin-bottom: 15px;
    }
}

@media (max-width: 959px) {
    .block__content__description {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.block__content__group__img {
    position: relative;
    width: 100%;
    height: 372px;
}

.block__content__group__img img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    border-radius: 2px;
}

.block__content__group__img.img_1 img {
    width: 100%;
    height: 372px;
}

@media (max-width: 959px) {
    .block__content__group__img.img_1 img {
        height: 262px;
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_1 img {
        height: 167px;
    }
}

.block__content__group__img.img_2 .content__img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 83%;
    height: 306px;
}

@media (max-width: 959px) {
    .block__content__group__img.img_2 .content__img:nth-child(1) {
        width: 100%;
        height: 282px;
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_2 .content__img:nth-child(1) {
        height: 200px;
    }
}

.block__content__group__img.img_2 .content__img:nth-child(2) {
    position: absolute;
    left: 140px;
    top: 180px;
    width: 70.2%;
    height: 205px;
}

@media (max-width: 959px) {
    .block__content__group__img.img_2 .content__img:nth-child(2) {
        height: 157px;
        width: 43.4%;
        left: 58px;
        transform: scaleX(-1);
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_2 .content__img:nth-child(2) {
        width: 85.5%;
        left: 22px;
    }
}

@media (max-width: 959px) {
    .block__content__group__img.img_2 {
        height: 282px;
        margin-bottom: 82px;
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_2 {
        height: 200px;
        margin-bottom: 167px;
    }
}

.block__content__group__img.img_3 .content__img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 301px;
}

@media (max-width: 959px) {
    .block__content__group__img.img_3 .content__img:nth-child(1) {
        height: 241px;
        width: 80%;
        transform: scaleX(-1);
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_3 .content__img:nth-child(1) {
        width: 68.7%;
        height: 164px;
    }
}

.block__content__group__img.img_3 .content__img:nth-child(2) {
    position: absolute;
    left: 113px;
    top: 195px;
    width: 70.9%;
    height: 208px;
}

@media (max-width: 959px) {
    .block__content__group__img.img_3 .content__img:nth-child(2) {
        height: 102px;
        width: 31.4%;
        left: 21.2%;
        transform: scaleX(-1);
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_3 .content__img:nth-child(2) {
        height: 90px;
        width: 55.8%;
        left: 28.2%;
        top: 104px;
    }
}

.block__content__group__img.img_3 .content__img:nth-child(3) {
    position: absolute;
    left: 223px;
    top: 58px;
    width: 54%;
    height: 195px;
}

@media (max-width: 959px) {
    .block__content__group__img.img_3 .content__img:nth-child(3) {
        height: 139px;
        width: 45.9%;
        left: 308px;
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_3 .content__img:nth-child(3) {
        left: 60%;
        width: 39.9%;
        height: 85px;
        top: 26px;
    }
}

@media (max-width: 959px) {
    .block__content__group__img.img_3 {
        height: 241px;
        margin-bottom: 64px;
    }
}

@media (max-width: 639px) {
    .block__content__group__img.img_3 {
        height: 164px;
        margin-bottom: 52px;
    }
}

@media (max-width: 959px) {
    .block__content__group__img {
        height: 262px;
    }
}

@media (max-width: 639px) {
    .block__content__group__img {
        height: 167px;
    }
}

.block__content__asides {
    margin-top: 36px;
}

@media (max-width: 959px) {
    .block__content__asides .link {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 959px) {
    .block__content__asides {
        margin-top: 28px;
    }
}

.block__content .content__aside {
    display: flex;
    justify-content: space-between;
    width: 97%;
}

.block__content .content__aside__img {
    width: 26px;
    height: 26px;
    background: #c41230;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block__content .content__aside__img img {
    width: 16px;
    height: 16px;
    filter: saturate(0) brightness(0) invert(1) contrast(3);
}

.block__content .content__aside__text {
    width: 90%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #929292;
    margin-bottom: 27px;
}

@media (max-width: 959px) {
    .block__content .content__aside__text {
        width: 93%;
    }
}

@media (max-width: 639px) {
    .block__content .content__aside__text {
        width: 87%;
    }
}

@media (max-width: 959px) {
    .block__content .content__aside {
        width: 100%;
    }
}

.document__item {
    display: flex;
    margin-bottom: 20px;
}

.document__item img {
    width: 30px;
    height: 40px;
}

.document__item__info {
    margin-left: 12px;
}

.document__item__tag {
    font-size: 14px;
    line-height: 140%;
    color: #929292;
    margin: 0;
    margin-bottom: 5px;
}

.document__item__title {
    font-size: 15px;
    line-height: 140%;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    overflow: hidden;
}

.document__item.black {
    margin-bottom: 27px;
}

.document__item.black .document__item__info {
    margin-left: 17px;
    width: 85%;
}

.document__item.black .document__item__tag {
    color: #404040;
    font-size: 16px;
}

.document__item.black .document__item__title {
    color: #929292;
    height: 60px;
    -webkit-line-clamp: 3;
}

.document__item img {
    width: 32px;
    height: 32px;
}

.document__item__bg__img {
    background: #FEE4E2;
    padding: 17px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.document__item__bg__img img {
    filter: invert(26%) sepia(100%) saturate(1671%) hue-rotate(322deg) brightness(86%) contrast(100%);
}

@media (max-width: 959px) {
    .document__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 959px) {
    .document__item {
        width: 100%;
    }
}

.block__info.column {
    display: flex;
    flex-direction: column;
    padding: 50px 104px;
    height: 452px;
    align-items: center;
}

.block__info.column .block__info__left {
    width: 50%;
    margin-bottom: 50px;
}

@media (max-width: 959px) {
    .block__info.column .block__info__left {
        width: 265px;
    }
}

.block__info.column .block__info__right {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 959px) {
    .block__info.column .block__info__right {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 639px) {
    .block__info.column .block__info__right {
        flex-direction: column !important;
    }
}

@media (max-width: 959px) {
    .block__info.column {
        height: 100% !important;
        padding: 32px;
    }
}

@media (max-width: 639px) {
    .block__info.column {
        padding: 32px 6px;
    }
}

.block__info.row .block__info__title {
    width: 100%;
}

.block__info__description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #929292;
    margin: 0;
}

@media (max-width: 959px) {
    .block__info__description {
        text-align: center;
    }
}

.block__info__title {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
}

.block__info__title.left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #252525;
}

@media (max-width: 959px) {
    .block__info__title.left {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 959px) {
    .block__info__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }
}

.block__info__col {
    width: 30%;
    margin-right: 3.3%;
    position: relative;
    z-index: 1;
}

.block__info__col.text-center .block__info__description {
    font-size: 14px;
}

.block__info__col.employees {
    width: 21.7%;
}

@media (max-width: 959px) {
    .block__info__col.employees {
        width: 47%;
        margin: 0 0 40px 0;
    }
}

@media (max-width: 639px) {
    .block__info__col.employees:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 959px) {
    .block__info__col {
        width: 265px;
        margin-right: 0;
        margin-bottom: 34px;
    }
}

.employees__item {
    margin-bottom: 30px;
    display: flex;
}

.employees__item img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.employees__item__info {
    margin-left: 25px;
}

.employees__item__info__fio {
    font-size: 16px;
    line-height: 140%;
    color: #404040;
    margin: 0;
    margin-bottom: 5px;
    max-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.employees__item__info__fio:hover {
    color: #c41230;
}

.employees__item__info__job {
    font-size: 16px;
    line-height: 140%;
    color: #929292;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    overflow: hidden;
}

.employees__item__info__date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.006em;
    color: #929292;
    margin: 0;
    max-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.employees__item__congratulate {
    display: flex;
    cursor: pointer;
}

.employees__item__congratulate img {
    width: 20px !important;
    height: 20px !important;
    filter: invert(41%) sepia(66%) saturate(5238%) hue-rotate(3deg) brightness(105%) contrast(102%);
}

.employees__item__congratulate p {
    font-size: 16px;
    line-height: 140%;
    color: #c41230;
    margin: 0;
    margin-left: 5px;
}

.employees__item.big {
    flex-direction: column;
    margin: 0;
}

.employees__item.big img {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
}

@media (max-width: 959px) {
    .employees__item.big img {
        width: 120px;
        height: 120px;
    }
}

.employees__item.big .employees__item__info {
    margin-left: 0;
}

@media (max-width: 959px) {
    .employees__item.big .employees__item__info__fio {
        text-align: center;
    }
}

@media (max-width: 959px) {
    .employees__item.big .employees__item__info__job {
        text-align: center;
    }
}

@media (max-width: 959px) {
    .employees__item.big {
        align-items: center;
    }
}

.box {
    margin-bottom: 70px;
}

@media (max-width: 959px) {
    .box {
        margin-bottom: 60px;
    }
}

.page__feedback {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-top: 61px;
    padding-bottom: 104px;
    height: 680px;
    margin-bottom: 70px;
    background: linear-gradient(119deg, #F9FAFB 83%, rgba(231, 236, 243, 0.58) 80%);
    position: relative;
    overflow: hidden;
}

.page__feedback fieldset.page__form__group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

@media (max-width: 959px) {
    .page__feedback fieldset.page__form__group:nth-last-child(2) .page__form__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 959px) {
    .page__feedback fieldset.page__form__group:nth-last-child(1) .page__form__item {
        flex-direction: column;
    }
}

@media (max-width: 959px) {
    .page__feedback fieldset.page__form__group {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
    }
}

.page__feedback::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 1221px;
    left: 80.6%;
    top: -228.9px;
    background: linear-gradient(155.3deg, #D9DDE2 26%, rgba(242, 244, 247, 0) 76.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}

@media (max-width: 959px) {
    .page__feedback::before {
        width: 100%;
        height: 700px;
        left: 96.6%;
        top: unset;
        bottom: -194px;
    }
}

@media (max-width: 959px) {
    .page__feedback .block__content__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width: 959px) {
    .page__feedback {
        height: 100%;
        padding: 24px 0;
        margin-bottom: 0;
        background: linear-gradient(119deg, #F9FAFB 95%, rgba(231, 236, 243, 0.58) 80%);
    }
}

p.form__item__title {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    margin-bottom: 5px;
}

.page__form__item {
    width: 100%;
    width: calc(50% - 30px);
}

.page__form__item input,
.page__form__item select {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    height: 44px;
    width: 100%;
    margin-right: 0;
    padding-left: 16px;
}

@media (max-width: 959px) {
    .page__form__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .tooltip__cust {
        width: unset !important;
    }
}

form.page__form {
    width: 64.9%;
}

@media (max-width: 959px) {
    form.page__form {
        width: 100%;
        position: relative;
        z-index: 1;
    }
}

textarea.form-control {
    height: 154px;
    border-radius: 2px;
    padding: 12px 14px;
}

a.btn.submit {
    width: 109px;
    height: 36px;
    background: #c41230;
    color: #FFFFFF;
    padding: 8px 14px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 959px) {
    a.btn.submit {
        width: 100%;
        margin-bottom: 17px;
    }
}

.widget__archive__news .filter-active {
    color: #c41230;
}

.upload__file {
    cursor: pointer;
    width: 206px;
    height: 41px;
    background: #FEF3F2;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #c41230;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #FEF3F2;
}

@media (max-width: 959px) {
    .upload__file {
        width: 100%;
        justify-content: center;
    }
}

label.upload__file::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/icon/Paperclip.svg") no-repeat 50%;
    filter: invert(26%) sepia(100%) saturate(1671%) hue-rotate(322deg) brightness(86%) contrast(100%);
    background-size: contain;
}

#upload-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    display: none;
}

.input-control {
    position: relative;
}

.input-control i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.input-control input {
    padding-left: 42px;
}

.input-control.email i:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 13px;
    display: block;
    background: url("../img/icon/mail-01.svg") no-repeat 50%;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(612%) hue-rotate(72deg) brightness(84%) contrast(87%);
}

.input-control.phone i:before {
    content: "";
    width: 20px;
    display: block;
    height: 20px;
    margin-left: 13px;
    background: url("../img/icon/phone.svg") no-repeat 50%;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(612%) hue-rotate(72deg) brightness(84%) contrast(87%);
}

.modal-dialog {
    max-width: 600px;
    margin-top: 2%;
}

.modal-content {
    border-radius: 2px;
}

.modal-header {
    border: unset;
    padding-bottom: 0;
    margin-bottom: 60px;
}

@media (max-width: 959px) {
    .modal-header {
        padding: 13px 15px 0 15px;
    }
}

@media (max-width: 639px) {
    .modal-header {
        padding: 12px 12px 0 12px;
    }
}

.modal-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 959px) {
    .modal-title {
        text-align: unset;
    }
}

@media (max-width: 639px) {
    .modal-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
}

.modal-body {
    border: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.modal-body .card__img {
    width: 80px !important;
    height: 80px !important;
}

.modal-body .card.employee {
    width: 70% !important;
    margin: 0;
}

.modal-body .card.employee .card__box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.modal-body .card.employee .card__box .card__fio {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 639px) {
    .modal-body .card.employee .card__box .card__fio {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
    }
}

/*.modal-body .card.employee .card__box .card__departament {*/
/*    color: #252525;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*}*/

/*@media (max-width: 639px) {*/
/*    .modal-body .card.employee .card__box .card__departament {*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*    }*/
/*}*/

.modal-body .card.employee .card__box .card__job {
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 639px) {
    .modal-body .card.employee .card__box .card__job {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .modal-body .card.employee {
        width: 100% !important;
    }
}

.modal-body .img {
    margin-bottom: 10px;
}

@media (max-width: 639px) {
    .modal-body .img {
        width: 263px;
        margin-bottom: 32px;
    }
}

.modal-body .page__form__item {
    width: 100%;
}

@media (max-width: 639px) {
    .modal-body {
        margin-bottom: 35px;
        padding: 6px;
    }
}

.modal-footer {
    border: unset;
    padding: 0 40px 30px 40px;
    justify-content: center;
}

@media (max-width: 959px) {
    .modal-footer {
        padding: 0 13px 15px 13px;
    }
}

@media (max-width: 639px) {
    .modal-footer {
        padding: 6px 6px 13px 6px;
    }
}

.modal .btn-close {
    background: url("../img/icon/x-close.svg") no-repeat 50%;
    width: 16px;
    height: 16px;
    padding: 0 8px;
    margin-bottom: 5px;
    filter: invert(22%) sepia(90%) saturate(6084%) hue-rotate(355deg) brightness(111%) contrast(86%);
}

.modal-comment__form {
    width: 100%;
}

.modal-comment__form__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    margin-bottom: 5px;
}

.modal-comment__form__textarea {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 14px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    resize: none;
    margin-bottom: 20px;
}

.modal-comment__form .btn {
    width: 30%;
    padding: 10px 18px;
    justify-content: space-between;
    background: #c41230;
}

.modal-comment__form .btn img {
    filter: invert(96%) sepia(4%) saturate(15%) hue-rotate(86deg) brightness(105%) contrast(103%);
}

@media (max-width: 959px) {
    .modal-comment__form .btn {
        width: 100%;
        justify-content: center !important;
    }
}

.modal .notification__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal .notification__form.disable__block {
    display: none;
}

.modal .notification__form .btn {
    width: 48%;
    padding: 10px 18px;
    justify-content: space-between;
    background: #c41230;
    color: #FFFFFF;
}

.modal .notification__form .btn:hover {
    color: #FFFFFF !important;
}

.modal .notification__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.modal .notification__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    width: 99%;
    text-align: center;
    margin-bottom: 15px;
}

.modal.media .modal-dialog {
    max-width: max-content;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.modal.media .modal-content {
    background: url(../img/Other/GalleryBg.svg) no-repeat 50%;
    background-size: cover;
    margin: 0 auto;
}


@media (max-width: 1440px) {
    .modal.media .modal-dialog {
        max-width: unset;
        width: 95%;
    }
}
.modal.media .modal-header {
    padding: 15px 0;
    margin: 0;
}
.modal.media .modal-header img {
    width: 100%;
}
.modal.media .modal-header>img {
    display: none;
}
.modal.media .modal-header>img.active {
    display: block;
}
.modal.media .modal-header .img {
    height: 635px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 959px) {
    .modal.media .modal-header .img {
        height: 350px;
    }
}
@media (max-width: 639px) {
    .modal.media .modal-header .img {
        height: 216px;
    }
}
.modal.media .modal-nav {
    position: absolute;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
@media (max-width: 1139px) {
    .modal.media .modal-nav img {
        width: 25px;
        height: 25px;
    }
}
.modal.media .modal-close {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 100px;
    position: absolute;
    top: 22px;
    right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 1139px) {
    .modal.media .modal-close {
        width: 25px;
        height: 25px;
    }
}
.modal.media .modal-close span {
    background: url("../img/icon/X.svg") 50% no-repeat;
    width: 80%;
    height: 80%;
    display: block;
}
.modal.media .modal-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 29px 65px;
}
.modal.media .modal-body .btn__panel.bg__img img {
    filter: unset;
}
@media (max-width: 1139px) {
    .modal.media .modal-body {
        padding: 20px;
        margin: 0;
    }
}
.modal.media .page__bar__block__btn {
    display: flex;
}
.modal.media .counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.modal.shop .modal-header {
    margin-bottom: 0;
}
@media (max-width: 639px) {
    .modal.shop .modal-header {
        margin-bottom: 12px;
    }
}
.modal.shop .modal-dialog {
    width: 511px;
}
@media (max-width: 639px) {
    .modal.shop .modal-dialog {
        max-width: unset;
        width: 95%;
    }
}
.modal.shop .modal-body {
    padding: 20px;
}
.modal.shop .modal-body .card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
@media (max-width: 639px) {
    .modal.shop .modal-body .card__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}
.modal.shop .modal-body .card__img {
    margin-bottom: 20px;
}
.modal.shop .modal-body .card__idea__money {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.modal.shop .modal-body .card__idea__money:after {
    width: 28px;
    height: 28px;
}
@media (max-width: 639px) {
    .modal.shop .modal-body .card__idea__money {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}
@media (max-width: 639px) {
    .modal.shop .modal-body {
        padding: 0;
    }
}
.modal.shop .modal-footer {
    padding: 0 20px 20px 20px;
}
.modal.shop .modal-footer .card__body__box {
    width: 100%;
}
.modal.shop .modal-footer .btn__panel.delivery .text {
    font-weight: 300;
    font-size: 16 tpx;
    line-height: 24px;
}
.modal.shop .modal-footer .btn__panel.delivery select {
    width: 35%;
    border: unset;
    padding-right: 10px;
}
@media (max-width: 639px) {
    .modal.shop .modal-footer .input-group {
        width: 110px;
    }
}
@media (max-width: 639px) {
    .modal.shop .modal-footer {
        padding: 0 10px 10px 10px;
    }
}
.modal.shop .card__img {
    background: #F2F4F7;
    width: 100% !important;
    height: 272px !important;
    margin-bottom: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}
.modal.shop .card__body__group__btn {
    margin-bottom: 15px;
    width: 100%;
}
.modal.shop .card__body__group__btn select {
    width: 100%;
    background: #F2F4F7;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
}
.modal.shop .card__body__group__btn .btn__panel {
    background: #F2F4F7;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
    margin: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal.shop .card__body__group__btn .btn__panel .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}
.modal.shop .btn.img {
    height: 48px;
    width: 100%;
    justify-content: center;
}
.modal.shop .btn.img img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(102%) contrast(101%);
}
.modal.common .modal-header {
    margin-bottom: 20px;
}
.modal.common .modal-footer {
    padding: 0 20px 20px 20px;
}
.modal.common .modal-comment__form {
    margin: 0;
}
.modal.common .modal-comment__form .btn.img {
    justify-content: center;
}
.modal.estimate .modal-body .card__img {
    margin-bottom: 50px;
    width: 100% !important;
    height: 272px !important;
    -o-object-fit: contain;
    object-fit: contain;
}
.modal.estimate .modal-body .card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}
.modal.estimate .btn.img {
    width: 100%;
    height: 48px;
    justify-content: center;
}
.modal.estimate .rating__stars .star {
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.modal-backdrop {
    width: 100%;
    height: 100%;
}
footer {
    background: #162f44;
}
.footer__content {
    display: flex;
    justify-content: space-between;
    margin: 41px 0 48px 0;
    flex-wrap: wrap;
    color: #FFFFFF;
}
.footer__content p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}
.footer__content a {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #bfb6ad;
}
.footer__content a:hover {
    color: #c41230;
}
.footer__content.left {
    width: 50%;
    flex-direction: column;
    margin: 0;
}
.footer__content.right {
    width: 50%;
    margin: 0;
}
.footer__content.right .footer__item {
    width: 100%;
}
.footer__content.tablet {
    display: none;
}
@media (max-width: 1240px) {
    .footer__content.desktop {
        display: none;
    }

    .footer__content.tablet {
        display: flex;
        margin: 39px;
    }



    .footer__content.right {
        width: 50%;
        margin: 0;
        display: flex;
        flex-direction: row;
    }



    .footer__content.right .footer__items .footer__item {
        margin: 0;
    }

    .footer__content.right .footer__items .footer__item p {
        margin-bottom: 5px;
    }

    .footer__content.right .footer__items .footer__feedback {
        text-align: unset;
        margin-bottom: 10px;
    }

    .footer__content.right .footer__items .footer__feedback p {
        margin-bottom: 5px;
    }
}
@media (max-width: 959px) {
    .footer__content.tablet {
        /*
        flex-direction: column;
        */
        margin: 32px;
    }

    .footer__content.left {
        margin-bottom: 42px;
    }

    .footer__content.right {}
}
@media (max-width: 639px) {
    .footer__content.tablet {
        display: flex;
        margin: 36px 10px;
    }

    .footer__content .footer__items {
        width: 100% !important;
    }

    .footer__content .footer__item {
        margin-bottom: 28px !important;
    }

    .footer__content .footer__content.left {
        margin-bottom: 0;
    }
}
.footer__items {
    display: grid;
    grid-template-columns: auto 260px 260px 260px 260px;
    gap: 40px;
}

.footer__feedback {
    text-align: end;
}
.footer__sliders {
    width: 100%;
    height: 224px;
}
.footer__sliders img {
    width: 100%;
    height: 280px;
}
@media (max-width: 1139px) {
    .footer__sliders {
        display: none !important;
    }
}
.footer__slider {
    width: 100%;
    height: 224px;
    position: relative;
}
.footer__slider__items {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 224px;
}
.footer__slider.first .footer__slider__item {
    position: absolute;
}
.footer__slider.first .footer__slider__item .board__new__img {
    transform: skewX(-20deg);
    margin-left: 3.5%;
    position: relative;
    overflow: hidden;
}
.footer__slider.first .footer__slider__item .board__new__img .card__img {
    position: absolute;
    width: 125%;
    height: 100%;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
    transform: skewX(20deg);
    margin-left: -36px;
}
.footer__slider.first .footer__slider__item:nth-child(1) {
    top: 52px;
    left: 7.1%;
}
.footer__slider.first .footer__slider__item:nth-child(1) .board__new__img {
    width: 247px;
    height: 105px;
}
@media (max-width: 1461px) {
    .footer__slider.first .footer__slider__item:nth-child(1) {
        top: 53px;
        left: 2.5%;
    }
}
@media (max-width: 1240px) {
    .footer__slider.first .footer__slider__item:nth-child(1) {
        left: 5.7%;
    }
}
.footer__slider.first .footer__slider__item:nth-child(2) {
    top: 13px;
    left: 21.7%;
}
.footer__slider.first .footer__slider__item:nth-child(2) .board__new__img {
    width: 493px;
    height: 233px;
}
@media (max-width: 1461px) {
    .footer__slider.first .footer__slider__item:nth-child(2) {
        left: 27.7%;
    }
}
@media (max-width: 1240px) {
    .footer__slider.first .footer__slider__item:nth-child(2) {
        left: 37.4%;
    }
}
.footer__slider.first .footer__slider__item:nth-child(3) {
    top: 111px;
    left: 57.7%;
}
.footer__slider.first .footer__slider__item:nth-child(3) .board__new__img {
    width: 240px;
    height: 95px;
}
@media (max-width: 1461px) {
    .footer__slider.first .footer__slider__item:nth-child(3) {
        top: 136px;
        left: 67.7%;
    }
}
@media (max-width: 1240px) {
    .footer__slider.first .footer__slider__item:nth-child(3) {
        display: none;
    }
}
.footer__slider.first .footer__slider__item:nth-child(4) {
    top: 29px;
    left: 77.5%;
}
.footer__slider.first .footer__slider__item:nth-child(4) .board__new__img {
    width: 269px;
    height: 95px;
}
@media (max-width: 1461px) {
    .footer__slider.first .footer__slider__item:nth-child(4) {
        display: none;
    }
}
.footer__slider.second .footer__slider__item {
    position: absolute;
}
.footer__slider.second .footer__slider__item .board__new__img {
    transform: skewX(-20deg);
    margin-left: 3.5%;
    position: relative;
    overflow: hidden;
}
.footer__slider.second .footer__slider__item .board__new__img .card__img {
    position: absolute;
    width: 130%;
    height: 100%;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
    transform: skewX(20deg);
    margin-left: -36px;
}
.footer__slider.second .footer__slider__item:nth-child(1) {
    top: 20px;
    left: 8.6%;
}
.footer__slider.second .footer__slider__item:nth-child(1) .board__new__img {
    width: 280px;
    height: 186px;
}
.footer__slider.second .footer__slider__item:nth-child(1):after {
    content: "";
    position: absolute;
    width: 114.8px;
    height: 83px;
    bottom: -40px;
    left: 8%;
    transform: skewX(-20deg);
    background: #c41230;
    z-index: 999;
}
@media (max-width: 1461px) {
    .footer__slider.second .footer__slider__item:nth-child(1):after {
        display: none;
    }
}
@media (max-width: 1461px) {
    .footer__slider.second .footer__slider__item:nth-child(1) {
        top: 24px;
        left: 7.8%;
    }
}
@media (max-width: 1240px) {
    .footer__slider.second .footer__slider__item:nth-child(1) {
        display: none;
    }
}
.footer__slider.second .footer__slider__item:nth-child(2) {
    top: 39px;
    left: 29.2%;
}
.footer__slider.second .footer__slider__item:nth-child(2) .board__new__img {
    width: 246px;
    height: 164px;
}
@media (max-width: 1461px) {
    .footer__slider.second .footer__slider__item:nth-child(2) {
        left: 34.9%;
    }
}
@media (max-width: 1240px) {
    .footer__slider.second .footer__slider__item:nth-child(2) {
        left: 16.2%;
    }
}
.footer__slider.second .footer__slider__item:nth-child(3) {
    top: 20px;
    left: 46.8%;
}
.footer__slider.second .footer__slider__item:nth-child(3) .board__new__img {
    width: 328px;
    height: 218px;
}
@media (max-width: 1461px) {
    .footer__slider.second .footer__slider__item:nth-child(3) {
        left: 58.1%;
    }
}
@media (max-width: 1240px) {
    .footer__slider.second .footer__slider__item:nth-child(3) {
        left: 45.6%;
    }
}
.footer__slider.second .footer__slider__item:nth-child(4) {
    top: 48px;
    left: 73.3%;
}
.footer__slider.second .footer__slider__item:nth-child(4) .board__new__img {
    width: 194px;
    height: 128px;
}
@media (max-width: 1461px) {
    .footer__slider.second .footer__slider__item:nth-child(4) {
        display: none;
    }
}
.footer__slider.second>img:nth-child(1) {
    display: block !important;
}
@media (max-width: 1461px) {
    .footer__slider.second>img:nth-child(1) {
        display: none !important;
    }
}
.footer__slider.second>img:nth-child(2) {
    display: none !important;
}
@media (max-width: 1461px) {
    .footer__slider.second>img:nth-child(2) {
        display: block !important;
    }
}
.container.desktop,
.container-lg.desktop,
.container-md.desktop,
.container-sm.desktop,
.container-xl.desktop {
    display: block;
}
.container.mob,
.container-lg.mob,
.container-md.mob,
.container-sm.mob,
.container-xl.mob {
    display: none;
    padding: 0;
}
@media (min-width: 1441px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1420px;
    }
}
@media (min-width: 1461px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}
@media (max-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1420px;
        margin: auto;
    }
}
@media (max-width: 1139px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1129px;
    }
}
@media (max-width: 959px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 930px;
    }

    .container.desktop,
    .container-lg.desktop,
    .container-md.desktop,
    .container-sm.desktop,
    .container-xl.desktop {
        display: none;
    }

    .container.mob,
    .container-lg.mob,
    .container-md.mob,
    .container-sm.mob,
    .container-xl.mob {
        display: block;
    }
}
@media (max-width: 649px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 620px;
        padding: 0;
    }
}
@media (max-width: 1440px) {
    .col-9 {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}
@media (max-width: 1240px) {
    .col-9 {
        width: 100%;
    }
}
@media (max-width: 649px) {
    .col-9 {
        width: calc(100% - 10px);
    }
}
@media (max-width: 1240px) {
    .col-3 {
        display: none;
    }
}
@media (max-width: 1440px) {
    .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*# sourceMappingURL=style.css.map */
.rating {
    position: relative;
    display: inline-block;
}
.rating-stars {
    font-size: 0;
}
.icon-star {
    width: 2rem;
    height: 2rem;
    stroke-width: 2px;
    stroke: #9b0e26;
    fill: none;
}
.icon-star-full {
    fill: #9b0e26;
}
.rating-labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rating-labels label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    text-indent: -999em;
}
.rating-labels input[type="radio"] {
    position: absolute;
    top: -999rem;
}
input:focus+label {
    outline: 1px dotted #666;
}
label[for="radio_1"] {
    z-index: 10;
}
label:hover~.rating-stars {
    opacity: 0.8;
}
label[for="radio_1"],
label[for="radio_1"]:hover~.rating-stars,
.radio-rating-1:checked~.rating-stars {
    width: 10%;
}
label[for="radio_2"] {
    z-index: 9;
}
label[for="radio_2"],
label[for="radio_2"]:hover~.rating-stars,
.radio-rating-2:checked~.rating-stars {
    width: 20%;
}
label[for="radio_3"] {
    z-index: 8;
}
label[for="radio_3"],
label[for="radio_3"]:hover~.rating-stars,
.radio-rating-3:checked~.rating-stars {
    width: 30%;
}
label[for="radio_4"] {
    width: 40%;
    z-index: 7;
}
label[for="radio_4"],
label[for="radio_4"]:hover~.rating-stars,
.radio-rating-4:checked~.rating-stars {
    width: 40%;
}
label[for="radio_5"] {
    z-index: 6;
}
label[for="radio_5"],
label[for="radio_5"]:hover~.rating-stars,
.radio-rating-5:checked~.rating-stars {
    width: 50%;
}
label[for="radio_6"] {
    z-index: 5;
}
label[for="radio_6"],
label[for="radio_6"]:hover~.rating-stars,
.radio-rating-6:checked~.rating-stars {
    width: 60%;
}
label[for="radio_7"] {
    z-index: 4;
}
label[for="radio_7"],
label[for="radio_7"]:hover~.rating-stars,
.radio-rating-7:checked~.rating-stars {
    width: 70%;
}
label[for="radio_8"] {
    z-index: 3;
}
label[for="radio_8"],
label[for="radio_8"]:hover~.rating-stars,
.radio-rating-8:checked~.rating-stars {
    width: 80%;
}
label[for="radio_9"] {
    z-index: 2;
}
label[for="radio_9"],
label[for="radio_9"]:hover~.rating-stars,
.radio-rating-9:checked~.rating-stars {
    width: 90%;
}
label[for="radio_10"] {
    z-index: 1;
}
label[for="radio_10"],
label[for="radio_10"]:hover~.rating-stars,
.radio-rating-10:checked~.rating-stars {
    width: 100%;
}
.rating-labels .rating-stars {
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}
input:not(:checked):focus~#helper-text {
    display: block;
}
.rating__block .icon.icon-star {
    width: 1rem;
    height: 1rem;
}
.rating__block .rating {
    margin-right: 8px;
}
.rating__block .rating label {
    pointer-events: none;
}
.tooltip__cust {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 15;
}
.tooltip__cust a {
    width: 100%;
    display: block;
    height: 100%;
}
.tooltip__cust img {
    width: 100%;
    height: 100%;
}
.tooltip__cust:hover .tooltip__info,
.tooltip__cust:hover .tooltip_arrow::before {
    visibility: visible;
    transition: opacity .15s linear;
}
.tooltip_arrow::before {
    visibility: hidden;
    position: absolute;
    content: "";
    left: 35%;
    top: 100%;
    border-color: transparent;
    border-style: solid;
    bottom: -1px;
    border-width: 0 calc(0.8rem * .5) 0.4rem;
    border-bottom-color: #000;
}
.tooltip__info {
    visibility: hidden;
    transform: 1s all;
    position: absolute;
    top: 120%;
    left: -50%;
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.375rem;
}
.modal.media .btn__panel.number {
    color: #000;
}
.board__achievements .owl-nav button[type="button"]:hover {
    background: unset;
}
.text.zam {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.text.zam span {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
@media (max-width: 639px) {
    .text.zam span {
        margin-left: 0;
    }
}
@media (max-width: 450px) {
    .text.zam {
        position: absolute;
        width: 100%;
        top: 112%;
        left: 0;
    }
}
.text.zam span a {
    color: #c41230 !important;
}
.text.zam::before {
    content: "";
    background: url('../img/icon/Lightning.svg') no-repeat;
    filter: invert(25%) sepia(96%) saturate(4286%) hue-rotate(350deg) brightness(88%) contrast(98%);
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
}
.card.employee.rating {
    display: flex;
}
.card.achievement .tooltip__cust {
    width: 100%;
    height: 100%;
}
.board__achievements .owl-stage-outer {
    overflow: unset;
}
.board__achievements .owl-stage-outer {
    overflow: unset;
}
.card.achievement .tooltip__info {
    top: -80%;
    left: -40%;
    max-height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.card.achievement .tooltip_arrow::before {
    transform: rotate(180deg);
    bottom: 122%;
    left: 40%;
}
.card.achievement.disabled img {
    filter: grayscale(100%);
}
.page__department__description p {
    font-weight: 300;
}
.tags.news .tag {
    border: unset;
    transform: unset;
    color: #bfb6ad;
    padding: 4px 5px;
}
#popUp .modal-body .img {
    width: 400px;
    height: 245px;
    margin-top: -6%;
}
.page__pagination {
    margin-top: 20px;
}
.btn__panel.like.active .btn__panel.bg__img img,
.btn__panel.heart.active .btn__panel.bg__img img,
.btn__panel.comment.active .btn__panel.bg__img img,
.btn__panel.basket.active .btn__panel.bg__img img,
.btn__panel.rating.active .btn__panel.bg__img img,
.btn__panel.favorites.active .btn__panel.bg__img img,
.btn__panel.view.active .btn__panel.bg__img img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%);
    width: 20px;
}
.cards__haff {
    display: flex;
    flex-wrap: wrap;
}
.card.haff {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 24px;
    height: auto;
    background: linear-gradient(120deg, #F9FAFB 80%, rgba(231, 236, 243, 0.58) 84%);
    border-radius: 1px;
}
.card.haff:nth-child(2n) {
    margin-right: 0;
}
.card.haff .card.employee {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
}

.card.haff .card__from {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.card.haff .card__info {
    height: 60px;
    overflow: hidden;
    transition: 1s all;
}
.card.haff .card__info p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.card.haff .card__footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.card.haff .show__more {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.card.haff .card.employee img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.show__more .show__more-link {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-right: 8px;
}
.show__more .show__more-icon {
    width: 20px;
    height: 20px;
}
.card.haff .card__item {
    display: flex;
    align-items: center;
}
.card__item .card__item-icon {
    width: 17px;
    height: 17px;
    margin-right: 8px;
}
.card__item .card__item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.show__more.active .show__more-icon {
    transform: rotate(0.5turn);
}
.card.haff .card__group {
    display: flex;
    padding-left: 4%;
}
.card.haff .card__group .card.employee {
    position: relative;
    width: 50px;
    margin: 0 0 0 -5%;
    border-radius: 50%;
    cursor: pointer;
    overflow: unset;
}
.card.haff .card__group .card.employee .card__box {
    display: none;
    margin: 0;
    position: absolute;
    top: -195px;
    left: -80%;
}
.card.haff .card__group .card.employee .card__box::before {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: calc(100% - 6px);
    width: 12px;
    height: 12px;
    transform: rotate(227deg);
    border: 1px solid;
    border-color: #ccc transparent transparent #ccc;
    background-color: white;
}
.card.haff .card__group .card.employee .card__box img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}
.card.haff .card__group .card.employee .card__box .card__fio {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}
.card.haff .card__group .card.employee:hover .card__box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px;
    z-index: 15;
}
.link.link__filter {
    margin-bottom: 10px;
}
.link.link__filter p {
    text-transform: unset;
}
.page__haf__nav {
    display: block;
    position: relative;
}
.page__haf__nav .filter__right {
    display: none;
}
.page__haf__nav .filter__header {
    width: auto;
    position: absolute;
    top: -74px;
    right: 0;
}
@media (max-width: 1240px) {
    .page__haf__nav {
        margin-bottom: 20px;
    }

    .page__haf__nav .filter__right {
        display: block;
    }

    .page__haf__nav .filter__header {
        position: unset;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 959px) {
    .page__haf__right {
        display: none;
    }

    .card.haff {
        width: 100% !important;
        margin-right: 0;
    }

    .card.haff .card.employee {
        width: 80% !important;
    }

    .card.haff .card__group .card.employee {
        width: auto !important;
    }
}
@media (max-width: 639px) {
    .card.haff .card__group .card.employee {
        margin: 0 0 0 -2%;
    }
}
.tags.news {
    flex-wrap: wrap;

}
@media (max-width: 959px) {
    .searchbox {
        width: 100%;
        margin-top: 10px;
        order: 2;
    }

    .header__mob__box .logo {
        order: 0;
    }

    .card__header__nav {
        margin-top: 23px;
    }

    .card.ribbon .card__header {
        margin-bottom: 5px;
    }

    .header__group_btn {
        order: 1;
    }

    .card.ribbon:nth-child(n+5) {
        display: none;
    }

    .cards__employee .card {
        max-height: 125px;
        height: unset !important;
    }



    .container__title {
        margin-bottom: 15px;
    }

    .mob__hidden {
        display: none !important;
    }

    .col-9 .container__block:last-child {
        margin-bottom: 0px;
    }

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

    a.logo {
        width: auto;
    }

    a.btn.submit {
        width: 100%;
        margin-bottom: 17px;
    }
}
.widget__title {
    margin-bottom: 10px;
}
.widget__links .link.red {
    margin-bottom: 2px;
}
.employees__item__subordinate {
    font-size: 20px;
    margin: 20px 0;
}
.employees__item__subordinate {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
    align-items: center;
    color: white;
    font-weight: 300;
}
.employees__item__subordinate:after {
    content: '';
    width: 24px;
    height: 17px;
    background: url('../img/icon/ArrowSquareOut.svg') no-repeat;
    background-size: contain;
    margin-left: 7px;
}
.card.employee .card__box>div {
    position: relative;
    z-index: 1;
}
.page__type__page>p {
    margin: 0 0 20px;
}
.nav .nav__link {
    text-transform: uppercase;
}
.widget__ribbon__block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.widget__ribbon__block .card.ribbon {
    width: 100%;
    background: unset;
}
.link__dropdown.active {
    transform: rotate(184deg);
}
.nav__link img {
    height: 18px;
    margin-left: 5px;
    transition: 1s all;
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(4822%) hue-rotate(341deg) brightness(82%) contrast(96%);
}
.nav__link img.active {
    transform: rotate(184deg);
}
.widget__links select,
.widget__links select option {
    background: linear-gradient(120deg, #F9FAFB 90%, rgba(231, 236, 243, 0.58) 80%);
}
.widget__links select option {
    background-color: #F9FAFB;
}
.page__type__page,
.page__type__page>p {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}
.page__type__page>p strong,
.page__type__page>p b {
    font-weight: bold;
}
.page__type__page>ul {
    margin-left: 20px;
}
.page__type__page>ul li,
.page__type__page td>ul li {
    font-weight: 300;
}
.description__block>p>img {
    margin: 5px 15px 6px 0;
}
.link.card.nav.type-1 {
    height: 645px;
    padding: 30px;
}
.link.card.nav.type-1::before {
    height: 706.81px;
    top: -300px;
    left: 55%;
}
.link.card.nav.type-1 p {
    font-size: 66px;
    max-height: unset;
    height: 140px;
    line-height: unset;
}
.link.card.nav.type-1 img {
    width: 128px;
    height: 128px;
}
.link.card.nav.type-2 {
    height: 645px;
    padding: 30px;
}
.link.card.nav.type-2::before {
    height: 706.81px;
    top: -300px;
    left: 55%;
}
.link.card.nav.type-2 p {
    font-size: 40px;
    max-height: unset;
    height: 80px;
    line-height: unset;
}
.link.card.nav.type-2 img {
    width: 100px;
    height: 100px;
}
/*.link.card.nav.type-3:nth-child(1) {*/
/*    height: 315px;*/
/*    padding: 30px;*/
/*    flex: unset;*/
/*    width: 100%;*/
/*}*/
/*.link.card.nav.type-3:nth-child(1) p {*/
/*    font-size: 35px;*/
/*    max-height: 70px;*/
/*    line-height: unset;*/
/*    height: 70px;*/
/*}*/
/*.link.card.nav.type-3:nth-child(1) img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/
/*.link.card.nav.type-3:nth-child(n+2) {*/
/*    height: 315px;*/
/*    padding: 30px;*/
/*}*/
/*.link.card.nav.type-3:nth-child(n+2) p {*/
/*    font-size: 30px;*/
/*    max-height: 60px;*/
/*    line-height: unset;*/
/*    height: 60px;*/
/*}*/
/*.link.card.nav.type-3:nth-child(n+2) img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/

.link.card.nav.type-3 p {
    font-size: 18px;


}
.link.card.nav.type-3 img {
    width: 32px;
    height: 32px;
}

.link.card.nav.type-3 {
    width: 260px;
    min-height: 115px;
    padding: 15px;
}
.link.card.nav.type-4 {
    height: 315px;
    padding: 30px;
    flex: 1 0 49%;
}
.link.card.nav.type-4::before {
    height: 706.81px;
    top: -300px;
    left: 55%;
}
.link.card.nav.type-4 p {
    font-size: 30px;
    max-height: 60px;
    line-height: unset;
    height: 60px;
}
.link.card.nav.type-4 img {
    width: 50px;
    height: 50px;
}
.page__navigation__items.l-1 .card.nav:nth-last-child(-n+1)::before {
    height: 706.81px;
    top: -390px;
    left: 60%;
}
.page__navigation__items.l-2 .card.nav:nth-last-child(-n+2)::before {
    height: 706.81px;
    top: -390px;
    left: 60%;
}
.page__navigation {
    /*min-height: 645px;*/
}
.page__navigation__items.r-2 .card.nav p {
    font-size: 25px;
    height: 60px;
}
.page__navigation__items.r-2 .card.nav img {
    width: 55px;
    height: 55px;
}
.page__navigation__items.r-3 .card.nav p {
    font-size: 20px;
}
.page__navigation__items.r-3 .card.nav img {
    width: 45px;
    height: 45px;
}
.page__navigation__items.r-4 .card.nav p {
    font-size: 17px;
}
.page__navigation__items.r-4 .card.nav img {
    width: 35px;
    height: 35px;
}
.page__type__page>table,
.description__block>table {
    width: 100%;
}
.page__type__page>table tr td,
.description__block>table tr td {
    padding: 14px 9px;
    border: 1px solid #E0E0E0;
}
.page__type__page>table tr td ol,
.page__type__page ol {
    list-style-type: decimal;
    padding-left: 30px;
}
.page__type__page>table tr td ul {
    list-style: disc;
    padding-left: 19px;
}
.page__type__page b {
    font-weight: bold;
}
.page__type__page i {
    font-style: italic;
}
.accordion__item__description .img-group {
    display: flex;
    justify-content: center;
}
.accordion__item__description .img-group img {
    margin: 5px 15px 6px 0;
}
.description__block ul {
    list-style: disc;
    padding-left: 19px;
}
.accordion__item__description strong {
    font-weight: bolder;
}

/*
.widget__container.lk:last-child {
    margin-top: 42px;
}*/
.tooltip__info {
    color: #fff !important;
}
.page__structure__header .card.employee.red .card__img {
    height: 127px;
}
.page__structure__header .card.employee.red {
    height: unset;
}
.page__type__page table tbody {
    border: 1px solid #E0E0E0;
}
.page__type__page>p>img,
.page__type__page>img {
    margin-right: 10px;
    margin-top: 5px;
}
.widget__common .filter {
    margin-bottom: 20px;
}
.filter .filter__title {
    color: #B32318;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.widget__common.ribbon__thanks .link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    margin-bottom: 10px;
}
/*.page__departament {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
/*.page__departament {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
/*.page__departament .page__departament__block:first-child {*/
/*    width: 28%;*/
/*}*/
/*!*.page__departament .page__departament__block:last-child {*!*/
/*!*    width: 70.8%;*!*/
/*!*}*!*/
/*.page__departament__nav {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 17px;*/
/*    align-items: center;*/
/*}*/
/*.page__departament__nav .btn {*/
/*    margin-right: auto;*/
/*    padding: 8px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    height: auto;*/
/*    width: auto;*/
/*}*/
/*.page__departament__nav .title {*/
/*    font-weight: bold;*/
/*}*/
/*.page__departament__block .folder__menu {*/
/*    border: unset;*/
/*    padding: 0;*/
/*}*/
/*.page__departament__block .link {*/
/*    justify-content: space-between;*/
/*    margin: 8px 0 0 0;*/
/*    !* background: url('../img/icon/depart__background__gray.svg') no-repeat;*/
/*    background-size: cover; *!*/

/*    background: #F9F9FB;*/
/*    min-height: 43px;*/
/*    padding: 8px;*/
/*    align-items: center;*/
/*    border-radius: 0px 4px 4px 0px;*/
/*    border-left: 2px solid #C0C5CD;*/
/*}*/
/*.page__departament__block .folder__menu>.two__tier__list>li .link {*/
/*    background: url('../img/icon/depart__background__gray.svg') no-repeat;*/
/*    background-size: cover;*/
/*}*/
/*.page__departament__block .folder__menu .two__tier__list>li {*/
/*    margin: 8px 0;*/
/*    background: #FAFAFA;*/
/*}*/
/*.page__departament__block .folder__menu .two__tier__list .link__title {*/
/*    font-size: 15px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: normal;*/
/*    width: 90%;*/
/*}*/
/*.page__departament__block .folder__menu .two__tier__list__col {*/
/*    margin-top: 0;*/
/*}*/
/*.page__departament__block .folder__menu .two__tier__list__col .link {*/
/*    background: #FAFAFA !important;*/
/*}*/
/*.page__departament__block .folder__menu .two__tier__list li.active>.link .link__img {*/
/*    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%);*/
/*}*/
/*.page__departament__block .link__img,*/
/*.page__departament__block .folder__menu .link__img {*/
/*    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%);*/
/*    margin-right: 0;*/
/*}*/
/*.page__departament__block .link:hover,*/
/*.page__departament__block .link:hover+.two__tier__list__col {*/
/*    border-color: #c41230 !important;*/
/*    position: relative;*/
/*}*/
/*.page__departament__block .two__tier__list>li:not(.active)>.link:hover:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 96px;*/
/*    height: 100%;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    background: linear-gradient(26deg, rgba(234, 237, 242, 0.09) 65.38%, #D8DDE3 95.52%);*/
/*}*/
/*.page__departament__block .link:hover .link__title {*/
/*    color: #c41230 !important;*/
/*}*/
/*.page__departament__block .link:hover .link__img {*/
/*    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%);*/
/*}*/
/*.page__departament__block .link__img,*/
/*.page__departament__block .folder__menu .link__img {*/
/*    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(103%);*/
/*    margin-right: 0;*/
/*}*/
/*.page__departament__block .folder__menu .two__tier__list__col {*/
/*    transition: 1s all, 0s border;*/
/*}*/
/*.page__departament__block .link.parent .link__img {*/
/*    transform: rotate(90deg);*/
/*}*/
/*.page__departament__block .link.header {*/
/*    background: url('../img/icon/depart__background__gray.svg') no-repeat;*/
/*    background-size: cover;*/
/*    border-radius: 4px 4px 0px 0px;*/
/*    border-left: 0;*/
/*    border-bottom: 2px solid #c41230;*/
/*}*/
/*.page__departament__block .link.header:hover {*/
/*    background: url('../img/icon/depart__background__red-2.svg') no-repeat;*/
/*    background-size: cover;*/
/*}*/
/*.page__departament__block .link.header:hover .link__title,*/
/*.page__departament__block .link.header:hover .link__title:hover {*/
/*    color: #fff !important;*/
/*}*/
/*.page__departament__block .link.header:hover .link__img {*/
/*    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(103%);*/
/*}*/
/*.page__departament__block .page__title {*/
/*    font-size: 25px;*/
/*    margin-bottom: 20px;*/
/*}*/
.depart__header {
    background: #FAFAFA;
    margin-bottom: 63px;
    border-radius: 5px;
    border: 2px solid #D9D9D9;
    position: relative;
    transition: 1s all;
    z-index: 9;
}
.depart__header .card {
    width: 100%;
    margin: 0;
    height: 140px;
    margin-bottom: 16px;
    flex-direction: row;
    background: #F3F4F8;
    overflow: hidden;
}
/*.page__departament__block>div.depart__header>div.card>img {*/
/*    padding-left: 16px;*/
/*}*/
.depart__header .card img {
    width: 161px;
    height: 140px;
    margin: 0;
    object-fit: contain;
    border-radius: 0;
}
.depart__header .card .card__box {
    margin-left: 20px;
    width: 46.5%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
.depart__header__block {
    display: flex;
    flex-wrap: wrap;
    margin-left: 161px;
    /*justify-content: space-evenly;*/
}
.depart__header__block .card.employee {
    width: 46%;
    background: unset;
    height: auto;
    overflow: unset;
}
.depart__body {
    display: flex;
    flex-wrap: wrap;
}
.depart__header .card__box .title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 24px 0 14px 0;
    border-bottom: 2px solid #C0C5CD;
    margin-bottom: 14px;
}
.depart__header .card__box .text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.depart__header .card__box .link {
    margin-top: auto;
    padding: 0;
    height: auto;
    min-height: unset;
    margin-bottom: 14px;
    border: unset;
    background: unset;
    color: #c41230;
    font-size: 14px;
}


/*.page__departament__block .card.employee {*/
/*    padding: 8px;*/
/*    border-radius: 0px 3px 3px 0px;*/
/*    border-left: 1px solid #B7B7B7;*/
/*}*/
/*.page__departament__block .card.employee:hover {*/
/*    border-color: #c41230 !important;*/
/*    border-width: 1px;*/
/*    background-color: #F3F4F8;*/
/*}*/
/*.page__departament__block .card.employee:hover .card__fio {*/
/*    color: #c41230;*/
/*}*/
/*.page__departament__block .card.employee .card__img__block a .card__img {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*}*/
/*.page__departament__block .card.employee .card__fio {*/
/*    color: #000;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*}*/
/*.page__departament__block .card.employee .card__job {*/
/*    color: #828896;*/
/*    font-family: segoeui;*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 130.9%;*/
/*}*/
/*.depart__body .card.depart:nth-child(3n) {*/
/*    margin-right: 0;*/
/*}*/
/*.page__departament__block .depart__body .card.employee:hover {*/
/*    background-color: #fff;*/
/*}*/
/*.depart__body .card.depart:hover .card__header .card__departament {*/
/*    color: #c41230 !important;*/
/*}*/
.depart__header:after {
    content: "";
    bottom: -35px;
    left: 33.5%;
    width: 1px;
    height: 35px;
    background-color: #C0C5CD;
    position: absolute;
}
.depart__header:before {
    content: "";
    bottom: -35px;
    left: 0;
    width: 67.2%;
    height: 1px;
    background-color: #C0C5CD;
    position: absolute;
}
.depart__body .card.depart:after {
    content: "";
    bottom: 0;
    left: -10px;
    width: 1px;
    height: 124%;
    background-color: #C0C5CD;
    position: absolute;
}
.depart__body .card.depart:before {
    content: "";
    top: 25%;
    left: -10px;
    width: 10px;
    height: 1px;
    background-color: #C0C5CD;
    position: absolute;
}
.depart__body .card.depart>.card__body::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: -1.3%;
    top: -56.8%;
    background: url('../img/icon/_Dot.svg') no-repeat;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(80%) sepia(3%) saturate(572%) hue-rotate(185deg) brightness(98%) contrast(93%);
}
.depart__body .card.depart:nth-last-child(-n+3):after {
    height: 40%;
    bottom: 75%;
}
.card.employee:hover .card__view__info {
    display: flex !important;
}
@media (max-width: 639px) {
    .card.employee:hover .card__view__info {
        display: none !important;
    }
}
.card__view__info {
    display: none;
    position: absolute;
    bottom: -96px;
    left: -10px;
    z-index: 10;
    overflow: hidden;
    width: 463px;
    height: 150px;
    border: 2px solid #c41230c9;
    border-radius: 2px;
    background: #fff;
    padding: 6px;
}
.card__view__info>.card__img {
    border-radius: 2.721px !important;
    /*background: linear-gradient(0deg, #C4C4C4 0%, #C4C4C4 100%), #FFF;*/

    width: 100px !important;
    height: 100% !important;
}
.card__view__info .card__box {
    margin-left: 11px !important;
    width: 75% !important;
}
.card__view__info .card__fio {
    color: #c41230 !important;
    font-size: 14px !important;
    margin-bottom: 5px;
}
.card__view__info .text__img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.card__view__info .card__box .card__img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
    border-radius: unset !important;
    filter: brightness(0) saturate(100%) invert(69%) sepia(9%) saturate(71%) hue-rotate(87deg) brightness(94%) contrast(85%);
}
.card__view__info .card__box .text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 160px;
}
/*.page__departament__block.subdivision .depart__header {*/
/*    margin-bottom: 16px;*/
/*}*/
/*.page__departament__block.subdivision .depart__header:before,*/
/*.page__departament__block.subdivision .depart__header:after {*/
/*    content: unset;*/
/*}*/
/*.page__departament__block.subdivision .depart__header .card {*/
/*    margin-bottom: 0;*/
/*}*/
.depart__header .card .card__header__nav {
    padding: 0;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
/*.page__departament__block.subdivision .depart__header .card__box {*/
/*    width: 78%;*/
/*}*/
.depart__header .card .card__header__nav .item {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width: auto;
    flex-direction: column;
}
.depart__header .card .card__header__nav .item .text {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #939598;
}
.depart__header .card .card__header__nav .item .text.black {
    color: #252525;
}
/*.page__departament__block.subdivision .depart__header .card__box .title {*/
/*    padding: 15px 0 3px 0;*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: normal;*/
/*    border: unset;*/
/*    margin: 0;*/
/*}*/
/*.page__departament__block.subdivision .depart__header .card__box .text {*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    margin-bottom: 10px;*/
/*    color: #939598;*/
/*}*/
/*.page__departament__block.subdivision .depart__header .card__box .link {*/
/*    font-size: 12px;*/
/*}*/

.depart__users {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    width: 100%;
}
.depart__users .card.employee {
    width: 49.5%;
    background: #F3F4F8;
    height: 80px;
    align-items: center;
    padding: 0;
    margin-bottom: 8px;
    margin-right: 1%;
    overflow: unset;
}
/*.page__departament__block.subdivision .depart__body {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    width: 91.6%;*/
/*    margin-left: auto;*/
/*}*/

.depart__users .card.employee .card__box {
    /*
    width: 57%;
    */

    width: 75%;
}
.depart__users .card.employee .card__img__block a .card__img {
    width: 80px !important;
    height: 80px !important;
}
.depart__users .card.employee:nth-child(2n) {
    margin-right: 0;
}
.depart__users .card.employee:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.depart__users .card__view__info {
    bottom: -60px;
    left: -1px;
    z-index: 10;
}
.depart__header__block .card__view__info {
    bottom: -55px;
    left: -9px;
    z-index: 10;
}
.depart__subdivisions {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.depart__subdivisions .card.depart {
    width: auto;
    margin: 0;
    height: 105px;
    border-radius: 5px;
    border: 2px solid #D8DDE3;
    margin-bottom: 16px;
}
.depart__subdivisions .card.depart .card__body {
    flex-wrap: wrap;
    padding: 8px 16px;
    height: auto;
}
/*.depart__subdivisions .card.depart .card__body a .card__departament {*/
/*    margin-bottom: 9px;*/
/*    font-size: 18px;*/
/*    line-height: normal;*/
/*    cursor: pointer;*/
/*    -webkit-line-clamp: 1;*/
/*}*/
.depart__body .depart__subdivisions .card.depart>.card__body::after {
    content: unset;
}
.depart__body .depart__subdivisions .card.depart:before {
    width: 5%;
    left: -5%;
    height: 2px;
}
.depart__body .depart__subdivisions .card.depart::after {
    width: 2px;
    left: -5%;
    height: 120%;
}
/*.page__departament__block.page>.card {*/
/*    flex-wrap: wrap;*/
/*    flex-direction: row;*/
/*    width: 100%;*/
/*    justify-content: space-between;*/
/*    margin-right: 0;*/
/*    margin-bottom: 17px;*/
/*}*/
/*.page__departament__block.page>.card .card__img {*/
/*    width: 32.7%;*/
/*    height: 266px;*/
/*    margin-bottom: 0;*/
/*}*/
/*.page__departament__block.page .card .card__box {*/
/*    width: 61%;*/
/*    margin-bottom: 0;*/
/*}*/
/*.page__departament__block.page>.card .card__text {*/
/*    color: #000;*/
/*    font-size: 28.333px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: normal;*/
/*    width: max-content;*/
/*    padding-bottom: 15px;*/
/*    border-bottom: 3px solid #000;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.page__departament__block.page>.card .card__fio {*/
/*    color: #000;*/
/*    font-size: 28.333px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: normal;*/
/*}*/
/*.page__departament__block.page .depart__header__block {*/
/*    margin: 0;*/
/*    justify-content: left;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.page__departament__block.page .depart__header__block .card.employee {*/
/*    margin-bottom: 8px;*/
/*    width: 40%;*/
/*}*/
/*.page__departament__block.page .depart__header__block .card.employee a .card__img {*/
/*    width: 40px !important;*/
/*    height: 40px !important;*/
/*}*/
/*.page__departament__block.page .page__description b {*/
/*    color: #000;*/
/*    font-size: 20px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    display: block;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.page__departament__block.page .page__description p b {*/
/*    display: unset;*/
/*    margin: 0;*/
/*}*/
/*.page__departament__block.page .page__description p {*/
/*    color: #000;*/
/*    font-size: 20px;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    line-height: normal;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.page__departament__block.page .page__description a {*/
/*    border-bottom: 2px solid #000;*/
/*}*/
/*.page__departament__block.page .page__description a:hover {*/
/*    border-color: #c41230;*/
/*    color: #c41230 !important;*/
/*}*/
/*.page__departament__block.subdivision .depart__header .card__box .item .text {*/
/*    margin-bottom: 5px;*/
/*}*/
/*.page__departament__block.subdivision .depart__header .card__box a .title:hover {*/
/*    color: #c41230;*/
/*}*/
/*.page__departament__block .departament {*/
/*    display: none;*/
/*    margin-bottom: 10px;*/
/*}*/
/*@media (max-width: 1240px) {*/
/*    .page__departament {*/
/*        justify-content: unset;*/
/*        flex-direction: column;*/
/*    }*/

/*    .page__departament .page__departament__block:first-child {*/
/*        display: none;*/
/*    }*/

/*    !*.page__departament .page__departament__block:last-child {*!*/
/*    !*    width: 100%;*!*/
/*    !*}*!*/

/*    .page__departament__block .departament {*/
/*        display: block;*/
/*    }*/
/*}*/
@media (max-width: 959px) {
    /*.page__departament__block .card {*/
    /*    width: 100% !important;*/
    /*}*/

    /*.page__departament__block .depart__header__block {*/
    /*    width: 100%;*/
    /*    margin: 0;*/
    /*}*/

    /*.page__departament__block .depart__header:before,*/
    /*.page__departament__block .depart__header:after,*/
    /*.depart__body .card.depart:before,*/
    /*.depart__body .card.depart:after,*/
    /*.depart__body .card.depart>.card__body::after {*/
    /*    content: unset;*/
    /*}*/

    /*.page__departament__block .depart__header {*/
    /*    margin-bottom: 20px;*/
    /*}*/

    /*.page__departament__block .depart__body .card.depart {*/
    /*    margin-left: 0;*/
    /*    margin-right: 0;*/
    /*}*/

    /*.page__departament__block.subdivision .depart__body {*/
    /*    width: 100%;*/
    /*}*/

    .card.employee:hover .card__view__info {
        display: none !important;
    }

    .depart__users .card.employee {
        margin-right: 0;
    }

    /*.depart__subdivisions .card.depart,*/
    /*.page__departament__block.subdivision .depart__header .card {*/
    /*    width: 100% !important;*/
    /*}*/

    .depart__body .depart__subdivisions .card.depart:before,
    .depart__body .depart__subdivisions .card.depart::after {
        content: unset;
    }

    .depart__header .card .card__header__nav {
        margin-top: 0;
        flex-direction: column;
    }

    .depart__header .card .card__header__nav .item {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    .depart__header .card {
        height: 100%;
    }

    /*.page__departament__block.subdivision .depart__header .card__box .item .text:first-child {*/
    /*    margin-right: 10px;*/
    /*    width: 60px;*/
    /*}*/

    /*.page__departament__block.subdivision .depart__header .card__box .title {*/
    /*    padding-top: 5px;*/
    /*}*/

    /*.depart__header .card img {*/
    /*    height: auto;*/
    /*}*/

    /*.page__departament__block.page .card {*/
    /*    width: 100% !important;*/
    /*}*/

    /*.page__departament__block.page>.card .card__text {*/
    /*    width: 100%;*/
    /*}*/
}
/*@media (max-width: 650px) {*/
/*    .page__departament__block.page>.card .card__text {*/
/*        border-bottom: 2px solid #000;*/
/*    }*/

/*    .page__departament__block.page>.card .card__text,*/
/*    .page__departament__block.page>.card .card__fio {*/
/*        font-size: 20px;*/
/*    }*/

/*    .page__departament__block.page>.card .card__img {*/
/*        height: 150px;*/
/*    }*/
/*}*/
@media (max-width: 450px) {
    /*.page__departament__block.subdivision .depart__header .card {*/
    /*    flex-direction: column;*/
    /*}*/

    .depart__header .card img {
        width: 60%;
        align-self: center;
    }

    /*.page__departament__block.page .card {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.page__departament__block.page>.card .card__img {*/
    /*    width: 60%;*/
    /*    height: auto;*/
    /*    align-self: center;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    /*.page__departament__block.page .card .card__box {*/
    /*    width: 100%;*/
    /*}*/

    /*.page__departament__block.page>.card .card__text {*/
    /*    padding-bottom: 5px;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    /*.page__departament__block.page .page__description p,*/
    /*.page__departament__block.page .page__description b {*/
    /*    font-size: 18px;*/
    /*}*/

    /*.page__departament__block .depart__header>.card {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.page__departament__block .depart__header>.card .card__box {*/
    /*    width: 100%;*/
    /*    margin-left: 5px;*/
    /*}*/

    /*.page__departament__block .depart__header .card__box .title {*/
    /*    margin-bottom: 5px;*/
    /*    padding-bottom: 5px;*/
    /*    padding-top: 10px;*/
    /*}*/
}
/*.page__departament__block .card.employee .card__departament {*/
/*    color: #828896;*/
/*    margin-bottom: 10px;*/
/*    font-size: 12px;*/
/*    line-height: 15px;*/
/*    max-height: 35px;*/
/*}*/
.card__view__info .text__img.email {
    flex-wrap: nowrap;
}
.text__img.email .text {
    width: auto;
    max-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tooltip__cust.disabled:hover .tooltip__info,
.tooltip__cust.disabled:hover .tooltip_arrow::before {
    visibility: hidden;
}
.copy-icon, .edit-icon {
    width: 15px !important;
    height: 15px !important;
    margin-left: auto !important;
    margin-right: 5px !important;
    cursor: pointer;
}
.depart__header:hover {
    border-color: #c41230;
}
.depart__header:hover .card:before {
    background: linear-gradient(155.3deg, #c41230 20.1%, rgba(242, 244, 247, 0) 65.17%);
}
.depart__body .card.depart:hover {
    border-color: #c41230c9;
}
.depart__body .card.depart>.card__header:hover {
    border-bottom: 2px solid #c41230;
}
.depart__body .card.depart>.card__header:hover:before {
    background: linear-gradient(155.3deg, #c41230 20.1%, rgba(242, 244, 247, 0) 65.17%);
}
/*.depart__body .card.depart>.card__header .card__departament {*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #252525;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*    max-height: 48px;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*}*/
.depart__body .card.depart {
    border-radius: 5px;
    border: 2px solid #F9F9FB;
    background: #F3F4F8;
    height: 140px;
    width: 32%;
    margin-right: 0.6%;
    margin-left: 0.9%;
    margin-bottom: 16px;
    transition: 1s all;
}
.depart__body .card.depart .card__body {
    margin: 0;
    position: relative;
    overflow: unset;
    background: unset;
    padding: 8px 12px 8px 20px;
    height: 80px;
}
.depart__body .card.depart>.card__header:hover:before {
    background: linear-gradient(155.3deg, #c41230 20.1%, rgba(242, 244, 247, 0) 65.17%);
}
.depart__body .card.depart>.card__header:before {
    content: "";
    position: absolute;
    width: 34%;
    height: 235.81px;
    left: 71%;
    top: -69px;
    background: linear-gradient(200deg, rgba(192, 199, 210, 0.3098039216) 40%, rgba(242, 244, 247, 0) 72%);
    transform: rotate(29.14deg);
    z-index: 1;
}
.depart__body .card.depart>.card__header {
    height: 88px;
    padding: 20px 32px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(126deg, #F3F4F8 82%, rgba(231, 236, 243, 0.58) 82%);
    display: flex;
    align-items: center;
    border-bottom: 2px solid #F3F4F8;
}
.copy-icon {
    width: 15px !important;
    height: 15px !important;
    margin-left: auto !important;
    margin-right: 5px !important;
    cursor: pointer;
}
.card__view__info .card__box .card__img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
    border-radius: unset !important;
    filter: brightness(0) saturate(100%) invert(69%) sepia(9%) saturate(71%) hue-rotate(87deg) brightness(94%) contrast(85%);
}
/*.page__departament__block .card.employee .card__departament {*/
/*    color: #828896;*/
/*    margin-bottom: 10px;*/
/*    font-size: 12px;*/
/*    line-height: 15px;*/
/*    max-height: 35px;*/
/*}*/
.card__view__info .card__box .card__img1 {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
    border-radius: unset !important;
    filter: brightness(0) saturate(100%) invert(69%) sepia(9%) saturate(71%) hue-rotate(87deg) brightness(94%) contrast(85%);
}
.card.employee:hover .card__view__info {
    display: flex !important;
}
.depart__subdivisions .card.depart {
    width: auto;
    margin: 0;
    height: 105px;
    border-radius: 5px;
    border: 2px solid #D8DDE3;
    margin-bottom: 16px;
}
.depart__users .card.employee .card__box {
    width: 75%;
}
.card__view__info>.card__img {
    border-radius: 2.721px !important;
    width: 100px !important;
    height: 100% !important;
}
.card__messenger {
    display: flex;
    margin-bottom: 13px;
    background: linear-gradient(119deg, #F9FAFB 82%, rgba(231, 236, 243, 0.58) 80%);
    position: relative;
    overflow: hidden;
    padding: 10px;
    height: auto;
}
.card__messenger:before {
    content: "";
    position: absolute;
    width: 46%;
    height: 355.01px;
    left: 69%;
    top: -130px;
    background: linear-gradient(155.3deg, #D9DDE2 20.1%, rgba(242, 244, 247, 0) 67.17%);
    transform: rotate(29.14deg);
    z-index: 1;
}
.card__messenger__block {
    margin-left: 2.8%;
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.card__messenger__block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #404040;
    margin-bottom: 5px;
}
.card__messenger__header {
    display: flex;
}
.card__messenger__header .text {
    margin-left: 10px;
}
.card__messenger__header .text:hover {
    color: #B32318;
}

/*.card__messenger__body p {
/*    font-weight: 300;*/

/*    font-size: 14px;*/

/*    line-height: 20px;*/

/*    color: #252525;*/

/*    margin-bottom: 5px;*/

/*    max-height: 40px;*/

/*    display: -webkit-box;*/

/*    -webkit-line-clamp: 2;*/

/*    -webkit-box-orient: vertical;*/

/*    text-overflow: ellipsis;*/

/*    overflow: hidden;*/

/*}*/
.card__messenger__footer {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 639px) {
    .card__messenger {
        height: auto;
    }
}
.widget__messenger {
    position: relative;
}
.widget__messenger .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 35px;
    padding: 5px;
}
.widget__messenger .widget__title {
    margin-bottom: 20px;
}
.card__messenger.new .card__messenger__header .title {
    font-weight: bold;
    color: #000;
}
.card__messenger.new:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    background: url('../img/icon/_Dot.svg') no-repeat;
    width: 16px;
    height: 16px;
    z-index: 3;
    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%);
}
.card__messenger .card__messenger__footer .text {
    font-size: 12px;
    text-align: right;
}
.widget__messenger .widget__title:hover {
    color: #000;
}
.page__messenger {
    display: flex;
    height: 600px;
    margin-bottom: 40px;
    background: linear-gradient(120deg, #F9FAFB 90%, rgba(231, 236, 243, 0.58) 80%);
    overflow: hidden;
    position: relative;
}
.page__messenger .page__messenger__block {
    transition: 1s all;
}
.page__messenger .page__messenger__block:first-child {
    width: 25%;
    padding: 15px;
}
.page__messenger .page__messenger__block:last-child {
    width: 75%;
    padding: 15px 15px 15px 0;
}
/*.page__messenger .card__fio,*/
/*.page__messenger .card__departament {*/
/*    font-size: 12px;*/
/*}*/
.page__messenger .card__messenger {
    cursor: pointer;
    width: 99%;
}
.page__messenger__nav .searchbox__input {
    width: 70%;
    padding-right: 12px;
}
.page__messenger__nav .searchbox__input input {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}
.page__messenger__block:first-child .page__messenger__nav {
    display: flex;
    margin-bottom: 13px;
    height: 46px;
    align-items: center;
}
.page__messenger__block:first-child .page__messenger__nav .btn {
    width: auto;
}
.page__messenger__block .page__messenger__nav .btn:hover {
    color: #fff !important;
}
.page__messenger .messenger__items {
    overflow-y: scroll;
    direction: ltr;
    height: 500px;
}
.page__messenger .messenger__items::-webkit-scrollbar {
    width: 5px;
    margin-left: 5px;
}
.page__messenger .messenger__items::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
}
.page__messenger .messenger__items::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #cb241f;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.page__messenger .page__messenger__block:last-child .page__messenger__nav {
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    height: 46px;
    justify-content: space-between;
    align-items: center;
}
.page__messenger__nav .card.employee {
    margin-bottom: 0;
    width: 70%;
    background: transparent;
}

.page__messenger__nav .card.employee img {
    width: 40px;
    height: 40px;
}
.page__messenger .page__messenger__block:last-child .page__messenger__nav .btn {
    width: auto;
    margin-right: 20px;
}
.page__messenger__block .page__messenger__body {
    height: 500px;
    background: #F9FAFB;
    direction: ltr;
    overflow-y: scroll;
}
.page__messenger__block .page__messenger__footer {
    height: 55px;
    background: #F9FAFB;
    display: flex;
    align-items: center;
}
.page__messenger__block .page__messenger__footer input {
    border: unset;
    width: 95%;
    margin-right: 5px;
    height: 40px;
    font-size: 15px;
    background: #F9FAFB;
}
.page__messenger__block .page__messenger__footer .btn.img {
    background: unset;
    filter: invert(18%) sepia(80%) saturate(5419%) hue-rotate(343deg) brightness(78%) contrast(120%) !important;
    width: 50px;
    padding: 5px;
    border: unset;
}
.page__messenger__block .page__messenger__footer .btn.img:hover,
.page__messenger__block .page__messenger__footer .btn.img:active {
    border: unset;
    box-shadow: unset;
}
.page__messenger__block .page__messenger__body::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
}
.page__messenger__block .page__messenger__body::-webkit-scrollbar {
    width: 5px;
    margin-left: 5px;
}
.page__messenger__block .page__messenger__body::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
}
.page__messenger__body .message {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.message__item {
    width: auto;
    max-width: 40%;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
.message__item .message__body,
.message__item .message__footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.message__item .message__body .text {
    font-size: 14px;
}
.message__item .message__footer .text {
    font-size: 12px;
    margin-left: auto;
}
.message__day {
    text-align: center;
    color: #bfb6ad;
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: 2px solid #bfb6ad;
    margin-bottom: 5px;
}
.page__messenger__block .page__messenger__body.min {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.message__item.sender {
    margin-left: 5px;
}
.message__item.recipient {
    margin-right: 5px;
    margin-left: auto;
}
.page__messenger__body .title {
    font-size: 15px;
    margin: 5px 0 15px 0;
}
.page__messenger__body .text p {
    margin-bottom: 10px;
}
.page__messenger__nav .text {
    font-size: 15px;
}
.page__messenger__nav .show__menu {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.page__messenger .page__messenger__block.active:first-child {
    width: 97vw;
    display: block;
}
.page__messenger .page__messenger__block.hidden {
    width: 0;
    margin: 0;
}
@media (max-width: 959px) {
    .page__messenger {
        margin: 0 15px;
        margin-bottom: 15px;
    }

    .page__messenger__block:first-child .page__messenger__nav {
        justify-content: space-between;
    }

    .page__messenger .page__messenger__block:first-child {
        width: 0;
        overflow: hidden;
        padding: 0;
    }

    .page__messenger .page__messenger__block.active:first-child {
        padding: 15px;
    }

    .page__messenger .page__messenger__block:first-child .page__messenger__nav .show__menu {
        margin-left: 10px;
    }

    .page__messenger .page__messenger__block:last-child {
        width: 100%;
        padding: 0;
        margin: 15px;
    }

    .page__messenger__nav .card.employee {
        width: 70% !important;
    }

    .page__messenger__nav .show__menu {
        display: block;
    }

    .page__messenger .page__messenger__block:last-child .page__messenger__nav {
        justify-content: unset;
    }

    .page__messenger .page__messenger__block:last-child .page__messenger__nav .text {
        margin-left: auto;
    }

    .page__messenger .page__messenger__block:last-child .page__messenger__nav .card.employee {
        margin-left: 15px;
    }

    .page__messenger__body .title {
        margin-top: 25px;
    }
}
@media (max-width: 450px) {
    .page__messenger .page__messenger__block:last-child .page__messenger__nav {
        height: unset;
    }

    .page__messenger .page__messenger__block:last-child .page__messenger__nav .text {
        margin-top: 10px;
        width: 100%;
    }
}
.card__messenger__body {
    margin-bottom: 5px;
    max-height: 40px;
    overflow: hidden;
}
.card__messenger__body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    max-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card__messenger.active {
    border: 1px solid #c41230;
}
.widget__container.lk.mes {
    background: linear-gradient(120deg, #F9FAFB 90%, rgb(251 251 251 / 58%) 80%);
}
.img.new_employ {
    width: 270px !important;
}
.toast {
    z-index: 1050;
    /* Bootstrap's modal z-index is 1050 */
}
.card.new .card__img__container.active .card__img {
    transform: scale(0.9);
}
/*.page__departament__block>div.depart__header>.depart__header__block .card.employee:not(:last-child) {*/
/*    margin-right: 8px*/
/*}*/
.text-red {
    color: #c41230 !important;
}
.text-grey {
    color: #756f6a !important;
}
.text-email {
    text-decoration: underline;
}
.employee__block {
    display: flex;
    justify-content: space-between;
}
.employee__header {
    width: 32%;
}
.employee__body {
    width: 67%;
}
.employee__header .card.employee {
    border-radius: 10px;
    border: unset;
    background: unset;
    background-color: #F3F4F8;
    flex-direction: column;
    padding: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.employee__header .card.employee .card__img {
    width: 100% !important;
    height: 300px !important;
    margin-bottom: 8px;
    border-radius: 10px;
}
.employee__header .card.employee .card__box {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}
.employee__header .card.employee .card__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 0.6px solid #828896;
    margin-bottom: 13px;
}
.inline-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}
.employee__header .card.employee .card__header .inline-block {
    padding: 8px 7px 8px 8px;
    border-radius: 5px;
    border: 0.5px solid #828896;
}
.employee__header .card.employee .card__header .inline-block .text {
    font-size: 18px;
}
.employee__header .card.employee .card__header .inline-block .text:first-child {
    margin-right: 10%
}
.employee__header .card.employee .card__body .inline-block>div {
    display: flex;
    width: 75%;
    justify-content: space-between;
}
.employee__header .card.employee .card__header>a {
    padding: 2px 15px 4px 14px;
    border-radius: 5px;
    border: 0.5px solid #828896;
    margin-left: 8px;
}
.employee__header .card.employee .card__header>a img {
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(753%) hue-rotate(30deg) brightness(90%) contrast(91%);
}
.employee__header .card.employee .card__body .inline-block:not(:last-child) {
    margin-bottom: 8px;
}
.employee__header .card.employee .card__body .text {
    font-size: 18px;
}
.employee__header .card.employee .card__body .inline-block>div {
    display: flex;
    width: 75%;
    justify-content: space-between;
}
 .employee__header .widget__block {
    display: flex;
    flex-direction: column;
    background: #F3F4F8;
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 10px;
}
.widget__nav {
    display: flex;
}
.employee__header .widget__nav .text:first-child {
    margin-right: 11px;
}
.employee__header .widget__nav .text:nth-child(2) {
    border-radius: 10px;
    padding: 0px 8px 0px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c41230;
    font-size: 17px;
    color: #fff;
}
.widget__nav>img {
    margin-left: auto;
    cursor: pointer;
}
.widget__nav>img.active {
    transform: rotate(180deg);
}
.widget__nav>img {
    margin-left: auto;
}
.widget__nav.active>img {
    transform: rotate(180deg);
}
.widget__nav.active {
    padding-bottom: 16px;
    border-bottom: 0.6px solid #828896;
}
.widget__block .widget__body {
    height: 0;
    overflow: hidden;
}
.widget__block.active .widget__body {
    height: 100%;
}
.widget__block .widget__body .link {
    color: #828896;
    font-size: 16px;
    background: transparent;
}
.widget__block .link-add {
    background: transparent;
    border: unset;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    color: #c41230;
    padding: 0;
    min-height: auto;
}
.employee__body .employee__block {
    flex-direction: column;
    background-color: #F3F4F8;
    border-radius: 10px;
}
.employee__body .employee__block:first-child {
    padding: 24px;
    margin-bottom: 10px;
}
.employee__body .employee__block:nth-child(2) {
    padding: 16px 24px;
}
.employee__block .employee__box:first-child .inline-block:first-child>.text:first-child {
    font-size: 22px;
    font-weight: 600;
}
.employee__block .employee__box:first-child .inline-block:first-child a img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(58%) saturate(7%) hue-rotate(358deg) brightness(101%) contrast(100%);
}
.employee__body .inline-block {
    margin-bottom: 17px;
}
.employee__body .employee__box {
    padding-bottom: 16px;
    border-bottom: 0.6px solid #828896;
    margin-bottom: 13px;
}
.employee__body .employee__box .inline-block:last-child {
    margin-bottom: 0;
}
.inline {
    display: flex;
}
.employee__body .switch {
    margin-left: 8px;
}
.employee__body .switch .slider {
    background: #D8DDE3;
}
.employee__body .employee__box .inline-block:first-child .text:first-child {
    font-size: 20px;
    font-weight: 600;
}
.employee__body .employee__box:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
}
.employee__body .employee__box:nth-child(3) .block {
    width: 50%;
    position: relative;
}
.employee__body .employee__box:nth-child(3) .block:nth-child(2n) {
    margin: 0 0 2% 0;
}
.employee__body .employee__box:nth-child(3) .block:last-child {
    width: 100%;
    margin: 0;
}
.employee__body .employee__box:nth-child(3) .block .copy-icon {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.employee__body .employee__box:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
}
.employee__body .employee__box:nth-child(4) .block {
    width: 50%;
}
.employee__body .employee__box:nth-child(4) .block:nth-child(2n) {
    margin: 0 0 4% 0;
}
.employee__body .employee__box:nth-child(4) .block:last-child {
    width: 100%;
    margin: 0;
}
.employee__body .employee__box:nth-child(4) .block:last-child .link {
    color: #c41230;
    background: transparent;
    border: unset;
    padding: 0;
    margin-top: 8px;
    min-height: auto;
    font-size: 18px;
}
.employee__body .employee__box:last-child {
    border: unset;
    margin: unset;
    padding: unset;
}
.employee__body .employee__box .block-img {
    display: flex;
}
.employee__body .employee__box .block-img img {
    width: 40.026px;
    height: 48.603px;
    border-radius: 3.89px;
    margin-right: 5px;
}
.employee__body .employee__box .link__img {
    filter: unset;
    display: flex;
    justify-content: space-between;
    width: max-content;
}
.employee__body .employee__box .link__img img {
    transform: rotate(270deg);
    filter: brightness(0) saturate(100%) invert(52%) sepia(83%) saturate(5773%) hue-rotate(342deg) brightness(89%) contrast(110%);
}
.employee__body .employee__block:nth-child(2) .inline-block {
    margin-bottom: 8px;
}
.employee__body .employee__block:nth-child(2) .inline-block .text {
    font-size: 18px;
    font-weight: 700;
}
.employee__body .employee__block:nth-child(2) .inline-block .link {
    background: transparent;
    border: unset;
    color: #c41230;
    font-size: 18px;
    font-weight: 500;
    padding: unset;
    min-height: unset;
}
.employee__body .employee__block:nth-child(2) .board__achievements {
    overflow: hidden;
}
.employee__body .employee__block:nth-child(2) .card.achievement {
    background: transparent;
}
.employee__body .employee__block:nth-child(2) .card.achievement .tooltip__cust {
    margin-bottom: 0px;
}
.employee__body .employee__block:nth-child(2) .card.achievement .card__img {
    width: 56px;
    height: 56px;
}
.employee__body .employee__block:nth-child(2)>.text {
    text-align: center;
}
.employee__header .card.employee .card__body .inline-block .text {
    color: #000;
}
.employee__block .text.online {
    color: #828896;
}
.employee__header .btn__info {
    margin-left: auto;
    margin-right: 5px;
}
.btn-red {
    border-radius: 5px;
    border: 0.5px solid #828896;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    background: #c41230;
    height: 38px;
    width: 100%;
}
.btn-red:hover {
    color: #FFF !important;
}
.employee__body .copy-icon {
    margin-left: unset !important;
}
.employee__body .employee__box:nth-child(2) .inline-block>* {
    width: 50%;
}
.employee__box-card .block:first-child {
    order: 0;
}
.employee__box-card .block:nth-child(2) {
    order: 2;
}
.employee__box-card .block:nth-child(3) {
    order: 1;
}
.employee__box-card .block:nth-child(4) {
    order: 4;
}
.employee__body .employee__box:nth-child(2) .inline-block .copy-icon,.employee__body .employee__box:nth-child(2) .inline-block .edit-icon{
    position: absolute;
    right: 0;
    bottom: 5px;
}
@media (max-width: 959px) {
    .employee__header .card.employee .card__header>a {
        margin: 5px 0 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .employee__header .card.employee .card__img {
        height: 100% !important;
    }

    .btn-red {
        font-size: 15px;
    }

    .employee__header .card.employee .card__header {
        flex-wrap: wrap;
    }
}
@media (max-width: 649px) {
    .employee__block {
        flex-direction: column;
    }

    .employee__header,
    .employee__body {
        width: 100%;
    }

    .employee__body {
        margin-top: 10px;
    }

    .employee__header .card.employee {
        align-items: center;
    }

    .employee__header .card.employee .card__img {
        width: 300px !important;
    }

    .employee__body .inline-block {
        flex-direction: column;
    }

    .employee__body .inline-block>*:not(:last-child) {
        margin-bottom: 5px;
    }

    .employee__block .employee__box:first-child .inline-block:first-child a {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width: 450px) {
    .employee__body .employee__box:nth-child(2) .inline-block>* {
        width: 95%;
    }

    .employee__body .employee__box:nth-child(4) .block {
        width: 100%;
    }

    .employee__body .employee__box:nth-child(3) .block {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*new*/
.link__block {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.link__block .link {
    width: 80%;
    flex-shrink: 0;
    height: auto;
    margin-top: 0;
    border-radius: 0;
    border-right: 2px solid #C0C5CD;
    margin-right: 5px;
}
.link__block img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.employee__header .card.employee
{
    overflow: unset;
}
.employee__header .tooltip__info
{
    left: -4% !important;
}
.employee__body .link
 {      justify-content: space-between;
         margin: 0;
    padding: 0;
         background: unset;
         min-height: unset;
         align-items: center;
         border-radius: unset;
         border-left: unset;
     }

.box-prew{
    padding: 0px;
}
.modal-body .container {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
max-height: 515px !important;
}

.mt-4 {
    width: 100%;
    display: flex;
justify-content: space-between;
}

.mainPageDocs{
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mainPageDocsItem{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.dateBR{
    width: 150px;
}

.profileTextarea{
    width: 350px;
    border: 0px;

}

.card.board__new .board__new__img {

     margin-left: 0px !important;
}

.card__footer .card__footer__box{
display: flex;
    flex-wrap: wrap;
}

.newsMainBtn {
    width: 100%;
    color: white;
}

.newsMainBtn:hover {
color: white!important;
}

form.vote-form{
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.card.employee:before{
    content: none;
}

.card.employee.birthday{
    height: auto;
    padding: 0px;
    margin-bottom: 10px;
}

.vote-item-vote{
    margin-top: 10px;
}
/*Текстовый редактор====================================================================================================*/

.employer-text.text>h2{
    font-size: 30px;
    margin-bottom: 30px;
}
.employer-text.text>h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.employer-text.text>h1{
    font-size: 40px;
    margin-bottom: 20px;
}
.employer-text.text>p{

    margin-bottom: 10px;
}
.employer-text.text>ol, ul{
    list-style: auto;
    margin-bottom: 20px;
}


.employer-text.text li{
    margin-bottom: 10px;
}

.employer-text.text a{
    color: #c41230;
    text-decoration: underline;
}

.employer-text.text a:hover{
    color: black;
}

.employer-text.text b{
    font-weight: bold;
}

.employer-text.text i{
    font-style: italic;
}

.employer-text.text ul{
    padding-left: 20px;
}

.employer-text.text ol{
    padding-left: 20px;
}

.container .row .col-3{
    padding-bottom: 80px;
}
@media (max-width: 500px) {
.footer__content.tablet{
    flex-direction: column;
}
    .footer__feedback{

        text-align: center;
    }
    .footer__content.right {
        width: 100%;
        justify-content: center;
    }
}

.live-search-dep-block{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.live-search-dep-hdr{
    font-weight: bold;
    margin-bottom: 5px;
}

.live-search-dep-block .live-search__item{
    padding-left: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
}

.live-search__item .live-search__item-pos{
    color: #939598;
}

.logo__img.auth {
    width: auto;
}
.search_result{
    position: absolute;
    margin-top: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 18px 0;
    border: 0;
    box-shadow: 0 6px 21px 0 rgba(83,92,105,0.15);
    width: 350px;
    z-index: 25;
}


.live-search {
    display: flex;
    padding-left: 10px;;
    flex-direction: column;
    max-height: 320px;
    overflow-y: scroll;
}
.live-search a
{
    padding:  5px 0;
}
.live-search::-webkit-scrollbar {
    width: 0px;               /* ширина scrollbar */

}
.live-search::-webkit-scrollbar {
    width: 6px;               /* ширина scrollbar */

}
.live-search::-webkit-scrollbar-track {
    background: transparent;        /* цвет дорожки */

}
.live-search::-webkit-scrollbar-thumb {
    background-color: #ededed;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
}
.lvs-img-block{
height: 100%;
    width: auto;
    position: relative;
    width: 40px;
    display: flex;
    justify-content: center;
     }
.lvs-img-block img{
    width: auto;
    height: 40px;
}
.lvs-text-block{
display: flex;
    flex-direction: column;
}
.footer_item_head{
    font-weight: bold !important;
    font-size: 20px!important;
    margin-bottom: 10px;

}

.footer_item_link{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer__item{
    width: 100%;
    overflow: hidden;
}
.footer__content a{
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer_item_link.icon{
    width: 40px;
}
.footer_item_link.icon img{
    width: 100%;
}

.footer__item.icon{
    display: flex;
    flex-wrap: wrap;
}

.footer__item.icon .footer_item_head{
    width: 100%;
}

@media (max-width: 1240px) {
    .footer__items {
        grid-template-columns: auto;
        gap: 20px;
        width: 100%;
    }
}
.defText
{
    white-space: pre-wrap;
}
.employer-text ul>li,.page__type__page ul>li
{
    list-style:disc;
}
.mews-cut-off img{
    width: 100% !important;
    object-fit: contain;
}












.widget__block .anniversaryCol .card{
    display: flex;
    height: 125px;
}
.widget__block .anniversaryCol .card.employee.little a{
    height: 100%;
}
.widget__block .anniversaryCol .card.employee.little a .card__img{
    height: inherit;
    max-height: 70px;
}
.widget__block .anniversaryCol .card.employee.little .card__box{
    width: -webkit-fill-available;
}





.widget__block .cards__employee.indexEmployeeCol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 590px;
}

.widget__block .cards__employee.indexEmployeeCol.treeRows{
    justify-content: flex-start;
    gap: 30px;
}

.widget__block .cards__employee.indexEmployeeCol .card.employee{
    margin-bottom: 0px;
}

@media (max-width: 959px) {
    .widget__block .cards__employee.indexEmployeeCol{
        gap: 10px !important;
        height: auto;
    }
}

.popUpError{
    margin-top: 20px;
    color: red;
}

/* ПОПАП ПОЗДРАВЛЕНИЯ С ДНЕМ РОЖДЕНИЯ */

#popUpBirth .popUpBirthGrid{
    display: grid;
    grid-template-columns: auto 1fr;
}
#popUpBirth .modal-dialog{
    max-width: 1000px;
}

.popUpBirthLeft{
    padding: 16px;
    display: grid;
    grid-template-columns: 40px 300px 40px;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.birthCardsSliderBtn{
    cursor: pointer;
}
.birthCardsSlider{
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.birthCardsSlider img{
    height: 400px;
    object-fit: contain;
}

.birthCardsSliderNav{
    display: none;
    gap: 5px;
    grid-column: 3 span;
    justify-content: center;
}

.navItemBrthSlider{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b8b8b8;
    cursor: pointer;
}
.navItemBrthSlider.active{
    background-color: #c41230;
}
.footer__item.icon .footer_item_links {
     display: flex;
     gap: 5px;
 }

.page__navigation__items.indexLinksGrid{
    display: grid;
    gap: 10px;
}
.page__navigation__items.indexLinksGrid .link.card.nav.type-3{
    width: 100%;
    margin: 0;
}
.footer__item.icon .footer_item_links {
    display: flex;
    gap: 5px;
}
.container{
    padding: 0px;
}