.max-width {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
}
.no-scroll {
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_alg-ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_alg-str {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_drt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex_js-bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@-webkit-keyframes showing-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes showing-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes showing-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showing-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes menuup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes menudown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes menudown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.clearfix::after,
.clearfix::before {
  content: '';
  display: block;
  clear: both;
}
.qw {
  font-family: vtb-font-gen;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: red;
  border-radius: 20px;
  color: white;
  line-height: 1;
  margin: 20px;
  border: none;
}
.qw-n {
  font-family: vtb-font;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header.mobile-search-active {
    height: 160px;
    position: relative;
  }
  .header.mobile-search-active .header__content {
    height: 160px;
  }
  .header.mobile-search-active .header__search-filter {
    text-align: left;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.mobile-search-active .header__search-filter label {
    margin: 0;
    margin-bottom: 20px;
  }
  .header.mobile-search-active .header__search-filter label:last-child {
    margin-bottom: 0;
  }
  .header.mobile-search-active .input_top-search {
    background: #fff;
    border-bottom: 1px solid #b1b6bf;
    border-radius: 0;
    padding: 0;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
  }
  .header.mobile-search-active .search-btn {
    position: absolute;
    top: 4px;
  }
  .header.mobile-search-active .search-btn i {
    color: #3d658f !important;
    top: -2px;
    font-size: 27px;
  }
  .header.mobile-search-active .search-btn .label {
    display: none;
  }
  .header.mobile-search-active .top-menu__mobile-btn {
    position: absolute;
    top: 28px;
    right: 15px;
  }
  .header__logo {
    min-width: 130px !important;
  }
  .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__search {
    min-width: 70px;
  }
  .header__search-field {
    text-align: right;
  }
  .header__search-field input {
    display: none;
  }
  .header__search-field .label {
    display: inline-block;
    color: #414141;
    font-family: 'Roboto';
  }
  .header__search-field i {
    font-size: 18px;
    position: relative;
    right: auto;
    top: 2px;
    color: #3d658f;
    left: 0;
  }
  .header__search-filter {
    display: none;
  }
  .header__login {
    padding-left: 20px;
  }
  .footer {
    height: 170px;
    margin: 0 auto;
  }
  .footer__content {
    height: 170px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
  }
  .footer__linkblock a {
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  .content {
    padding: 0 0 20px 0;
  }
  .content__center_background {
    margin: 0 20px 20px 20px;
  }
  .menu {
    height: calc(100% - 80px);
  }
  .menu__content {
    padding: 0 20px;
  }
  .menu__list {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
    padding: 40px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu__list-toplvl {
    max-width: calc(100% - 40px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .menu__sub {
    margin: 0;
    padding: 40px 0;
    width: 100%;
  }
  .menu__sub-content {
    display: block;
    padding: 0;
    margin: 0;
  }
  .menu__sub-coll {
    min-width: 100%;
    padding-right: 0;
  }
  .menu__sub-item:last-child {
    margin-bottom: 20px;
  }
  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  .menu__item > i {
    display: block;
  }
  .menu__item.active .mdi-chevron-right.hide {
    display: none;
  }
  .menu__bullets {
    display: none;
  }
  __label-back {
    line-height: 76px;
    min-width: 130px !important;
  }
  .right-block {
    margin-bottom: 10px;
    border-top: 0;
  }
  .right-block__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .right-block__block-img {
    background-size: 110% !important;
    padding-bottom: 45%;
    width: 100%;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
  .right-block__block-img:hover {
    background-size: 110% !important;
  }
  .right-block__img-title {
    text-align: center;
    padding: 18px 20px;
    position: relative;
    right: auto;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    border-top: 0;
  }
  .right-block__img-text {
    display: block;
    color: #b1b6bf;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
  }
  .right-block_staff .right-block__list {
    -webkit-columns: 1;
            columns: 1;
  }
  .right-block_img {
    position: relative;
    display: block;
    border-top: 3px solid #002882;
  }
  .home-slider {
    height: 250px;
  }
  .home-slider__item {
    height: 250px;
  }
  .home-slider__img {
    height: calc(100% - 140px);
  }
  .home-slider__text {
    height: 140px;
  }
  .home-slider__text-wrap {
    max-width: 100%;
    margin-bottom: 30px;
    height: 78px;
  }
  .home-slider .slick-dots {
    position: relative;
    bottom: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .home-news {
    margin-bottom: 10px;
  }
  .home-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-news__list_page-news .home-news__item-info,
  .home-news__list_page-news .home-news__item-text {
    padding: 0 20px;
  }
  .home-news__item {
    width: 100%;
    margin-right: 0;
  }
  .home-news__item-img:hover {
    background-size: 110% auto !important;
  }
  .home-bottom-btn {
    margin-bottom: 10px;
  }
  .home-bottom-btn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-bottom-btn__item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .home-bottom-btn__item:last-child {
    margin: 0;
  }
  .home-bottom-btn__item:nth-child(2) {
    width: 100%;
  }
  .page-filter__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-filter__row .btn {
    display: none;
  }
  .page-filter__row.mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-filter__row.mobile-btn .btn {
    display: block;
    margin-right: 10px;
  }
  .page-filter__row.mobile-btn .btn:last-child {
    margin-right: 0;
  }
  .page-filter__row .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .page-filter__row .item.date-range {
    max-width: none;
  }
  .page-filter__row .input {
    margin-right: 0;
    width: 100%;
  }
  .page-filter__row .btn__clear {
    margin-top: 0;
  }
  .page-filter__date-range {
    max-width: none;
  }
  .page-filter__date-range .input {
    background: url("../img/SVG/calendar-ico.svg") no-repeat;
    background-position: bottom 0px right 5px;
    background-size: 18px 30px;
  }
  .page-filter_birthday {
    background: url('../img/bg-search-mob.jpg') no-repeat;
    background-size: auto;
    background-position: left top;
  }
  .page-filter .input_birthday-filter {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    max-width: none !important;
  }
  .breadcrumbs {
    display: none;
  }
  .tabs__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
  .tabs__list.hide {
    display: none;
  }
  .tabs__list-btn {
    background: #fff;
    color: #545454;
    font-family: 'Roboto';
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    min-width: 140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
  }
  .tabs__list-btn.active {
    background: #3d658f;
    color: #fff;
    cursor: default;
    font-weight: 300;
  }
  .news__text {
    margin-bottom: 30px;
  }
  .news__recommend .title {
    margin-bottom: 20px;
  }
  .news__recommend + .news__author {
    margin-top: 40px;
  }
  .news__author span,
  .news__status span,
  .news__link span {
    display: block;
  }
  .news__author span:last-child,
  .news__status span:last-child,
  .news__link span:last-child {
    margin-top: 5px;
  }
  .news__link {
    margin-top: 40px;
  }
  .comments__add-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comments__add-block .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .comments__add-block .btn-block .btn__clear {
    margin-right: 20px;
  }
  .comments__add-block_admin .btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .comments__add-block_admin .btn-block button {
    margin-left: 0;
  }
  .comments__add-block_admin .btn-block button:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .comments .item_has-answer .item:before {
    width: calc(100% - 60px);
  }
  .comments .item .user-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
  .comments .item .user-data .name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding-right: 10px;
  }
  .comments .item .user-data .date {
    font-size: 14px;
    white-space: nowrap;
    margin-left: auto;
  }
  .comments__content {
    padding-left: 60px;
  }
  .comments__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comments__content .text {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .departament__content-image {
    float: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 20px 0;
    padding-bottom: 60%;
  }
  .departament__subcontent {
    display: block;
  }
  .departament__subcontent .right-block {
    margin-bottom: 0;
    width: 100%;
  }
  .departament__subcontent .right-block_blue {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .departament__block-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .departament__block-btn-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .departament__block-btn-item:last-child {
    margin-bottom: 0;
  }
  .departament__responsive {
    display: block;
  }
  .departament__responsive-user {
    width: 100%;
    margin-bottom: 15px;
  }
  .departament__responsive-phone {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 75px;
  }
  .departament__responsive-phone:before {
    content: none;
  }
  .departament__responsive-phone > span {
    font-weight: normal;
    font-size: 14px;
  }
  .departament__responsive-phone > span:first-child {
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .departament__responsive-email {
    width: 100%;
    padding-left: 75px;
    font-weight: 100;
  }
  .departament__responsive-email:before {
    content: none;
  }
  .birthday__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .birthday__list-item-user {
    border-right: 0;
    border-bottom: 1px solid #e6ecf2;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding-bottom: 10px;
  }
  .birthday__list-item-user-name {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding-right: 0;
  }
  .birthday__list-item-location,
  .birthday__list-item-date,
  .birthday__list-item-btn {
    border-right: 0;
    border-bottom: 1px solid #e6ecf2;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding: 10px 0;
  }
  .birthday__list-item-btn {
    padding: 10px 0 0 0;
    border-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .birthday__list-item-btn > .btn {
    margin-bottom: 0;
  }
  .birthday__list-item-btn-remind-coworker {
    margin-bottom: 5px;
  }
  .birthday__list-item-btn-remind-me {
    margin-bottom: 10px;
  }
  .popup {
    position: fixed;
    padding: 20px;
    top: calc(50vh - 216px);
    left: 20px;
    right: 20px;
    background-color: #fff;
    width: auto;
  }
  .popup__close {
    top: 3px;
    right: 3px;
    font-size: 16px;
  }
  .lk__info-pic {
    width: 120px;
    height: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    margin-right: 20px;
  }
  .lk__info-data {
    width: calc(100% - 120px - 20px);
  }
  .lk__info-data-name {
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .lk__info-data-phone {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-top: 30px;
  }
  .lk__info-data-phone > span {
    display: block;
    margin-top: 5px;
    padding-left: 22px;
  }
  .lk__info-data-email {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .lk__services-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk__services-header-title {
    margin-bottom: 20px;
  }
  .lk__services-header-links {
    text-align: left;
    margin-bottom: 30px;
  }
  .lk__services-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk__services-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .lk__services-list-item:last-child {
    margin-bottom: 20px;
  }
  .lk__services-list_vtb24 .lk__services-list-item {
    margin-bottom: 10px;
  }
  .lk__services-list_vtb24 .lk__services-list-item:last-child {
    margin-bottom: 0;
  }
  .page-filter__search .page-filter__row.mobile-btn {
    margin-top: 20px;
  }
  .page-filter__search .page-filter__row.mobile-btn .btn__clear {
    line-height: normal;
  }
  .privilege__content_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .privilege__content_row-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .privilege__content_row-sub-cell {
    width: 100%;
    padding: 0;
  }
  .privilege__content_row-sub-cell-icon {
    width: 180px;
    height: 145px;
    background-repeat: no-repeat;
    background-size: 180px 145px;
  }
  .sales {
    margin-bottom: 10px;
  }
  .sales__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sales__item {
    width: 100%;
    margin-right: 0;
  }
  .sales__item-text {
    padding: 0 20px;
  }
  .sales__item-img:hover {
    background-size: 110% auto !important;
  }
  .sales__responsive {
    display: block;
  }
  .sales__responsive-user {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sales__responsive-user-block {
    padding-right: 0;
  }
  .sales__responsive-contacts {
    width: 100%;
    padding-left: 75px;
    padding-right: 0;
  }
  .sales__responsive-contacts-phone,
  .sales__responsive-contacts-email {
    width: 100%;
    margin-bottom: 15px;
  }
  .sales__responsive-contacts-phone:before,
  .sales__responsive-contacts-email:before {
    content: none;
  }
  .sales__responsive-contacts-phone > span,
  .sales__responsive-contacts-email > span {
    font-weight: normal;
    font-size: 14px;
  }
  .sales__responsive-contacts-phone > span:first-child,
  .sales__responsive-contacts-email > span:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .sales__responsive-desc {
    width: 100%;
    padding-left: 75px;
    font-weight: 100;
  }
  .polls > tbody > tr {
    display: block;
  }
  .polls > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .polls > tbody > tr > td:first-child {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .polls > tbody > tr > td:last-child {
    padding-left: 0px;
  }
  input[type='text'],
  input[type='number'],
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  .header.mobile-search-active .top-menu__mobile-btn {
    right: 5px;
  }
  .header__logo {
    background-size: 100px 37px !important;
    min-width: 100px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  .menu__list {
    padding: 40px 0;
    font-size: 16px;
  }
  .menu__sub {
    padding: 40px 0;
    font-size: 16px;
  }
  .menu__label-back i {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 415px) {
  .tabs__list-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .tabs__list-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .page-filter {
    padding: 20px 10px;
  }
  .page-filter__date-range .input {
    background-size: 16px 30px;
    padding: 5px 6px;
  }
  .header {
    padding: 0 10px !important;
  }
  .header__logo {
    background-size: 100px 37px !important;
    min-width: 105px !important;
  }
  .header__search-field i {
    font-size: 27px;
  }
  .header__search-field .label {
    display: none;
  }
  .content {
    margin-top: 10px !important;
    padding: 0 0 20px 0;
  }
  .content__right {
    padding: 0 10px;
  }
  .content__center {
    padding: 0 10px 10px;
  }
  .content__center_background {
    margin: 0 10px 20px 10px;
    padding: 10px;
  }
  .content.lk {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lk__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk__info-pic {
    margin-right: 0px;
  }
  .lk__info-data {
    width: 100%;
  }
  .lk__info-data-name {
    margin-top: 20px;
  }
  .lk__info-data-phone > span {
    display: inline;
    margin-top: 0;
    padding-left: 2px;
  }
}
