/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

div{
  padding: 0px;
  margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
form {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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 */
  height: 100%;

}

/**
 * Remove default margin.
 */

body {
height: auto;
margin: 0px;
position: relative;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

@-webkit-keyframes preload_cases {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preload_cases {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

div {
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.b_body_loading.hide,
[hidden],
template {
  display: none;
}

body,
html {
  height: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  position: relative;
  width: 100%;
  background: #ebebeb;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "ArialNarrowRegular";
  src: url(dist/ArialNarrowRegular/ArialNarrowRegular.eot);
  src:
    url(dist/ArialNarrowRegular/ArialNarrowRegular.eot?#iefix)
      format("embedded-opentype"),
    url(dist/ArialNarrowRegular/ArialNarrowRegular.woff) format("woff"),
    url(dist/ArialNarrowRegular/ArialNarrowRegular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "ArialNarrowBold";
  src: url(dist/ArialNarrowBold/ArialNarrowBold.eot);
  src:
    url(dist/ArialNarrowBold/ArialNarrowBold.eot?#iefix)
      format("embedded-opentype"),
    url(dist/ArialNarrowBold/ArialNarrowBold.woff) format("woff"),
    url(dist/ArialNarrowBold/ArialNarrowBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "ArialNarrowItalic";
  src: url(dist/ArialNarrowItalic/ArialNarrowItalic.eot);
  src:
    url(dist/ArialNarrowItalic/ArialNarrowItalic.eot?#iefix)
      format("embedded-opentype"),
    url(dist/ArialNarrowItalic/ArialNarrowItalic.woff) format("woff"),
    url(dist/ArialNarrowItalic/ArialNarrowItalic.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "ArialNarrowBoldItalic";
  src: url(dist/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot);
  src:
    url(dist/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot?#iefix)
      format("embedded-opentype"),
    url(dist/ArialNarrowBoldItalic/ArialNarrowBoldItalic.woff) format("woff"),
    url(dist/ArialNarrowBoldItalic/ArialNarrowBoldItalic.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

*,
.b_wrapper {
  position: relative;
}

* {
  padding: 0;
  outline: 0 !important;
  margin: 0;
}

.b_body_loading {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWRlZSIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzAwMWE3ZCIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFhN2QiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #009dee 0%, #001a7d 84%, #001a7d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #009dee),
    color-stop(84%, #001a7d),
    color-stop(100%, #001a7d)
  );
  background: -webkit-linear-gradient(
    left,
    #009dee 0%,
    #001a7d 84%,
    #001a7d 100%
  );
  background: -o-linear-gradient(left, #009dee 0%, #001a7d 84%, #001a7d 100%);
  background: -ms-linear-gradient(left, #009dee 0%, #001a7d 84%, #001a7d 100%);
  background: linear-gradient(to right, #009dee 0%, #001a7d 84%, #001a7d 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c2009dee', endColorstr='#c2001a7d', GradientType=1);
}

.b_body_loading:after,
.b_body_loading:before {
  content: "";
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.b_body_loading:before {
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  border-bottom: 0.2em solid #fff;
  border-left: 0.2em solid #00b4ff;
  -webkit-animation: preload_cases 1.5s infinite linear;
  animation: preload_cases 1.5s infinite linear;
  cursor: default;
}

.b_wrapper {
  width: 1624px;
  height: auto;
  min-height: 100%;
  margin: 0 auto -460px;
}

.b_wrapper .b_push {
  float: left;
  height: 460px;
}

header {
  width: 1600px;
  height: 219px;
  margin: 0 0 0 12px;
  background: #fff;
}

header .b_header_mobileblock {
  display: none;
  float: left;
  width: 724px;
  height: 38px;
  margin: 0 0 0 -12px;
  padding: 0;
  position: relative;
}

header .b_header_mobileblock:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #0092cb;
  border-left: 12px solid transparent;
}

header .b_header_mobileblock:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #00b0a6;
  border-right: 12px solid transparent;
}

header .b_header_mobileblock .b_header_mobileblock_phones {
  float: left;
  width: 490px;
  height: 38px;
  background: #00b7ff;
  background: -moz-linear-gradient(left, #00b7ff 0%, #19deda 100%);
  background: -webkit-linear-gradient(left, #00b7ff 0%, #19deda 100%);
  background: linear-gradient(to right, #00b7ff 0%, #19deda 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b7ff', endColorstr='#19deda', GradientType=1);
  margin: 0;
  padding: 0;
  position: relative;
}

header
  .b_header_mobileblock
  .b_header_mobileblock_phones
  .b_header_mobileblock_phones_phone {
  float: left;
  width: auto;
  height: 24px;
  vertical-align: top;
}

header
  .b_header_mobileblock
  .b_header_mobileblock_phones
  .b_header_mobileblock_phones_phone:nth-child(1) {
  margin: 7px 0 0 90px;
}

header
  .b_header_mobileblock
  .b_header_mobileblock_phones
  .b_header_mobileblock_phones_phone:nth-child(2) {
  margin: 7px 0 0 60px;
}

header
  .b_header_mobileblock
  .b_header_mobileblock_phones
  .b_header_mobileblock_phones_phone
  .b_icon {
  float: left;
  width: 24px;
  height: 24px;
  top: -1px;
  margin: 0 7px 0 0;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -78px 0;
  cursor: default;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_mobileblock
    .b_header_mobileblock_phones
    .b_header_mobileblock_phones_phone
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -78px 0;
  }
}

header .b_header_mobileblock .b_header_mobileblock_callback,
header
  .b_header_mobileblock
  .b_header_mobileblock_phones
  .b_header_mobileblock_phones_phone
  a {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

header .b_header_mobileblock .b_header_mobileblock_callback {
  float: right;
  width: 234px;
  height: 38px;
  background: #00c9c5;
  text-align: center;
  font-weight: 700;
  line-height: 38px;
}

header .b_header_mobileblock .b_header_mobileblock_callback:hover {
  background: #008fc4;
}

header .b_header_top {
  float: left;
  width: 100%;
  height: 130px;
  padding: 25px 0 0;
  overflow: hidden;
}

header .b_header_top .b_header_top_mobilebutton {
  display: none;
  float: right;
  width: 48px;
  height: 36px;
  margin: 20px 15px 0 0;
  padding: 0;
  position: relative;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -263px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

header .b_header_top .b_header_top_searchBrn {
  display: none;
  width: 48px;
  height: 36px;
  border-radius: 4px;
  background-color: #e5f8ff;
  border: none;
  margin: 20px 6px 0 0;
  float: right;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 350.3 350.7' viewBox='0 0 350.3 350.7'%3E%3Cpath fill='%230dbcff' d='M242.7 41.5C216.7 15.6 181.7.7 145 0S72.7 12.8 45.8 37.7C18.8 62.6 2.5 97 .3 133.6s9.8 72.7 33.6 100.7 57.4 45.7 94 49.4c36.5 3.7 73.1-6.8 102-29.4l93.5 93c4.4 3.3 10 4.2 15.2 2.6 5.2-1.7 9.2-5.7 10.9-10.9 1.7-5.2.7-10.8-2.6-15.2l-93-93.5c21.7-27.3 32.5-61.7 30.5-96.5-2.1-34.9-16.9-67.7-41.7-92.3zM218.6 219c-20.4 20.5-48.1 32-77 32s-56.6-11.5-77-32c-20.6-20.2-32.1-47.9-31.9-76.7 0-39 20.8-75.1 54.6-94.6s75.4-19.5 109.2 0 54.6 55.6 54.6 94.6c0 28.9-11.7 56.6-32.5 76.7z'/%3E%3C/svg%3E");
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header .b_header_top .b_header_top_mobilebutton {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -263px 0;
  }
}

header .b_header_top .b_header_top_mobilebutton:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

header .b_header_top .b_header_top_logo {
  float: left;
  width: 365px;
  height: 106px;
  margin: 0 0 0 50px;
  cursor: pointer;
}

header .b_header_top .b_header_top_logo > img {
  width: 100%;
}

header .b_header_top .b_header_top_logo:hover > img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

header .b_header_top .b_header_top_logo.cursor-default:hover > img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
  filter: alpha(opacity=1);
}

header .b_header_top .b_header_top_text {
  float: left;
  width: 400px;
  height: auto;
  margin: 25px 0 0 100px;
  padding: 0;
  position: relative;
}

header .b_header_top .b_header_top_text .b_header_top_text_headline {
  float: left;
  width: 100%;
  height: auto;
}

header .b_header_top .b_header_top_text .b_header_top_text_headline > * {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
  font-style: italic;
}

header .b_header_top .b_header_top_text .b_header_top_text_headline > * > span {
  font-size: 21px;
}

header .b_header_top .b_header_top_text .b_header_top_text_adress {
  float: left;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
}

header .b_header_top .b_header_top_text .b_header_top_text_adress .b_text {
  display: inline-block;
  position: relative;
  width: auto;
  height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}

header
  .b_header_top
  .b_header_top_text
  .b_header_top_text_adress
  .b_text
  .b_icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 -5px;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -103px -25px;
  cursor: default;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_top
    .b_header_top_text
    .b_header_top_text_adress
    .b_text
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -103px -25px;
  }
}

header .b_header_top .b_header_top_text .b_header_top_text_adress .b_link {
  display: inline;
  width: auto;
  height: 24px;
  margin: 0 0 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #11d4d0;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

header
  .b_header_top
  .b_header_top_text
  .b_header_top_text_adress
  .b_link:hover {
  color: #008fc4;
}

header .b_header_top .b_header_top_contacts {
  float: left;
  width: 300px;
  height: auto;
  margin: 25px 0 0 100px;
}

header .b_header_top .b_header_top_contacts .b_header_top_contacts_phone {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

header .b_header_top .b_header_top_contacts .b_header_top_contacts_phone a {
  transition: opacity 400ms;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  color: #11d4d0;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_contacts_phone
  a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_contacts_phone
  .b_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 4px;
  margin: 0 6px 0 0;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -78px -25px;
  cursor: pointer;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_contacts_phone
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -78px -25px;
  }
}

header .b_header_top .b_header_top_contacts .b_header_top_socials {
  float: left;
  width: auto;
  height: auto;
  margin: 10px 0 0;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link {
  float: left;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link
  .b_text {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 25px;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link
  .b_icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 2px 0 0;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link
  .b_icon.ig {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -178px -25px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.ig {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -178px -25px;
  }
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link
  .b_icon.fb {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -203px -25px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.fb {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -203px -25px;
  }
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link
  .b_icon.vk {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -153px -25px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.vk {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -153px -25px;
  }
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link:nth-child(1) {
  margin-left: 0;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link:nth-child(2) {
  margin-left: 5px;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link:nth-child(3) {
  margin-left: 15px;
}

header
  .b_header_top
  .b_header_top_contacts
  .b_header_top_socials
  .b_header_top_socials_link:hover
  .b_text {
  text-decoration: underline;
}

header .b_header_top .b_header_top_callback {
  float: right;
  width: 150px;
  margin: 20px 58px 0 0;
}

header .b_header_top .b_header_top_callback .b_header_top_callback_text {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  cursor: default;
  text-align: center;
}

header .b_header_top .b_header_top_callback .b_header_top_callback_button {
  float: left;
  width: 100%;
  height: 38px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button:hover,
header
  .b_header_top
  .b_header_top_callback
  .b_header_top_callback_button:hover {
  background: #008fc4;
}

header .b_header_menu > a.active:before,
header .b_header_menu > a.active:hover:before,
header .b_header_menu > a.hide_line:before,
header .b_header_top .b_header_top_mobilemenu {
  display: none;
}

header .b_header_menu {
  float: left;
  width: 1624px;
  height: 64px;
  margin: 0 0 0 -12px;
  padding: 0;
  position: relative;
  background: #00b7ff;
  background: -moz-linear-gradient(left, #00b7ff 0%, #19deda 100%);
  background: -webkit-linear-gradient(left, #00b7ff 0%, #19deda 100%);
  background: linear-gradient(to right, #00b7ff 0%, #19deda 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b7ff', endColorstr='#19deda', GradientType=1);
}

header .b_header_menu button {
  float: right;
  margin-right: 64px;
  width: 24px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 350.3 350.7' viewBox='0 0 350.3 350.7'%3E%3Cpath fill='%23fff' d='M242.7 41.5C216.7 15.6 181.7.7 145 0S72.7 12.8 45.8 37.7C18.8 62.6 2.5 97 .3 133.6s9.8 72.7 33.6 100.7 57.4 45.7 94 49.4c36.5 3.7 73.1-6.8 102-29.4l93.5 93c4.4 3.3 10 4.2 15.2 2.6 5.2-1.7 9.2-5.7 10.9-10.9 1.7-5.2.7-10.8-2.6-15.2l-93-93.5c21.7-27.3 32.5-61.7 30.5-96.5-2.1-34.9-16.9-67.7-41.7-92.3zM218.6 219c-20.4 20.5-48.1 32-77 32s-56.6-11.5-77-32c-20.6-20.2-32.1-47.9-31.9-76.7 0-39 20.8-75.1 54.6-94.6s75.4-19.5 109.2 0 54.6 55.6 54.6 94.6c0 28.9-11.7 56.6-32.5 76.7z'/%3E%3C/svg%3E");
}

header .b_header_menu:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #0092cb;
  border-left: 12px solid transparent;
}

header .b_header_menu:after {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #00b0a6;
  border-right: 12px solid transparent;
}

header .b_header_menu > a {
  float: left;
  width: auto;
  height: 26px;
  margin: 0;
  padding: 23px 30px 15px;
  position: relative;
}

header .b_header_menu > a > span {
  float: left;
  width: auto;
  height: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}

header .b_header_menu > a:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 1px;
  height: 26px;
  background: #fff;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}

header .b_header_menu > a:hover span {
  border-bottom: 1px solid #fff;
}

header .b_header_menu > a.active,
header .b_header_menu > a.active:hover {
  background: #008fc4;
  cursor: default;
}

header .b_header_menu > a.active span,
header .b_header_menu > a.active:hover span {
  border-bottom: 0;
}

header .b_header_menu > a:nth-child(1) {
  margin-left: 40px;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_list
  li:nth-child(n + 11),
header .b_header_menu > a:nth-child(1):before {
  display: none;
}

footer {
  width: 100%;
  height: 480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #00b7ff;
  background: -moz-linear-gradient(left, #00b7ff 0%, #19deda 100%);
  background: -webkit-linear-gradient(left, #00b7ff 0%, #19deda 100%);
  background: linear-gradient(to right, #00b7ff 0%, #19deda 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b7ff', endColorstr='#19deda', GradientType=1);
}

footer .b_footer_top {
  /* float: left; */
  margin: 0 auto;
  width: 1600px;
  height: 43px;
  padding: 20px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .b_footer_top .b_footer_top_copyright {
  float: left;
  width: auto;
  margin: 0 0 0 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}

footer .b_footer_top .b_footer_top_socials {
  float: left;
  width: auto;
  height: auto;
  margin: 0 0 0 280px;
}

footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link {
  float: left;
  margin: 0 0 0 20px;
}

footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link .b_text {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}

footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link .b_icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 2px 0 0;
}

footer
  .b_footer_top
  .b_footer_top_socials
  .b_footer_top_socials_link
  .b_icon.ig {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -178px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer
    .b_footer_top
    .b_footer_top_socials
    .b_footer_top_socials_link
    .b_icon.ig {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -178px 0;
  }
}

footer
  .b_footer_top
  .b_footer_top_socials
  .b_footer_top_socials_link
  .b_icon.fb {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -203px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer
    .b_footer_top
    .b_footer_top_socials
    .b_footer_top_socials_link
    .b_icon.fb {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -203px 0;
  }
}

footer
  .b_footer_top
  .b_footer_top_socials
  .b_footer_top_socials_link
  .b_icon.vk {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -153px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer
    .b_footer_top
    .b_footer_top_socials
    .b_footer_top_socials_link
    .b_icon.vk {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -153px 0;
  }
}

footer
  .b_footer_top
  .b_footer_top_socials
  .b_footer_top_socials_link:nth-child(1) {
  margin-left: 0;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_list
  li
  > a:hover,
footer
  .b_footer_top
  .b_footer_top_socials
  .b_footer_top_socials_link:hover
  .b_text {
  text-decoration: underline;
}

footer .b_footer_top .b_footer_top_phone {
  float: left;
  margin: 0 0 0 90px;
  text-decoration: none;
}

footer .b_footer_top .b_footer_top_madeby,
footer .b_footer_top .b_footer_top_phone,
footer .b_footer_top .b_footer_top_phone__link {
  width: auto;
  height: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}

footer .b_footer_top .b_footer_top_phone__link {
  text-decoration: none;
  transition: opacity 400ms;
  float: left;
}

footer .b_footer_top .b_footer_top_phone__link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

footer .b_footer_top .b_footer_top_phone b {
  font-size: 16px;
}

footer .b_footer_top .b_footer_top_phone .b_footer_top_copyright_phone_icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -78px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer .b_footer_top .b_footer_top_phone .b_footer_top_copyright_phone_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -78px 0;
  }
}

footer .b_footer_top .b_footer_top_madeby {
  float: right;
  margin: 0 45px 0 0;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_text
  a:hover,
footer .b_footer_top .b_footer_top_madeby:hover {
  color: #008fc4;
}

footer .b_footer_bottom {
  /* float: left; */
  width: 1600px;
  height: auto;
  margin: 35px auto 0;
}

footer .b_footer_bottom .b_footer_bottom_block {
  float: left;
  width: 270px;
}

footer .b_footer_bottom .b_footer_bottom_block:nth-child(1) {
  margin: 0 0 0 50px;
}

footer .b_footer_bottom .b_footer_bottom_block:nth-child(2) {
  margin: 0 0 0 20px;
}

footer .b_footer_bottom .b_footer_bottom_block:nth-child(3) {
  margin: 0 0 0 70px;
}

footer .b_footer_bottom .b_footer_bottom_block:nth-child(4) {
  margin: 0 0 0 40px;
}

footer .b_footer_bottom .b_footer_bottom_block:nth-child(5) {
  float: right;
  margin: 0 0 0 60px;
}

footer .b_footer_bottom .b_footer_bottom_block .b_footer_bottom_block_headline {
  float: left;
  width: 100%;
  cursor: default;
  text-decoration: none;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_headline.tax {
  margin-top: 15px;
  margin-bottom: 20px;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_headline.tax:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #ffffff;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_headline
  > * {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

footer .b_footer_bottom .b_footer_bottom_block .b_footer_bottom_block_list {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  list-style: none;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  > ul
  > li,
footer .b_footer_bottom .b_footer_bottom_block .b_footer_bottom_block_list li {
  float: left;
  width: 100%;
  height: auto;
  margin: 3px 0;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_list
  li
  > a {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

footer .b_footer_bottom .b_footer_bottom_block .b_footer_bottom_block_item {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.b_footer_bottom_block_item_text.phone_alloka {
  float: left !important;
}

.b_footer_bottom_block_item_text.phone_alloka
  .b_footer_bottom_block_item_icon.phone {
  margin-right: 6px;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_icon {
  float: left !important;
  width: 24px !important;
  height: 24px !important;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_icon.phone {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -78px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_icon.phone {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -78px 0;
  }
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_icon.map {
  top: -3px;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -103px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_icon.map {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -103px 0;
  }
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_icon.mail {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -128px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_icon.mail {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -128px 0;
  }
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_text {
  float: right;
  width: 89%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_text
  a {
  color: #fff;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_text
  .mail,
footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_text
  .mail:hover,
footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_item
  .b_footer_bottom_block_item_text
  .phone {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 28px;
  transition: 400ms !important;
}

.b_footer_bottom_block_item_text .phone:hover {
  opacity: 0.8 !important;
  text-decoration: underline !important;
  color: #fff !important;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_callback_button {
  float: left;
  width: auto;
  height: 32px;
  background: #029edc;
  padding: 0 41px;
  margin: 10px 0 0;
  position: relative;
  border: 3px solid #029edc;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_footer_bottom_block_callback_button:hover {
  background: #008fc4;
  border-color: #008fc4;
}

footer .b_footer_bottom .b_footer_bottom_block .b_write_director_button {
  margin-top: 25px;
}

footer .b_footer_bottom .b_footer_bottom_block .b_write_director_button a {
  background: 0 0;
  padding: 0 11px;
  border: 3px solid #fff;
}
.b_index_services.tax_refund {
  background: transparent;
  padding-top: 15px;
  margin: 0;
}
.b_content,
footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_write_director_button
  a:hover {
  background: #fff;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_write_director_button
  a:hover:before {
  background-image: url(data:image/svg+xml,%3Csvg%20%0A%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%0A%20width%3D%2223px%22%20height%3D%2222px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb%2814%2C%20200%2C%20196%29%22%0A%20d%3D%22M22.894%2C16.473%20L21.302%2C17.983%20C20.908%2C18.357%2020.734%2C18.902%2020.837%2C19.441%20L21.253%2C21.616%20C21.288%2C21.797%2021.178%2C21.901%2021.129%2C21.937%20C21.080%2C21.973%2020.950%2C22.048%2020.791%2C21.958%20L18.890%2C20.882%20C18.654%2C20.749%2018.396%2C20.683%2018.137%2C20.683%20C17.879%2C20.683%2017.621%2C20.749%2017.385%2C20.882%20L15.484%2C21.958%20C15.325%2C22.048%2015.194%2C21.973%2015.145%2C21.937%20C15.097%2C21.901%2014.987%2C21.797%2015.021%2C21.616%20L15.438%2C19.441%20C15.541%2C18.902%2015.367%2C18.357%2014.973%2C17.983%20L13.381%2C16.473%20C13.249%2C16.347%2013.278%2C16.197%2013.296%2C16.139%20C13.315%2C16.080%2013.378%2C15.942%2013.558%2C15.919%20L15.717%2C15.651%20C16.252%2C15.584%2016.707%2C15.247%2016.934%2C14.749%20L17.852%2C12.741%20C17.928%2C12.573%2018.077%2C12.555%2018.137%2C12.555%20C18.198%2C12.555%2018.347%2C12.573%2018.423%2C12.741%20L19.341%2C14.750%20C19.568%2C15.247%2020.023%2C15.584%2020.558%2C15.651%20L22.717%2C15.919%20C22.897%2C15.942%2022.960%2C16.080%2022.978%2C16.139%20C22.997%2C16.197%2023.026%2C16.347%2022.894%2C16.473%20ZM12.122%2C15.750%20C11.934%2C16.340%2012.094%2C16.970%2012.540%2C17.394%20L13.342%2C18.155%20C13.124%2C18.315%2012.857%2C18.410%2012.567%2C18.410%20L1.326%2C18.410%20C0.593%2C18.410%20-0.000%2C17.805%20-0.000%2C17.060%20L-0.000%2C12.082%20C-0.000%2C10.693%200.869%2C9.465%202.169%2C9.024%20C2.169%2C9.024%204.117%2C8.692%204.148%2C8.692%20C4.277%2C8.692%204.398%2C8.774%204.444%2C8.904%20L6.584%2C14.886%20C6.708%2C15.231%207.187%2C15.231%207.310%2C14.886%20L9.450%2C8.904%20C9.508%2C8.743%209.679%2C8.656%209.840%2C8.706%20L11.726%2C9.024%20L11.732%2C9.026%20C13.021%2C9.457%2013.893%2C10.683%2013.893%2C12.065%20L13.893%2C14.610%20L13.408%2C14.670%20C12.803%2C14.746%2012.310%2C15.159%2012.122%2C15.750%20ZM6.174%2C8.560%20C6.255%2C8.469%206.375%2C8.423%206.496%2C8.423%20L7.398%2C8.423%20C7.519%2C8.423%207.639%2C8.469%207.721%2C8.560%20C7.847%2C8.701%207.866%2C8.904%207.776%2C9.062%20L7.294%2C9.803%20L7.519%2C11.744%20L7.075%2C12.949%20C7.031%2C13.070%206.863%2C13.070%206.820%2C12.949%20L6.375%2C11.744%20L6.601%2C9.803%20L6.119%2C9.062%20C6.029%2C8.903%206.047%2C8.700%206.174%2C8.560%20ZM6.947%2C7.266%20C4.981%2C7.266%203.381%2C5.636%203.381%2C3.633%20C3.381%2C1.630%204.981%2C-0.000%206.947%2C-0.000%20C8.913%2C-0.000%2010.513%2C1.630%2010.513%2C3.633%20C10.513%2C5.636%208.913%2C7.266%206.947%2C7.266%20Z%22/%3E%0A%3C/svg%3E);
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_write_director_button
  a:hover
  span {
  color: #0ec8c4;
}

footer
  .b_footer_bottom
  .b_footer_bottom_block
  .b_write_director_button
  a:before {
  margin-top: 5px;
}

footer .b_footer_bottom .b_footer_bottom_block .b_write_director_button a span {
  height: 32px;
  line-height: 32px;
}

.b_content {
  float: left;
  width: 1600px;
  height: auto;
  margin: 0 0 0 12px;
}

.b_content:after,
.b_content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}

.b_content:before {
  left: -12px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #0092cb;
}

.b_content:after {
  right: -12px;
  border-bottom: 12px solid #00b0a6;
  border-right: 12px solid transparent;
}

.b_content.no_footer_wings:after,
.b_content.no_footer_wings:before {
  display: none;
}

.b_content.no_index {
  background: 0 0;
}

.rsPreloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rsPreloader:after,
.rsPreloader:before {
  content: "";
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.rsPreloader:before {
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.3em solid #19deda;
  border-right: 0.3em solid #19deda;
  border-bottom: 0.3em solid #19deda;
  border-left: 0.3em solid #fff;
  -webkit-animation: preload_cases 1.5s infinite linear;
  animation: preload_cases 1.5s infinite linear;
  cursor: default;
}

.b_index_slider_bg {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #edf0f1;
}

.b_index_slider_bg .b_index_slider,
.b_index_slider_bg .b_index_slider .b_slide {
  float: left;
  width: 100%;
  height: 600px;
}

.b_index_slider_bg .b_index_slider .b_slide .b_slide_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b_index_slider_bg .b_index_slider .b_slide .b_slide_content_bg {
  float: right;
  width: 475px;
  height: 600px;
  padding: 0 30px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_bg_opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.b_index_services,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_headline {
  float: left;
  width: 95%;
  height: auto;
  margin: 100px 0 0;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_headline
  > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #010101;
  font-weight: 700;
  line-height: 40px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_text {
  float: left;
  width: 95%;
  margin: 15px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
}

.b_index_reviews .b_index_reviews_items > div .b_review .b_review_text p,
.b_index_services
  .b_index_services_items
  .b_index_services_items_block
  .b_index_services_items_block_content
  .b_index_services_items_block_content_text
  p,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_text
  p {
  margin: 0;
  padding: 0;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button {
  float: left;
  width: auto;
  height: 38px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  min-width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls {
  float: left;
  display: none;
  width: auto;
  height: 32px;
  margin: 0 0 0 25px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_left,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_right {
  float: left;
  width: 38px;
  height: 38px;
  margin: -3px 5px 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button_bg
    .b_slide_content_button_bg_controls
    .b_slide_content_button_bg_controls_left,
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button_bg
    .b_slide_content_button_bg_controls
    .b_slide_content_button_bg_controls_right {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: 0 0;
  }
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_left.b_slide_content_button_bg_controls_left,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_right.b_slide_content_button_bg_controls_left,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_left.b_slide_content_controls_left,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_right.b_slide_content_controls_left {
  background-position: 0 0;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_left.b_slide_content_button_bg_controls_left:hover,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_right.b_slide_content_button_bg_controls_left:hover,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_left.b_slide_content_controls_left:hover,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_right.b_slide_content_controls_left:hover {
  background-position: 0 -39px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_left.b_slide_content_button_bg_controls_right,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_right.b_slide_content_button_bg_controls_right,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_left.b_slide_content_controls_right,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_right.b_slide_content_controls_right {
  background-position: -39px 0;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_left.b_slide_content_button_bg_controls_right:hover,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content
  .b_slide_content_button_bg
  .b_slide_content_button_bg_controls
  .b_slide_content_button_bg_controls_right.b_slide_content_button_bg_controls_right:hover,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_left.b_slide_content_controls_right:hover,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_right.b_slide_content_controls_right:hover {
  background-position: -39px -39px;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls {
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 90%;
  height: 38px;
  margin: 0;
  padding: 0;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_left,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .b_slide_content_controls_right {
  float: left;
  width: 38px;
  height: 38px;
  margin: 0 14px 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls
    .b_slide_content_controls_left,
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls
    .b_slide_content_controls_right {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: 0 0;
  }
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .rsBullets {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
  margin: 5px 0 0 11px;
  text-align: left;
  line-height: 11px;
  overflow: hidden;
}

.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .rsBullets
  .rsBullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px;
  margin: 8px 1px;
  cursor: pointer;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .rsBullets
  .rsBullet
  span,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .rsBullets
  .rsBullet
  span {
  display: block;
  margin: 3px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #19deda;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .rsBullets
  .rsBullet.rsNavSelected
  span,
.b_index_slider_bg
  .b_index_slider
  .b_slide
  .b_slide_content_bg
  .b_slide_content_controls
  .rsBullets
  .rsBullet.rsNavSelected
  span {
  margin: 1px;
  border: 3px solid #19deda;
  background: #19deda;
}

.b_index_slider_bg .rsPreloader {
  background: #edf0f1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.b_index_services {
  width: 1570px;
  margin: 15px 0 15px 15px;
  padding: 75px 0 87px;
  background: #eff3f5;
}

.b_index_services .b_index_services_headline {
  float: left;
  width: 98%;
  height: auto;
  text-align: center;
}

.b_index_services .b_index_services_headline > * {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  color: #000;
  font-weight: 700;
  line-height: 35px;
}

.b_index_services .b_index_services_items {
  float: left;
  width: 100%;
  margin: 55px 0 0;
}

.b_index_services .b_index_services_items .b_index_services_items_block {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  height: auto;
  margin: 0 0 65px 40px;
  padding: 0;
  position: relative;
}

.b_index_services .b_index_services_items .b_index_services_items_block > img {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -10px;
}

.b_index_services
  .b_index_services_items
  .b_index_services_items_block
  .b_index_services_items_block_content {
  float: right;
  width: 380px;
}

.b_index_services
  .b_index_services_items
  .b_index_services_items_block
  .b_index_services_items_block_content
  .b_index_services_items_block_content_link {
  float: left;
  width: 100%;
}

.b_index_services
  .b_index_services_items
  .b_index_services_items_block
  .b_index_services_items_block_content
  .b_index_services_items_block_content_link
  > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.b_index_services
  .b_index_services_items
  .b_index_services_items_block
  .b_index_services_items_block_content
  .b_index_services_items_block_content_link
  > :hover {
  color: #00b7ff;
  border-bottom: 1px solid #00b7ff;
}

.b_index_services
  .b_index_services_items
  .b_index_services_items_block
  .b_index_services_items_block_content
  .b_index_services_items_block_content_text {
  float: left;
  width: 95%;
  margin: 15px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}

.b_index_services .b_index_services_link {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

.b_index_services .b_index_services_link .b_index_services_link_button {
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 10px 0 15px;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_index_services .b_index_services_link .b_index_services_link_button:hover {
  background: #008fc4;
}

.b_index_dmitriy {
  float: left;
  width: 1624px;
  height: auto;
  margin: 0 0 0 -12px;
  background: #7c8189;
  position: relative;
}

.b_index_dmitriy:after,
.b_index_dmitriy:before {
  content: "";
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-bottom: 12px solid #33363b;
}

.b_index_dmitriy:before {
  left: 0;
  border-left: 12px solid transparent;
}

.b_index_dmitriy:after {
  right: 0;
  border-right: 12px solid transparent;
}

.b_index_dmitriy .b_index_dmitriy_image {
  position: absolute;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
}

.b_index_dmitriy .b_index_dmitriy_content {
  width: 1600px;
  height: auto;
  margin: 78px auto 0;
  overflow: hidden;
}

.b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_headline {
  float: left;
  width: 80%;
  height: auto;
  margin: 0 0 0 90px;
  text-align: left;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_headline
  > * {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
}

.b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_leftblock {
  float: left;
  width: 700px;
  height: auto;
  margin: 60px 0 75px 90px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  position: static;
}

.b_about_dmitriy__links a,
.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .instagram-link {
  display: inline-block;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}

.b_director_page .b_director_page_form_content_theme_radio label input,
.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .instagram-link.hidden,
.b_index_dmitriy .b_index_dmitriy_emblem.hidden,
.b_index_zakaz.price:after,
.b_index_zakaz.price:before,
.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item
  > ul {
  display: none;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .instagram-link:hover
  span {
  color: #19deda;
  border-color: #19deda;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .instagram-link:before {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(http://moigarant.ru/images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -178px 0;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .instagram-link
  span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_leftblock p {
  margin: 0 0 15px;
  padding: 0;
}

.b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text b,
.b_contacts_page
  .b_contacts_page_content
  .b_contacts_page_content_item
  .b_contacts_page_content_item_block
  b,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_text
  b,
.b_doctors_page_content .b_doctors_page_content_text b,
.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .big,
.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text b {
  font-size: 18px;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .dash,
.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .name {
  color: #19deda;
  font-size: 18px;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_table {
  width: 100%;
  margin: 20px 0 0;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_table
  td {
  vertical-align: top;
  padding: 0 5px 3px;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_triggers {
  float: left;
  width: 100%;
  height: auto;
  margin: 55px 0 0 -20px;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_triggers
  .b_trigger {
  float: left;
  width: 220px;
  padding: 0;
  position: relative;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_triggers
  .b_trigger
  > img {
  float: left;
  top: -20px;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_triggers
  .b_trigger
  .b_trigger_text {
  float: right;
  width: 135px;
  color: #19deda;
  line-height: 20px;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_triggers
  .b_trigger:nth-child(1) {
  margin: 0 10px 0 0;
}

.b_index_dmitriy
  .b_index_dmitriy_content
  .b_index_dmitriy_content_leftblock
  .b_index_dmitriy_content_leftblock_triggers
  .b_trigger:nth-child(2) {
  margin: 0 25px 0 0;
}

.b_index_dmitriy .b_index_dmitriy_emblem {
  height: auto;
  width: 220px;
  position: absolute;
  right: 60px;
  bottom: -50px;
  z-index: 5;
}

.b_index_dmitriy .b_index_dmitriy_emblem img,
.b_index_zakaz .b_index_zakaz_emblem img {
  display: block;
  height: auto;
  width: 100%;
}

.b_index_popular_services {
  float: left;
  width: 1600px;
  height: auto;
  margin: 40px 12px 0;
  border-radius: 16px;
  background: #eff3f5;
  overflow: hidden;
}

.b_index_popular_services .b_index_popular_services_inner {
  display: table;
  width: 100%;
  height: 100%;
}

.b_index_popular_services .b_index_popular_services_left,
.b_index_popular_services .b_index_popular_services_right {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

.b_index_popular_services .b_index_popular_services_left {
  width: 35%;
  padding: 48px;
  background: #dfeff3;
}

.b_index_popular_services .b_index_popular_services_left h3 {
  margin: 0 0 28px;
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
  color: #33363b;
}

.b_index_popular_services .b_index_popular_services_button {
  display: inline-block;
  height: 38px;
  background-color: #19deda;
  text-decoration: none;
  padding: 0 28px 0 50px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}

.b_index_popular_services .b_index_popular_services_button:hover {
  background-color: #008fc4;
}

.b_index_popular_services .b_index_popular_services_right {
  width: 65%;
  padding: 26px 32px;
  background: #fff;
}

.b_index_popular_services .b_index_popular_services_list {
  width: 100%;
}

.b_index_popular_services .b_index_popular_services_item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #e8edf0;
}

.b_index_popular_services .b_index_popular_services_item_name,
.b_index_popular_services .b_index_popular_services_item_price {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #33363b;
}

.b_index_popular_services .b_index_popular_services_item_price {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
}

.b_index_popular_services .b_index_popular_services_item:last-child {
  border-bottom: none;
}

.b_index_popular_services .b_index_popular_services_item_name {
  padding-right: 10px;
}

@media (max-width: 1680px) {
  .b_index_popular_services {
    width: 1180px;
    margin: 35px 12px 0;
  }

  .b_index_popular_services .b_index_popular_services_left {
    padding: 36px;
  }

  .b_index_popular_services .b_index_popular_services_item_name,
  .b_index_popular_services .b_index_popular_services_item_price {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1279px) {
  .b_index_popular_services {
    width: calc(100% - 24px);
    margin-top: 30px;
  }

  .b_index_popular_services .b_index_popular_services_inner,
  .b_index_popular_services .b_index_popular_services_left,
  .b_index_popular_services .b_index_popular_services_right {
    display: block;
    width: 100%;
  }

  .b_index_popular_services .b_index_popular_services_left,
  .b_index_popular_services .b_index_popular_services_right {
    padding: 28px;
  }

  .b_index_popular_services .b_index_popular_services_item_name,
  .b_index_popular_services .b_index_popular_services_item_price {
    font-size: 16px;
    line-height: 24px;
  }

  .b_index_popular_services .b_index_popular_services_item {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .b_index_popular_services {
    margin: 24px 8px 0;
    width: calc(100% - 16px);
    border-radius: 10px;
  }

  .b_index_popular_services .b_index_popular_services_left,
  .b_index_popular_services .b_index_popular_services_right {
    padding: 18px;
  }

  .b_index_popular_services .b_index_popular_services_item_name,
  .b_index_popular_services .b_index_popular_services_item_price {
    font-size: 14px;
    line-height: 20px;
  }

  .b_index_popular_services .b_index_popular_services_item {
    gap: 12px;
  }
}

.b_index_reviews {
  float: left;
  width: 100%;
  padding: 98px 0 90px;
}

.b_index_reviews .b_index_reviews_headline {
  float: left;
  width: 98%;
  height: auto;
  text-align: center;
}

.b_index_reviews .b_index_reviews_headline > * {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 0 153px;
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  color: #000;
  font-weight: 700;
  line-height: 35px;
}

.b_index_reviews .b_index_reviews_headline .b_index_reviews_headline_link {
  float: right;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  margin: 0 25px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: 400;
  line-height: 35px;
  text-decoration: underline;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_link
  > a:hover,
.b_index_reviews .b_index_reviews_headline .b_index_reviews_headline_link:hover,
.b_index_reviews .b_index_reviews_items > div .b_review .b_review_text a:hover {
  color: #008fc4;
}

.b_index_reviews .b_index_reviews_items {
  float: left;
  width: 98%;
  height: 100%;
  margin: 50px 0 0;
  display: table;
}

.b_index_reviews .b_index_reviews_items > div {
  height: 100%;
  width: 100%;
  display: table-row;
}

.b_index_reviews .b_index_reviews_items > div .b_review {
  display: table-cell;
  position: relative;
  padding: 0 0 20px 60px;
  vertical-align: top;
  text-align: left;
}

.b_index_reviews .b_index_reviews_items > div .b_review .b_review_text {
  float: left;
  width: 390px;
  height: auto;
  padding: 15px 15px 20px 20px;
  border: 8px solid #cdedfb;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.b_index_reviews .b_index_reviews_items > div .b_review .b_review_text:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 3%;
  width: 0;
  height: 0;
  border-top: 14px solid #cdedfb;
  border-right: 20px solid transparent;
}

.b_index_reviews .b_index_reviews_items > div .b_review .b_review_text a {
  color: #00b8fe;
}

.b_index_reviews .b_index_reviews_items > div .b_review .b_review_date,
.b_index_reviews .b_index_reviews_items > div .b_review .b_review_name {
  float: left;
  width: 90%;
  margin: 0 8% 0 2%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 24px;
  font-style: italic;
}

.b_index_reviews .b_index_reviews_items > div .b_review .b_review_date {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.b_index_zakaz {
  float: left;
  width: 1624px;
  height: 484px;
  margin: 0 0 0 -12px;
  background: #7c8189;
  position: relative;
}

.b_index_zakaz:after,
.b_index_zakaz:before {
  content: "";
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
}

.b_index_zakaz:before {
  left: 0;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #065d83;
}

.b_index_zakaz:after {
  right: 0;
  border-bottom: 12px solid #030251;
  border-right: 12px solid transparent;
}

.b_index_zakaz .b_index_zakaz_emblem {
  height: auto;
  width: 157px;
  position: absolute;
  top: -75px;
  right: 105px;
  z-index: 15;
}

.b_index_zakaz .b_index_zakaz_image_bg {
  position: absolute;
  width: 1624px;
  height: 484px;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  overflow: hidden;
}

.b_index_zakaz .b_index_zakaz_image_bg .b_index_zakaz_image {
  float: right;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.b_index_zakaz .b_index_zakaz_content {
  width: 1150px;
  height: auto;
  margin: 65px auto 0 237px;
  overflow: hidden;
}

.b_index_zakaz .b_index_zakaz_content.not_index {
  margin: 60px auto 0 167px;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_headline {
  float: left;
  width: 100%;
  text-align: center;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_headline > * {
  display: inline;
  width: auto;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  color: #19deda;
  font-weight: 700;
  line-height: 36px;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text a {
  color: #fff;
  text-decoration: none;
  transition: color 400ms;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text a:hover {
  color: #19deda;
  text-decoration: underline;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text p {
  margin: 0;
  padding: 0;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_form {
  float: left;
  width: 100%;
  height: auto;
  margin: 30px 0 0;
}

.b_index_zakaz_content_form__label {
  display: flex;
  flex-direction: column;
  float: left;
  position: relative;
}
.b_index_zakaz_content_form__label span {
  position: absolute;
  left: 70px;
  top: 16px;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}

.b_index_zakaz_content_form__label p {
  margin-left: 50px;
  margin-top: 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  display: none;
}

.b_index_zakaz_content_form_input:active + span,
.b_index_zakaz_content_form_input:focus + span,
.b_index_zakaz_content_form_input:not(:placeholder-shown) + span {
  top: -12px;
  font-size: 10px;
}

.b_index_zakaz_content_form_input.visited:invalid + p {
  display: block;
}

.b_index_zakaz_content_form_input.visited:invalid {
  border: 2px solid #ff4200 !important;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input {
  float: left;
  width: 270px;
  height: 31px;
  margin: 0 0 0 50px;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: 0 0;
  border: 2px solid #19deda;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 31px;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input:active,
.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input:focus {
  border-color: #fff;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input::-webkit-input-placeholder {
  color: #fff;
}

.b_director_page .b_index_zakaz_content_form_bottom p {
  width: 100%;
  font-size: 12px;
}

.b_director_page .b_director_page_form_input:active,
.b_director_page .b_director_page_form_input:focus {
  border-color: #fff;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input:-moz-placeholder,
.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input::-moz-placeholder {
  color: #fff;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input:-ms-input-placeholder {
  color: #fff;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_input.error {
  border: 2px solid #ff4200;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_button_bg {
  float: left;
  width: 100%;
  height: auto;
  margin: 45px 0 0;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_button_bg
  .b_index_zakaz_content_form_button {
  float: left;
  width: 314px;
  height: 47px;
  margin: 0 0 0 414px;
  padding: 0;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
}

.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_form
  .b_index_zakaz_content_form_button_bg
  .b_index_zakaz_content_form_button:hover {
  background: #008fc4;
}

.b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_success_image {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 50px 0 30px;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_image
  > img,
.b_index_zakaz
  .b_index_zakaz_content
  .b_index_zakaz_content_success_image
  > img {
  display: inline-block;
}

.b_index_zakaz.services {
  width: 1159px;
  margin: 0 0 0 -12px;
  padding: 0;
}

.b_index_zakaz.services .b_index_zakaz_image_bg {
  width: 1159px;
}

.b_index_zakaz.services .b_index_zakaz_content {
  margin: 65px auto 0;
}

.b_index_newsblock_bg {
  float: left;
  width: 1570px;
  padding: 15px;
  display: table;
}

.b_index_newsblock_bg .b_index_newsblock {
  display: table-row;
  width: 1570px;
  background: #e8f8ff;
}

.b_index_newsblock_bg .b_index_newsblock .b_index_news {
  width: 1055px;
  padding: 0;
  position: relative;
  display: table-cell;
}

.b_index_newsblock_bg .b_index_newsblock .b_index_news > div {
  float: left;
  width: 970px;
  margin: 50px 0 60px 60px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_headline,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_headline {
  float: left;
  width: 100%;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_headline
  > * {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  /* height: 480px; */
  position: relative;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item {
  float: left;
  width: 450px;
  height: 462px;
  margin: 0 0 0 50px;
  background: #fff;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 5%;
  width: 90%;
  height: 4px;
  background: #fff;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #fff;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item:first-child {
  margin: 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_image {
  float: left;
  width: 100%;
  height: 331px;
  position: relative;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_image
  > img {
  float: left;
  width: 100%;
  height: 331px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_image
  .b_index_news_item_image_tag {
  position: absolute;
  top: 6%;
  right: -9px;
  width: auto;
  height: 22px;
  background: #00b6fe;
  background: -moz-linear-gradient(left, #00b6fe 0%, #038fdd 100%);
  background: -webkit-linear-gradient(left, #00b6fe 0%, #038fdd 100%);
  background: linear-gradient(to right, #00b6fe 0%, #038fdd 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b6fe', endColorstr='#038fdd', GradientType=1);
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_image
  .b_index_news_item_image_tag
  span,
.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_image
  .b_news_page_list_item_image_tag
  span {
  float: right;
  width: auto;
  height: 22px;
  padding: 0 24px 0 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  font-style: italic;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_image
  .b_index_news_item_image_tag
  span:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 9px solid #006ba8;
  border-right: 9px solid transparent;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_image:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_date {
  float: left;
  width: 90%;
  height: auto;
  margin: 10px 0 0 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  font-style: italic;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_link {
  float: left;
  width: 90%;
  height: 72px;
  margin: 5px 0 0 30px;
  overflow: hidden;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider
  .b_slide
  .b_index_news_item
  .b_index_news_item_link
  > a {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls {
  float: left;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_button {
  float: left;
  width: auto;
  height: 38px;
  margin: 0 40px 0 0;
  padding: 0 10px 0 15px;
  position: relative;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_button:hover,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button:hover,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button_blue:hover {
  background: #008fc4;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_left,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_right {
  float: left;
  width: 38px;
  height: 38px;
  margin: 0 14px 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_controls_left,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_controls_right {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: 0 0;
  }
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_left.b_index_news_slider_controls_left,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_right.b_index_news_slider_controls_left {
  background-position: 0 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_left.b_index_news_slider_controls_left:hover,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_right.b_index_news_slider_controls_left:hover {
  background-position: 0 -39px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_left.b_index_news_slider_controls_right,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_right.b_index_news_slider_controls_right {
  background-position: -39px 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_left.b_index_news_slider_controls_right:hover,
.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .b_index_news_slider_controls_right.b_index_news_slider_controls_right:hover {
  background-position: -39px -39px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .rsBullets {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
  margin: 5px 0 0 11px;
  text-align: left;
  line-height: 11px;
  overflow: hidden;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_news
  > div
  .b_index_news_slider_controls
  .rsBullets
  .rsBullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px;
  margin: 8px 1px;
  cursor: pointer;
}

.b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg {
  width: 515px;
  background: #cbecfb;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    left,
    #b6e8fd 0%,
    rgba(215, 242, 254, 0.92) 8%,
    rgba(215, 242, 254, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #b6e8fd 0%,
    rgba(215, 242, 254, 0.92) 8%,
    rgba(215, 242, 254, 0) 100%
  );
  background: linear-gradient(
    to right,
    #b6e8fd 0%,
    rgba(215, 242, 254, 0.92) 8%,
    rgba(215, 242, 254, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b6e8fd', endColorstr='#00d7f2fe', GradientType=1);
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions {
  float: left;
  width: 400px;
  height: 100%;
  padding: 50px 70px 70px 45px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_headline
  > * {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 15px 0 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_list
  > li,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_list
  > li {
  float: right;
  width: 85%;
  height: auto;
  margin: 12px 0;
  position: relative;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_list
  > li
  .b_icon,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_list
  > li
  .b_icon {
  position: absolute;
  top: -2px;
  left: -50px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: url(../images/icons/sprite@2x.png);
  background-position: -456px 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_list
  > li
  .b_index_questions_list_link,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_list
  > li
  .b_index_questions_list_link,
.b_news_page
  .b_news_page_right
  .b_news_page_services
  .b_news_page_services_list
  > li
  > a {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_list
  > li
  .b_index_questions_list_link:hover {
  color: #008fc4;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_buttons {
  float: right;
  width: 85%;
  margin: 50px 50px 0 0;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button {
  float: left;
  width: auto;
  height: 38px;
  padding: 0 17px 0 20px;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_index_newsblock_bg
  .b_index_newsblock
  .b_index_questions_bg
  .b_index_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button_blue {
  float: left;
  width: auto;
  height: 38px;
  margin: 0 0 0 20px;
  padding: 0 20px 0 17px;
  background: #00b7ff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_content_headline,
.b_services_page_left_right_headline {
  float: left;
  width: 1500px;
  margin: 40px 0 0 50px;
}

.b_content_headline.b_services_page_left_right_headline,
.b_services_page_left_right_headline.b_services_page_left_right_headline {
  float: left;
  width: 1090px;
  margin: 25px 0 0 45px;
}

.b_content_headline .b_content_headline_breadlinks,
.b_content_headline .b_content_headline_zagolovok,
.b_services_page_left_right_headline .b_content_headline_breadlinks,
.b_services_page_left_right_headline .b_content_headline_zagolovok {
  float: left;
  width: 100%;
}

.b_content_headline .b_content_headline_breadlinks > a,
.b_content_headline .b_content_headline_breadlinks > span,
.b_services_page_left_right_headline .b_content_headline_breadlinks > a,
.b_services_page_left_right_headline .b_content_headline_breadlinks > span {
  display: inline;
  width: auto;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #a2a2a2;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.b_content_headline .b_content_headline_breadlinks > a[href],
.b_services_page_left_right_headline .b_content_headline_breadlinks > a[href] {
  cursor: pointer;
  color: #000;
}

.b_content_headline_count {
  color: #808f98;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  float: left;
  margin-top: 10px;
}

.b_content_headline .b_content_headline_breadlinks > a[href]:hover,
.b_services_page_left_right_headline
  .b_content_headline_breadlinks
  > a[href]:hover {
  text-decoration: underline;
}

.b_content_headline .b_content_headline_breadlinks > span,
.b_services_page_left_right_headline .b_content_headline_breadlinks > span {
  margin: 0 8px;
  font-weight: 400;
}

.b_content_headline .b_content_headline_breadlinks > span:nth-last-child(1),
.b_services_page_left_right_headline
  .b_content_headline_breadlinks
  > span:nth-last-child(1) {
  display: none;
}

.b_content_headline .b_content_headline_zagolovok > :not(a),
.b_services_page_left_right_headline .b_content_headline_zagolovok > :not(a) {
  float: left;
  margin: 10px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_content_headline
  .b_content_headline_zagolovok
  .b_content_headline_zagolovok_button,
.b_services_page_left_right_headline
  .b_content_headline_zagolovok
  .b_content_headline_zagolovok_button {
  float: left;
  width: auto;
  height: 36px;
  margin: 12px 0 0 35px;
  padding: 0 17px 0 20px;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_content_headline
  .b_content_headline_zagolovok
  .b_content_headline_zagolovok_button
  span,
.b_services_page_left_right_headline
  .b_content_headline_zagolovok
  .b_content_headline_zagolovok_button
  span {
  margin: 0 5px 0 0;
}

.b_content_headline
  .b_content_headline_zagolovok
  .b_content_headline_zagolovok_button:hover,
.b_services_page_left_right_headline
  .b_content_headline_zagolovok
  .b_content_headline_zagolovok_button:hover {
  background: #008fc4;
}

.b_content_headline.service,
.b_services_page_left_right_headline.service {
  width: 1045px;
  height: auto;
  margin: 0;
  padding: 45px 45px 35px;
  background: #fff;
}

.b_content_zakaz {
  float: left;
  width: 100%;
  margin: 30px 0 40px;
  padding: 0;
  position: relative;
  background: #fff;
}

.b_content_zakaz .b_content_zakaz_infoblock {
  float: left;
  width: 1500px;
  margin: 25px;
  padding: 30px 25px;
  position: relative;
  background: #eff3f5;
}

.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_before0after_page
  .b_before0after_page_list
  .b_before0after_page_list_item
  .b_before0after_page_list_item_content
  p,
.b_contacts_page
  .b_contacts_page_content
  .b_contacts_page_content_item
  .b_contacts_page_content_item_block
  p,
.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock
  p,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_text
  p,
.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_text
  p,
.b_questions_page .b_questions_page_item .b_questions_page_item_text p,
.b_sertificates_page
  .b_sertificates_list
  .b_sertificates_list_item
  .b_sertificates_list_item_content
  .b_sertificates_list_item_text
  p {
  margin: 0;
  padding: 0;
}

.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock
  .big {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock
  .normal,
.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock
  .phones {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock.d1 {
  width: 550px;
  margin: 0 50px 0 0;
}

.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock.d2 {
  width: 560px;
  margin: 0 90px 0 0;
}

.b_content_zakaz
  .b_content_zakaz_infoblock
  .b_content_zakaz_infoblock_textblock.d3 {
  width: 220px;
}

.b_services_page {
  float: left;
  width: 1600px;
  height: auto;
  margin: 45px 0 40px;
}

.b_services_page .b_services_page_left {
  float: left;
  width: 430px;
}

.b_services_page .b_services_page_left .b_services_page_left_menu {
  float: left;
  width: 410px;
  height: auto;
  margin: 0 0 0 15px;
  padding: 0;
  background: #fff;
}

.b_services_page .b_services_page_left .b_services_page_left_menu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 5%;
  width: 90%;
  height: 4px;
  background: #fff;
}

.b_services_page .b_services_page_left .b_services_page_left_menu:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #fff;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_headline {
  float: left;
  width: 340px;
  margin: 25px 35px;
  padding: 0;
  position: relative;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_headline
  > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item {
  float: left;
  width: 100%;
  height: auto;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item
  .b_services_page_left_menu_item_link {
  float: left;
  width: 330px;
  height: 40px;
  margin: 0;
  padding: 14px 45px 12px 35px;
  border-top: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item
  .b_services_page_left_menu_item_link.active {
  color: #0590dd;
  cursor: default;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item
  .b_services_page_left_menu_item_link:hover,
.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active {
  background: #cbecfb;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item
  .b_services_page_left_menu_item_link
  .b_icon {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 10px;
  height: 6px;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -284px -50px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item
    .b_services_page_left_menu_item_link
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -284px -50px;
  }
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  .b_services_page_left_menu_item_link {
  border-top: 1px solid #cbecfb;
  cursor: default;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  .b_services_page_left_menu_item_link
  .b_icon {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -263px -50px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    .b_services_page_left_menu_item_link
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -263px -50px;
  }
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  > ul {
  display: block;
  list-style: none;
  float: left;
  width: 320px;
  height: auto;
  margin: -13px 0 0;
  padding: 0 35px 15px 55px;
  position: relative;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  > ul
  > li
  > a {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  > ul
  > li
  > a.active {
  text-decoration: none;
  color: #0590dd;
}

.b_services_page
  .b_services_page_left
  .b_services_page_left_menu
  .b_services_page_left_menu_item.active
  > ul
  > li
  > a:hover {
  text-decoration: none;
}

.b_services_page .b_services_page_left_right {
  float: right;
  width: 1135px;
  height: auto;
}

.b_services_list,
.b_services_page
  .b_services_page_left_right
  .b_services_page_left_right_content {
  float: left;
  width: 100%;
}

.b_services_list {
  margin: 25px 0 0;
}

.b_services_list .b_services_list_item {
  float: left;
  width: 1045px;
  height: auto;
  padding: 45px 45px 35px;
  margin: 0 0 30px;
  position: relative;
  background: #fff;
}

.b_services_list .b_services_list_item:nth-last-child(1) {
  margin: 0;
}

.b_services_list .b_services_list_item .b_services_list_item_headline {
  float: left;
  width: 100%;
}

.b_services_list .b_services_list_item .b_services_list_item_headline > a {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_list
  > li
  > .b_link:hover,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_list
  > li
  .b_index_questions_list_link:hover,
.b_news_page
  .b_news_page_right
  .b_news_page_services
  .b_news_page_services_list
  > li
  > a:hover,
.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_right
  .b_news_page_list_item_link
  > a:hover,
.b_services_list
  .b_services_list_item
  .b_services_list_item_headline
  > a:hover {
  color: #008fc4;
}

.b_services_list .b_services_list_item .b_services_list_item_button > a,
.b_services_list .b_services_list_item .b_services_list_item_text {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.b_service_content,
.b_services_list .b_services_list_item .b_services_list_item_button {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.b_services_list .b_services_list_item .b_services_list_item_button > a {
  width: auto;
  height: 38px;
  margin: 0;
  padding: 0 10px 0 15px;
  background: #19deda;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.b_services_list .b_services_list_item .b_services_list_item_button > a:hover,
.b_write_director_button a:hover {
  background: #008fc4;
}

.b_service_content {
  height: auto;
  margin: 0;
  padding: 0 0 75px;
  position: relative;
  background: #fff;
}

.b_service_content + .b_index_zakaz .b_index_zakaz_emblem {
  left: 105px;
  right: inherit;
}

.b_service_content .b_service_content_gray {
  float: left;
  width: 970px;
  margin: 0 0 0 40px;
  padding: 30px 40px;
  background: #eff3f5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_about_triggers,
.b_service_content .b_service_content_item {
  float: left;
  width: 100%;
  margin: 45px 0 0;
}

.b_service_content .b_service_content_item .b_service_content_item_headline_bg {
  float: left;
  width: 100%;
  padding: 0 12px 0 0;
  margin: 0 0 0 -12px;
  position: relative;
}

.b_service_content
  .b_service_content_item
  .b_service_content_item_headline_bg
  .b_service_content_item_headline {
  float: left;
  width: auto;
  height: auto;
  padding: 6px 60px 7px 50px;
  position: relative;
  background: #00b6fe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjZmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDhmZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #00b6fe 0%, #048fdd 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #00b6fe),
    color-stop(100%, #048fdd)
  );
  background: -webkit-linear-gradient(left, #00b6fe 0%, #048fdd 100%);
  background: -o-linear-gradient(left, #00b6fe 0%, #048fdd 100%);
  background: -ms-linear-gradient(left, #00b6fe 0%, #048fdd 100%);
  background: linear-gradient(to right, #00b6fe 0%, #048fdd 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b6fe', endColorstr='#048fdd', GradientType=1);
}

.b_service_content
  .b_service_content_item
  .b_service_content_item_headline_bg
  .b_service_content_item_headline:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #006ba8;
  border-left: 12px solid transparent;
}

.b_service_content
  .b_service_content_item
  .b_service_content_item_headline_bg
  .b_service_content_item_headline
  > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
}

.b_service_content .b_service_content_item .b_service_content_item_text {
  float: left;
  width: 1050px;
  margin: 20px 40px 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_about_triggers {
  margin: 50px 0 0;
}

.b_about_triggers .b_about_triggers_item {
  display: inline-block;
  width: 500px;
  height: auto;
  vertical-align: top;
}

.b_about_triggers .b_about_triggers_item:nth-child(1),
.b_about_triggers .b_about_triggers_item:nth-child(3) {
  margin: 0 0 35px;
}

.b_about_triggers .b_about_triggers_item:nth-child(2),
.b_about_triggers .b_about_triggers_item:nth-child(4) {
  margin: 0 0 35px 40px;
}

.b_about_triggers .b_about_triggers_item > img {
  float: left;
  width: 108px;
  height: 108px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
}

.b_about_triggers .b_about_triggers_item .b_about_triggers_item_right {
  float: right;
  width: 360px;
}

.b_about_triggers
  .b_about_triggers_item
  .b_about_triggers_item_right
  .b_about_triggers_item_right_headline {
  float: left;
  width: 100%;
}

.b_about_triggers
  .b_about_triggers_item
  .b_about_triggers_item_right
  .b_about_triggers_item_right_headline
  > * {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #0691dc;
  font-weight: 400;
  line-height: 30px;
}

.b_about_security,
.b_about_triggers
  .b_about_triggers_item
  .b_about_triggers_item_right
  .b_about_triggers_item_right_headline_text {
  float: left;
  width: 100%;
  margin: 5px 0 0;
}

.b_about_security {
  margin: 40px 0 20px;
}

.b_about_security .b_about_security_item {
  float: left;
  width: 280px;
  margin: 0 30px;
}

.b_about_security .b_about_security_item > img {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 0 0 60px;
}

.b_about_security .b_about_security_item .b_about_security_item_text {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #0691dc;
  font-weight: 400;
  line-height: 28px;
}

.b_about_dmitriy {
  float: left;
  width: 970px;
  margin: 0 0 0 40px;
  padding: 30px 40px 0;
  background: #eff3f5;
  height: auto;
  min-height: 412px;
}

.b_about_dmitriy > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 403px;
  border: 0;
}

.b_about_dmitriy .b_about_dmitriy_content {
  float: right;
  width: 670px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_name {
  float: left;
  width: 100%;
  font-size: 21px;
  color: #4f9ad5;
  font-weight: 700;
  line-height: 30px;
}

.b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_job {
  float: left;
  width: 100%;
  color: #a2a2a2;
  margin: 10px 0 0;
}

.b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  font-style: italic;
  line-height: 36px;
}

.b_about_dmitriy__links {
  width: 100%;
  margin: 10px 0 20px;
  float: left;
}

.b_about_dmitriy__links a:hover span {
  color: #008fc4;
  border-color: #008fc4;
}

.b_about_dmitriy__links a span {
  color: #000;
  border-bottom: 1px solid #000;
}

.b_about_dmitriy__links .instagram-link {
  margin-right: 20px;
}

.b_about_dmitriy__links .instagram-link:before,
.b_about_dmitriy__links .youtube-link:before {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20510%20510%22%3E%3Cpath%20fill%3D%22%2300B7FF%22%20d%3D%22M459%200H51C23%200%200%2023%200%2051v408c0%2028%2023%2051%2051%2051h408c28%200%2051-23%2051-51V51c0-28-23-51-51-51zM255%20153c56.1%200%20102%2045.9%20102%20102s-45.9%20102-102%20102-102-45.9-102-102%2045.9-102%20102-102zM63.8%20459c-7.7%200-12.8-5.1-12.8-12.8V229.5h53.6c-2.6%207.6-2.6%2017.9-2.6%2025.5%200%2084.1%2068.9%20153%20153%20153s153-68.9%20153-153c0-7.6%200-17.9-2.5-25.5H459v216.8c0%207.6-5.1%2012.8-12.8%2012.8H63.8zM459%20114.8c0%207.7-5.1%2012.8-12.8%2012.8h-51c-7.6%200-12.8-5.1-12.8-12.8v-51c0-7.7%205.1-12.8%2012.8-12.8h51c7.6%200%2012.8%205.1%2012.8%2012.8v51z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: center;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

.b_about_dmitriy__links .youtube-link:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20511%20383.2%22%3E%3Cpath%20fill%3D%22%2300B7FF%22%20d%3D%22M255.5%20383.2c-63.7%200-127.4-3.9-190.6-11.5-28.4-3.8-51-25.9-55.2-54.3a823.35%20823.35%200%20010-251.7c4.2-28.4%2026.7-50.5%2055.2-54.3%20126.6-15.3%20254.7-15.3%20381.3%200%2028.4%203.8%2051%2025.9%2055.2%2054.3a823.35%20823.35%200%20010%20251.7c-4.2%2028.4-26.7%2050.5-55.2%2054.3-63.3%207.7-127%2011.5-190.7%2011.5z%22%2F%3E%3Cpath%20fill%3D%22%23EFF3F5%22%20d%3D%22M191.6%20300.3V82.9l173.9%20108.7-173.9%20108.7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 20px auto;
}

.b_about_dmitriy .b_write_director_button {
  margin-top: 10px;
}

.b_write_director_button {
  float: left;
}

.b_write_director_button a {
  display: block;
  background: #00b7ff;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 5px;
  float: left;
}

.b_write_director_button a:before {
  display: block;
  height: 22px;
  width: 23px;
  background-image: url(data:image/svg+xml,%3Csvg%20%0A%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%0A%20width%3D%2223px%22%20height%3D%2222px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb%28255%2C%20255%2C%20255%29%22%0A%20d%3D%22M22.894%2C16.473%20L21.302%2C17.983%20C20.908%2C18.357%2020.734%2C18.902%2020.837%2C19.441%20L21.253%2C21.616%20C21.288%2C21.797%2021.178%2C21.901%2021.129%2C21.937%20C21.080%2C21.973%2020.950%2C22.048%2020.791%2C21.958%20L18.890%2C20.882%20C18.654%2C20.749%2018.396%2C20.683%2018.137%2C20.683%20C17.879%2C20.683%2017.621%2C20.749%2017.385%2C20.882%20L15.484%2C21.958%20C15.325%2C22.048%2015.194%2C21.973%2015.145%2C21.937%20C15.097%2C21.901%2014.987%2C21.797%2015.021%2C21.616%20L15.438%2C19.441%20C15.541%2C18.902%2015.367%2C18.357%2014.973%2C17.983%20L13.381%2C16.473%20C13.249%2C16.347%2013.278%2C16.197%2013.296%2C16.139%20C13.315%2C16.080%2013.378%2C15.942%2013.558%2C15.919%20L15.717%2C15.651%20C16.252%2C15.584%2016.707%2C15.247%2016.934%2C14.749%20L17.852%2C12.741%20C17.928%2C12.573%2018.077%2C12.555%2018.137%2C12.555%20C18.198%2C12.555%2018.347%2C12.573%2018.423%2C12.741%20L19.341%2C14.750%20C19.568%2C15.247%2020.023%2C15.584%2020.558%2C15.651%20L22.717%2C15.919%20C22.897%2C15.942%2022.960%2C16.080%2022.978%2C16.139%20C22.997%2C16.197%2023.026%2C16.347%2022.894%2C16.473%20ZM12.122%2C15.750%20C11.934%2C16.340%2012.094%2C16.970%2012.540%2C17.394%20L13.342%2C18.155%20C13.124%2C18.315%2012.857%2C18.410%2012.567%2C18.410%20L1.326%2C18.410%20C0.593%2C18.410%20-0.000%2C17.805%20-0.000%2C17.060%20L-0.000%2C12.082%20C-0.000%2C10.693%200.869%2C9.465%202.169%2C9.024%20C2.169%2C9.024%204.117%2C8.692%204.148%2C8.692%20C4.277%2C8.692%204.398%2C8.774%204.444%2C8.904%20L6.584%2C14.886%20C6.708%2C15.231%207.187%2C15.231%207.310%2C14.886%20L9.450%2C8.904%20C9.508%2C8.743%209.679%2C8.656%209.840%2C8.706%20L11.726%2C9.024%20L11.732%2C9.026%20C13.021%2C9.457%2013.893%2C10.683%2013.893%2C12.065%20L13.893%2C14.610%20L13.408%2C14.670%20C12.803%2C14.746%2012.310%2C15.159%2012.122%2C15.750%20ZM6.174%2C8.560%20C6.255%2C8.469%206.375%2C8.423%206.496%2C8.423%20L7.398%2C8.423%20C7.519%2C8.423%207.639%2C8.469%207.721%2C8.560%20C7.847%2C8.701%207.866%2C8.904%207.776%2C9.062%20L7.294%2C9.803%20L7.519%2C11.744%20L7.075%2C12.949%20C7.031%2C13.070%206.863%2C13.070%206.820%2C12.949%20L6.375%2C11.744%20L6.601%2C9.803%20L6.119%2C9.062%20C6.029%2C8.903%206.047%2C8.700%206.174%2C8.560%20ZM6.947%2C7.266%20C4.981%2C7.266%203.381%2C5.636%203.381%2C3.633%20C3.381%2C1.630%204.981%2C-0.000%206.947%2C-0.000%20C8.913%2C-0.000%2010.513%2C1.630%2010.513%2C3.633%20C10.513%2C5.636%208.913%2C7.266%206.947%2C7.266%20Z%22/%3E%0A%3C/svg%3E);
  background-repeat: no-repeat;
  background-size: 23px 22px;
  background-position: center;
  content: "";
  margin: 9px 7px 0 0;
  float: left;
}

.b_write_director_button a span {
  display: block;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  float: left;
}

.b_about_partners,
.b_about_reviews {
  float: left;
  width: 1045px;
  padding: 0 45px;
}

.b_about_partners .b_about_partners_items,
.b_about_partners
  .b_about_partners_items
  .b_about_partners_item
  .b_about_partners_item_content
  .b_about_partners_item_content_headline,
.b_about_reviews .b_about_reviews_items {
  float: left;
  width: 100%;
}

.b_about_reviews .b_about_reviews_items .b_about_reviews_item {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}

.b_about_reviews
  .b_about_reviews_items
  .b_about_reviews_item
  .b_about_reviews_item_text {
  float: left;
  width: 990px;
  height: auto;
  margin: 0 0 20px;
  padding: 15px 19px 15px 20px;
  border: 8px solid #cdedfb;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.b_about_reviews
  .b_about_reviews_items
  .b_about_reviews_item
  .b_about_reviews_item_text:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 3%;
  width: 0;
  height: 0;
  border-top: 14px solid #cdedfb;
  border-right: 20px solid transparent;
}

.b_about_reviews
  .b_about_reviews_items
  .b_about_reviews_item
  .b_about_reviews_item_date,
.b_about_reviews
  .b_about_reviews_items
  .b_about_reviews_item
  .b_about_reviews_item_name {
  float: left;
  width: 90%;
  margin: 0 8% 0 2%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 24px;
  font-style: italic;
}

.b_about_reviews
  .b_about_reviews_items
  .b_about_reviews_item
  .b_about_reviews_item_date {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.b_about_partners .b_about_partners_items .b_about_partners_item {
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding: 40px 0 0;
  margin: 0 0 40px;
}

.b_about_partners .b_about_partners_items .b_about_partners_item:first-child {
  padding: 0;
  border-top: 0;
}

.b_about_partners
  .b_about_partners_items
  .b_about_partners_item
  .b_about_partners_item_image {
  float: left;
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 8px solid #cdedfb;
}

.b_about_partners
  .b_about_partners_items
  .b_about_partners_item
  .b_about_partners_item_image
  > img,
.b_news_page_list .b_news_page_list_item .b_news_page_list_item_image > img {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
}

.b_about_partners
  .b_about_partners_items
  .b_about_partners_item
  .b_about_partners_item_content {
  float: right;
  width: 680px;
}

.b_about_partners
  .b_about_partners_items
  .b_about_partners_item
  .b_about_partners_item_content
  .b_about_partners_item_content_headline
  > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #0691dc;
  font-weight: 700;
  line-height: 30px;
}

.b_about_partners
  .b_about_partners_items
  .b_about_partners_item
  .b_about_partners_item_content
  .b_about_partners_item_content_text {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.b_about_vacancy {
  width: 460px;
}

.b_about_vacancy .b_about_vacancy_headlne {
  font-size: 18px;
  line-height: 30px;
}

.b_about_vacancy.left,
.b_director_page .b_director_page_form_content form {
  float: left;
}

.b_about_vacancy.right {
  float: right;
}

.b_contacts_page,
.b_director_page {
  float: left;
  width: 100%;
  margin: 30px 0 40px;
  padding: 0;
  position: relative;
  background: #fff;
}

.b_contacts_page .b_contacts_page_map {
  float: right;
  width: 1180px;
  height: 620px;
  margin: 0;
  padding: 0;
  position: relative;
}

.b_contacts_page .b_contacts_page_map .b_contacts_page_map_preload {
  text-align: center;
  background: #ddd;
  vertical-align: middle;
}

.b_contacts_page .b_contacts_page_map .b_contacts_page_map_preload > span {
  top: 35%;
  margin: -13px 0 0;
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_contacts_page .b_contacts_page_map #b_map_moigarant {
  float: left;
  width: 100%;
  height: 100%;
}

.b_contacts_page .b_contacts_page_content {
  float: left;
  width: 310px;
  padding: 0 55px;
  margin: 0;
}

.b_contacts_page .b_contacts_page_content .b_contacts_page_content_item {
  float: left;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
}

.b_contacts_page
  .b_contacts_page_content
  .b_contacts_page_content_item
  .b_contacts_page_content_item_block {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.b_contacts_page
  .b_contacts_page_content
  .b_contacts_page_content_item
  .b_contacts_page_content_item_block:nth-child(1) {
  margin: 0 0 5px;
}

.b_contacts_page
  .b_contacts_page_content
  .b_contacts_page_content_item
  .b_contacts_page_content_item_block
  a {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  text-decoration: none;
}

.b_director_page .b_director_page_content {
  width: 100%;
  padding: 27px;
  float: left;
  box-sizing: border-box;
}

.b_director_page .b_director_page_content_grey {
  width: 100%;
  background: #eff3f5;
  padding: 55px 60px 55px 27px;
  float: left;
  box-sizing: border-box;
}

.b_director_page .b_director_page_content_left {
  width: 615px;
  float: left;
}

.b_director_page .b_director_page_content_left_title span,
.b_director_page .b_director_page_form_content_headline span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.b_director_page .b_director_page_content_left_text {
  margin-top: 7px;
}

.b_director_page .b_director_page_content_left_text p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

.b_director_page .b_director_page_content_left_text p + p,
.b_director_page .b_director_page_content_right_text p + p {
  margin-top: 12px;
}

.b_director_page .b_director_page_content_right {
  width: 675px;
  float: right;
}

.b_director_page .b_director_page_content_right_text {
  margin-top: 3px;
}

.b_director_page .b_director_page_content_right_text p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 29px;
  margin: 0;
}

.b_director_page .b_director_page_form {
  padding: 0 67px;
  box-sizing: border-box;
  float: left;
  width: 1624px;
  height: 505px;
  margin: 0 0 0 -12px;
  background: #7c8189;
}

.b_director_page .b_director_page_form:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #065d83;
  border-left: 12px solid transparent;
}

.b_director_page .b_director_page_form:after {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #030251;
  border-right: 12px solid transparent;
}

.b_director_page .b_director_page_form_bg {
  position: absolute;
  width: 1624px;
  height: 505px;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  overflow: hidden;
}

.b_director_page .b_director_page_form_bg .b_director_page_form_image {
  float: right;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.b_director_page .b_director_page_form_content {
  margin-top: 40px;
  float: left;
}

.b_director_page .b_director_page_form_content_headline {
  margin-bottom: 45px;
}

.b_director_page .b_director_page_form_content_headline span {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}

.b_director_page .b_director_page_form_content_left {
  width: 312px;
  margin-right: 40px;
  float: left;
}

.b_director_page
  .b_director_page_form_content_left
  .b_director_page_form_input {
  width: 268px;
}

.b_director_page
  .b_director_page_form_content_left
  .b_director_page_form_input:not(:last-child) {
  margin-bottom: 20px;
}

.b_director_page .b_director_page_form_content_right {
  width: 600px;
  float: left;
}

.b_director_page
  .b_director_page_form_content_right
  .b_director_page_form_input {
  height: 137px;
  width: 556px;
  margin-top: 18px;
  resize: none;
}

.b_director_page .b_director_page_form_input {
  float: left;
  height: 31px;
  margin: 0;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: 0 0;
  border: 2px solid #00b7ff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 31px;
}

.b_director_page .b_director_page_form_input::-webkit-input-placeholder,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_input::-webkit-input-placeholder {
  color: #fff;
}

.b_director_page .b_director_page_form_input:-moz-placeholder,
.b_director_page .b_director_page_form_input::-moz-placeholder,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_input:-moz-placeholder,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_input::-moz-placeholder {
  color: #fff;
}

.b_director_page .b_director_page_form_input:-ms-input-placeholder,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_input:-ms-input-placeholder {
  color: #fff;
}

.b_director_page .b_director_page_form_input.error,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_input.error {
  border: 2px solid #ff4200;
}

.b_director_page .b_director_page_form_content_theme {
  float: left;
}

.b_director_page .b_director_page_form_content_theme_title {
  margin-right: 20px;
  float: left;
}

.b_director_page .b_director_page_form_content_theme_radio label span,
.b_director_page .b_director_page_form_content_theme_title span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.b_director_page .b_director_page_form_content_theme_radio {
  float: left;
}

.b_director_page .b_director_page_form_content_theme_radio label {
  display: block;
  cursor: pointer;
  float: left;
}

.b_director_page
  .b_director_page_form_content_theme_radio
  label:not(:last-child) {
  margin-right: 20px;
}

.b_director_page
  .b_director_page_form_content_theme_radio
  label
  input:checked
  + span:before {
  background-image: url(data:image/svg+xml,%3Csvg%20%0A%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%0A%20width%3D%2221px%22%20height%3D%2221px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb%280%2C%20183%2C%20255%29%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%0A%20d%3D%22M10.000%2C1.000%20C14.971%2C1.000%2019.000%2C5.029%2019.000%2C10.000%20C19.000%2C14.971%2014.971%2C19.000%2010.000%2C19.000%20C5.029%2C19.000%201.000%2C14.971%201.000%2C10.000%20C1.000%2C5.029%205.029%2C1.000%2010.000%2C1.000%20Z%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb%280%2C%20183%2C%20255%29%22%0A%20d%3D%22M10.000%2C6.000%20C12.209%2C6.000%2014.000%2C7.791%2014.000%2C10.000%20C14.000%2C12.209%2012.209%2C14.000%2010.000%2C14.000%20C7.791%2C14.000%206.000%2C12.209%206.000%2C10.000%20C6.000%2C7.791%207.791%2C6.000%2010.000%2C6.000%20Z%22/%3E%0A%3C/svg%3E);
}

.b_director_page .b_director_page_form_content_theme_radio label span:before {
  display: block;
  height: 18px;
  width: 18px;
  background-image: url(data:image/svg+xml,%3Csvg%20%0A%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%0A%20width%3D%2221px%22%20height%3D%2221px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb%280%2C%20183%2C%20255%29%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%0A%20d%3D%22M10.000%2C1.000%20C14.970%2C1.000%2019.000%2C5.029%2019.000%2C10.000%20C19.000%2C14.971%2014.970%2C19.000%2010.000%2C19.000%20C5.029%2C19.000%201.000%2C14.971%201.000%2C10.000%20C1.000%2C5.029%205.029%2C1.000%2010.000%2C1.000%20Z%22/%3E%0A%3C/svg%3E);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  content: "";
  margin-right: 11px;
  float: left;
  position: relative;
  top: -2px;
}

.b_director_page .b_director_page_form_content_button_bg {
  margin-top: 30px;
  float: right;
}

.b_director_page .b_director_page_form_content_button {
  float: left;
  width: 314px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #00b7ff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
}

.b_director_page .b_director_page_form_content_button:hover,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_button_bg
  .b_director_page_form_success_form_button:hover,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button:hover,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button_blue:hover,
.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_button_bg
  .b_questions_page_form_form_button:hover {
  background: #008fc4;
}

.b_director_page .b_director_page_form_success {
  width: 1150px;
  height: auto;
  margin: 95px auto 0;
  overflow: hidden;
}

.b_director_page .b_director_page_form_success.not_index {
  margin: 100px auto 0 237px;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_headline {
  float: left;
  width: 100%;
  text-align: center;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_headline
  > * {
  display: inline;
  width: auto;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  color: #19deda;
  font-weight: 700;
  line-height: 36px;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_text {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_input {
  float: left;
  width: 270px;
  height: 31px;
  margin: 0 0 0 50px;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: 0 0;
  border: 2px solid #19deda;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 31px;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form,
.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_button_bg {
  float: left;
  width: 100%;
  height: auto;
  margin: 45px 0 0;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_form
  .b_director_page_form_success_form_button_bg
  .b_director_page_form_success_form_button {
  float: left;
  width: 314px;
  height: 47px;
  margin: 0 0 0 414px;
  padding: 0;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
}

.b_director_page
  .b_director_page_form_success
  .b_director_page_form_success_image {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 50px 0 30px;
}

.b_news_page {
  margin: 30px 0 40px;
  padding: 0;
  position: relative;
}

.b_news_page .b_news_page_left {
  float: left;
  width: 1135px;
}

.b_news_page .b_news_page_right {
  float: right;
  width: 440px;
}

.b_news_page .b_news_page_right .b_news_page_questions {
  float: left;
  width: 370px;
  padding: 35px;
  background: #cbecfb;
}

.b_news_page,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_headline {
  float: left;
  width: 100%;
}

.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_headline
  > * {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_news_page .b_news_page_right .b_news_page_questions .b_index_questions_list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 15px 0 0;
}

.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons {
  float: right;
  width: 85%;
  margin: 50px 50px 0 0;
}

.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button,
.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button_blue {
  float: left;
  width: auto;
  height: 38px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button {
  background: #19deda;
  padding: 0 17px 0 20px;
}

.b_news_page
  .b_news_page_right
  .b_news_page_questions
  .b_index_questions_buttons
  .b_index_questions_buttons_button_blue {
  margin: 0 0 0 20px;
  padding: 0 20px 0 17px;
  background: #00b7ff;
}

.b_news_page .b_news_page_right .b_news_page_services {
  float: left;
  width: 370px;
  margin: 20px 0 0;
  padding: 35px;
  background: #e8f8ff;
}

.b_news_page
  .b_news_page_right
  .b_news_page_services
  .b_news_page_services_headline {
  float: left;
  width: 100%;
}

.b_news_page
  .b_news_page_right
  .b_news_page_services
  .b_news_page_services_headline
  > * {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_news_page
  .b_news_page_right
  .b_news_page_services
  .b_news_page_services_list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 10px 0 0;
}

.b_news_page
  .b_news_page_right
  .b_news_page_services
  .b_news_page_services_list
  > li {
  float: left;
  width: 100%;
  margin: 7px 0;
  padding: 0;
  position: relative;
}

.b_news_page .b_news_page_right .b_news_page_lastitems {
  float: left;
  width: 370px;
  margin: 0;
  padding: 35px;
  background: #cbecfb;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_headline {
  float: left;
  width: 100%;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_headline
  > * {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 10px 0 0;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_list
  > li {
  float: left;
  width: 100%;
  margin: 12px 0;
  padding: 0;
  position: relative;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_list
  > li
  > .b_date {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.b_news_page
  .b_news_page_right
  .b_news_page_lastitems
  .b_news_page_lastitems_list
  > li
  > .b_link {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}

.b_news_page .b_news_page_right .b_questions_page_form {
  float: left;
  width: 380px;
  margin: 0;
  padding: 40px 30px;
  background: #cbecfb;
  min-height: 167px;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content {
  float: left;
  width: 100%;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_headline {
  float: left;
  width: 100%;
  text-align: center;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_headline
  > * {
  display: inline;
  width: auto;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  color: #000;
  font-weight: 700;
  line-height: 32px;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_text {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form {
  float: left;
  width: 100%;
  height: auto;
  margin: 25px 0 0;
  text-align: center;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input {
  display: inline-block;
  width: 270px;
  height: 31px;
  margin: 0 0 18px;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: 0 0;
  border: 2px solid #19deda;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 31px;
  resize: none;
  text-align: center;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input.textarea {
  line-height: 24px;
  height: 120px;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input::-webkit-input-placeholder {
  color: #000;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input:-moz-placeholder,
.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input::-moz-placeholder {
  color: #000;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input:-ms-input-placeholder {
  color: #000;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_input.error {
  border: 2px solid #ff4200;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_button_bg {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_button_bg
  .b_questions_page_form_form_button {
  display: inline-block;
  width: 314px;
  height: 47px;
  margin: 0;
  padding: 0;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content
  .b_questions_page_form_form
  .b_questions_page_form_form_button_bg
  .b_questions_page_form_form_button:active {
  top: 1px;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content.success
  .b_questions_page_form_headline,
.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content.success
  .b_questions_page_form_text {
  text-align: left;
}

.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content.success
  .b_questions_page_form_headline
  b,
.b_news_page
  .b_news_page_right
  .b_questions_page_form
  .b_questions_page_form_content.success
  .b_questions_page_form_text
  b {
  line-height: 30px;
}

.b_news_page_list {
  margin: 0 0 25px;
}

.b_news_page_list.articles {
  margin: 40px 0 20px;
}

.b_news_page_list .b_news_page_list_item {
  float: left;
  width: 100%;
  height: auto;
  min-height: 293px;
  margin: 0 0 20px;
  background: #fff;
}

.b_news_page_list .b_news_page_list_item .b_news_page_list_item_image {
  float: left;
  width: 400px;
  height: 293px;
  position: relative;
}

.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_image
  .b_news_page_list_item_image_tag {
  position: absolute;
  top: 6%;
  left: -9px;
  width: auto;
  height: 22px;
  background: #00b6fe;
  background: -moz-linear-gradient(left, #00b6fe 0%, #038fdd 100%);
  background: -webkit-linear-gradient(left, #00b6fe 0%, #038fdd 100%);
  background: linear-gradient(to right, #00b6fe 0%, #038fdd 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b6fe', endColorstr='#038fdd', GradientType=1);
}

.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_image
  .b_news_page_list_item_image_tag
  span:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 9px solid #006ba8;
  border-left: 9px solid transparent;
}

.b_news_page_list .b_news_page_list_item .b_news_page_list_item_image:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.b_news_page_list .b_news_page_list_item .b_news_page_list_item_right {
  float: right;
  width: 630px;
  margin: 20px 40px 15px 0;
}

.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_right
  .b_news_page_list_item_date {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  font-style: italic;
}

.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_right
  .b_news_page_list_item_link {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0 0;
  overflow: hidden;
}

.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_right
  .b_news_page_list_item_link
  > a {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}

.b_news_page_list
  .b_news_page_list_item
  .b_news_page_list_item_right
  .b_news_page_list_item_text {
  float: left;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}

.b_content_pager_bg,
.b_news_page_list {
  float: left;
  width: 100%;
}

.b_content_pager_bg .b_content_pager {
  float: left;
  width: 90%;
  height: 28px;
}

.b_content_pager_bg .b_content_pager a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 8px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  cursor: default;
  text-decoration: none;
}

.b_content_pager_bg .b_content_pager a > span.icon {
  margin: 0 5px;
  font-family: arial;
}

.b_content_pager_bg .b_content_pager a[href] {
  cursor: pointer;
}

.b_content_pager_bg .b_content_pager a[href]:hover {
  color: #00b8fe;
}

.b_content_pager_bg .b_content_pager a.active,
.b_content_pager_bg .b_content_pager a.active:hover {
  color: #b0b6b9;
  background: #eff3f5;
  padding: 0 10px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.b_news_page_article {
  float: left;
  width: 1015px;
  margin: 0 0 25px;
  padding: 40px 75px 40px 45px;
  background: #fff;
}

.b_news_page_article.articles {
  margin: 40px 0 20px;
}

.b_news_page_article .b_news_page_article_date {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.b_news_page_article .b_news_page_article_headline {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0 0;
}

.b_news_page_article .b_news_page_article_headline > * {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b_news_page_article .b_news_page_article_text {
  float: left;
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}

.b_services_price {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}

.b_services_price .b_services_price_doctor {
  float: left;
  width: 1045px;
  margin: 0 0 40px;
  padding: 35px 45px;
  background: #fff;
}

.b_services_price .b_services_price_doctor .b_services_price_doctor_headline {
  float: left;
  width: auto;
  max-width: 500px;
}

.b_services_price
  .b_services_price_doctor
  .b_services_price_doctor_headline
  .b_services_price_doctor_headline_name {
  float: left;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 34px;
}

.b_services_price
  .b_services_price_doctor
  .b_services_price_doctor_headline
  .b_services_price_doctor_headline_job {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 400;
  line-height: 24px;
}

.b_services_price
  .b_services_price_doctor
  .b_services_price_doctor_headline_button {
  float: left;
  width: auto;
  height: 36px;
  margin: 0 0 0 20px;
  padding: 0 17px 0 20px;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_services_price
  .b_services_price_doctor
  .b_services_price_doctor_headline_button:hover {
  background: #008fc4;
}

.b_services_price .b_services_price_doctor .b_services_price_doctor_table {
  float: left;
  width: 100%;
  margin: 25px 0 0;
  padding: 0;
  position: relative;
}

.b_services_price .b_services_price_doctor .b_services_price_doctor_table td {
  border: 1px solid #ced6da;
  padding: 15px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}

.b_services_price
  .b_services_price_doctor
  .b_services_price_doctor_table
  thead
  tr
  td {
  background: #eff3f5;
  font-size: 18px;
  font-weight: 28px;
}

.b_services_price
  .b_services_price_doctor
  .b_services_price_doctor_table
  tr
  td:nth-child(2) {
  text-align: center;
}

.b_sertificates_page {
  float: left;
  width: 1600px;
  margin: 40px 0;
}

.b_sertificates_page .b_sertificates_list {
  float: left;
  width: 1640px;
  margin: 0 0 30px -35px;
  position: relative;
}

.b_sertificates_page .b_sertificates_list .b_sertificates_list_item {
  display: inline-block;
  vertical-align: top;
  width: 780px;
  padding: 0;
  margin: 0 0 30px 35px;
  position: relative;
  background: #fff;
}

.b_sertificates_page
  .b_sertificates_list
  .b_sertificates_list_item
  .b_sertificates_list_item_image {
  float: left;
  width: 350px;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #eff3f5;
  text-align: center;
  overflow: hidden;
}

.b_sertificates_page
  .b_sertificates_list
  .b_sertificates_list_item
  .b_sertificates_list_item_image
  > img {
  display: inline-block;
  width: auto;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}

.b_sertificates_page
  .b_sertificates_list
  .b_sertificates_list_item
  .b_sertificates_list_item_content {
  float: right;
  width: 370px;
  padding: 15px 0;
  margin: 0 30px 0 0;
}

.b_sertificates_page
  .b_sertificates_list
  .b_sertificates_list_item
  .b_sertificates_list_item_content
  .b_sertificates_list_item_headline {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}

.b_sertificates_page
  .b_sertificates_list
  .b_sertificates_list_item
  .b_sertificates_list_item_content
  .b_sertificates_list_item_text {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.b_questions_page {
  float: left;
  width: 1135px;
  margin: 0 0 25px;
}

.b_questions_page .b_questions_page_item {
  float: left;
  width: 930px;
  margin: 0 0 20px;
  padding: 40px 80px 40px 105px;
  background: #fff;
}

.b_questions_page .b_questions_page_item .b_questions_page_item_headline {
  float: left;
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.b_questions_page
  .b_questions_page_item
  .b_questions_page_item_headline
  .b_icon {
  position: absolute;
  top: -1px;
  left: -50px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: url(../images/icons/sprite@2x.png);
  background-position: -456px 0;
}

.b_questions_page .b_questions_page_item .b_questions_page_item_text {
  float: left;
  width: 100%;
  height: auto;
  margin: 15px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.b_doctors_page {
  float: left;
  width: 1600px;
  margin: 30px 0 40px;
  overflow: hidden;
}

.b_doctors_page .b_doctors_page_list {
  float: left;
  width: 1655px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.b_doctors_page .b_doctors_page_list .b_doctors_page_list_item {
  float: left;
  width: 500px;
  height: 475px;
  background: #fff;
  margin: 0 50px 45px 0;
}

.b_doctors_page .b_doctors_page_list .b_doctors_page_list_item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 5%;
  width: 90%;
  height: 4px;
  background: #fff;
}

.b_doctors_page .b_doctors_page_list .b_doctors_page_list_item:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #fff;
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_image {
  float: left;
  width: 500px;
  height: 340px;
  cursor: pointer;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_image
  img,
.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_image
  > img,
.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_image
  > img {
  float: left;
  width: 100%;
  height: 100%;
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_image:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content {
  float: left;
  width: 440px;
  margin: 20px 30px 0;
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name {
  float: left;
  width: 100%;
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name
  > a,
.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name
  > a {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name
  > a:hover,
.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name
  > a:hover {
  color: #11d4d0;
}

.b_doctors_page
  .b_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_job {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.b_doctors_page_content {
  float: left;
  width: 1500px;
  padding: 40px 35px;
  background: #eff3f5;
  border: 15px solid #fff;
}

.b_doctors_page_content .b_doctors_page_content_headline {
  float: left;
  width: 100%;
  text-align: center;
}

.b_doctors_page_content .b_doctors_page_content_headline > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  color: #000;
  font-weight: 700;
  line-height: 35px;
}

.b_doctors_page_content .b_doctors_page_content_text {
  float: left;
  width: 100%;
  margin: 40px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 25px;
}

.b_doctors_page_content
  .b_doctors_page_content_text
  .b_doctors_page_content_text_column {
  width: 720px;
}

.b_doctors_page_content
  .b_doctors_page_content_text
  .b_doctors_page_content_text_column.left {
  float: left;
}

.b_doctors_page_content
  .b_doctors_page_content_text
  .b_doctors_page_content_text_column.right {
  float: right;
}

.b_other_doctors_page_list {
  float: left;
  width: 440px;
}

.b_other_doctors_page_list .b_other_doctors_page_list_headline {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.b_other_doctors_page_list .b_other_doctors_page_list_headline > * {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
}

.b_other_doctors_page_list .b_doctors_page_list_item {
  float: left;
  width: 440px;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  background: #fff;
}

.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_image {
  float: left;
  width: 176px;
  height: 120px;
}

.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content {
  float: right;
  width: 245px;
  margin: 5px 5px 0 0;
}

.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name {
  float: left;
  width: 100%;
}

.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_name
  > a {
  font-size: 14px;
}

.b_other_doctors_page_list
  .b_doctors_page_list_item
  .b_doctors_page_list_item_content
  .b_job {
  float: left;
  width: 100%;
  margin: 2px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
}

.b_404_page,
.b_doctor_page_doctor {
  float: left;
  width: 1105px;
  padding: 15px 15px 60px;
  background: #fff;
}

.b_doctor_page_doctor .b_doctor_page_doctor_gray {
  float: left;
  width: 1105px;
  background: #eff3f5;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_image {
  float: left;
  width: 458px;
  height: 421px;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right {
  float: right;
  width: 580px;
  margin: 30px 30px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right
  .b_doctor_page_doctor_gray_right_name {
  float: left;
  width: 100%;
  font-size: 21px;
  color: #4f9ad5;
  font-weight: 700;
  line-height: 30px;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right
  .b_doctor_page_doctor_gray_right_job {
  float: left;
  width: 100%;
  color: #a2a2a2;
  margin: 10px 0 0;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right
  .b_doctor_page_doctor_gray_right_text {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  font-style: italic;
  line-height: 30px;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right
  .b_doctor_page_doctor_gray_right_button {
  float: left;
  width: auto;
  height: 30px;
  margin: 20px 0;
  padding: 7px 20px 7px 23px;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right
  .b_doctor_page_doctor_gray_right_button:hover {
  background: #008fc4;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_gray
  .b_doctor_page_doctor_gray_right
  .b_doctor_page_doctor_gray_right_button:active {
  top: 1px;
}

.b_doctor_page_doctor .b_doctor_page_doctor_content {
  float: left;
  width: 1045px;
  padding: 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_content
  .b_doctor_page_doctor_content_headline {
  margin-top: 30px;
  font-size: 18px;
  line-height: 36px;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_content
  .b_doctor_page_doctor_content_education {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_content
  .b_doctor_page_doctor_content_education
  .b_doctor_page_doctor_content_education_year {
  float: left;
  width: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #4f9ad5;
}

.b_doctor_page_doctor
  .b_doctor_page_doctor_content
  .b_doctor_page_doctor_content_education
  .b_doctor_page_doctor_content_education_text {
  float: right;
  width: 965px;
}

.b_404_page {
  width: 1400px;
  padding: 50px 100px;
  min-height: 400px;
}

.b_404_page .b_404_image {
  float: left;
}

.b_404_page .b_404_content {
  float: right;
  width: 840px;
  padding: 30px 0 0;
}

.b_404_page .b_404_content .b_404_content_text,
.b_simple_page {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
}

.b_404_page .b_404_content .b_404_content_text a {
  color: #000;
  text-decoration: underline;
}

.b_404_page .b_404_content .b_404_content_text a:hover,
.b_content_text_styles a:hover {
  color: #11d4d0;
}

.b_404_page .b_404_content .b_404_content_text.top b {
  font-size: 24px;
}

.b_404_page .b_404_content .b_404_content_text.bottom b {
  font-size: 14px;
}

.b_simple_page {
  width: 1500px;
  height: auto;
  margin: 40px 0;
  padding: 45px 50px;
  background: #fff;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}

.b_simple_page .b_simple_page_headline {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

.b_before0after_page {
  float: left;
  width: 1600px;
  margin: 30px 0 40px;
  /* overflow: hidden */
}

.b_before0after_page .b_before0after_page_list {
  float: left;
  width: 1655px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.b_before0after_page .b_before0after_page_list .b_before0after_page_list_item {
  vertical-align: top;
  display: inline-block;
  width: 500px;
  height: auto;
  margin: 0 40px 40px 0;
  background: #fff;
  position: relative;
}

.b_before0after_page
  .b_before0after_page_list
  .b_before0after_page_list_item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 5%;
  width: 90%;
  height: 4px;
  background: #fff;
}

.b_before0after_page
  .b_before0after_page_list
  .b_before0after_page_list_item:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #fff;
}

.b_before0after_page
  .b_before0after_page_list
  .b_before0after_page_list_item
  .b_before0after_page_list_item_image {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.b_before0after_page
  .b_before0after_page_list
  .b_before0after_page_list_item
  .b_before0after_page_list_item_image
  > img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.b_before0after_page
  .b_before0after_page_list
  .b_before0after_page_list_item
  .b_before0after_page_list_item_content {
  float: left;
  width: 90%;
  margin: 15px 5% 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.b_content_text_styles p {
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.b_content_text_styles ul {
  list-style: none;
  padding: 0 0 0 60px;
}

.b_content_text_styles ul li {
  position: relative;
  margin: 15px 0;
}

.b_content_text_styles ul li:before,
.slideout-menu > #b_mobile_navigation_close {
  position: absolute;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
}

.b_content_text_styles ul li:before {
  content: "";
  left: -42px;
  top: 1px;
  width: 22px;
  height: 22px;
  background-position: -78px -50px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_content_text_styles ul li:before {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -78px -50px;
  }
}

.b_content_text_styles ol {
  padding: 0 0 0 30px;
}

.b_content_text_styles ol li {
  position: relative;
  margin: 5px 0;
}

.b_content_text_styles a {
  color: #0590dd;
}

.b_content_text_styles img {
  width: 100%;
  height: auto;
}

.b_content_text_styles table tr td {
  padding: 8px;
}

@media screen and (min-width: 1241px) and (max-width: 1680px) {
  .b_wrapper {
    width: 1224px;
    margin: 0 auto -450px;
  }
  .b_wrapper .b_push {
    height: 450px;
  }
  header {
    width: 1200px;
    height: 190px;
  }
  header .b_header_top {
    height: 100px;
    padding: 26px 0 0;
  }
  header .b_header_top .b_header_top_logo {
    width: 270px;
    height: 78px;
    margin: 0 0 0 25px;
  }
  header .b_header_top .b_header_top_text {
    width: 350px;
    margin: 5px 0 0 45px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_headline > * {
    font-size: 15px;
    line-height: 30px;
  }
  header
    .b_header_top
    .b_header_top_text
    .b_header_top_text_headline
    > *
    > span {
    font-size: 19px;
  }
  header .b_header_top .b_header_top_contacts .b_header_top_socials,
  header .b_header_top .b_header_top_text .b_header_top_text_adress {
    margin: 5px 0 0;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress .b_text {
    font-size: 12px;
    line-height: 24px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress .b_link {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
  header .b_header_top .b_header_top_contacts {
    width: 270px;
    margin: 5px 0 0 40px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link {
    float: left;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_text {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 2px 0 0;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.ig {
    background-image: url(../images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -178px -25px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.fb {
    background-image: url(../images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -203px -25px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.vk {
    background-image: url(../images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -153px -25px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:nth-child(1) {
    margin-left: 0;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:nth-child(2) {
    margin-left: 5px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:nth-child(3) {
    margin-left: 15px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:hover
    .b_text {
    text-decoration: underline;
  }
  header .b_header_top .b_header_top_callback {
    margin: 0 25px 0 0;
  }
  header .b_header_top .b_header_top_callback .b_header_top_callback_button {
    height: 36px;
    font-size: 13px;
    line-height: 36px;
  }
  header .b_header_menu {
    width: 1224px;
  }
  header .b_header_menu button {
    margin-right: 44px;
  }
  header .b_header_menu > a {
    padding: 23px 20px 15px;
  }
  header .b_header_menu > a > span {
    font-size: 16px;
  }
  header .b_header_menu > a:nth-child(1) {
    margin-left: 10px;
  }
  header .b_header_menu > a:last-child {
    padding-right: 10px;
  }
  footer {
    width: 1224px;
    height: 605px;
  }
  .b_content,
  footer .b_footer_top {
    width: 1200px;
  }
  footer .b_footer_top .b_footer_top_copyright {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
  footer .b_footer_top .b_footer_top_socials {
    margin: 0 0 0 150px;
  }
  footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link {
    margin: 0 0 0 15px;
  }
  footer
    .b_footer_top
    .b_footer_top_socials
    .b_footer_top_socials_link
    .b_text {
    font-size: 12px;
  }
  footer .b_footer_top .b_footer_top_phone {
    margin: 0 0 0 50px;
  }
  footer .b_footer_top .b_footer_top_madeby {
    margin: 0 15px 0 0;
    font-size: 13px;
    line-height: 25px;
  }
  footer .b_footer_bottom {
    width: 1200px;
    margin: 25px 0 0 12px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(1) {
    margin: 0 0 0 30px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(2) {
    margin: 0 0 0 10px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(3) {
    margin: 0 0 0 50px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(4) {
    margin: 0 0 0 20px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(5) {
    float: right;
    margin: 10px 0 0;
  }
  footer .b_footer_bottom .b_footer_bottom_block .b_write_director_button {
    margin-top: 15px;
  }
  .b_index_slider_bg,
  .b_index_slider_bg .b_index_slider,
  .b_index_slider_bg .b_index_slider .b_slide,
  .b_index_slider_bg .b_index_slider .b_slide .b_slide_content_bg {
    height: 450px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content {
    height: 390px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline {
    width: 100%;
    margin: 70px 0 0;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline
    > * {
    font-size: 24px;
    line-height: 36px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_text {
    width: 95%;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 26px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls {
    bottom: 12px;
    left: 30px;
  }
  .b_index_slider_bg .rsPreloader {
    background: #edf0f1;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
  }
  .b_index_services {
    width: 1170px;
    margin: 15px;
    padding: 45px 0 55px;
  }
  .b_index_services .b_index_services_headline > * {
    font-size: 27px;
  }
  .b_index_services .b_index_services_items {
    margin: 45px 0 0;
  }
  .b_index_services .b_index_services_items .b_index_services_items_block {
    width: 365px;
    margin: 0 0 40px 20px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    > img {
    width: 40px;
    height: 40px;
    top: -5px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content {
    float: right;
    width: 307px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_link
    > * {
    font-size: 18px;
    line-height: 26px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_text {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .b_index_dmitriy {
    width: 1224px;
    height: auto;
  }
  .b_index_dmitriy .b_index_dmitriy_image {
    width: auto;
    height: 100%;
  }
  .b_index_dmitriy .b_index_dmitriy_content {
    width: 1200px;
    margin: 35px auto 0;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_headline {
    width: 80%;
    margin: 0 0 0 40px;
  }
  .b_404_page .b_404_content .b_404_content_text.top b,
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_headline
    > * {
    font-size: 24px;
  }

  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_leftblock {
    width: 700px;
    margin: 35px 0 35px 40px;
    font-size: 13px;
    line-height: 24px;
  }
  .b_doctors_page_content .b_doctors_page_content_text b,
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .big {
    font-size: 16px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .dash,
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .name {
    color: #19deda;
    font-size: 16px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table {
    width: 100%;
    margin: 20px 0 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table
    td {
    vertical-align: top;
    padding: 0 5px 3px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers {
    margin: 35px 0 0 -20px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(1) {
    margin: 0 5px 0 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(2) {
    margin: 0 20px 0 0;
  }
  .b_index_dmitriy .b_index_dmitriy_emblem {
    width: 180px;
    bottom: -25px;
  }
  .b_index_reviews {
    padding: 45px 0;
  }
  .b_index_reviews .b_index_reviews_headline > * {
    font-size: 27px;
    line-height: 35px;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review {
    padding: 0 40px 20px;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review:nth-child(3) {
    display: none;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review .b_review_text {
    width: 465px;
  }
  .b_index_zakaz .b_index_zakaz_emblem {
    width: 120px;
    top: -50px;
    right: 50px;
  }
  .b_index_zakaz,
  .b_index_zakaz .b_index_zakaz_image_bg {
    width: 1224px;
  }
  .b_index_zakaz .b_index_zakaz_content {
    width: 1100px;
    margin: 65px auto 0 62px;
  }
  .b_index_zakaz .b_index_zakaz_content.not_index {
    margin: 60px auto 0 62px;
  }
  .b_index_zakaz.services {
    margin: 0 0 0 -12px;
    padding: 0;
  }
  .b_index_zakaz.services,
  .b_index_zakaz.services .b_index_zakaz_image_bg {
    width: 829px;
    height: 370px;
  }
  .b_index_zakaz.services .b_index_zakaz_content {
    width: 700px;
    margin: 20px auto 0 60px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_headline
    > * {
    font-size: 27px;
  }
  .b_index_zakaz.services .b_index_zakaz_content .b_index_zakaz_content_text {
    margin: 10px 0 0;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_input {
    width: 180px;
    padding: 8px 10px 8px 20px;
    margin: 0 0 0 15px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg {
    margin: 30px 0 0;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg
    .b_index_zakaz_content_form_button {
    width: 214px;
    margin: 0 0 0 242px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_success_image {
    margin: 40px 0 20px;
  }
  .b_index_newsblock_bg {
    width: 1170px;
  }
  .b_index_newsblock_bg .b_index_newsblock {
    display: table-row;
    width: 1170px;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news {
    width: 785px;
    padding: 0;
    position: relative;
    display: table-cell;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news > div {
    float: left;
    width: 740px;
    margin: 50px 0 50px 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_headline
    > * {
    font-size: 30px;
    line-height: 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    /* height: 405px; */
    position: relative;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item {
    width: 330px;
    height: 385px;
    margin: 0 0 0 50px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image {
    height: 234px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image
    > img {
    height: auto;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_date {
    margin: 8px 0 0 15px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link {
    width: 90%;
    height: 96px;
    margin: 5px 0 0 15px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link
    > a,
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link
    > a {
    font-size: 14px;
    line-height: 24px;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg {
    width: 385px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions {
    width: 335px;
    padding: 50px 30px 50px 20px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_headline
    > * {
    font-size: 20px;
    line-height: 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list {
    margin: 15px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li {
    width: 85%;
    margin: 13px 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li
    .b_icon {
    left: -45px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link {
    font-size: 13px;
    line-height: 22px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons {
    float: left;
    width: 100%;
    margin: 50px 50px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    margin: 0 0 0 10px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    margin: 0 0 0 20px;
  }
  .b_content_headline,
  .b_services_page_left_right_headline {
    width: 1140px;
    margin: 25px 0 0 30px;
  }
  .b_content_headline.b_services_page_left_right_headline,
  .b_services_page_left_right_headline.b_services_page_left_right_headline {
    float: left;
    width: 745px;
    margin: 25px 0 0 30px;
  }
  .b_content_headline .b_content_headline_breadlinks > a,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > a {
    font-size: 12px;
    line-height: 22px;
  }
  .b_content_headline .b_content_headline_breadlinks > span,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > span {
    font-size: 14px;
    line-height: 22px;
  }
  .b_content_headline .b_content_headline_zagolovok > :not(a),
  .b_services_page_left_right_headline .b_content_headline_zagolovok > :not(a) {
    margin: 5px 0 0;
    font-size: 24px;
    line-height: 34px;
  }
  .b_content_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button,
  .b_services_page_left_right_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button {
    height: 34px;
    margin: 8px 0 0 35px;
    font-size: 13px;
    line-height: 34px;
  }
  .b_content_headline.service,
  .b_services_page_left_right_headline.service {
    width: 745px;
    margin: 0;
    padding: 45px 30px 35px;
  }
  .b_content_zakaz {
    margin: 25px 0 35px;
  }
  .b_content_zakaz .b_content_zakaz_infoblock {
    width: 1120px;
    margin: 20px;
    padding: 20px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock {
    font-size: 12px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .big {
    font-size: 19px;
  }
  .b_404_page .b_404_content .b_404_content_text.bottom b,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .normal,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    b {
    font-size: 14px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .phones {
    font-size: 18px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d1 {
    width: 440px;
    margin: 0 45px 0 0;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d2 {
    width: 400px;
    margin: 0 40px 0 0;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d3 {
    width: 190px;
  }
  .b_services_page {
    width: 1200px;
    margin: 35px 0 40px;
  }
  .b_services_page .b_services_page_left {
    width: 370px;
  }
  .b_services_page .b_services_page_left .b_services_page_left_menu {
    width: 360px;
    margin: 0;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_headline {
    width: 300px;
    margin: 25px 30px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_headline
    > * {
    font-size: 27px;
    line-height: 35px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item
    .b_services_page_left_menu_item_link {
    width: 295px;
    height: 30px;
    padding: 14px 35px 10px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item
    .b_services_page_left_menu_item_link
    .b_icon {
    top: 24px;
    right: 25px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    > ul {
    width: 285px;
    margin: -13px 0 0;
    padding: 0 35px 15px 40px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    > ul
    > li {
    margin: 2px 0;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    > ul
    > li
    > a {
    font-size: 13px;
    line-height: 24px;
  }
  .b_services_page .b_services_page_left_right {
    width: 805px;
  }
  .b_services_list {
    margin: 25px 0 0;
  }
  .b_services_list .b_services_list_item {
    width: 725px;
    padding: 35px 30px 25px;
    margin: 0 0 25px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_headline {
    float: left;
    width: 100%;
  }
  .b_services_list .b_services_list_item .b_services_list_item_headline > a {
    font-size: 21px;
  }
  .b_content_pager_bg .b_content_pager a,
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li
    > a,
  .b_services_list .b_services_list_item .b_services_list_item_text {
    font-size: 13px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_button > a {
    height: 36px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_service_content {
    padding: 0 0 40px;
  }
  .b_service_content + .b_index_zakaz .b_index_zakaz_emblem {
    left: 50px;
    right: inherit;
  }
  .b_service_content .b_service_content_gray {
    width: 675px;
    margin: 0 0 0 30px;
    padding: 30px 35px;
    font-size: 13px;
    line-height: 24px;
  }
  .b_service_content .b_service_content_item {
    margin: 35px 0 0;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg {
    float: left;
    width: 100%;
    padding: 0 12px 0 0;
    margin: 0 0 0 -12px;
    position: relative;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline {
    height: auto;
    padding: 3px 40px 4px 45px;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline
    > * {
    font-size: 24px;
    line-height: 36px;
  }
  .b_service_content .b_service_content_item .b_service_content_item_text {
    width: 745px;
    margin: 20px 30px 0;
    font-size: 13px;
    line-height: 24px;
  }
  .b_about_triggers {
    margin: 40px 0 0;
  }
  .b_about_triggers .b_about_triggers_item {
    float: left;
    display: block;
    width: 745px;
  }
  .b_about_triggers .b_about_triggers_item:nth-child(1),
  .b_about_triggers .b_about_triggers_item:nth-child(2),
  .b_about_triggers .b_about_triggers_item:nth-child(3),
  .b_about_triggers .b_about_triggers_item:nth-child(4) {
    margin: 0 0 30px;
  }
  .b_about_triggers .b_about_triggers_item .b_about_triggers_item_right {
    width: 600px;
  }
  .b_about_triggers
    .b_about_triggers_item
    .b_about_triggers_item_right
    .b_about_triggers_item_right_headline
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_about_security {
    margin: 20px 0;
  }
  .b_about_security .b_about_security_item {
    float: left;
    width: 210px;
    margin: 0 17px;
  }
  .b_about_security .b_about_security_item > img {
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 25px;
  }
  .b_about_security .b_about_security_item .b_about_security_item_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #0691dc;
    font-weight: 700;
    line-height: 24px;
  }
  .b_about_dmitriy {
    width: 685px;
    margin: 0 0 0 30px;
    padding: 20px 30px 0;
    min-height: 450px;
  }
  .b_about_dmitriy > img {
    width: 280px;
    height: 376px;
  }
  .b_about_dmitriy .b_about_dmitriy_content {
    width: 430px;
    font-size: 13px;
    line-height: 24px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_name {
    font-size: 18px;
    line-height: 26px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_job {
    margin: 10px 0 0;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-style: italic;
    line-height: 26px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text b {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
  }
  .b_about_reviews {
    width: 745px;
    padding: 0 30px;
  }
  .b_about_reviews
    .b_about_reviews_items
    .b_about_reviews_item
    .b_about_reviews_item_text {
    width: 690px;
  }
  .b_about_vacancy {
    width: 360px;
  }
  .b_about_vacancy .b_about_vacancy_headlne {
    font-size: 17px;
    line-height: 28px;
  }
  .b_about_partners {
    width: 745px;
    padding: 0 30px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_image {
    width: 270px;
    height: 180px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content {
    width: 420px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_text {
    font-size: 13px;
    line-height: 23px;
  }
  .b_contacts_page,
  .b_news_page {
    margin: 30px 0 40px;
  }
  .b_contacts_page .b_contacts_page_map {
    width: 840px;
    height: 565px;
  }
  .b_contacts_page .b_contacts_page_content {
    width: 290px;
    padding: 0 35px;
  }
  .b_contacts_page .b_contacts_page_content .b_contacts_page_content_item {
    float: left;
    width: 100%;
    height: auto;
    margin: 35px 0 0;
  }
  .b_director_page .b_director_page_content_grey {
    padding: 50px 50px 50px 27px;
  }
  .b_director_page .b_director_page_content_left {
    width: 470px;
  }
  .b_director_page .b_director_page_content_left_title span {
    font-size: 21px;
    line-height: 24px;
  }
  .b_director_page .b_director_page_content_left_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .b_director_page .b_director_page_content_right {
    width: 530px;
  }
  .b_director_page .b_director_page_content_right_text {
    margin-top: 0;
  }
  .b_director_page .b_director_page_form,
  .b_director_page .b_director_page_form .b_director_page_form_bg {
    width: 1224px;
  }
  .b_director_page .b_director_page_form .b_director_page_form_bg img {
    display: block;
    margin-right: -70px;
    float: right;
  }
  .b_director_page .b_director_page_form_content_left {
    width: 280px;
  }
  .b_director_page
    .b_director_page_form_content_left
    .b_director_page_form_input {
    width: 236px;
  }
  .b_director_page .b_director_page_form_content_right {
    width: 470px;
  }
  .b_director_page
    .b_director_page_form_content_right
    .b_director_page_form_input {
    width: 426px;
  }
  .b_news_page .b_news_page_left {
    width: 810px;
  }
  .b_news_page .b_news_page_right {
    width: 370px;
  }
  .b_news_page .b_news_page_right .b_news_page_lastitems,
  .b_news_page .b_news_page_right .b_news_page_questions,
  .b_news_page .b_news_page_right .b_news_page_services {
    width: 320px;
    padding: 30px 25px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_headline
    > * {
    font-size: 18px;
    line-height: 30px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list {
    margin: 15px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li {
    margin: 10px 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_icon {
    top: -1px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link {
    font-size: 13px;
    line-height: 24px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons {
    width: 100%;
    float: left;
    margin: 30px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    padding: 0 17px 0 20px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_headline
    > * {
    font-size: 18px;
    line-height: 30px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li {
    margin: 6px 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_headline
    > * {
    font-size: 18px;
    line-height: 36px;
  }
  .b_news_page .b_news_page_right .b_questions_page_form {
    width: 310px;
    padding: 35px 30px;
    min-height: 159px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_headline
    > * {
    font-size: 17px;
    line-height: 28px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job,
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input {
    display: inline-block;
    width: 260px;
    height: 28px;
    margin: 0 0 18px;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input.textarea {
    line-height: 24px;
    height: 120px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_button_bg
    .b_questions_page_form_form_button {
    width: 304px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
  .b_news_page_list.articles {
    margin: 25px 0 20px;
  }
  .b_news_page_list .b_news_page_list_item {
    min-height: 250px;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_image {
    width: 340px;
    height: 250px;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_right {
    width: 425px;
    margin: 10px 20px 15px 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link {
    margin: 5px 0 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 24px;
  }
  .b_news_page_article {
    width: 740px;
    margin: 0 0 25px;
    padding: 30px 35px;
  }
  .b_news_page_article.articles {
    margin: 25px 0 20px;
  }
  .b_news_page_article .b_news_page_article_date {
    font-size: 13px;
    line-height: 24px;
  }
  .b_news_page_article .b_news_page_article_headline {
    margin: 3px 0 0;
  }
  .b_news_page_article .b_news_page_article_headline > * {
    font-size: 22px;
    line-height: 34px;
  }
  .b_news_page_article .b_news_page_article_text {
    font-size: 13px;
    line-height: 26px;
  }
  .b_services_price {
    margin: 30px 0 0;
  }
  .b_services_price .b_services_price_doctor {
    width: 745px;
    margin: 0 0 35px;
    padding: 30px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_headline {
    max-width: 450px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_name {
    font-size: 21px;
    line-height: 30px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_job {
    font-size: 13px;
    line-height: 24px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline_button {
    height: 34px;
    padding: 0 15px 0 17px;
    font-size: 13px;
    line-height: 34px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table {
    margin: 25px 0 0;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table td {
    padding: 13px 25px;
    font-size: 13px;
    line-height: 23px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_table
    thead
    tr
    td {
    font-size: 16px;
    font-weight: 26px;
  }
  .b_sertificates_page {
    width: 1200px;
  }
  .b_sertificates_page .b_sertificates_list {
    width: 1200px;
    margin: 0 0 30px;
  }
  .b_sertificates_page .b_sertificates_list .b_sertificates_list_item {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content {
    width: 770px;
    padding: 20px 0 15px;
    margin: 0 40px 0 0;
  }
  .b_questions_page {
    width: 810px;
    margin: 0 0 25px;
  }
  .b_questions_page .b_questions_page_item {
    width: 690px;
    margin: 0 0 20px;
    padding: 30px 40px 30px 80px;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_headline {
    font-size: 18px;
    line-height: 28px;
  }
  .b_questions_page
    .b_questions_page_item
    .b_questions_page_item_headline
    .b_icon {
    left: -45px;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_text {
    font-size: 13px;
    line-height: 24px;
  }
  .b_doctors_page {
    width: 1200px;
    margin: 30px 0;
  }
  .b_doctors_page .b_doctors_page_list {
    width: 1220px;
  }
  .b_doctors_page .b_doctors_page_list .b_doctors_page_list_item {
    width: 390px;
    height: 390px;
    margin: 0 15px 37px 0;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 390px;
    height: 265px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    float: left;
    width: 360px;
    margin: 17px 15px 0;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-size: 17px;
    line-height: 24px;
  }
  .b_doctors_page_content {
    width: 1120px;
    padding: 40px 25px 30px 35px;
    border: 10px solid #fff;
  }
  .b_doctors_page_content .b_doctors_page_content_headline > * {
    font-size: 24px;
    line-height: 33px;
  }
  .b_doctors_page_content .b_doctors_page_content_text {
    margin: 40px 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .b_doctors_page_content
    .b_doctors_page_content_text
    .b_doctors_page_content_text_column {
    width: 530px;
  }
  .b_other_doctors_page_list .b_other_doctors_page_list_headline > * {
    font-size: 18px;
  }
  .b_other_doctors_page_list,
  .b_other_doctors_page_list .b_doctors_page_list_item {
    width: 370px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 147px;
    height: 100px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    width: 210px;
    margin: 5px 5px 0 0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-size: 13px;
    line-height: 19px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a:hover {
    color: #11d4d0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    font-size: 10px;
    line-height: 18px;
  }
  .b_doctor_page_doctor {
    width: 780px;
    padding: 15px 15px 60px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_gray {
    width: 780px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_image {
    float: left;
    width: 350px;
    height: 322px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right {
    float: right;
    width: 390px;
    margin: 30px 15px 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_name {
    font-size: 17px;
    line-height: 27px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_job {
    margin: 5px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_text {
    margin: 8px 0 0;
    line-height: 23px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_button {
    height: 24px;
    margin: 15px 0 20px;
    padding: 7px 15px 7px 17px;
    font-size: 13px;
    line-height: 24px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_content {
    width: 740px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 23px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_headline {
    margin-top: 25px;
    font-size: 18px;
    line-height: 36px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education {
    margin: 20px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_year {
    width: 80px;
    font-size: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_text {
    width: 640px;
  }
  .b_404_page {
    width: 1100px;
    padding: 50px;
    min-height: 400px;
  }
  .b_404_page .b_404_content {
    width: 650px;
    padding: 30px 0 0;
  }
  .b_404_page .b_404_content .b_404_content_text {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .b_simple_page {
    float: left;
    width: 1120px;
    height: auto;
    margin: 40px 0;
    padding: 35px 40px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
  }
  .b_simple_page .b_simple_page_headline {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .b_before0after_page {
    width: 1200px;
    margin: 30px 0 40px;
  }
  .b_before0after_page .b_before0after_page_list {
    width: 1220px;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item {
    width: 380px;
    margin: 0 20px 35px 0;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_image {
    width: 100%;
    height: auto;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_content {
    width: 90%;
    margin: 15px 5% 25px;
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 1240px) {
  .b_index_zakaz_content_form_bottom p {
    font-size: 12px;
  }

  .b_index_popular_services .b_index_popular_services_button {
    height: 34px;
    padding: 0 18px 0 40px;
  }
}

@media screen and (min-width: 1241px) and (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.ig {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -178px -25px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.fb,
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.vk {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -203px -25px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_icon.vk {
    background-position: -153px -25px;
  }
}

@media screen and (min-width: 1040px) and (max-width: 1240px) {
  .b_wrapper {
    width: 1024px;
    margin: 0 auto -450px;
  }
  .b_wrapper .b_push {
    height: 450px;
  }
  header {
    width: 1000px;
    height: 169px;
  }
  header .b_header_top {
    height: 95px;
    padding: 20px 0 0;
  }
  header .b_header_top .b_header_top_logo {
    width: 200px;
    height: 58px;
    margin: 7px 0 0 15px;
  }
  header .b_header_top .b_header_top_text {
    width: 320px;
    margin: 7px 0 0 30px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_headline > * {
    font-size: 14px;
    line-height: 30px;
  }
  header
    .b_header_top
    .b_header_top_text
    .b_header_top_text_headline
    > *
    > span {
    font-size: 17px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress {
    margin: 2px 0 0;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress .b_text {
    font-size: 11px;
    line-height: 24px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress .b_link {
    margin: 0 0 0 10px;
    font-size: 11px;
  }
  header .b_header_top .b_header_top_contacts {
    width: 260px;
    margin: 5px 0 0 20px;
  }
  header .b_header_top .b_header_top_contacts .b_header_top_contacts_phone a {
    font-size: 18px;
  }
  header .b_header_top .b_header_top_contacts .b_header_top_socials {
    margin: 5px 0 0;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link {
    float: left;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link
    .b_text {
    font-size: 11px;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:nth-child(1),
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:nth-child(2) {
    margin-left: 0;
  }
  header
    .b_header_top
    .b_header_top_contacts
    .b_header_top_socials
    .b_header_top_socials_link:nth-child(3) {
    margin-left: 8px;
  }
  header .b_header_top .b_header_top_callback {
    width: 125px;
    margin: 0 15px 0 0;
  }
  footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link .b_text,
  header .b_header_top .b_header_top_callback .b_header_top_callback_text {
    font-size: 12px;
  }
  header .b_header_top .b_header_top_callback .b_header_top_callback_button {
    height: 30px;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 30px;
  }
  header .b_header_menu {
    width: 1024px;
    height: 54px;
  }
  header .b_header_menu button {
    height: 54px;
    margin-right: 44px;
    background-size: 15px;
  }
  header .b_header_menu > a {
    padding: 18px 15px 10px;
  }
  header .b_header_menu > a > span {
    font-size: 14px;
  }
  header .b_header_menu > a:before {
    top: 16px;
  }
  header .b_header_menu > a:nth-child(1) {
    margin-left: 5px;
  }
  header .b_header_menu > a:last-child {
    padding-right: 10px;
  }
  footer {
    width: 1024px;
    height: 590px;
  }
  .b_content,
  footer .b_footer_top {
    width: 1000px;
  }
  footer .b_footer_top .b_footer_top_copyright {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
  footer .b_footer_top .b_footer_top_socials {
    margin: 0 0 0 120px;
  }
  footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link {
    margin: 0 0 0 10px;
  }
  footer .b_footer_top .b_footer_top_phone {
    display: none;
    margin: 0 0 0 50px;
  }
  footer .b_footer_top .b_footer_top_madeby {
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 25px;
  }
  footer .b_footer_bottom {
    width: 1000px;
    margin: 25px 0 0 12px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(1) {
    width: 200px;
    margin: 0 0 0 25px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(2) {
    width: 240px;
    margin: 0;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(3) {
    width: 240px;
    margin: 0 0 0 30px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(4) {
    width: 240px;
    margin: 0 0 0 20px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(5) {
    width: 240px;
    float: right;
    margin: 10px 0 0;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_headline
    > * {
    font-size: 17px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_list
    li
    > a {
    font-size: 13px;
    line-height: 20px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_list
    li:nth-child(n + 11) {
    display: none;
  }
  footer .b_footer_bottom .b_footer_bottom_block .b_footer_bottom_block_item {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text {
    font-size: 13px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    a {
    color: #fff;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    a:hover {
    color: #008fc4;
  }
  .b_doctors_page_content .b_doctors_page_content_text b,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .mail,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .mail:hover,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .phone,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .phone:hover {
    font-size: 15px;
  }
  footer .b_footer_bottom .b_footer_bottom_block .b_write_director_button {
    margin-top: 15px;
  }
  .b_index_slider_bg,
  .b_index_slider_bg .b_index_slider,
  .b_index_slider_bg .b_index_slider .b_slide {
    height: 375px;
  }
  .b_index_slider_bg .b_index_slider .b_slide .b_slide_content_bg {
    width: 440px;
    height: 375px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content {
    height: 310px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline {
    margin: 35px 0 0;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline
    > * {
    font-size: 21px;
    line-height: 32px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_text {
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button {
    margin: 20px 0 0;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button
    .b_slide_content_button {
    height: 34px;
    margin: 20px 0 0;
    padding: 0 10px 0 15px;
    font-size: 13px;
    line-height: 34px;
  }

  .b_index_popular_services .b_index_popular_services_left h3 {
    font-size: 21px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls {
    bottom: 20px;
  }
  .b_index_services {
    width: 970px;
    margin: 15px;
    padding: 30px 0 40px;
  }
  .b_index_services .b_index_services_headline > * {
    font-size: 24px;
  }
  .b_index_services .b_index_services_items {
    margin: 30px 0 0;
  }
  .b_index_services .b_index_services_items .b_index_services_items_block {
    width: 435px;
    margin: 0 0 30px 30px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    > img {
    width: 40px;
    height: 40px;
    top: -5px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content {
    float: right;
    width: 375px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_link
    > * {
    font-size: 18px;
    line-height: 26px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_text {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .b_index_services .b_index_services_link {
    margin: 10px 0 0;
  }
  .b_index_services .b_index_services_link .b_index_services_link_button {
    height: 34px;
    font-size: 13px;
    line-height: 34px;
  }
  .b_index_dmitriy {
    height: auto;
    width: 1024px;
  }
  .b_index_dmitriy .b_index_dmitriy_image {
    height: 100%;
    width: auto;
  }
  .b_index_dmitriy .b_index_dmitriy_content {
    width: 1000px;
    margin: 35px auto 0;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_headline {
    width: 80%;
    margin: 0 0 0 30px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_headline
    > * {
    font-size: 21px;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_leftblock {
    width: 540px;
    margin: 20px 0 25px 30px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .big,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link
    > a {
    font-size: 14px;
    line-height: 24px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .dash,
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .name {
    color: #19deda;
    font-size: 16px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table {
    width: 100%;
    margin: 20px 0 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table
    td {
    vertical-align: top;
    padding: 0 5px 3px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers {
    width: 120%;
    margin: 35px 0 0 -30px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger {
    width: 180px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger
    > img {
    width: 63px;
    height: 50px;
    top: -10px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger
    .b_trigger_text {
    width: 110px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(1) {
    margin: 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(2) {
    margin: 0 15px 0 0;
  }
  .b_index_dmitriy .b_index_dmitriy_emblem {
    width: 150px;
    right: 80px;
    bottom: -30px;
  }
  .b_index_reviews {
    padding: 45px 0 25px;
  }
  .b_index_reviews .b_index_reviews_headline > * {
    font-size: 24px;
    line-height: 35px;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review {
    padding: 0 10px 20px 25px;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review:nth-child(3) {
    display: none;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review .b_review_text {
    width: 400px;
  }
  .b_index_zakaz .b_index_zakaz_emblem {
    width: 120px;
    top: -55px;
    right: 45px;
  }
  .b_index_zakaz,
  .b_index_zakaz .b_index_zakaz_image_bg {
    width: 1024px;
  }
  .b_index_zakaz .b_index_zakaz_image_bg .b_index_zakaz_image {
    width: auto;
  }
  .b_index_zakaz .b_index_zakaz_content {
    width: 1000px;
    margin: 65px auto 0 12px;
  }
  .b_index_zakaz .b_index_zakaz_content.not_index {
    margin: 100px auto 0 12px;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_headline > * {
    font-size: 27px;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_input {
    width: 250px;
    margin: 0 0 0 30px;
  }

  .b_index_zakaz_content_form_input + span {
    left: 50px;
  }

  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg
    .b_index_zakaz_content_form_button {
    width: 294px;
    margin: 0 0 0 354px;
  }
  .b_index_zakaz.services {
    margin: 0 0 0 -12px;
    padding: 0;
  }
  .b_index_zakaz.services,
  .b_index_zakaz.services .b_index_zakaz_image_bg {
    width: 694px;
    height: 370px;
  }
  .b_index_zakaz.services .b_index_zakaz_content {
    width: 670px;
    margin: 35px auto 0 12px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_headline
    > * {
    font-size: 23px;
  }
  .b_index_zakaz.services .b_index_zakaz_content .b_index_zakaz_content_text {
    width: 90%;
    margin: 10px 0 0 5%;
    font-size: 13px;
    line-height: 24px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_input {
    width: 165px;
    padding: 6px 10px 6px 20px;
    margin: 0 0 0 15px;
    font-size: 13px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg {
    margin: 30px 0 0;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg
    .b_index_zakaz_content_form_button {
    width: 199px;
    margin: 0 0 0 229px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_success_image {
    margin: 40px 0 20px;
  }
  .b_index_newsblock_bg {
    width: 1000px;
    padding: 0;
    display: block;
  }
  .b_index_newsblock_bg .b_index_newsblock {
    float: left;
    display: block;
    width: 970px;
    padding: 15px;
    background: #fff;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news {
    float: left;
    width: 970px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    display: block;
    background: #e8f8ff;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news > div {
    float: left;
    width: 920px;
    margin: 30px 0 40px;
    padding: 0 20px 0 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_headline
    > * {
    font-size: 24px;
    line-height: 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider {
    margin: 30px 0 0;
    /* height: 483px; */
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide {
    float: left;
    width: 100%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item {
    width: 430px;
    height: 445px;
    margin: 0 0 0 50px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image
    > img {
    height: 317px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_date {
    margin: 8px 0 0 15px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link {
    width: 90%;
    height: 72px;
    margin: 5px 0 0 15px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls {
    margin: 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_button {
    height: 36px;
    margin: 0 40px 0 0;
    font-size: 13px;
    line-height: 36px;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg {
    float: left;
    width: 970px;
    display: block;
    background: #cbecfb;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg:before {
    display: none;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions {
    width: 800px;
    padding: 30px 70px 40px 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list {
    margin: 10px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li {
    width: 92%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons {
    width: 92%;
    margin: 20px 50px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    padding: 0 17px 0 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_content_headline,
  .b_services_page_left_right_headline {
    width: 960px;
    margin: 25px 0 0 20px;
  }
  .b_content_headline.b_services_page_left_right_headline,
  .b_services_page_left_right_headline.b_services_page_left_right_headline {
    float: left;
    width: 620px;
    margin: 25px 0 0 25px;
  }
  .b_content_headline .b_content_headline_breadlinks > a,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > a {
    font-size: 12px;
    line-height: 22px;
  }
  .b_content_headline .b_content_headline_breadlinks > span,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > span {
    font-size: 14px;
    line-height: 22px;
  }
  .b_content_headline .b_content_headline_zagolovok > :not(a),
  .b_services_page_left_right_headline .b_content_headline_zagolovok > :not(a) {
    margin: 5px 0 0;
    font-size: 21px;
    line-height: 34px;
  }
  .b_content_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button,
  .b_services_page_left_right_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button {
    height: 34px;
    margin: 8px 0 0 35px;
    font-size: 13px;
    line-height: 34px;
    padding: 0 12px 0 15px;
  }
  .b_content_headline.service,
  .b_services_page_left_right_headline.service {
    width: 620px;
    margin: 0;
    padding: 45px 25px 35px;
  }
  .b_content_zakaz {
    margin: 25px 0 35px;
  }
  .b_content_zakaz .b_content_zakaz_infoblock {
    width: 940px;
    margin: 20px;
    padding: 20px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block
    b,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .big,
  .b_services_list .b_services_list_item .b_services_list_item_headline > a {
    font-size: 16px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .normal,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    b {
    font-size: 12px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .phones {
    font-size: 18px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d1 {
    width: 360px;
    margin: 0 20px 0 0;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d2 {
    width: 350px;
    margin: 0 20px 0 0;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d3 {
    width: 170px;
  }
  .b_services_page {
    width: 1000px;
    margin: 35px 0 30px;
  }
  .b_services_page .b_services_page_left {
    width: 315px;
  }
  .b_services_page .b_services_page_left .b_services_page_left_menu {
    width: 310px;
    margin: 0;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_headline {
    float: left;
    width: 255px;
    margin: 25px 30px 25px 15px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_headline
    > * {
    font-size: 24px;
    line-height: 32px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item
    .b_services_page_left_menu_item_link {
    width: 265px;
    height: 28px;
    padding: 13px 30px 9px 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item
    .b_services_page_left_menu_item_link
    .b_icon {
    top: 22px;
    right: 15px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    > ul {
    width: 255px;
    margin: -13px 0 0;
    padding: 0 30px 15px 25px;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    > ul
    > li {
    margin: 2px 0;
  }
  .b_services_page
    .b_services_page_left
    .b_services_page_left_menu
    .b_services_page_left_menu_item.active
    > ul
    > li
    > a {
    font-size: 13px;
    line-height: 24px;
  }
  .b_services_page .b_services_page_left_right {
    width: 670px;
  }
  .b_services_list {
    margin: 25px 0 0;
  }
  .b_services_list .b_services_list_item {
    width: 620px;
    padding: 30px 25px 20px;
    margin: 0 0 20px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_headline {
    float: left;
    width: 100%;
  }
  .b_services_list .b_services_list_item .b_services_list_item_text {
    font-size: 12px;
    line-height: 22px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_button > a {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_service_content {
    padding: 0 0 40px;
  }
  .b_service_content + .b_index_zakaz .b_index_zakaz_emblem {
    left: 45px;
    right: inherit;
  }
  .b_service_content .b_service_content_gray {
    width: 570px;
    margin: 0 0 0 25px;
    padding: 25px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_service_content .b_service_content_item {
    margin: 30px 0 0;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg {
    float: left;
    width: 100%;
    padding: 0 12px 0 0;
    margin: 0 0 0 -12px;
    position: relative;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline {
    height: auto;
    padding: 6px 40px 7px 45px;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline
    > * {
    font-size: 21px;
    line-height: 30px;
  }
  .b_service_content .b_service_content_item .b_service_content_item_text {
    width: 620px;
    margin: 20px 25px 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_about_triggers {
    margin: 40px 0 0;
  }
  .b_about_triggers .b_about_triggers_item {
    float: left;
    display: block;
    width: 620px;
  }
  .b_about_triggers .b_about_triggers_item:nth-child(1),
  .b_about_triggers .b_about_triggers_item:nth-child(2),
  .b_about_triggers .b_about_triggers_item:nth-child(3),
  .b_about_triggers .b_about_triggers_item:nth-child(4) {
    margin: 0 0 30px;
  }
  .b_about_triggers .b_about_triggers_item .b_about_triggers_item_right {
    width: 480px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_headline
    > *,
  .b_about_triggers
    .b_about_triggers_item
    .b_about_triggers_item_right
    .b_about_triggers_item_right_headline
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_about_security {
    margin: 20px 0;
  }
  .b_about_security .b_about_security_item {
    float: left;
    width: 190px;
    margin: 0 8px;
  }
  .b_about_security .b_about_security_item > img {
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 15px;
  }
  .b_about_security .b_about_security_item .b_about_security_item_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #0691dc;
    font-weight: 700;
    line-height: 24px;
  }
  .b_about_dmitriy {
    width: 590px;
    margin: 0 0 0 25px;
    padding: 20px 15px 0;
    min-height: 330px;
  }
  .b_about_dmitriy > img {
    width: 235px;
    height: 316px;
  }
  .b_about_dmitriy .b_about_dmitriy_content {
    width: 385px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 20px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_name {
    font-size: 18px;
    line-height: 26px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_job {
    margin: 10px 0 0;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    font-style: italic;
    line-height: 23px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text b {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
  }
  .b_about_dmitriy .b_write_director_button {
    margin-top: 15px;
  }
  .b_about_partners,
  .b_about_reviews {
    width: 620px;
    padding: 0 25px;
  }
  .b_about_reviews
    .b_about_reviews_items
    .b_about_reviews_item
    .b_about_reviews_item_text {
    float: left;
    width: 575px;
    height: auto;
    margin: 0 0 20px;
    padding: 15px 14px 15px 15px;
    border: 8px solid #cdedfb;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 23px;
    font-style: italic;
  }
  .b_about_partners .b_about_partners_items .b_about_partners_item {
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_image {
    width: 200px;
    height: 133px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content {
    width: 370px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_text {
    font-size: 13px;
    line-height: 23px;
  }
  .b_about_vacancy {
    width: 100%;
  }
  .b_about_vacancy .b_about_vacancy_headlne {
    font-size: 16px;
    line-height: 26px;
  }
  .b_contacts_page .b_contacts_page_map {
    width: 690px;
    height: 550px;
  }
  .b_contacts_page .b_contacts_page_content {
    width: 250px;
    padding: 0 30px;
  }
  .b_contacts_page .b_contacts_page_content .b_contacts_page_content_item {
    margin: 30px 0 0;
  }
  .b_director_page .b_director_page_content,
  .b_director_page .b_director_page_content_grey {
    padding: 20px;
  }
  .b_director_page .b_director_page_content_left {
    width: 380px;
  }
  .b_director_page .b_director_page_content_left_title span {
    font-size: 16px;
    line-height: 30px;
  }
  .b_director_page .b_director_page_content_left_text {
    margin-top: 0;
  }
  .b_director_page .b_director_page_content_left_text p,
  .b_director_page .b_director_page_content_right_text p {
    font-size: 12px;
    line-height: 26px;
  }
  .b_director_page .b_director_page_content_right {
    width: 510px;
  }
  .b_director_page .b_director_page_content_right_text {
    margin-top: 4px;
  }
  .b_director_page .b_director_page_form {
    height: 465px;
    width: 1024px;
    padding: 0 32px;
  }
  .b_director_page .b_director_page_form_bg {
    height: 465px;
    width: 1024px;
  }
  .b_director_page .b_director_page_form_bg img {
    display: block;
    margin-right: -120px;
    float: right;
  }
  .b_director_page .b_director_page_form_content {
    margin-top: 50px;
  }
  .b_director_page .b_director_page_form_content_headline {
    margin-bottom: 45px;
  }
  .b_director_page .b_director_page_form_content_headline span {
    font-size: 27px;
    line-height: 27px;
  }
  .b_director_page .b_director_page_form_content_left {
    width: 280px;
    margin-right: 30px;
  }
  .b_director_page
    .b_director_page_form_content_left
    .b_director_page_form_input {
    width: 236px;
  }
  .b_director_page .b_director_page_form_content_right {
    width: 410px;
  }
  .b_director_page
    .b_director_page_form_content_right
    .b_director_page_form_input {
    width: 366px;
  }
  .b_director_page .b_director_page_form_content_button {
    height: 47px;
    width: 280px;
    font-size: 14px;
    line-height: 47px;
  }
  .b_director_page .b_director_page_form_success {
    width: 100%;
    margin: 65px auto 0;
  }
  .b_director_page .b_director_page_form_success.not_index {
    margin: 100px auto 0 12px;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_headline
    > * {
    font-size: 27px;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_form
    .b_director_page_form_success_form_input {
    width: 250px;
    margin: 0 0 0 30px;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_form
    .b_director_page_form_success_form_button_bg
    .b_director_page_form_success_form_button {
    width: 294px;
    margin: 0 0 0 354px;
  }
  .b_news_page {
    margin: 25px 0 30px;
  }
  .b_news_page .b_news_page_left {
    width: 660px;
  }
  .b_news_page .b_news_page_right {
    width: 325px;
  }
  .b_news_page .b_news_page_right .b_news_page_questions {
    width: 295px;
    padding: 30px 15px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_headline
    > * {
    font-size: 16px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list {
    margin: 5px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li {
    width: 82%;
    margin: 8px 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_icon {
    top: -1px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link {
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons {
    width: 100%;
    float: left;
    margin: 30px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    padding: 0 17px 0 20px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page .b_news_page_right .b_news_page_lastitems,
  .b_news_page .b_news_page_right .b_news_page_services {
    width: 290px;
    padding: 25px 15px 25px 20px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_headline
    > * {
    font-size: 16px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list {
    margin: 5px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li {
    margin: 4px 0;
  }
  .b_content_pager_bg .b_content_pager a,
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li
    > a {
    font-size: 13px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_headline
    > * {
    font-size: 16px;
    line-height: 30px;
  }
  .b_news_page .b_news_page_right .b_questions_page_form {
    width: 285px;
    padding: 30px 20px;
    min-height: 143px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_headline
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 20px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input {
    display: inline-block;
    width: 240px;
    height: 24px;
    margin: 0 0 18px;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 24px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input.textarea {
    line-height: 24px;
    height: 120px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_button_bg
    .b_questions_page_form_form_button {
    width: 284px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content.success
    .b_questions_page_form_headline
    b,
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content.success
    .b_questions_page_form_text
    b {
    line-height: 26px;
  }
  .b_news_page_list.articles {
    margin: 20px 0;
  }
  .b_news_page_list .b_news_page_list_item {
    min-height: 185px;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_image {
    width: 250px;
    height: 185px;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_right {
    width: 380px;
    margin: 10px 10px 15px 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_date {
    margin: 0;
    font-size: 11px;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link {
    margin: 2px 0 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link
    > a {
    font-size: 13px;
    line-height: 22px;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 21px;
  }
  .b_news_page_article {
    width: 610px;
    margin: 0 0 25px;
    padding: 25px 20px 25px 30px;
  }
  .b_news_page_article.articles {
    margin: 20px 0;
  }
  .b_news_page_article .b_news_page_article_date {
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page_article .b_news_page_article_headline {
    margin: 3px 0 0;
  }
  .b_news_page_article .b_news_page_article_headline > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_news_page_article .b_news_page_article_text {
    font-size: 12px;
    line-height: 24px;
  }
  .b_services_price {
    margin: 30px 0 0;
  }
  .b_services_price .b_services_price_doctor {
    width: 615px;
    margin: 0 0 35px;
    padding: 30px 25px 30px 30px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_headline {
    width: 100%;
    max-width: 100%;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_name {
    font-size: 18px;
    line-height: 28px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_job {
    font-size: 12px;
    line-height: 22px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline_button {
    height: 34px;
    margin: 10px 0 0;
    padding: 0 15px 0 17px;
    font-size: 13px;
    line-height: 34px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table {
    margin: 25px 0 0;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table td {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_table
    thead
    tr
    td {
    font-size: 14px;
    font-weight: 24px;
  }
  .b_sertificates_page {
    width: 1000px;
    margin: 30px 0;
  }
  .b_sertificates_page .b_sertificates_list {
    width: 1000px;
    margin: 0 0 30px;
  }
  .b_sertificates_page .b_sertificates_list .b_sertificates_list_item {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content {
    width: 580px;
    padding: 20px 0 15px;
    margin: 0 30px 0 0;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content
    .b_sertificates_list_item_text {
    font-size: 13px;
  }
  .b_questions_page {
    width: 660px;
    margin: 0 0 25px;
  }
  .b_questions_page .b_questions_page_item {
    width: 560px;
    margin: 0 0 20px;
    padding: 30px 40px 30px 60px;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_headline {
    font-size: 16px;
    line-height: 26px;
  }
  .b_questions_page
    .b_questions_page_item
    .b_questions_page_item_headline
    .b_icon {
    left: -40px;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_text {
    font-size: 12px;
    line-height: 23px;
  }
  .b_doctors_page {
    width: 1000px;
    margin: 30px 0;
  }
  .b_doctors_page .b_doctors_page_list {
    width: 1065px;
  }
  .b_doctors_page .b_doctors_page_list .b_doctors_page_list_item {
    width: 470px;
    height: 450px;
    margin: 0 60px 37px 0;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 470px;
    height: 320px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    float: left;
    width: 430px;
    margin: 17px 15px 0;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-size: 17px;
    line-height: 24px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_doctors_page_content {
    width: 930px;
    padding: 40px 25px 30px;
    border: 10px solid #fff;
  }
  .b_doctors_page_content .b_doctors_page_content_headline > * {
    font-size: 20px;
    line-height: 30px;
  }
  .b_doctors_page_content .b_doctors_page_content_text {
    margin: 40px 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .b_doctors_page_content
    .b_doctors_page_content_text
    .b_doctors_page_content_text_column {
    width: 440px;
  }
  .b_other_doctors_page_list .b_other_doctors_page_list_headline > * {
    font-size: 18px;
  }
  .b_other_doctors_page_list,
  .b_other_doctors_page_list .b_doctors_page_list_item {
    width: 325px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 107px;
    height: 73px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    width: 205px;
    margin: 5px 5px 3px 0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-size: 12px;
    line-height: 18px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    font-size: 10px;
    line-height: 18px;
  }
  .b_doctor_page_doctor {
    width: 640px;
    padding: 10px 10px 40px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_gray {
    width: 640px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_image {
    width: 250px;
    height: 230px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right {
    width: 365px;
    margin: 10px 10px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_name {
    font-size: 16px;
    line-height: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_job {
    margin: 3px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_text {
    margin: 5px 0 0;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_button {
    height: 21px;
    margin: 10px 0 15px;
    padding: 6px 12px 6px 15px;
    font-size: 13px;
    line-height: 21px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_content {
    width: 610px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_headline {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education {
    margin: 20px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_year {
    width: 80px;
    font-size: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_text {
    width: 505px;
  }
  .b_404_page {
    width: 930px;
    padding: 50px 35px;
    min-height: 600px;
  }
  .b_404_page .b_404_image {
    width: 300px;
  }
  .b_404_page .b_404_content {
    width: 580px;
    padding: 20px 0 0;
  }
  .b_404_page .b_404_content .b_404_content_text {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 30px;
  }
  .b_404_page .b_404_content .b_404_content_text.top b {
    font-size: 21px;
  }
  .b_404_page .b_404_content .b_404_content_text.bottom b {
    font-size: 14px;
  }
  .b_simple_page {
    float: left;
    width: 940px;
    height: auto;
    margin: 30px 0;
    padding: 30px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
  }
  .b_simple_page .b_simple_page_headline {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .b_before0after_page {
    width: 1000px;
    margin: 30px 0 40px;
  }
  .b_before0after_page .b_before0after_page_list {
    width: 1020px;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item {
    width: 480px;
    margin: 0 20px 35px 0;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_image {
    width: 100%;
    height: auto;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_content {
    width: 90%;
    margin: 15px 5% 25px;
    font-size: 13px;
    line-height: 24px;
  }
  .search_page_list_item .search_page_list_item_link {
    font-size: 20px;
  }
  .search_page_list_item .search_page_list_item_content {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (min-width: 730px) and (max-width: 1039px) {
  .b_wrapper {
    width: 724px;
    margin: 0 auto -550px;
  }
  .b_wrapper .b_push {
    height: 550px;
  }
  header {
    width: 700px;
    height: 148px;
  }
  header .b_header_mobileblock,
  header .b_header_top .b_header_top_mobilebutton {
    display: block;
  }
  header .b_header_top .b_header_top_searchBrn {
    display: block;
  }
  header .b_header_top {
    height: 95px;
    padding: 15px 0 0;
  }
  header .b_header_top .b_header_top_logo {
    width: 200px;
    height: 58px;
    margin: 7px 0 0 15px;
  }
  header .b_header_top .b_header_top_text {
    width: 320px;
    margin: 7px 0 0 30px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_headline > * {
    font-size: 14px;
    line-height: 30px;
  }
  header
    .b_header_top
    .b_header_top_text
    .b_header_top_text_headline
    > *
    > span {
    font-size: 17px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress {
    margin: 2px 0 0;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress .b_text {
    font-size: 11px;
    line-height: 24px;
  }
  header .b_header_top .b_header_top_text .b_header_top_text_adress .b_link {
    margin: 0 0 0 10px;
    font-size: 11px;
  }
  header .b_header_top .b_header_top_callback,
  header .b_header_top .b_header_top_contacts {
    display: none;
  }
  header .b_header_menu {
    display: none !important;
  }
  footer {
    width: 724px;
    height: 670px;
  }
  footer .b_footer_top {
    width: 700px;
    height: 63px;
  }
  footer .b_footer_top .b_footer_top_copyright {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
  footer .b_footer_top .b_footer_top_socials {
    float: right;
    margin: 0 22px 0 0;
  }
  footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link {
    margin: 0 0 0 10px;
  }
  footer
    .b_footer_top
    .b_footer_top_socials
    .b_footer_top_socials_link
    .b_text {
    font-size: 12px;
  }
  footer .b_footer_top .b_footer_top_phone {
    display: none;
    margin: 0 0 0 50px;
  }
  footer .b_footer_top .b_footer_top_madeby {
    float: left;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 25px;
  }
  footer .b_footer_bottom {
    width: 700px;
    margin: 25px 0 0 12px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(1) {
    width: 180px;
    height: 304px;
    margin: 0 0 15px 10px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(2) {
    width: 220px;
    height: 304px;
    margin: 0 0 15px 10px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(3) {
    float: right;
    height: 304px;
    width: 200px;
    margin: 0 10px 15px 0;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(4) {
    width: 470px;
    margin: 0 0 0 10px;
  }
  footer .b_footer_bottom .b_footer_bottom_block:nth-child(5) {
    width: 200px;
    float: right;
    margin: 50px 10px 0 0;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_headline
    > * {
    font-size: 17px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_list
    li
    > a {
    font-size: 12px;
    line-height: 18px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table
    tr:nth-child(1)
    td:nth-child(1),
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_list
    li:nth-child(n + 11) {
    display: none;
  }

  footer .b_footer_bottom .b_footer_bottom_block .b_footer_bottom_block_item {
    float: left;
    width: auto;
    margin: 10px 0 0;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item.first {
    width: 120px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item.second {
    width: 199px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item.third {
    width: 130px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_icon {
    display: none;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text {
    float: right;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    a {
    color: #fff;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    a:hover {
    color: #008fc4;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .mail,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .mail:hover,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .phone,
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_item
    .b_footer_bottom_block_item_text
    .phone:hover {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 24px;
  }
  footer
    .b_footer_bottom
    .b_footer_bottom_block
    .b_footer_bottom_block_callback_button {
    float: left;
    width: auto;
    height: 32px;
    padding: 0 38.5px;
    margin: 10px 0 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  footer .b_footer_bottom .b_footer_bottom_block .b_write_director_button {
    margin-top: 10px;
  }
  .b_content {
    width: 700px;
  }
  .b_index_slider_bg,
  .b_index_slider_bg .b_index_slider,
  .b_index_slider_bg .b_index_slider .b_slide,
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content {
    height: 262px;
  }
  .b_index_slider_bg .b_index_slider .b_slide .b_slide_content_bg {
    width: 360px;
    height: 262px;
    padding: 0 10px 0 20px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline {
    margin: 20px 0 0;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline
    > * {
    font-size: 17px;
    line-height: 24px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_text {
    width: 100%;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button_bg
    .b_slide_content_button {
    height: 32px;
    margin: 0;
    padding: 0 7px 0 12px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button_bg
    .b_slide_content_button_bg_controls {
    display: block;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls {
    display: none;
  }
  .b_index_services {
    width: 680px;
    margin: 10px;
    padding: 30px 0;
  }
  .b_index_services .b_index_services_headline > * {
    font-size: 24px;
  }
  .b_index_services .b_index_services_items {
    margin: 40px 0 0;
  }
  .b_index_services .b_index_services_items .b_index_services_items_block {
    width: 310px;
    margin: 0 0 20px 20px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    > img {
    width: 40px;
    height: 40px;
    top: -5px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content {
    float: right;
    width: 255px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_link
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 19px;
  }
  .b_index_services .b_index_services_link {
    margin: 10px 0 0;
  }
  .b_index_services .b_index_services_link .b_index_services_link_button {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_index_dmitriy {
    width: 724px;
    height: auto;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .instagram-link,
  .b_index_dmitriy .b_index_dmitriy_image {
    display: none;
  }
  .b_index_dmitriy .b_index_dmitriy_content {
    width: 700px;
    margin: 35px auto 0;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_headline {
    width: 90%;
    margin: 0 0 0 30px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_headline
    > * {
    font-size: 21px;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_leftblock {
    width: 650px;
    margin: 20px 0 32px 30px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .instagram-link.hidden {
    display: inline-block;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .big {
    font-size: 14px;
    line-height: 24px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .dash,
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .name {
    font-size: 16px;
    color: #19deda;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .name {
    font-weight: 700;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table {
    width: 100%;
    margin: 15px 0 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table
    td {
    vertical-align: top;
    padding: 0 5px 3px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers {
    width: 530px;
    margin: 25px 0 0 -11px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger {
    width: 164px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger
    > img {
    height: auto;
    width: 45px;
    top: -1px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger
    .b_trigger_text {
    width: 110px;
    line-height: 18px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(1) {
    margin: 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(2) {
    margin: 0 25px 0 0;
  }
  .b_index_dmitriy .b_index_dmitriy_emblem {
    display: none;
    width: 135px;
    margin: 10px 25px 0 -10px;
    float: left;
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .b_index_dmitriy .b_index_dmitriy_emblem.hidden {
    display: block;
  }
  .b_index_dmitriy .b_index_dmitriy_content_leftblock__bottom__content {
    overflow: hidden;
  }
  .b_index_reviews {
    padding: 35px 0 25px;
  }
  .b_index_reviews .b_index_reviews_headline {
    text-align: left;
  }
  .b_index_reviews .b_index_reviews_headline > * {
    margin: 0 0 0 20px;
    font-size: 24px;
    line-height: 35px;
  }
  .b_index_reviews .b_index_reviews_headline .b_index_reviews_headline_link {
    margin: 0 10px 0 0;
  }
  .b_index_reviews .b_index_reviews_items {
    margin: 30px 0 0;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review {
    padding: 0 3px 20px 18px;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review:nth-child(3) {
    display: none;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review .b_review_text {
    border: 8px solid #cdedfb;
    padding: 15px 10px 20px 15px;
    width: 280px;
    font-size: 12px;
    line-height: 20px;
  }
  .b_index_zakaz .b_index_zakaz_emblem {
    width: 120px;
    top: -55px;
    right: 55px;
  }
  .b_index_zakaz,
  .b_index_zakaz .b_index_zakaz_image_bg {
    width: 724px;
    height: 450px;
  }
  .b_index_zakaz .b_index_zakaz_image_bg .b_index_zakaz_image {
    width: auto;
    height: 450px;
  }
  .b_index_zakaz .b_index_zakaz_content {
    width: 700px;
    margin: 35px auto 0 12px;
  }
  .b_index_zakaz .b_index_zakaz_content.not_index {
    margin: 80px auto 0 12px;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_headline > * {
    font-size: 20px;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text {
    margin: 10px 0 0;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_input {
    width: 180px;
    padding: 8px 10px 8px 20px;
    margin: 0 0 0 15px;
  }
  .b_index_zakaz_content_form_input + span {
    font-size: 12px;
    top: 18px;
    left: 35px;
  }
  .b_index_zakaz_content_form_input:active + span,
  .b_index_zakaz_content_form_input:focus + span {
    top: -16px;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg {
    margin: 30px 0 0;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg
    .b_index_zakaz_content_form_button {
    width: 214px;
    margin: 0 0 0 242px;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_success_image {
    margin: 40px 0 20px;
  }
  .b_index_zakaz.services {
    margin: 0 0 0 -12px;
    padding: 0;
  }
  .b_index_zakaz.services,
  .b_index_zakaz.services .b_index_zakaz_image_bg {
    width: 724px;
    height: 370px;
  }
  .b_index_zakaz.services .b_index_zakaz_image_bg > img {
    height: 370px;
  }
  .b_index_zakaz.services .b_index_zakaz_content {
    width: 700px;
    margin: 35px auto 0 27px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_headline
    > * {
    font-size: 23px;
  }
  .b_index_zakaz.services .b_index_zakaz_content .b_index_zakaz_content_text {
    width: 90%;
    margin: 10px 0 0 5%;
    font-size: 13px;
    line-height: 24px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_input {
    width: 165px;
    padding: 6px 10px 6px 20px;
    margin: 0 0 0 15px;
    font-size: 13px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg {
    margin: 30px 0 0;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg
    .b_index_zakaz_content_form_button {
    width: 199px;
    margin: 0 0 0 229px;
  }
  .b_index_zakaz.services
    .b_index_zakaz_content
    .b_index_zakaz_content_success_image {
    margin: 40px 0 20px;
  }
  .b_index_newsblock_bg {
    width: 700px;
    padding: 0;
    display: block;
  }
  .b_index_newsblock_bg .b_index_newsblock {
    float: left;
    display: block;
    width: 680px;
    padding: 10px;
    background: #fff;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news {
    float: left;
    width: 680px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    display: block;
    background: #e8f8ff;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news > div {
    float: left;
    width: 640px;
    margin: 20px 0 40px 25px;
    padding: 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_headline
    > * {
    font-size: 18px;
    line-height: 26px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider {
    margin: 20px 0 0;
    /* height: 380px; */
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide {
    float: left;
    width: 100%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item {
    width: 290px;
    height: 347px;
    margin: 0 0 0 40px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image
    > img {
    height: 213px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_date {
    margin: 8px 0 0 15px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link {
    width: 90%;
    height: 84px;
    margin: 2px 0 0 15px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link
    > a {
    font-size: 12px;
    line-height: 21px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls {
    margin: 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_button {
    height: 36px;
    margin: 0 40px 0 0;
    font-size: 13px;
    line-height: 36px;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg {
    float: left;
    width: 680px;
    display: block;
    background: #cbecfb;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg:before {
    display: none;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions {
    width: 600px;
    padding: 30px 50px 40px 20px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_headline
    > * {
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list {
    margin: 10px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li {
    width: 92%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    cursor: pointer;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons {
    width: 92%;
    margin: 20px 50px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    padding: 0 17px 0 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_content_headline,
  .b_services_page_left_right_headline {
    width: 660px;
    margin: 0;
    padding: 0 20px 15px;
    background: #fff;
  }
  .b_content_headline.b_services_page_left_right_headline,
  .b_services_page_left_right_headline.b_services_page_left_right_headline {
    width: 660px;
    margin: 0;
    padding: 0 20px 15px;
  }
  .b_content_headline .b_content_headline_breadlinks > a,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > a {
    font-size: 11px;
    line-height: 22px;
  }
  .b_content_headline .b_content_headline_breadlinks > span,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > span {
    font-size: 14px;
    line-height: 22px;
  }
  .b_content_headline .b_content_headline_zagolovok > :not(a),
  .b_services_page_left_right_headline .b_content_headline_zagolovok > :not(a) {
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 34px;
  }
  .b_content_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button,
  .b_services_page_left_right_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button {
    height: 34px;
    margin: 8px 0 0 35px;
    font-size: 13px;
    line-height: 34px;
    padding: 0 12px 0 15px;
  }
  .b_content_zakaz {
    margin: 25px 0 35px;
  }
  .b_content_zakaz .b_content_zakaz_infoblock {
    width: 640px;
    margin: 15px 10px;
    padding: 20px 20px 30px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block
    b,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .big,
  .b_services_list .b_services_list_item .b_services_list_item_headline > a {
    font-size: 16px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .normal,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    b,
  .b_write_director_button a span {
    font-size: 12px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .phones {
    font-size: 18px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d1 {
    width: 360px;
    margin: 0 0 20px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d2 {
    float: right;
    width: 255px;
    margin: 0;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d3 {
    width: 170px;
  }
  .b_services_page {
    width: 700px;
    margin: 0 0 25px;
  }
  .b_services_page .b_services_page_left {
    display: none;
  }
  .b_services_page .b_services_page_left_right {
    width: 700px;
  }
  .b_services_list {
    margin: 25px 0 0;
  }
  .b_services_list .b_services_list_item {
    width: 640px;
    padding: 30px 30px 20px;
    margin: 0 0 20px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_headline {
    float: left;
    width: 100%;
  }
  .b_services_list .b_services_list_item .b_services_list_item_text {
    font-size: 12px;
    line-height: 22px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_button > a {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_service_content {
    padding: 0 0 40px;
  }
  .b_service_content + .b_index_zakaz .b_index_zakaz_emblem {
    left: 55px;
    right: inherit;
  }
  .b_service_content .b_service_content_gray {
    width: 600px;
    margin: 0 0 0 25px;
    padding: 25px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_service_content .b_service_content_item {
    margin: 30px 0 0;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg {
    float: left;
    width: 100%;
    padding: 0 12px 0 0;
    margin: 0 0 0 -12px;
    position: relative;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline {
    height: auto;
    padding: 6px 40px 7px 45px;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline
    > * {
    font-size: 21px;
    line-height: 30px;
  }
  .b_service_content .b_service_content_item .b_service_content_item_text {
    width: 650px;
    margin: 20px 25px 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_about_triggers {
    margin: 40px 0 0;
  }
  .b_about_triggers .b_about_triggers_item {
    float: left;
    display: block;
    width: 620px;
  }
  .b_about_triggers .b_about_triggers_item:nth-child(1),
  .b_about_triggers .b_about_triggers_item:nth-child(2),
  .b_about_triggers .b_about_triggers_item:nth-child(3),
  .b_about_triggers .b_about_triggers_item:nth-child(4) {
    margin: 0 0 30px;
  }
  .b_about_triggers .b_about_triggers_item .b_about_triggers_item_right {
    width: 480px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_headline
    > *,
  .b_about_triggers
    .b_about_triggers_item
    .b_about_triggers_item_right
    .b_about_triggers_item_right_headline
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_about_security {
    margin: 20px 0;
  }
  .b_about_security .b_about_security_item {
    float: left;
    width: 190px;
    margin: 0 8px;
  }
  .b_about_security .b_about_security_item > img {
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 15px;
  }
  .b_about_security .b_about_security_item .b_about_security_item_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #0691dc;
    font-weight: 700;
    line-height: 24px;
  }
  .b_about_dmitriy {
    width: 620px;
    margin: 0 0 0 25px;
    padding: 20px 15px 0;
    min-height: 330px;
  }
  .b_about_dmitriy > img {
    width: 235px;
    height: 316px;
  }
  .b_about_dmitriy .b_about_dmitriy_content {
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 20px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_name {
    font-size: 18px;
    line-height: 26px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_job {
    margin: 10px 0 0;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    font-style: italic;
    line-height: 23px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text b {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
  }
  .b_about_reviews {
    width: 650px;
    padding: 0 25px;
  }
  .b_about_reviews .b_about_reviews_items {
    margin: 15px 0 0;
  }
  .b_about_reviews .b_about_reviews_items .b_about_reviews_item {
    margin: 0 0 25px;
  }
  .b_about_reviews
    .b_about_reviews_items
    .b_about_reviews_item
    .b_about_reviews_item_text {
    float: left;
    width: 605px;
    height: auto;
    margin: 0 0 20px;
    padding: 15px 14px 15px 15px;
    border: 8px solid #cdedfb;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 23px;
    font-style: italic;
  }
  .b_about_partners {
    width: 640px;
    padding: 0 25px;
    margin: 20px 0 0;
  }
  .b_about_partners .b_about_partners_items .b_about_partners_item {
    padding: 30px 0 0;
    margin: 0 0 25px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_image {
    width: 200px;
    height: 133px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content {
    width: 400px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_text {
    font-size: 13px;
    line-height: 23px;
  }
  .b_about_vacancy {
    width: 100%;
  }
  .b_about_vacancy .b_about_vacancy_headlne {
    font-size: 16px;
    line-height: 26px;
  }
  .b_contacts_page {
    margin: 25px 0 35px;
  }
  .b_contacts_page .b_contacts_page_map {
    width: 700px;
    height: 280px;
  }
  .b_contacts_page .b_contacts_page_map .b_contacts_page_map_preload > span {
    top: 30%;
    font-size: 13px;
  }
  .b_contacts_page .b_contacts_page_content {
    width: 700px;
    padding: 0 0 30px;
  }
  .b_contacts_page .b_contacts_page_content .b_contacts_page_content_item {
    float: left;
    min-height: 82px;
    width: 200px;
    margin: 30px 0 0 30px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block {
    float: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block:nth-child(1) {
    margin: 0 0 5px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block
    a {
    font-size: 18px;
    line-height: 24px;
  }
  .b_director_page .b_director_page_content {
    padding: 15px;
  }
  .b_director_page .b_director_page_content_grey {
    padding: 20px;
  }
  .b_director_page .b_director_page_content_left {
    width: 360px;
  }
  .b_director_page .b_director_page_content_left_title span {
    font-size: 16px;
    line-height: 21px;
  }
  .b_director_page .b_director_page_content_left_text {
    margin-top: 3px;
  }
  .b_director_page .b_director_page_content_left_text p,
  .b_director_page .b_director_page_content_right_text p {
    font-size: 12px;
    line-height: 26px;
  }
  .b_director_page .b_director_page_content_right {
    width: 255px;
  }
  .b_director_page .b_director_page_form {
    height: 605px;
    width: 724px;
    padding: 0 26px;
  }
  .b_director_page .b_director_page_form_bg {
    height: 605px;
    width: 724px;
  }
  .b_director_page .b_director_page_form_bg img {
    display: block;
    height: 100%;
    width: auto;
    margin-right: -100px;
    float: right;
  }
  .b_director_page .b_director_page_form_content {
    margin-top: 40px;
  }
  .b_director_page .b_director_page_form_content_headline {
    margin-bottom: 23px;
  }
  .b_director_page .b_director_page_form_content_headline span {
    font-size: 20px;
    line-height: 28px;
  }
  .b_director_page .b_director_page_form_content_left {
    width: 100%;
    margin-right: 0;
  }
  .b_director_page
    .b_director_page_form_content_left
    .b_director_page_form_input {
    width: 180px;
    clear: both;
  }
  .b_director_page
    .b_director_page_form_content_left
    .b_director_page_form_input:not(:last-child) {
    margin-bottom: 15px;
  }
  .b_director_page .b_director_page_form_content_right {
    width: 100%;
    margin-top: 20px;
  }
  .b_director_page
    .b_director_page_form_content_right
    .b_director_page_form_input {
    height: 100px;
    width: 355px;
    margin-top: 15px;
  }
  .b_director_page .b_director_page_form_input {
    padding: 8px 10px 8px 20px;
  }
  .b_director_page .b_director_page_form_content_button_bg {
    margin-top: 15px;
    clear: both;
    float: left;
  }
  .b_director_page .b_director_page_form_content_button {
    height: 47px;
    width: 214px;
    font-size: 14px;
    line-height: 47px;
  }
  .b_director_page .b_director_page_form_success {
    width: 500px;
    margin: 105px auto 0;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_headline
    > * {
    font-size: 20px;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_text {
    margin: 10px 0 0;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_form
    .b_director_page_form_success_form_input {
    width: 180px;
    padding: 8px 10px 8px 20px;
    margin: 0 0 0 15px;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_form
    .b_director_page_form_success_form_button_bg {
    margin: 30px 0 0;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_form
    .b_director_page_form_success_form_button_bg
    .b_director_page_form_success_form_button {
    width: 214px;
    margin: 0 0 0 242px;
  }
  .b_director_page
    .b_director_page_form_success
    .b_director_page_form_success_image {
    margin: 40px 0 20px;
  }
  .b_news_page {
    margin: 25px 0 30px;
  }
  .b_news_page .b_news_page_left {
    width: 700px;
  }
  .b_news_page .b_news_page_right {
    width: 700px;
    margin: 25px 0 0;
  }
  .b_news_page .b_news_page_right .b_news_page_lastitems,
  .b_news_page .b_news_page_right .b_news_page_questions,
  .b_news_page .b_news_page_right .b_news_page_services {
    width: 650px;
    padding: 30px 25px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_headline
    > * {
    font-size: 16px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list {
    margin: 5px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li {
    width: 92%;
    margin: 10px 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_icon {
    top: -2px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link,
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link
    > a {
    font-size: 13px;
    line-height: 22px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons {
    width: 100%;
    float: left;
    margin: 30px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    padding: 0 17px 0 20px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_headline
    > * {
    font-size: 16px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list {
    margin: 5px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li {
    width: 310px;
    margin: 4px 15px 4px 0;
  }
  .b_content_pager_bg .b_content_pager a,
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li
    > a {
    font-size: 13px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_headline
    > * {
    font-size: 16px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_list
    > li {
    float: none;
    display: inline-block;
    width: 300px;
    margin: 4px 20px 10px 0;
    vertical-align: top;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_list
    > li
    > .b_date,
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_list
    > li
    > .b_link {
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page .b_news_page_right .b_questions_page_form {
    width: 640px;
    padding: 30px;
    min-height: 131px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_headline {
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_headline
    > * {
    font-size: 18px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input {
    display: inline-block;
    width: 260px;
    height: 24px;
    margin: 0 0 18px;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input:nth-child(1) {
    margin-right: 25px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input.textarea {
    width: 596px;
    margin: 0 0 18px;
    line-height: 24px;
    height: 120px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_button_bg {
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_button_bg
    .b_questions_page_form_form_button {
    width: 284px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content.success
    .b_questions_page_form_headline
    b,
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content.success
    .b_questions_page_form_text
    b {
    line-height: 27px;
  }
  .b_news_page_list {
    margin: 0 0 10px;
  }
  .b_news_page_list.articles {
    margin: 20px 0;
  }
  .b_news_page_list .b_news_page_list_item {
    min-height: 185px;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_image {
    width: 250px;
    height: 185px;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_right {
    width: 420px;
    margin: 10px 10px 15px 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_date {
    margin: 0;
    font-size: 11px;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link {
    margin: 2px 0 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 21px;
  }
  .b_news_page_article {
    width: 650px;
    margin: 0 0 25px;
    padding: 25px 20px 25px 30px;
  }
  .b_news_page_article.articles {
    margin: 20px 0;
  }
  .b_news_page_article .b_news_page_article_date {
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page_article .b_news_page_article_headline {
    margin: 3px 0 0;
  }
  .b_news_page_article .b_news_page_article_headline > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_news_page_article .b_news_page_article_text {
    font-size: 12px;
    line-height: 24px;
  }
  .b_services_price {
    margin: 30px 0 0;
  }
  .b_services_price .b_services_price_doctor {
    width: 640px;
    margin: 0 0 35px;
    padding: 30px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_headline {
    width: 100%;
    max-width: 100%;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_name {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_job {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline_button {
    height: 34px;
    margin: 10px 0 0;
    padding: 0 15px 0 17px;
    font-size: 13px;
    line-height: 34px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table {
    margin: 25px 0 0;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table td {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_table
    thead
    tr
    td {
    font-size: 14px;
    font-weight: 24px;
  }
  .b_sertificates_page {
    width: 700px;
    margin: 30px 0;
  }
  .b_sertificates_page .b_sertificates_list {
    width: 700px;
    margin: 0 0 10px;
  }
  .b_sertificates_page .b_sertificates_list .b_sertificates_list_item {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_image {
    width: 320px;
    height: 230px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_image
    > img {
    height: 230px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content {
    width: 345px;
    padding: 20px 0 15px;
    margin: 0 15px 0 0;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content
    .b_sertificates_list_item_headline {
    font-size: 14px;
    line-height: 24px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content
    .b_sertificates_list_item_text {
    font-size: 12px;
    line-height: 22px;
  }
  .b_questions_page {
    width: 700px;
    margin: 0 0 25px;
  }
  .b_questions_page .b_questions_page_item {
    width: 600px;
    margin: 0 0 20px;
    padding: 30px 40px 30px 60px;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_headline {
    font-size: 16px;
    line-height: 26px;
  }
  .b_questions_page
    .b_questions_page_item
    .b_questions_page_item_headline
    .b_icon {
    left: -40px;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_text {
    font-size: 12px;
    line-height: 23px;
  }
  .b_doctors_page {
    width: 700px;
    margin: 30px 0;
  }
  .b_doctors_page .b_doctors_page_list {
    width: 1065px;
  }
  .b_doctors_page .b_doctors_page_list .b_doctors_page_list_item {
    width: 340px;
    height: 365px;
    margin: 0 20px 37px 0;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 340px;
    height: 230px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    float: left;
    width: 310px;
    margin: 17px 15px 0;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_doctors_page_content {
    width: 630px;
    padding: 30px 25px 20px;
    border: 10px solid #fff;
  }
  .b_doctors_page_content .b_doctors_page_content_headline > * {
    font-size: 20px;
    line-height: 30px;
  }
  .b_doctors_page_content .b_doctors_page_content_text {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 23px;
  }
  .b_doctors_page_content .b_doctors_page_content_text b {
    font-size: 15px;
  }
  .b_doctors_page_content
    .b_doctors_page_content_text
    .b_doctors_page_content_text_column {
    width: 100%;
  }
  .b_other_doctors_page_list {
    width: 700px;
  }
  .b_other_doctors_page_list .b_other_doctors_page_list_headline > * {
    font-size: 18px;
  }
  .b_other_doctors_page_list .b_doctors_page_list_item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 325px;
    margin: 0 20px 30px 0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 107px;
    height: 73px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    width: 205px;
    margin: 5px 5px 3px 0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-size: 12px;
    line-height: 18px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    font-size: 10px;
    line-height: 18px;
  }
  .b_doctor_page_doctor {
    width: 680px;
    padding: 10px 10px 40px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_gray {
    width: 680px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_image {
    width: 250px;
    height: 230px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right {
    width: 405px;
    margin: 10px 10px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_name {
    font-size: 16px;
    line-height: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_job {
    margin: 3px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_text {
    margin: 5px 0 0;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_button {
    height: 21px;
    margin: 10px 0 15px;
    padding: 6px 12px 6px 15px;
    font-size: 13px;
    line-height: 21px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_content {
    width: 650px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_headline {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education {
    margin: 20px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_year {
    width: 80px;
    font-size: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_text {
    width: 505px;
  }
  .b_404_page {
    width: 660px;
    padding: 35px 20px;
    min-height: 400px;
  }
  .b_404_page .b_404_image {
    width: 200px;
  }
  .b_404_page .b_404_content {
    width: 420px;
    padding: 10px 0 0;
  }
  .b_404_page .b_404_content .b_404_content_text {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .b_404_page .b_404_content .b_404_content_text.top b {
    font-size: 17px;
  }
  .b_404_page .b_404_content .b_404_content_text.bottom b {
    font-size: 14px;
  }
  .b_simple_page {
    float: left;
    width: 650px;
    height: auto;
    margin: 30px 0;
    padding: 25px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
  }
  .b_simple_page .b_simple_page_headline {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .b_before0after_page {
    width: 700px;
    margin: 30px 0 40px;
  }
  .b_before0after_page .b_before0after_page_list {
    width: 720px;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item {
    width: 335px;
    margin: 0 20px 35px 0;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_image {
    width: 100%;
    height: auto;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_content {
    width: 90%;
    margin: 15px 5% 25px;
    font-size: 12px;
    line-height: 22px;
  }
  .search__popup_body .search__popup_inner {
    width: 700px;
    height: 168px;
    padding: 0 17px;
  }
  .search__popup_body .search__popup_header {
    padding-top: 32px;
    margin-bottom: 8px;
  }
  .search__popup_body .search__popup_header span {
    font-size: 21px;
  }
  .search__popup_body .search__popup_form input {
    height: 53px;
    width: 510px;
  }
  .search__popup_body .search__popup_form button {
    height: 53px;
  }
  .search__popup_body .search__popup_close {
    top: 18px;
    right: 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .search_page .search_page_form {
    padding: 0 40px;
  }
  .search_page_list .search_page_list_item {
    padding: 35px 40px 35px 40px;
  }
  .search_page_list_item .search_page_list_item_link {
    font-size: 18px;
  }
  .search_page_list_item .search_page_list_item_content {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 729px) {
  body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background: #ebebeb;
  }
  .b_index_popular_services .b_index_popular_services_left h3 {
    font-size: 15px;
    line-height: 25px;
  }

  .b_wrapper {
    width: 100%;
    margin: 0 auto -180px;
    height: auto;
    position: relative;
  }
  .b_wrapper .b_push {
    height: 180px;
  }
  header {
    float: left;
    width: 100%;
    height: 148px;
    margin: 0;
  }
  header .b_header_mobileblock {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0;
  }
  header .b_header_mobileblock:after,
  header .b_header_mobileblock:before {
    display: none;
  }
  header .b_header_mobileblock .b_header_mobileblock_phones {
    width: 55%;
    height: 36px;
  }
  header
    .b_header_mobileblock
    .b_header_mobileblock_phones
    .b_header_mobileblock_phones_phone:nth-child(1) {
    margin: 6px 0 0 15px;
  }
  header
    .b_header_mobileblock
    .b_header_mobileblock_phones
    .b_header_mobileblock_phones_phone:nth-child(2) {
    display: none;
  }
  header
    .b_header_mobileblock
    .b_header_mobileblock_phones
    .b_header_mobileblock_phones_phone
    .b_icon {
    margin: 0 5px 0 0;
  }
  header .b_header_mobileblock .b_header_mobileblock_callback,
  header
    .b_header_mobileblock
    .b_header_mobileblock_phones
    .b_header_mobileblock_phones_phone
    a {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  header .b_header_mobileblock .b_header_mobileblock_callback {
    float: right;
    width: 45%;
    height: 36px;
    background: #00c9c5;
    text-align: center;
    line-height: 36px;
  }
  header .b_header_mobileblock .b_header_mobileblock_callback:hover {
    background: #008fc4;
  }
  header .b_header_top {
    height: 95px;
    padding: 15px 0 0;
  }
  header .b_header_top .b_header_top_index_mobile_h1 {
    display: block;
  }
  header .b_header_top .b_header_top_logo {
    width: 200px;
    height: 58px;
    margin: 7px 0 0 15px;
  }
  header .b_header_top .b_header_top_mobilebutton {
    display: block;
  }
  header .b_header_top .b_header_top_searchBrn {
    display: block;
  }
  header .b_header_top .b_header_top_callback,
  header .b_header_top .b_header_top_contacts,
  header .b_header_top .b_header_top_text {
    display: none;
  }
  header .b_header_menu {
    display: none !important;
  }
  header.index {
    height: 178px;
  }
  header.index .b_header_top {
    padding: 45px 0 0;
  }
  header.index .b_header_top .b_header_top_text {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
  }
  header.index .b_header_top .b_header_top_text .b_header_top_text_headline {
    display: block;
    position: absolute;
    top: -95px;
    left: 15px;
    width: 90%;
    height: 20px;
  }
  header.index
    .b_header_top
    .b_header_top_text
    .b_header_top_text_headline
    > * {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #00b7ff;
    font-weight: 700;
    line-height: 20px;
    font-style: italic;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li
    > a,
  header.index
    .b_header_top
    .b_header_top_text
    .b_header_top_text_headline
    > *
    span {
    font-size: 13px;
  }
  header.index .b_header_top .b_header_top_text .b_header_top_text_adress {
    display: none;
  }
  footer {
    width: 100%;
    height: 180px;
  }
  footer .b_footer_top {
    width: 91%;
    height: 160px;
    padding: 20px 4% 0 5%;
  }
  footer .b_footer_top .b_footer_top_copyright {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
  .b_content,
  footer .b_footer_top .b_footer_top_socials {
    width: 100%;
    float: left;
    margin: 10px 0 0;
  }
  footer .b_footer_top .b_footer_top_socials .b_footer_top_socials_link {
    margin: 0 10px 0 0;
  }
  footer
    .b_footer_top
    .b_footer_top_socials
    .b_footer_top_socials_link
    .b_text {
    font-size: 12px;
  }
  footer .b_footer_top .b_footer_top_phone {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  footer .b_footer_top .b_footer_top_madeby {
    float: left;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 25px;
  }
  .b_content:after,
  .b_content:before,
  footer .b_footer_bottom {
    display: none;
  }
  .b_content {
    margin: 0;
  }
  .b_index_slider_bg {
    background: #000;
  }
  .b_index_slider_bg,
  .b_index_slider_bg .b_index_slider,
  .b_index_slider_bg .b_index_slider .b_slide {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .b_index_slider_bg .b_index_slider .b_slide {
    float: left;
  }
  .b_index_slider_bg .b_index_slider .b_slide .b_slide_image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }
  .b_index_slider_bg .b_index_slider .b_slide .b_slide_content_bg {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content {
    width: 91%;
    margin: 0;
    padding: 0 0 0 5%;
    height: auto;
    overflow: visible;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline {
    margin: 15px 0 0;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_headline
    > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_text {
    width: 100%;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button_bg
    .b_slide_content_button {
    height: 32px;
    margin: 0;
    padding: 0 7px 0 12px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content
    .b_slide_content_button_bg
    .b_slide_content_button_bg_controls {
    display: block;
  }
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls {
    position: relative;
    float: left;
    width: 91%;
    height: 38px;
    margin: 10px 0 20px;
    padding: 0 0 0 5%;
    bottom: 0;
    left: 0;
  }
  .b_index_dmitriy:after,
  .b_index_dmitriy:before,
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls
    .b_slide_content_controls_left,
  .b_index_slider_bg
    .b_index_slider
    .b_slide
    .b_slide_content_bg
    .b_slide_content_controls
    .b_slide_content_controls_right {
    display: none;
  }
  .b_index_dmitriy,
  .b_index_services {
    width: 91%;
    margin: 0;
    padding: 25px 4% 25px 5%;
  }
  .b_index_services .b_index_services_headline {
    text-align: left;
    width: 100%;
  }
  .b_index_services .b_index_services_headline > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_index_services .b_index_services_items {
    margin: 30px 0 0;
  }
  .b_index_services .b_index_services_items .b_index_services_items_block {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    > img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    top: -2px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content {
    float: left;
    width: 83%;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_link
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_index_services
    .b_index_services_items
    .b_index_services_items_block
    .b_index_services_items_block_content
    .b_index_services_items_block_content_text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 19px;
  }
  .b_index_services .b_index_services_link {
    margin: 10px 0 0 -4%;
  }
  .b_index_services .b_index_services_link .b_index_services_link_button {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_index_services.tax_refund {
    background: transparent;
  }
  .b_index_dmitriy {
    padding: 0 4% 0 5%;
    height: auto;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .instagram-link,
  .b_index_dmitriy .b_index_dmitriy_image,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item:after,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item:before,
  .b_index_zakaz:after,
  .b_index_zakaz:before {
    display: none;
  }
  .b_index_dmitriy .b_index_dmitriy_content {
    width: 100%;
    margin: 25px auto 0;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_headline {
    width: 100%;
    margin: 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_headline
    > * {
    font-size: 15px;
    line-height: 25px;
  }
  .b_index_dmitriy .b_index_dmitriy_content .b_index_dmitriy_content_leftblock {
    width: 100%;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .instagram-link.hidden {
    display: inline-block;
    margin-left: 27px;
    margin-bottom: 20px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .big {
    font-size: 13px;
    line-height: 24px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .dash,
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .name {
    color: #19deda;
    font-size: 13px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table {
    width: 100%;
    margin: 15px 0 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_table
    td {
    vertical-align: top;
    padding: 0 5px 3px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers {
    width: 100%;
    margin: 25px 0 15px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger {
    width: 180px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger
    > img {
    width: 63px;
    height: 50px;
    top: -10px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger
    .b_trigger_text {
    width: 110px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(1) {
    margin: 0 0 10px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(1)
    > img {
    left: -10px;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(2) {
    margin: 0 15px 10px 0;
  }
  .b_index_dmitriy
    .b_index_dmitriy_content
    .b_index_dmitriy_content_leftblock
    .b_index_dmitriy_content_leftblock_triggers
    .b_trigger:nth-child(2)
    > img {
    top: -7px;
    left: -8px;
  }
  .b_index_dmitriy .b_index_dmitriy_content_leftblock__bottom {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .b_index_dmitriy .b_index_dmitriy_emblem {
    display: none;
    width: 200px;
    margin: 15px auto 0;
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .b_index_dmitriy .b_index_dmitriy_emblem.hidden,
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text.success {
    display: block;
  }
  .b_index_reviews {
    width: 91%;
    padding: 25px 4% 25px 5%;
  }
  .b_index_reviews .b_index_reviews_headline {
    width: 100%;
    text-align: left;
  }
  .b_index_reviews .b_index_reviews_headline > * {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .b_index_reviews .b_index_reviews_headline .b_index_reviews_headline_link {
    float: left;
    margin: 0 20px 0 0;
    line-height: 26px;
  }
  .b_index_reviews .b_index_reviews_items {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
  }
  .b_index_reviews .b_index_reviews_items > div {
    display: block;
    float: left;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0 0;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review:nth-child(2),
  .b_index_reviews .b_index_reviews_items > div .b_review:nth-child(3) {
    display: none;
  }
  .b_index_reviews .b_index_reviews_items > div .b_review .b_review_text {
    border: 4px solid #cdedfb;
    padding: 15px 4%;
    width: 90%;
    font-size: 12px;
    line-height: 20px;
  }
  .b_index_reviews
    .b_index_reviews_items
    > div
    .b_review
    .b_review_text:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 3%;
    width: 0;
    height: 0;
    border-top: 14px solid #cdedfb;
    border-right: 20px solid transparent;
  }
  .b_index_zakaz {
    width: 91%;
    margin: 0;
    padding: 0 4% 0 5%;
    height: auto;
    min-height: 480px;
    overflow: hidden;
  }
  .b_index_zakaz .b_index_zakaz_emblem {
    width: 135px;
    margin: 35px auto 0;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .b_index_zakaz .b_index_zakaz_content {
    width: 100%;
    margin: 25px 0;
  }
  .b_index_zakaz .b_index_zakaz_content.not_index {
    margin: 15px auto 0 0;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_headline > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_text {
    display: none;
    font-size: 13px;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_form {
    margin: 25px 0 0;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_input {
    float: left;
    width: 70%;
    margin: 0 0 10px 7%;
    padding: 8px 10% 8px 5%;
    transition: 0.3s;
  }
  .b_index_zakaz_content_form_input + span {
    width: 70%;
    left: 55px;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg {
    margin: 15px 0 0;
    text-align: center;
  }
  .b_index_zakaz
    .b_index_zakaz_content
    .b_index_zakaz_content_form
    .b_index_zakaz_content_form_button_bg
    .b_index_zakaz_content_form_button {
    display: inline-block;
    float: none;
    width: 214px;
    margin: 0;
  }
  .b_index_zakaz .b_index_zakaz_content .b_index_zakaz_content_success_image {
    margin: 10px 0 20px;
  }
  .b_index_zakaz.services {
    width: 91%;
    margin: 0;
    padding: 0 4% 0 5%;
    height: auto;
  }
  .b_index_zakaz.services .b_index_zakaz_image_bg {
    height: 620px;
  }
  .b_index_zakaz.services .b_index_zakaz_image_bg .b_index_zakaz_image {
    width: auto;
    float: left;
  }
  .b_index_zakaz.services .b_index_zakaz_content {
    width: 100%;
    margin: 17px 0 25px;
  }
  .b_index_newsblock_bg {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }
  .b_index_newsblock_bg .b_index_newsblock {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news {
    float: left;
    width: 91%;
    margin: 10px 0;
    padding: 0 4% 0 5%;
    position: relative;
    display: block;
    background: #e8f8ff;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_news > div {
    float: left;
    width: 100%;
    height: auto;
    margin: 25px 0;
    padding: 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_headline
    > * {
    font-size: 17px;
    line-height: 26px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider {
    width: 100%;
    margin: 10px 0 0;
    height: auto;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide {
    float: left;
    width: 100%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    background: 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item:first-child {
    margin: 0 0 10px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_image
    > img {
    display: none;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_date {
    width: 100%;
    margin: 8px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link {
    width: 100%;
    height: auto;
    margin: 2px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider
    .b_slide
    .b_index_news_item
    .b_index_news_item_link
    > a {
    font-size: 12px;
    line-height: 21px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls {
    margin: 10px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_button {
    margin: 0;
    font-size: 13px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_controls_left,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .b_index_news_slider_controls_right,
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_news
    > div
    .b_index_news_slider_controls
    .rsBullets,
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg:before {
    display: none;
  }
  .b_index_newsblock_bg .b_index_newsblock .b_index_questions_bg {
    float: left;
    width: 100%;
    display: block;
    background: #cbecfb;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions {
    width: 91%;
    padding: 25px 5% 25px 4%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_headline
    > * {
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list {
    margin: 10px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li {
    float: left;
    margin: 10px 0 0 30px;
    width: 90%;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li
    .b_icon {
    top: 3px;
    left: -25px;
    width: 15px;
    height: 15px;
    /* background: url(../images/icons/sprite.png); */
    background: url(./images/icons/sprite.png);
    background-position: -228px 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    cursor: pointer;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons {
    width: 100%;
    margin: 20px 0 0;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    margin: 0;
    padding: 0 17px 0 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
  }
  .b_index_newsblock_bg
    .b_index_newsblock
    .b_index_questions_bg
    .b_index_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_content_headline,
  .b_services_page_left_right_headline {
    width: 91%;
    margin: 0;
    padding: 0 4% 15px 5%;
    background: #fff;
  }
  .b_content_headline.b_services_page_left_right_headline,
  .b_services_page_left_right_headline.b_services_page_left_right_headline {
    width: 91%;
    margin: 0;
    padding: 0 4% 15px 5%;
  }
  .b_content_headline .b_content_headline_breadlinks > a,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > a {
    font-size: 10px;
    line-height: 20px;
  }
  .b_content_headline .b_content_headline_breadlinks > span,
  .b_services_page_left_right_headline .b_content_headline_breadlinks > span {
    font-size: 12px;
    line-height: 20px;
  }
  .b_content_headline .b_content_headline_zagolovok > :not(a),
  .b_services_page_left_right_headline .b_content_headline_zagolovok > :not(a) {
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 32px;
  }
  .b_content_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button,
  .b_services_page_left_right_headline
    .b_content_headline_zagolovok
    .b_content_headline_zagolovok_button {
    height: 32px;
    margin: 8px 0 0 35px;
    padding: 0 12px 0 15px;
    font-size: 13px;
    line-height: 32px;
  }
  .b_content_zakaz {
    margin: 20px 0;
  }
  .b_content_zakaz .b_content_zakaz_infoblock {
    width: 91%;
    margin: 15px 0;
    padding: 20px 4% 30px 5%;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock,
  .b_write_director_button a span {
    font-size: 12px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .big {
    font-size: 16px;
    line-height: 24px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock
    .normal {
    font-size: 12px;
    line-height: 22px;
  }
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d1 {
    width: 100%;
    margin: 0 0 20px;
  }
  .b_about_dmitriy > img,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d2,
  .b_content_zakaz
    .b_content_zakaz_infoblock
    .b_content_zakaz_infoblock_textblock.d3,
  .b_director_page .b_director_page_form:after,
  .b_director_page .b_director_page_form:before,
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline:before,
  .b_services_page .b_services_page_left {
    display: none;
  }
  .b_services_page {
    width: 100%;
    margin: 0 0 25px;
  }
  .b_services_page .b_services_page_left_right {
    width: 100%;
  }
  .b_services_list {
    margin: 25px 0 0;
  }
  .b_services_list .b_services_list_item {
    width: 91%;
    padding: 20px 4% 20px 5%;
    margin: 0 0 20px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_headline {
    float: left;
    width: 100%;
  }
  .b_services_list .b_services_list_item .b_services_list_item_headline > a {
    font-size: 16px;
  }
  .b_services_list .b_services_list_item .b_services_list_item_text {
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 0;
  }
  .b_services_list .b_services_list_item .b_services_list_item_button > a {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .b_service_content {
    padding: 0 0 20px;
  }
  .b_service_content + .b_index_zakaz .b_index_zakaz_emblem {
    left: inherit;
    right: inherit;
  }
  .b_service_content .b_service_content_gray {
    width: 91%;
    margin: 0;
    padding: 25px 4% 25px 5%;
    font-size: 12px;
    line-height: 22px;
  }
  .b_service_content .b_service_content_item {
    margin: 30px 0 0;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline {
    width: 91%;
    height: auto;
    padding: 6px 4% 7px 5%;
  }
  .b_director_page .b_director_page_content_left_title span,
  .b_service_content
    .b_service_content_item
    .b_service_content_item_headline_bg
    .b_service_content_item_headline
    > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_service_content .b_service_content_item .b_service_content_item_text {
    width: 91%;
    margin: 20px 4% 0 5%;
    font-size: 12px;
    line-height: 22px;
  }
  .b_about_triggers {
    margin: 0;
  }
  .b_about_triggers .b_about_triggers_item {
    float: left;
    display: block;
    width: 100%;
  }
  .b_about_triggers .b_about_triggers_item:nth-child(1),
  .b_about_triggers .b_about_triggers_item:nth-child(2),
  .b_about_triggers .b_about_triggers_item:nth-child(3),
  .b_about_triggers .b_about_triggers_item:nth-child(4) {
    margin: 0 0 20px;
  }
  .b_about_triggers .b_about_triggers_item .b_about_triggers_item_right {
    width: 100%;
    margin: 10px 0 0;
  }
  .b_about_triggers
    .b_about_triggers_item
    .b_about_triggers_item_right
    .b_about_triggers_item_right_headline
    > * {
    font-size: 16px;
    line-height: 26px;
  }
  .b_about_security {
    margin: 20px 0;
  }
  .b_about_security .b_about_security_item {
    float: left;
    width: 190px;
    margin: 0 8px;
  }
  .b_about_security .b_about_security_item > img {
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 15px;
  }
  .b_about_security .b_about_security_item .b_about_security_item_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #0691dc;
    font-weight: 700;
    line-height: 24px;
  }
  .b_about_dmitriy {
    float: left;
    width: 91%;
    margin: 0;
    padding: 20px 4% 15px 5%;
    min-height: auto;
  }
  .b_about_dmitriy .b_about_dmitriy_content {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 10px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_name,
  .b_director_page .b_director_page_form_content_headline span {
    font-size: 16px;
    line-height: 26px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_job {
    margin: 10px 0 0;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    font-style: italic;
    line-height: 23px;
  }
  .b_about_dmitriy .b_about_dmitriy_content .b_about_dmitriy_text b {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
  }
  .b_about_partners,
  .b_about_reviews {
    width: 91%;
    padding: 0 4% 0 5%;
  }
  .b_about_reviews .b_about_reviews_items .b_about_reviews_item {
    margin: 0 0 25px;
  }
  .b_about_reviews
    .b_about_reviews_items
    .b_about_reviews_item
    .b_about_reviews_item_text {
    float: left;
    width: 90%;
    height: auto;
    margin: 0 0 20px;
    padding: 10px 3% 10px 4%;
    border: 4px solid #cdedfb;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    font-style: italic;
  }
  .b_about_reviews
    .b_about_reviews_items
    .b_about_reviews_item
    .b_about_reviews_item_text:before {
    bottom: -16px;
  }
  .b_about_partners {
    margin: 15px 0 0;
  }
  .b_about_partners .b_about_partners_items .b_about_partners_item {
    padding: 20px 0 0;
    margin: 0 0 15px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_image {
    width: 270px;
    height: 180px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_headline
    > * {
    font-size: 14px;
    line-height: 24px;
  }
  .b_about_partners
    .b_about_partners_items
    .b_about_partners_item
    .b_about_partners_item_content
    .b_about_partners_item_content_text,
  .b_director_page .b_director_page_content_left_text p,
  .b_director_page .b_director_page_content_right_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .b_about_vacancy,
  .b_director_page .b_director_page_form_content form {
    width: 100%;
  }
  .b_about_vacancy .b_about_vacancy_headlne {
    font-size: 15px;
    line-height: 25px;
  }
  .b_contacts_page {
    margin: 25px 0 20px;
    background: 0 0;
  }
  .b_contacts_page .b_contacts_page_map {
    width: 91%;
    height: 200px;
    margin: 0 4% 20px 5%;
  }
  .b_contacts_page .b_contacts_page_map .b_contacts_page_map_preload > span {
    top: 20%;
    font-size: 12px;
  }
  .b_contacts_page .b_contacts_page_content {
    width: 91%;
    padding: 0 0 30px;
    margin: 0 4% 0 5%;
    background: #fff;
  }
  .b_contacts_page .b_contacts_page_content .b_contacts_page_content_item {
    float: left;
    width: 92%;
    margin: 20px 0 0 4%;
    padding: 0;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block {
    float: left;
    width: 65%;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block:nth-child(1) {
    width: 35%;
    max-width: 95px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block
    b {
    font-size: 14px;
  }
  .b_contacts_page
    .b_contacts_page_content
    .b_contacts_page_content_item
    .b_contacts_page_content_item_block
    a {
    font-size: 18px;
    line-height: 24px;
  }
  .b_director_page {
    margin: 20px 0;
  }
  .b_director_page .b_director_page_content {
    padding: 15px 0;
  }
  .b_director_page .b_director_page_content_grey {
    padding: 20px 4% 20px 5%;
  }
  .b_director_page .b_director_page_content_left {
    width: 100%;
    margin-right: 0;
  }
  .b_director_page .b_director_page_content_right {
    width: 100%;
    margin-top: 8px;
  }
  .b_director_page .b_director_page_content_right_text {
    margin-top: 0;
  }
  .b_director_page .b_director_page_form {
    height: 750px;
    width: 100%;
    margin: 0;
    padding: 0 4% 0 5%;
    overflow: hidden;
  }
  .b_director_page .b_director_page_form_bg {
    height: 750px;
    width: 100%;
  }
  .b_director_page .b_director_page_form_bg img,
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_icon {
    display: none;
  }
  .b_director_page .b_director_page_form_content {
    width: 100%;
    margin-top: 30px;
  }
  .b_director_page .b_director_page_form_content_headline {
    text-align: center;
    margin-bottom: 25px;
  }
  .b_director_page .b_director_page_form_content_left {
    width: 100%;
    margin-right: 0;
  }
  .b_director_page
    .b_director_page_form_content_left
    .b_director_page_form_input {
    display: block;
    width: 70%;
    margin: auto;
    float: none;
  }
  .b_director_page
    .b_director_page_form_content_left
    .b_director_page_form_input:not(:last-child) {
    margin-bottom: 8px;
  }
  .b_director_page .b_director_page_form_content_right {
    width: 100%;
    margin-top: 15px;
  }
  .b_director_page
    .b_director_page_form_content_right
    .b_director_page_form_input {
    display: block;
    height: 90px;
    width: 70%;
    margin: 8px auto 0;
    float: none;
  }
  .b_director_page .b_director_page_form_content_theme {
    width: 85%;
    margin: 0 0 8px 8%;
  }
  .b_director_page .b_director_page_form_content_theme_title {
    float: none;
  }
  .b_director_page .b_director_page_form_content_theme_radio {
    margin-top: 5px;
    float: none;
  }
  .b_director_page .b_director_page_form_content_theme_radio label {
    margin: 5px 0 0;
    clear: both;
  }
  .b_director_page .b_director_page_form_content_button_bg {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }
  .b_director_page .b_director_page_form_content_button {
    display: inline-block;
    height: 47px;
    width: 214px;
    font-size: 14px;
    line-height: 47px;
    float: none;
  }
  .b_director_page .b_director_page_form_input {
    padding: 8px 10% 8px 5%;
  }
  .b_news_page {
    margin: 25px 0 30px;
  }
  .b_news_page .b_news_page_left {
    width: 100%;
  }
  .b_news_page .b_news_page_right {
    width: 100%;
    margin: 20px 0 0;
  }
  .b_news_page .b_news_page_right .b_news_page_questions {
    width: 91%;
    padding: 25px 4% 25px 5%;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_headline
    > * {
    font-size: 16px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list {
    margin: 5px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li {
    width: 100%;
    margin: 10px 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_list
    > li
    .b_index_questions_list_link {
    font-size: 13px;
    line-height: 22px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons {
    width: 100%;
    float: left;
    margin: 30px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button {
    height: 36px;
    padding: 0 17px 0 20px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_questions
    .b_index_questions_buttons
    .b_index_questions_buttons_button_blue {
    height: 36px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 17px;
    font-size: 13px;
    line-height: 36px;
  }
  .b_news_page .b_news_page_right .b_news_page_lastitems,
  .b_news_page .b_news_page_right .b_news_page_services {
    width: 91%;
    padding: 20px 4% 20px 5%;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_headline
    > * {
    font-size: 16px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list {
    margin: 5px 0 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_services
    .b_news_page_services_list
    > li {
    width: 100%;
    margin: 4px 0;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_headline
    > * {
    font-size: 16px;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_list
    > li {
    width: 100%;
    margin: 4px 0 10px;
    vertical-align: top;
  }
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_list
    > li
    > .b_date,
  .b_news_page
    .b_news_page_right
    .b_news_page_lastitems
    .b_news_page_lastitems_list
    > li
    > .b_link,
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link
    > a {
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page .b_news_page_right .b_questions_page_form {
    width: 91%;
    padding: 20px 4% 20px 5%;
    min-height: 153px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_headline {
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_headline
    > * {
    font-size: 18px;
    line-height: 28px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input {
    display: inline-block;
    width: 90%;
    height: 24px;
    margin: 0 0 18px;
    padding: 6px 4% 6px 5%;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_input.textarea {
    line-height: 24px;
    height: 120px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_button_bg {
    text-align: left;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content
    .b_questions_page_form_form
    .b_questions_page_form_form_button_bg
    .b_questions_page_form_form_button {
    width: 291px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content.success
    .b_questions_page_form_headline
    b,
  .b_news_page
    .b_news_page_right
    .b_questions_page_form
    .b_questions_page_form_content.success
    .b_questions_page_form_text
    b {
    line-height: 27px;
  }
  .b_news_page_list {
    width: 94%;
    margin: 0 0 0 3%;
  }
  .b_news_page_list.articles {
    margin: 20px 0 0 3%;
  }
  .b_news_page_list .b_news_page_list_item {
    width: 92%;
    padding: 10px 4%;
    min-height: auto;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_image {
    display: none;
  }
  .b_news_page_list .b_news_page_list_item .b_news_page_list_item_right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_date {
    margin: 0;
    font-size: 11px;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_link {
    margin: 2px 0 0;
  }
  .b_news_page_list
    .b_news_page_list_item
    .b_news_page_list_item_right
    .b_news_page_list_item_text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 21px;
  }
  .b_content_pager_bg .b_content_pager {
    width: 91%;
    margin: 0 0 0 4%;
  }
  .b_content_pager_bg .b_content_pager a {
    margin: 0 5px;
    font-size: 13px;
    line-height: 28px;
  }
  .b_content_pager_bg .b_content_pager a > span.icon {
    margin: 0 5px;
  }
  .b_content_pager_bg .b_content_pager a > span.text {
    display: none;
  }
  .b_news_page_article {
    width: 91%;
    margin: 0 0 25px;
    padding: 25px 4% 25px 5%;
  }
  .b_news_page_article.articles {
    margin: 20px 0 25px;
  }
  .b_news_page_article .b_news_page_article_date {
    font-size: 12px;
    line-height: 22px;
  }
  .b_news_page_article .b_news_page_article_headline {
    margin: 3px 0 0;
  }
  .b_news_page_article .b_news_page_article_headline > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_news_page_article .b_news_page_article_text {
    font-size: 12px;
    line-height: 24px;
  }
  .b_services_price {
    width: 94%;
    padding: 0 0 0 3%;
    margin: 25px 0 0;
  }
  .b_services_price .b_services_price_doctor {
    width: 94%;
    margin: 0 0 25px;
    padding: 15px 3%;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_headline {
    width: 100%;
    max-width: 100%;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_name {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline
    .b_services_price_doctor_headline_job {
    width: 100%;
    font-size: 12px;
    line-height: 19px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_headline_button {
    height: 30px;
    margin: 10px 0 0;
    padding: 0 10px 0 7px;
    font-size: 12px;
    line-height: 30px;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table {
    margin: 25px 0 0;
  }
  .b_services_price .b_services_price_doctor .b_services_price_doctor_table td {
    padding: 7px 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .b_services_price
    .b_services_price_doctor
    .b_services_price_doctor_table
    thead
    tr
    td {
    font-size: 12px;
    font-weight: 20px;
  }
  .b_sertificates_page {
    margin: 30px 0;
    width: 100%;
  }
  .b_sertificates_page .b_sertificates_list {
    width: 100%;
    margin: 0 0 30px;
  }
  .b_sertificates_page .b_sertificates_list .b_sertificates_list_item {
    float: left;
    display: block;
    width: 91%;
    margin: 0 0 30px 5%;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image
    > img,
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_image,
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_image
    > img {
    float: left;
    width: 100%;
    height: auto;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content {
    width: 94%;
    padding: 15px 3%;
    margin: 0;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_headline,
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content
    .b_sertificates_list_item_headline {
    font-size: 14px;
    line-height: 24px;
  }
  .b_sertificates_page
    .b_sertificates_list
    .b_sertificates_list_item
    .b_sertificates_list_item_content
    .b_sertificates_list_item_text {
    font-size: 12px;
    line-height: 20px;
  }
  .b_questions_page {
    width: 100%;
    margin: 0 0 25px;
  }
  .b_questions_page .b_questions_page_item {
    width: 89%;
    margin: 0 0 20px 3%;
    padding: 20px 2% 20px 3%;
  }
  .b_questions_page
    .b_questions_page_item
    .b_questions_page_item_headline
    .b_icon {
    display: none;
  }
  .b_questions_page .b_questions_page_item .b_questions_page_item_text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 23px;
  }
  .b_doctors_page {
    width: 94%;
    margin: 30px 3%;
  }
  .b_doctors_page .b_doctors_page_list {
    width: 100%;
  }
  .b_doctors_page .b_doctors_page_list .b_doctors_page_list_item {
    float: left;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 0 25px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 100%;
    height: auto;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    float: left;
    width: 94%;
    margin: 15px 15px 20px 3%;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }
  .b_doctors_page
    .b_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_doctors_page_content {
    width: 90%;
    padding: 20px 3%;
    border: 3px solid #fff;
  }
  .b_doctors_page_content .b_doctors_page_content_headline {
    text-align: left;
  }
  .b_doctors_page_content .b_doctors_page_content_headline > * {
    font-size: 16px;
    line-height: 24px;
  }
  .b_doctors_page_content .b_doctors_page_content_text {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .b_doctors_page_content .b_doctors_page_content_text b {
    font-size: 15px;
  }
  .b_doctors_page_content
    .b_doctors_page_content_text
    .b_doctors_page_content_text_column {
    width: 100%;
  }
  .b_other_doctors_page_list {
    width: 94%;
    padding: 0 3%;
  }
  .b_404_page .b_404_content .b_404_content_text.top b,
  .b_other_doctors_page_list .b_other_doctors_page_list_headline > * {
    font-size: 16px;
  }
  .b_other_doctors_page_list .b_doctors_page_list_item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 325px;
    margin: 0 20px 30px 0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_image {
    width: 107px;
    height: 73px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content {
    width: 205px;
    margin: 5px 5px 3px 0;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_name
    > a {
    font-size: 12px;
    line-height: 18px;
  }
  .b_other_doctors_page_list
    .b_doctors_page_list_item
    .b_doctors_page_list_item_content
    .b_job {
    font-size: 10px;
    line-height: 18px;
  }
  .b_doctor_page_doctor {
    width: 94%;
    padding: 10px 3% 40px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_gray {
    width: 100%;
    background: 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_image {
    width: 100%;
    height: auto;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right {
    width: 96%;
    margin: 10px 0 0;
    padding: 0 2%;
    font-size: 12px;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_name {
    font-size: 16px;
    line-height: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_job {
    margin: 3px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_text {
    margin: 5px 0 0;
    line-height: 21px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_gray
    .b_doctor_page_doctor_gray_right
    .b_doctor_page_doctor_gray_right_button {
    height: 21px;
    margin: 10px 0 15px;
    padding: 6px 12px 6px 15px;
    font-size: 13px;
    line-height: 21px;
  }
  .b_doctor_page_doctor .b_doctor_page_doctor_content {
    width: 94%;
    padding: 10px 3%;
    font-size: 12px;
    line-height: 20px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_headline {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education {
    margin: 20px 0 0;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_year {
    width: 100%;
    font-size: 24px;
  }
  .b_doctor_page_doctor
    .b_doctor_page_doctor_content
    .b_doctor_page_doctor_content_education
    .b_doctor_page_doctor_content_education_text {
    float: left;
    width: 100%;
    margin: 10px 0 0;
  }
  .b_404_page {
    width: 90%;
    padding: 30px 5%;
    min-height: auto;
  }
  .b_404_page .b_404_image {
    width: 100%;
    height: auto;
  }
  .b_404_page .b_404_content {
    width: 100%;
    padding: 10px 0 0;
  }
  .b_404_page .b_404_content .b_404_content_text {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .b_404_page .b_404_content .b_404_content_text.bottom b {
    font-size: 13px;
  }
  .b_simple_page {
    float: left;
    width: 90%;
    height: auto;
    margin: 20px 0;
    padding: 25px 5%;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    line-height: 21px;
  }
  .b_simple_page .b_simple_page_headline {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .b_before0after_page {
    width: 94%;
    margin: 30px 3%;
  }
  .b_before0after_page .b_before0after_page_list {
    width: 100%;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item {
    float: left;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 20px 35px 0;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_image {
    float: left;
    display: block;
    width: 100%;
    height: auto;
  }
  .b_before0after_page
    .b_before0after_page_list
    .b_before0after_page_list_item
    .b_before0after_page_list_item_content {
    float: left;
    display: block;
    width: 90%;
    margin: 15px 5% 25px;
    font-size: 12px;
    line-height: 22px;
  }
  .b_content_text_styles p {
    margin: 0 0 15px;
    padding: 0;
  }
  .b_content_text_styles ul {
    list-style: none;
    padding: 0 0 0 35px;
  }
  .b_content_text_styles ul li {
    position: relative;
    margin: 15px 0;
  }
  .b_content_text_styles ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -35px;
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -78px -50px;
  }
}

@media screen and (max-width: 750px) {
  .search__popup_body .search__popup_inner {
    width: 100%;
    height: 160px;
    padding: 0 15px;
  }
  .search__popup_body .search__popup_header {
    padding-top: 32px;
    margin-bottom: 8px;
  }
  .search__popup_body .search__popup_header span {
    font-size: 21px;
  }
  .search__popup_body .search__popup_form input {
    height: 48px;
    width: 100%;
    padding: 0 15px;
  }
  .search__popup_body .search__popup_form button {
    height: 48px;
    width: 52px;
    flex: 0 0 auto;
  }
  .search__popup_body .search__popup_form i {
    margin: 0;
  }
  .search__popup_body .search__popup_form button span {
    display: none;
  }
  .search__popup_body .search__popup_close {
    top: 18px;
    right: 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .search_page .b_content_headline {
    margin-bottom: 0 !important;
  }
  .search_page .b_content_headline_count {
    font-size: 16px;
  }
  .search_page .search_page_form {
    padding: 0 15px;
    height: 90px;
  }
  .search_page .search_page_form input {
    height: 48px;
  }
  .search_page .search_page_form button {
    height: 48px;
    width: 52px;
    flex: 0 0 auto;
  }
  .search_page .search_page_form button i {
    margin: 0;
  }
  .search_page .search_page_form button span {
    display: none;
  }
  .search_page_list .search_page_list_item {
    padding: 30px 15px;
  }
  .search_page_list_item .search_page_list_item_link {
    font-size: 18px;
  }
  .search_page_list_item .search_page_list_item_content {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 729px) and (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .b_content_text_styles ul li:before {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -78px -50px;
  }
}

@media screen and (max-width: 400px) {
  header .b_header_top .b_header_top_logo {
    width: 170px;
  }
}

.slideout-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 273px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.slideout-menu > #b_mobile_navigation_close {
  width: 18px;
  height: 17px;
  float: left;
  margin: 0;
  padding: 0;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background-position: -244px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .slideout-menu > #b_mobile_navigation_close {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -244px 0;
  }
}

.slideout-menu > .b_mobile_navigation_menu {
  float: left;
  width: 273px;
  height: auto;
  min-height: 42px;
  margin: 52px 0 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #eaf0f5;
}

.slideout-menu > .b_mobile_navigation_menu > .b_mobile_navigation_menu_link {
  float: left;
  width: 240px;
  height: 42px;
  margin: 0;
  padding: 0 15px 0 18px;
  position: relative;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #eaf0f5;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}

.slideout-menu
  > .b_mobile_navigation_menu
  > .b_mobile_navigation_menu_link.active,
.slideout-menu
  > .b_mobile_navigation_menu
  > .b_mobile_navigation_menu_link:hover {
  color: #0096d4;
}

.slideout-menu > .b_mobile_navigation_menu .b_mobile_navigation_menu_list {
  float: left;
  width: 273px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eaf0f5;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list
  .b_mobile_navigation_menu_list_link {
  float: left;
  width: 240px;
  height: 42px;
  margin: 0;
  padding: 0 15px 0 18px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list
  .b_mobile_navigation_menu_list_link
  .b_icon {
  float: right;
  width: 20px;
  height: 11px;
  margin: 15px 0 0;
  padding: 0;
  position: relative;
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -263px -37px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .slideout-menu
    > .b_mobile_navigation_menu
    .b_mobile_navigation_menu_list
    .b_mobile_navigation_menu_list_link
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -263px -37px;
  }
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list
  > .b_mobile_navigation_menu_list_submenu {
  display: none;
  float: left;
  width: 235px;
  height: auto;
  margin: 0;
  padding: 0 15px 0 23px;
  position: relative;
  list-style: none;
  overflow: hidden;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list
  > .b_mobile_navigation_menu_list_submenu
  > li {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list
  > .b_mobile_navigation_menu_list_submenu
  > li
  > a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list
  > .b_mobile_navigation_menu_list_submenu
  > li:nth-last-child(1) {
  padding: 0 0 13px;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list.active {
  background: #eaf0f5;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list.active
  > .b_mobile_navigation_menu_list_submenu {
  display: block;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list.active
  .b_mobile_navigation_menu_list_link {
  color: #0096d4;
}

.slideout-menu
  > .b_mobile_navigation_menu
  .b_mobile_navigation_menu_list.active
  .b_mobile_navigation_menu_list_link
  .b_icon {
  background-image: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: -284px -37px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .slideout-menu
    > .b_mobile_navigation_menu
    .b_mobile_navigation_menu_list.active
    .b_mobile_navigation_menu_list_link
    .b_icon {
    background-image: url(../images/icons/sprite@2x.png);
    background-repeat: no-repeat;
    background-size: auto 78px;
    background-position: -284px -37px;
  }
}

html.slideout-open,
html.slideout-open .slideout-panel,
html.slideout-open body {
  overflow-scrolling: none !important;
  -webkit-overflow-scrolling: none !important;
}

html.slideout-open .slideout-panel,
html.slideout-open body {
  overflow: hidden !important;
}

html.slideout-open .b_wrapper:after,
html.slideout-open footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  z-index: 11;
}

#b_mobile_navigation {
  display: none;
}

html.slideout-open .slideout-menu {
  display: block !important;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.b_header_top_socials_link .b_icon.youtube {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20136.3%20164.8%22%3E%3Cg%20fill%3D%22%2311d4d0%22%3E%3Cpath%20d%3D%22M113.8%20108.2c-2.8%200-4.1%202.1-4.1%206.3v4.2h8.2v-4.2c0-4.2-1.4-6.3-4.1-6.3z%22%2F%3E%3Cpath%20d%3D%22M133.9%2085.1c-1.7-7.2-7.6-12.6-14.7-13.4-16.9-1.9-34-1.9-51-1.9s-34.1%200-51%201.9c-7.2.8-13.1%206.2-14.8%2013.4C0%2095.5%200%20106.7%200%20117.4c0%2010.6%200%2021.9%202.4%2032.2C4%20156.8%2010%20162.2%2017.1%20163c16.9%201.9%2034%201.9%2051%201.9s34.1%200%2051-1.9c7.1-.8%2013.1-6.1%2014.7-13.4%202.4-10.3%202.4-21.6%202.4-32.2.1-10.7.1-21.9-2.3-32.3zm-95%209.3H29v52.4h-9.2V94.4h-9.7v-8.6h28.7v8.6zm24.9%2052.4h-8.2v-5c-3.3%203.8-6.4%205.6-9.4%205.6-2.7%200-4.5-1.1-5.3-3.4-.5-1.4-.7-3.6-.7-6.8v-35.9h8.2v33.5c0%201.9%200%202.9.1%203.2.2%201.3.8%201.9%201.9%201.9%201.7%200%203.4-1.3%205.2-3.9v-34.7h8.2v45.5zM95%20133.2c0%204.2-.3%207.2-.8%209.2-1.1%203.4-3.3%205.1-6.6%205.1-2.9%200-5.8-1.6-8.5-5v4.4h-8.2v-61h8.2v19.9c2.7-3.3%205.5-4.9%208.5-4.9%203.3%200%205.5%201.7%206.6%205.1.5%201.8.8%204.8.8%209.1v18.1zm31.1-7.6h-16.5v8.1c0%204.2%201.4%206.3%204.2%206.3%202%200%203.2-1.1%203.7-3.3.1-.4.2-2.3.2-5.6h8.4v1.2c0%202.7-.1%204.5-.2%205.3-.3%201.8-.9%203.5-1.9%204.9-2.3%203.3-5.7%204.9-10%204.9s-7.6-1.6-10-4.7c-1.8-2.3-2.6-5.9-2.6-10.7v-15.9c0-4.9.8-8.4%202.5-10.7%202.4-3.1%205.7-4.7%209.9-4.7%204.1%200%207.4%201.5%209.7%204.7%201.7%202.3%202.5%205.9%202.5%2010.7v9.5z%22%2F%3E%3Cpath%20d%3D%22M83.2%20108.2c-1.4%200-2.7.6-4.1%202v27.7c1.4%201.4%202.8%202%204.1%202%202.4%200%203.6-2%203.6-6.1v-19.4c0-4.1-1.2-6.2-3.6-6.2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M53.9%200h-9.3l-6.3%2024.2L31.7%200H22c1.9%205.7%204%2011.5%205.9%2017.2%203%208.6%204.8%2015.1%205.6%2019.5v24.9h9.2V36.7L53.9%200zm24.6%2046.7v-16c0-4.9-.8-8.5-2.6-10.8-2.3-3.1-5.5-4.7-9.7-4.7-4.1%200-7.4%201.6-9.7%204.7-1.8%202.3-2.6%205.9-2.6%2010.8v16.1c0%204.9.8%208.5%202.6%2010.8%202.3%203.1%205.5%204.7%209.7%204.7%204.2%200%207.4-1.6%209.7-4.7%201.8-2.4%202.6-6%202.6-10.9zm-8.3%201.6c0%204.2-1.3%206.4-4%206.4s-4-2.1-4-6.4V29c0-4.2%201.3-6.4%204-6.4s4%202.1%204%206.4v19.3zm39.1%2013.3V15.7H101v35.1c-1.8%202.6-3.6%203.9-5.3%203.9-1.1%200-1.8-.7-2-1.9-.1-.3-.1-1.3-.1-3.2V15.7h-8.3V52c0%203.2.3%205.4.7%206.8.8%202.3%202.7%203.4%205.4%203.4%203%200%206.2-1.8%209.5-5.6v5h8.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  position: relative;
}

.b_index_cols {
  width: 100%;
  padding: 15px 18px 0;
  box-sizing: border-box;
  float: left;
}

.b_index_cols_col {
  min-height: 450px;
  width: 775px;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #eff3f5;
  float: left;
}

.b_index_cols_col:nth-child(1) {
  background-position: right top 58px;
}

.b_index_cols_col:nth-child(1) .button a:before,
.b_index_cols_col:nth-child(2) .button a:before {
  display: block;
  height: 17px;
  width: 17px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.6%2028.4l.3.3.1.1.2.1.2.1h.2c.3.1.5.1.8%200h.2l.2-.1.2-.1c.1%200%20.1%200%20.1-.1l.3-.3%206-6c.7-.8.6-2.1-.2-2.8-.7-.6-1.9-.6-2.6%200L21%2022.2V2c0-1.1-.9-2-2-2s-2%20.9-2%202v20.2l-2.6-2.6c-.8-.7-2.1-.6-2.8.2-.6.7-.6%201.9%200%202.6l6%206z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M36%2019c-1.1%200-2%20.9-2%202v13H4V21c0-1.1-.9-2-2-2s-2%20.9-2%202v13c0%202.2%201.8%204%204%204h30c2.2%200%204-1.8%204-4V21c0-1.1-.9-2-2-2z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
}

.b_index_cols_col:nth-child(2) {
  background-position: right 48px top 112px;
  float: right;
}

.b_index_cols_col:nth-child(2) .button a {
  background-color: #c71508;
}

.b_index_cols_col:nth-child(2) .button a:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20639.4%20447.7%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M626.2%2070c-7.4-27.4-29-49-56.4-56.4C519.8%200%20319.7%200%20319.7%200S119.6%200%2069.5%2013.2c-26.9%207.4-49%2029.5-56.4%2056.9C0%20120.1%200%20223.8%200%20223.8s0%20104.3%2013.2%20153.8c7.4%2027.4%2029%2049%2056.4%2056.4%2050.6%2013.7%20250.2%2013.7%20250.2%2013.7s200.1%200%20250.2-13.2c27.4-7.4%2049-29%2056.4-56.4%2013.2-50%2013.2-153.8%2013.2-153.8s.3-104.2-13.4-154.3zM256%20319.7V128l166.4%2095.9L256%20319.7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 17px auto;
}

.b_index_cols_col:nth-child(2) .button a:hover {
  background-color: #b70c00;
}

.b_index_cols_col_content {
  width: 377px;
  margin-top: 95px;
  margin-left: 75px;
}

.b_index_cols_col_content .button a span,
.b_index_cols_col_content .title > * {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #010101;
}

.b_index_cols_col_content .text {
  margin-top: 23px;
}

.b_index_cols_col_content .text p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #010101;
  margin: 0;
}

.b_index_cols_col_content .text p + p {
  margin-top: 10px;
}

.b_index_cols_col_content .button {
  margin-top: 35px;
}

.b_index_cols_col_content .button a {
  display: inline-block;
  height: 38px;
  background-color: #19deda;
  text-decoration: none;
  padding: 0 28px 0 50px;
  border-radius: 5px;
  position: relative;
}

.b_index_cols_col_content .button a span {
  display: block;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}

.b_index_cols_col_content .button a:hover {
  background-color: #008fc4;
}

.scroll-toTop {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 99;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #c7d4d4;
  border-radius: 50%;
  transition: border-color 400ms;
}

.scroll-toTop svg {
  width: 40px;
  height: auto;
  transform: translateX(4px) rotate(270deg);
}

.scroll-toTop svg path {
  transition: fill 400ms;
}

.scroll-toTop:hover {
  border-color: #000;
}

.scroll-toTop:hover svg path {
  fill: #000;
}

@media screen and (max-width: 1680px) {
  .b_index_cols_col {
    min-height: 332px;
    width: 575px;
  }
  .b_index_cols_col:nth-child(1) {
    background-size: 240px auto;
  }
  .b_index_cols_col:nth-child(2) {
    background-size: 130px auto;
    background-position: right 48px top 60px;
  }
  .b_index_cols_col_content {
    width: 322px;
    margin-top: 40px;
    margin-left: 48px;
  }
  .b_index_cols_col_content .title > * {
    font-size: 21px;
  }
  .b_index_cols_col_content .text {
    margin-top: 18px;
  }
  .b_index_cols_col_content .text p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1430px) {
  .scroll-toTop {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1240px) {
  .b_index_cols {
    padding: 15px;
  }
  .b_index_cols_col {
    min-height: 280px;
    width: 477px;
  }
  .b_index_cols_col:nth-child(1) {
    background-size: 190px auto;
    background-position: right top 42px;
  }
  .b_index_cols_col:nth-child(1) .button a:before {
    height: 15px;
    width: 15px;
    background-size: 15px 15px;
    left: 15px;
  }
  .b_index_cols_col:nth-child(2) {
    background-size: 110px auto;
    background-position: right 30px top 47px;
  }
  .b_index_cols_col:nth-child(2) .button a:before {
    height: 15px;
    width: 15px;
    background-size: 15px auto;
    top: 11px;
    left: 16px;
  }
  .b_index_cols_col_content {
    width: 295px;
    margin-top: 30px;
    margin-left: 35px;
  }
  .b_index_cols_col_content .title > * {
    font-size: 18px;
    line-height: 28px;
  }
  .b_index_cols_col_content .text {
    margin-top: 12px;
  }
  .b_index_cols_col_content .text p {
    font-size: 12px;
    line-height: 22px;
  }
  .b_index_cols_col_content .button {
    margin-top: 25px;
  }
  .b_index_cols_col_content .button a {
    height: 34px;
    padding: 0 18px 0 40px;
  }
  .b_index_cols_col_content .button a span {
    height: 34px;
    font-size: 13px;
    line-height: 34px;
  }
  .b_footer_bottom_block_item_text.phone_alloka
    .b_footer_bottom_block_item_icon.phone {
    margin-right: 2px;
  }
}

@media screen and (max-width: 1039px) {
  .b_index_cols {
    padding: 10px;
  }
  .b_index_cols_col {
    min-height: 0;
    width: 100%;
  }
  .b_index_cols_col:nth-child(1) {
    background-size: 220px auto;
  }
  .b_index_cols_col:nth-child(2) {
    background-size: 140px auto;
    margin-top: 10px;
  }
  .b_index_cols_col_content {
    width: 410px;
    margin-bottom: 35px;
  }
  .b_index_zakaz_content_form__label p {
    margin-left: 37px;
  }
  .scroll-toTop {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 729px) {
  .b_index_cols_col {
    background-image: none !important;
  }
  .b_index_cols_col_content {
    width: 100%;
    padding: 20px 20px 25px;
    margin: 0;
    box-sizing: border-box;
  }
  .b_index_cols_col_content .title > * {
    font-size: 15px;
    line-height: 24px;
  }
  .b_index_cols_col_content .text {
    margin-top: 10px;
  }
  .b_index_cols_col_content .button {
    margin-top: 17px;
  }
}

.b_index_reviews_link {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 60px;
}

.b_index_reviews_link .b_index_reviews_button {
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 10px 0 15px;
  background: #19deda;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.b_index_reviews_link .b_index_reviews_button:hover {
  background: #008fc4;
}

@media screen and (min-width: 1040px) and (max-width: 1240px) {
  .b_index_reviews_link {
    margin: 40px 0 0;
  }
  .b_index_reviews_link .b_index_reviews_button {
    height: 34px;
    font-size: 13px;
    line-height: 34px;
  }
}

@media screen and (min-width: 730px) and (max-width: 1039px) {
  .b_index_reviews_link {
    margin: 30px 0 0;
  }
  .b_index_reviews_link .b_index_reviews_button {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
}

.b_footer_top_socials_link .b_icon.youtube {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20136.3%20164.8%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M113.8%20108.2c-2.8%200-4.1%202.1-4.1%206.3v4.2h8.2v-4.2c0-4.2-1.4-6.3-4.1-6.3z%22%2F%3E%3Cpath%20d%3D%22M133.9%2085.1c-1.7-7.2-7.6-12.6-14.7-13.4-16.9-1.9-34-1.9-51-1.9s-34.1%200-51%201.9c-7.2.8-13.1%206.2-14.8%2013.4C0%2095.5%200%20106.7%200%20117.4c0%2010.6%200%2021.9%202.4%2032.2C4%20156.8%2010%20162.2%2017.1%20163c16.9%201.9%2034%201.9%2051%201.9s34.1%200%2051-1.9c7.1-.8%2013.1-6.1%2014.7-13.4%202.4-10.3%202.4-21.6%202.4-32.2.1-10.7.1-21.9-2.3-32.3zm-95%209.3H29v52.4h-9.2V94.4h-9.7v-8.6h28.7v8.6zm24.9%2052.4h-8.2v-5c-3.3%203.8-6.4%205.6-9.4%205.6-2.7%200-4.5-1.1-5.3-3.4-.5-1.4-.7-3.6-.7-6.8v-35.9h8.2v33.5c0%201.9%200%202.9.1%203.2.2%201.3.8%201.9%201.9%201.9%201.7%200%203.4-1.3%205.2-3.9v-34.7h8.2v45.5zM95%20133.2c0%204.2-.3%207.2-.8%209.2-1.1%203.4-3.3%205.1-6.6%205.1-2.9%200-5.8-1.6-8.5-5v4.4h-8.2v-61h8.2v19.9c2.7-3.3%205.5-4.9%208.5-4.9%203.3%200%205.5%201.7%206.6%205.1.5%201.8.8%204.8.8%209.1v18.1zm31.1-7.6h-16.5v8.1c0%204.2%201.4%206.3%204.2%206.3%202%200%203.2-1.1%203.7-3.3.1-.4.2-2.3.2-5.6h8.4v1.2c0%202.7-.1%204.5-.2%205.3-.3%201.8-.9%203.5-1.9%204.9-2.3%203.3-5.7%204.9-10%204.9s-7.6-1.6-10-4.7c-1.8-2.3-2.6-5.9-2.6-10.7v-15.9c0-4.9.8-8.4%202.5-10.7%202.4-3.1%205.7-4.7%209.9-4.7%204.1%200%207.4%201.5%209.7%204.7%201.7%202.3%202.5%205.9%202.5%2010.7v9.5z%22%2F%3E%3Cpath%20d%3D%22M83.2%20108.2c-1.4%200-2.7.6-4.1%202v27.7c1.4%201.4%202.8%202%204.1%202%202.4%200%203.6-2%203.6-6.1v-19.4c0-4.1-1.2-6.2-3.6-6.2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M53.9%200h-9.3l-6.3%2024.2L31.7%200H22c1.9%205.7%204%2011.5%205.9%2017.2%203%208.6%204.8%2015.1%205.6%2019.5v24.9h9.2V36.7L53.9%200zm24.6%2046.7v-16c0-4.9-.8-8.5-2.6-10.8-2.3-3.1-5.5-4.7-9.7-4.7-4.1%200-7.4%201.6-9.7%204.7-1.8%202.3-2.6%205.9-2.6%2010.8v16.1c0%204.9.8%208.5%202.6%2010.8%202.3%203.1%205.5%204.7%209.7%204.7%204.2%200%207.4-1.6%209.7-4.7%201.8-2.4%202.6-6%202.6-10.9zm-8.3%201.6c0%204.2-1.3%206.4-4%206.4s-4-2.1-4-6.4V29c0-4.2%201.3-6.4%204-6.4s4%202.1%204%206.4v19.3zm39.1%2013.3V15.7H101v35.1c-1.8%202.6-3.6%203.9-5.3%203.9-1.1%200-1.8-.7-2-1.9-.1-.3-.1-1.3-.1-3.2V15.7h-8.3V52c0%203.2.3%205.4.7%206.8.8%202.3%202.7%203.4%205.4%203.4%203%200%206.2-1.8%209.5-5.6v5h8.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}

.b_catalog_images_slider {
  height: 500px;
}

.b_catalog_images_slider_controls {
  position: absolute;
  left: -20px;
  top: 204px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  z-index: 5;
}

@media (max-width: 1680px) {
  .b_catalog_images_slider_controls {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 1240px) {
  .b_catalog_images_slider_controls {
    left: 10px;
    top: 204px;
    right: 10px;
  }
}

@media screen and (max-width: 729px) {
  .b_catalog_images_slider_controls {
    left: 10px;
    top: 35%;
    right: 10px;
  }
}

.b_catalog_images_slider_controls_left,
.b_catalog_images_slider_controls_right {
  background-image: url(../images/icons/new_slider_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block;
  /* transform: scale(.8); */
  cursor: pointer;
}

.b_catalog_images_slider_controls_left {
  transform: rotate(180deg);
}

@media screen and (min-width: 1241px) and (max-width: 1680px) {
  .b_catalog_images_slider {
    height: 380px;
  }
  .b_catalog_images_slider_controls {
    top: 152px;
  }
}

@media screen and (min-width: 1040px) and (max-width: 1240px) {
  .b_catalog_images_slider {
    height: 480px;
  }
  .b_catalog_images_slider_controls {
    top: 202px;
  }
}

@media screen and (min-width: 730px) and (max-width: 1039px) {
  .b_catalog_images_slider {
    height: 335px;
  }
  .b_catalog_images_slider_controls {
    top: 129px;
  }
}

@media screen and (max-width: 729px) {
  .b_catalog_images_slider {
    height: 500px;
  }
  .b_catalog_images_slider_controls {
    top: 212px;
  }
  .b_index_zakaz_content_form__label {
    float: left;
    width: 100%;
  }
  .b_index_zakaz_content_form__label p {
    margin-left: 7%;
    margin-top: -5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 535px) {
  .b_catalog_images_slider {
    height: 94vw;
  }
  .b_catalog_images_slider_controls {
    top: 35%;
  }
}

.cursor-default {
  cursor: auto !important;
}

.royalSlider {
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsABlock,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsPreloader,
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsThumbs,
.rsWebkit3d img {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  left: 0;
  top: 0;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer,
.rsVisibleNearbyWrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility 0s linear 0.3s,
    opacity 0.3s linear;
  -moz-transition:
    visibility 0s linear 0.3s,
    opacity 0.3s linear;
  -o-transition:
    visibility 0s linear 0.3s,
    opacity 0.3s linear;
  transition:
    visibility 0s linear 0.3s,
    opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  background: #000 !important;
}

.royalSlider.rsFullscreen .rsContainer,
.royalSlider.rsFullscreen .rsOverflow,
.royalSlider.rsFullscreen .rsSlide {
  background: #000 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsContent,
.rsSlide {
  width: 100%;
  height: 100%;
}

.rsSlide {
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: 0 0 !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor:
    url(grab.png) 8 8,
    move;
}

.grabbing-cursor {
  cursor:
    url(grabbing.png) 8 8,
    move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.search_page {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
}

.search_page .b_content_headline {
  background: 0 0;
  margin-bottom: 25px;
}

.search_page_form {
  float: left;
  height: 127px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding-left: 57px;
  padding-right: 100px;
  display: flex;
  align-items: center;
}

.search_page_form input {
  height: 65px;
  border: 1px solid #c7d2d9;
  border-radius: 4px;
  max-width: 780px;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}

.search_page_form button {
  width: 127px;
  line-height: 65px;
  border-radius: 4px;
  border: none;
  background-color: rgb(25, 222, 218);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_page_form button i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 350.3 350.7' viewBox='0 0 350.3 350.7'%3E%3Cpath fill='%23fff' d='M242.7 41.5C216.7 15.6 181.7.7 145 0S72.7 12.8 45.8 37.7C18.8 62.6 2.5 97 .3 133.6s9.8 72.7 33.6 100.7 57.4 45.7 94 49.4c36.5 3.7 73.1-6.8 102-29.4l93.5 93c4.4 3.3 10 4.2 15.2 2.6 5.2-1.7 9.2-5.7 10.9-10.9 1.7-5.2.7-10.8-2.6-15.2l-93-93.5c21.7-27.3 32.5-61.7 30.5-96.5-2.1-34.9-16.9-67.7-41.7-92.3zM218.6 219c-20.4 20.5-48.1 32-77 32s-56.6-11.5-77-32c-20.6-20.2-32.1-47.9-31.9-76.7 0-39 20.8-75.1 54.6-94.6s75.4-19.5 109.2 0 54.6 55.6 54.6 94.6c0 28.9-11.7 56.6-32.5 76.7z'/%3E%3C/svg%3E");
}

.search_page_form input::placeholder {
  color: #9099a4;
}

.search_page_list {
  width: 100%;
  margin-bottom: 25px;
  float: left;
}

.search_page_list_item {
  background-color: #fff;
  padding: 50px 100px 50px 57px;
}

.search_page_list_item {
  margin-top: 4px;
}

.search_page_list_item strong {
  background-color: #00b7ff;
  color: #fff;
  padding: 0 5px;
}

.search_page_list_item_link {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.search_page_list_item_content {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 8px;
}

.search_page_list_item_content a {
  color: inherit;
  font-weight: 600;
}

.search__bg {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 22;
}

.search__popup {
  position: fixed;
  z-index: 22;
  height: 100%;
  width: 100%;
}

.search__popup_body {
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

.search__popup_inner {
  height: 286px;
  width: 950px;
  background-color: #fff;
  padding: 0 73px 0 72px;
  box-sizing: border-box;
}

.search__popup_header {
  position: relative;
  padding-top: 75px;
  margin-bottom: 20px;
}

.search__popup_close {
  width: 22px;
  height: 22px;
  border: none;
  position: absolute;
  background-color: transparent;
  right: -45px;
  top: 29px;
  background-position: center;
  background-size: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 301.5 301.5'%3E%3Cpath fill='%23d4d5d5' d='M301.5 268.3 178.7 145.8 291.4 33.1 258.5 0 145.8 112.7 33.1 0 0 33.1l112.7 112.7L0 258.5l33.1 32.9 112.7-112.7 122.5 122.7 33.2-33.1z'/%3E%3C/svg%3E");
}

.search__popup_header span {
  font-size: 30px;
  font-weight: 700;
}

.search__popup_form {
  height: 64px;
  display: flex;
  align-items: center;
}

.search__popup_form input {
  height: 100%;
  width: 664px;
  border-radius: 4px;
  border: 1px solid #dfe6ec;
  margin-right: 12px;
  padding: 0 25px;
}

.search__popup_form button {
  background-color: rgb(25, 222, 218);
  border-radius: 6px;
  width: 127px;
  height: 64px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.search__popup_form button i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 350.3 350.7' viewBox='0 0 350.3 350.7'%3E%3Cpath fill='%23fff' d='M242.7 41.5C216.7 15.6 181.7.7 145 0S72.7 12.8 45.8 37.7C18.8 62.6 2.5 97 .3 133.6s9.8 72.7 33.6 100.7 57.4 45.7 94 49.4c36.5 3.7 73.1-6.8 102-29.4l93.5 93c4.4 3.3 10 4.2 15.2 2.6 5.2-1.7 9.2-5.7 10.9-10.9 1.7-5.2.7-10.8-2.6-15.2l-93-93.5c21.7-27.3 32.5-61.7 30.5-96.5-2.1-34.9-16.9-67.7-41.7-92.3zM218.6 219c-20.4 20.5-48.1 32-77 32s-56.6-11.5-77-32c-20.6-20.2-32.1-47.9-31.9-76.7 0-39 20.8-75.1 54.6-94.6s75.4-19.5 109.2 0 54.6 55.6 54.6 94.6c0 28.9-11.7 56.6-32.5 76.7z'/%3E%3C/svg%3E");
}

.contacts_widget {
  position: fixed;

  right: 40px;
  bottom: 136px;

  z-index: 99;
}

@media screen and (max-width: 1039px) {
  .contacts_widget {
    right: 20px;
    bottom: 100px;
  }
}

.contacts_widget__btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 70px;
  height: 70px;

  background: #00b7ff;
  border: 1px solid #00b7ff;
  border-radius: 50%;

  outline: none;

  transition: background 0.2s;
}

.contacts_widget__btn:hover {
  background: #2dc4ff;
}

.contacts_widget__btn .image {
  width: 26px;
  height: 26px;
}

.contacts_widget__btn .close {
  width: 16px;
  height: 17px;

  display: none;
}

.contacts_widget__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  margin-bottom: 14px;

  transition:
    opacity 0.2s,
    max-height 0.2s;

  max-height: 0px;

  width: 280px;

  overflow: hidden;

  pointer-events: none;

  & > * {
    pointer-events: all;
  }

  @media (max-width: 768px) {
    width: 50px;
  }
}

@media (max-width: 768px) {
  .contacts_widget__links {
    margin-bottom: 11px;
  }
}

.contacts_widget.open .contacts_widget__links {
  max-height: 208px;
}

.contacts_widget.open .contacts_widget__quiz {
  margin-bottom: 14px;
}

.contacts_widget__quiz {
  writing-mode: vertical-lr;

  position: fixed;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0) rotate(180deg);
  z-index: 98;

  transition: margin-bottom 0.2s;
}

.contacts_widget__quiz .marquiz__button {
  padding: 20px 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.contacts_widget__quiz .marquiz__button_rounded {
  border-radius: 0 5px 5px 0px;
}

.contacts_widget__links > .contacts_widget__link + .contacts_widget__link {
  margin-top: 14px;
}

.contacts_widget__link {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 60px;
  height: 60px;
  background: #19deda;
  border-radius: 50%;

  transition: background 0.2s;

  transform: translate3d(20px, 0, 0);

  opacity: 0;
  pointer-events: none;
}

.contacts_widget__footnote {
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translate3d(-100%, -50%, 0);

  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;

  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-decoration: none;

  padding: 4px 14px;

  border-radius: 50px;

  opacity: 0;
  pointer-events: none;

  transition: opacity 0.2s;
}

@media screen and (max-width: 1430px) {
  .contacts_widget__btn {
    width: 60px;
    height: 60px;
  }

  .contacts_widget__link {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contacts_widget {
    bottom: 86px;
  }

  .contacts_widget__btn {
    width: 55px;
    height: 55px;
  }

  .contacts_widget__link {
    width: 50px;
    height: 50px;
  }

  .scroll-toTop {
    width: 55px;
    height: 55px;
  }

  .contacts_widget__quiz {
    display: none;
  }
}

.contacts_widget__link:hover {
  background: #11dad6;
}

.contacts_widget__link--green {
  background: #66d548;
}

.contacts_widget__link--green:hover {
  background: #45d41d;
}

.contacts_widget__link--blue {
  background: #009cff;
}

.contacts_widget__link--blue:hover {
  background: #007fce;
}

.contacts_widget.open .contacts_widget__btn {
  background: transparent;
}

.contacts_widget.open .contacts_widget__link {
  transform: translate3d(0, 0, 0);

  opacity: 1;
  pointer-events: all;
}

.contacts_widget.open .contacts_widget__btn .open {
  display: none;
}

.contacts_widget.open .contacts_widget__btn .close {
  display: block;
}

.quiz_mobile_link {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 55px;
  height: 55px;

  border-radius: 50%;

  /* overflow: hidden; */

  background: #19deda;

  transition: margin-bottom 0.2s;
}

.open .quiz_mobile_link {
  margin-bottom: 11px;
}

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

.open .contacts_widget__footnote {
  opacity: 1;
  pointer-events: all;
}

.open .quiz_mobile_link .contacts_widget__footnote {
  opacity: 1;
  pointer-events: all;
}

.quiz_mobile_link__animation_block {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  width: 100%;
  height: 100%;

  overflow: hidden;
}

.quiz_mobile_link__animation_block:before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.6) 100%
  );
  width: 45px;
  transform: skewX(-22deg);
  left: -65%;
  animation-name: blick;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: blick;
}

.contacts_widget {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.b_index_dmitriy_content_leftblock_table {
  .name {
    text-decoration: none;
  }
}
.b-content-wrapper {
  display: grid;
  grid-template-columns: 1135px 1fr;
  align-items: start;
  gap: 25px;

  @media (max-width: 1680px) {
    grid-template-columns: 822px 1fr;
    gap: 20px;
  }

  @media (max-width: 1279px) {
    grid-template-columns: 1fr;
  }
}

.b-content-head {
  background: #ffffff;
  padding: 52px 133px 34px 42px;
  height: 340px;
  margin-bottom: 30px;

  @media (max-width: 1680px) {
    padding: 53px 53px 25px 29px;
  }
  @media (max-width: 1279px) {
    padding: 20px;
    margin-bottom: 20px;
    height: 320px;
  }
  @media (max-width: 1023px) {
    height: 400px;
  }
  @media (max-width: 767px) {
    height: 530px;
  }
}
.b-content-head .b_content_headline {
  margin: 0;
  padding: 0;
  /* margin-bottom: 14px; */
  width: auto;
}
.b-content-wrapper .b_content_headline_zagolovok {
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
  line-height: 40px;
  margin-bottom: 21px;

  @media (max-width: 1680px) {
    font-size: 24px;
    line-height: 33px;
  }
  @media (max-width: 1279px) {
    font-size: 22px;
    line-height: 30px;
  }
  @media (max-width: 767px) {
    margin-bottom: 20px;
  }
}
.b-content-wrapper .b_content_headline_description {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 33px;

  @media (max-width: 1680px) {
    font-size: 13px;
    line-height: 26px;
  }
}
.b-content-wrapper .b_content_headline_button {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  padding: 5px 15px;
  color: #ffffff;
  background: #19deda;
  border: 0;
  outline: none;
  border-radius: 4px;

  @media (max-width: 1680px) {
    font-size: 13px;
    line-height: 26px;
  }
}
.b-content-wrapper {
  @media (max-width: 1023px) {
    margin-left: 20px;
  }
  @media (max-width: 767px) {
    margin-left: 0;
  }
}
.b-content-textblocks {
  /* display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;

  @media (max-width: 1279px) {
    gap: 20px;
  } */
}
.b-content-textblock {
  padding: 42px 133px 35px 62px;
  background: #ffffff;
  margin-top: 20px;

  li {
    word-wrap: break-word; /* Для переноса слов на новой строке при необходимости */
    white-space: normal;
  }

  @media (max-width: 1680px) {
    padding: 34px 59px 28px 29px;
  }
  @media (max-width: 1279px) {
    padding: 34px 20px 30px;
    margin-top: 15px;
  }
}
.b-content-textblock-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 21px;
}
.b-content-textblock-text {
  font-size: 14px;
  line-height: 28px;
}
.b-content-textblock-text p:not(:last-child) {
  margin-bottom: 11px;
}

.b-content-wrapper .b_news_page_services {
  width: 100%;
  margin: 0 0 0;
  padding: 35px;
  background: #e8f8ff;
  box-sizing: border-box;
  @media (max-width: 1680px) {
    padding: 30px 25px;
  }
}

.b-content-wrapper .b_news_page_services .b_news_page_services_headline > span {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;

  @media (max-width: 1680px) {
    font-size: 18px;
    line-height: 30px;
  }
}
.b-content-wrapper .b_news_page_services .b_news_page_services_list {
  width: 100%;
  list-style: none;
  margin: 10px 0 0;

  @media (max-width: 1279px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

.b-content-wrapper .b_news_page_services .b_news_page_services_list li {
  margin: 7px 0;
  @media (max-width: 1680px) {
    margin: 6px 0;
  }
}
.b-content-wrapper .b_news_page_services .b_news_page_services_list li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;

  @media (max-width: 1680px) {
    font-size: 13px;
  }
}

.b_index_services.tax_refund {
  @media (max-width: 767px) {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.tax_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003246b2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.tax_modal .modal__wrapper {
  background: #cbecfb;
  width: 700px;
  height: 591px;
  padding: 60px 70px;
  box-sizing: border-box;
  z-index: 3;
  position: relative;

  @media (max-width: 1680px) {
    padding: 56px 70px 42px;
    height: 553px;
  }
  @media (max-width: 1279px) {
    padding: 50px 50px 56px;
    width: 660px;
    height: 533px;
  }
  @media (max-width: 1023px) {
  }
  @media (max-width: 767px) {
    padding: 30px 20px;
    height: 729px;
    width: 335px;
  }
}
.tax_modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tax_modal .modal__wrapper.modal__success {
  width: 488px;
  height: 398px;
  z-index: 2;

  @media (max-width: 1680px) {
    height: 386px;
  }
  @media (max-width: 1279px) {
    height: 352px;
  }
  @media (max-width: 768px) {
    width: 335px;
    height: 310px;
  }
}

.modal__success_image {
  margin-bottom: 25px;

  @media (max-width: 1279px) {
    margin-bottom: 26px;
  }
}

.modal__success_image img {
  @media (max-width: 1279px) {
    width: 78px;
    height: 78px;
  }
}

.modal__success .modal__title {
  margin-bottom: 12px;

  @media (max-width: 1680px) {
    margin-bottom: 10px;
  }
}

.modal__title {
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;

  @media (max-width: 1680px) {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }

  @media (max-width: 1279px) {
    font-size: 22px;
    line-height: 30px;
  }
}
.modal__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  @media (max-width: 767px) {
    display: block;
    /* grid-template-columns: 1fr; */
  }
}

.modal__label {
  width: 234px;
  margin: 0 auto;
  color: #84b2c8;

  font-size: 14px;
  line-height: 28px;
  margin-bottom: 22px;

  @media (max-width: 1680px) {
    margin-bottom: 18px;
  }

  @media (max-width: 1279px) {
    font-size: 13px;
    line-height: 26px;
  }
}

.modal__form .modal__label {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
  text-align: center;

  font-size: 13px;
  line-height: 26px;
}

.modal__form .modal__label a {
  color: #84b2c8;
  text-decoration: underline;
}

.modal__close {
  background: #19deda;
  padding: 5px 15px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  height: 38px;
  border: 0;
  outline: none;

  @media (max-width: 1279px) {
    font-size: 13px;
    line-height: 26px;
  }
}

.modal__form input {
  border: 2px solid #19deda;
  padding: 12px 18px;
  height: 50px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 26px;
  width: 100%;
  background: transparent;
  border-radius: 2px;

  @media (max-width: 1279px) {
    height: 45px;
    padding: 10px 18px;
  }
  @media (max-width: 767px) {
    height: 40px;
    padding: 8px 18px;
    margin-bottom: 18px;
  }
}
.modal__form button {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;

  background: #19deda;
  height: 50px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;

  @media (max-width: 1279px) {
    height: 45px;
  }
  @media (max-width: 767px) {
    height: 40px;
    margin-bottom: 14px;
  }
}

.modal__form .modal__label {
  font-size: 11px;
  line-height: 18px;
}

.modal__success {
  text-align: center;
}

.close__icon {
  position: absolute;
  top: 30px;
  right: 30px;

  @media (max-width: 1279px) {
    top: 20px;
    right: 20px;
  }
}

.b_footer_bottom_block_item_text_small {
  margin-top: 10px;
}

.image-popup {
  display: none;
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.image-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.image-popup__block {
  width: 600px;
  height: 600px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 767px) {
    width: 300px;
    height: 300px;
  }
}

.image-popup__block img {
  max-width: 100%;
}

.b-block_landing h1 {
  font-size: 20px;
}
.b-headline h2,
.b-headline_h2 {
  display: inline-block;
  position: relative;
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  max-width: 880px;
}

.b_index_zakaz_content_form_bottom {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  float: left;
}
.b_index_zakaz_content_form_bottom p {
  width: 600px;
  margin: 0 auto;
  color: #ffffff;
}

@media (max-width: 729px) {
  .b_index_zakaz_content_form_bottom p {
    width: 100%;
  }
}

.b_index_zakaz_content_form_bottom p a {
  color: #ffffff;
  text-decoration: underline;
}

.b_director_page .b_director_page_form_content_label {
  position: relative;
  display: block;
  /* height: 51px; */
  margin-bottom: 20px;
}
.b_director_page .b_director_page_form_content_label span {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}

.b_director_page .b_director_page_form_content_label.textarea span {
  top: 56px;
}

.b_director_page .b_director_page_form_input {
  background-color: #535f75;
}

.b_director_page .b_director_page_form_input:active + span,
.b_director_page .b_director_page_form_input:focus + span,
.b_director_page .b_director_page_form_input:not(:placeholder-shown) + span {
  top: -12px;
  font-size: 10px;
}
.b_director_page
  .b_director_page_form_content_label.textarea
  textarea:active
  + span,
.b_director_page
  .b_director_page_form_content_label.textarea
  textarea:focus
  + span {
  top: 16px;
}

.b_director_page
  .b_director_page_form_content_label.textarea
  textarea:not(:placeholder-shown)
  + span {
  top: 16px;
}

@media (max-width: 729px) {
  .b_director_page .b_director_page_form_content_label {
    width: 100%;
    float: left;
  }
  .b_director_page .b_director_page_form_content_label span {
    left: 55px;
    width: 70%;
  }
}

.documents ul {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}
.documents li {
  padding: 30px;
  border: 1px solid #e1effd;
}

.documents li .documents__name {
  display: block;
  max-width: 850px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  margin-bottom: 12px;
}

@media (max-width: 1700px) {
  .documents li .documents__name {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .documents li .documents__name {
    width: 70%;
  }
}
.documents li .documents__blocks {
  display: flex;
  align-items: center;
  gap: 4px;
}
.documents li .documents__block {
  border: 1px solid #d4e3f1;
  border-radius: 4px;
  padding: 0 5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
}

.documents li .documents__download {
  display: block;
  width: 41px;
  height: 42px;
  position: absolute;
  top: 36px;
  right: 30px;
}
.documents li .documents__download img {
  width: 100%;
  height: 100%;
}

.b_services_page_banner {
  width: 100%;
  margin-top: 50px;
  padding: 15px;
  background-color: #ffffff;
  float: left;
  box-sizing: border-box;
}

.b_services_page_banner-wrapper {
  position: relative;
  width: 100%;
  padding: 33px 31px 40px;
  box-sizing: border-box;
}
.b_services_page_banner-title {
  z-index: 22;
  color: #ffffff;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 14px;
}
.b_services_page_banner-description {
  z-index: 22;
  width: 736px;
  color: #ffffffbd;
  font-size: 16px;
  line-height: 160%;
}

.b_services_page_banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b_services_page_banner-img img {
  width: 100%;
  height: 100%;
}

.b_services_page_banner-img.mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b_services_page_banner-img img {
  width: 100%;
  height: 100%;
}

/* articles */
.b_index_articles {
  float: left;
  width: 1570px;
  padding: 15px;
  margin: 50px 0;
}
.b_index_articles_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.article-card__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.article-card:hover .article-card__image img {
  transform: scale(1.05);
}

.article-card__content {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.article-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card__data {
  margin-bottom: 10px;

  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  font-style: italic;
}

@media screen and (min-width: 1241px) and (max-width: 1680px) {
  .b_index_articles {
    width: 1170px;
  }
}
@media screen and (max-width: 1240px) {
  .b_index_articles {
    width: 1000px;
  }
  .b_index_articles_items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 1039px) {
  .b_index_articles {
    width: 95%;
  }
}
@media screen and (max-width: 1680px) {
  .b_services_page_banner {
    padding: 10px;
  }
  .b_services_page_banner-wrapper {
    padding: 29px 21px 35px;
  }
  .b_services_page_banner-title {
    font-size: 21px;
    margin-bottom: 6px;
  }
  .b_services_page_banner-description {
    font-size: 15px;
    width: 561px;
  }
}

@media screen and (max-width: 1240px) {
  .b_services_page_banner-wrapper {
    padding-top: 32px;
  }
  .b_services_page_banner-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .b_services_page_banner-description {
    width: 523px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .b_services_page_banner {
    padding: 11px;
  }
  .b_services_page_banner-wrapper {
    padding: 24px 11px 31px;
  }
  .b_services_page_banner-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .b_services_page_banner-description {
    width: 291px;
    font-size: 13px;
  }
  .b_services_page_banner-img {
    display: none;
  }
  .b_services_page_banner-img.mobile {
    display: block;
  }
}

.royalSlider {
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer{
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen{
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	background: #000 !important;
}

.royalSlider.rsFullscreen .rsContainer,
.royalSlider.rsFullscreen .rsSlide,
.royalSlider.rsFullscreen .rsOverflow{
	background: #000 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {

}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}
