@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|PT+Sans+Caption:400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*Global settings*/
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

.page_blocked {
  overflow: hidden;
}

a {
  color: #1a4780;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
}
ul li {
  padding-bottom: 10px;
  margin-left: 0px;
  list-style-type: disk;
  list-style-position: outside;
}

p {
  text-align: justify;
  margin: 4px 0;
}

table {
  width: 100%;
  margin: 15px 0 25px;
  border-radius: 10px;
  border: 0.5px solid #1a4780;
  background: #1a4780;
  border-collapse: separate;
  border-spacing: 2px;
}
table caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
table th {
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #0088DE;
}
table th:first-child {
  border-top-left-radius: 10px;
}
table th:last-child {
  border-top-right-radius: 10px;
}
table td {
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  background-image: url(images/table-fon.png);
}
table td:last-child {
  text-align: center;
}

.round_br {
  border-bottom-right-radius: 10px;
}

.round_bl {
  border-bottom-left-radius: 10px;
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-family: "PT Sans Caption", sans-serif;
  color: #1a4780;
  margin: 0;
  padding: 4px 0;
}

@media screen and (max-width: 680px) {
  h1, h2, h3 {
    text-align: center;
  }
}
img {
  max-width: 100%;
}

/* Layout */
/* This wrapper contains ALL other blocks inside BODY */
#wrapper {
  height: 100%;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

/*Hack(part1) for locating Footer in the bottom of the page (even when content is too shot)
This wrapper contains ALL blocks, BESIDE FOOTER,
and и strech blocks on 100% height*/
#wrapper-main {
  width: 100%;
  min-height: 100%;
}

.vk {
  display: inline-block;
  width: 48px;
  height: 48px;
}

/* Main styles */
.header {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #1a4780;
}
.header__name {
  padding-top: 10px;
  font-size: 18px;
}
.header__logo {
  display: inline-block;
  position: relative;
}
.header__phone {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
}
.header__adress {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: left;
}

/*Search*/
.search-block {
  float: left;
  width: 26.3157894737%;
  padding-top: 22px;
  /*Search button*/
}
.search-block .search {
  float: right;
}
.search-block .inputbox {
  box-sizing: border-box;
  height: 24px;
  width: 185px;
  margin: 0;
  padding: 0 0 0 6px;
  border: solid #0088DE 1px;
  border-radius: 5px 0 0 5px;
  font-size: 1.15rem;
  background: #f3f2e8;
  color: #0088DE;
  /*Поле поиска в активном состоянии (когда в нем мигает курсор)*/
}
.search-block .inputbox:focus {
  border: solid #0088DE 1px;
  background: #fff;
  outline: 0 none;
  /*убирает рамку, которая по умолчанию отображается при активации поля в Chrome, Mozilla и где-то еще*/
}
.search-block .button {
  box-sizing: border-box;
  height: 24px;
  width: 30px;
  margin: 0;
  padding: 0;
  border: solid #0088DE 1px;
  border-radius: 0 5px 5px 0;
  vertical-align: bottom;
  /*выравнивание важно,иначе в некоторых браузерах поле и кнопка поиска разъезжаются*/
  background: #0088DE url(../images/search.png) no-repeat;
  color: #fff;
}
.search-block .button:hover {
  background: #84d31a url(../images/search.png) no-repeat;
}

/*Top horizontal menu*/
.for-small-resolution {
  display: none;
}

.topmenu {
  width: 100%;
  height: 32px;
  margin: 0 0 16px 0;
  /*Отступ от горизонтального меню до идущих ниже элементов - контента, колонок и др.*/
  padding: 0;
  border-radius: 5px;
  font-size: 1.15rem;
  font-family: "PT Sans Caption", sans-serif;
  background: #1a4780;
  color: #fff;
}

.topmenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  list-style-type: none;
}

.topmenu ul li {
  display: inline-block;
  flex-grow: 1;
  position: relative;
  left: 0;
  top: 0;
  height: 32px;
  padding: 0;
  margin: 0 3px 0 0;
  list-style: none;
  background: #1a4780;
  text-align: center;
}

.topmenu ul li:first-child {
  border-radius: 5px 0 0 5px;
}

.topmenu ul li:last-child {
  background: #1a4780;
  padding: 0px;
  margin: 0px;
  border-radius: 0 5px 5px 0;
}

.topmenu ul li a {
  display: block;
  height: 20px;
  /*Высота ячейки задается жесткая, чтобы не зависить от используемого шрифта. Равна высоте ul (32px) минус отступы padding-top(6px) и padding-bottom(6px) */
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

.topmenu ul li.current {
  background-color: #0088DE;
}

/*Это скругление текущего первого пункта меню нужно ТОЛЬКО,
 если первый пункт меню не содержит подменю.
  Если содержит, то данный блок не обязателен*/
.topmenu ul li:first-child.current {
  background-color: #0088DE;
  border-radius: 5px 0 0 5px;
}

/*Это скругление текущего последнего пункта меню нужно,
 если последний пункт меню не содержит подменю.
  Если содержит, то данный блок не обязателен*/
.topmenu ul li:last-child.current {
  background-color: #0088DE;
  border-radius: 0 5px 5px 0;
}

/*Стрелочка около всех пунктов меню, имеющих подменю*/
.topmenu ul li.parent {
  background: url(../images/menu-arrow.png) 95% 50% no-repeat;
}

/*Параметры активного пункта меню*/
.topmenu ul li.parent.active {
  background-color: #0088DE;
}

/*Скругление первого пункта меню, когда он активен
 в следствии активности его подменю*/
.topmenu ul li:first-child.parent.active {
  background-color: #0088DE;
  border-radius: 5px 0 0 5px;
}

/*Параметры при наведении: пункта меню, подпунктов меню, текущих подпунктов меню*/
.topmenu ul li:hover,
.topmenu ul li ul li:hover,
.topmenu ul li ul li.current:hover {
  background-color: #0088DE;
  border-radius: 0;
}

/*first-child и last-child прописаны, т.к.выше мы задали
скругление первого пункта меню ПРИ НАВЕДЕНИИ Наведении.
 Чтобы скругление не распространялось на Подменю и нужен этот блок.
  Пишем отдельно, т.к. IE не понимает child и пропускает весь этот блок*/
.topmenu ul li ul li:first-child:hover,
.topmenu ul li ul li:last-child:hover,
.topmenu ul li ul li:first-child.current:hover,
.topmenu ul li ul li:last-child.current:hover {
  background-color: #0088DE;
  border-radius: 0;
}

/*Скругление первого пункта меню при наведении
 (для соответсвия всему скругленному меню*/
.topmenu ul li:first-child:hover {
  background-color: #0088DE;
  border-radius: 5px 0 0 5px;
}

/*Скругление последнего пункта меню при наведении (для соответсвия всему скругленному меню*/
.topmenu ul li:last-child:hover {
  background-color: #0088DE;
  border-radius: 0 5px 5px 0;
}

.topmenu ul li ul li.current {
  /*такая форма записи выбрана, чтобы НЕ выделять активный пункт подменю*/
}

/*Выше мы задали скругление ТЕКУЩЕГО первого пункта меню.
Чтобы скругление не распространялось на Подменю и нужен этот блок*/
.topmenu ul li ul li:first-child.current,
.topmenu ul li ul li:last-child.current {
  border-radius: 0;
}

.topmenu ul li ul.showSubMenu {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

/*Подменю (второй уровень меню)*/
.topmenu ul li ul {
  display: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 5;
  list-style: none;
  background-color: #5b5b5b;
}

/*Параметры нуктов подменю (всплывающее меню). Написаны отдельно,
 т.к. IE пропускат весь блок, т.к. не знает child*/
.topmenu ul li ul li {
  width: 275px;
  margin: 0;
  text-align: left;
  z-index: 5;
}

.topmenu ul li ul li a {
  padding: 6px 10px;
  height: 100%;
  /*Высота ячейки задается плавающая, чтобы текст подпункта меню переносился на следующую строчку, если не умещается */
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .flex {
    flex-direction: column;
  }
}

.flex-item {
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
}
.flex-item h3 {
  text-align: center;
}
.flex-item ul {
  margin: 0;
}
@media screen and (max-width: 680px) {
  .flex-item {
    width: 100%;
  }
}

/* Slideshow */
/* Main content */
.content {
  background: #fff;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}

/* Text "News archive" */
/*Inscription "Опубликовано" (Published) + Date in Materials*/
.gallery {
  width: 100%;
}
.gallery a {
  display: inline-block;
  position: relative;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  overflow: hidden;
}
.gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: opacity 0.5s;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.gallery a:hover:after {
  opacity: 0;
}
.gallery a img {
  border: 2px solid #969696;
  border-radius: 5px;
}

.fogging {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.fogging:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.fogging .close {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat;
  font-size: 0;
  cursor: pointer;
}
.fogging .close_visible {
  display: inline-block;
}
.fogging .close:hover {
  background: url(../images/close-hover.png) no-repeat;
}
.fogging .close:active {
  background: url(../images/close-active.png) no-repeat;
}
.fogging .large-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
  border: 4px solid #f0f0f0;
  border-radius: 8px;
}
.fogging .arrows {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  height: 40px;
  font-size: 0;
}
.fogging .arrows_visible {
  display: inline-block;
}
.fogging .arrows .arrow-left {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background: url(../images/arrow-left.png) no-repeat;
  cursor: pointer;
}
.fogging .arrows .arrow-left:hover {
  background: url(../images/arrow-left-hover.png) no-repeat;
}
.fogging .arrows .arrow-left:active {
  background: url(../images/arrow-left-active.png) no-repeat;
}
.fogging .arrows .arrow-right {
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../images/arrow-right.png) no-repeat;
  cursor: pointer;
}
.fogging .arrows .arrow-right:hover {
  background: url(../images/arrow-right-hover.png) no-repeat;
}
.fogging .arrows .arrow-right:active {
  background: url(../images/arrow-right-active.png) no-repeat;
}

.doctor {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.doctor__photo {
  width: 300px;
}
.doctor__info {
  flex: 1;
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (max-width: 680px) {
  .doctor {
    flex-direction: column;
  }
  .doctor__photo {
    align-self: center;
  }
  .doctor__info {
    padding-left: 0;
  }
}

/*max-width > на 20px (из-за полосы прокуртки)*/
@media screen and (max-width: 690px) {
  .header {
    display: none;
  }

  .topmenu {
    display: none;
  }

  .for-small-resolution {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 10px;
  }

  .for-small-resolution .menu-title {
    padding: 0 50px 0 10px;
    border-bottom: 3px solid black;
    line-height: 40px;
    font-family: "PT Sans Caption", sans-serif;
    background: #1a4780;
  }
  .for-small-resolution .menu-title a {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }

  .for-small-resolution .menu-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
    cursor: pointer;
  }

  .for-small-resolution .menu-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 5;
    width: 100%;
  }
  .for-small-resolution .menu-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
  }
  .for-small-resolution .menu-mobile ul li.current a {
    background: #1a4780;
  }
  .for-small-resolution .menu-mobile ul li {
    margin: 0;
    padding: 0;
  }
  .for-small-resolution .menu-mobile ul li a {
    display: block;
    padding: 10px;
    border-bottom: 2px solid #000;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background: #0088DE;
  }
  .for-small-resolution .menu-mobile ul li a:hover {
    background: #1a4780;
  }
  .for-small-resolution .menu-mobile ul li ul li a {
    padding-left: 50px;
  }

  .for-small-resolution .menu-mobile.showMenuMobile {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
