

/* Start:/local/templates/consultinfo/css/normalize.css?15276080168018*/
/*! normalize.css v3.0.1 | 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 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,
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: 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.
 */

/**
 * 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"], /* 1 */
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;
  outline:0;
  box-shadow: none;
}

/**
 * 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).
 */

/**
 * 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;
}
/* End */


/* Start:/local/templates/consultinfo/css/slick.css?15276080161723*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.css.map */

/* End */


/* Start:/local/templates/consultinfo/css/owl.carousel.css?15276080163032*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*# sourceMappingURL=owl.carousel.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?1527608016237*/
div.bx-auth-services div {
    float: left!important;
    width: 157px!important;
}

.mm_default_form__from button.mm_input__button {
    pointer-events: none;
}

.div.bx-auth-service-form {
    margin-top: 10px!important;
}

/* End */


/* Start:/bitrix/js/socialservices/css/ss.css?15276080225037*/
.bx-ss-icon {background-image:url('/bitrix/js/socialservices/css/icons_v5.png'); width:16px; height:16px; background-repeat:no-repeat;}
.openid {background-position:0px -192px;}
.yandex {background-position:0px 0px;}
.openid-mail-ru {background-position:0px -48px;}
.livejournal {background-position:0px -16px;}
.liveinternet {background-position:0px -128px;}
.blogger {background-position:0px -144px;}
.rambler {background-position:0px -160px;}
.liveid {background-position:0px -176px;}
.facebook {background-position:0px -32px;}
.twitter {background-position:0px -96px;}
.vkontakte {background-position:0px -80px;}
.mymailru {background-position:0px -64px;}
.google {background-position:0px -112px;}
.google-plus {background-position:0px -112px;}
.odnoklassniki {background-position:0px -208px;}
.bitrix24 {background-position:0px -378px}
.dropbox {background-position:0px -504px}
.box {background-position:0px -520px}
.office365 {background-position:0px -559px}

.bx-ss-button {display:inline-block; background-image:url('/bitrix/js/socialservices/css/icons_v5.png') !important; width:87px !important; height:21px !important; background-repeat:no-repeat; vertical-align:middle !important;}
.liveid-button {background-position:0px -334px !important;}
.facebook-button {background-position:0px -224px !important;}
.twitter-button {background-position:0px -290px !important;}
.vkontakte-button {background-position:0px -268px !important;}
.mymailru-button {background-position:0px -246px !important;}
.google-button {background-position:0px -312px !important;}
.odnoklassniki-button {background-position:0px -356px !important;}
.bitrix24net-button {background-position:0px -416px !important;}
.bitrix24net-button-ru,
.bitrix24net-button-kz
{background-position:0px -394px !important;}
.bitrix24net-button-ua {background-position:0px -438px !important;}
.dropbox-button {background-position:0px -482px !important;}
.box-button {background-position:0px -537px !important;}
.yandex-button {background-position:0px -460px !important;}
.office365-button {background-position:0px -576px !important;}

td.to_twitter {text-align:center !important;}
div.bx-auth {max-width:600px; margin-top:12px; margin-bottom:10px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}

div.bx-auth-services  {padding:0px; margin:0px; overflow:hidden; zoom:1;}
div.bx-auth-services div {display:block; float:left; margin:4px 6px 0px 0px; width:170px;}
div.bx-auth-services a {display:inline-block; margin:1px; padding:4px 4px 4px 4px; text-decoration:none; color:#646464; outline:none;}
div.bx-auth-services a:hover {margin:0px; border:1px solid #D9D9D9; text-decoration: none !important;}
div.bx-auth-services a.bx-ss-selected {margin:0px; border:1px solid #D9D9D9; background-color:#EBEBEB;}
div.bx-auth-services i {display:inline-block; margin:0px; margin-right:4px; vertical-align:middle; cursor:pointer;}
div.bx-auth-services b {vertical-align:middle; font-weight:bold; font-size:12px; font-family:Tahoma,Verdana,Arial,sans-serif;}

div.bx-auth-service-form {color:black; background-color:#EEEEEE; border-bottom:solid 1px #D6D6D6; margin-top:1px; padding:8px; vertical-align:middle; font-size:12px;}
div.bx-auth-service-form span, div.bx-auth-service-form input { vertical-align:middle;}
div.bx-auth-service-form input.button {position:relative; left:1px;}
div.bx-auth-service-form span.bx-ss-icon {display:inline-block; margin-right:6px;}

span.bx-spacer {display:inline-block; width:8px;}
span.bx-spacer-vert {display:inline-block; height:10px;}
span.bx-spacer-vert25 {display:inline-block; height:25px;}

div.bx-auth-serv-icons {}
div.bx-auth-serv-icons a {display:inline-block; margin:1px; text-decoration:none; color:#646464; outline:none;}
div.bx-auth-serv-icons a:hover {margin:0px; border:1px solid #D9D9D9;}
div.bx-auth-serv-icons i {margin:3px; display:inline-block; vertical-align:middle;  cursor:pointer;}
div.bx-auth-lbl {margin-top:8px; margin-bottom:4px;}

div.bx-auth-float {padding-left:15px; padding-right:15px; font-size:100%;}

div.bx-sonet-profile-field-socserv {line-height: 15px !important;}

div.bx-auth-form {width: 510px !important;}

textarea.ss-text-for-message-default {width: 300px; height: 130px; color:grey;  font-weight:lighter;}
textarea.ss-text-for-message {margin-top: 5px;}
td.bx-ss-soc-serv { font: bold 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif; }
td.bx-ss-soc-serv i{ vertical-align:-25%;}

div.bx-taimen-socserv-div {padding-bottom: 9px; padding-left: 50px; }
a.ss-socserv-setup-link {padding-left: 10px; color: grey !important; text-decoration:underline; }
.ss-text-without-border {padding-left:5px; border: none; background: #F8FAFB; color: #6286bb; font-style:italic; }
.bx-ss-timeman-header-div {padding-bottom:10px; }

td.bx-ss-soc-serv-setup {white-space: pre-line; width: 300px; font-size: 75%;}
a.bx-ss-soc-serv-setup-link{text-decoration:underline !important;}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/bitrix/system.auth.forgotpasswd/.default/style.css?1527608016126*/
.mm_modal._forgot_password {
    width: 455px!important;
    max-width: 455px!important;
    min-width: 455px!important;
}
/* End */


/* Start:/local/templates/consultinfo/styles.css?15742543891054*/
/*============================
	CSS for visual editor
	---------------------
============================*/
.mm_section__header_journal .filter__wrapper{
    width: 100%;
}

.mm_social_networks__link #Layer_1 path {
    fill: #ffffff;
}

.mm_social_networks__link #Layer_1 polygon {
    fill: #a8a8a8;
}
.mm_social_networks__link:hover #Layer_1 polygon{
    fill: #b20000;
}

.s-detailspimg{
    width: 120px;
    float: left;
    margin: 0 20px 20px 0;
}

.cue{
    margin-bottom: 15px;
}

.cue-q .cue-t {
    font-weight: 700;
}

.illustration img {
    width: 100%;
    height: auto;
}
.mm_project__description img,
.mm_article__description img,
.mm_messages__item-link img{
	width: 100%;
	height: auto;
}

@media (max-width: 599px) {
    div .mm_project_slider__option {
        width: 25px;
        height: 25px;
    }

    .ya-share2 span.ya-share2__icon{
        width: 25px;
        height: 25px;
    }

    div.mm_project_slider__options {
        bottom: 0;
    }
    /*
    div.mm_article-image__inside{
        margin-bottom: 25px;
    }*/
}

/* End */


/* Start:/local/templates/consultinfo/template_styles.css?1574254389123239*/
/*****************************************
	TEMPLATES_STYLES FOR
******************************************/
/* all common styles are in this file */
/* all variables and mixins are in this file */
/*
  Variables
*/
/*
  Size
*/
/*
  Mixins
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0 auto;
  background: white; }

html {
  font-size: 18px;
  font-weight: 400;
  /*** scrollbar in -webkit- browsers ***/ }
html::-webkit-scrollbar-track {
  width: 8px;
  background-color: #b20000; }
html::-webkit-scrollbar {
  width: 8px;
  height: 8px; }
html::-webkit-scrollbar-thumb {
  background-color: white;
  border: 2px solid #b20000;
  border-radius: 4px; }

body {
  color: #818181;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  line-height: 1.4; }
body._hidden {
  overflow-x: hidden; }
body._noscroll {
  overflow: hidden; }

/*
	Set font selection according to the website color scheme
*/
*::-moz-selection {
  background: #818181;
  color: white; }
*::selection {
  background: #818181;
  color: white; }

*::-moz-selection {
  background: #818181;
  color: white; }

._fix::before, ._fix::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both; }


.wrapperSvgImage {
  background-image: url(http://s.cdpn.io/3/kiwi.svg);
  width: 100px;
  height: 82px;
  background-size: cover;
  border: 1px solid green;
}

._hide,
._none {
  display: none !important;
  visibility: hidden !important; }

._noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/*
  Headings
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600; }

h1 {
  font-size: 3.17rem; }

h2 {
  font-size: 1.84rem; }

h3 {
  font-size: 1.225rem; }

h4 {
  font-size: 1.05rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.945rem; }

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  outline: 0; }
a:hover {
  text-decoration: underline; }

p {
  margin: 0;
  color: inherit;
  font-size: inherit; }
p:not(:last-of-type) {
  margin-bottom: 15px; }

ol,
ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  font-size: 1rem; }
ol li,
ul li {
  position: relative; }
ol li:not(:last-of-type),
ul li:not(:last-of-type) {
  margin-bottom: 10px; }

ul li {
  padding-left: 20px; }
ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 15px;
  height: 1px;
  background: #818181; }

/*** sitemap ***/
.mm_sitemap {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #b20000;
  font-size: 1.165rem; }
.mm_sitemap:not(:last-of-type) {
  margin-right: 180px; }
.mm_sitemap li:not(:last-of-type) {
  margin-bottom: 15px; }
.mm_sitemap li::before {
  background: #b20000; }
.mm_sitemap li ul {
  margin-top: 15px;
  margin-bottom: 15px; }
.mm_sitemap > li {
  padding-left: 0; }
.mm_sitemap > li::before {
  display: none; }
.mm_sitemap > li > a {
  font-weight: 600; }
.mm_sitemap > li > ul > li {
  padding-left: 20px; }
.mm_sitemap > li > ul > li > ul > li {
  padding-left: 40px; }
.mm_sitemap > li > ul > li > ul > li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 17px;
  display: block;
  width: 15px;
  height: 1px;
  background: #b20000; }
.mm_sitemap a {
  text-decoration: none; }
.mm_sitemap a:hover {
  text-decoration: underline; }

._align_l {
  text-align: left; }

._align_c {
  text-align: center; }

._align_r {
  text-align: right; }

._align_j {
  text-align: justify; }

._bold {
  font-weight: bold; }

._semibold {
  font-weight: 500; }

._upp {
  text-transform: uppercase; }

img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0; }

.i {
  display: inline-block;
  vertical-align: initial; }
.i._eye {
  width: 25px;
  height: 13px; }
.i._calc {
  width: 18px;
  height: 22px; }
.i._heart {
  width: 21px;
  height: 21px; }
.i._heart_solid {
  width: 21px;
  height: 21px; }
.i._search {
  width: 19px;
  height: 19px; }
.i._calc_huge {
  width: 55px;
  height: 75px; }
.i._best_specs {
  width: 57px;
  height: 75px; }
.i._tel {
  width: 19px;
  height: 19px; }
.i._email {
  width: 22px;
  height: 17px; }
.i._subscribe {
  width: 19px;
  height: 19px; }
.i._magazine {
  width: 44px;
  height: 45px; }
.i._sitemap {
  width: 42px;
  height: 38px; }
.i._fb {
  width: 16px;
  height: 33px; }
.i._inst {
  width: 30px;
  height: 30px; }
.i._vk {
  width: 30px;
  height: 28px;
  margin-top: 3px;
}
.i._tw {
  width: 27px;
  height: 25px; }
.i._profile {
  width: 22px;
  height: 22px; }
.i._plus {
  width: 23px;
  height: 23px; }
.i._star {
  width: 18px;
  height: 18px; }
.i._prev, .i._next {
  width: 19px;
  height: 40px; }
.i._close {
  width: 22px;
  height: 22px; }
.i._share {
  width: 19px;
  height: 19px; }
.i._cog {
  width: 25px;
  height: 25px; }
.i._cogs {
  width: 74px;
  height: 74px; }
.i._cog_circle, .i._contacts_circle, .i._security_circle {
  width: 40px;
  height: 40px; }
.i._file {
  width: 19px;
  height: 25px; }
.i._pin {
  width: 19px;
  height: 35px; }

._theme {
  color: #b20000; }

span.mm_value {
  color: inherit;
  font-size: inherit; }

.mm_table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
.mm_table__cell {
  display: table-cell;
  vertical-align: initial; }
.mm_table__cell._top {
  vertical-align: top; }
.mm_table__cell._middle {
  vertical-align: middle; }
.mm_table__cell._bottom {
  vertical-align: bottom; }

/*** separator ***/
.mm_separator {
  margin: 65px 0;
  width: 100%;
  height: 1px;
  background: #d2d2d2; }

.mm_select {
  width: 100%; }
.mm_select select {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0; }
.mm_select .jq-selectbox {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
.mm_select .jq-selectbox.opened .jq-selectbox__select {
  border-color: #a8a8a8; }
.mm_select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-color: #a8a8a8 transparent transparent transparent; }
.mm_select .jq-selectbox.changed .jq-selectbox__select {
  color: #b20000;
  border-color: #b20000; }
.mm_select .jq-selectbox.changed .jq-selectbox__trigger-arrow {
  border-color: #b20000 transparent transparent transparent; }
.mm_select .jq-selectbox.changed .jq-selectbox__dropdown ul li.sel {
  color: #b20000; }
.mm_select .jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.mm_select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent; }
.mm_select .jq-selectbox__trigger-arrow {
  position: absolute;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_select .jq-selectbox__dropdown {
  width: 100%;
  margin: 0;
  padding: 0; }
.mm_select .jq-selectbox__dropdown ul {
  width: 100%;
  margin: 0;
  max-height: 350px;
  overflow: auto; }
.mm_select .jq-selectbox__dropdown ul li {
  padding-left: 0; }
.mm_select .jq-selectbox__dropdown ul li:not(:last-of-type) {
  margin-bottom: 0; }
.mm_select .jq-selectbox__dropdown ul li::before {
  display: none; }
.mm_select .jq-selectbox__search {
  display: none; }
.mm_select .jq-selectbox__search input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid; }
.mm_select .jq-selectbox__not-found {
  padding: 5px 10px; }
.mm_select._type_1 .jq-selectbox, .mm_select._download .jq-selectbox {
  width: 100%; }
.mm_select._type_1 .jq-selectbox__select, .mm_select._download .jq-selectbox__select {
  height: 43px;
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_select._type_1 .jq-selectbox__select-text, .mm_select._download .jq-selectbox__select-text {
  padding: 0 40px 0 15px;
  line-height: 40px; }
.mm_select._type_1 .jq-selectbox__trigger, .mm_select._download .jq-selectbox__trigger {
  width: 40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }
.mm_select._type_1 .jq-selectbox__trigger-arrow, .mm_select._download .jq-selectbox__trigger-arrow {
  top: 20px;
  right: 18px;
  width: 9px;
  height: 6px; }
.mm_select._type_1 .jq-selectbox__trigger-arrow, .mm_select._download .jq-selectbox__trigger-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #d2d2d2 transparent transparent transparent; }
.mm_select._type_1 .jq-selectbox__dropdown, .mm_select._download .jq-selectbox__dropdown {
  top: 50px;
  min-width: 100%; }
.mm_select._type_1 .jq-selectbox__dropdown ul, .mm_select._download .jq-selectbox__dropdown ul {
  padding: 20px 1px;
  background: white;
  border: 1px solid #a8a8a8;
  border-radius: 25px; }
.mm_select._type_1 .jq-selectbox__dropdown ul li, .mm_select._download .jq-selectbox__dropdown ul li {
  padding: 12px 15px; }
.mm_select._type_1 .jq-selectbox__dropdown ul li:hover, .mm_select._download .jq-selectbox__dropdown ul li:hover {
  color: white;
  background: #d2d2d2; }
.mm_select._download .jq-selectbox__select {
  height: 45px; }
.mm_select._download .jq-selectbox__select-text {
  max-width: 220px;
  line-height: 42px; }

.mm_input {
  position: relative; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0 10px 0 20px;
  font-size: 1rem;
  font-weight: 300;
  background: white;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 25px;
  outline: 0;
  resize: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  max-width: calc(100% - 60px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.mm_input textarea {
  display: block;
  width: 100%;
  height: 210px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 300;
  background: white;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 25px;
  outline: 0;
  resize: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin-right: -60px;
  border-right: 1px solid;
  resize: vertical; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.mm_input textarea {
  border-color: #d2d2d2; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.mm_input textarea:focus {
  border-color: #a8a8a8; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus + .mm_input__button,
.mm_input textarea:focus + .mm_input__button {
  border-color: #a8a8a8; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus + .mm_input__icon,
.mm_input textarea:focus + .mm_input__icon {
  border-color: #a8a8a8; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid,
.mm_input textarea:invalid {
  border-color: #ff0000; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__button,
.mm_input textarea:invalid + .mm_input__button {
  border-color: #ff0000;
  pointer-events: none; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__button .i,
.mm_input textarea:invalid + .mm_input__button .i {
  fill: #ff0000; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__icon,
.mm_input textarea:invalid + .mm_input__icon {
  border-color: #ff0000;
  pointer-events: none; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__icon .i,
.mm_input textarea:invalid + .mm_input__icon .i {
  fill: #ff0000; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.mm_input textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.mm_input textarea::-moz-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.mm_input textarea:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.mm_input textarea:-moz-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.mm_input._error textarea {
  border-color: #ff0000; }
.mm_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) + .mm_input__button,
.mm_input._error textarea + .mm_input__button {
  border-color: #ff0000;
  pointer-events: none; }
.mm_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) + .mm_input__button .i,
.mm_input._error textarea + .mm_input__button .i {
  fill: #ff0000; }
.mm_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) + .mm_input__icon,
.mm_input._error textarea + .mm_input__icon {
  border-color: #ff0000;
  pointer-events: none; }
.mm_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) + .mm_input__icon .i,
.mm_input._error textarea + .mm_input__icon .i {
  fill: #ff0000; }
.mm_input__button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 43px;
  padding-left: 15px;
  text-align: left;
  background: white;
  border: 1px solid #d2d2d2;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  outline: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_input__button .i {
  max-width: 21px;
  max-height: 21px;
  fill: #818181;
  vertical-align: middle;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_input__button:hover {
  border-color: #b20000;
  background: #b20000; }
.mm_input__button:hover .i {
  fill: white; }
.mm_input__button:disabled {
  pointer-events: none; }
.mm_input__button:disabled:hover {
  background: white; }
.mm_input__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 43px;
  padding-top: 10px;
  padding-left: 15px;
  text-align: left;
  background: white;
  border: 1px solid #d2d2d2;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_input__icon .i {
  max-width: 21px;
  max-height: 21px;
  fill: #818181;
  vertical-align: middle;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_input__prompt {
  display: block;
  margin-top: 10px;
  color: #818181;
  font-size: .78rem;
  line-height: 1; }
.mm_input__prompt a {
  color: #b20000; }
.mm_input_group {
  font-size: 0; }
.mm_input_group__unit {
  display: inline-block;
  vertical-align: top; }
.mm_input_group__unit._350px {
  width: 350px; }
.mm_input_group__unit._350px:not(:last-of-type) {
  margin-right: 80px; }
.mm_input_group__unit._350px .mm_input_group__item-label {
  width: 115px; }
.mm_input_group__unit._390px {
  width: 390px; }
.mm_input_group__unit._390px:not(:last-of-type) {
  margin-right: 230px; }
.mm_input_group__unit._390px .mm_input_group__item-label {
  width: 180px; }
.mm_input_group__item {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_input_group__item:not(:last-of-type) {
  margin-bottom: 25px; }
.mm_input_group__item-label, .mm_input_group__item-value {
  display: table-cell;
  vertical-align: middle; }
.mm_input_group__item-label {
  font-size: 1rem; }
.mm_input_group__subgroup {
  width: 100%; }
.mm_input_group__subgroup:not(:last-of-type) {
  margin-bottom: 25px; }
.mm_input_group .mm_default_button {
  margin-top: 25px; }

.mm_range {
  max-width: 210px;
  font-size: 0; }
.mm_range__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 15px); }
.mm_range__item:not(:last-of-type) {
  margin-right: 30px; }
.mm_range__item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -21px;
  display: block;
  width: 12px;
  height: 1px;
  background: #d2d2d2; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 300;
  background: white;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 25px;
  outline: 0;
  resize: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: center;
  border-right: 1px solid;
  border-color: #d2d2d2; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus {
  border-color: #a8a8a8; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus + .mm_input__button {
  border-color: #a8a8a8; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus + .mm_input__icon {
  border-color: #a8a8a8; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid {
  border-color: #ff0000; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__button {
  border-color: #ff0000;
  pointer-events: none; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__button .i {
  fill: #ff0000; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__icon {
  border-color: #ff0000;
  pointer-events: none; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid + .mm_input__icon .i {
  fill: #ff0000; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder {
  font-weight: 300;
  font-style: italic; }
.mm_range input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder {
  font-weight: 300;
  font-style: italic; }

._become_select .jq-selectbox {
  display: none !important;
  width: 350px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
._become_select .jq-selectbox.opened .jq-selectbox__select {
  border-color: #a8a8a8; }
._become_select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-color: #a8a8a8 transparent transparent transparent; }
._become_select .jq-selectbox.changed .jq-selectbox__select {
  color: #b20000;
  border-color: #b20000; }
._become_select .jq-selectbox.changed .jq-selectbox__trigger-arrow {
  border-color: #b20000 transparent transparent transparent; }
._become_select .jq-selectbox.changed .jq-selectbox__dropdown ul li.sel {
  color: #b20000; }
._become_select .jq-selectbox__select {
  height: 43px;
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
._become_select .jq-selectbox__select-text {
  display: block;
  width: 100%;
  padding: 0 40px 0 15px;
  text-align: left;
  line-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
._become_select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }
._become_select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #d2d2d2 transparent transparent transparent;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
._become_select .jq-selectbox__dropdown {
  top: 50px;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }
._become_select .jq-selectbox__dropdown ul {
  width: 100%;
  margin: 0;
  max-height: 500px;
  padding: 20px 1px;
  background: white;
  border: 1px solid #a8a8a8;
  border-radius: 25px;
  overflow: auto; }
._become_select .jq-selectbox__dropdown ul li {
  padding: 12px 15px;
  text-align: left; }
._become_select .jq-selectbox__dropdown ul li:not(:last-of-type) {
  margin-bottom: 0; }
._become_select .jq-selectbox__dropdown ul li:hover {
  color: white;
  background: #d2d2d2; }
._become_select .jq-selectbox__dropdown ul li::before {
  display: none; }
._become_select .jq-selectbox__search {
  display: none !important; }

/*** default button ***/
.mm_default_button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 1px 20px 2px;
  text-align: center;
  text-decoration: none;
  background: #b20000;
  border: 1px solid transparent;
  border-radius: 20px;
  outline: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: white;
  font-size: 0.89rem;
  border-color: #b20000; }
.mm_default_button:hover {
  text-decoration: none; }
.mm_default_button._active, .mm_default_button:hover {
  color: #b20000;
  background: white; }
.mm_default_button._active .i, .mm_default_button:hover .i {
  fill: #b20000; }
.mm_default_button._white {
  color: #b20000;
  background: white;
  border-color: white; }
.mm_default_button._white:hover {
  color: white;
  background: #b20000; }
.mm_default_button._white:hover .i {
  fill: white; }
.mm_default_button._white .i {
  fill: #b20000; }
.mm_default_button._grey {
  color: white;
  background: #818181;
  border-color: #818181; }
.mm_default_button._grey._active, .mm_default_button._grey:hover {
  color: #818181;
  background: white; }
.mm_default_button._grey._active .i, .mm_default_button._grey:hover .i {
  fill: #818181; }
.mm_default_button._grey .i {
  fill: white; }
.mm_default_button._big {
  padding-top: 10px;
  padding-bottom: 10px; }
.mm_default_button._transparent {
  color: white;
  background: transparent;
  border-color: white; }
.mm_default_button._transparent._active, .mm_default_button._transparent:hover {
  color: #818181;
  background: white; }
.mm_default_button._transparent._active .i, .mm_default_button._transparent:hover .i {
  fill: #818181; }
.mm_default_button._transparent .i {
  fill: white; }
.mm_default_button .i {
  max-width: 21px;
  max-height: 21px;
  fill: white;
  margin-top: -1px;
  margin-right: 10px;
  vertical-align: text-top; }
.mm_default_button .i._email {
  height: auto; }

/*** control ***/
.mm_control {
  display: inline-block;
  vertical-align: top; }
.mm_control__label {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
.mm_control__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  z-index: 0; }
.mm_control__input:checked + .mm_control__container .mm_control__checkbox::before,
.mm_control__input:checked + .mm_control__container .mm_control__radio::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.mm_control__input:disabled + .mm_control__container {
  cursor: not-allowed; }
.mm_control__input:disabled + .mm_control__container .mm_control__checkbox::before, .mm_control__input:disabled + .mm_control__container .mm_control__radio::before {
  background: #818181;
  opacity: .6;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }
.mm_control__input:disabled + .mm_control__container .mm_control__value {
  opacity: .6; }
.mm_control__container {
  font-size: 0;
  cursor: pointer; }
.mm_control__checkbox, .mm_control__radio, .mm_control__value {
  display: inline-block;
  vertical-align: top; }
.mm_control__checkbox, .mm_control__radio {
  width: 18px;
  height: 18px;
  padding: 2px;
  background: #d1d3d4;
  overflow: hidden; }
.mm_control__checkbox::before, .mm_control__radio::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #b20000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
.mm_control__radio {
  border-radius: 50%; }
.mm_control__radio::before {
  border-radius: 50%; }
.mm_control__value {
  width: calc(100% - 18px);
  margin-top: -1px;
  padding-left: 15px;
  color: #818181;
  font-size: 1rem;
  line-height: 1; }
.mm_control:hover .mm_control__input + .mm_control__container .mm_control__checkbox::before,
.mm_control:hover .mm_control__input + .mm_control__container .mm_control__radio::before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }
.mm_control:hover .mm_control__input:checked + .mm_control__container .mm_control__checkbox::before,
.mm_control:hover .mm_control__input:checked + .mm_control__container .mm_control__radio::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.mm_control._error .mm_control__checkbox, .mm_control._error .mm_control__radio {
  background: #ff0000; }
.mm_control._error .mm_control__value {
  color: #ff0000; }

/*** default list ***/
.mm_default_list {
  position: relative;
  margin-left: -35px;
  margin-right: -35px;
  font-size: 0; }
.mm_default_list .mm_specialist_element {
  margin-left: 35px;
  margin-bottom: 55px;
  margin-right: 35px; }

/*** list element ***/
._list_element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
._list_element:hover {
  background: #f7f7f7; }
._list_element:hover .mm_news_element__type {
  background: #b20000; }
._list_element._33 {
  width: calc(33.33% - 50px);
  margin-top: 35px;
  padding-bottom: 45px; }
._list_element._25 {
  width: calc(25% - 50px);
  margin-top: 35px;
  padding-bottom: 35px; }

/*** news element ***/
.mm_news_element {
  position: relative; }
.mm_news_element__image {
  width: 100%; }
.mm_news_element__link {
  display: block;
  height: 100%;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_news_element__heading {
  color: #818181;
  font-weight: 400;
  overflow: hidden; }
.mm_news_element__heading a:hover {
  text-decoration: none; }
.mm_news_element__type {
  position: absolute;
  bottom: 20px;
  left: 10px;
  padding: 4px 10px 6px;
  color: white;
  font-size: 13px;
  line-height: 1;
  background: #a8a8a8;
  border-radius: 12px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_news_element__seen {
  position: absolute;
  bottom: 25px;
  right: 10px;
  color: #a8a8a8;
  font-size: 0; }
.mm_news_element__seen .i {
  margin-right: 5px;
  fill: #a8a8a8;
  vertical-align: middle; }
.mm_news_element__seen .mm_value {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 13px;
  line-height: 1; }
.mm_news_element__favourite {
  position: absolute;
  top: 50px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: #b20000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.mm_news_element__favourite a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding-top: 10px;
  text-align: center; }
.mm_news_element__favourite._added {
  right: 0;
  background: #a8a8a8; }
.mm_news_element__favourite .i {
  max-width: 21px;
  max-height: 21px;
  fill: white;
  vertical-align: middle; }
.mm_news_element__remove {
  position: absolute;
  top: 50px;
  left: 0;
  height: 40px;
  background: #b20000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
.mm_news_element__remove a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 6px 20px 0;
  color: white;
  font-size: 1rem;
  text-align: center; }
.mm_news_element__remove a .mm_value {
  display: inline-block;
  vertical-align: middle; }
.mm_news_element__remove .i {
  max-width: 21px;
  max-height: 21px;
  margin-left: 5px;
  fill: white;
  vertical-align: middle; }
.mm_news_element:hover .mm_news_element__remove {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.mm_news_element:hover .mm_news_element__favourite {
  right: 0; }
.mm_news_element:hover .mm_news_element__favourite._added {
  background: #b20000; }
.mm_news_element._33 {
  height: 445px; }
.mm_news_element._33 .mm_news_element__image {
  height: 300px; }
.mm_news_element._33 .mm_news_element__heading {
  max-height: 58px;
  margin-top: 15px;
  font-size: 22px; }
.mm_news_element._25 {
  height: 315px; }
.mm_news_element._25 .mm_news_element__image {
  height: 185px; }
.mm_news_element._25 .mm_news_element__heading {
  max-height: 46px;
  margin-top: 15px;
  font-size: 19px; }

/*** ad element ***/
.mm_ads_element {
  color: white;
  font-size: 17px;
  font-weight: 500; }
.mm_ads_element__link {
  display: table;
  width: 100%;
  height: 115px;
  table-layout: fixed;
  padding: 17px 20px;
  background: #b20000;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_ads_element__link:hover {
  text-decoration: none;
  background: #d40000; }
.mm_ads_element__icon, .mm_ads_element__label {
  display: table-cell;
  vertical-align: top; }
.mm_ads_element__icon {
  width: 90px;
  padding-right: 20px;
  text-align: right; }
.mm_ads_element__label {
  padding-top: 3px;
  color: inherit;
  font-size: inherit;
  text-align: left; }
.mm_ads_element .i {
  fill: white; }

/*** advertising ***/
.mm_advertising {
  text-align: center; }
.mm_advertising__link {
  display: block;
  height: auto;
  text-decoration: none; }
.mm_advertising__link:hover {
  text-decoration: none; }
.mm_advertising__image {
  max-width: 100%; }
.mm_advertising__label {
  display: block;
  margin-top: 15px;
  color: #818181;
  font-size: 13px; }
.mm_advertising:hover {
  background: transparent; }
.mm_advertising._33 .mm_advertising__image {
  max-height: 300px; }
.mm_advertising._25 .mm_advertising__image {
  max-height: 185px; }

.mm_ad {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto; }
.mm_ad._top {
  margin-bottom: 45px; }
.mm_ad._bottom {
  margin-top: 55px; }
.mm_ad._both {
  margin-top: 45px;
  margin-bottom: 45px; }
.mm_ad__link {
  display: block;
  height: auto;
  text-decoration: none; }

/*** _arrows ***/
._arrows .slick-arrow {
  position: absolute;
  bottom: 45px;
  width: 55px;
  height: 55px;
  text-align: center;
  background: transparent;
  border: 0;
  outline: 0;
  z-index: 5;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
._arrows .slick-arrow:hover .i {
  fill: white; }
._arrows .slick-arrow .i {
  fill: #818181;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
._arrows .slick-prev {
  right: 65px; }
._arrows .slick-next {
  right: 10px; }
._arrows .slick-disabled {
  opacity: .5;
  pointer-events: none; }

._round_arrows .slick-arrow {
  position: absolute;
  top: 295px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #b20000;
  border: 0;
  border-radius: 50%;
  outline: 0;
  z-index: 5;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
._round_arrows .slick-arrow .i {
  fill: white;
  vertical-align: baseline;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
._round_arrows .slick-prev {
  left: 15px;
  padding-right: 4px; }
._round_arrows .slick-next {
  right: 15px; }
._round_arrows .slick-disabled {
  opacity: .5;
  pointer-events: none; }

._arrow {
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background: #b20000;
  border-radius: 50%; }
._arrow .i {
  width: 11px;
  height: 15px;
  fill: white;
  vertical-align: baseline;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

/*** controls ***/
._controls .slick-arrow {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 40px;
  background: white;
  border: 1px solid #a8a8a8;
  outline: 0;
  z-index: 2;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
._controls .slick-arrow:hover .i {
  fill: #b20000; }
._controls .slick-arrow .i {
  fill: #a8a8a8;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
._controls .slick-prev {
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
._controls .slick-next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }
._controls .slick-disabled {
  pointer-events: none; }

/*** dots ***/
._dots .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  z-index: 1; }
._dots .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0; }
._dots .slick-dots li::before {
  display: none; }
._dots .slick-dots li:not(:last-of-type) {
  margin-right: 10px;
  margin-bottom: 0; }
._dots .slick-dots li.slick-active button {
  background: white; }
._dots .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #b20000;
  border-radius: 50%;
  background: #b20000;
  outline: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

/*** progrees ***/
._progress {
  padding-bottom: 25px; }
._progress .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: table;
  width: 100%;
  height: 8px;
  table-layout: fixed;
  max-width: 600px;
  margin: 0;
  padding: 2px;
  list-style: none;
  font-size: 0;
  text-align: center;
  background: #b20000;
  border-radius: 4px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
._progress .slick-dots li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0; }
._progress .slick-dots li::before {
  display: none; }
._progress .slick-dots li:not(:last-of-type) {
  margin: 0; }
._progress .slick-dots li.slick-active button {
  background: white; }
._progress .slick-dots li button {
  display: block;
  width: 100%;
  height: 4px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

/*** progressed slider ***/
.mm_progressed_slider {
  position: relative;
  width: 100%;
  margin-top: 35px; }
.mm_progressed_slider__progress {
  max-width: 600px;
  height: 8px;
  margin: 15px auto 0;
  padding: 2px;
  background: #b20000;
  border-radius: 4px;
  cursor: pointer; }
.mm_progressed_slider__progress .handle {
  width: 60px;
  height: 4px;
  background: white;
  cursor: pointer;
  border-radius: 4px; }
.mm_progressed_slider__item {
  width: 100%;
  text-align: center; }
.mm_progressed_slider .mm_rated_element {
  display: inline-block;
  vertical-align: top; }

/*** rated element ***/
.mm_rated_element {
  width: 190px; }
.mm_rated_element__link {
  display: block;
  height: auto;
  text-decoration: none;
  min-height: 275px;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_rated_element__link:hover {
  text-decoration: none;
  background: white; }
.mm_rated_element__image {
  display: block;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
.mm_rated_element__heading {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding-left: 5px;
  padding-right: 5px;
  color: #818181;
  font-size: 17px;
  font-weight: 400; }
.mm_rated_element .mm_rating {
  margin-top: 15px; }
.mm_rated_element .mm_rating .i._star {
  width: 13px;
  height: 13px; }

/*** rating ***/
.mm_rating {
  display: block;
  font-size: 0;
  text-align: center; }
.mm_rating__item {
  display: inline-block;
  vertical-align: middle; }
.mm_rating__item:not(:last-of-type) {
  margin-right: 5px; }
.mm_rating__item._active .i {
  fill: #b20000; }
.mm_rating .i {
  fill: #818181; }

/*** magazine ***/
.mm_magazine {
  position: relative; }
.mm_magazine__image {
  width: 100%; }
.mm_magazine__link {
  display: block;
  height: 100%;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_magazine__link:hover {
  text-decoration: none; }
.mm_magazine__details {
  position: relative;
  margin-top: 15px;
  padding-right: 105px; }
.mm_magazine__heading {
  color: #818181;
  font-weight: 400;
  overflow: hidden; }
.mm_magazine__heading a:hover {
  text-decoration: none; }
.mm_magazine__no {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right; }
.mm_magazine._33 {
  height: 445px; }
.mm_magazine._33 .mm_magazine__image {
  height: 300px; }
.mm_magazine._33 .mm_magazine__heading {
  max-height: 52px;
  margin: 0;
  font-size: 19px; }
.mm_magazine._33 .mm_magazine__no {
  font-size: 19px; }
.mm_magazine._25 {
  height: 315px; }
.mm_magazine._25 .mm_magazine__image {
  height: 185px; }
.mm_magazine._25 .mm_magazine__heading {
  max-height: 43px;
  margin: 0;
  font-size: 17px; }
.mm_magazine._25 .mm_magazine__no {
  font-size: 17px; }
.mm_magazine:hover {
  background: transparent; }

/*** social networks ***/
.mm_social_networks {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_social_networks__label, .mm_social_networks__value {
  display: table-cell;
  vertical-align: middle; }
.mm_social_networks__label {
  width: 125px;
  color: #818181;
  font-size: 17px;
  font-weight: 400; }
.mm_social_networks__item {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }
.mm_social_networks__item:not(:last-of-type) {
  margin-right: 25px; }
.mm_social_networks__link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  text-align: center;
  border-radius: 50%;

  background-color: #a8a8a8;
}
.mm_social_networks__link:hover {
  background-color: #b20000;
}
.mm_social_networks__link .mm_value {
  display: table-cell;
  vertical-align: middle; }
/*.mm_social_networks__link._fb {*/
/*background: #3b5998; }*/
/*.mm_social_networks__link._tw {*/
/*background: #55acee; }*/
/*.mm_social_networks__link._inst {*/
/*background: #6a453b; }*/
/*.mm_social_networks__link._vk {*/
/*background: #4d76a1; }*/
.mm_social_networks .i {
  fill: white;
  vertical-align: middle; }

/*** download link ***/
.mm_download {
  max-width: 145px; }
.mm_download__link {
  display: block;
  height: auto;
  text-decoration: none;
  color: #b20000;
  font-size: 17px;
  font-weight: 400;
  text-align: center; }
.mm_download__link:hover {
  text-decoration: none; }
.mm_download__link:hover .i {
  fill: #b20000; }
.mm_download__icon {
  display: block;
  margin-bottom: 5px; }
.mm_download__label {
  display: block;
  color: inherit;
  font-size: inherit; }
.mm_download .i {
  fill: #818181;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

/*** site map ***/
.mm_site_map {
  max-width: 145px; }
.mm_site_map__link {
  display: block;
  height: auto;
  text-decoration: none;
  color: #b20000;
  font-size: 17px;
  font-weight: 400;
  text-align: center; }
.mm_site_map__link:hover {
  text-decoration: none; }
.mm_site_map__link:hover .i {
  fill: #b20000; }
.mm_site_map__icon {
  display: block;
  margin-bottom: 5px; }
.mm_site_map__label {
  display: block;
  color: inherit;
  font-size: inherit; }
.mm_site_map .i {
  fill: #818181;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

/*** more ***/
.mm_more {
  margin-top: 30px;
  text-align: center; }
.mm_more .mm_default_button {
  text-transform: uppercase; }

/*** marquee ***/
.mm_marquee {
  max-width: 100%;
  font-size: 0; }
.mm_marquee__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  padding-right: 40px;
  color: inherit;
  font-size: 17px;
  font-weight: 400;
  border-right: 1px solid white; }

/*** cols ***/
.mm_cols {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_cols__cell {
  display: table-cell;
  vertical-align: top; }
.mm_cols__cell._50 {
  width: 50%; }
.mm_cols__cell._33 {
  width: 33.33%; }
.mm_cols__cell._25 {
  width: 25%; }
.mm_cols__cell._20 {
  width: 20%; }

/*** tabs ***/
.mm_tabs {
  width: 100%;
  height: 43px;
  text-align: center; }
.mm_tabs._mb55 {
  margin-bottom: 55px; }
.mm_tabs_list {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin: 0;
  font-size: 0; }
.mm_tabs_list__item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 0; }
.mm_tabs_list__item::before {
  display: none; }
.mm_tabs_list__item:first-of-type .mm_tabs_list__link {
  border-left: 1px solid #b20000;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px; }
.mm_tabs_list__item:last-of-type .mm_tabs_list__link {
  border-right: 1px solid #b20000;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }
.mm_tabs_list__item:not(:last-of-type) {
  margin-bottom: 0; }
.mm_tabs_list__link {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  width: auto;
  color: #b20000;
  font-size: 0.89rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #b20000;
  border-bottom: 1px solid #b20000;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
.mm_tabs_list__link._active, .mm_tabs_list__link:hover {
  color: white;
  text-decoration: none;
  background: #b20000; }
.mm_tabs_list__link._active .mm_counter, .mm_tabs_list__link:hover .mm_counter {
  color: white; }
.mm_tabs_list__link .mm_value {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
  padding-right: 35px; }
.mm_tabs_list._icons .i {
  display: none;
  fill: #b20000;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
.mm_tabs_list._icons .mm_tabs_list__link:hover .i, .mm_tabs_list._icons .mm_tabs_list__link._active .i {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }
.mm_tabs_container {
  width: 100%; }
.mm_tabs_pane {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }
.mm_tabs_pane._active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible; }
.mm_tabs._fixed .mm_tabs_list__item {
  width: 225px; }
.mm_tabs._fixed .mm_tabs_list__link {
  width: 100%; }
.mm_tabs .mm_counter {
  padding-left: 1px;
  color: #818181;
  font-size: 0.78rem;
  font-weight: 400;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

/*** default form ***/
.mm_default_form {
  width: 100%;
  color: #818181;
  font-size: 14px; }
.mm_default_form__form {
  display: block; }
.mm_default_form__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.mm_default_form__section:not(:last-of-type) {
  margin-bottom: 35px; }
.mm_default_form__section._80 {
  max-width: 80%; }
.mm_default_form__section._65 {
  max-width: 65%; }
.mm_default_form__item {
  width: 100%;
  margin-bottom: 25px; }
.mm_default_form__item._50 {
  width: calc(50% - 60px); }
.mm_default_form__item._50:nth-of-type(even) {
  margin-left: 120px; }
.mm_default_form__item._50:not(:last-of-type) {
  margin-bottom: 0; }
.mm_default_form__item._33 {
  width: calc(33% - 77px); }
.mm_default_form__item._33:not(:last-of-type) {
  margin-right: 120px; }
.mm_default_form__item._800px {
  width: 800px; }
.mm_default_form__item._800px:not(:first-of-type) {
  margin-left: 90px; }
.mm_default_form__item._420px {
  width: 420px; }
.mm_default_form__item._420px:not(:last-of-type) {
  margin-right: 110px; }
.mm_default_form__item._400px {
  width: 420px; }
.mm_default_form__item._400px:not(:last-of-type) {
  margin-right: 120px; }
.mm_default_form__item._350px {
  width: 350px; }
.mm_default_form__item._350px:not(:last-of-type) {
  margin-right: 160px; }
.mm_default_form__item._290px {
  width: 290px; }
.mm_default_form__item._290px:not(:last-of-type) {
  margin-right: 120px; }
.mm_default_form__item._275px {
  width: 275px; }
.mm_default_form__item._275px:not(:last-of-type) {
  margin-right: 35px; }
.mm_default_form__item._260px {
  width: 260px; }
.mm_default_form__item._260px:not(:last-of-type) {
  margin-right: 50px; }
.mm_default_form__item._215px {
  width: 215px; }
.mm_default_form__item._215px:not(:last-of-type) {
  margin-right: 120px; }
.mm_default_form__label {
  width: 100%;
  margin-bottom: 15px;
  color: #818181;
  font-size: 1.05rem;
  font-weight: 600; }
.mm_default_form__label._normal {
  font-weight: 400; }
.mm_default_form__heading {
  width: 100%;
  margin-bottom: 15px;
  color: #818181;
  font-size: 1.33rem;
  font-weight: 600;
  line-height: normal; }
.mm_default_form__control {
  margin-top: 65px;
  font-size: 0; }
.mm_default_form__control .mm_default_button {
  vertical-align: middle; }
.mm_default_form__control .prompt {
  display: inline-block;
  vertical-align: middle;
  max-width: 310px;
  margin-left: 30px;
  font-size: .78rem;
  line-height: 1.2; }
.mm_default_form p {
  font-size: 0.89rem; }
.mm_default_form .mm_control {
  display: block; }
.mm_default_form .mm_control:not(:last-of-type) {
  margin-bottom: 25px; }
.mm_default_form .mm_control._260px {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 50px; }

/*** modal ***/
.mm_modal {
  display: none;
  position: relative;
  width: 100%;
  padding: 35px 35px 20px;
  background: white;
  border-radius: 20px; }
.mm_modal._auth {
  max-width: 410px; }
.mm_modal._auth .mm_modal__heading {
  font-size: 1.67rem; }
.mm_modal._auth .mm_social_networks {
  margin-top: 45px;
  margin-bottom: 45px; }
.mm_modal._calc {
  max-width: 325px; }
.mm_modal._calc .mm_modal__heading {
  font-size: 1.225rem; }
.mm_modal._calc .mm_default_button {
  width: 100%; }
.mm_modal._contacts {
  max-width: 390px; }
.mm_modal._share {
  max-width: 410px; }
.mm_modal._forgot_password {
  max-width: 410px; }
.mm_modal._review {
  max-width: 590px; }
.mm_modal._review .mm_profile_card {
  max-width: 360px; }
.mm_modal._review .mm_control {
  display: inline-block;
  vertical-align: middle; }
.mm_modal._review .mm_control:not(:last-of-type) {
  margin-right: 23px;
  margin-bottom: 0; }
.mm_modal._review .mm_rating {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  text-align: left; }
.mm_modal._review .mm_rating .i {
  width: 13px;
  height: 13px;
  fill: #b20000; }
.mm_modal._messages {
  max-width: 855px;
  padding: 0; }
.mm_modal__close {
  position: absolute;
  top: 0;
  right: -35px;
  width: 22px;
  height: 22px;
  z-index: 1; }
.mm_modal__close .control {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: 0; }
.mm_modal__close .control:hover .i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.mm_modal__close .i {
  fill: white;
  vertical-align: top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/*.mm_modal__header {*/
/*margin-bottom: 35px; }*/
.mm_modal__heading {
  margin: 0;
  color: #818181;
  font-size: 1.67rem;
  font-weight: 600;
  line-height: 1; }
.mm_modal .mm_social_networks {
  display: block;
  text-align: center; }
.mm_modal .mm_social_networks__label, .mm_modal .mm_social_networks__value {
  display: block;
  width: 100%; }
.mm_modal .mm_social_networks__label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600; }
.mm_modal .mm_no_auth {
  margin-top: 45px;
  color: #818181;
  text-align: center; }
.mm_modal .mm_no_auth__label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600; }
.mm_modal .mm_profile_card {
  margin-bottom: 40px; }
.mm_modal .mm_contact_element:not(:last-of-type) {
  margin-bottom: 20px; }

.mm_forgot_password {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-top: 10px;
  color: #b20000;
  font-size: 16px; }
.mm_forgot_password__link {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }
.mm_forgot_password__link:hover {
  text-decoration: underline; }

.mm_message_form {
  background: white;
  border-radius: 20px;
  overflow: hidden; }
.mm_message_form__header {
  padding: 15px 25px;
  text-align: center;
  border-bottom: 1px solid #a8a8a8; }
.mm_message_form-heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1; }
.mm_message_form__body {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden; }
.mm_message_form__body-inside {
  max-height: 430px;
  padding: 0 55px 0 25px;
  overflow: auto; }
.mm_message_form__footer {
  padding: 20px 25px;
  border-top: 1px solid #a8a8a8; }
.mm_message_form__footer-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 5px; }
.mm_message_form-textarea {
  width: 100%;
  max-width: 650px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  font-size: 0.89rem;
  font-weight: 400;
  line-height: 20px;
  background: white;
  border: 0;
  outline: 0;
  resize: vertical; }
.mm_message_form__files {
  width: calc(100% - 120px);
  padding-bottom: 10px; }
.mm_message_form__files-item {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  color: #b20000;
  font-size: 1rem;
  line-height: 1; }
.mm_message_form__files-item:not(:last-of-type) {
  margin-bottom: 10px; }
.mm_message_form__files-icon, .mm_message_form__files-value {
  display: table-cell;
  vertical-align: top; }
.mm_message_form__files-icon {
  width: 33px;
  padding-right: 12px; }
.mm_message_form__files-icon .i {
  fill: #b20000; }
.mm_message_form__files-icon .i._file {
  width: 21px;
  height: 26px;
  vertical-align: middle; }
.mm_message_form__files-value {
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
.mm_message_form__controls {
  width: 120px;
  font-size: 0; }
.mm_message_form__controls .mm_default_button {
  width: 70px;
  vertical-align: middle; }
.mm_message_form__controls .mm_default_button .i {
  margin: 0; }
.mm_message_form__controls > *:not(:last-child) {
  margin-right: 15px; }
.mm_message_form .mm_messages__item {
  height: auto; }
.mm_message_form .mm_messages__item:not(:last-of-type) {
  margin-bottom: 45px; }
.mm_message_form .mm_messages__item-link {
  height: auto;
  padding: 0;
  border: 0; }
.mm_message_form .mm_messages__item-date {
  margin-bottom: 10px;
  font-weight: 600; }

.mm_add_file {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 45px;
  text-align: center;
  background: transparent;
  border: 0;
  outline: 0; }
.mm_add_file .i {
  fill: #b20000;
  vertical-align: middle; }

._dropdown {
  position: relative; }
._dropdown .mm_dropdown {
  position: absolute;
  top: 120%;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
._dropdown .mm_dropdown._nav {
  left: 50%;
  width: 110px;
  margin-left: -55px; }
._dropdown .mm_dropdown._nav .mm_dropdown__inside::before {
  left: 50%;
  margin-left: -9px;
  border-color: transparent transparent #d40000 transparent; }
._dropdown .mm_dropdown__inside {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #d40000;
  border-radius: 8px; }
._dropdown .mm_dropdown__inside::before {
  content: '';
  position: absolute;
  top: -7px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 7px 9px;
  z-index: 1; }
._dropdown .mm_dropdown__item {
  width: 100%;
  color: white;
  font-size: 0.89rem; }
._dropdown .mm_dropdown__item:not(:last-of-type) {
  margin-bottom: 10px; }
._dropdown .mm_dropdown__link {
  display: block;
  height: auto;
  text-decoration: none;
  padding: 5px 15px;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
._dropdown .mm_dropdown__link._current, ._dropdown .mm_dropdown__link:hover {
  text-decoration: none;
  background: #b20000; }
._dropdown._active ._dropdown_link {
  background: #d40000; }
._dropdown._active .mm_dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 101; }

/*** informer ***/
.mm_informer {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  color: #818181;
  font-size: 1rem;
  font-weight: 400; }
.mm_informer__icon, .mm_informer__value {
  display: table-cell;
  vertical-align: top; }
.mm_informer__icon {
  width: 100px;
  padding-right: 25px; }
.mm_informer__icon .i {
  fill: #818181; }
.mm_informer__heading {
  margin-bottom: 15px;
  color: #818181;
  font-size: 1.33rem;
  font-weight: 600; }

/*** profile card ***/
.mm_profile_card {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_profile_card__image, .mm_profile_card__details {
  display: table-cell;
  vertical-align: middle; }
.mm_profile_card__image {
  width: 100px;
  padding-right: 20px; }
.mm_profile_card-image {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden; }
.mm_profile_card-name {
  color: #818181;
  font-size: 1.33rem;
  font-weight: 600; }

/*** contact element ***/
.mm_contact_element {
  color: #818181;
  font-size: 1.165rem;
  font-weight: 400; }
.mm_contact_element__link {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  color: inherit;
  font-size: inherit;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
.mm_contact_element__link:hover {
  color: #b20000;
  text-decoration: none; }
.mm_contact_element__link:hover .i {
  fill: #b20000; }
.mm_contact_element__icon, .mm_contact_element__value {
  display: table-cell;
  vertical-align: top; }
.mm_contact_element__icon {
  width: 40px; }
.mm_contact_element__value {
  padding-top: 2px; }
.mm_contact_element .i {
  fill: #818181;
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

/*** abc ***/
.mm_abc {
  margin: 55px 0 65px; }
.mm_abc__list {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin: 0;
  color: #b20000;
  font-size: 0.89rem;
  font-weight: 600; }
.mm_abc__list-item {
  display: table-cell !important;
  padding-left: 0;
  text-transform: uppercase;
  vertical-align: top; }
.mm_abc__list-item:not(:last-of-type) {
  padding-right: 1px;
  margin-bottom: 0; }
.mm_abc__list-item::before {
  display: none; }
.mm_abc__list-link {
  display: block;
  height: auto;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  text-align: center;
  border: 1px solid transparent; }
.mm_abc__list-link:hover {
  color: #818181;
  text-decoration: none;
  border-color: #818181; }
.mm_abc__list-link._active {
  color: inherit;
  border-color: #b20000; }
.mm_abc__list-link._disabled {
  color: #d2d2d2;
  pointer-events: none; }

/*** specialist element ***/
.mm_specialist_element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 285px;
  padding-bottom: 20px; }
.mm_specialist_element:hover {
  text-decoration: none;
  background: #f7f7f7; }
.mm_specialist_element:hover .mm_rating .i {
  fill: #b20000; }
.mm_specialist_element__stats {
  position: absolute;
  top: 20px;
  right: 5px;
  color: #a8a8a8;
  font-size: 0.78rem;
  z-index: 1; }
.mm_specialist_element__stats-item {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  width: auto; }
.mm_specialist_element__stats-item:not(:last-of-type) {
  margin-bottom: 5px; }
.mm_specialist_element__stats-item .i {
  fill: #a8a8a8;
  vertical-align: middle; }
.mm_specialist_element__stats-item .i._heart_solid {
  width: 16px;
  height: 16px; }
.mm_specialist_element__stats-item .mm_value {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.78rem; }
.mm_specialist_element__stats-icon, .mm_specialist_element__stats-value {
  display: table-cell;
  vertical-align: middle; }
.mm_specialist_element__stats-icon {
  width: 30px;
  padding-right: 5px;
  text-align: center; }
.mm_specialist_element__link {
  display: block;
  height: auto;
  text-decoration: none;
  padding: 20px 20px 0 20px;
  text-align: center; }
.mm_specialist_element__link:hover {
  text-decoration: none; }
.mm_specialist_element__image {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden; }
.stub-foto__men-1,
.stub-foto__men-2,
.stub-foto__men-3,
.stub-foto__men-4,
.stub-foto__men-5,
.stub-foto__men-6,
.stub-foto__women-1,
.stub-foto__women-2,
.stub-foto__women-3 {
  background-size: 300% 300%;
  background-position: 0 14px;
  background-color: #ffffff;
}
.stub-foto__men-2 {
  background-position: -177px 14px;
}

.stub-foto__men-3 {
  background-position: -363px 14px;
}
.stub-foto__men-4 {
  background-position: 0 -358px;
}

.stub-foto__men-5 {
  background-position: -177px -358px;
}
.stub-foto__men-6 {
  background-position: -363px -358px
}

.stub-foto__women-1 {
  background-position: 7px -176px;
}

.stub-foto__women-2 {
  background-position: -179px -176px;
}

.stub-foto__women-3 {
  background-position: -372px -176px;
}

.mm_specialist_element__image .stub-foto__men-1 {
  background-position: 3px 13px;
}
.mm_specialist_element__image .stub-foto__men-2 {
  background-position: -159px 12px;
}
.mm_specialist_element__image .stub-foto__men-3 {
  background-position: -322px 14px;
}
.mm_specialist_element__image .stub-foto__men-4 {
  background-position: 0 -317px;
}
.mm_specialist_element__image .stub-foto__men-5 {
  background-position: -161px -317px;
}
.mm_specialist_element__image .stub-foto__men-6 {
  background-position: -322px -317px;
}
.mm_specialist_element__image .stub-foto__women-1 {
  background-position: 7px -156px;
}
.mm_specialist_element__image .stub-foto__women-2 {
  background-position: -161px -156px;
}
.mm_specialist_element__image .stub-foto__women-3 {
  background-position: -330px -156px;
}
.mm_specialist_profile_image.stub-foto__men-1,
.mm_specialist_profile_image.stub-foto__men-2,
.mm_specialist_profile_image.stub-foto__men-3,
.mm_specialist_profile_image.stub-foto__men-4,
.mm_specialist_profile_image.stub-foto__men-5,
.mm_specialist_profile_image.stub-foto__men-6,
.mm_specialist_profile_image.stub-foto__women-1,
.mm_specialist_profile_image.stub-foto__women-2,
.mm_specialist_profile_image.stub-foto__women-3 {
  background-size: 300% 300%;
  background-position: 1px 14px;
  background-color: #ffffff;
}
.mm_specialist_profile_image.stub-foto__men-2 {
  background-position: -198px 14px;
}
.mm_specialist_profile_image.stub-foto__men-3 {
  background-position: -405px 14px;
}
.mm_specialist_profile_image.stub-foto__men-4 {
  background-position: 1px -396px;
}
.mm_specialist_profile_image.stub-foto__men-5 {
  background-position: -198px -396px;
}
.mm_specialist_profile_image.stub-foto__men-6 {
  background-position: -404px -396px;
}
.mm_specialist_profile_image.stub-foto__women-1 {
  background-position: 10px -195px;
}
.mm_specialist_profile_image.stub-foto__women-2 {
  background-position: -198px -196px;
}
.mm_specialist_profile_image.stub-foto__women-3 {
  background-position: -409px -196px;
}

.mm_specialist_element__name, .mm_specialist_element__title, .mm_specialist_element__description {
  display: block;
  margin: 10px 0; }
.mm_specialist_element__name, .mm_specialist_element__title {
  font-size: 1rem; }
.mm_specialist_element__name {
  font-weight: 600; }
.mm_specialist_element__description {
  font-size: 0.78rem; }
.mm_specialist_element__footer {
  margin-top: 15px;
  font-size: 0;
  text-align: center; }
.mm_specialist_element__footer > *:not(:last-child) {
  margin-right: 25px; }
.mm_specialist_element__reviews {
  display: inline-block;
  vertical-align: middle;
  color: #818181;
  font-size: 0.89rem; }
.mm_specialist_element__reviews a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline; }
.mm_specialist_element__reviews a:hover {
  text-decoration: none; }
.mm_specialist_element .mm_rating {
  display: inline-block;
  vertical-align: middle; }
.mm_specialist_element .mm_rating .i {
  width: 13px;
  height: 13px; }

/*** wrapper ***/
.mm_website_wrapper {
  min-height: 100vh;
  padding-top: 50px;
  color: inherit;
  font-size: inherit; }
.mm_website_wrapper._is_auth {
  padding-top: 0; }
.mm_website_wrapper._is_auth #mm_header {
  position: static;
  top: auto;
  left: auto; }
.mm_website_wrapper._is_auth .mm_header_search._active {
  width: 330px; }

/*** container ***/
.mm_container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto; }

/*** header ***/
#mm_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #b20000;
  z-index: 500; }
#mm_header .mm_container {
  position: relative;
  height: 100%; }
#mm_header .mm_container::before, #mm_header .mm_container::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both; }

.mm_logotype {
  float: left;
  width: 155px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.mm_logotype__link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
.mm_logotype .mm_value {
  display: table-cell;
  vertical-align: middle; }
.mm_logotype img {
  max-width: 155px;
  height: 35px; }

.mm_header_controls {
  position: relative;
  float: right;
  height: 100%;
  font-size: 0; }
.mm_header_controls__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 55px; }
.mm_header_controls__link {
  display: table;
  width: 100%;
  height: 55px;
  table-layout: fixed;
  max-height: 50px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_header_controls__link:hover {
  text-decoration: none;
  background: #d40000; }
.mm_header_controls .mm_value {
  position: relative;
  display: table-cell;
  vertical-align: middle; }
.mm_header_controls .i {
  max-height: 50px;
  fill: white; }
.mm_header_controls .mm_default_button {
  margin: 12px 0 12px 20px; }

.mm_header_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 50px;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
.mm_header_search._active {
  left: -55px;
  width: 310px; }
.mm_header_search__form {
  display: block; }
.mm_header_search__input,
.mm_header_search__input2 {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 55px;
  color: #818181;
  font-size: 0.89rem;
  background: white;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
.mm_header_search__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  text-align: center;
  background: white;
  border: 0;
  outline: 0; }
.mm_header_search__button .i {
  fill: #b20000;
  vertical-align: middle; }

.mm_indicator {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 18px;
  height: 18px;
  color: #818181;
  font-size: 0.65rem;
  text-align: center;
  line-height: 18px;
  background: #fff200;
  border-radius: 50%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1; }

/*** navigation ***/
.mm_navigation {
  float: left;
  height: 100%;
  margin-left: 125px; }

#mm_nav {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none; }
#mm_nav .mm_mobile_controls_container {
  display: none;
  width: 100%;
  height: 50px;
  margin-bottom: 15px; }
#mm_nav .mm_mobile_controls_container .mm_header_controls {
  float: none;
  text-align: center; }
#mm_nav.collapsed {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  background: #b20000;
  z-index: 101; }
#mm_nav.collapsed .mm_nav__item {
  display: block;
  width: 100%;
  height: 45px; }
#mm_nav.collapsed .mm_nav__item:not(:last-of-type) {
  margin: 0 0 10px; }
#mm_nav.collapsed .mm_nav__link {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px; }

.menu-collapser {
  position: relative;
  height: 100%;
  width: 100%; }

.collapse-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  padding: 7px 20px;
  cursor: pointer;
  text-align: center; }
.collapse-button .icon-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
.collapse-button .icon-bar::before, .collapse-button .icon-bar::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
.collapse-button .icon-bar::before {
  top: -7px; }
.collapse-button .icon-bar::after {
  top: 7px; }
.collapse-button:hover .icon-bar::before {
  top: -8px; }
.collapse-button:hover .icon-bar::after {
  top: 8px; }
.collapse-button._active .icon-bar {
  background: transparent; }
.collapse-button._active .icon-bar::before {
  visibility: visible;
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.collapse-button._active .icon-bar::after {
  visibility: visible;
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm_nav__item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0; }
.mm_nav__item:not(:last-of-type) {
  margin-right: 15px;
  margin-bottom: 0; }
.mm_nav__item::before {
  display: none; }
.mm_nav__link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_nav__link._current, .mm_nav__link:hover {
  text-decoration: none;
  background: #d40000; }
.mm_nav__link .mm_value {
  display: table-cell;
  vertical-align: middle; }

/*** workarea ***/
#mm_workarea {
  color: #818181;
  font-size: 1rem;
  overflow-x: hidden; }

/*** info section ***/
.mm_newsfeed {
  padding-top: 25px; }
.mm_newsfeed__row {
  margin-left: -5px;
  margin-right: -5px; }
.mm_newsfeed__row::before, .mm_newsfeed__row::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both; }
.mm_newsfeed__unit {
  position: relative;
  float: left;
  margin: 5px; }
.mm_newsfeed__unit._slider {
  width: 805px;
  height: 530px;
  margin-top: 0; }
.mm_newsfeed__unit._new {
  width: 262px;
  height: 175px;
  margin-bottom: 0; }
.mm_newsfeed__unit._main_new {
  width: 535px;
  height: 405px;
  margin-top: 0; }
.mm_newsfeed__unit._ad {
  width: 262px;
  height: 115px; }
.mm_newsfeed_element {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_newsfeed_element::before, .mm_newsfeed_element::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  z-index: 0; }
.mm_newsfeed_element::before {
  top: 0;
  height: 100%;
  background: rgba(212, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.mm_newsfeed_element::after {
  bottom: 0;
  height: 40%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(35, 31, 32, 0.99) 72%, #231f20 73%, #231f20 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), color-stop(72%, rgba(35, 31, 32, 0.99)), color-stop(73%, #231f20), to(#231f20));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(35, 31, 32, 0.99) 72%, #231f20 73%, #231f20 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(35, 31, 32, 0.99) 72%, #231f20 73%, #231f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#231f20',GradientType=0 );
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.mm_newsfeed_element:hover::before {
  opacity: 1; }
.mm_newsfeed_element:hover::after {
  opacity: 0; }
.mm_newsfeed_element__link {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  color: white;
  text-decoration: none;
  z-index: 1; }
.mm_newsfeed_element__link:hover {
  text-decoration: none; }
.mm_newsfeed_element__container {
  display: table-cell;
  vertical-align: bottom;
  padding: 15px; }
.mm_newsfeed_element__heading {
  display: block;
  color: white;
  font-size: 15px;
  font-weight: 500; }
.mm_newsfeed_element__date {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  margin-bottom: 30px;
  padding: 0 10px;
  color: white;
  font-size: 13px;
  font-weight: 400;
  background: #b20000;
  border-radius: 15px;
  line-height: 20px; }
.mm_newsfeed_element._big .mm_newsfeed_element__container {
  padding: 25px; }
.mm_newsfeed_element._big .mm_newsfeed_element__heading {
  font-size: 24px;
  font-weight: 600; }
.mm_newsfeed_element._huge .mm_newsfeed_element__container {
  padding: 35px; }
.mm_newsfeed_element._huge .mm_newsfeed_element__heading {
  font-size: 33px;
  font-weight: 600; }
.mm_newsfeed_slider {
  height: 100%; }
.mm_newsfeed_slider .slick-list,
.mm_newsfeed_slider .slick-track {
  height: 100%; }
.mm_newsfeed .mm_ads_element {
  height: 100%; }
.mm_newsfeed #_current_slide {
  position: absolute;
  bottom: 45px;
  right: 10px;
  width: 110px;
  height: 55px;
  color: white;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 55px;
  z-index: 2; }

/*** section ***/
.mm_section {
  padding: 55px 0 60px; }
.mm_section._dark {
  background: #f7f7f7; }
.mm_section._dark + .mm_section._dark {
  padding-top: 30px; }
.mm_section__header {
  position: relative;
  font-size: 0;
  line-height: 1; }
.mm_section__header::before, .mm_section__header::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both; }
.mm_section__heading {
  display: inline-block;
  vertical-align: baseline;
  color: #818181;
  font-size: 36px; }
.mm_section__heading a {
  color: #b20000; }
.mm_section__heading a:hover {
  text-decoration: none; }
.mm_section__heading .tag {
  margin-left: 25px;
  font-size: 0.78rem;
  font-weight: 400; }
.mm_section__label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 20px;
  color: #818181;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none; }
.mm_section__label:hover {
  text-decoration: none; }
.mm_section_filter {
  float: left;
  height: 43px; }
.mm_section_filter._center {
  float: none;
  width: 100%;
  text-align: center; }
.mm_section_filter__list {
  height: 100%;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  list-style: none; }
.mm_section_filter__list .jq-selectbox {
  display: none !important;
  width: 215px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
.mm_section_filter__list .jq-selectbox.opened .jq-selectbox__select {
  border-color: #a8a8a8; }
.mm_section_filter__list .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-color: #a8a8a8 transparent transparent transparent; }
.mm_section_filter__list .jq-selectbox.changed .jq-selectbox__select {
  color: #b20000;
  border-color: #b20000; }
.mm_section_filter__list .jq-selectbox.changed .jq-selectbox__trigger-arrow {
  border-color: #b20000 transparent transparent transparent; }
.mm_section_filter__list .jq-selectbox.changed .jq-selectbox__dropdown ul li.sel {
  color: #b20000; }
.mm_section_filter__list .jq-selectbox__select {
  height: 43px;
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_section_filter__list .jq-selectbox__select-text {
  display: block;
  width: 100%;
  padding: 0 40px 0 15px;
  text-align: left;
  line-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.mm_section_filter__list .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }
.mm_section_filter__list .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #d2d2d2 transparent transparent transparent;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_section_filter__list .jq-selectbox__dropdown {
  top: 50px;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left; }
.mm_section_filter__list .jq-selectbox__dropdown ul {
  width: 100%;
  margin: 0;
  max-height: 500px;
  padding: 20px 1px;
  background: white;
  border: 1px solid #a8a8a8;
  border-radius: 25px;
  overflow: auto; }
.mm_section_filter__list .jq-selectbox__dropdown ul li {
  padding: 12px 15px; }
.mm_section_filter__list .jq-selectbox__dropdown ul li:not(:last-of-type) {
  margin-bottom: 0; }
.mm_section_filter__list .jq-selectbox__dropdown ul li:hover {
  color: white;
  background: #d2d2d2; }
.mm_section_filter__list .jq-selectbox__dropdown ul li::before {
  display: none; }
.mm_section_filter__item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0;
  color: #b20000;
  font-size: 0.89rem;
  font-weight: 500;
  text-transform: uppercase;
}
.mm_section_filter__item::before {
  display: none; }
.mm_section_filter__item:first-of-type .mm_section_filter__link {
  padding-left: 45px;
  /*border-left: 1px solid #b20000;*/
  /*border-top-left-radius: 25px;*/
  /*border-bottom-left-radius: 25px; }*/
}
.mm_section_filter__item:last-of-type .mm_section_filter__link {
  padding-right: 45px;
  /*border-right: 1px solid #b20000;*/
  /*border-top-right-radius: 25px;*/
  /*border-bottom-right-radius: 25px; }*/
}
.mm_section_filter__item:not(:last-of-type) {
  margin-bottom: 0; }
.mm_section_filter__link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  border-radius: 25px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #b20000;
  /*border-top: 1px solid #b20000;*/
  /*border-bottom: 1px solid #b20000;*/
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_section_filter__link:hover {
  color: white;
  text-decoration: none;
  background: #b20000; }
.mm_section_filter__link:hover .mm_counter {
  color: white; }
.mm_section_filter__link._current {
  color: white;
  background: #b20000; }
.mm_section_filter__link._current .mm_counter {
  color: white; }
.mm_section_filter__link .mm_value {
  display: table-cell;
  vertical-align: middle; }
.mm_section_filter .mm_counter {
  padding-left: 1px;
  color: #818181;
  font-size: 0.78rem;
  font-weight: 400;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.filter__wrapper {
  width: 75%;
  height: auto;
  overflow: hidden;
}
.mm_section_filter__link {
  padding: 15px 20px!important;
}


.mm_section_sort {
  float: right;
  width: 215px; }

/*** footer ***/
#mm_footer {
  padding: 35px 0 25px;
  background: #f5f5f5; }
#mm_footer .mm_social_networks {
  margin-bottom: 50px; }
#mm_footer .mm_download {
  margin-bottom: 65px; }

.mm_footer__section {
  width: 100%;
  font-size: 0; }
.mm_footer__section:not(:last-of-type) {
  padding-bottom: 35px; }
.mm_footer__unit {
  display: inline-block;
  vertical-align: top; }
.mm_footer__unit._contacts {
  width: 680px; }
.mm_footer__unit._subscription {
  width: 440px; }
.mm_footer__unit._options {
  width: 230px; }
.mm_footer_contact {
  color: #818181;
  font-size: 17px;
  font-weight: 400; }
.mm_footer_contact._tel {
  margin-bottom: 45px; }
.mm_footer_contact._tel .mm_footer_contact__link {
  color: #818181; }
.mm_footer_contact._email {
  margin-bottom: 65px; }
.mm_footer_contact._email .mm_footer_contact__link {
  color: #b20000; }
.mm_footer_contact__item {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_footer_contact__item:not(:last-of-type) {
  margin-bottom: 15px; }
.mm_footer_contact__cell {
  display: table-cell;
  vertical-align: middle; }
.mm_footer_contact__cell._value {
  width: 220px; }
.mm_footer_contact__cell__label {
  width: auto; }
.mm_footer_contact__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding-left: 35px; }
.mm_footer_contact__link:hover {
  text-decoration: none; }
.mm_footer_contact__link .i {
  position: absolute;
  top: 5px;
  left: 0;
  fill: #818181; }
.mm_footer_nav {
  color: #b20000;
  font-size: 17px;
  font-weight: 400; }
.mm_footer_nav__item {
  color: inherit;
  font-size: inherit; }
.mm_footer_nav__item:not(:last-of-type) {
  margin-bottom: 25px; }
.mm_footer_nav__link:hover {
  text-decoration: none; }

.mm_copyright {
  max-width: 365px;
  color: #818181;
  font-size: 13px; }
.mm_copyright p:not(:last-of-type) {
  margin-bottom: 5px; }

/*** application section ***/
.mm_application_section {
  height: 50px;
  color: white;
  background: #b20000; }
.mm_application_section .mm_container {
  height: 100%; }
.mm_application_section__inside {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
.mm_application_section__label, .mm_application_section__control {
  display: table-cell;
  vertical-align: middle; }
.mm_application_section__label {
  font-size: 0; }
.mm_application_section__control {
  width: 240px;
  text-align: right; }

/*** subscription ***/
.mm_subscription {
  max-width: 310px;
  margin-bottom: 40px; }
.mm_subscription__label {
  color: #818181;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px; }
.mm_subscription__form {
  display: block; }
.mm_subscription__prompt {
  margin-top: 10px;
  color: #818181;
  font-size: 13px;
  font-weight: 400; }

/*** inline subscription ***/
.mm_inline_subscription {
  max-width: 835px;
  color: #818181;
  font-size: 1.165rem; }
.mm_inline_subscription__heading {
  max-width: 600px;
  margin-bottom: 15px;
  color: #818181;
  font-size: 1.165rem;
  font-weight: 400; }
.mm_inline_subscription .mm_default_form__item:not(:last-of-type) {
  margin-right: 20px; }
.mm_inline_subscription .mm_default_form__item._33 {
  width: calc(33% - 15px); }

/*** page header ***/
.mm_page_header {
  position: relative;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; }
.mm_page_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0; }
.mm_page_header .mm_container {
  position: relative;
  height: 100%;
  z-index: 0; }
.mm_page_header__heading {
  margin: 0;
  color: white;
  font-size: 62px;
  font-weight: 500;
  text-align: center;
  line-height: 1; }

/*** breadcrumbs ***/
.mm_breadcrumbs {
  padding: 10px 0;
  font-size: 0;
  font-weight: 400;
  background: #f7f7f7; }
.mm_breadcrumbs .mm_container {
  font-size: 0; }
.mm_breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.89rem;
  color: #818181;
  line-height: 1; }
.mm_breadcrumbs__item:not(:last-of-type) {
  margin-right: 25px; }
.mm_breadcrumbs__item:not(:last-of-type)::after {
  content: '\2192';
  position: absolute;
  top: -1px;
  right: -22px;
  display: inline-block;
  color: #818181;
  line-height: 1; }
.mm_breadcrumbs__item .mm_value {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
.mm_breadcrumbs__link {
  display: block;
  height: auto;
  text-decoration: none;
  color: #b20000;
  font-size: inherit;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
.mm_breadcrumbs__link:hover {
  text-decoration: none; }

/*** specialist ***/
.mm_specialist_section {
  width: 100%; }
.mm_specialist_section__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; }
.mm_specialist_section__cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0; }
.mm_specialist_section__preview {
  position: relative;
  padding: 40px 0 30px; }
.mm_specialist_section__preview .mm_container {
  position: relative;
  z-index: 1; }
.mm_specialist_section__preview .mm_specialist_section__block {
  color: white; }
.mm_specialist_section__details {
  padding-top: 30px;
  color: #818181;
  font-size: 0.89rem;
  font-weight: 300; }
.mm_specialist_section__details .mm_specialist_section__block {
  color: #818181; }
.mm_specialist_section__details .mm_specialist_section__block._primary {
  float: none; }
.mm_specialist_section__unit {
  width: 100%; }
.mm_specialist_section__unit:not(:last-of-type) {
  margin-bottom: 30px; }
.mm_specialist_section__unit::before, .mm_specialist_section__unit::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both; }
.mm_specialist_section__block {
  font-size: 0.89rem;
  font-weight: 300; }
.mm_specialist_section__block._primary {
  float: left;
  width: calc(100% - 440px);
  padding-right: 90px; }
.mm_specialist_section__block._primary .mm_default_button {
  margin-top: 25px; }
.mm_specialist_section__block._primary .mm_default_button._white {
  color: #818181; }
.mm_specialist_section__block._primary .mm_default_button._white._active, .mm_specialist_section__block._primary .mm_default_button._white:hover {
  color: white;
  background: transparent; }
.mm_specialist_section__block._secondary {
  float: right;
  width: 440px; }
.mm_specialist_section_options {
  width: 100%;
  padding-top: 10px; }
.mm_specialist_section_options__item {
  width: 100%; }
.mm_specialist_section_options__item:not(:last-of-type) {
  margin-bottom: 25px; }
.mm_specialist_section_pro {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-left: -35px;
  margin-bottom: 35px;
  padding-top: 25px; }
.mm_specialist_section_pro__icon, .mm_specialist_section_pro__value {
  display: table-cell;
  vertical-align: middle; }
.mm_specialist_section_pro__icon {
  width: 35px;
  text-align: left; }
.mm_specialist_section_pro__value {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
.mm_specialist_section_pro__value .period {
  padding-left: 10px; }
.mm_specialist_section_pro__link {
  color: inherit;
  font-size: inherit; }
.mm_specialist_section_pro__link:hover {
  text-decoration: none; }
.mm_specialist_section_pro .i {
  fill: white; }
.mm_specialist_section_pro + .mm_specialist_section_options {
  padding-top: 0; }

.mm_specialist_profile {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  color: white; }
.mm_specialist_profile__image, .mm_specialist_profile__details {
  display: table-cell;
  vertical-align: top; }
.mm_specialist_profile__image {
  width: 225px;
  padding-right: 25px; }
.mm_specialist_profile_image {
  width: 200px;
  height: 200px;
  margin: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_specialist_profile__details {
  padding-top: 15px; }
.mm_specialist_profile__header {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  padding-right: 65px; }
.mm_specialist_profile__name {
  margin-bottom: 10px;
  color: white;
  font-size: 36px;
  font-weight: 600;
  line-height: 1; }
.mm_specialist_profile__position {
  margin: 0;
  color: white;
  font-size: 0.89rem;
  font-weight: 300; }
.mm_specialist_profile__control {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  vertical-align: top;
  z-index: 1; }
.mm_specialist_profile__control .control {
  display: block;
  height: auto;
  text-decoration: none; }
.mm_specialist_profile__control .control._active .i {
  fill: #b20000; }
.mm_specialist_profile__control .i {
  fill: white;
  vertical-align: middle; }
.mm_specialist_profile__control .i._heart, .mm_specialist_profile__control .i._heart_solid {
  width: 29px;
  height: 26px; }
.mm_specialist_profile__control .i._cog {
  width: 27px;
  height: 27px; }
.mm_specialist_profile__stats {
  color: white;
  font-size: 0; }
.mm_specialist_profile__stats .i {
  fill: white; }
.mm_specialist_profile__stats .i._heart_solid {
  width: 18px;
  height: 18px; }
.mm_specialist_profile__stats .i._eye {
  width: 23px;
  height: 13px; }
.mm_specialist_profile .likes,
.mm_specialist_profile .views {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  color: white;
  font-size: 1rem;
  font-weight: 300; }
.mm_specialist_profile .likes .i,
.mm_specialist_profile .views .i {
  margin-right: 5px;
  vertical-align: middle; }
.mm_specialist_profile .mm_rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
.mm_specialist_profile .reviews {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 0.89rem;
  font-weight: 300; }
.mm_specialist_profile .reviews a {
  text-decoration: underline; }
.mm_specialist_profile .reviews a:hover {
  text-decoration: none; }

.mm_specialist_stats {
  color: white;
  font-size: 0;
  font-weight: 300; }
.mm_specialist_stats__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 185px; }
.mm_specialist_stats__label {
  margin-bottom: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3; }
.mm_specialist_stats__value {
  font-size: 36px;
  font-weight: 500;
  line-height: 1; }

.mm_specialist_career {
  margin-top: 35px;
  margin-bottom: 25px;
  color: #818181;
  font-size: 0.89rem; }
.mm_specialist_career__heading {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 600; }

/*** project ***/
.mm_project {
  width: 100%;
  background: white;
  /* slider */
  /* details */
  /* author */
  /* description */
  /*arrows*/ }
.mm_project__header {
  padding: 35px 0;
  text-align: center; }
.mm_project__type {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  padding: 2px 8px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background: #b20000;
  border-radius: 10px; }
.mm_project__heading {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2; }
.mm_project__slider {
  padding-bottom: 20px;
  background: #f7f7f7; }
.mm_project_slider {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;}
.mm_project_slider__item {
  width: 100%;
  text-align: center; }
.mm_project_slider__item .mm_table {
  position: relative;
  height: 620px; }
.mm_project_slider__item .mm_table__cell {
  width: 100%; }
.mm_project_slider__item img {
  max-height: 620px; }
.mm_project_slider__caption {
  padding: 15px;
  font-size: 16px;
  color: #818181;
  line-height: 1.2; }
.mm_project_slider__caption p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto; }
.mm_project_slider__options {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 0; }
.mm_project_slider__option {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 42px;
  text-align: center;
  background: #b20000;
  text-decoration: none;
  border: 0;
  border-radius: 20px;
  outline: 0; }
.mm_project_slider__option:not(:last-child) {
  margin-right: 15px; }
.mm_project_slider__option .i {
  fill: white;
  vertical-align: middle; }
.mm_project_slider .i._prev, .mm_project_slider .i._next {
  width: 11px;
  height: 15px; }
.mm_project_preview {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto; }
.mm_project_preview__item {
  width: 90px;
  height: 63px;
  margin-left: 7px;
  margin-right: 7px; }
.mm_project_preview__link {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_project_preview .slick-center .mm_project_preview__link {
  border-color: #b20000; }
.mm_project__details {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #d2d2d2; }
.mm_project__details ._author {
  width: 325px; }
.mm_project__details ._stats {
  width: auto; }
.mm_project__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
  font-size: 0; }
.mm_project__stats .stat {
  display: inline-block;
  vertical-align: top;
  color: #818181;
  font-size: 16px; }
.mm_project__stats .stat._object {
  width: 165px; }
.mm_project__stats .stat._style {
  width: 165px; }
.mm_project__stats .stat._square {
  width: 180px; }
.mm_project__stats .stat._year {
  width: 60px; }
.mm_project__stats .stat__heading {
  margin-bottom: 5px;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: 1; }
.mm_project__stats .stat__value {
  color: inherit;
  font-size: inherit;
  line-height: 1; }
.mm_project_author {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_project_author__image, .mm_project_author__details {
  display: table-cell;
  vertical-align: middle; }
.mm_project_author__image {
  width: 65px; }
.mm_project_author__details {
  padding-left: 20px; }
.mm_project_author_image {
  width: 65px;
  height: 65px;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden; }
.mm_project_author__label {
  margin-bottom: 5px;
  color: #818181;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; }
.mm_project_author__name {
  margin: 0;
  color: #b20000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }
.mm_project_author__name a {
  color: inherit;
  font-size: inherit; }
.mm_project__description {
  position: relative;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  color: #818181;
  font-size: 1rem; }
.mm_project__description img {
  margin-bottom: 30px;
}

.mm_project__description .text {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 50px; }
.mm_project_info {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-top: 45px; }
.mm_project_info ._about,
.mm_project_info ._tags {
  width: 50%;
  font-size: 0; }
.mm_project_info ._tags {
  text-align: right; }
.mm_project_info .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px; }
.mm_project_info .item__label {
  color: inherit;
  font-size: inherit;
  font-weight: 600; }
.mm_project_info .tag {
  display: inline-block;
  vertical-align: top;
  color: #b20000;
  font-size: 14px;
  font-weight: 400;
  text-align: left; }
.mm_project_info .tag:not(:last-of-type) {
  margin-right: 20px; }
.mm_project_info .tag a {
  color: inherit;
  font-size: inherit; }
.mm_project__control {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 90px;
  margin-top: -45px;
  padding: 15px;
  background: #f7f7f7;
  border-radius: 20px;
  z-index: 1; }
.mm_project__control .link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  color: #818181;
  font-size: 0.89rem; }
.mm_project__control .link:hover {
  text-decoration: none; }
.mm_project__control .icon,
.mm_project__control .value {
  display: table-cell;
  vertical-align: top; }
.mm_project__control .icon {
  width: 40px; }
.mm_project__control._prev {
  left: 0; }
.mm_project__control._prev .icon {
  padding-right: 10px; }
.mm_project__control._prev .value {
  text-align: left; }
.mm_project__control._next {
  right: 0; }
.mm_project__control._next .icon {
  padding-left: 10px; }
.mm_project__control._next .value {
  text-align: right; }

.mm_bottom_notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background: #b20000;
  z-index: 99; }
.mm_bottom_notification .mm_container {
  position: relative;
  max-width: 870px;
  padding: 40px 105px 40px 0; }
.mm_bottom_notification__inside {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_bottom_notification__close {
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 22px; }
.mm_bottom_notification__close .control {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  outline: 0; }
.mm_bottom_notification__close .i {
  fill: white;
  vertical-align: top; }
.mm_bottom_notification ._content {
  width: 560px; }
.mm_bottom_notification ._control {
  text-align: right; }
.mm_bottom_notification__content {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_bottom_notification__content ._icon {
  width: 95px;
  padding-right: 25px; }
.mm_bottom_notification__content ._icon .i {
  width: 70px;
  height: 64px;
  fill: white; }
.mm_bottom_notification__content ._value {
  padding-top: 8px;
  color: white; }
.mm_bottom_notification__content ._value .heading {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1; }
.mm_bottom_notification__content ._value p {
  font-size: 1rem; }

/*** author ***/
.mm_author {
  padding: 30px 0;
  background: #f7f7f7; }
.mm_author__inside {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_author__about, .mm_author__projects {
  display: table-cell;
  vertical-align: top; }
.mm_author__about {
  padding-right: 70px; }
.mm_author__projects {
  width: 600px;
  font-size: 0; }
.mm_author_block {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_author_block__image, .mm_author_block__details {
  display: table-cell;
  vertical-align: top; }
.mm_author_block__image {
  width: 170px;
  padding-right: 35px; }
.mm_author_block_image {
  width: 135px;
  height: 135px;
  margin: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_author_block__label {
  margin-bottom: 5px;
  color: #818181;
  font-size: 16px;
  font-weight: 400; }
.mm_author_block__name {
  margin-bottom: 10px;
  color: #818181;
  font-size: 24px;
  font-weight: 600; }
.mm_author_block__about {
  color: #818181;
  font-size: 1rem; }
.mm_author_block__control {
  margin-top: 20px; }
.mm_author_project {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  text-align: left; }
.mm_author_project__link {
  display: block;
  height: auto;
  text-decoration: none;
  padding: 10px;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_author_project__link:hover {
  text-decoration: none;
  background: white; }
.mm_author_project__image {
  display: block;
  width: 100%;
  height: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_author_project__title {
  display: block;
  max-height: 46px;
  padding-top: 10px;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden; }
.mm_author_project:not(:last-of-type) {
  margin-right: 60px; }

/*** page ***/
.mm_page {
  padding: 40px 0 100px; }
.mm_page__header {
  position: relative;
  margin-bottom: 60px; }
.mm_page__header-control {
  position: absolute;
  top: -1px;
  right: 0; }
.mm_page h1 {
  font-size: 3.45rem; }
.mm_page h2 {
  font-size: 2rem; }
.mm_page__heading {
  color: #818181;
  font-weight: 600;
  line-height: normal; }
.mm_page__prompt {
  max-width: 700px;
  margin-top: 15px;
  font-size: 1rem; }
.mm_page + .mm_section {
  padding-top: 0; }

/*** project add ***/
.mm_photos_add {
  color: #818181;
  font-size: 1rem; }
.mm_photos_add_list {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1rem;
  list-style: none; }
.mm_photos_add_list__item {
  position: relative;
  padding-left: 20px; }
.mm_photos_add_list__item:not(:last-of-type) {
  margin-bottom: 10px; }
.mm_photos_add_list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 15px;
  height: 1px;
  background: #818181; }
.mm_photos_add__blocks {
  font-size: 0; }
.mm_photos_add_block {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 50px);
  height: 360px;
  padding: 3px;
  border: 1px solid #d2d2d2;
  overflow: hidden; }
.mm_photos_add_block:not(:last-of-type) {
  margin-right: 100px; }
.mm_photos_add_block__inside {
  height: 100%;
  max-height: 100%;
  padding: 10px;
  border: 1px solid #d2d2d2;
  overflow: auto; }
.mm_photos_add_block._avatar {
  width: 205px;
  height: 205px; }
.mm_photos_add_block._avatar:not(:last-of-type) {
  margin-right: 0; }
.mm_photos_add_block._poster {
  width: 800px;
  height: 205px; }
.mm_photos_add_block._poster:not(:last-of-type) {
  margin-right: 0; }
.mm_photos_add_item {
  display: table;
  width: 100%;
  height: 100px;
  table-layout: fixed;
  max-width: 595px;
  padding: 5px;
  color: #818181;
  font-size: 1rem;
  background: #f7f7f7; }
.mm_photos_add_item:not(:last-of-type) {
  margin-bottom: 15px; }
.mm_photos_add_item__preview, .mm_photos_add_item__details {
  display: table-cell;
  vertical-align: middle; }
.mm_photos_add_item__preview {
  width: 160px;
  padding-right: 25px; }
.mm_photos_add_item__image {
  display: block;
  width: 100%;
  height: 90px;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_photos_add_item__details {
  position: relative;
  padding-right: 75px; }
.mm_photos_add_item__remove {
  position: absolute;
  display: block;
  height: 90px;
  text-decoration: none;
  width: 65px;
  top: 0;
  right: 0; }
.mm_photos_add_item__remove .i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  fill: #b20000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.mm_photos_add__control {
  margin-top: 30px; }
.mm_photos_add__control .mm_default_button {
  vertical-align: middle; }
.mm_photos_add__control .prompt {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
  margin-left: 30px;
  font-size: .78rem;
  line-height: 1.2; }
.mm_photos_add__control .prompt._bottom {
  display: block;
  max-width: 100%;
  margin: 15px 0 0; }

.mm_upload_photo {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
.mm_upload_photo__label {
  position: absolute;
  max-width: 225px;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*** auth ***/
.mm_auth_type {
  width: 50%;
  text-align: center; }
.mm_auth_type:not(:last-of-type) {
  border-right: 1px solid #d2d2d2; }
.mm_auth_type__icon {
  display: table;
  width: 100%;
  height: 230px;
  table-layout: fixed;
  margin-bottom: 35px; }
.mm_auth_type__heading {
  margin-bottom: 15px;
  font-size: 1.33rem; }
.mm_auth_type__details {
  display: inline-block;
  vertical-align: top;
  max-width: 370px;
  font-size: 1rem; }
.mm_auth_type .mm_default_button {
  margin-top: 25px; }
.mm_auth_type .i._glasses {
  width: 300px;
  height: 210px;
  fill: #b20000; }
.mm_auth_type .i._tools {
  width: 230px;
  height: 230px;
  fill: #b20000; }

._showHidePassword {
  display: inline-block;
  vertical-align: top;
  color: #b20000;
  border-bottom: 1px dotted transparent; }
._showHidePassword:hover {
  text-decoration: none;
  border-bottom-color: #b20000; }

/*** magazine detail ***/
.mm_magazine_detail {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-bottom: 110px;
  font-size: 1rem; }
.mm_magazine_detail__image, .mm_magazine_detail__details {
  display: table-cell;
  vertical-align: top; }
.mm_magazine_detail__image {
  width: 315px;
  padding-right: 55px; }
.mm_magazine_detail_image {
  max-width: 245px;
  -webkit-box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.25); }
.mm_magazine_detail__details {
  position: relative;
  padding-bottom: 120px; }
.mm_magazine_detail__publishing {
  margin-bottom: 5px;
  font-size: 0.89rem; }
.mm_magazine_detail__heading {
  margin-bottom: 15px;
  font-size: 2rem; }
.mm_magazine_detail .mm_inline_subscription {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.mm_magazines_list {
  width: 100%; }
.mm_magazines_list__controls {
  font-size: 0; }
.mm_magazines_list__controls-item {
  display: inline-block;
  vertical-align: top; }
.mm_magazines_list__controls-item:not(:last-of-type) {
  margin-right: 20px; }
.mm_magazines_list__items {
  font-size: 0;
  margin-left: -36px;
  margin-right: -36px;
  overflow: hidden; }
.mm_magazines_list .mm_magazine_list_item {
  margin-top: 55px;
  margin-left: 36px;
  margin-right: 36px; }
.mm_magazines_list + .mm_more {
  margin-top: 55px; }

.mm_magazine_list_item {
  display: inline-block;
  vertical-align: top;
  width: 165px; }
.mm_magazine_list_item__link {
  display: block;
  height: auto;
  text-decoration: none; }
.mm_magazine_list_item__link:hover {
  text-decoration: none; }
.mm_magazine_list_item__image {
  display: block;
  width: 100%;
  height: 220px;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.25); }
.mm_magazine_list_item__title {
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #818181;
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.2; }

/*** no data added ***/
.mm_no_data_added {
  padding: 35px 0;
  color: #818181;
  text-align: center; }
.mm_no_data_added:not(:last-of-type) {
  margin-bottom: 60px; }
.mm_no_data_added__heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem; }
.mm_no_data_added .mm_default_button {
  margin-top: 30px; }
.mm_no_data_added img {
  margin-bottom: 30px;
}
.mm_specialist {
  /* slider */ }
.mm_specialist_slider {
  max-width: 100%; }
.mm_specialist_slider_wrapper {
  position: relative;
  max-width: 720px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto; }
.mm_specialist_slider_wrapper__add {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 2; }
.mm_specialist_slider_wrapper__add-control {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  text-align: center;
  background: #b20000;
  border: 0;
  outline: 0;
  opacity: .5;
  border-radius: 50%;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.mm_specialist_slider_wrapper__add-control:hover {
  opacity: 1; }
.mm_specialist_slider_wrapper__add-control .i {
  max-width: 18px;
  max-height: 18px;
  fill: white;
  vertical-align: baseline; }
.mm_specialist_slider__item {
  width: 100%;
  text-align: center; }
.mm_specialist_slider__item .mm_table {
  position: relative;
  height: 480px; }
.mm_specialist_slider__item .mm_table__cell {
  width: 100%; }
.mm_specialist_slider__item img {
  max-height: 720px; }
.mm_specialist_slider__caption {
  padding: 15px;
  font-size: 16px;
  color: #818181;
  line-height: 1.2; }
.mm_specialist_slider__caption p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto; }
.mm_specialist_slider__options {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 0; }
.mm_specialist_slider__option {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 42px;
  text-align: center;
  background: #b20000;
  text-decoration: none;
  border: 0;
  border-radius: 20px;
  outline: 0; }
.mm_specialist_slider__option:not(:last-child) {
  margin-right: 15px; }
.mm_specialist_slider__option .i {
  fill: white;
  vertical-align: middle; }
.mm_specialist_slider .i._prev, .mm_specialist_slider .i._next {
  width: 11px;
  height: 15px; }
.mm_specialist_slider._round_arrows .slick-arrow {
  top: 235px;
  opacity: .5; }
.mm_specialist_slider._round_arrows .slick-arrow:hover {
  opacity: 1; }
.mm_specialist_preview {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
.mm_specialist_preview__item {
  width: 90px;
  height: 63px;
  margin-left: 7px;
  margin-right: 7px; }
.mm_specialist_preview__link {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.mm_specialist_preview .slick-center .mm_specialist_preview__link {
  border-color: #b20000; }

/*** reviews ***/
.mm_review_item {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.89rem; }
.mm_review_item:not(:last-of-type) {
  margin-bottom: 80px; }
.mm_review_item__image, .mm_review_item__details {
  display: table-cell;
  vertical-align: top; }
.mm_review_item__image {
  width: 240px;
  padding-right: 40px; }
.mm_review_item-image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden; }
.mm_review_item-heading {
  margin: 0 0 5px;
  color: #818181;
  font-size: 1.33rem;
  font-weight: 600; }
.mm_review_item-position {
  margin-bottom: 20px !important;
  color: inherit;
  font-size: inherit; }
.mm_review_item .mm_rating {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }
.mm_review_item .mm_rating .i {
  fill: #b20000; }
.mm_review_item .mm_default_button,
.mm_review_item ._hidden_section {
  margin-top: 25px; }

/*** applications ***/
.mm_applications {
  max-width: 750px;
  margin-top: 60px; }

.mm_application {
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2; }
.mm_application:not(:last-of-type) {
  margin-bottom: 40px; }
.mm_application__date {
  margin-bottom: 10px;
  font-size: 0.78rem; }
.mm_application__heading {
  margin-bottom: 10px;
  font-size: 1.33rem; }
.mm_application__files {
  margin-top: 25px;
  margin-bottom: 35px;
  color: #b20000;
  font-size: 1rem; }
.mm_application__files-item {
  display: block; }
.mm_application__files-item:not(:last-of-type) {
  margin-bottom: 20px; }
.mm_application__files-link {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  color: inherit;
  font-size: inherit;
  text-decoration: none; }
.mm_application__files-link:hover {
  text-decoration: none; }
.mm_application__files-icon, .mm_application__files-value {
  display: table-cell;
  vertical-align: top; }
.mm_application__files-icon {
  width: 32px;
  padding-right: 13px; }
.mm_application__files .i {
  fill: #b20000;
  vertical-align: top; }
.mm_application__controls {
  font-size: 0; }
.mm_application__control {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  background: transparent;
  border: 0;
  outline: 0; }
.mm_application__control:not(:last-of-type) {
  margin-right: 25px; }
.mm_application__control .i {
  width: 100%;
  height: 100%;
  max-width: 28px;
  max-height: 25px;
  fill: #b20000;
  vertical-align: middle; }
.mm_application .mm_default_button {
  margin-right: 30px;
  vertical-align: middle; }

/*** messages ***/
.mm_messages {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_messages__new, .mm_messages__list {
  display: table-cell;
  vertical-align: top; }
.mm_messages__new {
  width: 470px; }
.mm_messages__new .mm_default_form {
  max-width: 245px;
  margin-top: 40px; }
.mm_messages__new .mm_default_form__item {
  margin-bottom: 0; }
.mm_messages__list-inside {
  max-width: 810px; }
.mm_messages__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px; }
.mm_messages__header-filter {
  width: 220px; }
.mm_messages__header .mm_tabs {
  width: auto; }
.mm_messages__item {
  height: 125px; }
.mm_messages__item:not(:last-of-type) {
  margin-bottom: 15px; }
.mm_messages__item._active .mm_messages__item-link {
  border-color: #b20000; }
.mm_messages__item._unread {
  background: #f7f7f7; }
.mm_messages__item-link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  padding: 20px;
  border: 1px solid transparent; }
.mm_messages__item-link:hover {
  text-decoration: none; }
.mm_messages__item-image, .mm_messages__item-details {
  display: table-cell;
  vertical-align: top; }
.mm_messages__item-image {
  width: 100px;
  padding-right: 20px; }
.mm_messages__item-image .image {
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden; }
.mm_messages__item-details {
  font-size: 0.78rem; }
.mm_messages__item-date {
  display: block;
  margin-bottom: 5px;
  line-height: 1; }
.mm_messages__item-heading {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
.mm_messages__item-preview {
  display: block;
  max-height: 35px;
  color: inherit;
  font-size: inherit;
  line-height: 17px;
  overflow: hidden; }
.mm_messages__item-detail {
  display: block;
  font-size: 0.89rem;
  line-height: 20px; }

/*** article ***/
.mm_article {
  width: 100%;
  background: white; }
.mm_article__header {
  padding: 35px 0;
  text-align: center; }
.mm_article-type {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  padding: 2px 8px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  background: #b20000;
  border-radius: 10px; }
.mm_article-heading {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2; }
.mm_article-image {
  text-align: center;
  background: #f7f7f7; }
.mm_article-image__inside {
  position: relative;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto; }
.mm_article_author {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed; }
.mm_article_author__image, .mm_article_author__details {
  display: table-cell;
  vertical-align: middle; }
.mm_article_author__image {
  width: 65px; }
.mm_article_author__details {
  padding-left: 20px; }
.mm_article_author_image {
  width: 65px;
  height: 65px;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden; }
.mm_article_author__label {
  margin-bottom: 5px;
  color: #818181;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; }
.mm_article_author__name {
  margin: 0;
  color: #b20000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }
.mm_article_author__name a {
  color: inherit;
  font-size: inherit; }
.mm_article__description {
  position: relative;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  border-bottom: 1px solid #d2d2d2;
  color: #818181;
  font-size: 1rem; }
.mm_article__description img{
  margin-bottom: 30px;
}
.mm_article-text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px; }
.mm_article-text img {
  max-width: 100%; }
.mm_article_info {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-top: 45px; }
.mm_article_info ._about,
.mm_article_info ._tags {
  width: 50%;
  font-size: 0; }
.mm_article_info ._tags {
  text-align: right; }
.mm_article_info .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px; }
.mm_article_info .item__label {
  color: inherit;
  font-size: inherit;
  font-weight: 600; }
.mm_article_info .tag {
  display: inline-block;
  vertical-align: top;
  color: #b20000;
  font-size: 14px;
  font-weight: 400;
  text-align: left; }
.mm_article_info .tag:not(:last-of-type) {
  margin-right: 20px; }
.mm_article_info .tag a {
  color: inherit;
  font-size: inherit; }
.mm_article-control {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 90px;
  margin-top: -45px;
  padding: 15px;
  background: #f7f7f7;
  border-radius: 20px;
  z-index: 1; }
.mm_article-control .link {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  color: #818181;
  font-size: 0.89rem; }
.mm_article-control .link:hover {
  text-decoration: none; }
.mm_article-control .icon,
.mm_article-control .value {
  display: table-cell;
  vertical-align: top; }
.mm_article-control .icon {
  width: 40px; }
.mm_article-control._prev {
  left: 0; }
.mm_article-control._prev .icon {
  padding-right: 10px; }
.mm_article-control._prev .value {
  text-align: left; }
.mm_article-control._next {
  right: 0; }
.mm_article-control._next .icon {
  padding-left: 10px; }
.mm_article-control._next .value {
  text-align: right; }
.mm_article-options {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 0; }
.mm_article-options__item {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 42px;
  text-align: center;
  background: #b20000;
  text-decoration: none;
  border: 0;
  border-radius: 20px;
  outline: 0; }
.mm_article-options__item:not(:last-child) {
  margin-right: 15px; }
.mm_article-options__item .i {
  fill: white;
  vertical-align: middle; }
.mm_article .mm_specialist_slider_wrapper {
  margin-top: 15px;
  margin-bottom: 15px; }


/* to do*/

.mm_header_controls__popup {
  display: none;
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 2;

  padding: 15px 20px 15px;
  min-width: 315px;
  min-height: 20px;

  background-color: white;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}

.mm_header_controls__popup.active {
  display: block;
}

.mm_header_controls__popup_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.mm_modal._calc {
  padding: 20px 30px 20px;
}

.mm_project_slider__option:not(:last-child) {
  display: none;
}

.mm_project_slider__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider__share-container .mm_social_networks {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.mm_project_slider__option {
  width: 40px;
  height: 40px;
  margin: 27px 15px 14px;
}
/*.slider__share-container {*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/


/*.slider__share-container .mm_social_networks__value {*/
/*display: flex;*/
/*flex-direction: column;*/
/*width: auto;*/
/*position: absolute;*/
/*right: -60px;*/
/*bottom: 45px;*/
/*}*/

.slider__share-container .mm_social_networks__item {
  margin-right: 15px;
  width: 40px;
  height: 40px;

}

.slider__share-container .mm_social_networks__link {
  background-color: #b20000;
}

.slider__share-container  .i._vk {
  width: 25px;
}

.slider__share-container  .i._inst {
  width: 26px;
  height: 26px;
}

.slider__share-container  .i._tw {
  width: 19px;
  height: 19px;
}

.slider__share-container  .i._fb {
  width: 13px;
  height: 28px;
}
.slider__share-container .i._odnoklas {
  width: 13px;
  height: 28px;
}

.slick-list {
  max-height: 640px;
}

.slider__share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@-webkit-keyframes heart-animation {
  from {-webkit-transform: scale(1);transform: scale(1);}
  50% {-webkit-transform: scale(1.5);transform: scale(1.5);}
  to {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes heart-animation {
  from {-webkit-transform: scale(1);transform: scale(1);}
  50% {-webkit-transform: scale(1.5);transform: scale(1.5);}
  to {-webkit-transform: scale(1);transform: scale(1);}
}
.mm_application__control._added .i{
  fill: #bebebe;
}

.mm_application__control._added {
  -webkit-animation-name: heart-animation;
  animation-name: heart-animation;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


.illustration .caption {
  margin-top: -15px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.textual {
  margin-bottom: 20px;
}

.contacts__information {
  text-align: left;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;

  font-size: 0.9rem;
}
.contacts__information a {
  color: #b20000;
  cursor: pointer;
}

.contacts__information div {
  margin-bottom: 6px;
}
/*****************************
	TEMPLATES_STYLES FOR
******************************************/

/* TO DO */

@media all and (max-width:1249px) {
  #mm_nav {
    display: none;
  }
}

.mm_project__description img.w-25per,
.mm_article__description img.w-25per,
.mm_messages__item-link img.w-25per,
img.w-25per {
  width: 25%;
}


.mm_project__description img.w-35per,
.mm_article__description img.w-35per,
.mm_messages__item-link img.w-35per,
img.w-35per {
  width: 35%;
}

.mm_project__description img.w-50per,
.mm_article__description img.w-50per,
.mm_messages__item-link img.w-50per,
img.w-50per {
  width: 50%;
}

.bx_incl_area_2 {
  height: auto;
}



/* End */


/* Start:/local/templates/consultinfo/css/responsive.css?154780456254391*/
@media all and (max-width: 1600px) {
    .mm_container {
        max-width: 1180px
    }

    .mm_navigation {
        margin-left: 40px
    }

    .mm_nav__item:not(:last-of-type) {
        margin-right: 10px
    }

    .mm_newsfeed__unit._slider {
        width: 705px;
        height: 465px
    }

    .mm_newsfeed__unit._main_new {
        width: 465px;
        height: 355px
    }

    .mm_newsfeed__unit._ad {
        width: 227px;
        height: 100px
    }

    .mm_newsfeed__unit._new {
        width: 228px;
        height: 155px
    }

    .mm_newsfeed_element._big .mm_newsfeed_element__heading {
        font-size: 20px
    }

    .mm_ads_element__link {
        height: 100px;
        padding: 9px 5px
    }

    .mm_news_element._33 {
        height: 405px
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 260px
    }

    .mm_news_element._25 {
        height: 285px
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 157px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 260px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 157px
    }

    .mm_magazine._33 {
        height: 405px
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 260px
    }

    .mm_magazine._25 {
        height: 285px
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 157px
    }

    .mm_footer__unit._contacts {
        width: 585px
    }

    .mm_footer__unit._subscription {
        width: 415px
    }

    .mm_footer__unit._options {
        width: 180px
    }

    .mm_specialist_section__block._primary {
        width: calc(100% - 350px)
    }

    .mm_specialist_section__block._secondary {
        width: 350px
    }

    .mm_tabs_list__link .mm_value {
        padding-left: 20px;
        padding-right: 20px
    }

    .mm_section_filter__link {
        padding-left: 20px;
        padding-right: 20px
    }

    .mm_magazines_list__items {
        margin-left: -15px;
        margin-right: -15px
    }

    .mm_magazines_list .mm_magazine_list_item {
        margin-left: 15px;
        margin-right: 15px
    }

    .mm_default_form__item._33 {
        width: calc(33% - 50px)
    }

    .mm_default_form__item._33:not(:last-of-type) {
        margin-right: 75px
    }

    .mm_default_form__item._800px:not(:first-of-type) {
        margin-left: 70px
    }

    .mm_default_form__item._260px:not(:last-of-type) {
        margin-right: 45px
    }

    .mm_default_list .mm_specialist_element {
        margin-left: 12px;
        margin-right: 12px
    }
}

@media all and (max-width: 1249px) {
    .mm_container {
        max-width: 970px
    }

    #mm_header .mm_container {
        max-width: 100%
    }

    .mm_header_controls__item._dropdown {
        position: static
    }

    .mm_header_controls__item._dropdown .mm_dropdown {
        display: none;
        left: 0;
        width: 100%;
        top: 100%;
        margin-left: 0;
        padding: 0 15px 0;
        text-align: left;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .mm_header_controls__item._dropdown .mm_dropdown__inside {
        border-radius: 0
    }

    .mm_header_controls__item._dropdown .mm_dropdown__inside::before {
        display: none
    }

    .mm_header_controls__item._dropdown .mm_dropdown__link {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .mm_newsfeed__unit._slider {
        width: 580px;
        height: 380px
    }

    .mm_newsfeed__unit._main_new {
        width: 380px;
        height: 290px
    }

    .mm_newsfeed__unit._ad {
        width: 185px;
        height: 80px
    }

    .mm_newsfeed__unit._ad .i._calc_huge {
        width: 40px;
        height: 50px
    }

    .mm_newsfeed__unit._ad .i._best_specs {
        width: 44px;
        height: 50px
    }

    .mm_newsfeed__unit._new {
        width: 186px;
        height: 125px
    }

    .mm_newsfeed_element__container {
        padding: 10px
    }

    .mm_newsfeed_element__heading {
        font-size: 12px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__container {
        padding: 20px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__heading {
        font-size: 25px
    }

    .mm_newsfeed_element._big .mm_newsfeed_element__container {
        padding: 15px
    }

    .mm_newsfeed_element._big .mm_newsfeed_element__heading {
        font-size: 17px
    }

    .mm_newsfeed #_current_slide {
        bottom: 20px
    }

    .mm_ads_element {
        font-size: 14px
    }

    .mm_ads_element__link {
        height: 80px
    }

    .mm_ads_element__icon, .mm_ads_element__label {
        vertical-align: middle
    }

    .mm_ads_element__icon {
        width: 70px
    }

    .mm_ads_element__label {
        padding-top: 0
    }

    ._arrows .slick-arrow {
        bottom: 20px
    }

    .mm_default_list {
        margin-left: -25px;
        margin-right: -25px
    }

    ._list_element {
        margin-left: 15px;
        margin-right: 15px
    }

    ._list_element._33 {
        width: calc(33.33% - 30px)
    }

    ._list_element._25 {
        width: calc(25% - 30px)
    }

    .mm_news_element._33 {
        height: 365px
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 220px
    }

    .mm_news_element._25 {
        height: 265px
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 135px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 220px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 135px
    }

    .mm_magazine._33 {
        height: 365px
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 220px
    }

    .mm_magazine._25 {
        height: 265px
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 135px
    }

    .mm_footer__unit._contacts {
        width: 470px
    }

    .mm_footer__unit._subscription {
        width: 355px
    }

    .mm_footer__unit._options {
        width: 145px
    }

    .mm_footer_contact__item {
        display: block
    }

    .mm_footer_contact__cell {
        display: block
    }

    .mm_footer_contact__cell._value, .mm_footer_contact__cell._label {
        width: 100%
    }

    .mm_footer_contact__cell._label {
        padding-left: 35px
    }

    .mm_page_header {
        height: 190px
    }

    .mm_page_header__heading {
        font-size: 52px
    }

    .mm_section_filter__item:first-of-type .mm_section_filter__link {
        padding-left: 35px
    }

    .mm_section_filter__item:last-of-type .mm_section_filter__link {
        padding-right: 35px
    }

    .mm_section_filter__link {
        padding-left: 25px;
        padding-right: 25px
    }

    .mm_specialist_section__block._primary {
        width: calc(100% - 250px);
        padding-right: 50px
    }

    .mm_specialist_section__block._secondary {
        width: 250px
    }

    .mm_specialist_section__details .mm_specialist_section__block._primary {
        width: 100%;
        padding-right: 0
    }

    .mm_specialist_profile__name {
        font-size: 30px
    }

    .mm_specialist_profile__control {
        top: 2px
    }

    .mm_author__inside, .mm_author__about, .mm_author__projects {
        display: block;
        width: 100%
    }

    .mm_author__about {
        margin-bottom: 35px;
        padding-right: 0
    }

    .mm_author__projects {
        text-align: center
    }

    .mm_project__control {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        padding: 0
    }

    .mm_project__control .icon {
        width: 30px
    }

    .mm_project__control .value {
        display: none
    }

    .mm_project__control._prev .icon, .mm_project__control._next .icon {
        padding: 0
    }

    .mm_project__control._prev {
        left: 10px
    }

    .mm_project__control._next {
        right: 10px
    }

    .mm_default_form__section._80, .mm_default_form__section._65 {
        max-width: 100%
    }

    .mm_default_form__item._800px {
        width: 590px
    }

    .mm_default_form__item._800px:not(:first-of-type) {
        margin-left: 70px
    }

    .mm_default_form__item._420px:not(:last-of-type) {
        margin-right: 50px
    }

    .mm_default_form__item._290px {
        width: 265px
    }

    .mm_default_form__item._260px {
        width: 200px
    }

    .mm_default_form__item._215px {
        width: 180px
    }

    .mm_default_form__item._215px:not(:last-of-type) {
        margin-right: 50px
    }

    .mm_input_group__unit._390px:not(:last-of-type) {
        margin-right: 120px
    }

    .mm_photos_add_block._poster {
        width: 100%
    }

    .mm_section_filter._center._1249 {
        text-align: left
    }

    .mm_section_filter__list._1249 .jq-selectbox {
        display: inline-block !important
    }

    .mm_tabs_list._1249 .jq-selectbox {
        display: inline-block !important
    }

    .mm_tabs_list._icons._1249 .val {
        display: none
    }

    .mm_tabs_list._icons._1249 .i {
        display: inline-block
    }

    .mm_tabs_list._icons._1249 .mm_tabs_list__link {
        border: 0;
        border-radius: 0
    }

    .mm_tabs_list._icons._1249 .mm_tabs_list__link._active, .mm_tabs_list._icons._1249 .mm_tabs_list__link:hover {
        background: transparent
    }

    ._become_select._1249 {
        width: 100%
    }

    ._become_select._1249 > li {
        display: none !important
    }

    ._become_select._1249 .jq-selectbox {
        display: block !important;
        width: 100%
    }

    .mm_abc {
        margin-top: 25px;
        margin-bottom: 35px
    }

    .mm_default_list .mm_specialist_element {
        width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }

    .mm_messages__new {
        width: 275px
    }

    .mm_article-control {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        padding: 0
    }

    .mm_article-control .icon {
        width: 30px
    }

    .mm_article-control .value {
        display: none
    }

    .mm_article-control._prev .icon, .mm_article-control._next .icon {
        padding: 0
    }

    .mm_article-control._prev {
        left: 10px
    }

    .mm_article-control._next {
        right: 10px
    }
}

@media all and (max-width: 1249px) {
    #mm_header .mm_container {
        padding-left: 20px
    }

    .mm_navigation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0
    }

    #mm_nav .mm_mobile_controls_container {
        display: block;
        padding: 0
    }

    #mm_nav .mm_mobile_controls_container::before {
        display: none
    }
}

@media all and (max-width: 991px) {
    .mm_section_filter__list {
        margin: 0;
    }
    .mm_container {
        max-width: 750px
    }

    .mm_section__label {
        font-size: 20px
    }

    .mm_newsfeed {
        padding-top: 10px
    }

    .mm_newsfeed__unit._slider {
        width: calc(100% - 10px);
        height: 495px
    }

    .mm_newsfeed__unit._main_new {
        width: calc(100% - 10px);
        height: 495px;
        margin-top: 5px
    }

    .mm_newsfeed__unit._ad {
        width: calc(50% - 10px);
        height: 150px
    }

    .mm_newsfeed__unit._ad .i._calc_huge {
        width: 65px;
        height: 85px
    }

    .mm_newsfeed__unit._ad .i._best_specs {
        width: 67px;
        height: 85px
    }

    .mm_newsfeed__unit._new {
        float: none;
        width: 100%;
        height: 160px;
        margin-left: 0;
        margin-right: 0
    }

    .mm_newsfeed_element__container {
        padding: 10px
    }

    .mm_newsfeed_element__heading {
        font-size: 15px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__container {
        padding: 25px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__heading {
        font-size: 25px
    }

    .mm_newsfeed_element._big .mm_newsfeed_element__container {
        padding: 25px
    }

    .mm_newsfeed_element._big .mm_newsfeed_element__heading {
        font-size: 25px
    }

    .mm_newsfeed__row.owl-carousel {
        margin-left: 0;
        margin-right: 0
    }

    .mm_ads_element {
        font-size: 20px
    }

    .mm_ads_element__link {
        height: 100%
    }

    .mm_ads_element__icon {
        width: 130px
    }

    .mm_default_list {
        margin-left: -15px;
        margin-right: -15px
    }

    ._list_element {
        margin-left: 15px;
        margin-right: 15px
    }

    ._list_element._33 {
        width: calc(50% - 30px)
    }

    ._list_element._25 {
        width: calc(50% - 30px)
    }

    .mm_news_element._33 {
        height: 405px
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 255px
    }

    .mm_news_element._33 .mm_news_element__heading {
        font-size: 17px
    }

    .mm_news_element._25 {
        height: 405px
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 255px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 255px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 255px
    }

    .mm_magazine._33 {
        height: 405px
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 255px
    }

    .mm_magazine._25 {
        height: 405px
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 255px
    }

    .mm_progressed_slider__item .mm_rated_element {
        width: 100%
    }

    .mm_progressed_slider__item .mm_rated_element__link {
        padding-left: 0;
        padding-right: 0
    }

    ._progress .slick-dots {
        max-width: 75%
    }

    .mm_footer__unit._contacts, .mm_footer__unit._subscription {
        width: 50%
    }

    .mm_footer__unit._options {
        width: 100%;
        text-align: center
    }

    .mm_footer__unit._options > div:not(:last-of-type) {
        margin-right: 50px
    }

    .mm_social_networks {
        display: block
    }

    .mm_social_networks__label, .mm_social_networks__value {
        display: block;
        width: 100%;
        text-align: center
    }

    .mm_social_networks__label {
        margin-bottom: 15px
    }

    .mm_social_networks__label br {
        display: none
    }

    #mm_footer .mm_download, #mm_footer .mm_site_map {
        display: inline-block;
        vertical-align: top
    }

    #mm_footer .mm_download {
        margin-bottom: 0
    }

    .mm_copyright {
        max-width: 100%;
        text-align: center
    }

    .mm_section_filter {
        max-width: calc(100% - 230px)
    }

    .mm_section_filter__list .jq-selectbox {
        display: inline-block !important
    }

    .mm_section__heading + .mm_section_sort {
        float: none;
        margin-top: 20px
    }

    .mm_specialist_section__block._primary, .mm_specialist_section__block._secondary {
        width: 100%;
        float: none
    }

    .mm_specialist_section__block._primary:not(:last-of-type), .mm_specialist_section__block._secondary:not(:last-of-type) {
        margin-bottom: 30px
    }

    .mm_specialist_section__block._primary {
        padding-right: 0
    }

    .mm_specialist_section__block._secondary {
        text-align: center
    }

    .mm_specialist_section_options {
        font-size: 0
    }

    .mm_specialist_section_options__item {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .mm_specialist_section_options__item:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 30px
    }

    .mm_specialist_section_pro {
        display: inline-block;
        width: auto;
        margin-left: 0;
        padding-top: 0
    }

    .mm_project_slider__item .mm_table {
        height: auto;
        max-height: 620px
    }

    .mm_project_slider._round_arrows .slick-arrow {
        top: 40%
    }

    .mm_project_preview__item {
        height: 80px
    }

    .mm_project__details .text, .mm_project__description .text {
        padding-left: 45px;
        padding-right: 45px
    }

    .mm_project__stats {
        padding-top: 0
    }

    .mm_project__stats .stat {
        margin-top: 15px
    }

    .mm_project__stats .stat._object, .mm_project__stats .stat._style, .mm_project__stats .stat._square, .mm_project__stats .stat._year {
        width: 50%
    }

    .mm_bottom_notification .mm_container {
        padding: 30px 30px 35px
    }

    .mm_bottom_notification__close {
        right: 15px
    }

    .mm_bottom_notification__inside {
        display: block
    }

    .mm_bottom_notification__content, .mm_bottom_notification ._icon, .mm_bottom_notification ._value, .mm_bottom_notification ._content, .mm_bottom_notification ._control {
        display: block;
        width: 100%;
        text-align: center
    }

    .mm_bottom_notification ._icon {
        margin-bottom: 20px;
        padding-right: 0
    }

    .mm_bottom_notification ._control {
        margin-top: 30px
    }

    .mm_default_form__section:not(:last-of-type) {
        margin-bottom: 40px
    }

    .mm_default_form__heading {
        font-size: 1.2rem
    }

    .mm_default_form__item._33 {
        width: calc(33% - 15px)
    }

    .mm_default_form__item._33:not(:last-of-type) {
        margin-right: 25px
    }

    .mm_default_form__item._50 {
        width: 100%
    }

    .mm_default_form__item._50:nth-of-type(even) {
        margin-left: 0
    }

    .mm_default_form__item._50:not(:last-of-type) {
        margin: 0 0 25px
    }

    .mm_default_form__item._800px, .mm_default_form__item._400px, .mm_default_form__item._350px, .mm_default_form__item._290px, .mm_default_form__item._260px, .mm_default_form__item._275px, .mm_default_form__item._215px {
        width: calc(50% - 25px)
    }

    .mm_default_form__item._800px:not(:last-of-type), .mm_default_form__item._400px:not(:last-of-type), .mm_default_form__item._350px:not(:last-of-type), .mm_default_form__item._290px:not(:last-of-type), .mm_default_form__item._260px:not(:last-of-type), .mm_default_form__item._275px:not(:last-of-type), .mm_default_form__item._215px:not(:last-of-type) {
        margin-right: 50px
    }

    .mm_default_form__item._800px:not(:first-of-type) {
        margin-left: 0
    }

    .mm_default_form__item._260px:nth-of-type(even) {
        margin-right: 0
    }

    .mm_input_group__unit._350px, .mm_input_group__unit._390px {
        width: calc(50% - 25px)
    }

    .mm_input_group__unit._350px:not(:last-of-type), .mm_input_group__unit._390px:not(:last-of-type) {
        margin-right: 50px
    }

    .mm_photos_add_block {
        width: 100%
    }

    .mm_photos_add_block:not(:last-of-type) {
        margin-bottom: 30px
    }

    .mm_photos_add_block._mouse_drag {
        display: none
    }

    .mm_photos_add_item {
        max-width: 100%
    }

    .mm_page__header {
        margin-bottom: 40px
    }

    .mm_page__header-control {
        position: static;
        top: auto;
        right: auto;
        margin-top: 25px
    }

    .mm_page__heading h1 {
        font-size: 2.45rem !important
    }

    .mm_auth_type__icon {
        height: 175px
    }

    .mm_auth_type__heading {
        font-size: 1.1rem
    }

    .mm_auth_type__details {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .89rem
    }

    .mm_auth_type .i._glasses {
        width: 230px;
        height: 161px
    }

    .mm_auth_type .i._tools {
        width: 175px;
        height: 175px
    }

    .mm_magazine_detail {
        display: block
    }

    .mm_magazine_detail__image, .mm_magazine_detail__details {
        display: block
    }

    .mm_magazine_detail__image {
        margin-bottom: 30px;
        padding-right: 0
    }

    .mm_magazine_detail__details {
        padding-bottom: 0
    }

    .mm_magazine_detail .mm_inline_subscription {
        position: static;
        left: auto;
        bottom: auto;
        margin-top: 30px
    }

    .mm_inline_subscription {
        max-width: 600px
    }

    .mm_inline_subscription .mm_default_form__item._33 {
        width: 100%
    }

    .mm_inline_subscription .mm_default_form__item._33:not(:last-of-type) {
        margin: 0 0 25px
    }

    .mm_tabs_list._icons._991 .val {
        display: none
    }

    .mm_tabs_list._icons._991 .i {
        display: inline-block
    }

    .mm_tabs_list._icons._991 .mm_tabs_list__link {
        border: 0;
        border-radius: 0
    }

    .mm_tabs_list._icons._991 .mm_tabs_list__link._active, .mm_tabs_list._icons._991 .mm_tabs_list__link:hover {
        background: transparent
    }

    ._become_select._991 {
        width: 100%
    }

    ._become_select._991 .jq-selectbox {
        display: block !important;
        width: 100%
    }

    .mm_default_list .mm_specialist_element {
        width: calc(50% - 30px)
    }

    .mm_messages {
        display: block
    }

    .mm_messages__new, .mm_messages__list {
        display: block;
        width: 100%
    }

    .mm_messages__new {
        margin-bottom: 30px;
        font-size: 0
    }

    .mm_messages__new .mm_default_form {
        display: inline-block;
        width: 100%;
        max-width: calc(100% - 280px);
        margin-top: 0;
        margin-left: 30px;
        vertical-align: top
    }

    .mm_message_form__body-inside {
        max-height: 330px
    }

    .mm_modal._messages {
        max-width: 680px
    }

    .mm_article-text {
        max-width: 680px
    }

    .filter__wrapper {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        overflow: visible;
    }
}

@media all and (max-width: 767px) {
    .mm_container {
        max-width: 580px
    }

    .mm_section__label {
        display: block;
        margin: 10px 0 0
    }

    .mm_newsfeed__unit._slider, .mm_newsfeed__unit._main_new {
        height: 380px
    }

    .mm_newsfeed__unit._new {
        height: 124px
    }

    .mm_newsfeed_element__heading {
        font-size: 13px
    }

    .mm_ads_element__icon {
        width: 115px
    }

    .mm_application_section__label {
        display: none
    }

    .mm_application_section__control {
        text-align: center
    }

    .mm_news_element._33 {
        height: 340px
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 190px
    }

    .mm_news_element._25 {
        height: 340px
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 190px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 190px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 190px
    }

    .mm_magazine._33 {
        height: 340px
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 190px
    }

    .mm_magazine._25 {
        height: 340px
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 190px
    }

    .mm_footer__unit._contacts, .mm_footer__unit._subscription {
        width: 100%
    }

    .mm_footer__unit._subscription {
        margin-bottom: 65px
    }

    .mm_footer_contact {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto
    }

    .mm_footer_nav {
        text-align: center
    }

    .mm_subscription {
        margin-right: auto;
        margin-left: auto
    }

    .mm_specialist_profile__image {
        width: 170px
    }

    .mm_specialist_profile_image {
        width: 150px;
        height: 150px
    }

    .mm_specialist_slider__item .mm_table {
        height: 386px
    }

    .mm_specialist_slider._round_arrows .slick-arrow {
        top: 180px
    }

    .mm_cols__cell._50 {
        display: block;
        width: 100%
    }

    .mm_cols__cell._50:not(:last-of-type) {
        margin-bottom: 30px
    }

    .mm_project__heading {
        font-size: 28px
    }

    .mm_project_preview__item {
        height: 100px
    }

    .mm_project__details ._author, .mm_project__details ._author {
        width: 290px
    }

    .mm_project__stats .stat._object, .mm_project__stats .stat._square {
        width: 65%
    }

    .mm_project__stats .stat._style, .mm_project__stats .stat._year {
        width: 35%
    }

    .mm_project_info {
        display: block
    }

    .mm_project_info .mm_table__cell {
        display: block
    }

    .mm_project_info ._about, .mm_project_info ._tags {
        width: 100%
    }

    .mm_project_info ._tags {
        margin-top: 20px;
        text-align: left
    }

    .mm_author_project:not(:last-of-type) {
        margin-right: 40px
    }

    .mm_default_form__section > *:last-child {
        margin-bottom: 0
    }

    .mm_default_form__section:not(:last-of-type) {
        margin-bottom: 40px
    }

    .mm_default_form__heading {
        font-size: 1.2rem
    }

    .mm_default_form__item._33, .mm_default_form__item._800px, .mm_default_form__item._420px, .mm_default_form__item._400px, .mm_default_form__item._350px, .mm_default_form__item._290px, .mm_default_form__item._260px, .mm_default_form__item._275px, .mm_default_form__item._215px {
        width: 100%
    }

    .mm_default_form__item._33:not(:last-of-type), .mm_default_form__item._800px:not(:last-of-type), .mm_default_form__item._420px:not(:last-of-type), .mm_default_form__item._400px:not(:last-of-type), .mm_default_form__item._350px:not(:last-of-type), .mm_default_form__item._290px:not(:last-of-type), .mm_default_form__item._260px:not(:last-of-type), .mm_default_form__item._275px:not(:last-of-type), .mm_default_form__item._215px:not(:last-of-type) {
        margin: 0 0 40px
    }

    .mm_default_form__control .prompt {
        margin-left: 20px
    }

    .mm_input_group__unit._350px, .mm_input_group__unit._390px {
        width: 100%
    }

    .mm_input_group__unit._350px:not(:last-of-type), .mm_input_group__unit._390px:not(:last-of-type) {
        margin: 0 0 25px
    }

    .mm_section__heading .tag {
        display: block;
        margin: 10px 0 0
    }

    .mm_auth_type__icon {
        height: 175px
    }

    .mm_auth_type__heading {
        font-size: 1rem
    }

    .mm_auth_type__details {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .7rem
    }

    .mm_auth_type .i._glasses {
        width: 180px;
        height: 128px
    }

    .mm_auth_type .i._tools {
        width: 130px;
        height: 130px
    }

    .mm_magazines_list__items {
        margin-left: -20px;
        margin-right: -20px
    }

    .mm_magazines_list .mm_magazine_list_item {
        margin-left: 20px;
        margin-right: 20px
    }

    .mm_tabs_list._icons._767 .val {
        display: none
    }

    .mm_tabs_list._icons._767 .i {
        display: inline-block
    }

    .mm_tabs_list._icons._767 .mm_tabs_list__link {
        border: 0;
        border-radius: 0
    }

    .mm_tabs_list._icons._767 .mm_tabs_list__link._active, .mm_tabs_list._icons._767 .mm_tabs_list__link:hover {
        background: transparent
    }

    .mm_no_data_added:not(:last-of-type) {
        margin-bottom: 20px
    }

    .mm_no_data_added__heading {
        font-size: 1.6rem
    }

    ._become_select._767 {
        width: 100%
    }

    ._become_select._767 .jq-selectbox {
        display: block !important;
        width: 100%
    }

    .mm_default_list .mm_specialist_element {
        margin-bottom: 30px
    }

    .mm_review_item {
        display: block
    }

    .mm_review_item__image, .mm_review_item__details {
        width: 100%;
        display: block
    }

    .mm_review_item__image {
        padding-right: 0;
        margin-bottom: 25px
    }

    .mm_review_item-image {
        margin-left: auto;
        margin-right: auto
    }

    .mm_review_item-heading, .mm_review_item-position, .mm_review_item .mm_rating {
        text-align: center
    }

    .mm_modal._review {
        max-width: 530px
    }

    .mm_modal._review .mm_control:not(:last-of-type) {
        margin-right: 8px
    }

    .mm_modal._messages {
        max-width: 500px
    }

    .mm_messages__header .mm_tabs {
        width: 100%;
        margin-bottom: 30px
    }

    .mm_messages__header-filter {
        width: 100%
    }

    .mm_article-heading {
        font-size: 28px
    }

    .mm_article-text {
        max-width: 580px
    }

    .mm_article-control {
        display: none
    }
}

@media all and (max-width: 599px) {
    html {
        font-size: 16px
    }

    ._become_select._599 {
        width: 100%;
        text-align: left
    }

    ._become_select._599 .jq-selectbox {
        display: block !important;
        width: 100%
    }

    .mm_container {
        max-width: 460px
    }

    .mm_section {
        padding: 25px 0 30px
    }

    .mm_section__heading {
        font-size: 30px
    }

    .mm_newsfeed__unit._slider, .mm_newsfeed__unit._main_new {
        height: 305px
    }

    .mm_newsfeed__unit._new {
        height: 150px
    }

    .mm_newsfeed__unit._ad {
        height: 115px
    }

    .mm_newsfeed__unit._ad .i._calc_huge {
        width: 55px;
        height: 75px
    }

    .mm_newsfeed__unit._ad .i._best_specs {
        width: 57px;
        height: 75px
    }

    .mm_newsfeed_element__heading {
        font-size: 15px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__heading, .mm_newsfeed_element._big .mm_newsfeed_element__heading {
        font-size: 20px
    }

    .mm_ads_element {
        font-size: 17px
    }

    .mm_ads_element__icon {
        width: 85px
    }

    .mm_default_list {
        margin-left: -10px;
        margin-right: -10px
    }

    ._list_element {
        margin-left: 5px;
        margin-right: 5px
    }

    ._list_element._33, ._list_element._25 {
        width: calc(50% - 10px)
    }

    .mm_news_element._33 {
        height: 310px
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 160px
    }

    .mm_news_element._33 .mm_news_element__heading {
        max-height: 63px;
        font-size: 15px
    }

    .mm_news_element._25 {
        height: 310px
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 160px
    }

    .mm_news_element._25 .mm_news_element__heading {
        max-height: 63px;
        font-size: 15px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 160px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 160px
    }

    .mm_magazine._33 {
        height: 310px
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 160px
    }

    .mm_magazine._33 .mm_magazine__heading {
        font-size: 15px
    }

    .mm_magazine._25 {
        height: 310px
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 160px
    }

    .mm_magazine._25 .mm_magazine__heading {
        font-size: 15px
    }

    .mm_progressed_slider__item .mm_rated_element {
        width: 100%;
        max-width: 190px
    }

    .mm_progressed_slider__item .mm_rated_element__link {
        padding-left: 15px;
        padding-right: 15px
    }

    .mm_page_header {
        height: 140px
    }

    .mm_page_header__heading {
        font-size: 43px
    }

    .mm_specialist_profile {
        display: block
    }

    .mm_specialist_profile__image, .mm_specialist_profile__details {
        width: 100%;
        display: block
    }

    .mm_specialist_profile__image {
        margin: 0 auto 20px;
        padding-right: 0
    }

    .mm_specialist_profile_image {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto
    }

    .mm_specialist_profile__header {
        width: 100%;
        padding-right: 0
    }

    .mm_specialist_profile__name, .mm_specialist_profile__position, .mm_specialist_profile__stats {
        text-align: center
    }

    .mm_specialist_profile__control {
        position: static;
        top: auto;
        right: 0;
        width: 100%;
        margin-top: 30px;
        text-align: center
    }

    .mm_specialist_profile__control .control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .mm_specialist_slider {
        padding-bottom: 40px
    }

    .mm_specialist_slider__item .mm_table {
        height: auto
    }

    .mm_specialist_slider._round_arrows .slick-arrow {
        top: 145px
    }

    .mm_specialist_preview {
        display: none
    }

    .mm_modal {
        margin-top: 35px
    }

    .mm_modal__close {
        top: -35px;
        right: 15px
    }

    .mm_modal._review {
        max-width: 100%
    }

    .mm_modal._review .mm_control {
        display: block
    }

    .mm_modal._review .mm_control:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .mm_modal._messages {
        max-width: 100%
    }

    .mm_project__slider {
        padding-bottom: 0
    }

    .mm_project_slider {
        padding-bottom: 40px
    }

    .mm_project_slider._round_arrows .slick-arrow {
        top: 35%
    }

    .mm_project_slider__option {
        width: 35px;
        height: 25px
    }

    .mm_project_slider__option:not(:last-child) {
        margin-right: 10px
    }

    .mm_project_slider__option .i._share {
        width: 12px;
        height: 12px
    }

    .mm_project_slider__option .i._heart {
        width: 13px;
        height: 13px
    }

    .mm_project_preview {
        display: none
    }

    .mm_project__details {
        display: block;
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px
    }

    .mm_project__details .mm_table__cell {
        display: block
    }

    .mm_project__details ._author, .mm_project__details ._stats {
        width: 100%
    }

    .mm_project__details ._author {
        margin-bottom: 10px
    }

    .mm_project__stats .stat._object, .mm_project__stats .stat._style, .mm_project__stats .stat._square, .mm_project__stats .stat._year {
        width: 50%
    }

    .mm_project__description .text {
        padding-left: 20px;
        padding-right: 20px
    }

    .mm_project__control {
        display: none
    }

    .mm_author__inside, .mm_author__about, .mm_author__projects {
        display: block;
        width: 100%
    }

    .mm_author_block {
        display: block
    }

    .mm_author_block__image, .mm_author_block__details {
        display: block;
        width: 100%
    }

    .mm_author_block__image {
        margin-bottom: 20px;
        padding-right: 0
    }

    .mm_author_block_image {
        margin-left: auto;
        margin-right: auto
    }

    .mm_author_block__details {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center
    }

    .mm_author_block__about {
        text-align: left
    }

    .mm_author_block__control {
        margin-top: 30px
    }

    .mm_author .mm_author_project:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 30px
    }

    .mm_page {
        padding: 20px 0 60px
    }

    .mm_control__value {
        margin-top: 0;
        padding-top: 1px
    }

    .mm_default_form__control {
        text-align: center
    }

    .mm_default_form__control .prompt {
        display: block;
        max-width: 100%;
        margin: 15px 0 0
    }

    .mm_range {
        max-width: 100%
    }

    .mm_photos_add_block {
        height: 435px
    }

    .mm_photos_add_item {
        position: relative;
        display: block;
        height: auto;
        padding: 0
    }

    .mm_photos_add_item__preview, .mm_photos_add_item__details {
        display: block;
        width: 100%
    }

    .mm_photos_add_item__preview {
        padding-right: 0
    }

    .mm_photos_add_item__details {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px 30px 10px 15px;
        color: white;
        background: rgba(0, 0, 0, .6);
        z-index: 2
    }

    .mm_photos_add_item__image {
        height: 195px
    }

    .mm_photos_add_item__remove {
        top: 12px;
        right: 5px;
        width: 20px;
        height: 20px;
        z-index: 3
    }

    .mm_photos_add_item__remove .i {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .mm_photos_add__control {
        text-align: center
    }

    .mm_photos_add__control .prompt {
        display: block;
        max-width: 100%;
        margin: 15px 0 0
    }

    .mm_auth_type {
        width: 100%
    }

    .mm_auth_type:not(:last-of-type) {
        padding-bottom: 50px;
        border-bottom: 1px solid #d2d2d2;
        border-right: 0
    }

    .mm_auth_type:last-of-type {
        padding-top: 50px
    }

    .mm_auth_type__icon {
        height: auto
    }

    .mm_auth_type__heading {
        font-size: 1.33rem
    }

    .mm_auth_type__details {
        padding-left: 0;
        padding-right: 0;
        font-size: 1rem
    }

    .mm_auth_type .i._glasses {
        width: 230px;
        height: 161px
    }

    .mm_auth_type .i._tools {
        width: 230px;
        height: 230px
    }

    .mm_magazine_list_item {
        width: 210px
    }

    .mm_magazine_list_item__image {
        height: 295px
    }

    .mm_tabs_list._icons._599 .val {
        display: none
    }

    .mm_tabs_list._icons._599 .i {
        display: inline-block
    }

    .mm_tabs_list._icons._599 .mm_tabs_list__link {
        border: 0;
        border-radius: 0
    }

    .mm_tabs_list._icons._599 .mm_tabs_list__link._active, .mm_tabs_list._icons._599 .mm_tabs_list__link:hover {
        background: transparent
    }

    .mm_no_data_added:not(:last-of-type) {
        margin-bottom: 0
    }

    .mm_no_data_added__heading {
        font-size: 1.4rem
    }

    .mm_abc + .mm_default_list {
        margin-left: 0;
        margin-right: 0
    }

    .mm_default_list .mm_specialist_element {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .mm_sitemap {
        display: block
    }

    .mm_sitemap:not(:last-of-type) {
        margin-bottom: 50px
    }

    .mm_messages__new .mm_default_form {
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0
    }

    .mm_article-options__item {
        width: 35px;
        height: 25px
    }

    .mm_article-options__item:not(:last-child) {
        margin-right: 10px
    }

    .mm_article-options__item .i._share {
        width: 12px;
        height: 12px
    }

    .mm_article-options__item .i._heart {
        width: 13px;
        height: 13px
    }

    .mm_article__description {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .mm_article-text {
        max-width: 100%
    }
}

@media all and (max-width: 481px) {
    .mm_container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .mm_section {
        padding: 25px 0 30px
    }

    .mm_section__heading {
        font-size: 24px
    }

    .mm_section__label {
        font-size: 15px
    }

    .mm_breadcrumbs__item {
        font-size: 12px
    }

    .mm_newsfeed {
        padding-top: 3px
    }

    .mm_newsfeed .mm_container {
        padding: 0
    }

    .mm_newsfeed__row {
        margin: 0
    }

    .mm_newsfeed__unit {
        margin: 0
    }

    .mm_newsfeed__unit._slider {
        width: 100%;
        height: 240px
    }

    .mm_newsfeed__unit._main_new {
        width: 100%;
        height: 240px;
        margin-top: 6px
    }

    .mm_newsfeed__unit._ad {
        width: calc(50% - 3px);
        margin-top: 6px;
        height: 190px
    }

    .mm_newsfeed__unit._ad:not(:last-of-type) {
        margin-right: 6px
    }

    .mm_newsfeed__unit._new {
        height: 210px;
        margin-top: 6px
    }

    .mm_newsfeed_element__date {
        margin-bottom: 15px
    }

    .mm_newsfeed_element__heading {
        font-size: 17px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__container, .mm_newsfeed_element._big .mm_newsfeed_element__container {
        padding: 20px 15px
    }

    .mm_newsfeed_element._huge .mm_newsfeed_element__heading, .mm_newsfeed_element._big .mm_newsfeed_element__heading {
        font-size: 19px
    }

    .mm_newsfeed #_current_slide {
        bottom: 19px;
        width: 55px;
        height: 25px;
        font-size: 14px;
        line-height: 25px
    }

    .mm_ads_element__link {
        display: block;
        padding: 15px 20px
    }

    .mm_ads_element__icon, .mm_ads_element__label {
        display: block;
        width: 100%;
        text-align: center
    }

    .mm_ads_element__icon {
        margin-bottom: 10px;
        padding-right: 0
    }

    ._arrows .slick-arrow {
        width: 25px;
        height: 25px
    }

    ._arrows .slick-prev {
        right: 40px
    }

    ._arrows .i._prev, ._arrows .i._next {
        width: 15px;
        height: 23px
    }

    .mm_default_list {
        margin-left: -5px;
        margin-right: -5px
    }

    ._list_element {
        margin-left: 0;
        margin-right: 0
    }

    ._list_element._33, ._list_element._25 {
        width: 100%;
        padding-bottom: 60px
    }

    .mm_news_element._33 {
        height: auto
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 240px
    }

    .mm_news_element._33 .mm_news_element__heading {
        max-height: none;
        font-size: 17px
    }

    .mm_news_element._25 {
        height: auto
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 240px
    }

    .mm_news_element._25 .mm_news_element__heading {
        max-height: none;
        font-size: 17px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 240px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 240px
    }

    .mm_magazine._33 {
        height: auto
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 240px
    }

    .mm_magazine._33 .mm_magazine__heading {
        font-size: 17px
    }

    .mm_magazine._25 {
        height: auto
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 205px
    }

    .mm_magazine._25 .mm_magazine__heading {
        font-size: 17px
    }

    .mm_progressed_slider__item {
        width: 140px
    }

    .mm_rated_element {
        width: 140px;
        height: auto
    }

    .mm_rated_element__link {
        min-height: initial;
        padding: 10px 10px 20px
    }

    .mm_rated_element__image {
        width: 120px;
        height: 120px
    }

    .mm_rated_element__heading {
        margin-bottom: 0;
        font-size: 13px
    }

    .mm_rated_element .mm_rating {
        display: none
    }

    .mm_page_header {
        height: 120px
    }

    .mm_page_header__heading {
        font-size: 33px
    }

    .mm_section_filter {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .mm_section_filter .jq-selectbox {
        width: 100%
    }

    .mm_section_sort {
        float: none;
        width: 100%
    }

    .mm_specialist_section__cover {
        display: none
    }

    .mm_specialist_section__preview {
        background: #706d6e
    }

    .mm_specialist_section_options__item {
        display: block;
        width: 100%
    }

    .mm_specialist_section_options__item:not(:last-of-type) {
        margin-bottom: 25px
    }

    .mm_specialist_profile__header {
        margin-bottom: 30px
    }

    .mm_specialist_profile__name {
        font-size: 24px
    }

    .mm_specialist_profile__position {
        font-size: 15px
    }

    .mm_specialist_profile .likes {
        margin-right: 20px
    }

    .mm_specialist_profile .views {
        margin-right: 30px
    }

    .mm_specialist_profile .mm_rating {
        margin-right: 10px
    }

    .mm_specialist_profile .reviews {
        margin-left: 0;
        font-size: 13px
    }

    .mm_specialist_stats__item {
        width: 50%;
        text-align: left
    }

    .mm_specialist_slider__caption {
        font-size: 11px
    }

    .mm_specialist_slider._round_arrows .slick-arrow {
        display: none !important;
        top: 100px
    }

    .mm_tabs._fixed .mm_tabs_list__item {
        width: 50%
    }

    .mm_tabs._fixed .mm_tabs_list__link {
        font-size: 13px
    }

    .mm_tabs._fixed .mm_tabs_list__link .mm_value {
        padding: 0
    }

    .mm_modal._auth, .mm_modal._forgot_password, .mm_modal._share {
        padding: 20px 20px 30px
    }

    .mm_modal._review .mm_profile_card {
        display: block
    }

    .mm_modal._review .mm_profile_card__image, .mm_modal._review .mm_profile_card__details {
        display: block;
        width: 100%
    }

    .mm_modal._review .mm_profile_card__image {
        margin-bottom: 20px;
        padding-right: 0
    }

    .mm_modal._review .mm_profile_card__details {
        text-align: center
    }

    .mm_modal._review .mm_profile_card-image {
        margin-left: auto;
        margin-right: auto
    }

    .mm_modal__heading {
        font-size: 26px
    }

    .mm_modal .mm_social_networks__item:not(:last-of-type) {
        margin-right: 10px
    }

    .mm_modal .mm_messages__item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .mm_modal .mm_messages__item-image {
        display: none
    }

    .mm_modal .mm_messages__item-date {
        text-align: left
    }

    .mm_project__type {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .mm_project__heading {
        font-size: 17px
    }

    .mm_project_slider__caption {
        font-size: 11px
    }

    .mm_project_slider._round_arrows .slick-arrow {
        top: 30%
    }

    .mm_project__stats .stat {
        font-size: 15px
    }

    .mm_project__stats .stat._object, .mm_project__stats .stat._square {
        width: 65%
    }

    .mm_project__stats .stat._style, .mm_project__stats .stat._year {
        width: 35%
    }

    .mm_project__description {
        font-size: 15px
    }

    .mm_author_block__label {
        font-size: 15px
    }

    .mm_author_block__name {
        font-size: 18px
    }

    .mm_author_block__about {
        font-size: 15px
    }

    .mm_bottom_notification__content ._icon .i {
        width: 48px;
        height: 44px
    }

    .mm_bottom_notification__content ._value .heading {
        font-size: .945rem
    }

    .mm_bottom_notification__content ._value p {
        font-size: .834rem
    }

    .mm_auth_type .i._glasses {
        width: 180px;
        height: 128px
    }

    .mm_auth_type .i._tools {
        width: 130px;
        height: 130px
    }

    .mm_informer {
        display: block
    }

    .mm_informer__icon {
        display: none
    }

    .mm_informer__value {
        display: block;
        width: 100%
    }

    .mm_magazines_list__controls-item {
        display: block;
        width: 100%
    }

    .mm_magazines_list__controls-item:not(:last-of-type) {
        margin-bottom: 25px
    }

    .mm_magazines_list__item {
        margin-left: -10px;
        margin-right: -10px
    }

    .mm_magazines_list .mm_magazine_list_item {
        margin-left: 10px;
        margin-right: 10px
    }

    .mm_select._download .jq-selectbox__select-text {
        max-width: 100%
    }

    .mm_magazine_list_item {
        width: calc(50% - 20px)
    }

    .mm_magazine_list_item__image {
        height: 240px
    }

    .mm_input_group__item {
        display: block
    }

    .mm_input_group__item-label, .mm_input_group__item-value {
        display: block;
        width: 100%
    }

    .mm_input_group__item-label {
        margin-bottom: 10px
    }

    .mm_tabs_list._icons._481 .val {
        display: none
    }

    .mm_tabs_list._icons._481 .i {
        display: inline-block
    }

    .mm_tabs_list._icons._481 .mm_tabs_list__link {
        border: 0;
        border-radius: 0
    }

    .mm_tabs_list._icons._481 .mm_tabs_list__link._active, .mm_tabs_list._icons._481 .mm_tabs_list__link:hover {
        background: transparent
    }

    .mm_no_data_added:not(:last-of-type) {
        margin-bottom: 0
    }

    .mm_no_data_added__heading {
        font-size: 1.1rem
    }

    ._become_select._481 {
        width: 100%
    }

    ._become_select._481 .jq-selectbox {
        display: block !important;
        width: 100%
    }

    .mm_messages__item {
        height: auto
    }

    .mm_messages__item-link {
        display: block;
        height: auto
    }

    .mm_messages__item-image, .mm_messages__item-details {
        display: block;
        width: 100%
    }

    .mm_messages__item-image {
        margin-bottom: 15px;
        padding-right: 0
    }

    .mm_messages__item-image .image {
        width: 135px;
        height: 135px;
        margin-left: auto;
        margin-right: auto
    }

    .mm_messages__item-date, .mm_messages__item-heading {
        text-align: center
    }

    .mm_article-heading {
        font-size: 17px
    }

    .mm_article__description {
        font-size: 15px
    }
}

@media all and (max-width: 359px) {
    .mm_website_wrapper._is_auth .mm_header_search._active {
        width: 310px
    }

    .mm_header_controls__item {
        width: 50px
    }

    .mm_header_search._active {
        width: 300px
    }

    .mm_newsfeed__unit._slider {
        width: 100%;
        height: 240px
    }

    .mm_newsfeed__unit._main_new {
        height: 210px
    }

    .mm_newsfeed__unit._new {
        height: 180px
    }

    .mm_news_element._33 .mm_news_element__image {
        height: 210px
    }

    .mm_news_element._25 .mm_news_element__image {
        height: 210px
    }

    .mm_advertising._33 .mm_advertising__image {
        max-height: 210px
    }

    .mm_advertising._25 .mm_advertising__image {
        max-height: 210px
    }

    .mm_magazine._33 .mm_magazine__image {
        height: 210px
    }

    .mm_magazine._25 .mm_magazine__image {
        height: 180px
    }

    .mm_progressed_slider__item .mm_rated_element__link {
        padding-left: 0;
        padding-right: 0
    }

    .mm_progressed_slider__item .mm_rated_element__heading {
        padding-left: 10px;
        padding-right: 10px
    }

    .mm_subscription__label {
        font-size: 15px
    }

    #mm_footer .mm_download, #mm_footer .mm_site_map {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    #mm_footer .mm_download {
        margin-bottom: 40px
    }

    .mm_footer__unit._options > div:not(:last-of-type) {
        margin-right: auto
    }

    .mm_footer_contact {
        font-size: 15px
    }

    .mm_footer_contact__link .i {
        top: 3px
    }

    .mm_page__heading {
        font-size: 2rem !important
    }

    .mm_magazine_detail__image {
        width: 100%
    }

    .mm_magazine_detail_image {
        width: 100%;
        max-width: 100%
    }

    .mm_magazine_list_item__image {
        height: 210px
    }

    .mm_tabs_list._icons._359 .val {
        display: none
    }

    .mm_tabs_list._icons._359 .i {
        display: inline-block
    }

    .mm_tabs_list._icons._359 .mm_tabs_list__link {
        border: 0;
        border-radius: 0
    }

    .mm_tabs_list._icons._359 .mm_tabs_list__link._active, .mm_tabs_list._icons._359 .mm_tabs_list__link:hover {
        background: transparent
    }

    .mm_specialist_slider._round_arrows .slick-arrow {
        top: 85px
    }

    .mm_application .mm_default_button {
        margin-right: 20px
    }

    .mm_application__control:not(:last-of-type) {
        margin-right: 20px
    }
}
/* End */
/* /local/templates/consultinfo/css/normalize.css?15276080168018 */
/* /local/templates/consultinfo/css/slick.css?15276080161723 */
/* /local/templates/consultinfo/css/owl.carousel.css?15276080163032 */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?1527608016237 */
/* /bitrix/js/socialservices/css/ss.css?15276080225037 */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/bitrix/system.auth.forgotpasswd/.default/style.css?1527608016126 */
/* /local/templates/consultinfo/styles.css?15742543891054 */
/* /local/templates/consultinfo/template_styles.css?1574254389123239 */
/* /local/templates/consultinfo/css/responsive.css?154780456254391 */
