
.container:before, .m-feature:before, .person-container:before, .footer-list:before, .foot-menu:before, .post ul.l-vertical-list:before,
.container:after,
.m-feature:after,
.person-container:after,
.footer-list:after,
.foot-menu:after,
.post ul.l-vertical-list:after {
  content: '';
  display: table; }

.container:after, .m-feature:after, .person-container:after, .footer-list:after, .foot-menu:after, .post ul.l-vertical-list:after {
  clear: both; }

.container, .m-feature, .person-container, .footer-list, .foot-menu, .post ul.l-vertical-list {
  *zoom: 1; }

html,
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! normalize.css v3.0.0 | 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.
 */
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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */
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; }

html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  box-sizing: inherit; }

html {
  font-size: 100%; }

html,
body {
  font-family: "roboto_light", Verdana, sans-serif;
  line-height: 1.5;
  background-color: #FFF;
  color: #000; }

body {
  font-size: 0.8125rem; }

@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
a,
input,
button {
  -ms-touch-action: none !important; }

a {
  color: #525295;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.container {
  width: 100%;
  max-width: 60.1875rem;
  margin: 0 auto; }
  .container img {
    height: auto;
    max-width: 100%;
    height: auto !important;
    vertical-align: middle; }

.container {
  padding: 0; }

@font-face {
  font-family: 'roboto_light';
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight/RobotoLight.svg#roboto_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_regular';
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular/RobotoRegular.svg#roboto_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_medium';
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium/RobotoMedium.svg#roboto_medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_bold';
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold/RobotoBold.svg#roboto_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
::-moz-selection {
  background: #e6e6e6;
  text-shadow: none; }

::selection {
  background: #000;
  text-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
.head-1,
.head-2,
.head-3 {
  margin: 0 0 1em 0; }
  h1:last-of-type:last-child,
  h2:last-of-type:last-child,
  h3:last-of-type:last-child,
  h4:last-of-type:last-child,
  h5:last-of-type:last-child,
  h6:last-of-type:last-child,
  p:last-of-type:last-child,
  ul:last-of-type:last-child,
  .head-1:last-of-type:last-child,
  .head-2:last-of-type:last-child,
  .head-3:last-of-type:last-child {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.head-1,
.head-2,
.head-3 {
  line-height: 1.3;
  color: #684d8f; }

h1, .h1, .head-1 {
  font-family: "roboto_light";
  font-size: 1.25rem;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center; }

h2, .head-2 {
  font-family: 'roboto_medium';
  font-size: 1.125rem; }

h3, .head-3 {
  font-family: 'roboto_medium';
  font-size: 1rem; }

h4 {
  font-family: 'roboto_light';
  font-size: 17px; }

p {
  margin-bottom: 1.4375rem; }
  p:last-of-type:last-child {
    margin-bottom: 0; }

ul {
  padding: 0 0 0 1em; }

/*
%button--grey {
	@extend %button;
	@include rem(padding, 15);
	background-color: shade($white, 30);
	color: shade($white, 70);
	
	&:hover {
		background-color: shade($white, 20);
	}
	&:active {
		background-color: shade($white, 40);
	}
}
*/
.all {
  min-height: 100%; }

.l-align-left {
  float: left; }

.l-align-right {
  float: right !important; }

.text-align-left {
  text-align: left !important; }

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

body {
  background: #f3f0f5 url("../images/back.jpg") center 0 no-repeat; }

::-moz-selection {
  background: #e5e5e5; }

::selection {
  background: #e5e5e5; }

.infopanel {
  background: #6e6a8b;
  color: #ceccda;
  font-size: 0.6875rem; }
  .infopanel p {
    margin: 0 auto;
    max-width: 60.1875rem;
    text-align: center;
    padding: 3px 0; }
  @media screen and (max-width: 767px) {
    .infopanel {
      display: none; } }

header {
  padding: 25px 0; }
  header .search-form {
    font-size: 0.875rem; }
    @media screen and (max-width: 962px) {
      header .search-form {
        /*width: 100%;
        margin-top: 15px;*/
        display: none; } }
    header .search-form .ya-site-form {
      display: inline-block;
      line-height: 1; }
  @media screen and (max-width: 962px) {
    header {
      padding: 30px 20px; } }
  @media screen and (max-width: 428px) {
    header {
      padding: 10px 20px; } }

.logo {
  width: 249px;
  height: 55px;
  background: url("../images/logo.png") no-repeat;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 1.25rem; }
  @media screen and (max-width: 727px) {
    .logo {
      width: 30%;
      -webkit-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto; } }
  @media screen and (max-width: 428px) {
    .logo {
      display: block;
      width: 60%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }

.site-age {
  background: url("../images/age.png") no-repeat center center;
  width: 34px;
  height: 34px;
  margin-right: 3.75rem;
  float: left;
  margin-top: 7px; }
  @media screen and (max-width: 767px) {
    .site-age {
      display: none; } }
  @media screen and (max-width: 718px) {
    .site-age {
      clear: right; } }
  @media screen and (max-width: 687px) {
    .site-age {
      clear: both; } }
  @media screen and (max-width: 428px) {
    .site-age {
      width: 100%;
      text-align: center; } }

.ask {
  display: inline-block;
  width: 140px;
  height: 33px;
  background: url("../images/icons/ask-icon.png") left center no-repeat;
  padding-left: 43px;
  color: #5c4d89;
  margin-top: 7px;
  line-height: 1;
  /*		@include media-max(687px) {
  			// width: 100%;
  			// padding-top: 6px;
  			margin-left: 125px;
  			position: relative;
  			top: -60px;
  		}
  		@include media-max(470px) {
  			margin-left: 40px;
  		}*/ }
  @media screen and (max-width: 727px) {
    .ask {
      float: left;
      margin-left: 20px; } }
  @media screen and (max-width: 428px) {
    .ask {
      display: none;
      width: auto;
      float: none;
      margin-top: 20px;
      position: relative;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }

.search-form .ya-site-form__form {
  max-width: 260px;
  display: inline-block;
  vertical-align: bottom; }
  .search-form .ya-site-form__form .ya-site-form__search-input {
    padding: 0 !important; }
  .search-form .ya-site-form__form .ya-site-form__search-input-layout-r {
    display: none; }
  .search-form .ya-site-form__form input[type="search"] {
    padding: 0 25px 0 15px;
    height: 34px;
    border-width: 0px !important;
    -webkit-border-radius: 6px;
    border-radius: 0px;
    outline: none; }
    @media screen and (max-width: 962px) {
      .search-form .ya-site-form__form input[type="search"] {
        width: 100%;
        background-position: 98% center; } }
  .search-form .ya-site-form__form .ya-site-form__input {
    position: relative; }
    .search-form .ya-site-form__form .ya-site-form__input::after {
      position: absolute;
      right: 10px;
      top: 8px;
      content: "";
      display: block;
      width: 15px;
      height: 16px;
      background: #fff url("../images/icons/search-icon.png") center top no-repeat; }

.l-tac {
  text-align: center;
  margin-bottom: 1em; }

@media screen and (max-width: 962px) {
  nav {
    display: none; } }

.main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 47px;
  line-height: 46px;
  background-color: #616194;
  border-bottom: 1px solid #FFF; }
  .main-nav > li:first-child {
    width: 56px;
    height: 46px;
    background: #a364b8; }
  .main-nav li {
    border-right: 1px solid #86859c;
    display: inline-block;
    float: left;
    position: relative; }
    .main-nav li:last-child {
      border-right: none; }
    .main-nav li a {
      display: inline-block;
      padding: 0 20px;
      color: #FFF;
      font-size: 0.875rem;
      font-family: 'roboto_light';
      text-decoration: none; }
      .main-nav li a:hover {
        text-decoration: underline; }
    .main-nav li:hover > ul {
      display: inline-block; }
    .main-nav li ul {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      width: 250px;
      z-index: 11;
      padding: 7px 0;
      line-height: 26px;
      background: #616194; }
      .main-nav li ul li {
        width: 100%;
        text-align: left; }
        .main-nav li ul li:hover {
          background: #A364B8; }
        .main-nav li ul li:first-child {
          width: 100%; }
        .main-nav li ul li a {
          font-size: 0.8125rem;
          display: inline-block;
          width: 100%; }
        .main-nav li ul li a:hover {
          text-decoration: none; }

i.drop-arr {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url("../images/icons/dropdown-icon.png") no-repeat;
  margin-left: 7px;
  position: relative;
  top: -3px; }

.home-icon {
  display: block;
  width: 100%;
  height: 46px;
  background: url("../images/icons/home-icon.png") center center no-repeat; }

.main-content {
  background: #FFF;
  border-bottom: 5px solid #a364b8;
  padding: 37px 20px 45px;
  position: relative; }
  .main-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    .main-content {
      padding: 10px 0px 45px; } }

main {
  /*padding: 37px 0 45px 25px;*/
  width: 665px; }
  @media screen and (max-width: 939px) {
    main {
      width: 73%; } }
  @media screen and (max-width: 767px) {
    main {
      width: 100%;
      padding: 20px; } }

.m-feature {
  margin-bottom: 22px; }

.pretty-img {
  border-radius: 5px 0px 5px 0;
  position: relative;
  max-width: 196px; }
  .pretty-img img {
    max-width: 100%; }
  .pretty-img:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px #ccc;
    border-radius: 5px 0px 5px 0; }

.m-feature-header {
  width: 12.25rem; }
  .m-feature-header h2, .m-feature-header .head-2 {
    margin-bottom: 1.125rem;
    font-size: 1.125rem; }
    @media screen and (max-width: 939px) {
      .m-feature-header h2, .m-feature-header .head-2 {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 30px; } }
    .m-feature-header h2 a, .m-feature-header .head-2 a {
      color: #000;
      text-decoration: none; }
  @media screen and (max-width: 939px) {
    .m-feature-header {
      width: 100%; } }

.m-feature-desc {
  width: 16.25rem;
  color: #3a3a3a;
  font-family: 'roboto_light';
  font-size: 0.8125rem;
  line-height: 1.125rem;
  padding: 0 20px 0 15px; }
  @media screen and (max-width: 939px) {
    .m-feature-desc {
      width: auto;
      max-width: 60%;
      margin-top: 20px;
      padding: 0 20px 0 0; } }
  @media screen and (max-width: 767px) {
    .m-feature-desc {
      width: 100%;
      max-width: 100%; } }

.m-feature-person {
  width: 170px;
  position: relative;
  /*	@include media-max(939px) {
  		// float: left !important;
  		// margin-top: 40px;
  		width: auto;
  	}
  	@include media-max(767px) {
  		width: 100%;
  		margin: 20px 0;
  	}*/ }
  .m-feature-person > span {
    font-size: 1rem;
    font-family: 'roboto_light';
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .m-feature-person .person-pub {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 55px;
    left: -26px;
    box-shadow: 0 0 5px #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
    padding: 3px;
    font-size: 0.625rem; }
    .m-feature-person .person-pub span {
      margin-top: 10px;
      font-family: 'roboto_bold';
      font-size: 1.3125rem;
      display: block; }
  .m-feature-person .person-name {
    text-align: center; }

.person-container {
  font-size: 14px;
  font-family: 'roboto_light'; }

.person-image {
  position: relative; }
  .person-image img {
    max-width: 100%; }
  .person-image span {
    font-size: 0.75rem;
    text-transform: lowercase;
    text-align: center;
    width: 100%;
    background: #937ab7;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 15px;
    line-height: 15px;
    overflow: hidden; }

.person-name {
  padding: 5px 0;
  line-height: 1rem;
  font-size: 1rem; }
  .person-name p {
    margin: 0; }
  .person-name a {
    text-decoration: none;
    color: #000; }
  .person-name a:hover {
    text-decoration: underline; }

.person-pub {
  background: #fff;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 0.75rem; }

/*main .person-container {
	@include media-max(767px) {
		width: 50%;
		float: left;
	}
	@include media-max(534px) {
		width: 100%;
	}
}*/
@media screen and (max-width: 767px) {
  .m-feature-person button {
    width: 40%;
    float: left;
    margin-top: 33px;
    clear: both; } }
@media screen and (max-width: 534px) {
  .m-feature-person button {
    width: 100%;
    margin-top: 11px; } }

button {
  height: 34px;
  margin-top: 11px;
  padding: 0 20px;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  padding: 0 5px; }

.theme-grey-button {
  display: inline-block;
  background-color: #fff;
  box-shadow: 1px 2px #d8d6da;
  text-transform: uppercase;
  border: none;
  color: #525295;
  font-size: 14px;
  font-family: 'roboto_light';
  height: 34px;
  margin-top: 11px;
  padding: 0 20px;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  padding: 0 5px; }

.content-button {
  width: auto; }

.link-block {
  padding: 23px 21px 7px;
  background-color: #f5f2f9; }

.dotted-sep {
  height: 1px;
  border-top: 1px dotted #E8ECEE;
  margin: 33px 0; }

.about a {
  font-family: 'pt_sansbold'; }

.about h1, .about .head-1 {
  padding-bottom: 0;
  border-bottom: none;
  text-align: left; }

aside {
  width: 220px;
  /*	margin-top: 37px;
  	margin-left: 25px;*/ }
  @media screen and (max-width: 939px) {
    aside {
      width: 24%; } }
  @media screen and (max-width: 767px) {
    aside {
      width: 96%;
      margin: 37px 2% 0; } }
  @media screen and (max-width: 833px) {
    aside {
      margin-left: 15px; } }
  aside .search-form {
    display: none;
    margin-bottom: 20px;
    text-align: center; }
    aside .search-form .ya-site-form {
      border: 1px solid #937AB7; }
    @media screen and (max-width: 962px) {
      aside .search-form {
        	  /*width: 100%;
              margin-top: 15px;*/
        display: block; } }
    aside .search-form .social-wrapper {
      margin-right: 0; }

aside h3, aside .head-3 {
  color: #FFF;
  font-size: 16px; }
aside a {
  color: #000; }

.aside-block {
  padding-bottom: 16px;
  margin-bottom: 23px;
  background: #f3f0f5; }
  .aside-block .theme-grey-button {
    width: 100%; }

.aside-header {
  background-color: #937ab7;
  color: #FFF;
  font-size: 1rem;
  font-family: 'roboto_regular';
  text-align: center;
  padding: 10px 0; }

.news-item, .aside-person {
  padding: 12px 30px; }

.news-item:nth-child(4n+4) {
  clear: left; }
@media screen and (max-width: 767px) {
  .news-item {
    width: 50%;
    float: left;
    margin-bottom: 20px; } }
@media screen and (max-width: 490px) {
  .news-item {
    width: 100%;
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .aside-person {
    width: 33%;
    float: left;
    padding: 12px 15px; } }
@media screen and (max-width: 534px) {
  .aside-person {
    width: 50%; } }
@media screen and (max-width: 320px) {
  .aside-person {
    width: 100%; } }
@media screen and (max-width: 934px) {
  .aside-person .person-container {
    height: auto; } }
.aside-person .person-name {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .aside-person .person-name {
      height: 42px;
      overflow: hidden; } }

.clinic-add-image {
  float: left;
  margin: 0 20px 10px 0; }
  @media screen and (max-width: 767px) {
    .clinic-add-image {
      float: none;
      margin: 0 0 10px 0; } }

.news-image {
  position: relative;
  margin-bottom: 10px;
  min-height: 24px; }
  @media screen and (max-width: 767px) {
    .news-image {
      height: 121px;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .news-image img {
      width: 100%;
      height: auto; } }
  .news-image .news-date {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px; }

.news-date {
  font-family: 'roboto_light';
  font-size: 12px;
  color: #616194;
  display: block;
  background: #fff; }

.aside-button {
  padding: 0 14px; }

.news-link {
  font-size: 13px;
  font-family: 'roboto_light'; }

.aside-list {
  padding: 14px;
  margin: 0;
  list-style: none; }
  .aside-list li {
    background: url("../images/aside-list-bullet.png") left 7px no-repeat;
    padding-left: 10px;
    border-bottom: 1px solid #DCE3E9;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .aside-list li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

footer .container {
  background-color: #616194;
  padding: 28px 24px 17px;
  color: #FFF; }

footer h3, footer .head-3 {
  font-family: 'roboto_light';
  font-size: 1rem;
  color: #FFF; }
footer img {
  float: left; }
  @media screen and (max-width: 956px) {
    footer img {
      float: right; } }
  @media screen and (max-width: 605px) {
    footer img {
      display: block;
      float: none;
      margin: 0 auto; } }

.foot-bl-wrapper {
  margin-bottom: 40px; }

.footer-block-first {
  width: 21.25rem;
  float: left;
  background: url("../images/footer-sep.png") right top repeat-y; }
  @media screen and (max-width: 907px) {
    .footer-block-first {
      width: 100%;
      background: none; } }

.footer-block-second {
  width: 16.875rem;
  float: left;
  padding-left: 33px;
  background: url("../images/footer-sep.png") right top repeat-y; }
  @media screen and (max-width: 907px) {
    .footer-block-second {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
      background: none; } }

.footer-block-third {
  width: 15.625rem;
  float: left;
  padding-left: 26px; }
  @media screen and (max-width: 907px) {
    .footer-block-third {
      width: 100%;
      padding-left: 0;
      margin-top: 20px; } }

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-list li {
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 5px; }
    .footer-list li:last-child {
      padding: 0;
      margin-right: 0; }
    .footer-list li a {
      color: #FFF;
      font-size: 13px;
      padding-right: 8px; }

.footer-copy {
  width: 420px;
  float: left;
  font-size: 0.75rem;
  margin-right: 50px; }
  @media screen and (max-width: 605px) {
    .footer-copy {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center; } }

.foot-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 19px; }
  .foot-menu li {
    display: inline-block;
    float: left;
    margin-right: 19px; }
    .foot-menu li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 956px) {
      .foot-menu li {
        width: 25%;
        text-align: center;
        margin: 20px 0 0 0; } }
    @media screen and (max-width: 433px) {
      .foot-menu li {
        width: 50%;
        text-align: center;
        margin: 20px 0 0 0; } }
  .foot-menu a {
    color: #FFF;
    font-family: 'roboto_light';
    font-size: 0.8125rem; }
  @media screen and (max-width: 956px) {
    .foot-menu {
      width: 100%;
      text-align: center;
      margin-left: 0; } }

.breadcrumbs {
  font-size: 0.75rem;
  margin-bottom: 25px; }
  .breadcrumbs .current {
    color: #5C6B7A;
    text-decoration: none; }

.add-form {
  padding: 21px 17px 25px; }
  .add-form .form-half {
    width: 45%;
    float: left; }
    @media screen and (max-width: 535px) {
      .add-form .form-half {
        width: 100%;
        margin-bottom: 11px; } }
  .add-form .form-group {
    position: relative;
    margin-bottom: 11px; }
    .add-form .form-group:last-child {
      margin-bottom: 0; }
  .add-form label {
    color: #4E4E4E;
    font-size: 0.8125rem;
    font-weight: 400;
    position: absolute;
    left: 13px;
    top: 7px; }
  .add-form span {
    color: #F00; }
  .add-form input[type="text"] {
    width: 100%;
    height: 34px;
    background: #FFF;
    outline: none;
    border: 1px solid #9FC2DA;
    padding-left: 13px; }
  .add-form .input-item input[type="submit"] {
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .add-form .input-item input[type="submit"] {
        font-size: 0.75rem; } }

.form-info {
  color: #4F4848;
  font-family: 'roboto_light';
  font-style: italic;
  margin-top: 16px; }
  .form-info span {
    color: #F00; }

.author .author-img {
  width: 23%;
  float: left; }
  @media screen and (max-width: 460px) {
    .author .author-img {
      width: 100%; } }
.author .news-image {
  width: 77%;
  float: left;
  margin-bottom: 28px; }
  .author .news-image li {
    padding-bottom: 0;
    margin: 0;
    border: none;
    color: #353434;
    font-size: 0.875rem;
    font-family: 'roboto_light';
    font-style: italic; }
  @media screen and (max-width: 940px) {
    .author .news-image {
      background: #FFF; } }
  @media screen and (max-width: 940px) {
    .author .news-image:after {
      display: none; } }

.author-name {
  display: inline-block;
  font-size: 1rem;
  font-family: 'roboto_medium';
  margin-left: 14px; }
  @media screen and (max-width: 940px) {
    .author-name {
      padding-top: 0; } }

.clinic-info {
  color: #232323;
  font-size: 0.875rem; }
  .clinic-info p {
    margin-bottom: 15px; }
  .clinic-info span {
    font-family: 'roboto_light'; }
  .clinic-info .clinic-address {
    padding-left: 28px;
    background: url("../images/icons/clinic-address.png") left top no-repeat; }
  .clinic-info .clinic-phone {
    padding-left: 28px;
    background: url("../images/icons/clinic-phone.png") left top no-repeat; }
  .clinic-info .clinic-work {
    padding-left: 28px;
    background: url("../images/icons/clinic-work.png") left top no-repeat; }
  .clinic-info .clinic-site {
    padding-left: 28px;
    background: url("../images/icons/clinic-site.png") left top no-repeat; }
  .clinic-info .map {
    margin-top: 29px;
    margin-bottom: 34px; }

.other-clinics {
  margin-top: 45px;
  margin-bottom: 25px; }

.list-of-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'roboto_medium'; }
  .list-of-links li {
    margin-bottom: 12px; }
    .list-of-links li:last-child {
      margin-bottom: 0; }

.clinic-reviews {
  margin-top: 37px; }
  .clinic-reviews h3, .clinic-reviews .head-3 {
    font-size: 1.125rem; }

.clinic-review {
  border: 1px solid #957cb8;
  padding: 20px;
  font-size: 0.875rem;
  margin-bottom: 19px; }
  .clinic-review:last-child {
    margin-bottom: 0; }

.clinic-review-author {
  color: #684d8f;
  margin-bottom: 19px; }
  .clinic-review-author span {
    font-size: 0.75rem;
    font-family: 'pt_sansreg';
    color: #AAA3A3;
    display: inline-block;
    margin-left: 23px; }

.review-form {
  margin-top: 60px; }
  .review-form h3, .review-form .head-3 {
    font-size: 1.125rem; }
  .review-form .input-item input[type="submit"] {
    float: right; }

.input-item {
  margin-top: 16px; }
  .input-item input[type="submit"] {
    height: 37px;
    padding: 0 35px;
    background: #937ab7;
    color: #fff;
    border: none;
    outline: none;
    font-size: 1rem;
    border-bottom: 3px solid #705894; }
  .input-item input[type="submit"]:hover {
    background: #ae9bc9; }

.add-review input, .add-review textarea {
  border: 1px solid #EBEBEB;
  outline: none;
  background: #F5F5F5;
  color: #777;
  font-size: 0.8125rem;
  padding-left: 18px; }
.add-review .form-group {
  margin: 0; }
  .add-review .form-group input[type="text"] {
    width: 100%;
    height: 40px; }
  .add-review .form-group:nth-child(1) {
    float: left;
    width: 49%; }
  .add-review .form-group:nth-child(2) {
    float: right;
    width: 49%; }
  @media screen and (max-width: 535px) {
    .add-review .form-group:nth-child(2), .add-review .form-group:nth-child(3) {
      width: 100%; } }
  .add-review .form-group textarea {
    width: 100%;
    height: 140px;
    margin-top: 10px;
    padding-top: 20px; }
.add-review .agree {
  margin-top: 22px;
  margin-bottom: 28px; }
  .add-review .agree input[type="checkbox"] {
    display: inline-block;
    outline: none;
    margin: 3px 11px 0 0; }
  .add-review .agree label {
    display: inline-block;
    vertical-align: top;
    color: #818181;
    font-size: 0.875rem;
    font-family: 'roboto_light';
    font-weight: 400;
    position: relative; }
    @media screen and (max-width: 499px) {
      .add-review .agree label {
        width: 90%; } }
.add-review .input-item input[type="submit"] {
  float: right; }

.persons {
  margin-top: 25px; }
  .persons .faq-form {
    margin-top: 0; }

.answers {
  margin-bottom: 50px; }
  .answers li {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 0.875rem; }
    .answers li a {
      color: #000; }

.social-wrapper {
  display: inline-block;
  line-height: 1;
  margin-right: 30px; }

.social {
  background: url("../images/social-bg.png") top center no-repeat;
  padding-top: 28px;
  text-align: center;
  margin-top: 40px; }
  .social span {
    box-sizing: content-box; }

.full-news-content {
  line-height: 1.3; }
  .full-news-content img {
    float: left;
    margin-right: 27px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .full-news-content img {
        width: 100%; } }
  .full-news-content .review-date {
    display: block;
    margin-bottom: 23px; }

.news-list-item {
  border: 1px solid #decef5;
  margin-bottom: 29px; }
  .news-list-item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 940px) {
    .news-list-item {
      border: none;
      border-bottom: 1px solid #decef5;
      padding-bottom: 20px;
      height: auto; } }

.news-list-image {
  width: 28.6%;
  float: left;
  margin-right: 36px; }
  @media screen and (max-width: 422px) {
    .news-list-image {
      width: 100%;
      text-align: center; } }

.news-list-content {
  width: 65%;
  float: left;
  padding-top: 11px;
  padding-right: 21px; }
  @media screen and (max-width: 940px) {
    .news-list-content {
      padding-top: 0; } }
  @media screen and (max-width: 804px) {
    .news-list-content {
      width: 62%; } }
  @media screen and (max-width: 422px) {
    .news-list-content {
      width: 100%;
      text-align: center;
      padding-bottom: 20px; } }

.news-list-header {
  font-family: 'roboto_medium';
  margin-bottom: 5px;
  font-size: 0.9375rem; }

.news-list-date {
  display: inline-block; }

.news-list-pagination {
  margin-top: 45px;
  text-align: center; }
  .news-list-pagination li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px; }
    .news-list-pagination li:last-child {
      margin-right: 0; }
  .news-list-pagination a, .news-list-pagination span {
    padding: 9px 12px;
    background: #f3f0f5;
    font-size: 1rem;
    font-family: 'roboto_medium';
    color: #535050;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 3px 10px #ccc; }
  .news-list-pagination a:hover, .news-list-pagination .active a {
    background: #937ab7;
    box-shadow: none;
    color: #fff; }

.post-contest {
  float: left;
  border: 1px solid #D9DDE1; }
  @media screen and (max-width: 800px) {
    .post-contest {
      width: 100%;
      margin-bottom: 20px;
      border: none;
      border-bottom: 1px solid #D9DDE1;
      text-align: center; } }

.post-contest {
  padding-bottom: 20px;
  margin-right: 25px; }
  .post-contest span {
    display: block;
    font-family: 'roboto_light';
    font-size: 0.875rem;
    padding: 15px 0 0 15px;
    margin-bottom: 19px; }

.post {
  font-size: 0.875rem;
  line-height: 18px; }
  .post h1, .post h2, .post h3 {
    text-align: center; }
  .post .link-block {
    margin-bottom: 30px; }
  .post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 36px; }
    .post ul > li {
      border-bottom: none;
      padding-bottom: 0;
      font-size: 0.875rem;
      font-family: 'roboto_light';
      list-style-image: url("../images/post-list-bullet.png");
      list-style-position: inside;
      padding-left: 18px;
      margin-bottom: 20px; }
      .post ul > li:last-child {
        margin-bottom: 0; }
      .post ul > li ul, .post ul > li ol {
        margin-bottom: 0;
        margin-top: 10px; }
      .post ul > li ol {
        margin-left: 18px; }
  .post ol {
    counter-reset: li;
    margin: 0 0 30px 0;
    padding: 0; }
    .post ol > li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 50px;
      list-style: none; }
      .post ol > li:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: 0;
        top: 0;
        color: #FFF;
        font-size: 0.875rem;
        width: 22px;
        height: 22px;
        background-image: url("../images/post-ol-bullet.png");
        text-align: center;
        padding-top: 2px; }
      .post ol > li ul, .post ol > li ol {
        margin-bottom: 0;
        margin-top: 10px; }
      .post ol > li ol {
        margin-left: 18px; }
    .post ol.post-ol-big > li:before {
      padding-top: 5px;
      font-size: 1.125rem;
      width: 30px;
      height: 30px;
      background-image: url("../images/post-ol-bullet-big.png"); }
  .post ul.contest-list {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none; }
    .post ul.contest-list li {
      padding-left: 33px;
      background: url("../images/contest-list-bullet.png") 0 3px no-repeat;
      list-style: none;
      margin-bottom: 15px; }
      .post ul.contest-list li:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .post ul.contest-list {
        text-align: left;
        display: inline-block;
        margin: 0 auto; } }
  .post ul.l-vertical-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .post ul.l-vertical-list li, .post ul.l-vertical-list li:last-child {
      background: url("../images/list-bullet.png") left 2px no-repeat;
      padding-left: 20px;
      padding-right: 10px;
      display: inline-block;
      width: 32%;
      margin-bottom: 15px !important;
      float: left; }
      @media screen and (max-width: 510px) {
        .post ul.l-vertical-list li, .post ul.l-vertical-list li:last-child {
          width: 50%; } }
      @media screen and (max-width: 444px) {
        .post ul.l-vertical-list li, .post ul.l-vertical-list li:last-child {
          width: 100%; } }
    .post ul.l-vertical-list a {
      font-size: 0.875rem;
      font-family: 'roboto_medium'; }
  .post table {
    border-bottom: 1px solid #e1dfe4;
    margin-bottom: 20px; }
    .post table th {
      background: #937ab7;
      padding: 20px;
      color: #fff; }
    .post table td {
      padding: 15px;
      background: #fff; }
    .post table td {
      border-right: 1px solid #e1dfe4; }
    .post table td:first-child {
      border-left: 1px solid #e1dfe4; }
    .post table th {
      border-right: 1px solid #b296db; }
    .post table th:first-child {
      border-left: 1px solid #b296db; }
    .post table tr:nth-child(odd) td {
      background: #f3f0f7; }

.post-content {
  margin-top: 30px; }
  @media screen and (max-width: 554px) {
    .post-content p img {
      width: 100%; } }

.post-image {
  margin-bottom: 40px; }

.link-block-header {
  background-color: #937ab7;
  padding: 12px;
  -webkit-box-shadow: inset 2px 2px 0 2px #937ab7, inset -2px -2px 0 2px #937ab7, inset 4px 4px 0 1px #af98d1, inset -4px -4px 0 1px #af98d1;
  box-shadow: inset 2px 2px 0 2px #937ab7, inset -2px -2px 0 2px #937ab7, inset 4px 4px 0 1px #af98d1, inset -4px -4px 0 1px #af98d1; }
  .link-block-header h2, .link-block-header h3, .link-block-header h4, .link-block-header .head-1, .link-block-header .head-2, .link-block-header .head-3 {
    color: #FFF; }

p img.l-align-left {
  margin-right: 25px;
  margin-bottom: 31px; }

.spec-info {
  margin-bottom: 44px; }
  .spec-info .aside-list {
    padding: 0;
    width: 68%;
    float: right; }
    .spec-info .aside-list li {
      padding-bottom: 0;
      border-bottom: none;
      font-size: 14px;
      margin-bottom: 5px;
      font-style: italic; }
    @media screen and (max-width: 400px) {
      .spec-info .aside-list {
        width: 100%; } }
  .spec-info .person-image {
    width: 170px;
    float: left; }
    @media screen and (max-width: 400px) {
      .spec-info .person-image {
        width: 100%;
        margin-bottom: 20px; } }

.test-form span {
  display: block;
  margin-bottom: 27px; }
.test-form li {
  margin-bottom: 40px; }
.test-form .test-row {
  margin-bottom: 15px;
  position: relative;
  left: -25px; }
.test-form .test-q {
  font-size: 16px;
  color: #353434; }
.test-form input[type="radio"] {
  display: none; }
  .test-form input[type="radio"]:checked + label {
    background: url("../images/test-checkbox-checked.png") left center no-repeat; }
.test-form label {
  background: url("../images/test-checkbox.png") left center no-repeat;
  padding-left: 27px;
  font-weight: 400; }

.test-ol {
  margin: 0 0 0 25px;
  padding: 0; }

.test-results h3, .test-results .head-3 {
  color: #937ab7;
  text-align: center;
  font-family: 'roboto_light'; }
.test-results p {
  padding: 22px;
  background: #a78dcd;
  color: #fff; }

.btn-blue {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  color: #FFF;
  background: #108BD8;
  border: none;
  font-size: 16px;
  margin-bottom: 15px;
  text-decoration: none; }
  .btn-blue:hover {
    color: #FFF;
    text-decoration: underline; }

.qa-list {
  background: #FFF;
  padding: 0; }

.m-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  background-color: #4F7FB2;
  background-image: -moz-linear-gradient(bottom, #43546B 0%, #85929A 100%);
  background-image: -o-linear-gradient(bottom, #43546B 0%, #85929A 100%);
  background-image: -webkit-linear-gradient(bottom, #43546B 0%, #85929A 100%);
  background-image: linear-gradient(to top, #43546B 0%, #85929A 100%);
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  position: absolute;
  top: 85px;
  right: 20px;
  z-index: 9;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .m-nav li {
    margin-bottom: 15px; }
    .m-nav li ul {
      padding-left: 20px;
      margin-top: 15px;
      list-style: none;
      display: none; }
    .m-nav li a {
      color: #FFF;
      text-decoration: none; }
      .m-nav li a:hover {
        text-decoration: underline; }
  .m-nav > li:first-child {
    display: none; }
  @media screen and (max-width: 847px) {
    .m-nav {
      top: 100px; } }
  @media screen and (max-width: 767px) {
    .m-nav {
      width: 100%;
      right: 0; } }
  @media screen and (max-width: 847px) {
    .m-nav {
      top: 113px; } }
  @media screen and (max-width: 428px) {
    .m-nav {
      top: 140px; } }

.m-nav-visible {
  display: block !important; }

.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.navIcon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 14px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: none; }
  @media screen and (max-width: 962px) {
    .navIcon {
      display: block; } }
  @media screen and (max-width: 767px) {
    .navIcon {
      top: 30px; } }
  @media screen and (max-width: 443px) {
    .navIcon {
      top: 15px; } }

.navIcon a {
  position: absolute;
  left: 10px;
  top: 22px; }

.navIcon a span, .navIcon a span:before, .navIcon a span:after {
  display: block;
  width: 30px;
  height: 2px;
  min-height: 2px;
  border-radius: 0px;
  transition: all 300ms ease-in-out;
  background: #000;
  position: absolute; }

.navIcon a span:before, .navIcon a span:after {
  background: #000;
  display: block;
  content: ''; }

.navIcon a span:before {
  top: -10px; }

.navIcon a span:after {
  bottom: -10px; }

.active a span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px; }

.active a span {
  background-color: transparent; }

.active a span {
  background-color: transparent; }

.active a span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px; }

.menu {
  display: none;
  width: 100%;
  transition: all 300ms ease-in-out;
  height: 100%;
  background: transparent;
  padding: 0;
  margin: 0; }

.show {
  display: inline-block; }

.show li {
  background: #000;
  margin: 0;
  color: #fff;
  width: 50%;
  text-align: center;
  display: block;
  padding: 20px 0;
  float: left; }

.comments-ok, .comments-error, .comments-re-wrapper {
  display: none; }

.comments .head-3 {
  font-family: 'roboto_light'; }
.comments .review-form .head-3 {
  color: #000; }

p.quest {
  margin-bottom: 0; }

.form-group.required label::after {
  display: inline;
  content: "*";
  color: #f00; }

.clinic-list-container {
  width: 75%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .clinic-list-container {
      width: 100%; } }

.clinic-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .clinic-list li {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 8px;
    cursor: pointer;
    /*    .theme-grey-button {
          display: inline-block;
    
    
    
          padding: 8px 43px;
          text-decoration: none;
          margin-bottom: 23px;
          &:hover {
            text-decoration: underline;
          }
        }*/ }
    .clinic-list li .list-header {
      color: #616194;
      font-family: 'roboto_medium';
      text-decoration: underline;
      height: 38px;
      line-height: 38px;
      padding-left: 23px;
      background: #f1eff6;
      box-shadow: inset 0 0 5px #ccc; }
    .clinic-list li.active ul {
      display: block; }
    .clinic-list li a {
      display: inline-block;
      margin-bottom: 10px; }
    .clinic-list li span {
      float: right;
      display: block;
      height: 20px;
      background-color: #937ab7;
      color: #FFF;
      text-align: center;
      margin-top: 9px;
      margin-right: 23px;
      line-height: 1.5;
      padding: 0 5px; }
    .clinic-list li p {
      line-height: 1; }
    .clinic-list li .clinic-info {
      display: none; }
      .clinic-list li .clinic-info span {
        display: inline-block;
        float: none;
        background: none;
        padding: 0;
        text-align: left;
        margin: 0;
        color: #232323; }
    .clinic-list li ul {
      display: none;
      padding: 0 10px 0 23px;
      list-style: none; }
      .clinic-list li ul li {
        padding-top: 10px;
        padding-bottom: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #FFF;
        border: none;
        height: auto;
        line-height: 18px; }
        .clinic-list li ul li > a {
          font-size: 0.8125rem;
          font-family: 'roboto_medium'; }
        .clinic-list li ul li:last-child {
          padding-bottom: 23px; }

.warn {
  -webkit-box-shadow: inset 10px 25px 0 2px #f7effd, inset -10px -10px 0 2px #f7effd, inset 12px 27px 0 1px #ffffff, inset -12px -12px 0 1px #ffffff;
  box-shadow: inset 10px 25px 0 2px #f7effd, inset -10px -10px 0 2px #f7effd, inset 12px 27px 0 1px #ffffff, inset -12px -12px 0 1px #ffffff;
  background: #f7effd;
  padding: 15px 20px;
  margin-bottom: 1.4375rem; }
  .warn h2, .warn .head-2, .warn h3, .warn .head-3 {
    text-transform: uppercase;
    color: #684d8f;
    font-family: 'roboto_medium';
    margin-bottom: 0.7rem;
    text-align: center; }
    .warn h2 span, .warn .head-2 span, .warn h3 span, .warn .head-3 span {
      background: #f7effd;
      display: inline-block;
      padding: 0 10px; }
  .warn p {
    font-style: italic;
    color: #675773;
    line-height: 1.5; }

.feedback-persons .aside-person {
  width: 33.33%;
  float: left; }
  @media screen and (max-width: 767px) {
    .feedback-persons .aside-person {
      width: 50%; } }
  @media screen and (max-width: 428px) {
    .feedback-persons .aside-person {
      width: 100%; } }
.feedback-persons label::after {
  display: none !important; }
.feedback-persons .form-group {
  text-align: center; }
.feedback-persons .person-name {
  text-align: center;
  font-size: 0.875rem; }

.social-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center; }

.social-f2 {
  background: url("../images/icons/social.png") 0px 0px no-repeat; }

.social-vk2 {
  background: url("../images/icons/social.png") -29px 0px no-repeat; }

.social-t2 {
  background: url("../images/icons/social.png") -58px 0px no-repeat; }

.social-g2 {
  background: url("../images/icons/social.png") -87px 0px no-repeat; }

.counter-place {
  float: left;
  margin-right: 30px; }

.page-author {
  float: left; }

.page-social .yashare-auto-init {
  width: 180px;
  margin: 0 auto; }

.main-page h1 {
  font-size: 1.5rem; }
.main-page h2 {
  font-size: 1.3125rem;
  font-family: 'roboto_light'; }

.important-information {
  display: none; }

.fixed-column {
  max-width: 293px; }

@media (min-width: 768px) {
  .sticky {
    position: fixed;
    z-index: 101; }

  .stop {
    position: relative;
    z-index: 101; } }
.smart-table {
  width: 100%;
  border: 0; }
  .smart-table td {
    padding: 5px;
    vertical-align: top;
    font-weight: bold; }

.right-text-bl {
  float: right;
  width: 300px;
  margin: 0 0 10px 10px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ''; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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