@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-ultralight/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-ultralight/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-ultralight/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-ultralight/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-light/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-light/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-light/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-light/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-thin/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-thin/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-thin/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-thin/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-regular/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-regular/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-regular/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-regular/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-medium/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-medium/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-medium/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-medium/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-semibold/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-semibold/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-semibold/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-semibold/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-bold/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-bold/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-bold/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-bold/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-black/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-black/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-black/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-black/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/sf-ui-display-heavy/sf-ui-display-webfont.eot");
  src: url("../fonts/sf-ui-display-heavy/sf-ui-display-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-ui-display-heavy/sf-ui-display-webfont.woff") format("woff"), url("../fonts/sf-ui-display-heavy/sf-ui-display-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  -moz-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
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;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  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;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
form,
.form,
iframe,
.iframe,
object,
.object,
video,
.video {
  max-width: 100%;
}
.grid-12__container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.grid-12__container--fixed {
  max-width: none;
  width: 1300px;
}
.grid-12__line {
  padding: 0 0 22px;
}
.grid-12__row {
  margin-left: -5px;
  margin-right: -5px;
}
.grid-12__row:after {
  display: table;
  clear: both;
  content: '';
}
@media only screen and (min-width: 500px) {
  .grid-12__row--xs:after {
    display: table;
    clear: both;
    content: '';
  }
}
@media only screen and (min-width: 800px) {
  .grid-12__row--sm:after {
    display: table;
    clear: both;
    content: '';
  }
}
@media only screen and (min-width: 1100px) {
  .grid-12__row--md:after {
    display: table;
    clear: both;
    content: '';
  }
}
@media only screen and (min-width: 1400px) {
  .grid-12__row--lg:after {
    display: table;
    clear: both;
    content: '';
  }
}
.grid-12__col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.grid-12__col--size_1 {
  float: left;
  width: 8.333333333333334%;
}
.grid-12__col--size_2 {
  float: left;
  width: 16.666666666666668%;
}
.grid-12__col--size_3 {
  float: left;
  width: 25%;
}
.grid-12__col--size_4 {
  float: left;
  width: 33.333333333333336%;
}
.grid-12__col--size_5 {
  float: left;
  width: 41.66666666666667%;
}
.grid-12__col--size_6 {
  float: left;
  width: 50%;
}
.grid-12__col--size_7 {
  float: left;
  width: 58.333333333333336%;
}
.grid-12__col--size_8 {
  float: left;
  width: 66.66666666666667%;
}
.grid-12__col--size_9 {
  float: left;
  width: 75%;
}
.grid-12__col--size_10 {
  float: left;
  width: 83.33333333333334%;
}
.grid-12__col--size_11 {
  float: left;
  width: 91.66666666666667%;
}
.grid-12__col--size_12 {
  float: left;
  width: 100%;
}
.grid-12__col--pull_0 {
  right: auto;
}
.grid-12__col--pull_1 {
  right: 8.333333333333334%;
}
.grid-12__col--pull_2 {
  right: 16.666666666666668%;
}
.grid-12__col--pull_3 {
  right: 25%;
}
.grid-12__col--pull_4 {
  right: 33.333333333333336%;
}
.grid-12__col--pull_5 {
  right: 41.66666666666667%;
}
.grid-12__col--pull_6 {
  right: 50%;
}
.grid-12__col--pull_7 {
  right: 58.333333333333336%;
}
.grid-12__col--pull_8 {
  right: 66.66666666666667%;
}
.grid-12__col--pull_9 {
  right: 75%;
}
.grid-12__col--pull_10 {
  right: 83.33333333333334%;
}
.grid-12__col--pull_11 {
  right: 91.66666666666667%;
}
.grid-12__col--pull_12 {
  right: 100%;
}
.grid-12__col--push_0 {
  left: auto;
}
.grid-12__col--push_1 {
  left: 8.333333333333334%;
}
.grid-12__col--push_2 {
  left: 16.666666666666668%;
}
.grid-12__col--push_3 {
  left: 25%;
}
.grid-12__col--push_4 {
  left: 33.333333333333336%;
}
.grid-12__col--push_5 {
  left: 41.66666666666667%;
}
.grid-12__col--push_6 {
  left: 50%;
}
.grid-12__col--push_7 {
  left: 58.333333333333336%;
}
.grid-12__col--push_8 {
  left: 66.66666666666667%;
}
.grid-12__col--push_9 {
  left: 75%;
}
.grid-12__col--push_10 {
  left: 83.33333333333334%;
}
.grid-12__col--push_11 {
  left: 91.66666666666667%;
}
.grid-12__col--push_12 {
  left: 100%;
}
@media only screen and (min-width: 500px) {
  .grid-12__col--xs-size_1 {
    float: left;
    width: 8.333333333333334%;
  }
  .grid-12__col--xs-size_2 {
    float: left;
    width: 16.666666666666668%;
  }
  .grid-12__col--xs-size_3 {
    float: left;
    width: 25%;
  }
  .grid-12__col--xs-size_4 {
    float: left;
    width: 33.333333333333336%;
  }
  .grid-12__col--xs-size_5 {
    float: left;
    width: 41.66666666666667%;
  }
  .grid-12__col--xs-size_6 {
    float: left;
    width: 50%;
  }
  .grid-12__col--xs-size_7 {
    float: left;
    width: 58.333333333333336%;
  }
  .grid-12__col--xs-size_8 {
    float: left;
    width: 66.66666666666667%;
  }
  .grid-12__col--xs-size_9 {
    float: left;
    width: 75%;
  }
  .grid-12__col--xs-size_10 {
    float: left;
    width: 83.33333333333334%;
  }
  .grid-12__col--xs-size_11 {
    float: left;
    width: 91.66666666666667%;
  }
  .grid-12__col--xs-size_12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 500px) {
  .grid-12__col--xs-pull_0 {
    right: auto;
  }
  .grid-12__col--xs-pull_1 {
    right: 8.333333333333334%;
  }
  .grid-12__col--xs-pull_2 {
    right: 16.666666666666668%;
  }
  .grid-12__col--xs-pull_3 {
    right: 25%;
  }
  .grid-12__col--xs-pull_4 {
    right: 33.333333333333336%;
  }
  .grid-12__col--xs-pull_5 {
    right: 41.66666666666667%;
  }
  .grid-12__col--xs-pull_6 {
    right: 50%;
  }
  .grid-12__col--xs-pull_7 {
    right: 58.333333333333336%;
  }
  .grid-12__col--xs-pull_8 {
    right: 66.66666666666667%;
  }
  .grid-12__col--xs-pull_9 {
    right: 75%;
  }
  .grid-12__col--xs-pull_10 {
    right: 83.33333333333334%;
  }
  .grid-12__col--xs-pull_11 {
    right: 91.66666666666667%;
  }
  .grid-12__col--xs-pull_12 {
    right: 100%;
  }
}
@media only screen and (min-width: 500px) {
  .grid-12__col--xs-push_0 {
    left: auto;
  }
  .grid-12__col--xs-push_1 {
    left: 8.333333333333334%;
  }
  .grid-12__col--xs-push_2 {
    left: 16.666666666666668%;
  }
  .grid-12__col--xs-push_3 {
    left: 25%;
  }
  .grid-12__col--xs-push_4 {
    left: 33.333333333333336%;
  }
  .grid-12__col--xs-push_5 {
    left: 41.66666666666667%;
  }
  .grid-12__col--xs-push_6 {
    left: 50%;
  }
  .grid-12__col--xs-push_7 {
    left: 58.333333333333336%;
  }
  .grid-12__col--xs-push_8 {
    left: 66.66666666666667%;
  }
  .grid-12__col--xs-push_9 {
    left: 75%;
  }
  .grid-12__col--xs-push_10 {
    left: 83.33333333333334%;
  }
  .grid-12__col--xs-push_11 {
    left: 91.66666666666667%;
  }
  .grid-12__col--xs-push_12 {
    left: 100%;
  }
}
@media only screen and (min-width: 500px) {
  .grid-12__col-offset_0 {
    margin-left: 0%;
  }
  .grid-12__col-offset_1 {
    margin-left: 8.333333333333334%;
  }
  .grid-12__col-offset_2 {
    margin-left: 16.666666666666668%;
  }
  .grid-12__col-offset_3 {
    margin-left: 25%;
  }
  .grid-12__col-offset_4 {
    margin-left: 33.333333333333336%;
  }
  .grid-12__col-offset_5 {
    margin-left: 41.66666666666667%;
  }
  .grid-12__col-offset_6 {
    margin-left: 50%;
  }
  .grid-12__col-offset_7 {
    margin-left: 58.333333333333336%;
  }
  .grid-12__col-offset_8 {
    margin-left: 66.66666666666667%;
  }
  .grid-12__col-offset_9 {
    margin-left: 75%;
  }
  .grid-12__col-offset_10 {
    margin-left: 83.33333333333334%;
  }
  .grid-12__col-offset_11 {
    margin-left: 91.66666666666667%;
  }
  .grid-12__col-offset_12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .grid-12__col--sm-size_1 {
    float: left;
    width: 8.333333333333334%;
  }
  .grid-12__col--sm-size_2 {
    float: left;
    width: 16.666666666666668%;
  }
  .grid-12__col--sm-size_3 {
    float: left;
    width: 25%;
  }
  .grid-12__col--sm-size_4 {
    float: left;
    width: 33.333333333333336%;
  }
  .grid-12__col--sm-size_5 {
    float: left;
    width: 41.66666666666667%;
  }
  .grid-12__col--sm-size_6 {
    float: left;
    width: 50%;
  }
  .grid-12__col--sm-size_7 {
    float: left;
    width: 58.333333333333336%;
  }
  .grid-12__col--sm-size_8 {
    float: left;
    width: 66.66666666666667%;
  }
  .grid-12__col--sm-size_9 {
    float: left;
    width: 75%;
  }
  .grid-12__col--sm-size_10 {
    float: left;
    width: 83.33333333333334%;
  }
  .grid-12__col--sm-size_11 {
    float: left;
    width: 91.66666666666667%;
  }
  .grid-12__col--sm-size_12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .grid-12__col--sm-pull_0 {
    right: auto;
  }
  .grid-12__col--sm-pull_1 {
    right: 8.333333333333334%;
  }
  .grid-12__col--sm-pull_2 {
    right: 16.666666666666668%;
  }
  .grid-12__col--sm-pull_3 {
    right: 25%;
  }
  .grid-12__col--sm-pull_4 {
    right: 33.333333333333336%;
  }
  .grid-12__col--sm-pull_5 {
    right: 41.66666666666667%;
  }
  .grid-12__col--sm-pull_6 {
    right: 50%;
  }
  .grid-12__col--sm-pull_7 {
    right: 58.333333333333336%;
  }
  .grid-12__col--sm-pull_8 {
    right: 66.66666666666667%;
  }
  .grid-12__col--sm-pull_9 {
    right: 75%;
  }
  .grid-12__col--sm-pull_10 {
    right: 83.33333333333334%;
  }
  .grid-12__col--sm-pull_11 {
    right: 91.66666666666667%;
  }
  .grid-12__col--sm-pull_12 {
    right: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .grid-12__col--sm-push_0 {
    left: auto;
  }
  .grid-12__col--sm-push_1 {
    left: 8.333333333333334%;
  }
  .grid-12__col--sm-push_2 {
    left: 16.666666666666668%;
  }
  .grid-12__col--sm-push_3 {
    left: 25%;
  }
  .grid-12__col--sm-push_4 {
    left: 33.333333333333336%;
  }
  .grid-12__col--sm-push_5 {
    left: 41.66666666666667%;
  }
  .grid-12__col--sm-push_6 {
    left: 50%;
  }
  .grid-12__col--sm-push_7 {
    left: 58.333333333333336%;
  }
  .grid-12__col--sm-push_8 {
    left: 66.66666666666667%;
  }
  .grid-12__col--sm-push_9 {
    left: 75%;
  }
  .grid-12__col--sm-push_10 {
    left: 83.33333333333334%;
  }
  .grid-12__col--sm-push_11 {
    left: 91.66666666666667%;
  }
  .grid-12__col--sm-push_12 {
    left: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .grid-12__col--sm-offset_0 {
    margin-left: 0%;
  }
  .grid-12__col--sm-offset_1 {
    margin-left: 8.333333333333334%;
  }
  .grid-12__col--sm-offset_2 {
    margin-left: 16.666666666666668%;
  }
  .grid-12__col--sm-offset_3 {
    margin-left: 25%;
  }
  .grid-12__col--sm-offset_4 {
    margin-left: 33.333333333333336%;
  }
  .grid-12__col--sm-offset_5 {
    margin-left: 41.66666666666667%;
  }
  .grid-12__col--sm-offset_6 {
    margin-left: 50%;
  }
  .grid-12__col--sm-offset_7 {
    margin-left: 58.333333333333336%;
  }
  .grid-12__col--sm-offset_8 {
    margin-left: 66.66666666666667%;
  }
  .grid-12__col--sm-offset_9 {
    margin-left: 75%;
  }
  .grid-12__col--sm-offset_10 {
    margin-left: 83.33333333333334%;
  }
  .grid-12__col--sm-offset_11 {
    margin-left: 91.66666666666667%;
  }
  .grid-12__col--sm-offset_12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .grid-12__col--md-size_1 {
    float: left;
    width: 8.333333333333334%;
  }
  .grid-12__col--md-size_2 {
    float: left;
    width: 16.666666666666668%;
  }
  .grid-12__col--md-size_3 {
    float: left;
    width: 25%;
  }
  .grid-12__col--md-size_4 {
    float: left;
    width: 33.333333333333336%;
  }
  .grid-12__col--md-size_5 {
    float: left;
    width: 41.66666666666667%;
  }
  .grid-12__col--md-size_6 {
    float: left;
    width: 50%;
  }
  .grid-12__col--md-size_7 {
    float: left;
    width: 58.333333333333336%;
  }
  .grid-12__col--md-size_8 {
    float: left;
    width: 66.66666666666667%;
  }
  .grid-12__col--md-size_9 {
    float: left;
    width: 75%;
  }
  .grid-12__col--md-size_10 {
    float: left;
    width: 83.33333333333334%;
  }
  .grid-12__col--md-size_11 {
    float: left;
    width: 91.66666666666667%;
  }
  .grid-12__col--md-size_12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .grid-12__col--md-pull_0 {
    right: auto;
  }
  .grid-12__col--md-pull_1 {
    right: 8.333333333333334%;
  }
  .grid-12__col--md-pull_2 {
    right: 16.666666666666668%;
  }
  .grid-12__col--md-pull_3 {
    right: 25%;
  }
  .grid-12__col--md-pull_4 {
    right: 33.333333333333336%;
  }
  .grid-12__col--md-pull_5 {
    right: 41.66666666666667%;
  }
  .grid-12__col--md-pull_6 {
    right: 50%;
  }
  .grid-12__col--md-pull_7 {
    right: 58.333333333333336%;
  }
  .grid-12__col--md-pull_8 {
    right: 66.66666666666667%;
  }
  .grid-12__col--md-pull_9 {
    right: 75%;
  }
  .grid-12__col--md-pull_10 {
    right: 83.33333333333334%;
  }
  .grid-12__col--md-pull_11 {
    right: 91.66666666666667%;
  }
  .grid-12__col--md-pull_12 {
    right: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .grid-12__col--md-push_0 {
    left: auto;
  }
  .grid-12__col--md-push_1 {
    left: 8.333333333333334%;
  }
  .grid-12__col--md-push_2 {
    left: 16.666666666666668%;
  }
  .grid-12__col--md-push_3 {
    left: 25%;
  }
  .grid-12__col--md-push_4 {
    left: 33.333333333333336%;
  }
  .grid-12__col--md-push_5 {
    left: 41.66666666666667%;
  }
  .grid-12__col--md-push_6 {
    left: 50%;
  }
  .grid-12__col--md-push_7 {
    left: 58.333333333333336%;
  }
  .grid-12__col--md-push_8 {
    left: 66.66666666666667%;
  }
  .grid-12__col--md-push_9 {
    left: 75%;
  }
  .grid-12__col--md-push_10 {
    left: 83.33333333333334%;
  }
  .grid-12__col--md-push_11 {
    left: 91.66666666666667%;
  }
  .grid-12__col--md-push_12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .grid-12__col--md-offset_0 {
    margin-left: 0%;
  }
  .grid-12__col--md-offset_1 {
    margin-left: 8.333333333333334%;
  }
  .grid-12__col--md-offset_2 {
    margin-left: 16.666666666666668%;
  }
  .grid-12__col--md-offset_3 {
    margin-left: 25%;
  }
  .grid-12__col--md-offset_4 {
    margin-left: 33.333333333333336%;
  }
  .grid-12__col--md-offset_5 {
    margin-left: 41.66666666666667%;
  }
  .grid-12__col--md-offset_6 {
    margin-left: 50%;
  }
  .grid-12__col--md-offset_7 {
    margin-left: 58.333333333333336%;
  }
  .grid-12__col--md-offset_8 {
    margin-left: 66.66666666666667%;
  }
  .grid-12__col--md-offset_9 {
    margin-left: 75%;
  }
  .grid-12__col--md-offset_10 {
    margin-left: 83.33333333333334%;
  }
  .grid-12__col--md-offset_11 {
    margin-left: 91.66666666666667%;
  }
  .grid-12__col--md-offset_12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-12__col--lg-size_1 {
    float: left;
    width: 8.333333333333334%;
  }
  .grid-12__col--lg-size_2 {
    float: left;
    width: 16.666666666666668%;
  }
  .grid-12__col--lg-size_3 {
    float: left;
    width: 25%;
  }
  .grid-12__col--lg-size_4 {
    float: left;
    width: 33.333333333333336%;
  }
  .grid-12__col--lg-size_5 {
    float: left;
    width: 41.66666666666667%;
  }
  .grid-12__col--lg-size_6 {
    float: left;
    width: 50%;
  }
  .grid-12__col--lg-size_7 {
    float: left;
    width: 58.333333333333336%;
  }
  .grid-12__col--lg-size_8 {
    float: left;
    width: 66.66666666666667%;
  }
  .grid-12__col--lg-size_9 {
    float: left;
    width: 75%;
  }
  .grid-12__col--lg-size_10 {
    float: left;
    width: 83.33333333333334%;
  }
  .grid-12__col--lg-size_11 {
    float: left;
    width: 91.66666666666667%;
  }
  .grid-12__col--lg-size_12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-12__col--lg-pull_0 {
    right: auto;
  }
  .grid-12__col--lg-pull_1 {
    right: 8.333333333333334%;
  }
  .grid-12__col--lg-pull_2 {
    right: 16.666666666666668%;
  }
  .grid-12__col--lg-pull_3 {
    right: 25%;
  }
  .grid-12__col--lg-pull_4 {
    right: 33.333333333333336%;
  }
  .grid-12__col--lg-pull_5 {
    right: 41.66666666666667%;
  }
  .grid-12__col--lg-pull_6 {
    right: 50%;
  }
  .grid-12__col--lg-pull_7 {
    right: 58.333333333333336%;
  }
  .grid-12__col--lg-pull_8 {
    right: 66.66666666666667%;
  }
  .grid-12__col--lg-pull_9 {
    right: 75%;
  }
  .grid-12__col--lg-pull_10 {
    right: 83.33333333333334%;
  }
  .grid-12__col--lg-pull_11 {
    right: 91.66666666666667%;
  }
  .grid-12__col--lg-pull_12 {
    right: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-12__col--lg-push_0 {
    left: auto;
  }
  .grid-12__col--lg-push_1 {
    left: 8.333333333333334%;
  }
  .grid-12__col--lg-push_2 {
    left: 16.666666666666668%;
  }
  .grid-12__col--lg-push_3 {
    left: 25%;
  }
  .grid-12__col--lg-push_4 {
    left: 33.333333333333336%;
  }
  .grid-12__col--lg-push_5 {
    left: 41.66666666666667%;
  }
  .grid-12__col--lg-push_6 {
    left: 50%;
  }
  .grid-12__col--lg-push_7 {
    left: 58.333333333333336%;
  }
  .grid-12__col--lg-push_8 {
    left: 66.66666666666667%;
  }
  .grid-12__col--lg-push_9 {
    left: 75%;
  }
  .grid-12__col--lg-push_10 {
    left: 83.33333333333334%;
  }
  .grid-12__col--lg-push_11 {
    left: 91.66666666666667%;
  }
  .grid-12__col--lg-push_12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-12__col--lg-offset_0 {
    margin-left: 0%;
  }
  .grid-12__col--lg-offset_1 {
    margin-left: 8.333333333333334%;
  }
  .grid-12__col--lg-offset_2 {
    margin-left: 16.666666666666668%;
  }
  .grid-12__col--lg-offset_3 {
    margin-left: 25%;
  }
  .grid-12__col--lg-offset_4 {
    margin-left: 33.333333333333336%;
  }
  .grid-12__col--lg-offset_5 {
    margin-left: 41.66666666666667%;
  }
  .grid-12__col--lg-offset_6 {
    margin-left: 50%;
  }
  .grid-12__col--lg-offset_7 {
    margin-left: 58.333333333333336%;
  }
  .grid-12__col--lg-offset_8 {
    margin-left: 66.66666666666667%;
  }
  .grid-12__col--lg-offset_9 {
    margin-left: 75%;
  }
  .grid-12__col--lg-offset_10 {
    margin-left: 83.33333333333334%;
  }
  .grid-12__col--lg-offset_11 {
    margin-left: 91.66666666666667%;
  }
  .grid-12__col--lg-offset_12 {
    margin-left: 100%;
  }
}
.bb {
  font-weight: bold;
}
.ii{
  font-style: italic;
}
.center{
  text-align: center;
}
.h2{
    color: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}
.accordion__item {
  margin: 0 0 21px;
  border: 2px solid #6cc4cc;
}
.accordion__trigger {
  position: relative;
  display: block;
  padding: 4px 10px;
  color: #6cc4cc;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
          transition: color 0.1s ease-in, background 0.1s ease-in;
  cursor: pointer;
}
.accordion__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 28px;
  height: 28px;
  margin: -23px 0 0;
  border-right: 2px solid #6cc4cc;
  border-bottom: 2px solid #6cc4cc;
  -webkit-transition: border-color 0.1s ease-in;
          transition: border-color 0.1s ease-in;
}
.accordion__trigger:hover,
.accordion__trigger--active {
  color: #fff;
  background: #6cc4cc;
}
.accordion__trigger:hover:after,
.accordion__trigger--active:after {
  border-color: #fff;
}
.accordion__trigger--active:after {
  margin: -7px 0 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.accordion__content {
  padding: 20px 13px;
}
.table {
  width: 100%;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.2;
}
.table__row:nth-child(even) {
  background: #f0f0f0;
}
.table__head {
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .table__head {
    padding: 5px 15px;
  }
}
.table__title {
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #6cc4cc !important;
}
@media only screen and (min-width: 800px) {
  .table__title {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.table__subtitle {
  color: #6cc4cc;
  font-size: 16px;
  padding: 10px 15px;
}
@media only screen and (min-width: 800px) {
  .table__subtitle {
    font-size: 20px;
  }
}
.table__col {
  padding: 10px;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .table__col {
    padding: 15px;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 12px;
  padding: 10px 0;
  list-style: none;
  color: #6cc4cc;
  font-size: 12px;
  line-height: 1.2;
}
.breadcrumbs__item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 10px;
  margin: 0 12px 0 0;
  background: url("/i/sprite.png") -114px 0px no-repeat;
}
.breadcrumbs__item:first-child {
  margin: 0;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #6cc4cc;
}
.breadcrumbs__link {
  display: inline-block;
  vertical-align: middle;
  color: #b0b0b0;
  text-decoration: none;
}
.breadcrumbs__link:before {
  position: absolute;
  bottom: 0;
  left: 23px;
  right: 0;
  display: block;
  height: 3px;
  background: #1bc6ce;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
          transition: opacity 0.1s ease-in;
}
.breadcrumbs__item:first-child .breadcrumbs__link:before {
  left: 0;
}
@media only screen and (min-width: 800px) {
  .breadcrumbs__link:before {
    content: '';
  }
}
.breadcrumbs__link:hover {
  color: #6cc4cc;
}
.breadcrumbs__link:hover:before {
  opacity: 1;
}
.button {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  color: #6cc4cc;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  outline: 0 none;
  border-radius: 19px;
  border: 2px solid #6cc4cc;
  background: transparent;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
          transition: color 0.1s ease-in, background 0.1s ease-in;
}
.button__icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  fill: #6ec4cb;
  -webkit-transition: fill 0.1s ease-in;
          transition: fill 0.1s ease-in;
}
.button__icon--size_xl {
  width: 31px;
}
.button:hover {
  color: #fff;
  background: #1bc6ce;
}
.button:hover .button__icon {
  fill: #fff;
}
.button--width_full {
  width: 100%;
}
.button--type_b {
  color: #313131;
  font-size: 13px;
}
@media only screen and (min-width: 1100px) {
  .button--type_b {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .button--type_b {
    font-size: 13px;
  }
}
.button--style_t-light {
  color: #fff;
  border-color: #fff;
}
.button--style_t-light:hover {
  color: #00acc7;
  background: #fff;
}
.button--style_d-light {
  color: #525358;
  border-color: #525358;
}
.button--style_d-light:hover {
  color: #fff;
  background: #525358;
}
.button--style_a {
  border-color: #fa5779;
}
.button--style_a .button__icon {
  fill: #fa5779;
}
.button--style_a:hover {
  background: #fa5779;
}
.button--style_a:hover .button__icon {
  fill: #fff;
}
.button--style_b {
  border-color: #00a0c9;
}
.button--style_b:hover {
  color: #fff;
  background: #00a0c9;
}
.contact-group {
  width: 100%;
  padding: 5px 0;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 0;
}
@media only screen and (min-width: 800px) {
  .contact-group {
    display: table;
    padding: 0;
  }
}
.contact-group__icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.contact-group__icon--type_map-point {
  width: 11px;
  height: 15px;
}
.contact-group__icon--type_clock {
  width: 14px;
  height: 14px;
}
.contact-group__icon--type_contact {
  width: 15px;
  height: 11px;
}
.contact-group__item {
  margin: 0 0 10px;
  color: #a2a2a2;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}
.contact-group__item div {
  display: inline;
}
@media only screen and (min-width: 800px) {
  .contact-group__item {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
  }
  .contact-group__item:last-child {
    text-align: right;
  }
}
.contact-group__link {
  color: inherit;
  text-decoration: none;
}
.contact-group__link:hover {
  color: inherit;
  text-decoration: none;
}
.contact-group__link--map {
  color: #6cc4cc;
  font-weight: bold;
}
.contact-group--type_stack {
  display: block;
}
.contact-group--type_stack .contact-group__item {
  display: block;
  margin: 0 0 6px;
}
.contact-group--type_stack .contact-group__item:last-child {
  text-align: left;
}
.contacts-form:after {
  display: table;
  clear: both;
  content: '';
}
.contacts-form__group {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  .contacts-form__group {
    float: left;
    width: 50%;
    padding: 0 0 0 37px;
  }
}
@media only screen and (min-width: 1400px) {
  .contacts-form__group {
    width: 40%;
  }
}
@media only screen and (min-width: 1100px) {
  .contacts-form__group:first-child {
    padding-left: 0;
  }
}
.contacts {
  padding: 5px 0 0;
  line-height: 1.2;
  overflow: hidden;
}
.contacts__info {
  margin: 0 0 20px;
}
.contacts__title {
  display: block;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
  font-wight: 400;
}
.contacts__inner {
  font-size: 0;
  margin: 0 -10px;
}
.contacts__group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 10px;
}
@media only screen and (min-width: 800px) {
  .contacts__group {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .contacts__group {
    width: 25%;
    margin: 0 0 15px;
  }
}
.contacts__item {
  font-size: 18px;
  line-height: 1.4;
}
.contacts__link {
  font-size: 23px;
  color: #6cc4cc;
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  .contacts__link {
    font-size: 26px;
  }
}
.contacts__link:hover {
  text-decoration: underline;
}
.contacts__link--style_disguised {
  color: inherit;
}
.contacts__link--style_disguised:hover {
  text-decoration: none;
}
.contacts__work-time {
  max-width: 300px;
}
@media only screen and (min-width: 800px) {
  .contacts__work-time {
    max-width: 200px;
  }
}
.contacts__map {
  position: relative;
  height: 475px;
  background: #f0f0f0;
}
.container {
  max-width: 830px;
  margin-left: 112px;
  /*margin: 0 auto;*/
}
.developer {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 1.2;
}
.developer__link {
  text-decoration: none;
}
.developer__logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.doctor-card {
  line-height: 1.2;
}
.doctor-card__illustration {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px;
}
@media only screen and (min-width: 800px) {
  .doctor-card__illustration {
    width: 100%;
  }
}
.doctor-card__illustration-wrapper {
  text-align: center;
}
.doctor-card__image {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.doctor-card__contact {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 15px 10px 10px;
  text-align: center;
  background: #fff;
  background: rgba(255,255,255,0.44);
}
@media only screen and (min-width: 1400px) {
  .doctor-card__contact {
    padding: 15px 50px 10px;
  }
}
.doctor-card__label {
  margin: 0 0 8px;
  font-size: 14px;
}
.doctor-card__phone {
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.doctor-card__phone:hover {
  color: inherit;
  text-decoration: none;
}
.doctor-card__control {
  max-width: 310px;
  margin: 0 auto;
  padding: 5px 0 0;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .doctor-card__control {
    max-width: none;
    padding: 5px 0 0 10px;
  }
}
@media only screen and (min-width: 800px) {
  .doctor-card__content {
    padding: 0 0 0 15px;
  }
}
.doctor-card__title {
  margin: 0 0 5px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .doctor-card__title {
    margin: -7px 0 3px;
  }
}
.doctor-card__post {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  border-radius: 13px;
  background: #525358;
}
.doctor-card__desc {
  font-size: 14px;
  line-height: 1.8;
}
.doctor-card__info {
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 1.8;
}
.entry-detail {
  position: relative;
  font-size: 14px;
  line-height: 1.85;
}
.entry-detail:after {
  display: table;
  clear: both;
  content: '';
}
.entry-detail__info {
  /*width: 100%;*/
  /*text-align: center;*/
  margin-bottom: 10px;
}
.entry-detail__illustration {
  position: relative;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 800px) {
  .entry-detail__illustration {
    float: left;
    width: 52%;
  }
}
@media only screen and (min-width: 800px) {
  .entry-detail__illustration--align_left {
    float: left;
    margin: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 800px) {
  .entry-detail__illustration--align_right {
    float: right;
    margin: 0 -20px 20px 20px;
  }
}
.entry-detail__image {
  display: block;
  max-width: 100%;
  width: 100%;
}
.entry-detail__content {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .entry-detail__content {
    float: left;
    padding: 0 20px 0 0;
  }
}
.entry-detail__title {
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.entry-grid {
  font-size: 0;
  overflow: hidden;
}
.entry-grid__inner {
  margin: 0 -5px;
}
.entry-grid__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 5px;
}
@media only screen and (min-width: 500px) {
  .entry-grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .entry-grid__item {
    width: 20%;
  }
}
.entry-grid__footer {
  padding: 15px 0 10px;
  text-align: center;
}
.entry-grid__more {
  max-width: 160px;
  margin: 0 auto;
}
.entry-group {
  padding: 10px 0 30px;
}
@media only screen and (min-width: 1100px) {
  .entry-group {
    padding: 10px 0 0;
  }
}
.entry-group__item {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .entry-group__item {
    margin: 0;
  }
}
.entry-info {
  width: 100%;
  /*height: 45px;*/
  height: 32px;
  font-size: 0;
  /*text-align: center;*/
  /*background: #fff;*/
}
.entry-info__item {
  display: inline-block;
  vertical-align: middle;
  /*width: 50%;*/
  /*height: 45px;*/
  /*padding: 0 5px;*/
  /*line-height: 43px;*/
  line-height: 1.2;
  text-decoration: none;
  /*border: 2px solid #dcdcdc;*/
}
.entry-info__item:last-child {
  margin-left: 10px;
}
.entry-snippet__info .entry-info__item {
  /*width: 33.333%;*/
}
.entry-info__item:first-child {
  border-right: 0 none;
}
.entry-snippet__info .entry-info__item:last-child {
  color: #fff;
  border-color: #6cc4cc;
  white-space: nowrap;
  /*background: #6cc4cc;*/
  margin-left: 10px;
}
.entry-info__news-icon,
.entry-info__article-icon,
.entry-info__comments-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 29px;
  max-width: 100%;
  max-height: 100%;
  fill: #6cc4cc;
}
.entry-info__comments-icon {
  vertical-align: middle;
  width: 21px;
  height: 21px;
  fill: #fff;
}
.entry-info__datetime {
  display: inline-block;
  vertical-align: middle;
  color: #898989;
  font-size: 12px;
  line-height: 1.2;
}
.entry-info__comments-count {
  display: inline-block;
  vertical-align: text-bottom;
  min-width: 8px;
  max-width: 25px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-snippet__info .entry-info--type_secondary .entry-info__item:last-child {
  border-color: #229ec6;
  /*background: #229ec6;*/
}
.entry-masonry {
  padding: 10px 0;
  font-size: 0;
  overflow: hidden;
}
.entry-masonry__inner {
  margin: 0 -5px;
}
.entry-masonry__item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 5px 10px;
}
@media only screen and (min-width: 500px) {
  .entry-masonry__item {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .entry-masonry__item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1100px) {
  .entry-masonry__item {
    width: 25%;
  }
}
.entry-masonry__controls {
  padding: 10px 0;
  text-align: center;
}
.entry-masonry__button {
  display: inline-block;
  vertical-align: middle;
}
.entry-snippet {
  display: block;
  padding: 10px 15px 20px;
  border: 2px solid #f0f0f0;
  background: #fff;
}
.entry-snippet__header {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 45px;
}
.entry-snippet__header:after {
  display: table;
  clear: both;
  content: '';
}
.entry-snippet__header-illustration {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: right;
  background: #eaeaea;
}
@media only screen and (min-width: 1100px) {
  .entry-snippet__header-illustration {
    text-align: left;
  }
}
.entry-snippet__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*text-align: center;*/
}
.entry-snippet__info-item {
  display: block;
  height: 33%;
  line-height: 43px;
  text-decoration: none;
  border: 2px solid #dcdcdc;
  border-bottom: 0 none;
}
.entry-snippet__info-item:last-child {
  color: #fff;
  border-color: #6cc4cc;
  border-top: 2px solid #dcdcdc;
  white-space: nowrap;
  background: #6cc4cc;
}
.entry-snippet__info--type_secondary .entry-snippet__info-item:last-child {
  border-color: #229ec6;
  background: #229ec6;
}
.entry-snippet__illustration {
  position: relative;
  display: block;
  margin: -10px -15px 25px;
  text-align: left;
  background: #d8d8d8;
}
.entry-snippet__image {
  width: 100%;
  max-width: 100%;
}
.entry-snippet__news-icon,
.entry-snippet__article-icon,
.entry-snippet__comments-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 29px;
  max-width: 100%;
  max-height: 100%;
  fill: #6cc4cc;
}
.entry-snippet__comments-icon {
  vertical-align: middle;
  width: 21px;
  height: 21px;
  fill: #fff;
}
.entry-snippet__datetime {
  display: inline-block;
  vertical-align: middle;
  color: #898989;
  font-size: 12px;
  line-height: 1.2;
}
.entry-snippet__comments-count {
  display: inline-block;
  vertical-align: text-bottom;
  min-width: 8px;
  max-width: 25px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-snippet__title {
  margin: 0 0 13px;
  color: #525358;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.entry-snippet__title--type_close {
  margin: 0;
}
.entry-snippet__link {
  color: inherit;
  text-decoration: none;
}
.entry-snippet__link:hover {
  text-decoration: underline;
}
.entry-snippet__desc {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
}
.entry-snippet__more {
  max-width: 165px;
  padding: 9px 0 0;
}
.entry-snippet--hover_emphasized {
  position: relative;
}
.entry-snippet--hover_emphasized:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  border: 2px solid transparent;
  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}
.entry-snippet--hover_emphasized .entry-snippet__more {
  position: relative;
  z-index: 20;
}
.entry-snippet--hover_emphasized:hover:after {
  border-color: #1bc6ce;
}
@media only screen and (min-width: 1400px) {
  .entry-snippet--type_flat {
    min-height: 553px;
  }
}
.entry-snippet--type_flat .entry-snippet__image {
  height: auto;
}
.entry-tile {
  background: #f0f0f0;
}
.entry-tile .entry-tile__item {
  max-width: 560px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 800px) {
  .entry-tile .entry-tile__item {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.flat-form {
  padding: 15px 15px 16px;
  color: #fff;
  background: #6cc4cc;
}
@media only screen and (min-width: 1100px) {
  .flat-form {
    padding: 15px 110px 16px 15px;
  }
}
.flat-form__item {
  width: 100%;
  margin: 0 0 13px;
}
@media only screen and (min-width: 1100px) {
  .flat-form__item {
    display: table;
    font-size: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .flat-form__label,
  .flat-form__field {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1100px) {
  .flat-form__label {
    width: 22%;
    padding: 5px 0 0;
    font-size: 18px;
  }
}
.flat-form__action {
  font-size: 0;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .flat-form__action {
    padding: 0 0 0 22%;
  }
}
.flat-form__action--align_left {
  text-align: left;
}
.flat-form__action--align_center {
  text-align: center;
}
.flat-form__action--align_right {
  text-align: right;
}
.footer {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .footer {
    border-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .footer {
    height: 100%;
    padding: 0 0 50px;
  }
}
.footer__nav {
  margin: 0 0 15px;
  padding: 20px 0 0;
  clear: both;
}
@media only screen and (min-width: 800px) {
  .footer__nav {
    padding: 0;
  }
}
.footer__bottom {
  width: 100%;
  min-height: 46px;
  padding: 15px 0;
  background: #f0f0f0;
}
@media only screen and (min-width: 1100px) {
  .footer__bottom {
    padding: 15px 0 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.footer__holder:after {
  display: table;
  clear: both;
  content: '';
}
.bottom_info{
	color: #a2a2a2;
	font-size: 12px;
	margin-bottom: 10px !important;
}
.footer__logo {
  width: 100%;
  padding: 10px 0 0 20px;
}
@media only screen and (min-width: 500px) {
  .footer__logo {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .footer__logo {
    width: 22%;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .footer__logo {
    width: 16%;
  }
}
.footer__slogan {
  padding: 20px 0;
  color: #a2a2a2;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .footer__slogan {
    padding: 17px 0 0;
    text-align: left;
  }
}
.footer__phones {
  width: 100%;
  padding: 20px 20px 0 13px;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .footer__phones {
    float: left;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (min-width: 800px) {
  .footer__phones {
    width: 26%;
    padding: 10px 0 0 13px;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  .footer__phones {
    width: 20%;
  }
}
.footer__phone {
  display: block;
  margin: 0 0 10px;
  color: #525358;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  .footer__phone {
    font-size: 22px;
  }
}
.footer__social {
  clear: both;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 800px) {
  .footer__social {
    float: left;
    clear: none;
    width: 32%;
    padding: 18px 0 0 5px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer__social {
    width: 16%;
  }
}
.footer__search {
  clear: both;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
}
@media only screen and (min-width: 800px) {
  .footer__search {
    float: left;
    clear: none;
    width: 20%;
    margin: 0;
    padding: 18px 0 0 15px;
  }
}
.footer__contacts {
  float: left;
  width: 28%;
  padding: 0 0 0 20px;
}
.footer__developer {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 1100px) {
  .footer__developer {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .footer__developer {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .footer__developer {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer__developer .developer__link {
    display: block;
    text-align: center;
  }

  .footer__developer .developer__link img {
    margin-bottom: 5px;
  }
}
.footer__copyright {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .footer__copyright {
    text-align: left;
  }
}
.formatted-text b,
.formatted-text strong {
  font-weight: bold;
}
.formatted-text em {
  font-style: italic;
}
.formatted-text p {
  margin: 0 0 20px;
}
.formatted-text p:last-child {
  margin: 0;
}
.formatted-text ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.formatted-text ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 23px;
  list-style: none;
}
.formatted-text ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #6cc4cc;
}
.formatted-text ol {
  margin-bottom: 20px;
}
.formatted-text ol li {
  list-style-position: inside;
}
.formatted-text h1,
.formatted-text h2,
.formatted-text h3,
.formatted-text h4,
.formatted-text h5,
.formatted-text h6 {
  color: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
.formatted-text h1 {
  margin: 0 0 20px;
  font-size: 26px;
}
.formatted-text h2 {
  margin: 40px 0 20px;
  font-size: 22px;
}
.formatted-text h3 {
  margin: 10px 0 18px;
  font-size: 20px;
}
.formatted-text h4 {
  margin: 10px 0 16px;
  font-size: 18px;
}
.formatted-text h5 {
  margin: 10px 0 16px;
  font-size: 16px;
}
.formatted-text h6 {
  margin: 10px 0 16px;
  font-size: 16px;
}
.formatted-text table {
  width: 100%;
  marign: 0 0 15px;
}
.formatted-text tr:nth-child(odd) td {
  background: #f3f3f3;
}
.formatted-text th {
  padding: 4px 5px 5px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  background: #6cc4cc;
}
.formatted-text td {
  padding: 4px 5px 5px;
  border: 1px solid #cfcfcf;
  border-left: 0 none;
  border-right: 0 none;
  text-align: left;
}
.formatted-text .quote, .formatted-text .for-patient{
    box-sizing: border-box;
    /*border: 1px solid #6cc4cc;*/
    padding: 20px;
    margin-bottom: 20px;
}
.article-expert span{
    font-weight: bold;
}
.article-expert a{
    font-style: italic;
    color: #a2a2a2;
}
.formatted-text .for-patient{
  background: #fff;
}
  .formatted-text .quote span{
    display: block;
    font-style: italic;
    color: #898989;
    margin-bottom: 10px;
  }
.formatted-text .attention{
  color: #6cc4cc;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 800px){
.formatted-text .attention{
    font-size: 22px;
    font-weight: normal;
}
}
.formatted-text .for-patient .h2{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.image-block img{
  display: block;
}
.image-block span{
  font-style: italic;
  font-size: 12px;
}
.header {
  position: relative;
  width: 100%;
  padding: 5px 0 0 5px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  line-height: 1.2;
  background: #fff;
}
@media only screen and (min-width: 800px) {
  .header {
    padding: 18px 0 5px;
  }
}
.header__holder:after {
  display: table;
  clear: both;
  content: '';
}
.header__logo {
  width: 128px;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .header__logo {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .header__logo {
    width: 20%;
  }
}
@media only screen and (min-width: 1400px) {
  .header__logo {
    width: 17%;
  }
}
.header__slogan {
  display: none;
  padding: 5px 0;
  color: #a2a2a2;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.contact-group__item--contact a{
    color: #a2a2a2;
}
@media only screen and (min-width: 800px) {
  .header__slogan {
    display: block;
    padding: 5px 0 0;
    text-align: left;
  }
}
.header__phones {
  width: 100%;
  padding: 15px 0 5px;
}
@media only screen and (min-width: 800px) {
  .header__phones {
    float: left;
    width: 50%;
    padding: 10px 0 0 13px;
  }
}
@media only screen and (min-width: 1100px) {
  .header__phones {
    width: 18%;
  }
}
@media only screen and (min-width: 1400px) {
  .header__phones {
    width: 26%;
  }
}
.header__phone {
  display: block;
  margin: 0 0 10px;
  color: #525358;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  .header__phone {
    font-size: 16px;
    text-align: right;
  }
}
@media only screen and (min-width: 1100px) {
  .header__phone {
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  .header__phone {
    font-size: 22px;
  }
}
.header__info {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
}
@media only screen and (min-width: 800px) {
  .header__info {
    clear: both;
    width: 100%;
    padding: 10px 0 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .header__info {
    float: left;
    clear: none;
    width: 62%;
    padding: 0 0 0 9px;
  }
}
@media only screen and (min-width: 1400px) {
  .header__info {
    width: 57%;
  }
}
.header__contacts {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .header__contacts {
    max-width: none;
    margin: 0 0 12px;
  }
}
.header__buttons {
  margin: 0 auto;
  max-width: 500px;
  font-size: 0;
}
@media only screen and (min-width: 800px) {
  .header__buttons {
    max-width: none;
  }
}
.header__button {
  display: block;
  margin: 0 auto 10px;
}
.header__button div {
  display: inline;
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  .header__button {
    display: inline-block;
    vertical-align: middle;
    width: 33.333%;
    margin: 0;
    padding: 0 0 0 15px;
  }
  .header__button:first-child {
    padding-left: 0;
  }
}
.header__callback {
  position: absolute;
  top: 12px;
  left: 62px;
  font-size: 0;
  outline: 0 none;
}
.header__callback-icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: #6ec4cb;
}
.header__appointment {
  position: absolute;
  top: 12px;
  right: 59px;
  font-size: 0;
  outline: 0 none;
}
.header__appointment-icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: #fa5779;
}
.header__info-trigger {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 0;
  outline: 0 none;
}
.header__info-trigger-icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: #6ec4cb;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  fill: #000;
}
.logo {
  display: block;
}
.logo__image {
  display: block;
  margin: 0 auto 10px;
  max-width: 200px;
}
@media only screen and (min-width: 500px) {
  .logo__image {
    margin: 0;
  }
}
@media only screen and (min-width: 800px) {
  .logo__image {
    max-width: 230px;
  }
}
@media only screen and (min-width: 1100px) {
  .logo__image {
    max-width: 142px;
  }
}
.main-carousel {
  overflow: hidden;
  white-space: nowrap;
}
.main-carousel__slide {
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 20px 0;
  outline: 0 none;
  text-align: center;
  white-space: normal;
}
@media only screen and (min-width: 800px) {
  .main-carousel__slide {
    height: 436px;
    padding: 0;
  }
}
.main-carousel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none !important;
  max-width: none;
}
@media only screen and (min-width: 800px) {
  .main-carousel__image {
    display: block !important;
  }
}
@media only screen and (min-width: 800px) {
  .main-carousel__content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 30;
    -webkit-transform: translate(0, -55%);
        -ms-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 100%;
    text-align: right;
  }
}
.main-carousel__caption {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  color: #525358;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 500px) {
  .main-carousel__caption {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 800px) {
  .main-carousel__caption {
    max-width: 370px;
    margin: 0 7.5% 0 0;
  }
}
.main-carousel__title {
  position: relative;
  margin: 0 -15px 15px;
  padding: 0 0 20px;
  color: inherit;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 500px) {
  .main-carousel__title {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 800px) {
  .main-carousel__title {
    font-size: 37px;
  }
}
.main-carousel__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 77px;
  height: 4px;
  border-radius: 2px;
  background: #6cc4cc;
}
.main-carousel__more {
  max-width: 160px;
  padding: 17px 0 0;
}
.main-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
}
@media only screen and (min-width: 1100px) {
  .main-carousel__arrow {
    left: 50%;
  }
}
.main-carousel__arrow--type_prev {
  left: 10px;
}
@media only screen and (min-width: 800px) {
  .main-carousel__arrow--type_prev {
    left: 20px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .main-carousel__arrow--type_prev {
    left: 50%;
    -webkit-transform: translate(-520px, -50%);
        -ms-transform: translate(-520px, -50%);
            transform: translate(-520px, -50%);
  }
}
@media only screen and (min-width: 1400px) {
  .main-carousel__arrow--type_prev {
    -webkit-transform: translate(-650px, -50%);
        -ms-transform: translate(-650px, -50%);
            transform: translate(-650px, -50%);
  }
}
.main-carousel__arrow--type_next {
  right: 10px;
}
@media only screen and (min-width: 800px) {
  .main-carousel__arrow--type_next {
    right: 20px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .main-carousel__arrow--type_next {
    left: 50%;
    -webkit-transform: translate(487px, -50%);
        -ms-transform: translate(487px, -50%);
            transform: translate(487px, -50%);
  }
}
@media only screen and (min-width: 1400px) {
  .main-carousel__arrow--type_next {
    -webkit-transform: translate(617px, -50%);
        -ms-transform: translate(617px, -50%);
            transform: translate(617px, -50%);
  }
}
.main-carousel__arrow-icon {
  display: block;
  width: 16px;
  height: 32px;
  fill: #343434;
  -webkit-transition: fill 0.1s ease-in;
          transition: fill 0.1s ease-in;
}
@media only screen and (min-width: 500px) {
  .main-carousel__arrow-icon {
    width: 24px;
    height: 48px;
  }
}
@media only screen and (min-width: 800px) {
  .main-carousel__arrow-icon {
    fill: #fff;
    width: 33px;
    height: 63px;
  }
}
.main-carousel__arrow-icon:hover {
  fill: #6dc3ca;
}
.modal-form {
  max-width: 425px;
  min-width: 300px;
  padding: 40px 10px;
  border: 2px solid #1bc6ce;
  background: #fff;
  -webkit-transform: translate border 0.2s easa-in;
      -ms-transform: translate border 0.2s easa-in;
          transform: translate border 0.2s easa-in;
}
@media only screen and (min-width: 800px) {
  .modal-form {
    padding: 35px;
  }
}
.modal-form__item {
  width: 100%;
  margin: 0 0 13px;
}
@media only screen and (min-width: 1100px) {
  .modal-form__item {
    display: table;
    font-size: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .modal-form__label,
  .modal-form__field {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1100px) {
  .modal-form__label {
    width: 29%;
    /*padding: 5px 0 0;*/
  }
}
.modal-form__field.error .form__input {
  border-color: #ff5479 !important;
}
.modal-form__field.error .errorMessage {
  display: block !important;
}
.modal-form__action {
  font-size: 0;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .modal-form__action {
    padding: 0 0 0 29%;
  }
}
.modal-form__action--align_left {
  text-align: left;
}
.modal-form__action--align_center {
  text-align: center;
}
.modal-form__action--align_right {
  text-align: right;
}
.more-button {
  display: inline-block;
  vertical-align: center;
  padding: 0 20px;
  color: #6cc4cc;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.more-button__icon {
  display: block;
  width: 51px;
  height: 40px;
  margin: 0 auto 10px;
  fill: #6dc3ca;
}
.more-button:hover {
  color: #515258;
}
.more-button:hover .more-button__icon {
  fill: #515258;
}
.more-button--state_load {
  color: #515258;
}
.more-button--state_load .more-button__icon {
  fill: #515258;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.nav {
  position: relative;
  display: block;
  width: 46px;
  margin: 0;
  padding: 0 0 12px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 0;
  line-height: 1.2;
  list-style: none;
}
@media only screen and (min-width: 800px) {
  .nav {
    width: auto;
    height: auto;
    padding: 0;
    background: #6cc4cc;
  }
}
.nav--align_left {
  text-align: left;
}
.nav--align_right {
  text-align: right;
}
.nav--align_center {
  text-align: center;
}
.nav--state_open {
  width: auto;
  height: auto;
}
.nav--type_simple {
  width: 100%;
  padding: 0;
  background: #6cc4cc;
}
@media only screen and (max-width: 800px) {
  .nav--type_simple .nav__list {
    display: block;
  }
}
.nav--type_simple .nav__item:hover .nav__dropdown {
  display: none;
}
.nav--type_simple .nav__item-trigger,
.nav--type_simple .nav__dropdown {
  display: none;
}
@media only screen and (max-width: 800px) {
  .nav--type_simple .nav__link {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.nav__list {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .nav__list {
    display: table;
  }
}
@media only screen and (max-width: 800px) {
  .nav__list--state_open {
    display: block;
    width: auto;
    margin: 0 -19px;
    background: #6cc4cc;
  }
}
.nav__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #7ec9d0;
  border-top: 1px solid #6CC4CC;
  background: transparent;
  -webkit-transition: border-color 0.05s ease-in, background 0.05s ease-in;
          transition: border-color 0.05s ease-in, background 0.05s ease-in;
}
@media only screen and (min-width: 800px) {
  .nav__item {
    position: static;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0;
    border-left: 1px solid #fff;
  }
  .nav__item:last-child {
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 800px) {
  .nav__item:first-child {
    border-top: 0 none;
  }
}
@media only screen and (max-width: 800px) {
  .nav__item--state_open .nav__link {
    background: #00aab5;
  }
}
.nav__item--type_parent {
  position: relative;
}
.nav__item-trigger {
  font-size: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 44px;
  height: 44px;
  background: #369aa3;
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  .nav__item-trigger {
    display: none;
  }
}
.nav__item-trigger:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 13px;
  z-index: 15;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 14px;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.nav__item-trigger--state_open:after {
  top: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__item:hover {
  background: #00aab5;
}
@media only screen and (min-width: 1100px) {
  .nav__item:hover {
    border-color: transparent;
  }
  .nav__item:hover + .nav__item {
    border-color: transparent;
  }
  .nav__item:hover + .nav__item:last-child {
    border-color: #fff;
  }
}
.nav__item:hover .nav__link {
  color: #fff;
  text-decoration: none;
  background: #00aab5;
}
@media only screen and (min-width: 1100px) {
  .nav__item:hover .nav__dropdown {
    display: block;
  }
}
.nav__link {
  display: block;
  width: 100%;
  padding: 11px 30px 9px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  background: transparent;
  -webkit-transition: background 0.05s ease-in;
          transition: background 0.05s ease-in;
}
@media only screen and (min-width: 800px) {
  .nav__link {
    padding: 13px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .nav__link {
    padding: 10px 5px;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .nav__link {
    padding: 13px 15px;
    font-size: 17px;
  }
}
.nav__link:hover {
  color: #fff;
  text-decoration: none;
  background: #00aab5;
}
.nav__link--state-active {
  color: #0f0;
}
.nav__dropdown {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
  }
}
.nav__holder {
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .nav__holder {
    max-width: 1300px;
    padding: 0 19px;
  }
}
.nav__trigger {
  display: block;
  position: absolute;
  top: -43px;
  left: 0;
  z-index: 10;
  width: 46px;
  height: 44px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  cursor: pointer;
  outline: 0 none;
  background: #6cc4cc;
}
@media only screen and (min-width: 800px) {
  .nav__trigger {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    display: none;
  }
}
.nav__trigger-burger {
  position: relative;
  display: block;
  width: 25px;
  height: 19px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: transparent;
  cursor: pointer;
  outline: 0 none;
}
@media only screen and (min-width: 500px) {
  .nav__trigger-burger {
    width: 25px;
    height: 19px;
    margin: 5px auto;
    background: transparent;
  }
}
.nav__trigger-burger:before,
.nav__trigger-burger:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.1s ease;
          transition: transform 0.1s ease;
}
.nav__trigger--type_close .nav__trigger-burger {
  width: 32px;
  border-color: transparent;
}
.nav__trigger--type_close .nav__trigger-burger:before {
  width: 32px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__trigger--type_close .nav__trigger-burger:after {
  width: 32px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.page-nav__list {
  margin: 0 auto;
}
@media only screen and (min-width: 500px) {
  .page-nav__list {
    display: table;
  }
}
.page-nav__item {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid #6cc4cc;
}
@media only screen and (min-width: 500px) {
  .page-nav__item {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    border-left: 0 none;
  }
}
@media only screen and (min-width: 1100px) {
  .page-nav__item {
    min-width: 250px;
  }
}
.page-nav__item:first-child {
  border-left: 2px solid #6cc4cc;
}
.page-nav__link {
  display: block;
  padding: 5px 10px;
  color: #525358;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
          transition: color 0.1s ease-in, background 0.1s ease-in;
}
@media only screen and (min-width: 800px) {
  .page-nav__link {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) {
  .page-nav__link {
    padding: 5px 30px;
  }
}
.page-nav__link:hover {
  color: #fff;
  background: #1bc6ce;
}
.page-nav--type_small .page-nav__item {
  min-width: 0;
}
.page-nav--type_small .page-nav__link {
  font-size: 18px;
  padding: 8px 5px;
}
.page-nav--type_small .page-nav__list {
  width: 100%;
}
.page {
  position: relative;
  min-height: 100%;
}
.page__body {
  color: #525358;
  font-size: 16px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  background: #fff;
}
@media only screen and (min-width: 1100px) {
  .page__body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .page__body {
    margin-bottom: 246px /*+ footerOffset-lg*/;
  }
  .map-is-expanded .page__body {
    margin-bottom: calc(246px + 475px);
  }
}
.page__header {
  margin: 0 0 20px;
}
@media only screen and (min-width: 800px) {
  .page__header {
    margin: 0;
  }
}
.page__footer {
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .page__footer {
    position: absolute;
    bottom: 0;
    height: 246px;
  }
  .map-is-expanded .page__footer {
    height: calc(246px + 475px);
  }
}

/* панель показать/скрыть карту */
.toggle-map-wrapper{
  display: none;
  padding: 10px 10px 10px 0;
}
@media only screen and (max-width: 1399px){
  .toggle-map-wrapper{
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 799px){
  .toggle-map-wrapper{
    padding-top: 20px;
    text-align: center;
  }
}

/* стили для мобильных */
.map-is-expanded .page__body {
  margin-top: 1000px;
  margin-bottom: calc(246px + 475px);
}
.map-is-expanded .page__footer {
  height: calc(246px + 475px);
}

.page__holder {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 19px;
}
.page__holder.text-wrapper {
  max-width: 750px;
}
.page__holder.text-wrapper .formatted-text ul {
  margin-top: -10px;
}
.page__holder.text-wrapper .formatted-text li {
  padding-left: 100px;
}
.page__holder.text-wrapper .formatted-text li:before {
  display: none;
}
.page__holder--type_close {
  padding: 0;
}
.text-container > * + *{
  margin-top: 1em;
}
.text-container ul {
  margin-left: 25px;
}
.page__breadcrumbs--style_darkened {
  background: #f0f0f0;
}
.page__nav {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1000;
}
@media only screen and (min-width: 800px) {
  .page__nav {
    position: relative;
    top: auto;
    left: auto;
  }
}
.page__nav--state_open {
  width: 100%;
}
.page__update {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px;
  color: #343434;
  font-size: 10px;
  line-height: 1.2;
  opacity: 0;
}
.page__update:hover {
  font-size: 16px;
  opacity: 1;
}
.page__sections-group {
  margin: 0 -19px;
}
@media only screen and (min-width: 800px) {
  .page__sections-group {
    margin: 0;
  }
}
.photo-carousel__slide {
  padding: 0 5px 0 0;
  outline: 0 none;
}
@media only screen and (min-width: 500px) {
  .photo-carousel__slide {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1100px) {
  .photo-carousel__slide {
    padding: 0 18px;
  }
}
.photo-carousel__link {
  display: block;
  outline: 0 none;
}
.photo-carousel__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.photo-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
}
.photo-carousel__arrow--type_prev {
  left: -60px;
}
.photo-carousel__arrow--type_next {
  right: -60px;
}
.photo-carousel__arrow-icon {
  display: block;
  width: 33px;
  height: 63px;
  fill: #525358;
  -webkit-transition: fill 0.1s ease-in;
          transition: fill 0.1s ease-in;
}
.photo-carousel__arrow-icon:hover {
  fill: #6dc3ca;
}
.procedure-card__illustration {
  position: relative;
  margin: 0 0 20px;
}
.procedure-card__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.procedure-card__title {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .procedure-card__content {
    padding: 0 0 0 15px;
  }
}
.procedure-card__fields {
  margin: 0 0 22px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.procedure-card__field {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 27px;
}
.procedure-card__field:first-child {
  margin-left: 0;
}
.procedure-card__icon {
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.procedure-card__icon--type_clock {
  width: 27px;
  height: 26px;
}
.procedure-card__icon--type_wallet {
  width: 30px;
  height: 27px;
  margin: 0 10px 0 0;
}
.procedure-card__nav {
  margin: 0 0 20px;
}
.prp-block {
  position: relative;
  display: block;
  min-height: 200px;
  padding: 0 0 10px;
  color: inherit;
  font-size: 0;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .prp-block {
    padding: 80.67092651757189% 0 0;
    color: #fff;
    background: #b8927f;
  }
}
.prp-block:hover {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  .prp-block:hover {
    color: #fff;
  }
}
.prp-block__image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: none;
  width: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 1100px) {
  .prp-block__image {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.prp-block__image--type_mobile {
  display: block;
  position: static;
  min-height: 0;
  width: auto;
  max-width: 100%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1100px) {
  .prp-block__image--type_mobile {
    display: none;
  }
}
.prp-block__content {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1100px) {
  .prp-block__content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -47%);
        -ms-transform: translate(0, -47%);
            transform: translate(0, -47%);
    width: 100%;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
  }
  .prp-block--static_width .prp-block__content--type_less {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .prp-block__content--type_less {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1100px) {
  .prp-block__content--position_top {
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1100px) {
  .prp-block__content--position_bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.prp-block__label {
  font-size: 23px;
  font-weight: 300;
}
.prp-block__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) {
  .prp-block__title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100px) {
  .prp-block__title--size_xxl {
    margin: 0 0 5px;
    font-size: 48px;
  }
}
.prp-block__desc {
  font-size: 17px;
  font-weight: 100;
  line-height: 1.2;
}
@media only screen and (min-width: 1100px) {
  .prp-block__desc {
    font-size: 20px;
  }
}
.prp-block__desc--size_m {
  font-size: 15px;
}
.prp-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.2;
}
@media only screen and (min-width: 800px) {
  .prp-block__list {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1100px) {
  .prp-block__list {
    font-size: 17px;
  }
}
.prp-block__list-item {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1100px) {
  .prp-block__list-item {
    padding: 0 0 0 25px;
  }
}
.prp-block__list-item:before {
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 1100px) {
  .prp-block__list-item:before {
    content: '';
  }
}
@media only screen and (min-width: 1100px) {
  .prp-block--type_a {
    padding: 40.2555910543131% 0 0;
    background: #908279;
  }
}
@media only screen and (min-width: 1100px) {
  .prp-block--type_b {
    padding: 163.961038961039% 0 0;
    background: #bca69b;
  }
}
.prp-block--style_dark {
  color: #525358;
}
.prp-block--style_dark:hover {
  color: #525358;
}
.search-snippet {
  position: relative;
  display: block;
}
.search-snippet__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 50px 0 10px;
  color: #343434;
  font-size: 14px;
  line-height: 38px;
  border-radius: 18px;
  border: 2px solid #f0f0f0;
  outline: 0 none;
  border-color: #515258;
  -webkit-transition: border-color 0.1s ease-in;
          transition: border-color 0.1s ease-in;
}
.search-snippet__field:focus {
  border-color: #515258;
}
.search-snippet__button {
  position: absolute;
  top: 7px;
  right: 18px;
  z-index: 10;
  width: 24px;
  height: 21px;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
}
.search-snippet__icon {
  display: block;
  width: 24px;
  height: 21px;
}
.section {
  padding: 20px 0;
}
.section__header {
  margin: -20px 0 0;
  padding: 20px 0 22px;
  background: #fff;
}
.section__header .section__title {
  margin: 0;
}
.section__title {
  margin: 0 0 22px;
  padding: 0;
  color: #525358;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
}
.section__title a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  .section__title {
    font-size: 30px;
  }
}
.section__title--align_center {
  text-align: center;
}
.section__title--align_left {
  text-align: left;
}
.section__title--align_right {
  text-align: right;
}
.section__title--type_primary {
  margin: 0 0 10px;
  font-weight: 700;
}
.section__title--type_close {
  margin: 0;
}
.section__desc {
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (min-width: 800px) {
  .section__desc {
    font-size: 14px;
  }
}
.section__desc .section__text{
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .section__desc .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.section__desc .container p, .section__desc .container ul{
  margin-bottom: 10px;
}
.view-all{
  display: none;
  max-width: 280px;
  margin: 10px auto 0;
  cursor: pointer;
}
.section__nav {
  padding: 20px 0;
}
.section__carousel {
  margin: 0 -19px;
  padding: 0 0 30px;
}
@media only screen and (min-width: 500px) {
  .section__carousel {
    margin: 0 auto;
    padding: 0 60px 30px;
  }
}
.section--style_murky,
.section--style_darkened {
  background: #f0f0f0;
}
.sections-group {
  position: relative;
}
.sections-group__main {
  width: 100%;
  background: #47b7d3;
}
@media only screen and (min-width: 800px) {
  .sections-group__main {
    display: table;
  }
}
@media only screen and (min-width: 800px) {
  .sections-group__row {
    display: table-row;
  }
}
.sections-group__col {
  padding: 15px 10px;
  background: #47b7d3;
}
@media only screen and (min-width: 800px) {
  .sections-group__col {
    display: table-cell;
    vertical-align: top;
    width: 33.333%;
    padding: 10px 10px 85px;
  }
}
@media only screen and (min-width: 1100px) {
  .sections-group__col {
    padding: 10px 20px 85px;
  }
}
@media only screen and (max-width: 799px) {
  .infopage{
    overflow: hidden;
  }
  .infopage .sections-group__col {
    width: 100% !important;
    padding: 0px !important;
  }
  .infopage .sections-group__list {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .infopage .page__section .page__holder:not(.page__holder--with-paddings) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sections-group__col:first-child {
  background: #6cc4cc;
}
.sections-group__col:first-child .sections-group__title--state_open {
  background: #5ec7d1;
}
.sections-group__col:last-child {
  background: #229ec6;
}
@media only screen and (min-width: 801px) {
  .sections-group__col:last-child {
    padding-bottom: 85px;
  }
}
.sections-group__more-on-mobile {
  margin-left: 38px;
}
@media only screen and (min-width: 801px) {
  .sections-group__more-on-mobile {
    display: none;
  }
}
.sections-group__col:last-child .sections-group__title--state_open {
  background: #1f95bb;
}
.sections-group__col .sections-group__title--state_open {
  background: #41aec9;
}
.sections-group__col--type_header {
  padding: 15px 25px 0;
  text-align: center;
}
.sections-group__col--type_header:last-child {
  padding-bottom: 0;
}
.sections-group__title {
  margin: 0 0 15px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: background 0.1s ease-in;
          transition: background 0.1s ease-in;
}
h3.sections-group__title a {
  color: #fff;
  text-decoration: none;
}
h3.sections-group__title a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 800px) {
  .sections-group__title {
    margin: 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .sections-group__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .sections-group__title {
    font-size: 25px;
  }
}
.sections-group__title--align_left {
  text-align: left;
}
.sections-group__title--align_center {
  text-align: center;
}
.sections-group__title--align_right {
  text-align: right;
}
.sections-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sections-group__item {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.sections-group__item:last-child {
  margin: 0;
}
.sections-group__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 12px;
  padding: 0 0 0 38px;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  .sections-group__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  .sections-group__link {
    font-size: 18px;
  }
}
.sections-group__link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sections-group__link:hover {
  color: #fff;
  text-decoration: underline;
}
.sections-group__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 17px 0 15px;
  text-align: center;
  background: #eee;
  background: rgba(0,0,0,0.07);
}
@media only screen and (max-width: 800px) {
  .sections-group__footer {
    display: none;
  }
}
.sections-group__more {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
.sections-group__inner-group {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .sections-group__inner-group {
    display: table;
  }
}
@media only screen and (min-width: 500px) {
  .sections-group__inner-col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}
.sections-group__trigger {
  position: relative;
  cursor: pointer;
}
.sections-group__trigger:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 13px;
  z-index: 15;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.sections-group__trigger--state_open:after {
  top: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sections-group--type_simple .sections-group__col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sections-group--type_accordion .sections-group__col {
  position: relative;
}
.sections-group--type_accordion .sections-group__list {
  display: none;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 800px) {
  .sections-group--type_accordion .sections-group__list {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .sections-group--type_accordion .sections-group__title {
    margin: -15px -10px 0;
    padding: 15px 40px 0 10px;
    font-size: 24px;
    text-transform: uppercase;
  }
}
.sections-group--style_light .sections-group__main,
.sections-group--style_light .sections-group__col {
  background: transparent;
}
@media only screen and (min-width: 800px) {
  .sections-group--style_light .sections-group__col {
    width: 55%;
    min-width: 50%;
    padding: 5px 10px 5px 0;
  }
}
@media only screen and (min-width: 800px) {
  .sections-group--style_light .sections-group__col:first-child {
    width: 45%;
  }
}
.sections-group--style_light .sections-group__title,
.sections-group--style_light .sections-group__link {
  color: #525358;
}
.sections-group--style_light .sections-group__link {
  padding: 0 0 0 30px;
  -webkit-transition: color 0.1s ease-in;
          transition: color 0.1s ease-in;
}
.sections-group--style_light .sections-group__link:hover {
  color: #6cc4cc;
  text-decoration: none;
}
.sections-group--style_light .sections-group__link:before {
  top: 13px;
  left: -6px;
  border-color: #6cc4cc;
}
.sections-group--style_light .sections-group__list {
  padding: 9px 0 0;
}
@media only screen and (min-width: 500px) {
  .sections-group--style_light .sections-group__list {
    padding: 15px 0 0;
  }
}
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.social-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 800px) {
  .social-nav__item {
    margin: 0 0 0 11px;
  }
}
.social-nav__item:first-child {
  margin-left: 0;
}
.social-nav__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.social-nav__link:hover .social-nav__icon {
  opacity: 0;
}
.social-nav__link:hover .social-nav__icon--active {
  opacity: 1;
}
.social-nav__icon {
  display: block;
  width: 38px;
  height: 38px;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
          transition: opacity 0.1s ease-in;
}
.social-nav__icon--active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.subscribe-form {
  padding: 5px 0;
  line-height: 1.2;
  text-align: center;
}
.subscribe-form__wrapper:after {
  display: table;
  clear: both;
  content: '';
}
@media only screen and (min-width: 500px) {
  .subscribe-form__wrapper {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .subscribe-form__wrapper {
    display: table;
    max-width: none;
  }
}
@media only screen and (min-width: 1100px) {
  .subscribe-form__label,
  .subscribe-form__field,
  .subscribe-form__button {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
  }
}
.subscribe-form__label {
  margin: 0 0 20px;
  font-size: 18px;
}
@media only screen and (min-width: 1100px) {
  .subscribe-form__label {
    margin: 0;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 500px) {
  .subscribe-form__field {
    float: left;
    width: 55%;
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .subscribe-form__field {
    float: none;
    width: 380px;
    padding: 0 30px;
  }
}
.subscribe-form__button {
  padding: 20px 0 0;
}
@media only screen and (min-width: 500px) {
  .subscribe-form__button {
    float: left;
    width: 45%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1100px) {
  .subscribe-form__button {
    float: none;
    width: 226px;
  }
}
.subscribe-form__input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  color: #525358;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #fff;
  outline: 0 none;
  background: transparent;
  -webkit-transition: background 0.1s ease-in;
          transition: background 0.1s ease-in;
}
.subscribe-form__input:focus {
  background: #fff;
}
.subscribe-form__input::-webkit-input-placeholder {
  color: #838383;
  font-size: 14px;
}
.subscribe-form__input::-moz-placeholder {
  color: #838383;
  font-size: 14px;
  opacity: 1;
}
.subscribe-form__input:-moz-placeholder {
  color: #838383;
  font-size: 14px;
}
.subscribe-form__input:-ms-input-placeholder {
  color: #838383;
  font-size: 14px;
}
.table-price {
  max-width: 941px;
  margin: 0 auto;
  text-align: left;
}
.table-price__value {
  white-space: nowrap;
}
@media only screen and (min-width: 800px) {
  .table-price__value {
    width: 16%;
  }
}
.work-time {
  font-size: 0;
}
.work-time__item {
  margin: 0 0 5px;
}
.work-time__name,
.work-time__value {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.work-time__name {
  width: 40%;
}
.work-time__value {
  width: 60%;
  color: #6cc4cc;
  text-align: right;
}
.form__title {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.form__title--align_left {
  text-align: left;
}
.form__title--align_center {
  text-align: center;
}
.form__title--align_right {
  text-align: right;
}
.form__item {
  width: 100%;
  margin: 0 0 13px;
  font-size: 0;
}
.form__item--type_line {
  display: table;
}
.form__item--type_line label,
.form__item--type_line .form__input,
.form__item--type_line .form__textarea {
  display: table-cell;
  vertical-align: top;
}
.form__item--type_line label {
  width: 24%;
  padding: 5px 10px 0 0;
  font-size: 18px;
}
.modal-form--info,.contacts-form--info,.card-form--info{
	font-size: 12px;
}
.modal-form__consent-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.modal-form__consent:not(.contacts-form--info) .modal-form__consent-label {
  padding-left: 2.5rem;
}
.contacts-form .modal-form__consent-label {
  padding-left: 3.5rem;
}
.modal-form__consent-label span {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (min-width: 1100px) {
  .contacts-form .modal-form__consent-label {
    padding-left: 2.5rem;
  }
}
.modal-form__consent .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  flex-shrink: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.3rem 1.1rem;
  border: 2px solid #dcdcdc;
  border-radius: 0;
  cursor: pointer;
}
.modal-form__consent .form-check-input:focus {
  outline: none;
  border-color: #6cc4cc;
  box-shadow: 0 0 0 2px rgba(108, 196, 204, 0.25);
}
.modal-form__consent .form-check-input:checked {
  background-color: #fff;
  border-color: #6cc4cc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none' viewBox='0 0 12 10'%3E%3Cpath fill='%236cc4cc' d='m9.001.495-4.725 6.25L2.24 4.108A1.251 1.251 0 0 0 .264 5.645l3.037 3.888a1.25 1.25 0 0 0 1.538.345 1.25 1.25 0 0 0 .437-.358l5.713-7.5a1.257 1.257 0 0 0-2-1.525z'/%3E%3C/svg%3E");
}
.modal-form__consent .form-check-input:disabled {
  opacity: 0.5;
  cursor: default;
}
.form--style_t-light .modal-form__consent .form-check-input {
  border-color: #fff;
  background-color: transparent;
}
.form--style_t-light .modal-form__consent .form-check-input:checked {
  background-color: transparent;
  border-color: #fff;
}
.procedure-card__content .modal-form__consent .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none' viewBox='0 0 12 10'%3E%3Cpath fill='%23ffffff' d='m9.001.495-4.725 6.25L2.24 4.108A1.251 1.251 0 0 0 .264 5.645l3.037 3.888a1.25 1.25 0 0 0 1.538.345 1.25 1.25 0 0 0 .437-.358l5.713-7.5a1.257 1.257 0 0 0-2-1.525z'/%3E%3C/svg%3E");
}
.modal-form--info,.contacts-form--info{
	color: #a2a2a2;
}
.modal-form--info,.card-form--info{
	margin-bottom: 10px;
}
.modal-form--info a,
.subscribe-form-hint a,
.contacts-form--info a {
  color: #6cc4cc;
}
.subscribe-form-hint {
  text-align: center;
  font-style: 12px;
}
.card-form--info a {
  color: #fff;
}
.contacts-form--info{
	margin-top: 10px;
}
.card-form--info{
	color: #ffffff;
}
@media only screen and (min-width: 500px) {
  .form__item--type_xs-line {
    display: table;
  }
  .form__item--type_xs-line label,
  .form__item--type_xs-line .form__input,
  .form__item--type_xs-line .form__textarea {
    display: table-cell;
    vertical-align: top;
  }
  .form__item--type_xs-line label {
    width: 24%;
    padding: 5px 10px 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 800px) {
  .form__item--type_sm-line {
    display: table;
  }
  .form__item--type_sm-line label,
  .form__item--type_sm-line .form__input,
  .form__item--type_sm-line .form__textarea {
    display: table-cell;
    vertical-align: top;
  }
  .form__item--type_sm-line label {
    width: 24%;
    padding: 5px 10px 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) {
  .form__item--type_md-line {
    display: table;
  }
  .form__item--type_md-line label,
  .form__item--type_md-line .form__input,
  .form__item--type_md-line .form__textarea {
    display: table-cell;
    vertical-align: top;
  }
  .form__item--type_md-line label {
    width: 24%;
    padding: 5px 10px 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .form__item--type_lg-line {
    display: table;
  }
  .form__item--type_lg-line label,
  .form__item--type_lg-line .form__input,
  .form__item--type_lg-line .form__textarea {
    display: table-cell;
    vertical-align: top;
  }
  .form__item--type_lg-line label {
    width: 24%;
    padding: 5px 10px 0 0;
    font-size: 18px;
  }
}
.modal-form__label label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: 15px;
}
.form__input,
.form__textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  color: #525358;
  line-height: 38px;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #dcdcdc;
  outline: 0 none;
  background: #fff;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #525358;
  font-size: 18px;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #525358;
  font-size: 18px;
  opacity: 1;
}
.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder {
  color: #525358;
  font-size: 18px;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #525358;
  font-size: 18px;
}
.form__textarea {
  min-height: 89px;
  padding: 10px;
  line-height: 1.2;
}
.errorMessage {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  background: #ff5479;
}
.form__action {
  padding: 12px 0 0;
  font-size: 0;
}
.form__action--align_left {
  text-align: left;
}
.form__action--align_center {
  text-align: center;
}
.form__action--align_right {
  text-align: right;
}
.form__button {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
}
.form__message {
  display: none;
  padding: 10px 0 0;
  font-size: 14px;
  text-align: center;
}
.form__message--align_left {
  text-align: left;
}
.form__message--align_center {
  text-align: center;
}
.form__message--align_right {
  text-align: right;
}
.form--style_t-light .form__input,
.form--style_t-light .form__textarea {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.form--style_t-light .form__input::-webkit-input-placeholder,
.form--style_t-light .form__textarea::-webkit-input-placeholder {
  color: #fff;
}
.form--style_t-light .form__input::-moz-placeholder,
.form--style_t-light .form__textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form--style_t-light .form__input:-moz-placeholder,
.form--style_t-light .form__textarea:-moz-placeholder {
  color: #fff;
}
.form--style_t-light .form__input:-ms-input-placeholder,
.form--style_t-light .form__textarea:-ms-input-placeholder {
  color: #fff;
}
.form-success-message .form__message {
  display: block;
}
.modal {
  position: relative;
  display: none;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.modal__close-icon {
  display: block;
  width: 23px;
  height: 23px;
  fill: #1bc6ce;
  -webkit-transition: fill 0.1s ease-in;
          transition: fill 0.1s ease-in;
}
.modal__close:hover .modal__close-icon {
  fill: #ff5479;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.hidden {
  display: none;
}
@media only screen and (max-width: 1399px) {
  #footer-map {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 800px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 1100px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible {
  display: block;
}
@media only screen and (min-width: 500px) {
  .visible-xs {
    display: block !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-sm {
    display: block !important;
  }
}
@media only screen and (min-width: 1100px) {
  .visible-md {
    display: block !important;
  }
}
@media only screen and (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
}
.visible-ib {
  display: block;
}
@media only screen and (min-width: 500px) {
  .visible-ib-xs {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-ib-sm {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1100px) {
  .visible-ib-md {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1400px) {
  .visible-ib-lg {
    display: inline-block !important;
  }
}
.visible-tbr {
  display: table-row;
}
@media only screen and (min-width: 500px) {
  .visible-tbr-xs {
    display: table-row !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-tbr-sm {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1100px) {
  .visible-tbr-md {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1400px) {
  .visible-tbr-lg {
    display: table-row !important;
  }
}
.visible-tbc {
  display: table-cell;
}
@media only screen and (min-width: 500px) {
  .visible-tbc-xs {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-tbc-sm {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1100px) {
  .visible-tbc-md {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1400px) {
  .visible-tbc-lg {
    display: table-cell !important;
  }
}

.error-404 {
  color: #3d3d3d;
  text-align: center;
  background: url('/i/page-404.jpg') no-repeat 50% 11%;
}
.error-text {
  width: 420px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 437px;
}

.error-text .button {
  width: 163px;
  margin: 43px auto 30px;
}
.error-text .social-nav {
  margin: 21px 0 10px;
}

.error-code {
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  margin: 20px 0 6px;
  text-transform: uppercase;
}

.error-note {
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 180%;
}

.erroe-logo {
  margin: 0 0 63px;
}

@media all and (max-width: 430px) {
  .error-code {
    font-size: 46px;
  }
  .error-text {
    width: 100%;
    max-width: 420px;
  }
}
@media all and (max-height: 500px) {
  .error-text {
    padding: 20px 0;
    position: static;
  }
}

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

.js-collapsed-sections-list:not(.is-expanded) ul li:nth-child(10) ~ li {
  display: none;
}

.js-collapsed-sections-list.is-expanded .js-show-more {
  display: none;
}
