.body-devices * .wrap {
  min-width: 480px;
  max-width: 96%; }

.body-devices * .holder {
  padding-left: 20px;
  padding-right: 20px; }
  .body-devices * .holder.wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media (max-width: 768px) {
  .wrap {
    min-width: 480px;
    max-width: 96%; }
  .holder {
    padding-left: 20px;
    padding-right: 20px; }
    .holder.wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.body-devices.hdr-nav-open {
  overflow: hidden; }
  .body-devices.hdr-nav-open .m-hdr {
    position: fixed;
    bottom: 45px;
    max-height: none; }
    .body-devices.hdr-nav-open .m-hdr.on-scroll {
      max-height: none; }
    .body-devices.hdr-nav-open .m-hdr.compact .main-nav-wrap.open {
      top: 20px; }
  .body-devices.hdr-nav-open .main-nav-wrap {
    overflow-y: auto;
    bottom: 0; }

.body-devices * .m-hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 170px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
  -webkit-transition: top 0.2s, max-height 0.2s;
  transition: top 0.2s, max-height 0.2s;
  z-index: 23; }
  .body-devices * .m-hdr.on-scroll {
    max-height: 160px;
    padding-bottom: 5px;
    top: -90px;
    -webkit-transition: top 0.6s;
    transition: top 0.6s; }
    .body-devices * .m-hdr.on-scroll .main-nav-wrap.open {
      top: 170px; }
    .body-devices * .m-hdr.on-scroll .hdr-logo {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s ease 0s, opacity 0s ease 0s;
      transition: visibility 0s ease 0s, opacity 0s ease 0s; }
  .body-devices * .m-hdr.search-active {
    max-height: 230px; }
  .body-devices * .m-hdr .hdr-logo {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s;
    transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s; }
    .body-devices * .m-hdr .hdr-logo img {
      max-width: 152px;
      max-height: 58px; }
  .body-devices * .m-hdr.compact {
    top: -20px; }
    .body-devices * .m-hdr.compact .main-nav-wrap.open {
      top: 100px; }
    .body-devices * .m-hdr.compact .hdr-logo {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: none;
      transition: none; }
  .body-devices * .m-hdr .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .body-devices * .m-hdr .account-enter {
    position: relative;
    width: 48px;
    height: 48px;
    border: 2px solid #e6e6e6;
    line-height: 30px; }
    .body-devices * .m-hdr .account-enter svg {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .body-devices * .m-hdr .lang-holder {
    display: inline-block;
    position: relative;
    right: -10px;
    padding: 10px 10px;
    font: 1.1429rem/30px "etelka-pro", "Arial", sans-serif;
    vertical-align: middle;
    text-align: right;
    direction: rtl; }
    .body-devices * .m-hdr .lang-holder:hover {
      color: #fa8b24; }
  .body-devices * .m-hdr .lang-option {
    color: inherit;
    display: none; }
    .body-devices * .m-hdr .lang-option.active {
      display: block; }

.body-devices * .hdr-shadow {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 20;
  opacity: 0;
  -ms-touch-action: none;
      touch-action: none; }
  .body-devices * .hdr-shadow.open {
    position: fixed;
    opacity: 0.3;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }

.body-devices * .main-nav-wrap {
  padding-top: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s; }
  .body-devices * .main-nav-wrap.open {
    padding-bottom: 35px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07); }
  .body-devices * .main-nav-wrap .main-nav {
    padding-top: 20px;
    padding-bottom: 35px; }
  .body-devices * .main-nav-wrap .main-nav-item {
    border-bottom: 1px solid #ebebeb;
    font: 1.5rem/1.75rem "etelka-pro", "Arial", sans-serif; }
    .body-devices * .main-nav-wrap .main-nav-item .sub-nav-list.open {
      padding-bottom: 20px; }
      .body-devices * .main-nav-wrap .main-nav-item .sub-nav-list.open .sub-nav-items {
        max-height: 2000px; }
    .body-devices * .main-nav-wrap .main-nav-item .sub-nav-list .sub-nav-items {
      max-height: 0;
      -webkit-transition: max-height ease 0.2s;
      transition: max-height ease 0.2s;
      overflow: hidden; }
    .body-devices * .main-nav-wrap .main-nav-item .sub-nav-list .sub-nav-item {
      padding: 5px 0;
      font-size: 17px;
      line-height: 19px;
      font-weight: 100; }
  .body-devices * .main-nav-wrap .main-nav--lnk,
  .body-devices * .main-nav-wrap .sub-nav--lnk {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: inherit; }
  .body-devices * .main-nav-wrap .sub-nav--lnk {
    -webkit-transition: none;
    transition: none; }
    .body-devices * .main-nav-wrap .sub-nav--lnk:link, .body-devices * .main-nav-wrap .sub-nav--lnk:visited {
      color: inherit; }
    .body-devices * .main-nav-wrap .sub-nav--lnk.active,
    .body-devices * .main-nav-wrap .main-nav--lnk.active
    {
      color: #f15a31; }
    .body-devices * .main-nav-wrap .sub-nav--lnk:hover, .body-devices * .main-nav-wrap .sub-nav--lnk:focus {
      color: #f15a31; }
  .body-devices * .main-nav-wrap .main-nav--lnk {
    position: relative;
    padding: 20px 0 15px; }
  .body-devices * .main-nav-wrap a.main-nav--lnk {
      display: block;
  }
    .body-devices * .main-nav-wrap div.main-nav--lnk:after {
      content: " ";
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      right: 0;
      top: 18px;
      background-image: url("../images/show_more_arrow_333_ico.png");
      background-image: url("../images/show_more_arrow_333_ico.svg");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
      transition: color 0.3s ease, -webkit-transform 0.3s ease;
      transition: transform 0.3s ease, color 0.3s ease;
      transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
      cursor: pointer;
      z-index: 1; }
    .body-devices * .main-nav-wrap .main-nav--lnk.open {
      color: #f15a31; }
      .body-devices * .main-nav-wrap .main-nav--lnk.open:after {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
  .body-devices * .main-nav-wrap .nav-toggle {
    width: 38px;
    height: 32px;
    position: relative;
    left: -0.75rem;
    background-color: transparent; }
    .body-devices * .main-nav-wrap .nav-toggle:before, .body-devices * .main-nav-wrap .nav-toggle:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      display: block;
      height: 2px;
      width: 28px;
      background-color: #333;
      content: ''; }
    .body-devices * .main-nav-wrap .nav-toggle:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .body-devices * .main-nav-wrap .nav-toggle:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.body-devices * .link-btn {
  display: block;
  padding: 10px;
  font: 1.1429rem/30px "etelka-pro", "Arial", sans-serif;
  -webkit-box-shadow: 2.828px 2.828px 12px 0 rgba(255, 169, 26, 0.2);
          box-shadow: 2.828px 2.828px 12px 0 rgba(255, 169, 26, 0.2);
  border-color: #ffe066;
  color: inherit;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease; }

.body-devices * .contacts-item {
  margin-top: 50px; }

.body-devices * .contacts-title {
  margin-bottom: 8px;
  font: 300 1.2143rem/1.42857 "etelka-pro", "Arial", sans-serif; 
  display: inline-block;
  width: 40%;
  text-align: right;
}

.body-devices * .m-ftr .contacts-title {
  color: #fff; }

.body-devices * .contacts-tel {
  font: 400 1.2143rem/1.42857 "etelka-pro", "Arial", sans-serif;
  color: #999; 
  display: inline-block;
}

.body-devices * .main-elem-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none; }
  .body-devices * .main-elem-wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .body-devices * .main-elem-wrap .nav-toggle,
  .body-devices * .main-elem-wrap .search-toggle {
    position: relative;
    background-color: transparent; }
  .body-devices * .main-elem-wrap .nav-toggle {
    left: -0.75rem; }
  .body-devices * .main-elem-wrap .search-toggle {
    position: relative;
    right: -0.75rem; }

.body-devices * .search-panel-wrap {
  position: absolute;
  left: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .body-devices * .search-panel-wrap.open {
    position: static;
    opacity: 1;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s; }
  .body-devices * .search-panel-wrap .hdr-search-panel {
    padding-top: 5px; }
  .body-devices * .search-panel-wrap .hdr-search-toggle {
    text-align: right; }
  .body-devices * .search-panel-wrap .search-toggle-ico {
    width: 38px;
    height: 32px;
    position: relative;
    right: -0.75rem;
    background-color: transparent; }
    .body-devices * .search-panel-wrap .search-toggle-ico:before, .body-devices * .search-panel-wrap .search-toggle-ico:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      display: block;
      height: 3px;
      width: 26px;
      background-color: #333;
      content: ''; }
    .body-devices * .search-panel-wrap .search-toggle-ico:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .body-devices * .search-panel-wrap .search-toggle-ico:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .body-devices * .search-panel-wrap .search-form {
    width: 100%;
    display: inline-block;
    height: 53px;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
    pointer-events: all; }
    .body-devices * .search-panel-wrap .search-form input[type="submit"] {
      display: none; }
  .body-devices * .search-panel-wrap .search-submit-holder {
    position: relative; }
  .body-devices * .search-panel-wrap .search-submit-ico {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .body-devices * .search-panel-wrap .search-input,
  .body-devices * .search-panel-wrap .search-submit-holder {
    height: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    outline: none; }
    .body-devices * .search-panel-wrap .search-input:focus,
    .body-devices * .search-panel-wrap .search-submit-holder:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .body-devices * .search-panel-wrap .search-input {
    width: 84%;
    max-width: 100%;
    padding: 12px 14px 11px;
    border: 1px solid #bfbfbf;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font: 300 1.667rem/2rem "Roboto", "Arial", sans-serif; }
  .body-devices * .search-panel-wrap .search-submit-holder {
    width: 16%;
    border-radius: 0 5px 5px 0;
    font: 400 1rem/1.111rem "etelka-pro", "Arial", sans-serif;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.body-devices * .b-main-cont {
  margin-top: 120px; }
  .body-devices * .b-main-cont.b-fullscreen-header-page {
    margin-top: 90px; }
  .body-devices * .b-main-cont .section.main-slider-section {
    margin-top: 0; }

.body-devices * .block-link {
  width: 90%; }

.body-devices * .h0, .body-devices * .h1, .body-devices * .h2, .body-devices * .h3, .body-devices * .h4, .body-devices * .h5 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.body-devices * .h0 {
  font: 400 2.6rem/3.25rem "etelka-pro", "Arial", sans-serif;
  margin: 40px 0 25px;
  text-align: center; }
  .body-devices * .h0-sub-title {
    margin: 0 auto 0; }

.body-devices * .fullscreen-intro {
  overflow: auto; }

.body-devices * .mobile-logo-wrap {
  display: block;
  margin: 0 0 13px -11px; }

.body-devices * .mobile-logo-lnk {
  display: inline-block;
  overflow: hidden;
  width: 155px;
  height: 65px; }

.body-devices * .mobile-logo--img {
  width: 100%;
  height: auto; }

.body-devices * .gallery-slider-holder .gallery-slider .image-caption {
  height: 30px; }

.body-devices * .gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn,
.body-devices * .gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn {
  height: 100%;
  height: calc(100% - 78px);
  opacity: 1; }
  .body-devices * .gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn:before,
  .body-devices * .gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn:before {
    width: 30px;
    height: 40px;
    background-size: 20px 20px;
    background-color: rgba(255, 255, 255, 0.5); }

.body-devices * .publication-time {
  margin-bottom: 5px; }

.body-devices * .publications-timeline .publication-intro {
  margin-top: 5px; }

.body-devices * .news-timeline .publication-title-wrapper {
  margin-bottom: 5px; }

.body-devices * .main-publication {
  margin-bottom: 30px; }

.body-devices * .main-publication .publication-image {
  margin-bottom: 20px; }

.body-devices * .index-section {
  padding-bottom: 40px; }

.body-devices * .index-pagination {
  max-width: 70%;
  margin: 26px auto 26px; }
  .body-devices * .index-pagination .nav-prev,
  .body-devices * .index-pagination .nav-next {
    top: calc(50% - 18px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .body-devices * .index-pagination .page.current {
    line-height: 34px; }
  .body-devices * .index-pagination .page.page-num {
    width: 38px;
    height: 38px; }
  .body-devices * .index-pagination a {
    line-height: 38px; }

.body-devices * .articles-section .index-section .publication-image {
  margin-bottom: 10px; }

.body-devices * .articles-section .index-section .publication-intro {
  margin-bottom: 5px; }

.body-devices * .articles-section .main-publication {
  padding: 0 0 15px;
  margin-bottom: 30px; }

.body-devices * .articles-section .main-publication .publication-title {
  margin: -10px 0 16px; }

.body-devices * .articles-section .publication-item-holder {
  margin-bottom: 10px; }

.body-devices * .publications-timeline {
  padding: 25px 0; }

.body-devices * .articles-timeline .publication-item {
  margin-bottom: 28px; }

.body-devices * .timeline-title-row {
  margin-bottom: 22px; }

.body-devices * .timeline-title a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease; }
  .body-devices * .timeline-title a:hover {
    border-color: #000; }

.body-devices * .news-section .main-publication .publication-item-link {
  padding: 0 0 5px; }

.body-devices * .news-intro-info .publication-time {
  margin-bottom: 40px;
  position: static; }

.body-devices * .news-timeline .publication-item {
  margin-bottom: 18px; }

.body-devices * .news-timeline .publication-time {
  margin-bottom: 5px; }

.body-devices * .card-link {
  display: block; }

.body-devices * .administration-section .person-card {
  background-position: right 20px bottom 20px;
  background-size: 23px auto; }

.body-devices * .full-card .card-image-wrapper,
.body-devices * .full-card .card-info {
  width: 100%; }

.body-devices * .card-image-wrapper {
  text-align: center; }

.body-devices * .card-image {
  width: 100%; }

.body-devices * .appointment-subtitle {
  margin: 35px 0 9px; }

.body-devices * .appointment-step {
  padding-top: 15px;
  padding-bottom: 25px; }

.body-devices * .appointment-footer {
  margin: 20px auto 60px; }

.body-devices * .tabs-nav-item,
.body-devices * .tabs-nav-purple-item {
  display: block;
  border: 0;
  width: 100%; }
  .body-devices * .tabs-nav-item:first-child,
  .body-devices * .tabs-nav-purple-item:first-child {
    border-radius: 4px 4px 0 0; }
  .body-devices * .tabs-nav-item:not(:last-child),
  .body-devices * .tabs-nav-purple-item:not(:last-child) {
    margin-bottom: 3px; }

.body-devices * .department-nav .department-tab {
  display: block;
  border: 0;
  width: 100%; }
  .body-devices * .department-nav .department-tab:not(:last-child) {
    margin-bottom: 3px; }
  .body-devices * .department-nav .department-tab:first-child {
    border-radius: 4px 4px 0 0; }
  .body-devices * .department-nav .department-tab-linked {
    background-image: url("../images/online_map_ico.png");
    background-image: url("../images/online_map_ico.svg");
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat; }

.body-devices * .administration-section .person-card {
  background-position: right 20px bottom 20px;
  background-size: 23px auto; }

.body-devices * .full-card .card-image-wrapper,
.body-devices * .full-card .card-info {
  width: 100%; }

.body-devices * .full-card .card-info {
  padding: 24px 14px 24px 16px; }

.body-devices * .card-image-wrapper {
  text-align: center; }

.body-devices * .card-image {
  width: 100%; }

.body-devices * .person-main-info .card-info .btn-grey {
  padding: 13px 10px 9px 20px;
  background-position: 6px 50%; }

.body-devices * #login_form {
  padding: 70px 50px 40px; }

.body-devices * .login-form-wrapper .copyright {
  padding-bottom: 20px;
  max-width: 220px; }

.body-devices * .login-form-close-btn {
  top: 15px;
  right: 15px; }

.body-devices * .page-search-section .search-form {
  width: 100%; }

.body-devices * .page-search-section .search-input,
.body-devices * .page-search-section .search-submit {
  height: 53px;
  width: 100%;
  font-size: 1.5rem; }

.body-devices * .page-search-section .search-input {
  border-radius: 5px 5px 0 0;
  border-bottom: 0; }

.body-devices * .page-search-section .search-submit {
  border-radius: 0 0 5px 5px;
  background-color: #fa8b24;
  border-color: #fa8b24;
  color: #fff; }

.body-devices * .b-paid-dvrt-slider {
  padding: 0; }
  .body-devices * .b-paid-dvrt-slider .swiper-slide {
    min-height: 70px; }
  .body-devices * .b-paid-dvrt-slider .swiper-button-prev,
  .body-devices * .b-paid-dvrt-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
  .body-devices * .b-paid-dvrt-slider .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNy45NjkiIHZpZXdCb3g9IjAgMCAxNSAyNy45NjkiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT4gICAgICAgPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLjAzNCwxNC4wMDZhMS4yMywxLjIzLDAsMCwxLC4zMTktMS4xMjhsMTIuNS0xMi41YTEuMjUyLDEuMjUyLDAsMSwxLDEuNzcsMS43N0wyLjc1NiwxNC4wMTYsMTQuNjE4LDI1Ljg3OGExLjI1MiwxLjI1MiwwLDEsMS0xLjc3LDEuNzcxbC0xMi41LTEyLjVBMS4yMzEsMS4yMzEsMCwwLDEsLjAzNCwxNC4wMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAzMSkiLz48L3N2Zz4=");
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%); }
  .body-devices * .b-paid-dvrt-slider .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE1IDI4Ij4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+PD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC45NjYsMTMuOTk0YTEuMjMsMS4yMywwLDAsMS0uMzE5LDEuMTI4TDIuMTUsMjcuNjJhMS4yNTIsMS4yNTIsMCwwLDEtMS43Ny0xLjc3TDEyLjI0NCwxMy45ODQsMC4zODIsMi4xMjJBMS4yNTIsMS4yNTIsMCwwLDEsMi4xNTIuMzUybDEyLjUsMTIuNUExLjIzMSwxLjIzMSwwLDAsMSwxNC45NjYsMTMuOTk0WiIvPjwvc3ZnPg==");
    -webkit-transform: translateX(20%);
            transform: translateX(20%); }

@media (max-width: 768px) {
  .m-hdr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 170px;
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: top 0.2s, max-height 0.2s;
    transition: top 0.2s, max-height 0.2s;
    z-index: 23; }
    .m-hdr.on-scroll {
      max-height: 160px;
      padding-bottom: 5px;
      top: -90px;
      -webkit-transition: top 0.6s;
      transition: top 0.6s; }
      .m-hdr.on-scroll .main-nav-wrap.open {
        top: 170px; }
      .m-hdr.on-scroll .hdr-logo {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s ease 0s, opacity 0s ease 0s;
        transition: visibility 0s ease 0s, opacity 0s ease 0s; }
    .m-hdr.search-active {
      max-height: 230px; }
    .m-hdr .hdr-logo {
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s;
      transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s; }
      .m-hdr .hdr-logo img {
        max-width: 152px;
        max-height: 58px; }
    .m-hdr.compact {
      top: -20px; }
      .m-hdr.compact .main-nav-wrap.open {
        top: 100px; }
      .m-hdr.compact .hdr-logo {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none; }
    .m-hdr .btn-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .m-hdr .account-enter {
      position: relative;
      width: 48px;
      height: 48px;
      border: 2px solid #e6e6e6;
      line-height: 30px; }
      .m-hdr .account-enter svg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .m-hdr .lang-holder {
      display: inline-block;
      position: relative;
      right: -10px;
      padding: 10px 10px;
      font: 1.1429rem/30px "etelka-pro", "Arial", sans-serif;
      vertical-align: middle;
      text-align: right;
      direction: rtl; }
      .m-hdr .lang-holder:hover {
        color: #fa8b24; }
    .m-hdr .lang-option {
      color: inherit;
      display: none; }
      .m-hdr .lang-option.active {
        display: block; }
  .hdr-shadow {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 20;
    opacity: 0;
    -ms-touch-action: none;
        touch-action: none; }
    .hdr-shadow.open {
      position: fixed;
      opacity: 0.3;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
  .main-nav-wrap {
    padding-top: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    z-index: 20;
    background-color: #fff;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s; }
    .main-nav-wrap.open {
      padding-bottom: 35px;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
              box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07); }
    .main-nav-wrap .main-nav {
      padding-top: 20px;
      padding-bottom: 35px; }
    .main-nav-wrap .main-nav-item {
      border-bottom: 1px solid #ebebeb;
      font: 1.5rem/1.75rem "etelka-pro", "Arial", sans-serif; }
      .main-nav-wrap .main-nav-item .sub-nav-list.open {
        padding-bottom: 20px; }
        .main-nav-wrap .main-nav-item .sub-nav-list.open .sub-nav-items {
          max-height: 2000px; }
      .main-nav-wrap .main-nav-item .sub-nav-list .sub-nav-items {
        max-height: 0;
        -webkit-transition: max-height ease 0.2s;
        transition: max-height ease 0.2s;
        overflow: hidden; }
      .main-nav-wrap .main-nav-item .sub-nav-list .sub-nav-item {
        padding: 5px 0;
        font-size: 17px;
        line-height: 19px;
        font-weight: 100; }
    .main-nav-wrap .main-nav--lnk,
    .main-nav-wrap .sub-nav--lnk {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: inherit; }
    .main-nav-wrap .sub-nav--lnk {
      -webkit-transition: none;
      transition: none; }
      .main-nav-wrap .sub-nav--lnk:link, .main-nav-wrap .sub-nav--lnk:visited {
        color: inherit; }
      .main-nav-wrap .sub-nav--lnk.active_trail.active {
        color: #f15a31; }
      .main-nav-wrap .sub-nav--lnk:hover, .main-nav-wrap .sub-nav--lnk:focus {
        color: #f15a31; }
    .main-nav-wrap .main-nav--lnk {
      position: relative;
      padding: 20px 0 15px; }
      .main-nav-wrap div.main-nav--lnk:after {
        content: " ";
        display: block;
        width: 20px;
        height: 25px;
        position: absolute;
        right: 0;
        top: 18px;
        background-image: url("../images/show_more_arrow_333_ico.png");
        background-image: url("../images/show_more_arrow_333_ico.svg");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
        transition: color 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, color 0.3s ease;
        transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
        cursor: pointer;
        z-index: 1; }
      .main-nav-wrap .main-nav--lnk.open {
        color: #f15a31; }
        .main-nav-wrap .main-nav--lnk.open:after {
          -webkit-transform: rotate(270deg);
                  transform: rotate(270deg); }
    .main-nav-wrap .nav-toggle {
      width: 38px;
      height: 32px;
      position: relative;
      left: -0.75rem;
      background-color: transparent; }
      .main-nav-wrap .nav-toggle:before, .main-nav-wrap .nav-toggle:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: block;
        height: 2px;
        width: 28px;
        background-color: #333;
        content: ''; }
      .main-nav-wrap .nav-toggle:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .main-nav-wrap .nav-toggle:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .link-btn {
    display: block;
    padding: 10px;
    font: 1.1429rem/30px "etelka-pro", "Arial", sans-serif;
    -webkit-box-shadow: 2.828px 2.828px 12px 0 rgba(255, 169, 26, 0.2);
            box-shadow: 2.828px 2.828px 12px 0 rgba(255, 169, 26, 0.2);
    border-color: #ffe066;
    color: inherit;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease; }
  .contacts-item {
    margin-top: 30px; }
  .contacts-title {
    margin-bottom: 8px;
    font: 300 1rem/1.25rem "etelka-pro", "Arial", sans-serif; }
  .m-ftr .contacts-title {
    color: #fff; }
  .contacts-tel {
    font: 400 1.2143rem/1.42857 "etelka-pro", "Arial", sans-serif;
    color: #999; }
  .main-elem-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none; }
    .main-elem-wrap.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-elem-wrap .nav-toggle,
    .main-elem-wrap .search-toggle {
      position: relative;
      background-color: transparent; }
    .main-elem-wrap .nav-toggle {
      left: -0.75rem; }
    .main-elem-wrap .search-toggle {
      position: relative;
      right: -0.75rem; }
  .search-panel-wrap {
    position: absolute;
    left: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .search-panel-wrap.open {
      position: static;
      opacity: 1;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
      -webkit-transition-delay: 0.05s;
              transition-delay: 0.05s; }
    .search-panel-wrap .hdr-search-panel {
      padding-top: 5px; }
    .search-panel-wrap .hdr-search-toggle {
      text-align: right; }
    .search-panel-wrap .search-toggle-ico {
      width: 38px;
      height: 32px;
      position: relative;
      right: -0.75rem;
      background-color: transparent; }
      .search-panel-wrap .search-toggle-ico:before, .search-panel-wrap .search-toggle-ico:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: block;
        height: 3px;
        width: 26px;
        background-color: #333;
        content: ''; }
      .search-panel-wrap .search-toggle-ico:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .search-panel-wrap .search-toggle-ico:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .search-panel-wrap .search-form {
      width: 100%;
      display: inline-block;
      height: 53px;
      vertical-align: top;
      white-space: nowrap;
      font-size: 0;
      pointer-events: all; }
      .search-panel-wrap .search-form input[type="submit"] {
        display: none; }
    .search-panel-wrap .search-submit-holder {
      position: relative; }
    .search-panel-wrap .search-submit-ico {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .search-panel-wrap .search-input,
    .search-panel-wrap .search-submit-holder {
      height: 100%;
      vertical-align: top;
      -webkit-appearance: none;
      outline: none; }
      .search-panel-wrap .search-input:focus,
      .search-panel-wrap .search-submit-holder:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none; }
    .search-panel-wrap .search-input {
      width: 84%;
      max-width: 100%;
      padding: 12px 14px 11px;
      border: 1px solid #bfbfbf;
      border-radius: 5px 0 0 5px;
      border-right: 0;
      font: 300 1.667rem/2rem "Roboto", "Arial", sans-serif; }
    .search-panel-wrap .search-submit-holder {
      width: 16%;
      border-radius: 0 5px 5px 0;
      font: 400 1rem/1.111rem "etelka-pro", "Arial", sans-serif;
      background-color: #fff;
      border: 1px solid #bfbfbf;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .b-main-cont {
    margin-top: 120px; }
    .b-main-cont.b-fullscreen-header-page {
      margin-top: 90px; }
    .b-main-cont .section.main-slider-section {
      margin-top: 0; }
  .block-link {
    width: 90%; }
  .h0, .h1, .h2, .h3, .h4, .h5 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .h0 {
    font: 400 2.6rem/3.25rem "etelka-pro", "Arial", sans-serif;
    margin: 40px 0 25px;
    text-align: center; }
    .h0-sub-title {
      margin: 0 auto 0; }
  .fullscreen-intro {
    overflow: auto; }
  .mobile-logo-wrap {
    display: block;
    margin: 0 0 13px -11px; }
  .mobile-logo-lnk {
    display: inline-block;
    overflow: hidden;
    width: 155px;
    height: 65px; }
  .mobile-logo--img {
    width: 100%;
    height: auto; }
  .gallery-slider-holder .gallery-slider .image-caption {
    height: 30px; }
  .gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn,
  .gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn {
    height: 100%;
    height: calc(100% - 78px);
    opacity: 1; }
    .gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn:before,
    .gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn:before {
      width: 30px;
      height: 40px;
      background-size: 20px 20px;
      background-color: rgba(255, 255, 255, 0.5); }
  .publication-time {
    margin-bottom: 5px; }
  .publications-timeline .publication-intro {
    margin-top: 5px; }
  .news-timeline .publication-title-wrapper {
    margin-bottom: 5px; }
  .main-publication {
    margin-bottom: 30px; }
  .main-publication .publication-image {
    margin-bottom: 20px; }
  .index-section {
    padding-bottom: 40px; }
  .index-pagination {
    max-width: 70%;
    margin: 26px auto 26px; }
    .index-pagination .nav-prev,
    .index-pagination .nav-next {
      top: calc(50% - 18px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .index-pagination .page.current {
      line-height: 34px; }
    .index-pagination .page.page-num {
      width: 38px;
      height: 38px; }
    .index-pagination a {
      line-height: 38px; }
  .articles-section .index-section .publication-image {
    margin-bottom: 10px; }
  .articles-section .index-section .publication-intro {
    margin-bottom: 5px; }
  .articles-section .main-publication {
    padding: 0 0 15px;
    margin-bottom: 30px; }
  .articles-section .main-publication .publication-title {
    margin: -10px 0 16px; }
  .articles-section .publication-item-holder {
    margin-bottom: 10px; }
  .publications-timeline {
    padding: 25px 0; }
  .articles-timeline .publication-item {
    margin-bottom: 28px; }
  .timeline-title-row {
    margin-bottom: 22px; }
  .timeline-title a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease; }
    .timeline-title a:hover {
      border-color: #000; }
  .news-section .main-publication .publication-item-link {
    padding: 0 0 5px; }
  .news-intro-info .publication-time {
    margin-bottom: 40px;
    position: static; }
  .news-timeline .publication-item {
    margin-bottom: 18px; }
  .news-timeline .publication-time {
    margin-bottom: 5px; }
  .card-link {
    display: block; }
  .administration-section .person-card {
    background-position: right 20px bottom 20px;
    background-size: 23px auto; }
  .full-card .card-image-wrapper,
  .full-card .card-info {
    width: 100%; }
  .card-image-wrapper {
    text-align: center; }
  .card-image {
    width: 100%; }
  .appointment-subtitle {
    margin: 35px 0 9px; }
  .appointment-step {
    padding-top: 15px;
    padding-bottom: 25px; }
  .appointment-footer {
    margin: 20px auto 60px; }
  .tabs-nav-item,
  .tabs-nav-purple-item {
    display: block;
    border: 0;
    width: 100%; }
    .tabs-nav-item:first-child,
    .tabs-nav-purple-item:first-child {
      border-radius: 4px 4px 0 0; }
    .tabs-nav-item:not(:last-child),
    .tabs-nav-purple-item:not(:last-child) {
      margin-bottom: 3px; }
  .department-nav .department-tab {
    display: block;
    border: 0;
    width: 100%; }
    .department-nav .department-tab:not(:last-child) {
      margin-bottom: 3px; }
    .department-nav .department-tab:first-child {
      border-radius: 4px 4px 0 0; }
    .department-nav .department-tab-linked {
      background-image: url("../images/online_map_ico.png");
      background-image: url("../images/online_map_ico.svg");
      background-position: right 20px bottom 20px;
      background-repeat: no-repeat; }
  .administration-section .person-card {
    background-position: right 20px bottom 20px;
    background-size: 23px auto; }
  .full-card .card-image-wrapper,
  .full-card .card-info {
    width: 100%; }
  .full-card .card-info {
    padding: 24px 14px 24px 16px; }
  .card-image-wrapper {
    text-align: center; }
  .card-image {
    width: 100%; }
  .person-main-info .card-info .btn-grey {
    padding: 13px 10px 9px 20px;
    background-position: 6px 50%; }
  #login_form {
    padding: 70px 50px 40px; }
  .login-form-wrapper .copyright {
    padding-bottom: 20px;
    max-width: 220px; }
  .login-form-close-btn {
    top: 15px;
    right: 15px; }
  .page-search-section .search-form {
    width: 100%; }
  .page-search-section .search-input,
  .page-search-section .search-submit {
    height: 53px;
    width: 100%;
    font-size: 1.5rem; }
  .page-search-section .search-input {
    border-radius: 5px 5px 0 0;
    border-bottom: 0; }
  .page-search-section .search-submit {
    border-radius: 0 0 5px 5px;
    background-color: #fa8b24;
    border-color: #fa8b24;
    color: #fff; }
  .b-paid-dvrt-slider {
    padding: 0; }
    .b-paid-dvrt-slider .swiper-slide {
      min-height: 70px; }
    .b-paid-dvrt-slider .swiper-button-prev,
    .b-paid-dvrt-slider .swiper-button-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50px;
      height: 50px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
    .b-paid-dvrt-slider .swiper-button-prev {
      left: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNy45NjkiIHZpZXdCb3g9IjAgMCAxNSAyNy45NjkiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT4gICAgICAgPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLjAzNCwxNC4wMDZhMS4yMywxLjIzLDAsMCwxLC4zMTktMS4xMjhsMTIuNS0xMi41YTEuMjUyLDEuMjUyLDAsMSwxLDEuNzcsMS43N0wyLjc1NiwxNC4wMTYsMTQuNjE4LDI1Ljg3OGExLjI1MiwxLjI1MiwwLDEsMS0xLjc3LDEuNzcxbC0xMi41LTEyLjVBMS4yMzEsMS4yMzEsMCwwLDEsLjAzNCwxNC4wMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAzMSkiLz48L3N2Zz4=");
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%); }
    .b-paid-dvrt-slider .swiper-button-next {
      right: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE1IDI4Ij4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+PD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC45NjYsMTMuOTk0YTEuMjMsMS4yMywwLDAsMS0uMzE5LDEuMTI4TDIuMTUsMjcuNjJhMS4yNTIsMS4yNTIsMCwwLDEtMS43Ny0xLjc3TDEyLjI0NCwxMy45ODQsMC4zODIsMi4xMjJBMS4yNTIsMS4yNTIsMCwwLDEsMi4xNTIuMzUybDEyLjUsMTIuNUExLjIzMSwxLjIzMSwwLDAsMSwxNC45NjYsMTMuOTk0WiIvPjwvc3ZnPg==");
      -webkit-transform: translateX(20%);
              transform: translateX(20%); } }

@media (max-width: 480px) {
  .body-devices * html {
    font-size: 14px; }
  .body-devices * .wrap {
    min-width: 280px;
    max-width: 480px; }
  .body-devices * .holder {
    padding-left: 20px;
    padding-right: 20px; }
    .body-devices * .holder.wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .body-devices * .m-ftr .contacts-item {
    margin-top: 0; }
  .body-devices * .h0.department-title {
    font-size: 2.25rem; }
  .body-devices * .index-pagination {
    margin: 26px auto 26px; } }

@media (max-width: 480px) {
  html {
    font-size: 14px; }
  .wrap {
    min-width: 280px;
    max-width: 480px; }
  .holder {
    padding-left: 20px;
    padding-right: 20px; }
    .holder.wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .m-ftr .contacts-item {
    margin-top: 0; }
  .h0.department-title {
    font-size: 2.25rem; }
  .index-pagination {
    margin: 26px auto 26px; } }
