@font-face {
  font-family: officina;
  font-display: swap;
  src: url(../fonts/officinasansboldc-webfont.eot);
  src: url(../fonts/officinasansboldc-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/officinasansboldc-webfont.woff) format("woff"), url(../fonts/officinasansboldc-webfont.ttf) format("truetype"),
    url(../fonts/officinasansboldc-webfont.svg#officinasansboldcregular) format("svg");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: officina;
  font-display: swap;
  src: url(../fonts/officinasansbookc-webfont.eot);
  src: url(../fonts/officinasansbookc-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/officinasansbookc-webfont.woff) format("woff"), url(../fonts/officinasansbookc-webfont.ttf) format("truetype"),
    url(../fonts/officinasansbookc-webfont.svg#officinasansbookcregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(/local/templates/assets/inter/Inter-VariableFont_slnt,wght.ttf) format("truetype");
}

html {
  font-size: 15px;
}

body {
  font-family: officina;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0;
  overflow-x: hidden;
  color: #485460;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0072bc;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  color: #00b6b0;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 1.2;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.underline span {
  position: relative;
  padding: 0 0.15rem;
  z-index: 1;
}

/*.underline span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 25%;
    left: 0;
    width: 0;
    height: 15%;
    background-color: #63e9ff;
    transition: width 0.3s;
    z-index: -1;
}*/

.underline .active:after {
  width: 100%;
}

a.underline:hover {
  text-decoration: none;
}

.color-blue {
  color: #0071bb;
}

/*.underline::after {
    position: absolute;
    content: "";
    left: 0;
    top: .8em;
    background: #9AECDB;
    width: 100%;
    height: .2em;
    z-index: -1;    
}

.underline-blue::after,
.underline.blue::after {
    background-color: #63E9FF;
}*/

.img-fluid {
  max-width: 100%;
  height: auto;
}

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

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

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

.topper {
  position: relative;
  z-index: 10;
}

.color-sky {
  color: #1b9cfc;
  font-weight: bold;
}

.over {
  overflow: hidden;
}

.abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.section-title {
  font-size: 2.67rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.section-pretitle {
  color: #1b9cfc;
  font-weight: bold;
  font-size: 1.334rem;
}

.section-title a,
.section-pretitle a {
  color: inherit;
}

.section-info {
  font-size: 1.6rem;
}

.section-link {
  color: #1b9cfc;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 20px;
}
.link-list.navi.d-lg-flex.flex-wrap.justify-content-between li {
  margin-bottom: 10px;
}
.link-list.navi.d-lg-flex.flex-wrap.justify-content-center li {
  margin-bottom: 10px;
}
.name-btn {
  margin-left: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 3px solid #63e9ff;
  position: relative;
  color: #485460;
  opacity: 0.5;
}

.name-btn:hover {
  opacity: 1;
}

.name-btn .icon {
  position: absolute;
  right: 0.3rem;
  bottom: 0.1rem;
}

.name-btn .icon svg {
  width: 2rem;
  max-height: 2rem;
  vertical-align: -0.125em;
}

.name-btn .icon-2 {
  position: absolute;
  right: 0.3rem;
  bottom: 0rem;
}

.name-btn .icon-2 svg {
  width: 2rem;
  max-height: 2rem;
  vertical-align: -0.125em;
}

.collapse {
  font-weight: bold;
  position: relative;
  color: #1b9cfc;
  cursor: pointer;
}

.collapse .icon svg {
  width: 1rem;
  max-height: 1rem;
  vertical-align: -0.18em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.collapse.active .icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapse.navi {
  font-size: 1.2rem;
  line-height: 75px;
  color: #0071bb;
  display: block;
  position: relative;
}

.collapse.navi:before,
.collapse.navi:after {
  content: "";
  height: 1px;
  position: absolute;
  left: -15px;
  right: -15px;
  background-color: #ddedff;
}

.collapse.navi:before {
  top: 0;
}

.collapse.navi:after {
  bottom: 0;
}

.collapse.navi .icon svg {
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-right: 15px;
  max-height: unset;
}

.collapse.navi.active .icon svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.collapse:hover {
  color: #00b6b0;
}

.collapse.navi:hover {
  color: #0071bb !important;
}

.collapse.white,
.collapse.white:hover {
  color: #fff !important;
}

/*.collapse:active {
    color: inherit !important;
}*/

/* SVG */

.svg-icon svg {
  width: 1em;
  max-height: 1em;
  vertical-align: -0.125em;
}

/* FORM */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #485460;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddedff;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.mibok-link41 *{box-sizing: content-box;}
.mibok-link41.wrapper-mibok-glaza{margin: 0; width: 260px; height: 40px;  background: #1a90e3;background: -moz-linear-gradient(top,  #1a90e3 0%, #1677dc 100%);background: -webkit-linear-gradient(top,  #1a90e3 0%,#1677dc 100%);background: linear-gradient(to bottom,  #1a90e3 0%,#1677dc 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a90e3', endColorstr='#1677dc',GradientType=0); border:1px solid #1677DC; border-top-color: #348BE1;}
.mibok-link41 .wrapper-mibok-glaza-link{font: 11px Arial, Helvetica, sans-serif;color: #01639d;font-weight: bold;text-decoration: none !important;position: relative; display: block; border-top: 1px solid #48A6E9;}
.mibok-link41 .wrapper-mibok-glaza-link:hover{text-decoration: none !important;}
.mibok-link41 .wrapper-mibok-glaza-link .mibok-glaza-icon{width: 42px; height:39px; font-size: 22px; font-weight: bold; color:#fff !important; display: inline-block; line-height: 1.7em;text-align: center;  text-shadow: 0 1px 1px rgba(0, 0, 30, 0.6); margin-right: 5px;border-right: 1px solid #E4E4E4; background: #1a90e3;background: -moz-linear-gradient(top,  #1a90e3 0%, #1677dc 100%);background: -webkit-linear-gradient(top,  #1a90e3 0%,#1677dc 100%);background: linear-gradient(to bottom,  #1a90e3 0%,#1677dc 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a90e3', endColorstr='#1677dc',GradientType=0)}
.mibok-link41 .wrapper-mibok-glaza-link .mibok-glaza-text{font-size: 14px;color:#fff;   display: inline-block;width: 200px;vertical-align: middle;margin-top: -7px;margin-left: 5px; text-shadow: 0 1px 1px rgba(0, 0, 30, 0.6);}
.mibok-link41 .wrapper-mibok-glaza-link .mibok-glaza-text:hover{text-decoration: underline; }
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control.invalid {
  border-bottom-color: red !important;
  color: red !important;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #485460;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid #485460;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.form-control::placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}
.blue_tr {
  background-color: #007affb0!important;
  color: white!important;
}
/* BUTTON */

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 3px solid transparent;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
}

[data-shift].btn {
  max-width: 100%;
  position: relative;
  padding-left: 6rem;
}

[data-shift].btn::after {
  content: attr(data-shift);
  position: absolute;
  padding: 0 1rem;
  background-color: #fff;
  bottom: -1rem;
  right: 1rem;
}

[data-shift].btn:hover::after {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  line-height: 3rem;
}
[data-shift].btn .hide {
  opacity: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.5;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #485460;
  background-color: transparent;
  border-color: #63e9ff;
}

.btn-primary:hover {
  color: #63e9ff;
  background-color: transparent;
  border-color: #63e9ff;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #63e9ff;
  background-color: transparent;
  border-color: #63e9ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #485460;
  background-color: transparent;
  border-color: #63e9ff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #63e9ff;
  background-color: transparent;
  border-color: #63e9ff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-sky {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: #63e9ff;
  border-color: #63e9ff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.btn-sky:hover {
  color: #fff;
  background-color: #1b9cfc;
  border-color: #1b9cfc;
}

.btn-white {
  padding: 0.5rem 1rem;
  text-transform: none;
  font-size: 0.9rem;
  color: #092148;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
  color: #00aeef;
  background-color: #fff;
  border-color: #00aeef;
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #00aeef;
  background-color: #fff;
  border-color: #00aeef;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* EMBED */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.special-slider .embed-responsive{
  height: auto;
}
.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-item {
  overflow: hidden;
  background-color: #000000;
}

.video-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-item .video-item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-item img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.video-item-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-item-button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video-item-button-icon {
  fill: #ffffff;
}

.video-item-button:focus {
  outline: none;
}

.video-item:hover .video-item-button-shape,
.video-item-button:focus .video-item-button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */

.video--enabled {
  cursor: pointer;
}

.video--enabled .video-item-button {
  display: block;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
#nca-cookiesaccept-line-accept-btn {
  width: 125px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  background-color: #19d0cd;
  border: 1px solid;
  border-radius: 4px;
  line-height: 33px;
  border-block-color: #19d0cd;
}

#nca-cookiesaccept-line-accept-btn:hover {
  background-color: #19d0cddb;
}

/* BREADCRUMBS */

.breadcrumbs {
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  margin: 0;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:last-child) {
  margin-right: 0.25rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: "\2022";
  color: #e5e5e5;
  margin-left: 0.5rem;
}

.breadcrumbs li a {
  color: #0071bb;
}
.form-group input::placeholder {
  color: #cdced4 !important;
}
/* HEADER */
.span_link {
  cursor: pointer;
  color: #0072bc;
}
.header {
  padding: 1.5rem 0;
  font-size: 1rem;
  color: #485460;
}

.header .item {
  margin-bottom: 1rem;
}

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

.header .item:not(:first-child) {
  margin-top: auto;
}

.header .item a {
  color: #485460;
}
.header .item .special-offer {
  color: #1B9CFC;
}

.header .item a:hover {
  color: #00b6b0;
}

.header .item .r-block {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #eef7ff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.link {
  color: white;
}
.footer-new .service-quality {
  display: flex;
  padding-top: 25px;
  width: 300px;
  float: right;
}
.footer-new .service-quality .image {
  flex: 0 0 58px;
}
.footer-new .service-quality .image img {
  width: 100%;
  max-width: 100%;
}
.footer-new .service-quality .text-block {
  padding-left: 10px;
}
.footer-new .service-quality .text-block p {
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.2px;
}

.footer-new .service-quality .text-block a {
  border-radius: 2.008px;
  background: #EFF3F6;
  display: block;
  border: none;
  color: #231F20;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  padding: 6px;
  text-transform: uppercase;
}

.svg-icon.label {
  margin-right: 0.75rem;
  position: relative;
}

.svg-icon.label::after {
  position: absolute;
  content: "";
  right: -2px;
  top: 50%;
  margin-top: -3px;
  background: #9aecdb;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 0;
}

.svg-icon.label svg {
  width: 1.1rem;
  max-height: 1.1rem;
  vertical-align: -0.125em;
  position: relative;
  z-index: 1;
}

.header-logo {
  text-align: center;
  position: relative;
}

.header-circle {
  position: absolute;
  content: "";
  background: rgba(154, 236, 219, 0.21);
  border-radius: 50%;
  width: 142px;
  height: 142px;
  z-index: 0;
  left: calc(50% - 71px);
  top: calc(-55px - 1.5rem);
}

.header-logo img {
  max-width: 160px;
  height: auto;
}

.header .item .phone {
  /*
    font-size: 2rem;
*/
  font-size: 32px;
}

.header-mobile {
  width: 100%;
  line-height: 40px;
  color: #485460;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px 0 #777;
  box-shadow: 0 0 5px 0 #777;
}

.header-mobile a {
  color: inherit;
}

.header-mobile .header-circle {
  width: 100px;
  height: 100px;
  top: -65px;
  left: 50%;
  margin-left: -50px;
}

.header-mobile .header-logo img {
  max-width: 100px;
  height: 2.4rem;
}

.main-menu {
  height: 70px;
  font-size: 1rem;
  background-color: #eef7ff;
  font-size: 1.2rem;
}

.main-menu .navbar {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.main-menu .navbar > li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.main-menu .root {
  padding-right: 15px;
}

.main-menu .root > ul {
  width: auto;
  max-height: 0;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  position: absolute;
  left: -30px;
  top: 60px;
  z-index: 100;
  background-color: #eef7ff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu .root > ul > li {
  padding: 5px 0;
  display: block;
}

.main-menu .root .svg-icon {
  font-size: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  line-height: 0;
}

.main-menu .root:hover > ul {
  max-height: 1000px;
  padding: 15px 30px;
  top: 70px;
}

.main-menu .root:hover .svg-icon {
  color: #00b6b0;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.main-menu a.item {
  white-space: nowrap;
  color: #485460;
  text-decoration: none;
}

.main-menu a.item:hover {
  color: #00b6b0;
}

.main-menu a.item.callback {
  color: #1b9cfc;
}

.main-menu a.item.callback:hover {
  color: #00b6b0;
}

.main-menu .item .svg-icon {
  width: 20px;
  display: inline-block;
  position: relative;
}

.main-menu.fixed {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 5px 0 #777;
  box-shadow: 0 0 5px 0 #777;
}

.main-menu .logo,
.main-menu .fixed,
.main-menu.fixed .callback {
  display: none;
}

.main-menu.fixed .logo,
.main-menu.fixed .fixed {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.main-menu.fixed .logo {
  margin-top: -5px;
}

.main-menu.fixed .logo img {
  height: 2.2rem;
}

.main-menu.fixed + .main-menu-replacer {
  height: 70px;
}

/* TABLE */
table {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 1rem 0;
}

td,
th {
  border: 1px solid #fff;
  padding: 8px 15px;
}

td {
  font-size: 1rem;
}

tr:nth-child(even) {
  background: #e9f7ff;
}

th {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  border-left: 2px solid #fff;
  background-color: #0071bb;
  border-bottom: 5px solid #fff;
}

th:first-child {
  border-left: none;
}

/* SWIPER */
.swiper-container[class*="-slider"] {
  margin-right: -15px;
  margin-left: -15px;
}

.slider-panel {
  margin-top: 30px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-panel [class*="-slider__arrow"] {
  position: relative;
  width: 14px;
  height: 14px;
}

.slider-panel [class*="-slider__arrow"]:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-left.svg);
}

.slider-panel [class*="-slider__arrow"].swiper-button-disabled {
  opacity: 0.5;
}

.slider-panel [class*="-slider__arrow_next"]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-panel [class*="-slider__pagination"] {
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-panel .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  background: 0 0;
  color: #c4c4c4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  margin: 0 5px;
  position: relative;
  left: 0 !important;
}

.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  display: block;
}

.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #485460;
  border-color: #63e9ff;
}

.slider-panel .swiper-pagination-bullet span {
  line-height: 1;
  padding: 0 2px;
  display: inline-block;
  position: absolute;
  bottom: -4px;
  right: 2px;
  font-size: 15px;
  background-color: #fff;
}

.slider-panel_white .swiper-pagination-bullet {
  border-color: #fff;
  color: #fff;
  opacity: 0.5;
}

.slider-panel_white .swiper-pagination-bullet span {
  background-color: #1473b2;
}

.slider-panel_white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

.slider-panel_white [class*="-slider__arrow"]:before {
  background-image: url(../img/w-arrow-left.svg);
}

/* FOOTER */

.footer {
  padding: 2rem 0;
}

.footer .footer-border {
  border-top: 1px solid #eef7ff;
  margin-bottom: 2rem;
}

.footer .item {
  margin-bottom: 1rem;
}

.footer .footer-logo {
  width: 132px;
  height: auto;
  margin-bottom: 2rem;
}

.footer .footer-phone {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #1b9cfc;
}

.footer .copyright {
  font-size: 12px;
}

.footer .social-list .svg-icon {
  margin-right: 1rem;
  color: #485460;
}

.footer .social-list .svg-icon svg {
  width: 0.85rem;
  max-height: 0.85rem;
  vertical-align: -0.125em;
}

.footer .item .item-title {
  color: #1b9cfc;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.footer .item .item-list a {
  color: #485460;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 12px;
}

.lic-link {
  font-size: 0.8rem;
}

/* MOBILE MENU */
.mobile_icon {
  cursor: pointer;
}

.line-1,
.line-2,
.line-3 {
  background-color: #485460;
  height: 1px;
  width: 20px;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line-3 {
  margin-bottom: 0;
}

.mobile_icon.active .line-1 {
  -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.mobile_icon.active .line-2 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.mobile_icon.active .line-3 {
  -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.fancybox-bg {
  background: #fff;
}

.fancybox-content {
  /*height: auto;*/
  /*min-height: 375px;*/
  -webkit-box-shadow: 0px 10px 40px #d6e6ef;
  box-shadow: 0px 10px 40px #d6e6ef;
}

/* ONTOP */
#ontop {
  line-height: 0;
  color: #0069d1;
  font-size: 4rem;
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 999999;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

#ontop.hide {
  display: none;
}

#ontop:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  top: 5%;
  left: 5%;
  z-index: -1;
}

@media (min-width: 768px) {
  .slider-panel {
    display: none;
  }
}

/*@media (min-width:992px) {
    
    .header-logo {
        top: -23px;
    }
    
}*/

@media (max-width: 991px) {
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .section-pretitle {
    font-size: 0.8rem;
    margin-bottom: 0.667rem;
  }

  .section-info {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .main-menu {
    width: 100%;
    height: auto;
    line-height: 50px;
    padding-top: 5px;
    display: none;
    position: fixed;
    top: 85px;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
  }

  .main-menu a.item {
    border-bottom: 1px solid #ddd;
  }

  .main-menu a.phone {
    padding: 20px 0 20px;
    color: #1b9cfc;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .main-menu .navbar {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-menu .navbar > li {
    border-bottom: 1px solid #ddd;
  }

  .main-menu .root .svg-icon,
  .main-menu .root > ul {
    display: none;
  }

  .main-menu .navbar a.item {
    border-bottom: none;
  }

  .main-menu-replacer {
    height: 88px;
  }

  .collapse:hover {
    color: #1b9cfc;
  }

  .name-btn:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .section-link {
    top: 0;
  }

  .section-video {
    padding-top: 28px;
  }

  .section-video .title {
    font-size: 1.6rem;
    padding: 0 0 1.25rem 0;
  }

  .section-video .text {
    font-size: 1.2rem;
  }

  .section-video .play-btn {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .section-video .play-btn .svg-icon {
    font-size: 48px;
    margin-right: 24px;
  }

  .footer {
    padding: 0;
  }

  .footer .social-list .svg-icon {
    margin-right: 0;
    margin-left: 1rem;
  }
}

@media (max-width: 575px) {
  .btn {
    width: 100%;
  }
}
.header .item .link-special-offers {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* добавлено с шаблона my */
.popup--window.form-modal {
  display: none;
  z-index: 9999;
  overflow: hidden;
  max-width: 580px;
  width: 100%;
  height: auto;
  padding: 20px !important;
  font-size: 13px;
}
.popup--window.fancybox-content {
  cursor: initial;
  max-width: 50%;
}
.popup--window .form-field .after {
  font-size: 14px;
  color: #777;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.about-advantage__title {
  font-size: 30px;
  text-align: center;
}
.about-advantage__title,
.about-default-title,
.about-procedure__title,
.onko-specialist .s--c-item__card,
.onko_treatment_title {
  font-family: officina;
}
.fs13,
.press-title,
.title-text__title,
form h3 {
  margin-bottom: 20px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  outline: 0;
  width: 100%;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  font-weight: 400;
  color: #636973;
  vertical-align: middle;
  margin: 0 17px 0 0;
}
select {
  background-color: #eef7ff;
}
.form-modal__upp {
  text-transform: uppercase;
}
.fs13 {
  text-transform: uppercase;
}
.fs13 {
  font-weight: 700;
  color: #adb9c9;
}
.fs13,
.press-title,
.title-text__title,
form h3 {
  margin-bottom: 20px;
}
.form-modal input,
.form-modal textarea,
.form-modal select {
  font-family: officina;
  font-weight: 700;
  color: #636973;
}
.faq-form-label {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
#policy_approve {
  width: 20px;
  height: 20px;
  border: 2px solid #00bab6;
  background: #fff;
}
.section-text h3, h2 {
  margin-bottom: 15px;
  margin-top: 25px;
}
.faq-form-label__title {
  font-size: 13px;
  color: #adb9c9;
  margin-bottom: 10px;
  font-weight: 700;
}
.faq-form-label__title {
  text-transform: uppercase;
}
.wpcf7-response-output {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  color: #0072bc;
}
input[type="submit"],
.btn-simple {
  background: #0072bc;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  border-radius: 60px;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-weight: 700;
  height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  outline: 0;
  -webkit-appearance: none;
  border: none;
}
.form-modal a,
.form-modal a:hover,
.form-modal a:active {
  text-decoration: none;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
     transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
     transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  margin-top: 44px;
  margin-right: 0px;
  margin-bottom: 44px;
  margin-left: 0px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-page-swiper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  position: relative;
}
.main-page-swiper .swiper-slide {
  opacity: 0;
}
.main-page-swiper .swiper-slide-active {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}

.main-page-swiper .swiper-slide .flex-column-reverse a {
  display: block;
  text-align: right;
}
.main-page-swiper .swiper-slide .flex-column-reverse .head-container a {
  text-align: initial;
  display: inline-block;
}
.main-page-swiper .swiper-slide .flex-column-reverse .head-container a:hover,
.main-page-swiper .swiper-slide .flex-column-reverse .head-container a:active {
  text-align: center;
}
.main-page-swiper .swiper-slide .flex-column-reverse .head-container {
  padding-left: 15px;
}
.section-clients-front {
	padding: 3rem 0;
}

.section-clients-front {
  background-color: #F4F9FC;
}
.section-clients-front .section-title {
	font-size: 2rem;
}

.clients-front-img {
	object-fit: contain;
	width: 100%;
	height: auto;
}

.clients-front-name {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 10px 0 20px;
}

.clients-front-link {
	font-weight: bold;
	font-size: 18px;
	color: inherit;
	border: 3px solid #63E9FF;
	padding: 10px 40px;
}
@media (max-width: 992px) {
  .main-page-swiper {
    margin: 0;
    padding: 0;
  }
  .main-page-swiper .swiper-slide .flex-column-reverse .head-container {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .main-page-swiper .swiper-slide .flex-column-reverse .head-container a {
    max-width: 100%;
  }
  .popup--window.fancybox-content {
  max-width: 100%;
}
}
/*
#video.section-video.show-on-scroll .container.topper .row.align-items-center .col-12.col-lg-8.mt-5.mb-3.mt-lg-0.mb-lg-0{
    display: none;
}
*/
body .section-number .card-item .label {
  right: initial;
  font-size: 50px;
}
.clinic-info__wrapper {
  padding-top: 60px;
}
.clinic-info__text__title {
  font-size: 2em;
  font-weight: bold;
}
.clinic-info__text p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.clinic-info__text p:last-child {
  margin: 0;
}
.clinic-info__directions__list__item {
  padding: 20px 25px;
  font-size: 1.5rem;
  position: relative;
  -webkit-box-shadow: 0px 3px 20px #d6e6ef;
  box-shadow: 0px 3px 20px #d6e6ef;
}
.clinic-info__directions__list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #0071bb;
  border-bottom-right-radius: 10px;
}
.pt-el-1 {
  padding-top: 15px;
}
.clinic-info__directions__list {
  padding-top: 5px;
}
.clinic-info__directions__list__item a:hover,
.clinic-info__directions__list__item a:active {
  text-decoration: none;
}
.faq-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-text__title-1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  color: #0071bb;
}
.section-text__wrapper {
  padding-top: 30px;
}
.section-text-custom .expert-panel__mediabox img {
  height: 450px;
  width: auto;
}
.section-text-custom .expert-panel__body {
  width: 100%;
  margin-right: -100px;
  height: 200px;
}
.underline span {
  padding: 0;
  padding-right: 3px;
}

.med-dokumentatsiya__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.med-dokumentatsiya__form {
  margin-right: 15px;
}

.med-dokumentatsiya__form,
.med-dokumentatsiya__send,
.med-dokumentatsiya__submit-btn {
  font-size: 14px;
  padding: 10px 35px;
  font-weight: 700;
}

.med-dokumentatsiya__submit-btn {
  margin-top: 15px;
}

.med-dokumentatsiya__form {
  margin-right: 15px;
}

.med-dokumentatsiya__file {
  position: relative;
  text-align: center;
}

.med-dokumentatsiya__file-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.med-dokumentatsiya__file-button {
  width: 100%;
  background: #0072bc;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px;
  cursor: pointer;
  padding-right: 30px;
  padding-left: 15px;
}

.med-dokumentatsiya__file-icon {
  height: 47px;
  width: 47px;
  margin-right: 20px;
  padding-right: 8px;
  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;
  border-right: 1px solid #fff;
}

.med-dokumentatsiya__file-button-text {
  line-height: 1;
  margin-top: 1px;
}

.med-dokumentatsiya__submit {
  width: 100%;
}

.med-dokumentatsiya__submit-btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.med-dokumentatsiya__file-del,
.med-dokumentatsiya__file-ok,
.med-dokumentatsiya__submit,
.med-dokumentatsiya__select {
  display: none;
}

.med-dokumentatsiya__file-del,
.med-dokumentatsiya__file-ok {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.med-dokumentatsiya__file-del {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='图层_1' xmlns:x='&ns_extend;' xmlns:i='&ns_ai;' xmlns:graph='&ns_graphs;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='23px' height='23px' viewBox='0 0 256 256' enable-background='new 0 0 256 256' xml:space='preserve'%3E%3Cswitch%3E%3Cg i:extraneous='self'%3E%3Cg%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='127.9995' y1='0.9922' x2='127.9995' y2='252.6591'%3E%3Cstop offset='0' style='stop-color:%23F15454'/%3E%3Cstop offset='1' style='stop-color:%23D93B3B'/%3E%3C/linearGradient%3E%3Ccircle fill='url(%23SVGID_1_)' cx='128' cy='128.001' r='128'/%3E%3Cg opacity='0.2'%3E%3Cpath fill='%23D8D8D8' d='M127.999,251.748c-69.981,0-126.835-56.162-127.972-125.873C0.015,126.583,0,127.29,0,128.001 C0,198.693,57.307,256,127.999,256C198.693,256,256,198.693,256,128.001c0-0.711-0.016-1.418-0.026-2.126 C254.838,195.586,197.982,251.748,127.999,251.748z'/%3E%3C/g%3E%3Cpath opacity='0.1' fill='%232C2C2C' d='M159.71,130.104l36.722-36.723c5.771-5.771,5.774-15.214,0-20.983L184.89,60.855 c-5.766-5.771-15.215-5.771-20.986,0.001l-36.721,36.721L90.46,60.856c-5.771-5.771-15.215-5.771-20.986-0.001L57.935,72.398 c-5.771,5.77-5.771,15.213,0,20.983l36.722,36.723l-36.722,36.722c-5.771,5.774-5.771,15.218,0,20.986l11.539,11.542 c5.771,5.777,15.215,5.774,20.986,0l36.722-36.722l36.721,36.722c5.771,5.774,15.221,5.777,20.986,0l11.542-11.542 c5.774-5.769,5.771-15.212,0-20.986L159.71,130.104z'/%3E%3Cpath fill='%23FAFAFA' d='M159.71,127.271l36.722-36.724c5.771-5.77,5.774-15.214,0-20.983L184.89,58.021 c-5.766-5.77-15.215-5.77-20.986,0.002l-36.721,36.721L90.46,58.022c-5.771-5.771-15.215-5.771-20.986-0.002L57.935,69.563 c-5.771,5.77-5.771,15.214,0,20.983l36.722,36.724l-36.722,36.722c-5.771,5.773-5.771,15.218,0,20.986l11.539,11.542 c5.771,5.776,15.215,5.773,20.986,0l36.722-36.722l36.721,36.722c5.771,5.773,15.221,5.776,20.986,0l11.542-11.542 c5.774-5.769,5.771-15.213,0-20.986L159.71,127.271z'/%3E%3Cg opacity='0.2'%3E%3Cpath fill='%232C2C2C' d='M93.239,125.854l1.417-1.418L57.935,87.713c-2.527-2.526-3.947-5.757-4.261-9.074 c-0.404,4.26,1.017,8.665,4.261,11.908L93.239,125.854z M196.432,90.547c3.246-3.244,4.667-7.65,4.263-11.911 c-0.313,3.318-1.735,6.55-4.263,9.077l-36.722,36.723l1.418,1.418L196.432,90.547z M196.432,182.144l-11.542,11.543 c-5.766,5.776-15.215,5.773-20.986,0l-36.721-36.722L90.46,193.687c-5.771,5.773-15.215,5.776-20.986,0l-11.539-11.543 c-2.527-2.525-3.947-5.756-4.261-9.072c-0.404,4.26,1.017,8.664,4.261,11.907l11.539,11.542c5.771,5.776,15.215,5.773,20.986,0 l36.722-36.722l36.721,36.722c5.771,5.773,15.221,5.776,20.986,0l11.542-11.542c3.246-3.243,4.666-7.646,4.263-11.906 C200.379,176.39,198.959,179.62,196.432,182.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/switch%3E%3C/svg%3E%0A");
}

.med-dokumentatsiya__file-ok {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' version='1.1' viewBox='0 0 32 32'%3E%3Cg transform='scale(2)'%3E%3Ccircle style='fill:%234caf50' cx='8' cy='8' r='7'/%3E%3Cpath style='fill:%23ffffff' d='M 11.535,4.4 7.2928,8.6 4.4647,5.8 3.0506,7.2 5.8787,10.1 7.2928,11.5 12.949,5.8 Z'/%3E%3C/g%3E%3C/svg%3E");
}

.med-dokumentatsiya__select select {
  height: 47px !important;
}
.warning-out {
  background-color: #eef7ff;
}
.warning {
  max-width: 975px;
  font-size: 18px;
  text-decoration: underline;
  color: #f31f1f;
  margin: 0 auto;
  padding: 20px;
}
.warning img {
  margin-right: 10px;
  margin-bottom: 10px;
}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 8rem;
	right: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background: url(/img/scroll_top.png) 50% 50% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
	cursor: pointer;
}
#scroll_top:hover {
 	opacity: 1;
}
@media screen and (max-width: 600px){
.footer-new .service-quality{width: 100%;}
}