.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: 1050px) {
  .header {
    -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);
    height: 80px;
    padding: 0 20px;
  }
  .header__content {
    max-width: 1170px;
    margin: 0 auto;
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .header__logo {
    min-width: 130px;
    height: 80px;
    display: block;
  }
  .header__logo.hide {
    display: none;
  }
  .header__search {
    min-width: auto;
    padding-right: 0;
  }
  .header__search.hide {
    display: none;
  }
  .header__login {
    border-left: none;
    min-width: inherit;
  }
  .header__login-name {
    display: none;
  }
  .header__login.hide {
    display: none;
  }
  .footer {
    min-width: inherit;
  }
  .footer__content {
    padding: 20px;
  }
  .content {
    display: block;
    padding: 0 0 90px;
  }
  .content__center {
    margin-right: 0;
    min-width: auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .content__center_background {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .content__right {
    min-width: auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .wrapper {
    min-width: auto;
    height: auto !important;
    height: 100%;
  }
  .menu {
    display: none;
    z-index: 111;
    position: absolute;
    height: auto;
    width: 100%;
    padding: 0;
    left: 0;
    overflow-y: auto;
    -webkit-box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.18);
  }
  .menu.active {
    -webkit-animation: showing-right 0.3s;
            animation: showing-right 0.3s;
    display: block;
    border-bottom: 0;
  }
  .menu.active .top-menu__sub {
    -webkit-animation: none;
            animation: none;
  }
  .menu__label-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .menu__label-back > span {
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .menu__sub {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 10px;
    margin: 0;
    width: calc(100% - 60px);
  }
  .menu__sub-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu__sub-coll {
    min-width: calc(50% - 15px);
    padding-right: 20px;
  }
  .menu__sub-item {
    font-size: 16px;
    line-height: 1.3;
  }
  .menu__sub.active {
    display: block;
    position: relative;
  }
  .menu__list {
    height: auto;
    display: block;
    padding: 40px 20px;
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .menu__list.active {
    -webkit-columns: 1;
            columns: 1;
    padding: 0;
    background: none;
  }
  .menu__list.active .menu__item {
    display: none;
  }
  .menu__list.active .menu__item.active {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .menu__list.active .menu__item.active .menu__item-toplvl {
    display: none;
  }
  .menu__list.active .menu__item.active:hover .menu__sub {
    display: block;
  }
  .menu__item {
    margin-bottom: 20px;
    margin-right: 0;
    border: none;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu__item:hover {
    border: none;
    height: auto;
  }
  .menu__item:hover .menu__sub {
    display: none;
  }
  .menu__item.active {
    border: none !important;
  }
  .menu__item.hide {
    display: none;
  }
  .menu__item > i {
    display: block;
  }
  .menu__item-toplvl {
    cursor: pointer;
    padding: 0;
  }
  .menu__coll {
    min-width: calc(100% / 2);
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
  }
  .menu-coll {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .menu__mobile-btn {
    display: block;
  }
  .menu__mobile-btn i {
    font-size: 30px;
    color: #3d658f;
  }
  .menu__mobile-btn .mdi-close.show,
  .menu__mobile-btn .mdi-menu.show {
    display: block;
  }
  .menu__mobile-btn .mdi-close.hide,
  .menu__mobile-btn .mdi-menu.hide {
    display: none;
  }
  .right-block {
    border-top: 0;
  }
  .right-block__block {
    overflow: hidden;
    width: calc((100% - ((100% - 80px) / 3) - 40px) / 2);
  }
  .right-block__block > a {
    display: block;
    height: 100%;
  }
  .right-block__block-img {
    background-size: cover !important;
    padding-bottom: 60%;
    height: 100%;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
  .right-block__block-img:hover {
    background-size: cover !important;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    /* for IE */
  }
  .right-block__img-title {
    text-align: left;
    background: #fff;
    height: calc(100% - 3px);
    width: calc(100% - ((100% - 20px) / 3));
  }
  .right-block__img-text {
    display: block;
    margin-top: 15px;
    color: #b1b6bf;
    line-height: 1.5;
    font-size: 14px;
  }
  .right-block_staff .right-block__list {
    -webkit-columns: 3;
            columns: 3;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .right-block_about-menu {
    display: none;
  }
  .right-block__item {
    margin-right: 20px;
  }
  .right-block__item:last-child {
    margin-right: 0;
  }
  .right-block_blue {
    min-height: auto;
  }
  .right-block_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #002882;
  }
  .home-news__item-block-img:hover {
    background-size: 110% auto !important;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    /* for IE */
  }
  .home-bottom-btn {
    margin-bottom: 20px;
  }
  .page-filter__row .item.date-range {
    max-width: 265px;
    min-width: 265px;
  }
  .page-filter_birthday .page-filter__row .date-range {
    max-width: 205px;
    min-width: 205px;
  }
  .page-filter__date-range {
    max-width: 280px;
    width: 100%;
  }
  .page-filter__date-range .input {
    min-width: 100px;
    width: auto;
    padding-right: 22px;
    background: url('../img/SVG/calendar-ico.svg') no-repeat;
    background-position: bottom 0px right 5px;
    background-size: 18px 30px;
  }
  .page-filter__date-range .input_birthday-filter {
    min-width: 80px;
  }
  .tabs__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tabs__list.hide {
    display: none;
  }
  .tabs__list-btn {
    background: #fff;
    color: #545454;
    font-family: 'Roboto';
    font-weight: 300;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
  }
  .tabs__list-btn.active {
    background: #3d658f;
    color: #fff;
    cursor: default;
    font-weight: normal;
  }
  .btn:hover {
    background: #fff !important;
    border: 1px solid #4662a2 !important;
    color: #414141 !important;
  }
  .btn:active {
    background-color: #3d658f !important;
    border: 1px solid #3d658f !important;
    color: #fff !important;
  }
  .btn__clear:hover {
    background: none !important;
    border: none !important;
    color: #798591 !important;
  }
  .btn__clear:active {
    background: transparent !important;
    border: none !important;
    color: #b1b6bf !important;
  }
  .breadcrumbs {
    display: none;
  }
  .departament__subcontent .right-block_staff .right-block__list {
    -webkit-columns: 1;
            columns: 1;
  }
  .lk.content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lk__info,
  .lk__services {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1050px) and screen and (max-width: 1200px) {
  .header__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* for remove highlight */
a,
label,
button {
  -webkit-tap-highlight-color: transparent;
}
/* for remove shadow, border-radius */
input[type=text],
input[type=submit],
textarea {
  -webkit-appearance: none;
}
/* убийца тени для iOS */
input:not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* плавное скроллирование для моб версии */
body {
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 860px) {
  .page-filter__date-range .input {
    padding-right: 10px;
    width: 100px;
    background: none;
  }
  .page-filter__date-range .input_birthday-filter {
    padding-right: 22px;
    background: url('../img/SVG/calendar-ico.svg') no-repeat;
    background-position: bottom 0px right 5px;
    background-size: 18px 30px;
  }
  .page-filter__row .item.date-range {
    max-width: 225px;
    min-width: 225px;
  }
  .page-filter__row .item .select__input {
    min-width: 100%;
  }
  .page-filter_birthday .page-filter__row .date-range {
    max-width: 205px;
    min-width: 205px;
  }
}
@media screen and (max-width: 800px) {
  .footer__linkblock a {
    margin-left: 20px;
  }
}
