/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@phone : "only screen and (max-width: " + (tabletWidth - 1) + ")";
@tablet : "only screen and (min-width: " + tabletWidth + ") and (max-width: " + (desktopWidth - 1) + ")";
@desktop : "only screen and (min-width: " + desktopWidth + ")";
@large _desktop : "only screen and (min-width: " + screenLg + ")";
@tablet _desktop : "only screen and (min-width: " + tabletWidth + ")";
@phone _tablet : "only screen and (max-width: " + (desktopWidth - 1) + ")";
@max 1200 : "only screen and (max-width: " + (screenLg - 1) + ")";
@tablet _large : "only screen and (min-width: " + desktopWidth + ") and (max-width: " + (screenLg - 1) + ")";

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

body {
  margin: 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'SuisseIntl', sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #333536;
  background-color: #F4F7FA;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0957C3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0957C3;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 8px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1;
  background-color: #F4F7FA;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 1;
  margin-bottom: 1;
  border: 0;
  border-top: 1px solid #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bed8fc;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 31px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 23px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 13px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small,
.small {
  font-size: 92%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #bed8fc;
}

.text-primary {
  color: #0957C3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #074192;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #0957C3;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #074192;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: -0.5;
  margin: 2 0 1;
  border-bottom: 1px solid #ffffff;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 1;
}

dt,
dd {
  line-height: 1;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bed8fc;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0.5 1;
  margin: 0 0 1;
  font-size: 16.25px;
  border-left: 5px solid #ffffff;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1;
  color: #bed8fc;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffffff;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 1;
  font-style: normal;
  line-height: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1200px) {
  .container {
    width: 96%;
  }
}

@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bed8fc;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #EBEFF6;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #EBEFF6;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #EBEFF6;
}

.table .table {
  background-color: #F4F7FA;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #EBEFF6;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EBEFF6;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #EBEFF6;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1;
  color: #7eb1f9;
}

.form-control {
  display: block;
  width: 100%;
  height: 15px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EBEFF6;
  border-radius: 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 15px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 1;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 14px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 13px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 8px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 8px;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 18px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 18.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 6;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #717578;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 8px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}

.btn-default:hover {
  color: #333;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0957C3;
  border-color: #0957C3;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #074192;
  border-color: #032149;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0850b4;
  border-color: #0850b4;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #074192;
  border-color: #063d88;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #053270;
  border-color: #032149;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0957C3;
  border-color: #0957C3;
}

.btn-primary .badge {
  color: #0957C3;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #0957C3;
  border-color: #0957C3;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #074192;
  border-color: #032149;
}

.btn-success:hover {
  color: #fff;
  background-color: #0850b4;
  border-color: #0850b4;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #074192;
  border-color: #063d88;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #053270;
  border-color: #032149;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0957C3;
  border-color: #0957C3;
}

.btn-success .badge {
  color: #0957C3;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1f7e9a;
}

.btn-info:hover {
  color: #fff;
  background-color: #4ebbdb;
  border-color: #4ebbdb;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}

.btn-warning:hover {
  color: #fff;
  background-color: #efa640;
  border-color: #efa640;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d64742;
  border-color: #d64742;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0957C3;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #0957C3;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bed8fc;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 24px;
  line-height: 29px;
  border-radius: 8px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: -0.5 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #3c8af6;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #247bf5;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0957C3;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bed8fc;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1;
  color: #bed8fc;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 8px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #7eb1f9;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #EBEFF6;
  border-radius: 8px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 8px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}

.nav > li.disabled > a {
  color: #bed8fc;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bed8fc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #0957C3;
}

.nav .nav-divider {
  height: 1px;
  margin: -0.5 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #7eb1f9;
  background-color: #F4F7FA;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #F4F7FA;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 12px;
  text-decoration: none;
  padding: 1px 10px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0957C3;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F4F7FA;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 32px;
  padding: 6px 0;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-main {
  background-color: #0957C3;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10001;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-left: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: none;
  border: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-toggle {
  border-color: #ddd;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  background-color: #95d8e5;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "›\00a0";
  padding: 0 0 0 3px;
  color: #a6a6a6;
}

.breadcrumb > li:last-child {
  color: #808080;
  cursor: default;
}

.breadcrumb > li:last-child a {
  color: #808080;
  text-decoration: none;
}

.pagination {
  display: block;
  padding-left: 0;
  margin: 1 auto;
}

.pagination > li {
  float: left;
  font-size: 16px;
  line-height: 18px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: inline-block;
  padding: 3px 7px 2px;
  line-height: 17px;
  text-decoration: none;
  text-align: center;
}

.pagination > li.previous {
  margin-right: 5px;
}

.pagination > li.next {
  margin-left: 5px;
}

.pagination > li.previous,
.pagination > li.next {
  font-size: 17px;
}

.pagination > li.previous > a,
.pagination > li.next > a {
  vertical-align: top;
  font-size: 16px;
  padding: 4px 10px 3px;
  margin-top: -2px;
}

.pagination > li.previous > a span,
.pagination > li.next > a span {
  text-decoration: underline;
}

.pagination > li.previous > a > span {
  margin-left: 3px;
}

.pagination > li.next > a > span {
  margin-right: 3px;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #0957C3;
  border-color: #f0f0f0;
}

.pagination > .active {
  border: 1px solid #91b5bc;
  border-radius: 100px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bed8fc;
  border-color: #ddd;
  cursor: default;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #bed8fc;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8dbbfa;
}

.label-primary {
  background-color: #0957C3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #074192;
}

.label-success {
  background-color: #0957C3;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #074192;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bed8fc;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0957C3;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 1;
  border: 1px solid transparent;
  border-radius: 8px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 1;
  margin-bottom: 1;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #0957C3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #0957C3;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ffffff;
  color: #bed8fc;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #bed8fc;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0957C3;
  border-color: #0957C3;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #9ec4fb;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100012;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(88, 175, 193, 0.5);
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  border-radius: 3px;
  background-clip: padding-box;
  outline: 0;
  margin-top: 40px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  min-height: 16px;
}

.modal-title {
  margin: 0;
  line-height: 1;
}

.modal-body {
  position: relative;
  padding: 0 15px;
}

.modal-footer {
  padding: 0 15px 25px;
  text-align: center;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  margin: 20px auto;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 400px;
  padding: 7px 8px 6px;
  color: #404040;
  text-align: center;
  text-decoration: none;
  background-color: #f0fbfa;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f0fbfa;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #f0fbfa;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #f0fbfa;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #f0fbfa;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #f0fbfa;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f0fbfa;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f0fbfa;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f0fbfa;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
  cursor: move;
}

/* fix */

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("i/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("i/select2.png") no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("i/select2.png") no-repeat 100% -22px;
  background: url("i/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("i/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("i/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("i/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("i/select2.png") no-repeat -37px -22px;
  background: url("i/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("i/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("i/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("i/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("i/select2-spinner.gif") no-repeat 100%;
  background: url("i/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("i/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("i/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("i/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("i/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, .2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("i/select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("i/select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("i/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */

.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */

.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0, border-width 0;
  -moz-transition: all 0.15s ease-out, max-height 0, border-width 0;
  transition: all 0.15s ease-out, max-height 0, border-width 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .5em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -0.5em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: .5em 1.33em;
  width: 1em;
  height: 1em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  color: #0089ec;
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}

.picker__day--highlighted {
  background: #b1dcfb;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today" and "clear" buttons.
 */

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */

/**
 * The list of times.
 */

.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */

.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */

.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Selected time */

.picker__list-item--selected,
.picker__list-item--selected:hover {
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted time */

.picker__list-item--highlighted {
  background: #b1dcfb;
}

/* Highlighted and hovered/focused time */

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #0089ec;
  color: #ffffff;
}

/* Disabled time */

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */

.picker--time {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The holder is the base of the picker.
 */

.picker--time .picker__holder {
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}

/**
 * The box contains the list of times.
 */

.picker--time .picker__box {
  padding: 0;
  position: relative;
}

html,
body {
  min-width: 320px;
}

.no-scrollable {
  overflow: hidden;
}

.row_cab {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main {
    background: #09859d !important;
  }
}

.page-bg {
  position: fixed;
  background: #f4f7fa;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.row_grey-texture_light {
  background: #f2f2f2;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0 none;
}

.parallax-wrap {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 579px;
}

@media only screen and (max-width: 767px) {
  .parallax-wrap {
    top: 0;
    height: 390px;
    background-position: 0 100%;
  }
}

.parallax-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #47d7ac url("i/parallax.png") 0 70px no-repeat;
}

.container-fluid_nopadding {
  padding: 0;
}

.container-fluid_nopadding li {
  list-style: none !important;
}

@media only screen and (max-width: 767px) {
  .container_nopadding {
    width: 100%;
    padding: 0;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.style-disc {
  padding-left: 20px;
}

ul.style-disc li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 20px;
  line-height: 1.75;
}

ul.style-disc li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  line-height: 24px;
  color: #96b8bf;
}

.container-fluid_footer-bg {
  background: background-color #e8e8e8;
}

.main-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.navbar-fixed-top {
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .navbar-fixed-top {
    position: relative;
  }
}

.row-white {
  background: #fff !important;
}

.row-blog {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .row-finder .container {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .row-finder .container {
    margin-bottom: 0;
  }
}

.white-bg {
  background: #fff;
  padding-bottom: 20px;
}

.white-bg_no-padding {
  background: #fff;
}

.white-bg_margin {
  background: #fff;
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a.grey {
  color: #333536;
}

a.under-dot {
  text-decoration: none;
}

a.under-dot span {
  -webkit-transition: border-bottom 0.2s ease-in-out;
  -moz-transition: border-bottom 0.2s ease-in-out;
  -o-transition: border-bottom 0.2s ease-in-out;
  -ms-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
  border-bottom: 1px dotted #0957c3;
}

a.under-dot:hover span {
  border-color: transparent;
}

a.dotted,
span.dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
  line-height: 1;
  display: inline-block;
}

a.dotted:hover,
a:hover span.dotted {
  border-bottom-color: transparent;
}

.offset-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.offset-top-25 {
  margin-top: 25px !important;
}

hr {
  border-color: #bbcfd3;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

hr.invisible {
  border-style: solid;
  border-color: transparent;
  border-width: 0;
}

hr.color {
  border-color: #00829b;
  border-width: 2px;
  margin: 13px 0 11px;
}

input[type="text"]::-ms-clear {
  display: none;
}

.splash.island {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px #e3e4ed;
  box-shadow: 0 2px 3px #e3e4ed;
  zoom: 1;
}

.splash.island:before,
.splash.island:after {
  content: "";
  display: table;
}

.splash.island:after {
  clear: both;
}

.districts-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.districts-check-list li {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.districts-check-list li ul {
  margin: 0;
  padding: 0;
}

.districts-check-list li li {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.metro-map {
  position: relative;
  width: 895px;
  height: 580px;
  margin: 0 auto;
  background: url("i/metro-map.png") no-repeat top left transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .metro-map {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: -50px auto;
  }
}

@media only screen and (max-width: 767px) {
  .metro-map {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 20px;
  }
}

.metro-map .pill {
  position: absolute;
  margin: 0;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .metro-map .pill {
    position: static;
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.metro-map .pill.icon-left {
  margin-left: -15px;
}

@media only screen and (max-width: 767px) {
  .metro-map .pill.icon-left {
    margin-left: inherit;
  }
}

.metro-map_kharkiv {
  height: 565px;
  background: url("i/metro-map-kharkiv.png") no-repeat 115px 0 transparent;
}

.pill input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.pill >span {
  border-radius: 12px;
  text-decoration: none;
  padding: 1px 10px;
  color: #000;
  display: inline-block;
  cursor: pointer;
}

.pill >span > span {
  line-height: 1;
  border-bottom: 1px dotted;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.pill >span:hover {
  background-color: transparent;
}

.pill >span:hover > span {
  border-bottom-color: transparent;
}

.pill input:checked + span:hover,
.pill input:checked + span:focus {
  color: #fff;
  background-color: #00829b;
}

.pill input:checked + span:hover > span,
.pill input:checked + span:focus > span {
  border-bottom-color: transparent;
}

form input.form-control,
form textarea.form-control {
  color: #000;
}

form input.form-control::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder {
  color: #91b5bc !important;
  font_size: 14px;
}

form input.form-control:-moz-placeholder,
form textarea.form-control:-moz-placeholder {
  color: #91b5bc !important;
  font_size: 14px;
}

form input.form-control::-moz-placeholder,
form textarea.form-control::-moz-placeholder {
  color: #91b5bc !important;
  font_size: 14px;
}

form input.form-control:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder {
  color: #91b5bc !important;
  font_size: 14px;
}

form textarea {
  resize: vertical;
}

.error-message {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 15px;
  right: 15px;
  width: auto;
  color: #fff;
  background-color: #ff4f4f;
  border-radius: 0 0 3px 3px;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
}

.input-group .error-message {
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .error-message {
    left: 10px;
    right: 10px;
  }
}

.middle {
  font-size: 125%;
}

.large {
  font-size: 135%;
}

.border-box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}

.datepicker-icon {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 9px 10px 0 0;
}

.datepicker-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  font-size: 22px;
  line-height: 24px;
  color: #96b8bf;
  background-image: url("/i/icons.png");
  background-position: -1059px -768px;
  width: 13px;
  height: 13px;
}

.docicon-shadow-doc {
  background-image: url("/i/icons.png");
  background-position: -532px -454px;
  width: 24px;
  height: 24px;
}

.docicon-shadow-clinic {
  background-image: url("/i/icons.png");
  background-position: -504px -454px;
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-links {
    margin-top: 20px;
  }

  .blog-links__item {
    float: left;
    width: 50%;
    padding-right: 2%;
  }
}

.blog-links__item {
  margin-bottom: 6px;
}

.blog-links__item:last-child {
  margin-bottom: 0;
}

.blog-links__item a {
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
}

.blog-links__item a:hover {
  text-decoration: none;
}

.abs {
  position: absolute;
}

.abs-helper {
  position: relative;
  white-space: nowrap;
  margin-left: 10px;
}

.abs-helper .abs {
  top: 0;
  left: 0;
}

.inline-block {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

ul.inline-block li {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

ul.inline-block li,
ul.inline-block li a,
ul.inline-block li span {
  padding-top: 0;
  font-size: inherit;
  line-height: inherit;
}

.nav-pills > li,
.nav-pills > li + li {
  margin: 0 0 5px 0;
}

.nav-pills > li.active a {
  padding-bottom: 0;
  border-radius: 12px;
  color: #fff;
  background-color: #00829b;
}

.nav-pills > li.active a span {
  border-color: transparent;
}

.nav-pills > li >a {
  padding: 1px 10px;
  outline: none;
}

.nav-pills > li >a>span {
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px dotted;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.modal-title .nav-pills.inline-block>li>a {
  padding-left: 15px;
  padding-right: 15px;
}

ul.border-dotted {
  margin: 0 -15px 10px;
  padding: 0 0 15px;
  list-style: none;
  font-size: 15px;
  position: relative;
  zoom: 1;
}

ul.border-dotted:before,
ul.border-dotted:after {
  content: "";
  display: table;
}

ul.border-dotted:after {
  clear: both;
}

ul.border-dotted:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #9adfd6;
  border-width: 0 15px;
  border-color: #fff;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
}

ul.border-dotted li {
  border-bottom: 1px dotted #ccc;
  margin-left: 15px;
  margin-right: 15px;
}

ul.border-dotted li:last-child {
  border-bottom-color: transparent;
}

ul.border-dotted a {
  display: block;
  padding: 5px 0;
}

ul.border-dotted .column li:last-child {
  border-bottom: 0 none;
}

ul.border-dotted .first li {
  margin-left: 0;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
}

h1 span {
  display: none;
}

@media only screen and (max-width: 639px) {
  h1 span {
    display: inline-block;
  }
}

h3 {
  font-weight: 700;
}

.content-inner {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px #e3e4ed;
  box-shadow: 0 2px 4px #e3e4ed;
}

.info-link {
  position: relative;
  float: right;
  display: block;
  margin-top: 5px;
  padding-left: 20px;
  color: #96b8bf;
  text-align: right;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .info-link {
    float: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .info-link {
    display: none;
  }
}

.info-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -740px -768px;
  width: 15px;
  height: 15px;
}

.info-link__details {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.info-link__details_active {
  max-height: 1000px;
}

.catalog-controls {
  font-size: 16px;
  zoom: 1;
}

.catalog-controls:before,
.catalog-controls:after {
  content: "";
  display: table;
}

.catalog-controls:after {
  clear: both;
}

.catalog-controls__results {
  display: inline-block;
  margin-right: 3px;
}

@media only screen and (max-width: 1100px) {
  .catalog-controls__results {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-controls__results {
    display: inline-block;
  }
}

.catalog-controls .catalog-controls__column {
  float: left;
}

@media only screen and (max-width: 639px) {
  .catalog-controls .catalog-controls__column {
    display: none;
  }
}

.catalog-controls .catalog-controls__right-side {
  float: right;
}

@media only screen and (max-width: 767px) {
  .catalog-controls .catalog-controls__right-side {
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-controls {
    margin-bottom: 15px;
  }

  .catalog-controls .catalog-controls__column {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-controls .select7 {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 560px) {
  .catalog-controls .select7__current {
    padding-left: 11px;
  }
}

.catalog-controls .select7__current-value {
  color: #0957c3;
}

.offers-list .post {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-list >.row>div:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .offers-list >.row>div {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .offers-container >div {
    width: 100%;
  }
}

#tab-actions .text {
  padding-top: 8px;
}

#tab-actions .header-styled {
  margin-top: 8px;
  margin-bottom: 15px;
}

#tab-actions .header-styled .post__desc {
  font-size: 14px;
}

#tab-actions .header-styled + .offers-list {
  margin-top: 0;
}

.offers-list {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-list >.row>div:nth-child(3) {
    display: block;
  }
}

.highlight {
  position: relative;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 16px 30px 4px;
  overflow: hidden;
  background-color: #c8f3e6;
}

@media only screen and (max-width: 767px) {
  .highlight {
    margin: 0;
    padding: 14px 20px 2px;
    font-size: 16px;
  }
}

.header-styled {
  margin-top: 28px;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .header-styled {
    margin-bottom: 0;
  }
}

.header-styled .h1 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .header-styled .h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .header-styled .text-right a {
    font-size: 13px;
  }
}

.main-more-link {
  display: inline-block;
  margin-top: 2px;
  color: #0957c3;
  font-size: 16px;
  text-decoration: underline;
}

.main-more-link:hover {
  text-decoration: none;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

@media only screen and (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.offset-top-100 {
  margin-top: -100px !important;
}

@media only screen and (max-width: 767px) {
  .picker {
    width: auto;
  }
}

.picker__holder {
  min-width: 250px;
  overflow-y: none;
}

.picker--time {
  min-width: 0;
}

.picker--time .picker-holder {
  overflow-y: auto;
}

.picker__list {
  padding: 0;
}

.picker__input.picker__input--active {
  border-color: #ccc;
}

.picker--opened,
.picker .picker__holder {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  top: -1px;
}

.picker__day {
  padding: 0.17em 0;
}

.picker__year {
  font-style: normal;
  color: #000;
}

.picker__button--close {
  display: none;
}

.picker__day--today:before {
  top: 1px;
  right: 1px;
}

.picker__list-item {
  padding: 6px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.picker__list-item:hover {
  background: #d7f2ef;
  border-color: #5dccbe;
}

.picker__nav--prev,
.picker__nav--next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: transparent;
}

.picker--focused .picker__list-item--highlighted,
.picker--focused .picker__day--highlighted {
  background: #00829b !important;
}

.picker__list-item--selected,
.picker__day--selected {
  border-color: #00829b;
}

.picker__day--today:before,
.picker__button--today:before {
  border-top-color: #00829b;
}

.picker__day--today:hover,
.picker__button--today:hover {
  background: #d7f2ef;
}

.picker__day--today {
  color: #00829b;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #d7f2ef;
}

.select2,
.select2-drop,
.select2-drop-mask {
  font-size: 14px;
  color: #555;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #5dccbe !important;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.select2-container {
  width: 100%;
}

.select2-container .select2-choice {
  height: 32px;
  line-height: 30px;
  border-radius: 3px;
  border-color: #ccc;
  background: #fff;
}

.select2-container .select2-choice .select2-arrow {
  background: #fff;
  border-left: 0 none;
}

.select2-container .select2-choice .select2-arrow b {
  position: relative;
  top: 2px;
  background: none;
  border-color: #7f7f7f transparent transparent;
  border-style: solid;
  border-width: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .select2-container .select2-choice > .select2-chosen {
    max-width: 240px;
  }
}

.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  border-color: transparent #7fc0cd transparent transparent;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff;
}

.select2-with-searchbox .select2-search {
  display: none;
}

.select2-with-searchbox.show-search .select2-search {
  display: block;
}

.select2-with-searchbox.show-search .select2-input {
  border: 1px solid #d1e8d7;
  background: none;
  margin: 5px 0;
  font-size: 13px;
  padding: 5px 5px 4px;
}

.select2-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-default {
  color: #c8c8c8 !important;
  font-size: 13px !important;
}

.select2-container-multi .select2-choices {
  padding-top: 1px;
  border-color: #ccc;
  min-height: 30px !important;
  background: #fff;
  border-radius: 3px;
}

.select2-container-multi .select2-choices .select2-search-field:first-child input.select2-default {
  border-radius: 100px !important;
  border: 1px dashed #b5b5b5 !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-default {
  margin-left: 10px;
  margin-top: 3px;
  padding: 1px 10px 2px !important;
  line-height: 14px;
  width: auto !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #00829b;
  border-radius: 15px;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 27px 3px 10px;
  max-width: 99%;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  background-image: url("/i/icons.png");
  background-position: -923px -768px;
  width: 13px;
  height: 13px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  right: 5px;
  left: auto;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: 0 0;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

.select2-drop-active {
  border-color: #5dccbe;
}

.select2-results {
  padding: 0;
  margin: 0;
}

.select2-results .select2-highlighted {
  background: #d7f2ef;
  color: #000;
}

.select2-results .select2-result {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.select2-results .select2-no-results {
  display: none;
}

.select2-results .select2-result-label {
  padding: 6px 7px 7px;
}

.select2-collapse .select2-results .select2-result-label {
  padding: 0 10px;
}

.select2-collapse .select2-collapsed > .select2-result-label .price-item__description:after {
  content: "\00a0↓";
  font-style: normal;
  color: #999;
  font-weight: normal;
}

.select2-collapse .select2-collapsed .select2-result-sub {
  display: none;
}

.select2-collapse .select2-collapsed.select2-collapse-open > .select2-result-label .price-item__description:after {
  content: "\00a0↑";
}

.select2-collapse .select2-collapsed.select2-collapse-open .select2-result-sub {
  display: block;
}

.select2-drop-mask {
  z-index: 100013;
}

.select2-drop {
  z-index: 100014;
}

.select2-container .select2-choice>.select2-chosen {
  border-right: 1px solid #ccc;
  margin-right: 24px;
}

.select2-container .select2-choice .select2-arrow {
  width: 16px;
}

.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  top: 0;
  right: 3px;
}

.row-articles {
  padding: 0 0 20px;
}

.article-block {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  margin-bottom: 10px;
}

.article-block__img {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  margin-bottom: 12px;
}

.article-block__img img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 350px;
  height: 179px;
  margin-left: -175px;
}

.article-block__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-height: 64px;
  padding: 0 15px 16px;
}

.article-block__title a {
  display: inline-block;
}

.article-block__info {
  padding: 0 15px 15px;
  zoom: 1;
}

.article-block__info:before,
.article-block__info:after {
  content: "";
  display: table;
}

.article-block__info:after {
  clear: both;
}

.article-block .main-time {
  float: left;
}

.article-block .info-list {
  float: right;
}

@media only screen and (max-width: 1200px) {
  .article-block .info-list {
    float: none;
    clear: both;
  }
}

.info-list {
  font-size: 0;
}

.info-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 0 14px;
}

.info-list li.first-child {
  padding: 0;
}

.info-list li a,
.info-list li span {
  color: #5e6e71;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.info-list li a.is-view,
.info-list li span.is-view {
  padding: 0 0 0 28px;
}

.info-list li a.is-view:before,
.info-list li span.is-view:before,
.info-list li a.is-view:after,
.info-list li span.is-view:after {
  width: 28px;
}

.info-list li a.is-view:before,
.info-list li span.is-view:before {
  background-image: url("i/icons/in-view.png");
}

.info-list li a.is-view:after,
.info-list li span.is-view:after {
  background-image: url("i/icons/in-view-active.png");
}

.info-list li a.is-like,
.info-list li span.is-like {
  padding: 0 0 0 20px;
}

.info-list li a.is-like:before,
.info-list li span.is-like:before,
.info-list li a.is-like:after,
.info-list li span.is-like:after {
  width: 20px;
  bottom: 4px;
}

.info-list li a.is-like:before,
.info-list li span.is-like:before {
  background-image: url("i/icons/in-like.png");
}

.info-list li a.is-like:after,
.info-list li span.is-like:after {
  background-image: url("i/icons/in-like-active.png");
}

.info-list li a.is-share,
.info-list li span.is-share {
  padding: 0 0 0 20px;
}

.info-list li a.is-share:before,
.info-list li span.is-share:before,
.info-list li a.is-share:after,
.info-list li span.is-share:after {
  width: 20px;
}

.info-list li a.is-share:before,
.info-list li span.is-share:before {
  background-image: url("i/icons/in-share.png");
}

.info-list li a.is-share:after,
.info-list li span.is-share:after {
  background-image: url("i/icons/in-share-active.png");
}

.info-list li a:before,
.info-list li span:before,
.info-list li a:after,
.info-list li span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  -ms-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  background-repeat: no-repeat;
  background-position: center left;
}

.info-list li a:after,
.info-list li span:after {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.info-list li a:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}

.info-list li a:hover:after {
  opacity: 0.73;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=73)";
  filter: alpha(opacity=73);
  visibility: visible;
}

.container_find .header-styled {
  margin-top: 0;
  padding-top: 0;
}

.find {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  zoom: 1;
  padding: 31px 0 20px;
  margin-bottom: 37px;
}

.find:before,
.find:after {
  content: "";
  display: table;
}

.find:after {
  clear: both;
}

.find-item {
  text-align: center;
  width: 20%;
  padding: 20px 10px;
  float: left;
}

.find-item__block {
  display: inline-block;
  max-width: 140px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
}

.find-item__block:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.find-item__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #5e6e71;
  line-height: 1;
}

.find-item__icon {
  display: block;
  width: 70px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 16px;
}

.find-item__icon.is-doc {
  background-image: url("i/icons/in-doc.png");
}

.find-item__icon.is-clinic {
  background-image: url("i/icons/in-clinic.png");
}

.find-item__icon.is-centers {
  background-image: url("i/icons/in-centers.png");
}

.find-item__icon.is-diseases {
  background-image: url("i/icons/in-diseases.png");
}

.find-item__icon.is-promotions {
  background-image: url("i/icons/in-promotions.png");
}

.b-box {
  background-color: #e5f2f5;
  border-radius: 5px;
  padding: 48px 36px;
  position: relative;
  margin: 0 78px 0 0;
}

@media only screen and (max-width: 991px) {
  .b-box {
    margin: 0;
    padding: 25px 20px;
  }
}

.b-box p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 5px 0 6px;
}

.b-box p strong {
  font-weight: 700;
}

.b-box p .ocean-blue {
  color: #4b89d3;
}

.b-box__doc {
  position: absolute;
  right: -78px;
  top: -65px;
}

@media only screen and (max-width: 991px) {
  .b-box__doc {
    display: none;
  }
}

article.static-page .about-text h2,
article.static-page .about-text .h2 {
  margin-bottom: 23px;
}

article.static-page .about-content img {
  max-width: 100%;
}

article.static-page .header-styled.header-styled-mod {
  padding-bottom: 14px;
}

.header-styled.header-styled-mod .h1 {
  color: #828282;
}

.about-row {
  margin-bottom: 25px;
}

.about-row-mod {
  margin-bottom: 0;
  margin-top: 0;
  padding: 25px 0 10px;
}

.about-content img {
  max-width: 100%;
}

.about-list {
  padding-top: 45px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .about-list {
    padding-top: 0;
  }
}

.about-list h2 {
  font-weight: 700;
}

.about-list p {
  font-size: 15px;
  line-height: 20px;
  color: #5e6e71;
  margin: 0;
  max-width: 440px;
}

.about-disc {
  font-size: 15px;
  line-height: 20px;
  color: #5e6e71;
}

.about-disc li {
  position: relative;
  padding: 7px 0 8px 18px;
}

.about-disc li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #96b8bf;
  border-radius: 50%;
}

.about-text {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .about-text {
    padding-top: 0;
  }
}

.about-text .feedback__link {
  color: #96b8bf;
}

.about-text .feedback__link:hover {
  color: #96b8bf;
}

.about-highlight {
  font-size: 15px;
  color: #5e6e71;
  line-height: 1.5;
  background-color: #e5f2f5;
  border-radius: 5px;
  padding: 36px 35px;
  position: relative;
  margin: 0 0 13px;
}

@media only screen and (max-width: 991px) {
  .about-highlight {
    padding: 20px 20px;
  }
}

.about-highlight.is-mid {
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .about-highlight.is-mid {
    margin-right: 0;
  }
}

.about-highlight.is-top:before {
  top: 16px;
  left: 100%;
  border-width: 15px 12px 0 0;
  border-color: #e5f2f5 transparent transparent;
}

.about-highlight.is-bottom:before {
  bottom: 16px;
  right: 100%;
  border-width: 0px 0px 15px 12px;
  border-color: transparent transparent #e5f2f5;
}

.about-highlight:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

@media only screen and (max-width: 991px) {
  .about-highlight:before {
    display: none;
  }
}

.about-highlight p {
  margin: 0;
  padding: 0;
}

.about-img-phone {
  border-bottom: 1px solid #f5fafb;
  text-align: center;
}

.rating-top p {
  font-size: 16px;
  max-width: 385px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .rating-top p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .rating-top p {
    margin-bottom: 10px;
  }
}

.article-top {
  font-size: 0;
  padding: 0 38px 0;
}

@media only screen and (max-width: 767px) {
  .article-top {
    padding: 0 15px 0;
  }
}

.article-top__item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #5e6e71;
  line-height: 20px;
  padding: 0 30px 0 0;
  position: relative;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .article-top__item {
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .article-top__item {
    display: block;
    padding: 0;
  }
}

.article-top__item.last-child {
  padding: 0;
}

.article-top__item.last-child:before {
  display: none;
}

.article-top__item:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 15px;
  width: 1px;
  height: 11px;
  opacity: 0.28;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
  filter: alpha(opacity=28);
  background-color: #00829b;
}

@media only screen and (max-width: 991px) {
  .article-top__item:before {
    display: none;
  }
}

.article-top__item span {
  color: #96b8bf;
}

.article-top__item a {
  color: #4b89d3;
  text-decoration: underline;
}

.article-top__item a:hover {
  text-decoration: none;
}

.article-top__item .info-list li {
  font-size: 15px;
  padding: 0 0 0 10px;
}

.article-top__item .info-list li.first-child {
  padding: 0;
}

.blockquote {
  padding: 0 0 0 50px;
  position: relative;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .blockquote {
    padding: 0 0 0 20px;
  }
}

.blockquote:before {
  content: "“";
  color: #a3c1c7;
  font-size: 120px;
  line-height: 0.8;
  position: absolute;
  top: 0;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .blockquote:before {
    font-size: 70px;
  }
}

.blockquote div {
  background-color: #e5f2f5;
  border-left: 1px solid #c0d7dc;
  padding: 29px;
  font-size: 15px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .blockquote div {
    padding: 10px;
  }
}

.article-content {
  padding: 38px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
}

@media only screen and (max-width: 767px) {
  .article-content {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}

.content-block__indent {
  padding: 0 38px;
}

@media only screen and (max-width: 767px) {
  .content-block__indent {
    padding: 0 15px;
  }
}

.content-block {
  padding: 0 38px;
}

@media only screen and (max-width: 767px) {
  .content-block {
    padding: 0 15px;
  }
}

.content-block .blockquote {
  margin-bottom: 23px;
}

.content-block p,
.content-block ul {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.content-block p small,
.content-block ul small {
  font-size: 15px;
}

.content-block li {
  padding: 0 0 10px 18px;
  position: relative;
}

.content-block h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.content-img {
  padding: 18px 0 26px;
}

.content-img img {
  width: 100%;
}

.content-info {
  padding-bottom: 20px;
}

.content-share {
  zoom: 1;
  text-align: center;
  position: relative;
  background-color: #e5f2f5;
}

.content-share:before,
.content-share:after {
  content: "";
  display: table;
}

.content-share:after {
  clear: both;
}

.content-share:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 140px;
  width: 1px;
  opacity: 0.52;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  filter: alpha(opacity=52);
  background-color: #96b8bf;
  display: block;
}

@media only screen and (max-width: 767px) {
  .content-share:before {
    display: none;
  }
}

.content-share .share-counter {
  width: 140px;
  float: left;
  color: #a3c1c7;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .content-share .share-counter {
    float: none;
    width: 100%;
  }
}

.content-share .share-counter span,
.content-share .share-counter small {
  display: block;
  line-height: 1;
}

.content-share .share-counter span {
  font-size: 55px;
}

.content-share .share-counter small {
  font-size: 18px;
}

.content-share .share-btns {
  overflow: hidden;
  padding: 42px 0 40px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .content-share .share-btns {
    overflow: visible;
    padding: 0 0 20px;
    width: 300px;
    margin: 0 auto;
  }
}

.content-share .share-btns__item {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

.content-share .share-btns__btn {
  width: 131px;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}

.content-share .share-btns__btn.is-fb {
  background-image: url("i/icons/share-fb.png");
}

.content-share .share-btns__btn.is-twitter {
  background-image: url("i/icons/share-twitter.png");
}

.content-share .share-btns__btn.is-vk {
  background-image: url("i/icons/share-vk.png");
}

.content-share .share-btns__btn.is-gp {
  background-image: url("i/icons/share-gp.png");
}

.comment-tabs {
  margin-bottom: 38px;
}

.comment-tabs__list {
  padding: 0 17px;
  font-size: 0;
}

.comment-tabs__list li {
  display: inline-block;
  vertical-align: top;
}

.comment-tabs__list a {
  padding: 13px 19px;
  font-size: 16px;
  line-height: 1;
  color: #4b89d3;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.comment-tabs__list a:hover {
  text-decoration: underline;
}

.comment-tabs__list a.active {
  color: #5e6e71;
  font-weight: 700;
}

.comment-tabs__list a.active:hover {
  text-decoration: none;
}

.comment-tabs__list a.active:before,
.comment-tabs__list a.active:after {
  display: block;
}

@media only screen and (max-width: 767px) {
  .comment-tabs__list a.active:before,
  .comment-tabs__list a.active:after {
    display: none;
  }
}

.comment-tabs__list a:before,
.comment-tabs__list a:after {
  content: "";
  position: absolute;
  top: 100%;
  border-style: solid;
  left: 50%;
  display: none;
}

.comment-tabs__list a:before {
  border-width: 0 6px 6px;
  border-color: transparent transparent #c0d2d6;
  margin: -5px 0 0 -6px;
}

.comment-tabs__list a:after {
  border-width: 0 5px 5px;
  border-color: transparent transparent #fff;
  margin: -4px 0 0 -5px;
}

.comment-tabs__block {
  border-top: 1px solid #c0d2d6;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  padding: 0 38px 40px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .comment-tabs__block {
    padding: 0 15px 20px;
  }
}

.comment-tabs__block.active {
  display: block;
}

.comment-links {
  font-size: 0;
  float: left;
}

@media only screen and (max-width: 560px) {
  .comment-links {
    float: none;
  }
}

.comment-links li {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px 0 0;
}

.comment-links a {
  color: #96b8bf;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 0 0 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.comment-links a:hover {
  color: #45a4b6;
}

.comment-links a:hover:before {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.comment-links a:hover:after {
  visibility: visible;
  opacity: 0.73;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=73)";
  filter: alpha(opacity=73);
}

.comment-links a.is-recommend:before {
  background-image: url("i/icons/in-heart.png");
}

.comment-links a.is-recommend:after {
  background-image: url("i/icons/in-heart-active.png");
}

.comment-links a.is-share:before {
  background-image: url("i/icons/in-share2.png");
}

.comment-links a.is-share:after {
  background-image: url("i/icons/in-share2-active.png");
}

.comment-links a:before,
.comment-links a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: center left;
  background-repeat: no-repeat;
  width: 22px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  -ms-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  will-change: opacity;
}

.comment-links a:after {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.comments__area {
  position: relative;
  padding: 0 0 28px 62px;
}

.comments__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 46px;
  background: url("i/icons/com-user.png") no-repeat center center #dfe7e9;
  border-radius: 3px;
}

.comments__img img {
  width: 100%;
  height: 100%;
}

.comments__input {
  background-color: #dfe7e9;
  border-radius: 3px;
  color: #7a878a;
  font-size: 18px;
  height: 46px;
  padding: 0 47px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .comments__input {
    padding: 0 20px;
  }
}

.comments__input::placeholder {
  color: #7a878a;
}

.comments__bottom {
  text-align: center;
}

.comments__btn {
  font-size: 16px;
  line-height: 20px;
  border: none;
  background: none;
  outline: none;
}

.comment-top {
  zoom: 1;
  padding: 18px 0 30px;
}

.comment-top:before,
.comment-top:after {
  content: "";
  display: table;
}

.comment-top:after {
  clear: both;
}

.comment-filter {
  float: right;
}

@media only screen and (max-width: 560px) {
  .comment-filter {
    float: none;
    padding: 15px 0 0;
  }
}

.comment-filter__select {
  font-size: 15px;
  font-weight: 700;
  color: #96b8bf;
}

.comment-filter__select .select7__caret {
  border-color: #a7babe transparent transparent;
  border-width: 6px 5px 0;
  margin-top: 2px;
}

.comment-filter__select.select7_open .select7__caret {
  margin-top: -2px;
  border-color: transparent transparent #a7babe;
  border-width: 0px 5px 6px;
}

.catalog-quote {
  color: #5e6e71;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 20px;
  background-color: #ccefea;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-top: 6px;
  position: relative;
}

.catalog-quote:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 44px;
  border-style: solid;
  border-color: transparent transparent #ccefea;
  border-width: 0 8px 8px;
}

.btn-med {
  font-weight: 700;
  padding: 9px 23px;
}

.btn-sign {
  vertical-align: top;
}

.address-info_mod .card__location,
.address-info_mod .card__address {
  margin-bottom: 11px;
}

.address-info_mod .card__location_metro {
  float: none;
  clear: both;
}

.address-info_mod .card__address span {
  border-bottom: 1px dotted #5e6e71;
}

.themes-blocks .article-block .info-list li a:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.themes-blocks .article-block .info-list li a:after {
  display: none;
}

.tab-pane .post {
  padding-bottom: 21px;
  margin-bottom: 24px;
}

.tab-pane .post__body,
.tab-pane .post__footer {
  padding: 0 21px;
}

.tab-pane .post .timer-badge {
  padding-left: 21px;
}

.clinic-tab .rating-block {
  padding-right: 50px;
}

@media only screen and (max-width: 560px) {
  .clinic-tab .rating-block {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.clinic-tab .rating-block .rating-list {
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  .clinic-tab .rating-block .rating-list {
    padding-left: 0;
  }
}

.clinic-tab .likebox {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .clinic-tab .likebox {
    margin-left: 0;
  }
}

.container__mod {
  margin-top: 20px;
}

.control-main {
  text-align: right;
  font-size: 0;
  margin: 0 !important;
}

@media only screen and (max-width: 991px) {
  .control-main {
    text-align: left;
  }
}

.control-main .control-label,
.control-main .control-select {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .control-main .control-label,
  .control-main .control-select {
    width: 100%;
    display: block;
  }
}

.control-main .control-label {
  padding-right: 10px;
  padding-top: 5px !important;
}

.promo-container .item-promo {
  position: relative;
  border: 1px solid #feb545;
  overflow: visible;
}

.promo-container .item-promo.item-promo_green {
  border-radius: 0 3px 3px 3px;
}

.promo-container .item-promo.item-promo_green .item-promo__block {
  top: -17px;
  left: -1px;
}

.promo-container .item-promo.item-promo_green .item-promo__title {
  background-color: #47d7ac;
  padding: 1px 15px;
  border-radius: 2px 2px 0 0;
}

.promo-container .item-promo__block {
  position: absolute;
  top: 0px;
  left: 0px;
}

.promo-container .item-promo__block:hover .item-promo__hidden {
  display: block;
}

.promo-container .item-promo__title {
  background-color: #fda82e;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  padding: 0px 15px 2px 15px;
  border-radius: 0px 0 3px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.promo-container .item-promo__hidden {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background-color: #fda82e;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 10px 0 0 10px;
  z-index: 5;
}

@media only screen and (max-width: 560px) {
  .promo-container .item-promo__hidden {
    white-space: normal;
    width: 250px;
  }
}

.promo-container .item-promo__hidden:before {
  content: '';
  position: absolute;
  top: -12px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 6px solid #fda82e;
}

.promo-container .promo-block__link {
  border: 1px solid #fda82e !important;
}

.triangle-tooltip {
  position: relative;
}

.triangle-tooltip .tooltip-span {
  display: inline-block;
  vertical-align: middle;
  border: 4px solid transparent;
  border-top: 4px solid #96b8bf;
}

.triangle-tooltip .tooltip-span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .promo-banners {
    width: 100%;
    padding: 0;
  }

  .promo-banners .promo-banner {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .promo-banners .col-sm-6 {
    padding: 0;
  }
}

.caption-text {
  background: #fff;
  border-radius: 3px 3px 0 0;
  font-size: 24px;
  font-weight: 700;
  padding: 19px 10px 19px 21px;
}

.card-list.card-list_mod {
  margin-top: 0;
  background: #fff;
}

.u-card-mobile,
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.js-lists.index-autocomplete {
  padding-right: 0;
}

.js-lists.index-autocomplete .jspPane {
  width: 96% !important;
}

.js-lists.select7__drop-list .jspContainer .jspVerticalBar {
  right: 3px;
}

.js-lists.location-lists .jspPane {
  width: 100% !important;
}

.js-lists:focus {
  outline: none;
  border: none;
}

.js-lists .jspPane {
  width: 100% !important;
}

.js-lists .jspContainer .jspVerticalBar {
  right: 7px;
}

.js-lists .jspContainer .jspTrack {
  background-color: #d9ecf0;
}

.js-lists .jspContainer .jspTrack .jspDrag {
  background-color: #47d7ac;
  border-radius: 0 0 0 0;
  width: 3px;
  left: -1px;
}

.index-autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  border-top: 1px solid #d9ecf0;
  height: auto;
}

.index-autocomplete .top-list__title a {
  overflow: hidden;
}

.index-autocomplete .ui-menu-item-highlight {
  text-decoration: underline;
  font-weight: 700;
  color: #00829e;
  font-size: 14px;
}

.index-autocomplete li > a {
  color: #333536;
  text-decoration: none;
}

.index-no-result {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  font-size: 14px;
  padding: 7px 10px 7px 15px;
  height: 51px;
  border-top: 1px solid #d9ecf0;
}

@media only screen and (max-width: 767px) {
  .index-no-result {
    margin: 0 10px;
  }
}

.tooltip.bottom .tooltip-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0;
  margin-top: -2px;
}

.tooltip-inner {
  padding: 10px 8px;
  color: #5e6e71;
  font-size: 12px;
  background: #fff9e9;
  border: 1px solid #eee5cd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.tooltip-arrow {
  margin-bottom: -2px;
  border: none;
  width: 11px;
  height: 8px;
  background: url("i/tooltip-arr.png") no-repeat 100% 100%;
}

.js-tooltip.is-black + .tooltip .tooltip-inner {
  padding: 6px 6px;
  background: #4c5b5d;
  border-radius: 2px;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.js-tooltip.is-black + .tooltip .tooltip-arrow {
  background: url("i/tooltip-arr-black.png") no-repeat 100% 100%;
}

.widget-online-diagnostic .h3,
.widget-online-diagnostic h3 {
  padding: 10px;
  text-align: center;
}

.widget-articles .h3,
.widget-articles h3 {
  padding: 10px;
  text-align: center;
}

.widget-articles .link-more {
  padding: 10px;
  text-align: center;
}

.widget-articles .link-more a {
  font-size: 15px;
}

.widget-articles__body {
  padding: 12px 21px;
  border-top: 1px dashed #96b8bf;
  border-bottom: 1px dashed #96b8bf;
}

.widget-articles__body.without-border-bottom {
  border-bottom: 0;
}

.widget-articles__item {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
}

.widget-articles__link {
  color: #0957c3;
}

.widget-articles__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ddecef;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.white-to-down {
  display: none;
}

.visible-640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .visible-640 {
    display: block;
  }
}

.hidden-640 {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .hidden-640 {
    display: none;
  }
}

.visible-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .visible-mob {
    display: block;
  }
}

.hidden-mob {
  display: block;
}

@media only screen and (max-width: 640px) {
  .hidden-mob {
    display: none;
  }
}

.transformed-180 {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.offers-block {
  background: #fff;
}

.btn-blue {
  fill: #4b89d3;
}

.index-page>.container-fluid.container-menu {
  background: rgba(255,255,255,0);
}

.header-styled.notopmargin {
  margin-top: 0;
}

.page-error {
  background: #fff;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  border-radius: 3px;
}

.page-error__inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-error__inner {
    padding: 60px 30px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .page-error__inner {
    padding: 10px 20px 50px;
  }
}

.page-error__number p {
  margin: 0 auto;
  margin-top: -45px;
  padding: 0;
  color: #aac4ca;
  font-family: Roboto;
  font-size: 20em;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-error__number p {
    margin-top: -35px;
    font-size: 15em;
  }
}

@media only screen and (max-width: 767px) {
  .page-error__number p {
    margin: 0;
    font-size: 10em;
  }
}

.page-error__content {
  margin-bottom: 25px;
}

.page-error__text {
  font-size: 18px;
  line-height: 23px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-error__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-error__text {
    font-size: 15px;
  }
}

.page-error__btn {
  padding: 2% 6%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .page-error__btn {
    font-size: 15px;
  }
}

.page-error__btn:hover {
  background: #32b3a3;
  color: #fff;
}

.page-error__picture {
  max-width: 161px;
  width: 100%;
  height: 100%;
}

.error__block {
  position: relative;
  background-color: #0957c3;
  padding-top: 180px;
  padding-bottom: 90px;
  margin: 40px;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 992px) {
  .error__block {
    min-height: calc(100vh - 260px);
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .error__block {
    padding-top: 160px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .error__block {
    padding-top: 120px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__block {
    background-color: #fff;
    padding-top: 100px;
    margin: 15px;
  }
}

.error__middle-text {
  font-family: 'SuisseIntl', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 200px;
  line-height: 1em;
  text-shadow: 2px 2px 15px rgba(128,142,184,0.3);
}

@media (min-width: 991px) and (max-width: 1280px) {
  .error__middle-text {
    font-size: 180px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .error__middle-text {
    font-size: 120px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__middle-text {
    font-size: 80px;
    color: #0957c3;
  }
}

.error__left {
  position: absolute;
  bottom: 0;
  left: -100px;
}

@media (min-width: 991px) and (max-width: 1280px) {
  .error__left {
    left: -130px;
  }

  .error__left img {
    width: 80%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .error__left {
    left: -200px;
  }

  .error__left img {
    width: 60%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__left {
    left: -20px;
  }

  .error__left img {
    width: 200px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
}

.error__right {
  position: absolute;
  top: 0;
  right: -100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error__right {
    right: -160px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .error__right img {
    width: 75%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .error__right {
    right: -230px;
  }

  .error__right img {
    width: 55%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__right {
    right: -20px;
  }

  .error__right img {
    width: 200px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.error__block__text {
  font-family: 'SuisseIntl', sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 72px;
}

@media (min-width: 991px) and (max-width: 1280px) {
  .error__block__text {
    font-size: 22px;
    margin-top: 40px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .error__block__text {
    font-size: 18px;
    margin-top: 35px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__block__text {
    font-size: 16px;
    margin-top: 30px;
    color: #0957c3;
  }
}

.error__block__link-wrapper {
  margin-top: 30px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .error__block__link-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__block__link-wrapper {
    margin-top: 15px;
  }
}

.error__block__link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-family: 'SuisseIntl', sans-serif;
  font-weight: 500;
  color: #0957c3;
  width: 220px;
  height: 36px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.error__block__link:active {
  color: #fff;
}

.error__block__link:focus {
  text-decoration: none;
}

.error__block__link:hover {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__block__link {
    background: #0957c3;
    color: #fff;
  }

  .error__block__link:hover {
    background: none;
    border: 1px solid #0957c3;
    color: #0957c3;
    text-decoration: none;
  }

  .error__block__link:focus {
    color: #000;
    text-decoration: none;
  }

  .error__block__link:active {
    color: #0957c3;
  }
}

.error__app {
  display: none;
}

.error__app-text {
  font-family: 'SuisseIntl', sans-serif;
  font-weight: 700;
  width: 65%;
  font-size: 16px;
}

.error__app-link-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 10px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
}

.error__app-link {
  border-radius: 8px;
  margin: 0 auto;
  font-size: 14px;
  padding: 14px 20px;
  color: #fff;
  font-family: 'SuisseIntl', sans-serif;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}

.error__app-link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  color: #fff;
}

.error__app-link:active,
.error__app-link:focus {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.25);
}

.error__app-link.link-astore {
  background-color: #47d7ac;
}

.error__app-link.link-gplay {
  background-color: #fe5000;
}

@media (min-width: 320px) and (max-width: 767px) {
  .error__app {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    padding: 15px;
  }
}

.flex_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
  background: background-color #e8e8e8;
}

@media only screen and (max-width: 767px) {
  .flex_container {
    padding: 0 10px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .row.about-this {
    display: none;
  }
}

.about-this-site {
  color: rgba(0,0,0,0.5);
  font-size: 11px;
  padding: 20px 0 10px;
}

.about-this-site h1 {
  font-size: 13px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.about-this-site_seo {
  position: relative;
  overflow: hidden;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
  line-height: 1.64;
  padding: 20px 0 30px;
}

.about-this-site_seo .wrap {
  width: 100% !important;
}

.about-this-site_seo p {
  margin: 0;
  color: rgba(0,0,0,0.5);
  padding-bottom: 15px;
}

.about-this-site a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}

.about-this-site a:hover {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}

.about-this-site b,
.about-this-site strong {
  font-weight: normal;
}

.js-seo {
  overflow: hidden;
  height: 0;
}

.js-seo.is-open {
  overflow: auto;
  height: auto;
}

.about-text {
  padding-top: 40px;
  padding-bottom: 20px;
}

.about-text .feedback {
  margin-bottom: 10px;
}

.about-text .feedback__link {
  margin-right: 10px;
}

.about-text .feedback__link:last-of-type {
  margin-right: 0;
}

.direction {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 20px;
  zoom: 1;
}

.direction:before,
.direction:after {
  content: "";
  display: table;
}

.direction:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .direction {
    padding: 0 10px;
  }
}

.direction a {
  outline: none;
}

.direction__left {
  float: left;
}

@media only screen and (max-width: 767px) {
  .direction__left {
    float: none;
    display: block;
  }
}

.direction__title {
  display: inline-block;
  line-height: 55px;
  padding-right: 20px;
}

.direction__btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(129,169,177,0.7);
  border-radius: 2px;
  width: 266px;
  padding: 5px 15px;
  color: #77969c;
  text-decoration: none;
  outline: none;
}

.direction__btn:focus {
  text-decoration: none;
  color: #77969c;
}

.direction__btn:hover {
  border-color: #47d7ac;
  color: #47d7ac;
}

.direction__btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 45%;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #77969c;
}

.direction__btn .btn__close {
  display: none;
  margin: 0 0 -3px 20px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-image: url("/i/icons.png");
  background-position: -614px -737px;
  width: 12px;
  height: 12px;
}

.direction__btn .is-active {
  display: inline-block;
}

.direction__right {
  float: right;
  line-height: 55px;
}

@media only screen and (max-width: 1150px) {
  .direction__right {
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 991) {
  .direction__right {
    float: right;
    width: auto;
  }
}

@media only screen and (max-width: 880) {
  .direction__right {
    float: left;
    width: 100%;
  }
}

.is-mobile {
  display: none;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 560px) {
  .is-mobile {
    display: block;
  }

  .is-mobile .main-title__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #0957c3;
  }

  .is-mobile .main-title__clinic {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #333536;
  }

  .is-mobile .main-title__special {
    line-height: 18px;
    color: rgba(94,110,113,0.79);
  }
}

.rating-wrapper {
  float: left;
  width: 120px;
  margin: 5px 7px;
}

.doctors-list .direction__btn {
  border-color: #e8e8e8;
  border-radius: 8px;
  padding-left: 0;
  color: #333536;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*badge = 64px*/

.action-badge {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 78px;
  height: 78px;
  text-decoration: none;
  z-index: 1;
}

.action-badge:hover .action-badge__content {
  width: 385px;
  padding: 0 0 0 56px;
}

.action-badge:hover .action-badge__content-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .action-badge:hover .action-badge__content {
    display: none;
  }
}

.action-badge:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/i/sprites-general.png");
  background-position: 0px 0px;
  width: 78px;
  height: 78px;
}

.action-badge__content {
  position: absolute;
  width: 0;
  height: 50px;
  left: 22px;
  top: 3px;
  background-color: #ffc02a;
  -webkit-transition: width 0.2s linear, padding 0.2s linear;
  -moz-transition: width 0.2s linear, padding 0.2s linear;
  -o-transition: width 0.2s linear, padding 0.2s linear;
  -ms-transition: width 0.2s linear, padding 0.2s linear;
  transition: width 0.2s linear, padding 0.2s linear;
  padding: 0;
  white-space: nowrap;
}

.action-badge__content-inner {
  display: inline-block;
  width: 98%;
  line-height: 1.3;
  color: #fff;
  vertical-align: middle;
  max-height: 50px;
  overflow: hidden;
  white-space: normal;
  -webkit-transition: opacity 0.2s linear, font-size 0.2s linear;
  -moz-transition: opacity 0.2s linear, font-size 0.2s linear;
  -o-transition: opacity 0.2s linear, font-size 0.2s linear;
  -ms-transition: opacity 0.2s linear, font-size 0.2s linear;
  transition: opacity 0.2s linear, font-size 0.2s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 1px;
}

.action-badge__content:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 50px;
  vertical-align: middle;
}

.action-badge__content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: #ffc02a transparent transparent #ffc02a;
  border-width: 25px;
}

.action-badge.uk:after {
  background-image: url("/i/sprites-general.png");
  background-position: -98px 0px;
  width: 78px;
  height: 78px;
}

.activation-wrap {
  position: relative;
  z-index: 3;
}

.activation-wrap.block-bg {
  padding: 75px 10px 184px;
}

@media only screen and (max-width: 767px) {
  .activation-wrap.block-bg {
    padding: 20px 10px 20px;
  }
}

.activation {
  position: relative;
  max-width: 655px;
  left: 50%;
  margin-left: -280px;
}

@media only screen and (max-width: 920px) {
  .activation {
    left: 0;
    max-width: 480px;
    margin: 0 auto;
  }
}

.activation:after {
  position: absolute;
  content: '';
  top: 125px;
  right: 10px;
  max-width: 217px;
  width: 100%;
  height: 100%;
  background-image: url("i/doc-with-stick.png");
  background-repeat: no-repeat;
  z-index: 4;
}

@media only screen and (max-width: 920px) {
  .activation:after {
    display: none;
  }
}

.activation__envelope {
  position: relative;
  max-width: 480px;
  padding-left: 36px;
}

@media only screen and (max-width: 767px) {
  .activation__envelope {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .activation__envelope:before,
  .activation__envelope:after {
    display: none;
  }
}

.activation__envelope:before {
  position: absolute;
  content: '';
  bottom: -110px;
  left: 0;
  width: 100%;
  border: 135px solid transparent;
  border-left: 180px solid #169aab;
  border-right: 180px solid #169aab;
  border-bottom: 130px solid #14b8c7;
  z-index: 3;
}

.activation__envelope:after {
  position: absolute;
  content: '';
  bottom: -124px;
  left: 0;
  height: 15px;
  width: 100%;
  background: #14b8c7;
  border-radius: 0 0 5px 5px;
  z-index: 3;
}

.activation__letter {
  position: relative;
  max-width: 406px;
  padding: 40px 33px 90px;
  background-color: #fff;
  border: 1px solid #e5f2f5;
  border-radius: 3px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .activation__letter {
    margin: 0 auto;
    padding: 10px 10px 30px;
    border: none;
  }
}

.activation__letter h3,
.activation__letter p {
  color: #6c7e82;
}

.activation__letter h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .activation__letter h3 {
    font-size: 18px;
  }
}

.activation__letter h3:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}

.activation__letter p {
  font-size: 18px;
  margin-bottom: 10px;
}

.activation__letter p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .activation__letter p {
    font-size: 15px;
  }
}

.activation__in {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .activation__in:before,
  .activation__in:after {
    display: none;
  }
}

.activation__in:before {
  position: absolute;
  content: '';
  top: -577px;
  left: -38px;
  border: 241px solid transparent;
  border-bottom: 180px solid #e2eef1;
  z-index: -1;
}

.activation__in:after {
  position: absolute;
  content: '';
  top: -152px;
  left: -38px;
  width: 135px;
  border: 241px solid transparent;
  border-top: 190px solid #e2eef1;
  z-index: -1;
  -webkit-box-shadow: 0 -5px 0px -1px #e2eef1 !important;
  -webkit-box-shadow: 0 -5px 0px -1px #e2eef1 !important;
  box-shadow: 0 -5px 0px -1px #e2eef1 !important;
}

.activation__icon {
  position: absolute;
}

.doctor-slots {
  width: 20%;
}

.doctor-slots__lists {
  overflow: auto;
  white-space: nowrap;
}

.doctor-slots__lists ul {
  display: inline-block;
  vertical-align: top;
}

.doctor-slots__lists ul li span {
  display: block;
  background: #3ebdab;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.doctor-slots__lists ul li ul {
  display: block;
}

.doctor-slots__lists ul li ul li {
  width: 100%;
  padding: 0 10px;
  height: 26px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  color: #73716e;
  line-height: 26px;
  background: #f2f2f2;
}

.doctor-slots {
  width: 20%;
}

.doctor-slots__lists {
  overflow: auto;
  white-space: nowrap;
}

.doctor-slots__lists ul {
  display: inline-block;
  vertical-align: top;
}

.doctor-slots__lists ul li span {
  display: block;
  background: #3ebdab;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.doctor-slots__lists ul li ul {
  display: block;
}

.doctor-slots__lists ul li ul li {
  width: 100%;
  padding: 0 10px;
  height: 26px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  color: #73716e;
  line-height: 26px;
  background: #f2f2f2;
}

.adv_mob-app {
  background-color: #fff;
  position: fixed;
  z-index: 11101;
  height: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid rgba(116,117,120,0.07);
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  border-radius: 10px;
  background-repeat: no-repeat;
  -webkit-background-size: 316px 285px;
  -moz-background-size: 316px 285px;
  background-size: 316px 285px;
  background-position: 0 0;
  width: 360px;
}

@media (max-width: 400px) {
  .adv_mob-app {
    height: 500px;
    -webkit-background-size: 264px 230px;
    -moz-background-size: 264px 230px;
    background-size: 264px 230px;
  }
}

@media (max-width: 372px) {
  .adv_mob-app {
    height: 420px;
    width: 300px;
    -webkit-background-size: 219px 190px;
    -moz-background-size: 219px 190px;
    background-size: 219px 190px;
  }
}

.adv_mob-app_cnt {
  padding: 15px 30px;
}

@media (max-width: 372px) {
  .adv_mob-app_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.adv_mob-app_close {
  font-size: 16px;
  text-align: right;
  margin-bottom: 300px;
  margin-right: -15px;
}

@media (max-width: 400px) {
  .adv_mob-app_close {
    margin-bottom: 200px;
  }
}

@media (max-width: 372px) {
  .adv_mob-app_close {
    margin-bottom: 170px;
  }
}

.adv_mob-app_caption {
  font-size: 32px;
  font-weight: bold;
  max-width: 280px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 372px) {
  .adv_mob-app_caption {
    font-size: 26px;
  }
}

.adv_mob-app_link-app {
  font-weight: 500;
  background-color: #0957c3;
  -webkit-box-shadow: 0 3px 6px rgba(14,55,112,0.1);
  box-shadow: 0 3px 6px rgba(14,55,112,0.1);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 5px;
  text-decoration: none;
  margin-top: 20px;
}

.adv_mob-app_link-app:hover {
  color: #fff;
  background-color: #1459b8;
}

.adv_mob-app_small {
  line-height: 15px;
}

.adv_mob-app_to-web {
  color: #0957c3;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.container-advantages .advantages {
  padding-bottom: 10px;
}

.container-advantages .advantages .row {
  background-color: #fff;
}

.row_advantages {
  padding-top: 140px;
  padding-bottom: 80px;
}

.advantage {
  position: relative;
  padding: 80px 2% 0;
  text-align: center;
}

.advantage__icon {
  position: absolute;
  left: 50%;
  top: -59px;
  margin-left: -59px;
  width: 118px;
  height: 118px;
  background: #fff;
  border-radius: 59px;
}

.advantage__icon i {
  width: 118px;
  height: 118px;
  position: absolute;
  top: 0;
  left: 0;
}

.advantage__icon i svg {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

.advantage__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #828282;
}

.advantage__desc {
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.alphabet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 982px) {
  .alphabet-list {
    margin-left: 43px;
  }
}

.alphabet-list__sub {
  position: relative;
  top: -2px;
  margin: 0;
  padding: 0 0 0 9px;
  list-style: none;
  line-height: 1.375;
  border-left: 1px solid #96b8bf;
}

.alphabet-list__sub-item {
  margin-bottom: 8px;
}

.alphabet-list__item {
  position: relative;
  padding-left: 19px;
  margin-bottom: 25px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .alphabet-list__item {
    margin-bottom: 20px;
  }
}

.alphabet-list__item_all {
  padding-left: 0;
}

.alphabet-list__item_all a {
  color: #cbcecf;
}

.alphabet-list__letter {
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 18px;
  line-height: 16px;
  background-color: #96b8bf;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}

.article-header {
  margin-bottom: 10px;
}

.article-header h1 {
  margin: 0;
}

.article-header__meta {
  color: #96b8bf;
  margin: 15px 0;
}

.articles-list,
.med-articles-list {
  zoom: 1;
  background: #fff;
  margin-bottom: 21px;
}

.articles-list:before,
.med-articles-list:before,
.articles-list:after,
.med-articles-list:after {
  content: "";
  display: table;
}

.articles-list:after,
.med-articles-list:after {
  clear: both;
}

.articles-list .article-list-item,
.med-articles-list .article-list-item {
  position: relative;
  zoom: 1;
  padding: 21px 21px 15px;
  border-bottom: 1px dashed #c0d2d6;
}

.articles-list .article-list-item:before,
.med-articles-list .article-list-item:before,
.articles-list .article-list-item:after,
.med-articles-list .article-list-item:after {
  content: "";
  display: table;
}

.articles-list .article-list-item:after,
.med-articles-list .article-list-item:after {
  clear: both;
}

.articles-list .article-list-item:last-child,
.med-articles-list .article-list-item:last-child {
  border: none;
}

.articles-list .article-list-item:first-child,
.med-articles-list .article-list-item:first-child {
  display: block;
}

.articles-list .article-list-item__image,
.med-articles-list .article-list-item__image {
  float: left;
  position: relative;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-top: 3px;
}

@media only screen and (max-width: 560px) {
  .articles-list .article-list-item__image,
  .med-articles-list .article-list-item__image {
    float: none;
    margin: 0 auto 10px;
  }
}

.articles-list .article-list-item__image img,
.med-articles-list .article-list-item__image img {
  max-width: 100%;
}

@media only screen and (max-width: 560px) {
  .articles-list .article-list-item__image img,
  .med-articles-list .article-list-item__image img {
    width: 100%;
  }
}

.articles-list .article-list-item .info-list,
.med-articles-list .article-list-item .info-list {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.63);
  padding: 7px 7px 6px;
}

.articles-list .article-list-item .info-list li a:hover:before,
.med-articles-list .article-list-item .info-list li a:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.articles-list .article-list-item .info-list li a:after,
.med-articles-list .article-list-item .info-list li a:after {
  display: none;
}

.articles-list .article-list-item__title,
.med-articles-list .article-list-item__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}

.articles-list .article-list-item__title a,
.med-articles-list .article-list-item__title a {
  color: #4b89d3;
}

.articles-list .article-list-item__content,
.med-articles-list .article-list-item__content {
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.articles-list .article-list-item__meta,
.med-articles-list .article-list-item__meta {
  font-size: 0;
  padding: 0 0 10px;
}

.articles-list .article-list-item__meta li,
.med-articles-list .article-list-item__meta li {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 25px 0 0;
}

.articles-list .article-list-item__meta li:last-child:before,
.med-articles-list .article-list-item__meta li:last-child:before {
  display: none;
}

.articles-list .article-list-item__meta li:before,
.med-articles-list .article-list-item__meta li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  opacity: 0.28;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
  filter: alpha(opacity=28);
  background-color: #00829b;
}

@media only screen and (max-width: 767px) {
  .articles-list .article-list-item__meta li:before,
  .med-articles-list .article-list-item__meta li:before {
    display: none;
  }
}

.articles-list .article-list-item__category span,
.med-articles-list .article-list-item__category span {
  color: #96b8bf;
}

.articles-list .article-list-item__themes span,
.med-articles-list .article-list-item__themes span {
  color: #96b8bf;
}

.articles-list .article-list-item__date,
.med-articles-list .article-list-item__date {
  color: #96b8bf;
}

.articles-list .article-list-item__date span,
.med-articles-list .article-list-item__date span {
  padding-right: 5px;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .articles-list.blog-list,
  .med-articles-list.blog-list {
    margin-: 20px;
  }
}

.articles-list.blog-list .article-list-item,
.med-articles-list.blog-list .article-list-item {
  float: left;
  width: 50%;
}

.articles-list.blog-list .article-list-item__inner,
.med-articles-list.blog-list .article-list-item__inner {
  -webkit-box-shadow: 0 2px 4px #e3e4ed;
  box-shadow: 0 2px 4px #e3e4ed;
}

.articles-list.blog-list .article-list-item__inner:hover,
.med-articles-list.blog-list .article-list-item__inner:hover {
  -webkit-box-shadow: 0 4px 8px #cdcdcf;
  box-shadow: 0 4px 8px #cdcdcf;
}

.articles-list.blog-list .article-list-item:first-child,
.med-articles-list.blog-list .article-list-item:first-child {
  padding-right: 20px;
}

.articles-list.blog-list .article-list-item__title,
.med-articles-list.blog-list .article-list-item__title {
  max-height: 51px;
  overflow: hidden;
}

.articles-list.blog-list .article-list-item__image,
.med-articles-list.blog-list .article-list-item__image {
  width: 165px;
  height: 194px;
}

.articles-list.blog-list .article-list-item__image img,
.med-articles-list.blog-list .article-list-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.articles-list.blog-list .article-list-item__right-column,
.med-articles-list.blog-list .article-list-item__right-column {
  height: 194px;
  padding-top: 14px;
  padding-right: 10px;
  padding-left: 179px;
  background: #fff;
}

.articles-list.news-list .article-list-item,
.med-articles-list.news-list .article-list-item {
  width: 100%;
  zoom: 1;
}

.articles-list.news-list .article-list-item:before,
.med-articles-list.news-list .article-list-item:before,
.articles-list.news-list .article-list-item:after,
.med-articles-list.news-list .article-list-item:after {
  content: "";
  display: table;
}

.articles-list.news-list .article-list-item:after,
.med-articles-list.news-list .article-list-item:after {
  clear: both;
}

.articles-list.news-list .article-list-item__title,
.med-articles-list.news-list .article-list-item__title {
  font-size: 18px;
}

.articles-list.news-list .article-list-item__image,
.med-articles-list.news-list .article-list-item__image {
  width: 200px;
  height: 133px;
  overflow: hidden;
}

.articles-list.news-list .article-list-item__image img,
.med-articles-list.news-list .article-list-item__image img {
  width: 100%;
}

.articles-list.news-list .article-list-item__right-column,
.med-articles-list.news-list .article-list-item__right-column {
  padding-right: 10px;
  padding-left: 220px;
}

@media only screen and (max-width: 560px) {
  .articles-list.news-list .article-list-item__right-column,
  .med-articles-list.news-list .article-list-item__right-column {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .articles-list.news-list .article-list-item__category,
  .med-articles-list.news-list .article-list-item__category,
  .articles-list.news-list .article-list-item__themes,
  .med-articles-list.news-list .article-list-item__themes {
    float: none;
    display: block;
  }

  .articles-list.news-list .article-list-item__date,
  .med-articles-list.news-list .article-list-item__date {
    float: none;
    color: #333536;
  }

  .articles-list.news-list .article-list-item__date span,
  .med-articles-list.news-list .article-list-item__date span {
    display: inline-block;
    color: #96b8bf;
  }
}

@media only screen and (max-width: 560px) {
  .articles-list.news-list .article-list-item__image,
  .med-articles-list.news-list .article-list-item__image {
    float: none;
    width: 100%;
    height: auto;
    max-height: 300px;
  }

  .articles-list.news-list .article-list-item__right-column,
  .med-articles-list.news-list .article-list-item__right-column {
    margin-top: 20px;
    padding-left: 0;
  }
}

.articles-list.blog-page .article-list-item__image,
.med-articles-list.blog-page .article-list-item__image {
  width: 200px;
  height: 133px;
  overflow: hidden;
  border-radius: 3px;
}

@media only screen and (max-width: 560px) {
  .articles-list.blog-page .article-list-item__image,
  .med-articles-list.blog-page .article-list-item__image {
    width: 100%;
    height: 100%;
  }
}

.articles-list.blog-page .article-list-item__right-column,
.med-articles-list.blog-page .article-list-item__right-column {
  padding-left: 220px;
}

@media only screen and (max-width: 560px) {
  .articles-list.blog-page .article-list-item__right-column,
  .med-articles-list.blog-page .article-list-item__right-column {
    padding-left: 0;
  }
}

.articles-list.blog-page .article-list-item__title,
.med-articles-list.blog-page .article-list-item__title {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .articles-list.blog-page .article-list-item__inner,
  .med-articles-list.blog-page .article-list-item__inner {
    position: relative;
  }
}

.articles-list.news-list {
  margin-bottom: 0;
}

.badge-label {
  position: absolute;
  top: -4px;
  right: 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 3px 7px;
  height: 40px;
}

.badge-label:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.badge-label:before {
  right: 100%;
  border-width: 0 0 4px 3px;
}

.badge-label_background_green {
  background-color: rgba(53,191,174,0.9);
}

.badge-label_background_green:before {
  border-color: transparent transparent #169081 transparent;
}

.badge-label_background_green .badge-label__arrow {
  border-top-color: rgba(53,191,174,0.9);
}

.badge-label_background_blue {
  background-color: rgba(0,130,155,0.9);
}

.badge-label_background_blue:before {
  border-color: transparent transparent #0957c3 transparent;
}

.badge-label_background_blue .badge-label__arrow {
  border-top-color: rgba(0,130,155,0.9);
}

.badge-label_background_yellow {
  background-color: rgba(255,192,42,0.9);
}

.badge-label_background_yellow:before {
  border-color: transparent transparent #ffc02a transparent;
}

.badge-label_background_yellow:after {
  border-color: transparent transparent transparent #ffc02a;
}

.badge-label_background_yellow .badge-label__arrow {
  border-top-color: rgba(255,192,42,0.9);
}

.badge-label__arrow {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #000 transparent transparent;
}

.badge-label .big {
  font-size: 20px;
  line-height: 1;
}

.badge-label .middle {
  font-size: 14px;
  line-height: 1;
}

.badge-label p {
  margin: 0 0 4px;
}

.badge-label img:first-child {
  margin-top: 4px;
}

.card .badge-label p {
  margin: 0 0 4px;
}

.md-banner {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.md-banner .col-md-12 {
  min-height: 0px;
}

.md-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.banner {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.banner img {
  width: 100%;
  height: 100%;
}

.banner-sm {
  height: 200px;
}

.banner-md {
  height: 290px;
}

.banner-lg {
  height: 500px;
}

.app-baner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2fcf9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.app-baner .wrap {
  width: 100%;
}

@media (max-width: 991px) {
  .app-baner {
    font-size: 11px;
  }
}

.app-baner.covid {
  background-color: #f34e25;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.app-baner.covid .covid-link {
  color: #fff;
  margin-left: 5px;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-border-image: initial;
  -moz-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}

.app-baner.covid .covid-link:hover {
  color: #fff;
  border-bottom-style: solid;
}

.app-baner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-baner_logo {
  margin-right: 10px;
}

.app-baner_logo svg {
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 1px 6px rgba(82, 128, 190, .15);
  box-shadow: 0 1px 6px rgba(82, 128, 190, .15);
}

.app-baner_text.mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .app-baner_text {
    display: none;
  }

  .app-baner_text.mob {
    display: block;
  }
}

.app-baner_store-sec {
  margin-left: 14px;
  font-size: 13px;
}

@media only screen and (max-width: 991px) {
  .app-baner_store-sec {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.app-baner_store-sec .store-sec_point_links_point {
  background-color: #fff;
  color: #0957c3;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 6px;
  padding-left: 20px;
  padding-right: 22px;
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 6px rgba(82, 128, 190, .15);
  box-shadow: 0 1px 6px rgba(82, 128, 190, .15);
  border-radius: 20px;
}

.app-baner_store-sec .store-sec_point_links_point svg {
  margin-right: 10px;
}

.app-baner_store-sec .store-sec_point_links_point:hover {
  text-decoration: none;
  background-color: #f8fafd;
}

@media only screen and (max-width: 991px) {
  .app-baner_store-sec .store-sec_point_links_point {
    padding-left: 18px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .app-baner_store-sec.apple .store-sec_point_links_point {
    display: none;
  }

  .app-baner_store-sec.apple .store-sec_point_links_point:first-child {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 991px) {
  .app-baner_store-sec.android .store-sec_point_links_point {
    display: none;
  }

  .app-baner_store-sec.android .store-sec_point_links_point:last-child {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.app-baner_close {
  margin-left: auto;
  cursor: pointer;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: marquee 24s linear infinite backwards;
  -moz-animation: marquee 24s linear infinite backwards;
  -o-animation: marquee 24s linear infinite backwards;
  -ms-animation: marquee 24s linear infinite backwards;
  animation: marquee 24s linear infinite backwards;
}

.card .benefits {
  margin: 0;
  padding-right: 0;
  min-height: 28px;
  height: auto !important;
  height: 28px;
}

@media only screen and (max-width: 1199px) {
  .card .benefits {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .card .benefits {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .card .benefits {
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    min-height: auto;
    height: auto;
  }
}

.card .benefits__item {
  padding: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .card .benefits__item {
    padding: 0;
  }
}

.benefits {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.benefits_width_auto .benefits__item,
.benefits_width_auto .benefits__title {
  width: auto;
}

.benefits__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .benefits__item {
    margin-right: 0;
    margin-bottom: 2px;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-right: 5px;
  }

  .benefits__item:last-of-type {
    margin-right: 0;
  }
}

.benefits__item:last-child {
  margin-right: 0;
}

.benefits__item:last-child .visible-640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .benefits__item:last-of-type .benefits__title span {
    display: none;
  }
}

.benefits__item:before {
  vertical-align: top;
  content: '';
  width: 18px;
  height: 17px;
  background-color: #46d5ac;
  border-radius: 4px;
  font-family: "icomoon";
  font-size: 9px;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .benefits__item:before {
    display: none;
  }
}

.benefits__item:after {
  content: '';
  height: 3px;
  width: 6px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 0;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
  background-color: #0957c3;
}

@media only screen and (max-width: 640px) {
  .benefits__item:after {
    content: none;
  }
}

.benefits__item.child-doc:before {
  content: "\e912";
  background-color: #ff6f6f;
}

.benefits__item.review-doc .benefits__title_years {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: -5px;
  margin-left: 0;
  z-index: 10;
  width: 28px;
  font-weight: bold;
  text-align: center;
  color: #0957c3;
}

@media only screen and (max-width: 640px) {
  .benefits__item.review-doc .benefits__title_years {
    display: inline-block;
    position: inherit;
    vertical-align: top;
    color: #707272;
    font-weight: normal;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: left;
    width: auto;
    margin-right: 3px;
    left: 0;
  }
}

.benefits__item.review-doc:before {
  background-color: #eef3fb;
  width: 28px;
}

@media only screen and (max-width: 640px) {
  .benefits__item.experience-doc .benefits__title {
    margin-left: 0;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.benefits__item.experience-doc .benefits__title_years {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: -5px;
  margin-left: 0;
  z-index: 10;
  width: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .benefits__item.experience-doc .benefits__title_years {
    display: inline-block;
    position: inherit;
    vertical-align: top;
    color: #707272;
    font-weight: normal;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: left;
    width: auto;
    margin-right: 3px;
    left: 0;
  }
}

.benefits__item.parent-doc:before {
  content: "\e90f";
  background-color: #ff6f6f;
}

.benefits__item.parent-doc:after {
  background-color: #46d5ac;
}

.benefits__item.home-doc:before {
  content: "\e90d";
  background-color: #0957c3;
}

.benefits__item.home-doc:after {
  background-color: #46d5ac;
}

.benefits__item.parking-clin:before {
  content: 'P';
  font-family: 'SuisseIntl', sans-serif;
  font-weight: bold;
  font-size: 11px;
  background-color: #0957c3;
}

.benefits__item.parking-clin:after {
  background-color: #ff6f6f;
}

.benefits__item.child-clin:before {
  content: "\e93c";
  background-color: #ff6f6f;
}

.benefits__item.card-clin:before {
  content: "\e93b";
  background-color: #0957c3;
}

.benefits__item.card-clin:after {
  background-color: #46d5ac;
}

.benefits__item.wifi-clin::before {
  content: "\e911";
}

.benefits__item.wifi-clin:after {
  background-color: #ff6f6f;
}

.benefits__item.apteka-clin:before {
  /* content: "\e92e"; */
  background: url("/i/benefits/benefits-generator.png");
  background-size: 18px 17px;
}

.benefits__icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.benefits__title {
  display: inline-block;
  vertical-align: top;
  max-width: 115px;
  font-size: 11px;
  line-height: 14px;
  margin-left: 10px;
  color: #707272;
}

@media only screen and (max-width: 640px) {
  .benefits__title {
    max-width: inherit;
    margin-left: 0;
    line-height: 16px;
  }

  .benefits__title .visible-640 {
    display: inline;
  }
}

.benefits__title span {
  display: none;
}

@media only screen and (max-width: 640px) {
  .benefits__title span {
    display: inline;
  }
}

.block-package .btn {
  font-weight: 700;
  padding: 2px 22px 4px;
  display: inline-block;
  vertical-align: top;
}

.block-package__title {
  zoom: 1;
  padding: 0 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-package__title:before,
.block-package__title:after {
  content: "";
  display: table;
}

.block-package__title:after {
  clear: both;
}

.block-package__title strong {
  color: #5e6e71;
  font-size: 15px;
  line-height: 1.2;
  padding: 13px 0 13px 20px;
  display: block;
  overflow: hidden;
  position: relative;
}

.block-package__title-in {
  border-top: 1px solid #c0d2d6;
}

.block-package__icon {
  position: absolute;
  top: 15px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #c0d1d8;
}

.block-package__icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 5px 3px 0;
}

.block-package__price-discount {
  float: right;
  font-size: 15px;
  color: #5e6e71;
  text-align: right;
  margin-left: 10px;
  line-height: 2;
  padding-top: 8px;
}

@media only screen and (max-width: 560px) {
  .block-package__price-discount {
    float: left;
    margin-left: 0;
    padding: 7px 0;
    line-height: 2.2;
  }
}

.block-package__price-discount span {
  padding: 0 5px;
}

.block-package__price-discount a.btn-hide {
  display: none;
}

.block-package__drop {
  position: relative;
  padding-top: 1px;
  display: none;
}

.block-package__drop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 21px;
  right: 21px;
  border-bottom: 1px solid #c0d2d6;
}

.block-package__left {
  float: left;
  font-size: 15px;
  line-height: 22px;
  color: #5e6e71;
  width: 65%;
  padding: 8px 0;
}

.block-package__left span {
  color: #90b1b8;
}

.block-package__right {
  float: right;
  width: 35%;
  text-align: right;
  font-size: 0;
}

@media only screen and (max-width: 560px) {
  .block-package__right {
    width: 100%;
    text-align: left;
  }
}

.block-package__right span {
  color: #5e6e71;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 11px 0;
}

.block-package__row {
  padding: 0 21px 0 39px;
  margin-bottom: -1px;
  position: relative;
}

.block-package__row:hover {
  background-color: #e5f2f5;
  z-index: 2;
}

.block-package__row:hover .block-package__row-in {
  border-color: transparent;
}

.block-package__row:hover .block-package__row-in:before {
  background-color: #47d7ac;
}

.block-package__row:hover .block-package__row-in .btn {
  display: inline-block;
}

.block-package__row-in {
  border-bottom: 1px solid #c0d2d6;
  position: relative;
  zoom: 1;
}

.block-package__row-in:before,
.block-package__row-in:after {
  content: "";
  display: table;
}

.block-package__row-in:after {
  clear: both;
}

.block-package__row-in:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -17px;
  width: 8px;
  height: 8px;
  background-color: #96b8bf;
  border-radius: 50%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.block-package__row-in.border__none {
  border-bottom: none;
}

.block-package__row-in .btn {
  display: none;
  margin: 4px 0 4px 21px;
}

.block-package .item-with-btn:hover {
  background-color: #e5f2f5;
}

@media only screen and (max-width: 1200px) {
  .block-package .btn-media {
    position: absolute;
    right: 20px;
    top: 55px;
  }
}

@media only screen and (max-width: 992px) {
  .block-package .btn-media {
    top: 90px;
  }
}

@media only screen and (max-width: 560px) {
  .block-package .btn-media {
    position: static;
    float: right;
    margin: 0;
    margin-top: -5px;
    padding: 5px 8px !important;
  }
}

@media only screen and (max-width: 560px) {
  .block-package .price-item__mod {
    padding: 20px 20px 50px;
  }
}

@media only screen and (max-width: 560px) {
  .block-package .price-item__mod .block-package__price-discount {
    position: absolute;
    bottom: 10px;
    height: 40px;
    text-align: left;
  }
}

.block-prices {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  background-color: #fff;
  padding: 20px 15px;
}

@media only screen and (max-width: 640px) {
  .block-prices {
    padding: 5px;
  }
}

.block-prices__item {
  position: relative;
  border-bottom: 1px solid #ebeff6;
  zoom: 1;
}

@media only screen and (max-width: 640px) {
  .block-prices__item {
    cursor: pointer;
  }
}

.block-prices__item:before,
.block-prices__item:after {
  content: "";
  display: table;
}

.block-prices__item:after {
  clear: both;
}

.block-prices__item.is-hidden {
  display: none;
}

.block-prices__item:hover {
  background-color: #f3f8fb;
  cursor: pointer;
}

.block-prices__item:hover .fillials {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .block-prices__item:hover .block-prices__price-discount {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__item:hover .block-prices__price-discount {
    padding-right: 0;
  }
}

.block-prices__item:hover .btn.btn-hide {
  display: inline-block;
}

.block-prices__item:hover .block-prices__heading-right .percent {
  display: none;
}

.block-prices__item:hover .block-prices__heading-right .price-discount {
  display: none;
}

@media only screen and (max-width: 560px) {
  .block-prices__item:hover .block-prices__heading-right .price-discount {
    display: inline-block;
  }
}

.block-prices__item:hover .btn-hidden {
  display: inline-block;
}

.block-prices__item:last-child > .block-prices__title {
  border-bottom: 1px solid #dde8ea;
}

.block-prices__item.item-level-1 {
  border-top: 1px solid #dde8ea;
}

.block-prices__item.item-level-1 .block-prices__title {
  min-height: 54px;
  padding: 4px 20px 4px 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-prices__item.item-level-2 {
  min-height: 54px;
  padding: 4px 20px 4px 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .block-prices__item.item-level-2 {
    padding: 4px 10px 4px 50px;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__item.item-level-2 {
    padding: 4px 10px 4px 15px;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__item.item-level-2 {
    padding: 4px 10px 4px 10px;
  }
}

.block-prices__item.item-level-3 {
  min-height: 54px;
  padding: 4px 20px 4px 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .block-prices__item.item-level-3 {
    padding: 4px 10px 4px 50px;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__item.item-level-3 {
    padding: 4px 10px 4px 15px;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__item.item-level-3 {
    padding: 4px 10px 4px 10px;
  }
}

.block-prices__item.item-level-3:hover .fillials {
  margin-right: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.block-prices__item.item-level-3 .block-prices__heading-left {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .block-prices__item.item-level-3 .block-prices__heading-left {
    width: 55%;
    padding-right: 10px;
  }
}

.block-prices__item.item-level-3 .block-prices__heading-right {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .block-prices__item.item-level-3 .block-prices__heading-right {
    width: 45%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__item .block-prices__title .block-prices__title-left {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__item .block-prices__title .block-prices__title-right {
    width: 100%;
    margin: 10px 0 5px;
    padding: 0;
    text-align: right;
  }
}

.block-prices__category.active > .block-prices__title {
  height: 48px;
}

.block-prices__category.active .block-prices__drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -7px;
  color: #fff;
}

.block-prices__category.active > .block-prices__title {
  background-color: #0957c3;
  color: #fff;
}

.block-prices__category.active .block-prices__title-in {
  color: #fff;
}

.block-prices__category .block-prices__title {
  height: 47px;
}

.block-prices__category > .block-prices__title {
  padding: 5px 20px 5px 50px;
  border-radius: 8px;
  margin-bottom: 5px;
  background-color: #f0f5fb;
}

@media only screen and (max-width: 640px) {
  .block-prices__category > .block-prices__title {
    padding: 4px 10px 5px 35px;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__category > .block-prices__title > .block-prices__title-right {
    width: 40%;
    margin: 0;
    padding-left: 10px;
    text-align: right;
  }
}

.block-prices__category .block-prices__title-right {
  line-height: 1.4;
}

@media only screen and (max-width: 360px) {
  .block-prices__category .block-prices__title-right {
    width: 100%;
    margin: 10px 0 5px;
    padding: 0;
    text-align: left;
  }
}

.block-prices__category .block-prices__subcategory:first-child > .block-prices__title {
  border-top: none;
}

.block-prices__category .block-prices__subcategory.active .block-prices__drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-prices__category .block-prices__drop-icon {
  color: #333536;
  font-style: normal;
}

.block-prices__category .block-prices__drop-icon:before {
  content: "\e922";
  font-family: "icomoon";
  font-size: 6px;
}

.block-prices__subcategory.active > .block-prices__title {
  border-bottom: 1px solid #ccdde0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.block-prices__subcategory > .block-prices__title {
  margin-top: -5px;
  border-radius: 0 0 8px 8px;
}

.block-prices__subcategory .block-prices__title-in {
  color: #333536 !important;
}

.block-prices__subcategory .block-prices__drop-icon {
  -webkit-transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  -o-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  color: #333536 !important;
}

.block-prices__subcategory .block-prices__title {
  min-height: 45px;
  height: auto;
  padding: 13px 20px 10px 80px;
}

@media only screen and (max-width: 640px) {
  .block-prices__subcategory .block-prices__title {
    padding-left: 60px;
  }
}

.block-prices__subcategory .block-prices__title .block-prices__title-left {
  width: 100%;
}

.block-prices__title {
  zoom: 1;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.block-prices__title:before,
.block-prices__title:after {
  content: "";
  display: table;
}

.block-prices__title:after {
  clear: both;
}

.block-prices__title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.block-prices__title-in {
  color: #333536;
  font-size: 13px;
  line-height: 1.4;
}

.block-prices__title-in span {
  font-weight: normal;
}

.block-prices__title-offer {
  line-height: 1.8;
}

.block-prices__title-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 64%;
}

@media only screen and (max-width: 1200px) {
  .block-prices__title-left {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__title-left {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  .block-prices__title-left {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .block-prices__title-left {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__title-left {
    width: 100%;
  }
}

.block-prices__title-right {
  display: inline-block;
  vertical-align: middle;
  width: 36%;
  padding-left: 10px;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .block-prices__title-right {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__title-right {
    position: relative;
    width: 30%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .block-prices__title-right {
    width: 40%;
  }
}

@media only screen and (max-width: 420px) {
  .block-prices__title-right {
    width: 50%;
  }
}

.block-prices__drop-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -25px;
}

.block-prices__price-discount {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .block-prices__price-discount {
    text-align: right;
  }
}

.block-prices__price-discount span {
  padding: 0 5px;
}

.block-prices__price-discount .btn.btn-hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .block-prices__price-discount .btn.btn-hide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 360px) {
  .block-prices__price-discount .btn.btn-hide {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__price-discount {
    position: relative;
  }
}

.block-prices__drop {
  position: relative;
  display: none;
}

.block-prices .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 2px 22px 4px;
  margin: 0;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: auto;
}

.block-prices .btn-hide {
  padding: 10px 20px;
  background-color: #fff;
  border-color: #fff;
  color: #0957c3;
}

@media only screen and (max-width: 560px) {
  .block-prices .btn-hide {
    margin: 0px 0 0px 10px;
  }
}

.block-prices__heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  zoom: 1;
}

.block-prices__heading:before,
.block-prices__heading:after {
  content: "";
  display: table;
}

.block-prices__heading:after {
  clear: both;
}

.block-prices__heading-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  min-height: 27px;
}

@media only screen and (max-width: 1200px) {
  .block-prices__heading-left {
    width: 50%;
  }
}

@media only screen and (max-width: 710px) {
  .block-prices__heading-left {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__heading-left {
    width: 55%;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .block-prices__heading-left {
    float: none;
    width: 55%;
    min-height: 27px;
    padding-right: 10px;
  }
}

.block-prices__heading .names {
  padding: 3px 0;
  color: #333536;
  line-height: 1.3;
}

.block-prices__heading .names span {
  color: #90b1b8;
}

.block-prices__heading .tooltip.top .tooltip-arrow {
  bottom: 0px;
}

.block-prices__heading-right {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: right;
  font-size: 0;
}

@media only screen and (max-width: 1200px) {
  .block-prices__heading-right {
    width: 50%;
  }
}

@media only screen and (max-width: 710px) {
  .block-prices__heading-right {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__heading-right {
    width: 55%;
  }
}

@media only screen and (max-width: 560px) {
  .block-prices__heading-right {
    width: 55%;
    padding: 0;
    text-align: right;
  }
}

.block-prices__heading-right .fillials {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-left: 23px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #333536;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

@media only screen and (max-width: 640px) {
  .block-prices__heading-right .fillials {
    display: none;
  }
}

.block-prices__heading-right .fillials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url("/i/icons.png");
  background-position: 0px -831px;
  width: 13px;
  height: 17px;
}

.block-prices__heading-right .percent {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333536;
  margin-right: 5px;
  width: 35px;
}

@media only screen and (max-width: 1100px) {
  .block-prices__heading-right .percent {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 580px) {
  .block-prices__heading-right .percent {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 560px) {
  .block-prices__heading-right .percent {
    display: none !important;
  }
}

.block-prices__heading-right .price-discount {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  text-align: right;
  line-height: 20px;
  zoom: 1;
}

.block-prices__heading-right .price-discount:before,
.block-prices__heading-right .price-discount:after {
  content: "";
  display: table;
}

.block-prices__heading-right .price-discount:after {
  clear: both;
}

@media only screen and (max-width: 560px) {
  .block-prices__heading-right .price-discount {
    padding-bottom: 5px;
    text-align: left;
    width: 134px;
  }
}

.block-prices__heading-right .price-discount .old-price {
  float: left;
  width: 48%;
  color: #91b5bc;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}

.block-prices__heading-right .price-discount .new-price {
  float: right;
  width: 52%;
  padding-left: 3px;
  color: #5e6e71;
  font-size: 16px;
  line-height: 16px;
}

@media only screen and (max-width: 1100px) {
  .block-prices__heading-right .price-discount .new-price {
    font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .block-prices__heading-right .price-discount .new-price {
    font-size: 13px;
  }
}

.block-prices__heading-right .btn {
  display: none;
  vertical-align: middle;
  width: 200px;
  padding: 3px 7px;
  color: #feffff;
  line-height: 18px;
  font-weight: 400;
  margin-top: 0;
}

@media only screen and (max-width: 560px) {
  .block-prices__heading-right .btn {
    display: block !important;
    margin: 3px 0 3px auto;
    padding-left: 0;
    padding-right: 0;
    width: 134px;
    font-size: 11px;
  }
}

.block-prices .promotional-offers .offers__item .offers-wrap {
  padding-left: 55px;
}

.block-prices .promotional-offers .offers__item .offers-wrap .names {
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .block-prices .promotional-offers .offers__item .offers-wrap .names {
    font-size: 12px;
  }
}

.price-offer {
  padding: 5px 0;
}

.price-offer .price-offer__icon {
  float: left;
  padding-right: 20px;
}

.price-offer .price-offer__icon span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 18px;
  margin: 0;
  border-radius: 1px 0 0 1px;
  background-color: #feb545;
  text-align: center;
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.price-offer .price-offer__icon span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 7px;
  border-color: transparent transparent transparent #feb545;
}

.price-offer .price-offer__text {
  overflow: hidden;
}

.price-offer .price-offer__text a {
  color: #333536;
  font-size: 13px;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .js-prices-btn>.block-prices__title-left {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .js-prices-btn>.block-prices__title-right {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .block-prices__title-in {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .block-prices__title-in .names {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .block-prices__price-discount {
    font-size: 13px;
    line-height: 1.2;
    text-align: right;
  }
}

.card_diagnostic .block-prices__item.item-level-2,
.card_diagnostic .block-prices__item.item-level-3 {
  padding: 9px 17px 9px 50px;
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .block-prices__item.item-level-2,
  .card_diagnostic .block-prices__item.item-level-3 {
    padding: 9px 7px 9px 15px;
  }
}

.block-services-wrapper {
  margin-top: 10px;
}

.block-services-wrapper.show-hidden .block-services__item.is-hidden {
  display: block;
}

.block-services-wrapper.show-hidden .more-toggle__hide-label {
  display: inline-block;
}

.block-services-wrapper.show-hidden .more-toggle__show-label {
  display: none;
}

.block-services__item {
  zoom: 1;
}

.block-services__item:before,
.block-services__item:after {
  content: "";
  display: table;
}

.block-services__item:after {
  clear: both;
}

.block-services__item.first-child .block-services__title-in {
  border: none;
}

.block-services__item.active .block-services__icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-services__item.active .block-services__drop-icon {
  background-image: url("/i/icons.png");
  background-position: -870px -768px;
  width: 14px;
  height: 14px;
}

.block-services__item.is-hidden {
  display: none;
}

.block-services__item:hover .btn-hide {
  display: inline-block;
  margin: 0px 0 0px 20px;
  padding: 2px 22px 4px;
  font-weight: 400;
}

@media only screen and (max-width: 560px) {
  .block-services__item:hover .btn-hide {
    margin: 0px 0 0px 10px;
  }
}

.block-services__item:first-child .block-services__title {
  border-top: 1px solid #bbd1d5;
}

.block-services__item.item-null {
  border-bottom: 1px solid #e6edef;
}

.block-services__item.item-null:last-child {
  border-bottom: none;
}

.block-services__item.item-null .block-services__title {
  background-color: #fff;
}

.block-services__item.item-null .block-services__title:hover {
  background-color: #f3f8fb;
}

.block-services__item.item-null .block-services__title .block-services__title-in {
  zoom: 1;
}

.block-services__item.item-null .block-services__title .block-services__title-in:before,
.block-services__item.item-null .block-services__title .block-services__title-in:after {
  content: "";
  display: table;
}

.block-services__item.item-null .block-services__title .block-services__title-in:after {
  clear: both;
}

@media only screen and (max-width: 560px) {
  .block-services__item.item-null .block-services__title .block-services__title-in .block-services__price-discount {
    text-align: left;
    padding-left: 10px;
  }
}

.block-services__title {
  zoom: 1;
  padding: 0 19px 0 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #cee7ec;
  border-bottom: 1px solid #bbd1d5;
}

.block-services__title:before,
.block-services__title:after {
  content: "";
  display: table;
}

.block-services__title:after {
  clear: both;
}

.block-services__title.title__mod {
  border-top: none;
}

.block-services__title-in {
  font-size: 0;
}

.block-services__title strong {
  color: #5e6e71;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 0 15px 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 560px) {
  .block-services__title strong {
    width: 60%;
  }
}

.block-services__title strong span {
  color: #90b1b8;
  font-weight: normal;
}

.block-services__icon {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 4px;
  border-style: solid;
  border-color: #5e6e71 transparent transparent;
  border-width: 5px 4px 0;
}

.block-services__drop-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-image: url("/i/icons.png");
  background-position: -816px -768px;
  width: 14px;
  height: 14px;
}

.block-services__price-discount {
  float: right;
  font-size: 15px;
  color: #5e6e71;
  text-align: right;
  margin-left: 10px;
  line-height: 2;
  padding-top: 8px;
}

.block-services__price-discount span {
  color: #a9bbc2;
  text-decoration: line-through;
  padding: 0 5px;
}

.block-services__price-discount a.btn-hide {
  display: none;
}

@media only screen and (max-width: 560px) {
  .block-services__price-discount a.btn-hide {
    position: absolute;
    top: 8px;
    right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .block-services__price-discount {
    margin-left: 0;
  }
}

@media only screen and (max-width: 560px) {
  .block-services__price-discount {
    position: relative;
  }
}

.block-services__drop {
  position: relative;
  display: none;
}

.block-services__drop .promotional-offers .offers__item .offers-wrap {
  padding-left: 55px;
}

.block-services__left {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  color: #5e6e71;
  width: 63%;
  padding: 11px 0;
}

@media only screen and (max-width: 767px) {
  .block-services__left {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 560px) {
  .block-services__left {
    padding: 10px 0;
  }
}

.block-services__left span {
  color: #90b1b8;
}

.block-services__right {
  display: inline-block;
  vertical-align: middle;
  width: 36%;
  text-align: right;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .block-services__right {
    float: right;
    width: 50%;
    padding: 5px 0;
  }
}

.block-services__right span {
  color: #5e6e71;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 15px 0;
}

.block-services__right .old_price {
  color: #a9bbc2;
  text-decoration: line-through;
  padding-right: 5px;
}

.block-services .btn {
  font-weight: 700;
  padding: 2px 22px 2px;
  display: inline-block;
  vertical-align: top;
}

.block-services__row {
  padding: 0 20px 0 55px;
  margin-bottom: -1px;
  position: relative;
  border-bottom: 1px solid #e6edef;
}

@media only screen and (max-width: 767px) {
  .block-services__row {
    height: auto;
  }
}

.block-services__row:last-child {
  border-bottom: transparent;
}

.block-services__row:hover {
  background-color: #f3f8fb;
  z-index: 2;
}

.block-services__row:hover .block-services__row-in {
  border-color: transparent;
}

.block-services__row:hover .block-services__row-in:before {
  background-color: #47d7ac;
}

.block-services__row:hover .block-services__row-in .btn {
  display: inline-block;
}

@media only screen and (max-width: 560px) {
  .block-services__row:hover .block-services__row-in .btn {
    margin: 9px 0 4px 15px;
  }
}

.block-services__row:hover .block-services__row-in .old_price {
  display: none;
}

.block-services__row-in {
  position: relative;
  zoom: 1;
}

.block-services__row-in:before,
.block-services__row-in:after {
  content: "";
  display: table;
}

.block-services__row-in:after {
  clear: both;
}

.block-services__row-in .btn {
  display: none;
  margin: 8px 0 0 21px;
}

.block-services__row-in .btn:focus {
  outline: none;
  border: none;
}

.block-services__row-in .small-card__action {
  padding: 0;
}

.block-services__row-in .small-card__action span:after {
  right: -9px;
}

.block-services__bottom {
  padding: 0 21px 0 39px;
  zoom: 1;
}

.block-services__bottom:before,
.block-services__bottom:after {
  content: "";
  display: table;
}

.block-services__bottom:after {
  clear: both;
}

.block-services__bottom .small-card__action {
  float: left;
  padding: 12px 0;
}

.block-services__bottom .block-services__price-discount {
  padding: 14px 0;
}

.card.card-services:hover {
  border-color: #47d7ac;
}

.card.card-services:hover .more-toggle__link {
  border-color: #47d7ac;
}

.card.card-services .more-toggle {
  display: block;
}

.card.card-services .card__footer {
  margin-top: 0;
}

@media only screen and (max-width: 560px) {
  .row-item__mod .block-services__left {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .row-item__mod .block-services__right {
    float: left;
    width: 100%;
    text-align: left;
  }

  .row-item__mod .block-services__right a {
    float: right;
  }
}

@media only screen and (max-width: 560px) {
  .price-discount__mod {
    float: none;
    text-align: left;
    margin-left: 0;
  }
}

.small-card__action-mod span.orange {
  background-color: #ffc02a !important;
}

.small-card__action-mod span.orange:after {
  border-color: none;
  border: none;
  border-left: none;
  background-image: url("/i/icons.png");
  background-position: -76px -737px;
  width: 18px;
  height: 22px;
  display: inline-block;
  right: -9px;
  width: 19px;
  height: 22px;
}

.blog {
  position: relative;
}

.blog__pl {
  padding-left: 60px;
}

@media only screen and (max-width: 991px) {
  .blog__pl {
    padding-left: 0;
  }
}

.rich-content .blog__info {
  position: relative;
  margin-bottom: 67px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__info {
    margin-bottom: 30px;
  }
}

.rich-content a,
.rich-content a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .rich-content a:hover,
  .rich-content a:hover:hover {
    text-decoration: underline;
  }
}

.rich-content .blog__info__img {
  max-width: 100%;
}

.rich-content .blog__info__title {
  position: absolute;
  bottom: 90px;
  left: 100px;
  line-height: 40px;
  font-size: 40px;
  color: #fff;
  padding-right: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__info__title {
    line-height: 34px;
    font-size: 30px;
    left: 50px;
    bottom: 75px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .rich-content .blog__info__title {
    left: 20px;
    line-height: 18px;
    font-size: 16px;
    bottom: auto;
    top: 0px;
    margin-top: 10px;
  }
}

.rich-content .blog__info__date {
  position: absolute;
  left: 100px;
  bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__info__date {
    left: 50px;
  }
}

@media only screen and (max-width: 560px) {
  .rich-content .blog__info__date {
    left: 20px;
    bottom: 15px;
  }
}

.rich-content .blog__info__date p {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0;
}

.rich-content .blog__info__link {
  width: 73px;
  height: 30px;
  background: #fff;
  border-radius: 2px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #333536;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-left: 20px;
}

.rich-content .blog__aside__form__i {
  background-image: url("/i/icons.png");
  background-position: -754px -600px;
  width: 64px;
  height: 62px;
}

.rich-content .blog__content>img {
  max-width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content>img {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

.rich-content .blog__content section .blog__blockquote img {
  margin-bottom: 0;
}

.rich-content .blog__content section img {
  margin-bottom: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content section img {
    margin-bottom: 20px;
  }
}

.rich-content .blog__content em {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content em {
    margin-bottom: 20px;
  }
}

.rich-content .blog__content p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content p {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.rich-content .blog__content strong {
  font-weight: bold;
  line-height: 18px;
  font-size: 16px;
  display: block;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content strong {
    margin-bottom: 20px;
  }
}

.rich-content .blog__content a {
  line-height: 24px;
  font-size: 16px;
  text-decoration: underline;
  color: #333536;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content a {
    line-height: 20px;
    font-size: 14px;
  }
}

.rich-content .blog__content h3 {
  line-height: 30px;
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content h3 {
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 20px;
  }
}

.rich-content .blog__content ul {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content ul {
    margin-bottom: 20px;
  }
}

.rich-content .blog__content ul li {
  line-height: 30px;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content ul li {
    line-height: 20px;
    font-size: 14px;
  }
}

.rich-content .blog__content ul li:before {
  background-color: #333536;
  top: 14px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__content ul li:before {
    top: 8px;
  }
}

.rich-content .blog__yellow__text {
  font-style: italic;
  line-height: 30px;
  font-size: 24px;
  color: #fd8f2e;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__yellow__text {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}

.rich-content .blog__blue__line {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #4b89d3;
  border-bottom: 2px solid #4b89d3;
  line-height: 36px;
  font-size: 30px;
  color: #4b89d3;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__blue__line {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 20px;
  }
}

.rich-content .blog__pink__bg {
  background: rgba(231,74,55,0.2);
  padding: 40px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__pink__bg {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.rich-content .blog__grey__bg {
  background: #f2f2f2;
  padding: 40px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__grey__bg {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.rich-content .blog__yellow__bg {
  background: #fff0da;
  padding: 40px;
  line-height: 24px;
  font-size: 16px;
  color: #333536;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rich-content .blog__yellow__bg {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.rich-content .blog__small__text {
  line-height: 15px;
  font-size: 13px;
  color: #333536;
}

.blog__blockquote {
  position: relative;
}

.blog__blockquote img {
  width: 78px;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
}

.blog__blockquote .blog__blockquote__top {
  position: relative;
  margin-bottom: 25px;
}

.blog__blockquote .blog__blockquote__top:after {
  position: absolute;
  content: '';
  background: url("i/svg/blockquote.svg");
  top: 50%;
  right: 0;
  width: 46px;
  height: 34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog__blockquote .blog__blockquote__top__name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.blog__blockquote .blog__blockquote__top__name h3 {
  line-height: 30px;
  font-size: 24px;
  color: #333536;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .blog__blockquote .blog__blockquote__top__name h3 {
    margin-bottom: 0;
  }
}

.blog__blockquote .blog__blockquote__top__name p {
  line-height: 30px;
  font-size: 16px;
  color: #333536;
  margin-bottom: 0;
}

.blog__content .blog__aside {
  padding: 0;
  float: right;
}

@media only screen and (max-width: 1199px) {
  .blog__content .blog__aside {
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__content .blog__aside {
    display: none;
  }
}

.blog__content .blog__aside__article {
  margin-bottom: 30px;
  height: 77px;
  overflow: hidden;
}

.blog__content .blog__aside__article img {
  display: inline-block;
  vertical-align: top;
  width: 77px;
  height: 77px;
}

.blog__content .blog__aside__article .blog__aside__article__rt {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  max-width: 195px;
  height: 77px;
}

.blog__content .blog__aside__article .blog__aside__article__rt p {
  line-height: 20px;
  font-size: 16px;
  color: #828282;
}

.blog__content .blog__aside__article .blog__aside__article__date {
  line-height: 20px;
  font-size: 10px;
  color: #828282;
  margin-top: -6px;
}

.form.blog__aside__form {
  border: none;
  background: #f5f5f5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  border-radius: 2px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .form.blog__aside__form {
    display: none;
  }
}

.form.blog__aside__form .control--label {
  margin-top: 22px;
}

.blog__aside__form input::-webkit-input-placeholder {
  color: #ced4d4;
}

.blog__aside__form input::-moz-placeholder {
  color: #ced4d4;
}

.blog__aside__form input:-ms-input-placeholder {
  color: #ced4d4;
}

.blog__aside__form input:-moz-placeholder {
  color: #ced4d4;
}

.blog__aside__form__i {
  background-image: url("/i/icons.png");
  background-position: -754px -492px;
  width: 84px;
  height: 104px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.blog__aside__form .form-group_submit {
  margin-bottom: 10px;
}

.blog__aside__form .form-group_submit .control- {
  height: 36px;
  line-height: 36px;
}

.blog__aside__form .form-submit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  width: 44px;
  height: 28px;
  line-height: 28px;
  background: #fda82e;
  position: absolute;
  bottom: 4px;
  right: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.blog__aside__form .form-submit:hover {
  background: #fd8f2e;
}

.blog__aside__form .form-submit svg {
  width: 7px;
  height: 12px;
}

.blog__aside__form .thankyou {
  text-align: center;
  position: absolute;
  padding-top: 40px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #09859d 100%, #4bdcca 0.15%), #fe5000;
  background: -moz-linear-gradient(90deg, #09859d 100%, #4bdcca 0.15%), #fe5000;
  background: -o-linear-gradient(90deg, #09859d 100%, #4bdcca 0.15%), #fe5000;
  background: -ms-linear-gradient(90deg, #09859d 100%, #4bdcca 0.15%), #fe5000;
  background: linear-gradient(0deg, #09859d 100%, #4bdcca 0.15%), #fe5000;
  border-radius: 2px;
}

.blog__aside__form .thankyou svg {
  fill: #2ddec1;
}

.blog__aside__form .thankyou .thankyou__text {
  line-height: 28px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.blog__aside__form__text {
  color: #828282;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 38%;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1199px) {
  .blog__aside__form__text {
    font-size: 20px;
  }
}

.blog__aside__form__subtext {
  color: #828282;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 38%;
}

.blog__aside__form__bt {
  color: #828282;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

.blog__aside__form__bt a {
  color: #828282;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-decoration: underline;
}

.blog__aside__form__bt a:hover {
  text-decoration: none;
}

.row-articles {
  padding: 0 0 80px;
}

@media only screen and (max-width: 768px) {
  .row-articles {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .row-articles {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-xs {
    width: 100%;
    padding: 0;
  }
}

.blog-block {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-block {
    height: 100%;
    padding: 0 10px;
    padding-bottom: 25px;
    background-color: #fff;
    margin-bottom: 20px;
  }
}

.blog-block .header-styled {
  margin-top: 35px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .blog-block .header-styled {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 20px;
  }
}

.blog-block .header-styled .h1 {
  padding: 0;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-block .header-styled .h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.blog-block .article-block-wrapper {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.blog-block .article-block {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 442px;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  max-width: 68.6%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-block .article-block {
    max-width: 100%;
    height: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block {
    height: 223px;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  }
}

.blog-block .article-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-block .article-block:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .blog-block .article-block:hover:before {
    background: rgba(0,0,0,0.4);
  }
}

.blog-block .article-block__img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-block .article-block__title {
  position: absolute;
  top: auto;
  left: 40px;
  right: auto;
  bottom: 30px;
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  min-height: 94px;
  z-index: 5;
  padding: 0 5% 0 0;
}

@media only screen and (max-width: 1024px) {
  .blog-block .article-block__title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-block .article-block__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block__title {
    padding: 20px 10px;
    left: 0;
    top: 0;
    min-height: auto;
  }
}

.blog-block .article-block__title span {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block__title span {
    font-size: 24px;
    line-height: 28px;
  }
}

.blog-block .article-block__info {
  position: absolute;
  bottom: 3%;
  left: 3.9%;
  right: 0;
  padding: 0 15px 15px;
  zoom: 1;
}

.blog-block .article-block__info:before,
.blog-block .article-block__info:after {
  content: "";
  display: table;
}

.blog-block .article-block__info:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block__info.big-article {
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.blog-block .article-block .info-list {
  float: none;
}

@media only screen and (max-width: 1200px) {
  .blog-block .article-block .info-list {
    float: none;
    clear: both;
  }
}

.blog-block .article-block .info-list {
  font-size: 0;
}

.blog-block .article-block .info-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 0 14px;
  z-index: 5;
}

.blog-block .article-block .info-list li.first-child {
  padding: 0;
}

.blog-block .article-block .info-list li a,
.blog-block .article-block .info-list li span {
  color: #47d7ac;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.blog-block .article-block .info-list li a.is-view,
.blog-block .article-block .info-list li span.is-view {
  padding: 0 0 0 28px;
}

.blog-block .article-block .info-list li a.is-view:before,
.blog-block .article-block .info-list li span.is-view:before,
.blog-block .article-block .info-list li a.is-view:after,
.blog-block .article-block .info-list li span.is-view:after {
  width: 28px;
}

.blog-block .article-block .info-list li a.is-view:before,
.blog-block .article-block .info-list li span.is-view:before {
  background-image: url("/i/icons.png");
  background-position: -1077px -666px;
  width: 21px;
  height: 12px;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block .info-list li a.is-view:before,
  .blog-block .article-block .info-list li span.is-view:before {
    background-image: url("/i/icons.png");
    background-position: -1052px -666px;
    width: 21px;
    height: 12px;
  }
}

.blog-block .article-block .info-list li a.is-like,
.blog-block .article-block .info-list li span.is-like {
  padding: 0 0 0 20px;
}

.blog-block .article-block .info-list li a.is-like:before,
.blog-block .article-block .info-list li span.is-like:before,
.blog-block .article-block .info-list li a.is-like:after,
.blog-block .article-block .info-list li span.is-like:after {
  width: 20px;
  bottom: 4px;
}

.blog-block .article-block .info-list li a.is-like:before,
.blog-block .article-block .info-list li span.is-like:before {
  background-image: url("/i/icons.png");
  background-position: -353px -768px;
  width: 16px;
  height: 16px;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block .info-list li a.is-like:before,
  .blog-block .article-block .info-list li span.is-like:before {
    background-image: url("/i/icons.png");
    background-position: -333px -768px;
    width: 16px;
    height: 16px;
  }
}

.blog-block .article-block .info-list li a.is-share,
.blog-block .article-block .info-list li span.is-share {
  padding: 0 0 0 20px;
}

.blog-block .article-block .info-list li a.is-share:before,
.blog-block .article-block .info-list li span.is-share:before,
.blog-block .article-block .info-list li a.is-share:after,
.blog-block .article-block .info-list li span.is-share:after {
  width: 20px;
}

.blog-block .article-block .info-list li a.is-share:before,
.blog-block .article-block .info-list li span.is-share:before {
  background-image: url("/i/icons.png");
  background-position: -759px -768px;
  width: 15px;
  height: 15px;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block .info-list li a.is-share:before,
  .blog-block .article-block .info-list li span.is-share:before {
    background-image: url("/i/icons.png");
    background-position: -778px -768px;
    width: 15px;
    height: 15px;
  }
}

.blog-block .article-block .info-list li a:before,
.blog-block .article-block .info-list li span:before,
.blog-block .article-block .info-list li a:after,
.blog-block .article-block .info-list li span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  -ms-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  background-repeat: no-repeat;
  background-position: center left;
}

.blog-block .article-block .info-list li a:after,
.blog-block .article-block .info-list li span:after {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.blog-block .article-block .info-list li a:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}

.blog-block .article-block .info-list li a:hover:after {
  opacity: 0.73;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=73)";
  filter: alpha(opacity=73);
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block .info-list.big-article a.is-view:before,
  .blog-block .article-block .info-list.big-article span.is-view:before {
    background-image: url("/i/icons.png");
    background-position: -1077px -666px;
    width: 21px;
    height: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block .info-list.big-article a.is-like:before,
  .blog-block .article-block .info-list.big-article span.is-like:before {
    background-image: url("/i/icons.png");
    background-position: -353px -768px;
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .article-block .info-list.big-article a.is-share:before,
  .blog-block .article-block .info-list.big-article span.is-share:before {
    background-image: url("/i/icons.png");
    background-position: -759px -768px;
    width: 15px;
    height: 15px;
  }
}

.blog-block .article-block .main-time {
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  background-color: rgba(255,255,255,0.12);
  border-radius: 2px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .blog-block .article-block .main-time {
    display: none;
  }
}

.blog-block .article-block .main-time_day,
.blog-block .article-block .main-time_month {
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
  font-size: 12px;
}

.blog-block .article-block .main-time_day {
  padding: 0;
  color: #828282;
}

.blog-block .article-block .main-time_month {
  text-align: center;
  color: #828282;
  margin-left: 5px;
}

.blog-block .blog-list {
  position: absolute;
  width: 32%;
  top: 0;
  right: 0;
  z-index: 5;
  height: 100%;
  background: #fff;
  padding: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-top: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-block .blog-list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list {
    position: relative;
    width: 100%;
    right: 0;
    padding: 20px 0;
  }
}

.blog-block .blog-list__lt {
  width: 77px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list__lt {
    margin-right: 0;
  }
}

.blog-block .blog-list__rt {
  width: 195px;
  height: 77px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .blog-block .blog-list__rt {
    width: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list__rt {
    width: 65%;
    margin-left: 20px;
  }
}

.blog-block .blog-list__img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 77px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list__img {
    display: inline-block;
  }
}

.blog-block .blog-list__item {
  position: relative;
  border: none;
  padding: 15px 20px;
  min-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .blog-block .blog-list__item:hover {
    background: #f3f8fb;
  }

  .blog-block .blog-list__item:hover .blog-list__link {
    color: #4b89d3;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list__item {
    font-size: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.blog-block .blog-list__item.last-child {
  padding: 15px 20px;
  margin: 0;
  border: none;
}

.blog-block .blog-list__link {
  height: 60px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #828282;
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list__link {
    color: #4b89d3;
    word-break: normal;
    overflow: inherit;
    word-break: break-word;
    height: auto;
  }

  .blog-block .blog-list__link:hover {
    text-decoration: none;
  }
}

.blog-block .blog-list .article-block__info {
  position: relative;
  padding-left: 0;
  top: 0;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .blog-block .blog-list .article-block__info {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list .article-block__info {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .blog-list .right-side-xs {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  .blog-block .main-more__mob {
    width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
  }

  .blog-block .main-more__mob:before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 100%;
    height: 100%;
    border: 1px dashed #00829b;
    z-index: 1;
  }
}

.blog-block .main-more-link {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #4b89d3;
  z-index: 5;
}

@media only screen and (min-width: 1200px) {
  .blog-block .main-more-link:hover {
    text-decoration: underline;
  }
}

.main-time {
  font-size: 13px;
  color: #96b8bf;
  line-height: 16px;
  display: block;
}

.blog-list__item {
  border-bottom: 1px solid rgba(0,130,155,0.15);
  padding: 0;
  margin-bottom: 10px;
}

.blog-list__item.last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.rg-form.rg-form_signup {
  background: #f5f5f5;
  max-width: inherit;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 80px;
}

.form-group {
  margin-bottom: 27px;
}

.rg-form__submit-wrapper {
  position: relative;
  max-width: 345px;
}

.rg-form__submit-wrapper .rg-form__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #ffa200;
  border-radius: 2px;
  width: 44px;
  height: 28px;
  font-size: 0;
  color: rgba(0,0,0,0);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rg-form__submit-wrapper .rg-form__btn:hover {
  background: #e89402;
}

.rg-form__submit-wrapper .rg-form__btn svg {
  fill: #fff;
}

.form-control {
  height: 36px;
}

.rg-form_signup-lt {
  width: 360px;
}

.rg-form_signup-rt {
  width: 203px;
  padding-left: 16px;
}

.rg-form_signup-title {
  line-height: 32px;
  font-size: 28px;
  color: #5e6e71;
  margin-top: 20px;
  margin-bottom: 3px;
}

.rg-form_signup-text {
  color: #5e6e71;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.rg-form_signup-bt {
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (max-width: 1199px) {
  .rg-form.rg-form_signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8%;
  }

  .rg-form_signup-lt {
    width: 100%;
    text-align: center;
  }

  .rg-form.rg-form_signup .form-group {
    text-align: left;
    max-width: 347px;
    margin: 0 auto 27px auto;
    width: 100%;
  }

  .rg-form_signup-rt {
    padding: 0;
  }

  .rg-form_signup-bt {
    margin-bottom: 27px;
  }
}

.blog-submenu {
  zoom: 1;
  position: relative;
}

.blog-submenu:before,
.blog-submenu:after {
  content: "";
  display: table;
}

.blog-submenu:after {
  clear: both;
}

.blog-submenu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  border-bottom: 1px solid #ebeff6;
  display: block;
}

.blog-submenu li {
  float: left;
  padding: 0 2% 14px;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .blog-submenu li {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 991px) {
  .blog-submenu li {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.blog-submenu li:first-child {
  padding-left: 0;
}

.blog-submenu li:first-child a {
  padding-left: 0;
}

.blog-submenu li.active {
  position: relative;
}

.blog-submenu li.active:before,
.blog-submenu li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .blog-submenu li.active:before,
  .blog-submenu li.active:after {
    display: none;
  }
}

.blog-submenu li.active:before {
  bottom: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: transparent transparent #ebeff6 transparent;
}

.blog-submenu li.active:after {
  bottom: -1px;
  margin-left: -8px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}

.blog-submenu li.active a {
  font-weight: 500;
  color: #707272;
}

.blog-submenu li a {
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
}

.blog-submenu li a:focus {
  text-decoration: underline !important;
}

.blog-submenu.submenu-wide li {
  width: 100% !important;
  float: none;
}

@media only screen and (max-width: 767px) {
  .blog-submenu {
    margin-top: -10px;
    padding: 0 0 5px;
    border-color: transparent;
  }

  .blog-submenu li {
    background-color: #0957c3;
    border-radius: 3px !important;
    width: 49% !important;
    margin: 5px 1%;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center;
  }

  .blog-submenu li:nth-child(odd) {
    margin-left: 0;
  }

  .blog-submenu li:nth-child(even) {
    margin-right: 0;
  }

  .blog-submenu li a {
    color: #fff !important;
    padding: 5px 0;
    text-decoration: none;
  }

  .blog-submenu li.active {
    padding: 0;
  }

  .blog-submenu li.active:before {
    border-color: transparent transparent #0957c3 transparent;
  }

  .blog-submenu li.active a {
    width: 100%;
    border-radius: 3px;
  }

  .blog-submenu.submenu-wide li {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .blog-submenu li {
    width: 100% !important;
    margin: 5px 0;
  }
}

.breadcrumbs {
  margin: 0 0 12px;
  padding-top: 12px;
}

.breadcrumbs.mob {
  display: none;
}

.breadcrumbs .breadcrumb {
  font-size: 12px;
  line-height: 12px;
}

.breadcrumbs .breadcrumb ol,
.breadcrumbs .breadcrumb ul {
  margin: 0;
}

.breadcrumbs .breadcrumb a {
  text-decoration: none;
  color: #5a5c5d;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
}

.breadcrumbs .breadcrumb a:hover {
  text-decoration: none;
  color: #333536;
}

.breadcrumbs .breadcrumb span {
  color: #333536;
  font-size: 11px;
  line-height: 11px;
}

.breadcrumbs .breadcrumb span + span:before {
  font-family: "icomoon";
  content: "\e922";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  padding: 1px 5px;
  vertical-align: top;
  font-size: 4px;
}

.breadcrumbs .breadcrumb span:first-child a {
  color: #0957c3;
  font-size: 0;
}

.breadcrumbs .breadcrumb span:first-child a:before {
  font-family: "icomoon";
  content: "\e939";
  font-size: 12px;
  font-weight: bold;
}

.for-breadcrumbs-sec {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .for-breadcrumbs-sec {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }

  .breadcrumbs.mob {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .breadcrumbs.mob .breadcrumb {
    line-height: 1.5;
  }
}

.card .breadcrumbs {
  margin: 0 0 20px 0;
  padding-left: 20px;
  max-width: 100%;
  line-height: 12px;
}

.card .breadcrumb {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 40px;
  max-width: 100%;
}

body,
html {
  overflow-x: hidden;
}

.cabinet_mod {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.cabinet-wrapper_mod {
  margin-bottom: 0 !important;
}

.wrapper {
  min-height: 100%;
  background: url("i/grey_texture_opac90.png");
}

.wrapper:after {
  content: "";
  display: block;
}

.footer__mod {
  height: 317px;
}

.cabinet-row__mod {
  padding-bottom: 11px;
}

.container__mod {
  margin-top: 0;
  margin-bottom: 20px;
  z-index: 3;
  border-bottom: 2px solid #47d7ac;
}

.cabinet-enter__link {
  position: relative;
  text-decoration: none;
  color: #a8e3ee;
  background-color: transparent;
  border: 1px solid #a8e3ee;
  border-radius: 3px;
  padding: 2px 15px 2px 30px;
  margin-left: 15px;
}

.cabinet-enter__link:hover {
  color: #fff;
}

.cabinet-enter__link .cabinet-enter__link-icon:before {
  content: '';
  background-image: url("/i/icons.png");
  background-position: -270px -801px;
  width: 13px;
  height: 15px;
  display: inline-block;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 12px;
  top: 4px;
}

.favorites-link__mod {
  margin-top: 3px;
}

@media only screen and (max-width: 991px) {
  .favorites-link__mod {
    padding-right: 10px;
  }
}

.input-validation__field {
  border-color: #e74a37 !important;
  -webkit-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
}

.input-validation__title {
  float: right;
  margin-top: -1px;
  width: 283px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  background: #e74a37;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}

.l-3 {
  width: 242px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.l-9 {
  padding-left: 256px;
  padding-right: 10px;
}

.col-1 {
  width: 100%;
}

.cabinet-aside {
  border: 1px solid rgba(0,130,155,0.5);
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.19);
  box-shadow: 0 2px 4px rgba(0,64,76,0.19);
}

.cabinet-aside__item {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  padding: 20px 0 14px 60px;
  border-bottom: 1px dotted rgba(29,137,160,0.45);
}

@media only screen and (max-width: 767px) {
  .cabinet-aside__item {
    padding: 10px 0 9px 60px;
    font-size: 12px;
  }
}

.cabinet-aside__item:hover {
  color: #00829b;
}

.cabinet-aside__item:last-child {
  border-bottom: 0;
}

.cabinet-aside__item.is-active {
  color: rgba(0,130,155,0.94);
  font-weight: 700;
}

.cabinet-aside__item.is-active:after,
.cabinet-aside__item.is-active:before {
  content: "";
  border: 8px solid transparent;
  position: absolute;
  top: 8px;
  right: -18px;
  margin-left: -12px;
  width: 0;
}

.cabinet-aside__item.is-active:before {
  border-left-color: rgba(0,130,155,0.8);
  border-width: 9px;
}

.cabinet-aside__item.is-active:after {
  border-left-color: #fff;
  border-width: 9px;
  right: -17px;
}

.cabinet-aside__item .qt-note {
  color: #91b5bc;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .cabinet-aside__item .qt-note {
    font-size: 12px;
  }
}

.cabinet-aside__link {
  text-decoration: none;
}

.cabinet-aside__link-profile:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 14px;
  display: inline-block;
  width: 17px;
  height: 19px;
  background-image: url("/i/icons.png");
  background-position: -120px -737px;
  width: 17px;
  height: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .cabinet-aside__link-profile:after {
    top: 6px;
  }
}

.cabinet-aside__link-profile:hover:after {
  background-image: url("/i/icons.png");
  background-position: -141px -737px;
  width: 17px;
  height: 19px;
}

.cabinet-aside__link-profile.is-active:after {
  background-image: url("/i/icons.png");
  background-position: -141px -737px;
  width: 17px;
  height: 19px;
}

.cabinet-aside__link-note:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 14px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("/i/icons.png");
  background-position: -564px -703px;
  width: 19px;
  height: 19px;
}

@media only screen and (max-width: 767px) {
  .cabinet-aside__link-note:after {
    top: 6px;
  }
}

.cabinet-aside__link-note:hover:after {
  background-image: url("/i/icons.png");
  background-position: -541px -703px;
  width: 19px;
  height: 19px;
}

.cabinet-aside__link-note.is-active:after {
  background-image: url("/i/icons.png");
  background-position: -541px -703px;
  width: 19px;
  height: 19px;
}

.cabinet-aside__link-reviews:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 14px;
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url("/i/icons.png");
  background-position: -452px -430px;
  width: 19px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .cabinet-aside__link-reviews:after {
    top: 6px;
  }
}

.cabinet-aside__link-reviews:hover:after {
  background-image: url("/i/icons.png");
  background-position: -406px -430px;
  width: 19px;
  height: 20px;
}

.cabinet-aside__link-reviews.is-active:after {
  background-image: url("/i/icons.png");
  background-position: -406px -430px;
  width: 19px;
  height: 20px;
}

.cabinet-aside__link-like:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 17px;
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url("/i/icons.png");
  background-position: -550px -430px;
  width: 19px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .cabinet-aside__link-like:after {
    top: 8px;
  }
}

.cabinet-aside__link-like:hover:after {
  background-image: url("/i/icons.png");
  background-position: -573px -430px;
  width: 19px;
  height: 16px;
}

.cabinet-aside__link-like.is-active:after {
  background-image: url("/i/icons.png");
  background-position: -573px -430px;
  width: 19px;
  height: 16px;
}

@media only screen and (max-width: 640px) {
  .cabinet-section .rating__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .cabinet-section .rating-new {
    margin-top: -3px;
  }
}

@media only screen and (max-width: 640px) {
  .cabinet-section .likebox__label {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
  }
}

.cabinet-section .card {
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
}

.cabinet-section .card:last-of-type {
  border-bottom: none;
}

.cabinet-section__header {
  border-radius: 3px 3px 0 0;
  min-height: 40px;
  background-color: #1d89a0;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  padding-left: 30px;
}

.cabinet-section .profile {
  max-width: 593px;
  margin: 0 auto;
  padding-right: 110px;
  font-size: 0;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .cabinet-section .profile {
    padding: 20px 0 0 0;
  }
}

.cabinet-section .profile__item {
  position: relative;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .cabinet-section .profile__item {
    position: relative;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 283px;
    margin: 0 auto 16px auto;
  }
}

.cabinet-section .profile__item:last-child {
  margin-bottom: 0;
}

.cabinet-section .profile__item.item__mod {
  display: none;
}

.cabinet-section .profile__item .modal-radio +label:hover {
  color: #333536;
}

.cabinet-section .profile__title {
  display: inline-block;
  width: 200px;
  font-size: 15px;
  color: rgba(94,110,113,0.94);
  line-height: 30px;
}

.cabinet-section .profile__field-text {
  display: inline-block;
  width: 283px;
  height: 33px;
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  color: #91b5bc;
  font-size: 15px;
  font-weight: 700;
  padding: 0 30px 0 15px;
}

.cabinet-section .profile__field-select {
  padding: 0 0 0 15px;
}

.cabinet-section .profile__field-icon {
  position: absolute;
  right: 7px;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/i/icons.png");
  background-position: -686px -400px;
  width: 20px;
  height: 20px;
}

.cabinet-section .profile .field-text__child {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 30px;
  margin: 0;
}

.cabinet-section .profile .field-text__child:after {
  content: '';
  float: right;
  margin: 12px 6px 0 0;
  display: inline-block;
  border: 3px solid transparent;
  border-top: 6px solid #1d89a0;
}

.cabinet-section .profile .section-choice__city {
  height: 177px;
  overflow: hidden;
  outline: none;
  padding: 10px 0;
}

.cabinet-section .profile .section-choice__city .section-choice__item {
  margin-right: -10px;
}

.cabinet-section .profile .section-choice__city .jspContainer .jspPane {
  margin: 0;
}

.cabinet-section .profile .section-choice__city .jspContainer .jspVerticalBar {
  right: 4px;
  left: auto;
}

.cabinet-section .profile .section-choice__city .jspContainer .jspDrag {
  background-color: #a9d1da;
  border-radius: 2px;
  width: 5px;
  right: 2px;
  left: auto;
  margin-bottom: 5px;
}

.cabinet-section .profile .section-choice__city .jspContainer .jspTrack {
  width: 1px;
  background-color: #a9d1da;
}

.cabinet-section .profile .section-choice {
  display: none;
  position: absolute;
  top: 32px;
  z-index: 2;
  background-color: #fff;
  right: 0;
  width: 283px;
  border: 1px solid rgba(22,141,164,0.7);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  color: #91b5bc;
}

.cabinet-section .profile .section-choice .section-choice__item {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px 5px 20px;
  color: #5e6e71;
}

.cabinet-section .profile .section-choice .section-choice__item:hover {
  background-color: #e5f2f5;
  color: #168da4;
}

.cabinet-section .profile .js-group {
  display: none;
}

.cabinet-section .profile .js-group:after {
  content: '';
  display: table;
  clear: both;
}

.cabinet-section .profile .field-text__in {
  position: relative;
  float: right;
}

.cabinet-section .profile .field-text__in:after {
  content: '';
  display: table;
  clear: both;
}

.cabinet-section .profile .field-text__group {
  float: right;
}

.cabinet-section .profile .field-text__group:after {
  content: '';
  display: table;
  clear: both;
}

.cabinet-section .profile .field-text__mod {
  margin-top: 15px;
}

.cabinet-section .profile .is-open {
  display: block;
}

.cabinet-section .profile .field-group {
  margin-bottom: 15px;
}

.cabinet-section .profile .piker-calendar {
  position: absolute;
  right: 7px;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/i/icons.png");
  background-position: -686px -400px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .cabinet-section .profile .piker-calendar {
    right: 10px;
    left: auto;
    top: auto;
    bottom: 7px;
  }
}

.cabinet-section .profile .profile-parol {
  position: absolute;
  right: -138px;
  top: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 1150px) {
  .cabinet-section .profile .profile-parol {
    font-size: 11px;
    right: -105px;
  }
}

@media only screen and (max-width: 767px) {
  .cabinet-section .profile .profile-parol {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    margin-top: 3px;
  }
}

.cabinet-section .profile .profile-parol__link {
  color: #4b89d3;
  font-style: italic;
}

.cabinet-section .profile .profile-parol__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px -3px 0;
  background-image: url("/i/icons.png");
  background-position: -834px -768px;
  width: 14px;
  height: 14px;
}

.cabinet-section .profile .profile-tel {
  right: -158px;
}

@media only screen and (max-width: 1150px) {
  .cabinet-section .profile .profile-tel {
    font-size: 11px;
    right: -118px;
  }
}

.cabinet-section .profile .profile-tel .profile-tel__icon {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 0 6px -3px 0;
  background-image: url("/i/icons.png");
  background-position: -66px -831px;
  width: 10px;
  height: 16px;
}

.cabinet-section .profile .add-tel {
  display: none;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.cabinet-section .profile .add-tel.is-active {
  display: inline-block;
}

.cabinet-section .profile .add-tel__mod {
  margin-left: 200px;
}

@media only screen and (max-width: 767px) {
  .cabinet-section .profile .add-tel__mod {
    margin-left: 0;
  }
}

.cabinet-section .profile .btn-add-tel {
  position: relative;
  float: right;
  width: 283px;
  height: 33px;
  background-color: #1d89a0;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 33px;
  cursor: pointer;
  padding-left: 65px;
}

.cabinet-section .profile .btn-add-tel:hover {
  background-color: #1b7f94;
}

.cabinet-section .profile .btn-add-tel span {
  position: absolute;
  display: inline-block;
  left: 34px;
  top: 6px;
  width: 21px;
  height: 21px;
  background-image: url("/i/icons.png");
  background-position: -128px -703px;
  width: 21px;
  height: 21px;
}

.cabinet-section .profile .item-in__right {
  float: right;
}

.cabinet-section .profile .item-in__left {
  float: left;
  width: auto;
}

.cabinet-section .profile .child-field {
  width: 130px;
  margin-left: 22px;
}

.cabinet-section .profile .child-field:nth-child(even) {
  margin-left: 0;
}

.cabinet-section .profile .child-calendar__mod {
  right: 159px;
}

.cabinet-section .profile-footer {
  max-width: 593px;
  margin: 0 auto;
  padding-right: 110px;
}

@media only screen and (max-width: 767px) {
  .cabinet-section .profile-footer {
    padding: 0;
    width: 283px;
  }
}

.cabinet-section .profile-footer:after {
  content: '';
  display: table;
  clear: both;
}

.cabinet-section .profile-footer__btn {
  display: inline-block;
  width: 283px;
  height: 45px;
  background-color: #47d7ac;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.23);
  color: #fff;
  font-size: 18px;
  float: right;
}

.cabinet-section .profile-footer__btn:hover {
  background-color: #33b3a4;
}

.form-radio {
  width: 283px;
  float: right;
  font-size: 14px;
}

.profile__item .modal-radio {
  display: none;
}

.profile__item .modal-radio + label {
  margin-left: 28px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.profile__item .modal-radio + label:before {
  content: '';
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -665px -454px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -30px;
  top: -1px;
  width: 20px;
  height: 20px;
}

.profile__item .modal-radio:checked + label::before {
  background-image: url("/i/icons.png");
  background-position: -613px -454px;
  width: 22px;
  height: 22px;
}

hr {
  width: 100%;
  border: none;
  border-top: 1px dotted rgba(29,137,160,0.45);
  color: #fff;
  background-color: #fff;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner {
    width: 100%;
    overflow: auto;
  }
}

.cabinet-notes__inner .cabinet-notes {
  width: 100%;
  outline: none;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.19);
  box-shadow: 0 2px 4px rgba(0,64,76,0.19);
  border-radius: 3px;
  moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-collapse: separate;
}

.cabinet-notes__inner .cabinet-notes__head tr {
  height: 42px;
  background-color: #1d89a0;
  border: 1px solid #1d89a0;
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__head tr td {
    padding: 4px 5px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
}

.cabinet-notes__inner .cabinet-notes__head tr td:first-child {
  background-color: #1d89a0;
  border-right: 1px solid #1d89a0;
  padding: 0;
  text-align: right;
  border-top-left-radius: 3px;
  moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__head tr td:first-child {
    width: 18%;
    text-align: center;
  }
}

.cabinet-notes__inner .cabinet-notes__head tr td:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__head tr td:nth-child(2) {
    width: 18%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__head tr td:nth-child(3) {
    width: 18%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__head tr td:nth-child(4) {
    width: 18%;
    text-align: center;
  }
}

.cabinet-notes__inner .cabinet-notes__head tr td:last-child {
  background-color: #1d89a0;
  border-left: 1px solid #1d89a0;
  border-top-right-radius: 3px;
  moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__head tr td:last-child {
    width: 18%;
    text-align: center;
  }
}

.cabinet-notes__inner .cabinet-notes__body {
  font-size: 15px;
  border: 1px solid rgba(0,130,155,0.32);
}

.cabinet-notes__inner .cabinet-notes__body tr {
  height: 65px;
}

.cabinet-notes__inner .cabinet-notes__body tr:nth-child(even) {
  background-color: rgba(245,250,252,0.48);
}

.cabinet-notes__inner .cabinet-notes__body tr:nth-child(odd) {
  background-color: #fff;
}

.cabinet-notes__inner .cabinet-notes__body tr:last-child td:first-child {
  border-bottom: 1px solid rgba(0,130,155,0.32);
  border-bottom-left-radius: 3px;
  moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

.cabinet-notes__inner .cabinet-notes__body tr:last-child td:nth-child(2) {
  border-bottom: 1px solid rgba(0,130,155,0.32);
}

.cabinet-notes__inner .cabinet-notes__body tr:last-child td:nth-child(3) {
  border-bottom: 1px solid rgba(0,130,155,0.32);
}

.cabinet-notes__inner .cabinet-notes__body tr:last-child td:nth-child(4) {
  border-bottom: 1px solid rgba(0,130,155,0.32);
}

.cabinet-notes__inner .cabinet-notes__body tr:last-child td:last-child {
  border-bottom: 1px solid rgba(0,130,155,0.32);
  border-bottom-right-radius: 3px;
  moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .cabinet-notes__inner .cabinet-notes__body tr td {
    padding: 0 2px;
    font-size: 10px;
    text-align: center;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td:first-child {
  width: 20%;
  text-align: right;
  border-bottom: 1px dotted rgba(29,137,160,0.45);
  border-left: 1px solid rgba(0,130,155,0.32);
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td:first-child {
    width: 18%;
    text-align: center;
    font-size: 10px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td:nth-child(2) {
  text-align: center;
  border-bottom: 1px dotted rgba(29,137,160,0.45);
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td:nth-child(2) {
    width: 18%;
    text-align: center;
    font-size: 10px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td:nth-child(3) {
  width: 20%;
  border-bottom: 1px dotted rgba(29,137,160,0.45);
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td:nth-child(3) {
    width: 18%;
    text-align: center;
    font-size: 10px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td:nth-child(4) {
  width: 25%;
  border-bottom: 1px dotted rgba(29,137,160,0.45);
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td:nth-child(4) a,
  .cabinet-notes__inner .cabinet-notes__body tr td:nth-child(4) span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td:nth-child(4) {
    width: 18%;
    text-align: center;
    font-size: 10px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td:last-child {
  width: 190px;
  border-bottom: 1px dotted rgba(29,137,160,0.45);
  border-right: 1px solid rgba(0,130,155,0.32);
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td:last-child {
    width: 18%;
    text-align: center;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td a color #4b89d3 {
    font-size: 10px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td span {
  font-size: 14px;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td span {
    font-size: 10px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td .btn-edit {
  background-color: #47d7ac;
  border-radius: 3px;
  padding: 10px 15px;
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td .btn-edit {
    font-size: 8px;
    padding: 8px 4px;
  }
}

.cabinet-notes__inner .cabinet-notes__body tr td .btn-edit:hover {
  background-color: #33b3a4;
}

@media only screen and (max-width: 767px) {
  .cabinet-notes__inner .cabinet-notes__body tr td .btn-edit span {
    display: none;
  }
}

.reviews {
  margin-bottom: 22px;
}

.cabinet-otzivi {
  position: relative;
  color: #fff;
  font-size: 0;
}

.cabinet-otzivi__left-side {
  position: relative;
  background-color: #1d89a0;
  display: inline-block;
  font-size: 14px;
  height: 42px;
  width: 100%;
  -webkit-border-radius: 3px 4px 0 0;
  border-radius: 3px 4px 0 0;
  line-height: 42px;
  padding-left: 55px;
}

@media only screen and (max-width: 560px) {
  .cabinet-otzivi__left-side {
    display: block;
  }
}

.cabinet-otzivi__left-side:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 13px;
  width: 18px;
  height: 18px;
  background-image: url("/i/icons.png");
  background-position: -970px -703px;
  width: 18px;
  height: 18px;
}

.cabinet-otzivi__right-side {
  background-color: #47d7ac;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  vertical-align: bottom;
  width: 316px;
  height: 42px;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

@media only screen and (max-width: 560px) {
  .cabinet-otzivi__right-side {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

.cabinet-otzivi__right-side .otziv-ok:after {
  content: " ";
  display: table;
  clear: both;
}

.cabinet-otzivi__right-side .otziv-ok__item {
  position: relative;
  line-height: 42px;
  padding-left: 45px;
}

.cabinet-otzivi__right-side .otziv-ok__item:first-child {
  float: left;
}

.cabinet-otzivi__right-side .otziv-ok__item:last-child {
  float: right;
  margin-right: 18px;
}

.cabinet-otzivi__right-side .otziv-ok__icon-ok {
  position: absolute;
  left: 20px;
  top: 13px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/i/icons.png");
  background-position: -233px -768px;
  width: 16px;
  height: 16px;
}

.cabinet-otzivi__right-side .otziv-ok__icon-mod {
  position: absolute;
  left: 20px;
  top: 13px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/i/icons.png");
  background-position: -453px -768px;
  width: 16px;
  height: 16px;
}

.cabinet-otzivi__right-side .otziv-ok__icon-cancel {
  position: absolute;
  left: 20px;
  top: 13px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/i/icons.png");
  background-position: -433px -768px;
  width: 16px;
  height: 16px;
}

.cabinet-otzivi__right-side .otziv-ok__link {
  color: #fff;
  font-style: italic;
}

.cabinet-otzivi__right-side .otziv-ok__link:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  display: block;
  background-image: url("/i/icons.png");
  background-position: -721px -768px;
  width: 15px;
  height: 15px;
  width: 16px;
  height: 16px;
}

.cabinet-otzivi .right-side__cancel {
  background-color: #e2e3e3;
  color: #5e6e71;
}

.cabinet-otzivi .right-side__cancel .otziv-ok__link {
  color: #5e6e71;
  font-style: italic;
}

.cabinet-otzivi .right-side__cancel .otziv-ok__link:before {
  background-image: url("/i/icons.png");
  background-position: -569px -768px;
  width: 15px;
  height: 15px;
}

.comment {
  border-left: 1px solid rgba(0,130,155,0.32);
  border-right: 1px solid rgba(0,130,155,0.32);
  border-bottom: 1px solid rgba(0,130,155,0.32);
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.19);
  box-shadow: 0 2px 4px rgba(0,64,76,0.19);
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.comment__item {
  border-bottom: 1px dotted rgba(29,137,160,0.45);
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background-color: #fcfdfd;
}

.comment__item:last-child {
  border-bottom: none;
}

.comment__item .left-side {
  padding: 15px 5px 15px 20px;
  width: 65%;
  float: left;
  min-height: 110px;
  background-color: #fff;
}

@media only screen and (max-width: 1050px) {
  .comment__item .left-side {
    width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .comment__item .left-side {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .comment__item .left-side {
    padding-right: 10px;
  }
}

.comment__item .left-side__link {
  color: #4b89d3;
  font-weight: 700;
  font-size: 16px;
  margin-right: 13px;
  display: inline-block;
  margin-bottom: 10px;
}

.comment__item .left-side__specialization {
  display: inline-block;
}

.comment__item .left-side__recomend {
  color: #47d7ac;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.comment__item .left-side__recomend:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 7px;
  margin-bottom: -3px;
  background-image: url("/i/icons.png");
  background-position: -162px -737px;
  width: 16px;
  height: 19px;
}

.comment__item .left-side__norecomend {
  color: #ff5858;
  margin-bottom: 10px;
}

.comment__item .left-side__norecomend:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 19px;
  margin-right: 7px;
  margin-bottom: -3px;
  background-image: url("/i/icons.png");
  background-position: -98px -737px;
  width: 18px;
  height: 19px;
}

.comment__item .doctor-right {
  padding: 15px 0 5px 15px;
  padding-right: 15px;
  color: #96b8bf;
  width: 35%;
  float: left;
}

@media only screen and (max-width: 1050px) {
  .comment__item .doctor-right {
    width: 40%;
  }
}

@media only screen and (max-width: 992px) {
  .comment__item .doctor-right {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment__item .doctor-right {
    padding-left: 20px;
    padding-top: 10px;
  }
}

.comment__clinica {
  padding: 20px 30px;
}

.content-edit {
  background: #fff;
  padding: 0;
  zoom: 1;
}

.content-edit:before,
.content-edit:after {
  content: "";
  display: table;
}

.content-edit:after {
  clear: both;
}

.content-edit__in {
  padding: 0 30px 20px;
}

.content-edit__row {
  zoom: 1;
}

.content-edit__row:before,
.content-edit__row:after {
  content: "";
  display: table;
}

.content-edit__row:after {
  clear: both;
}

.content-edit__wrap {
  padding: 20px 30px 30px;
  background-color: #fbf4e1;
}

.content-edit__left {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .content-edit__left {
    width: 100%;
    float: none;
  }
}

.content-edit__right {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .content-edit__right {
    width: 100%;
    float: none;
  }
}

.content-edit__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content-edit__comment-in {
  text-align: center;
  margin: 30px 0;
}

.content-edit__comment {
  width: 87%;
  height: 152px;
  opacity: 0.49;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=49)";
  filter: alpha(opacity=49);
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  resize: none;
  padding: 15px 20px;
  font-style: italic;
  color: #91b5bc;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .content-edit__comment {
    width: 91%;
  }
}

.content-edit .rating-list .rating {
  margin-bottom: 0;
}

.content-edit .rating-list .rating__stars {
  cursor: pointer;
}

.content-edit .rating-list .rating__stars:hover .edit__tooltip {
  display: block;
}

.content-edit .likebox {
  margin-left: 0;
}

.content-edit .likebox:after {
  content: " ";
  display: table;
  clear: both;
  zoom: 1;
}

@media only screen and (max-width: 991px) {
  .content-edit .likebox {
    margin-bottom: 20px;
  }
}

.content-edit .likebox__like {
  right: 86px;
}

.content-edit .likebox__dislike {
  right: 58px;
  top: 2px;
  cursor: pointer;
}

.content-edit .likebox .likebox__votes-mod:before {
  background: none;
}

.content-edit .likebox__like {
  cursor: pointer;
}

.content-edit .likebox__votes:before {
  background: none;
}

.content-edit .likebox-dislike__mod {
  background-image: url("/i/icons.png");
  background-position: -27px -703px;
  width: 24px;
  height: 26px;
  width: 24px;
  height: 26px;
  display: inline-block;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.content-edit .likebox-dislike__mod:hover {
  background-image: url("/i/icons.png");
  background-position: -52px -737px;
  width: 20px;
  height: 22px;
}

.content-footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted rgba(29,137,160,0.45);
  background: #fff;
}

.content-footer__btn-edit {
  display: inline-block;
  width: 184px;
  height: 45px;
  background-color: #47d7ac;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.23);
  font-size: 18px;
  vertical-align: middle;
  line-height: 43px;
  font-weight: 700;
  margin-right: 25px;
  cursor: pointer;
}

.content-footer__btn-edit:hover {
  background-color: #33b3a4;
}

.content-footer__link {
  display: inline-block;
  color: #4b89d3;
  font-size: 16px;
}

.edit-border {
  border-left: 1px dotted rgba(29,137,160,0.45);
}

@media only screen and (max-width: 991px) {
  .edit-border {
    border-left: none;
  }
}

.cabinet-section__favorites {
  margin-bottom: 24px;
}

.favorite-header__mod {
  padding-left: 25px;
}

.content-favorites {
  padding: 0;
}

.content-favorites__item {
  padding: 19px 20px 17px 20px;
  position: relative;
}

.content-favorites__item:after {
  content: '';
  clear: both;
}

.content-favorites__item .favorites-left {
  display: inline-block;
  width: 60%;
}

.content-favorites__item .favorites-left__link img {
  vertical-align: top;
  float: left;
}

.content-favorites__item .favorites-left .favorite-title {
  padding-left: 95px;
}

.content-favorites__item .favorites-left .favorite-title__link {
  color: #4b89d3;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.content-favorites__item .favorites-left .favorite-title .link-direction {
  padding-left: 5px;
}

@media only screen and (max-width: 1150px) {
  .content-favorites__item .favorites-left .favorite-title .link-direction {
    display: block;
  }
}

.content-favorites__item .favorites-left .favorite-title__specialization {
  font-weight: 700;
  font-size: 14px;
  color: #5e6e71;
  margin-top: 5px;
}

.content-favorites__item .favorites-left .favorite-title__category {
  font-size: 14px;
}

.content-favorites__item .favorites-left .favorite-title__price {
  font-size: 16px;
  padding-top: 15px;
  display: inline-block;
}

.content-favorites__item .favorites-left .favorite-title__price-num {
  font-weight: 700;
  display: inline-block;
}

.content-favorites__item .favorites-left .favorite-title .address-info__mod {
  padding-top: 7px;
  zoom: 1;
}

.content-favorites__item .favorites-left .favorite-title .address-info__mod:before,
.content-favorites__item .favorites-left .favorite-title .address-info__mod:after {
  content: "";
  display: table;
}

.content-favorites__item .favorites-left .favorite-title .address-info__mod:after {
  clear: both;
}

.content-favorites__item .favorites-left .favorite-title .address-info__mod .small-card__address {
  margin-right: 25px;
}

.content-favorites__item .favorites-left .favorite-title .address-info__mod .small-card__address a.street-adress {
  outline: none;
}

@media only screen and (max-width: 1150px) {
  .content-favorites__item .favorites-left .favorite-title .address-info__mod .small-card__location {
    display: block;
  }
}

.content-favorites__item .favorites-right {
  text-align: right;
  float: right;
  zoom: 1;
}

.content-favorites__item .favorites-right:before,
.content-favorites__item .favorites-right:after {
  content: "";
  display: table;
}

.content-favorites__item .favorites-right:after {
  clear: both;
}

.content-favorites__item .favorites-right__value {
  display: inline-block;
  color: #00829b;
  font-size: 18px;
  font-weight: 700;
}

.content-favorites__item .favorites-right__value .rating__stars {
  display: inline-block;
  margin-left: 3px;
}

.content-favorites__item .favorites-right__info {
  margin-top: 3px;
}

.content-favorites__item .favorites-right__link {
  color: #4b89d3;
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 3px;
  vertical-align: top;
}

.content-favorites__item .favorites-right__btn {
  position: absolute;
  right: 20px;
  bottom: 19px;
  text-align: center;
  width: 205px;
  height: 38px;
  background-color: #47d7ac;
  border-radius: 4px;
  font-size: 17px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.content-favorites__item .favorites-right__btn:hover {
  background-color: #33b3a4;
}

.content-favorites__item .favorites-right .favorites-block__mod {
  cursor: pointer;
  margin-top: 0;
}

.content-favorites__item .favorites-right .favorites-block__mod:after {
  content: " ";
  display: table;
  clear: both;
}

.content-favorites__item .favorites-right .favorites-block__mod .favorites-block__star {
  background-position: -158px -245px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.content-favorites__item .favorites-right .favorites-block__mod .text__mod:hover {
  border-bottom: 1px dotted transparent;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.content-favorites .add-border {
  border-bottom: 1px dotted rgba(29,137,160,0.45);
}

.content-favorites .add-border:last-child {
  border-bottom: none;
}

.content-no-favorites {
  padding: 0;
}

.favorites_history {
  text-align: center;
  margin-bottom: 17px;
  background-color: rgba(234,245,249,0.48);
  padding: 20px;
}

.favorites_history__icon {
  display: inline-block;
  padding: 0 12px 5px 0;
}

.favorites_history__text {
  display: inline-block;
  color: #5e6e71;
  font-size: 15px;
}

.favorites_history__text:before {
  content: '';
  display: inline-block;
  margin: 0 12px -2px 0;
  background-image: url("/i/icons.png");
  background-position: -475px -430px;
  width: 22px;
  height: 17px;
}

.no-favorites {
  text-align: center;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  color: #00829b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 23px;
}

.btn-favorites {
  text-align: center;
  padding: 37px 0;
}

.btn-favorites .btn-green {
  background-color: #47d7ac;
  border-radius: 3px;
  padding: 11px 45px;
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.btn-favorites .btn-green:hover {
  background-color: #33b3a4;
}

.cabinet-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .cabinet-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .cabinet-wrapper {
    padding: 0 10px;
  }
}

.cabinet-wrapper .cabinet-section__content {
  padding: 0;
}

.cabinet-wrapper .card-widgets {
  margin-top: 0;
}

.cabinet-wrapper .l-3 {
  float: none;
  width: 270px;
}

@media only screen and (max-width: 991px) {
  .cabinet-wrapper .l-3 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.cabinet-wrapper .l-9 {
  padding-left: 20px;
  width: 100%;
  max-width: 75%;
}

@media only screen and (max-width: 991px) {
  .cabinet-wrapper .l-9 {
    padding: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .cabinet-wrapper .l-9.reviews {
    overflow: auto;
  }
}

.cabinet-wrapper .card {
  padding-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .cabinet-wrapper .card {
    padding-bottom: 0;
  }
}

.cabinet-wrapper .card__address__text,
.cabinet-wrapper .card__location__text,
.cabinet-wrapper .card__metro__text {
  margin-bottom: 0;
}

.cabinet-wrapper .card.card_widget_wide .card__right-side .handbox-wrapper {
  top: 0;
}

.cabinet-wrapper .card_widget_wide .small-card__abs .small-card__right-side__bottom {
  bottom: 0;
}

.cabinet-wrapper .card .card__label-description-mod {
  margin-bottom: 6px;
  margin-left: 0;
}

.cabinet-wrapper .cabinet-section .profile-footer {
  padding-bottom: 20px;
}

.user-loyal-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  border-radius: 4px;
  padding: 35px 40px 20px 40px;
  margin-bottom: 20px;
}

.user-loyal-top {
  font-weight: 700;
  line-height: 16px;
  font-size: 15px;
  color: #5e6e71;
  margin-bottom: 35px;
}

.user-loyal__circle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.user-loyal__circle svg {
  fill: #4b89d3;
  display: none;
}

.user-loyal__circle svg:first-of-type {
  display: block;
}

.user-loyal-md {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
}

.user-loyal-md.step-2 .user-loyal__circle svg,
.user-loyal-md.step-3 .user-loyal__circle svg,
.user-loyal-md.step-4 .user-loyal__circle svg {
  fill: #47d7ac;
}

.user-loyal-md.step-2 .user-loyal__circle svg:first-of-type,
.user-loyal-md.step-3 .user-loyal__circle svg:first-of-type,
.user-loyal-md.step-4 .user-loyal__circle svg:first-of-type {
  display: none;
}

.user-loyal-md.step-2 .user-loyal__result,
.user-loyal-md.step-3 .user-loyal__result,
.user-loyal-md.step-4 .user-loyal__result {
  background: #47d7ac;
}

.user-loyal-md.step-2 .user-loyal__result__status,
.user-loyal-md.step-3 .user-loyal__result__status,
.user-loyal-md.step-4 .user-loyal__result__status {
  color: #47d7ac;
}

.user-loyal-md.step-2 .user-loyal__circle svg:nth-child(2) {
  display: block;
}

.user-loyal-md.step-3 .user-loyal__circle svg:nth-child(3) {
  display: block;
}

.user-loyal-md.step-4 .user-loyal__circle svg:nth-child(4) {
  display: block;
}

.step-2 .user-loyal__item-1 {
  border-color: #47d7ac;
}

.step-2 .user-loyal__item-1 .user-loyal__status {
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0);
}

.step-2 .user-loyal__item-1 .user-loyal__status svg {
  display: block;
}

.step-3 .user-loyal__item-1 {
  border-color: #47d7ac;
}

.step-3 .user-loyal__item-1 .user-loyal__status {
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0);
}

.step-3 .user-loyal__item-1 .user-loyal__status svg {
  display: block;
}

.step-3 .user-loyal__item-2 {
  border-color: #47d7ac;
}

.step-3 .user-loyal__item-2 .user-loyal__status {
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0);
}

.step-3 .user-loyal__item-2 .user-loyal__status svg {
  display: block;
}

.step-4 .user-loyal__item-1 {
  border-color: #47d7ac;
}

.step-4 .user-loyal__item-1 .user-loyal__status {
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0);
}

.step-4 .user-loyal__item-1 .user-loyal__status svg {
  display: block;
}

.step-4 .user-loyal__item-2 {
  border-color: #47d7ac;
}

.step-4 .user-loyal__item-2 .user-loyal__status {
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0);
}

.step-4 .user-loyal__item-2 .user-loyal__status svg {
  display: block;
}

.step-4 .user-loyal__item-3 {
  border-color: #47d7ac;
}

.step-4 .user-loyal__item-3 .user-loyal__status {
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0);
}

.step-4 .user-loyal__item-3 .user-loyal__status svg {
  display: block;
}

.user-loyal__percent {
  width: 100px;
  height: 100px;
  position: relative;
  margin-right: 35px;
}

.user-loyal__percent__text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.user-loyal__percent__text > span {
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.user-loyal__percent__text > span:first-of-type {
  margin-right: 2px;
  font-weight: 700;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #000;
}

.user-loyal__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-bottom: 32px;
}

.user-loyal__item {
  width: 120px;
  height: 100px;
  position: relative;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}

.user-loyal__item:after {
  position: absolute;
  top: 50%;
  right: -22px;
  content: "";
  border: solid #d9d9d9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.user-loyal__number {
  font-weight: 700;
  line-height: normal;
  font-size: 12px;
  color: #5e6e71;
  padding-top: 14px;
  padding-left: 13px;
}

.user-loyal__price {
  font-weight: 700;
  line-height: normal;
  font-size: 12px;
  text-align: right;
  color: #000;
  padding-top: 33px;
  padding-right: 13px;
}

.user-loyal__price span {
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  text-align: right;
}

.user-loyal__count {
  line-height: 13px;
  font-size: 13px;
  text-align: center;
  color: #5e6e71;
  margin-top: 18px;
}

.user-loyal__status {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -31px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}

.user-loyal__status svg {
  width: 20px;
  height: 20px;
  display: none;
}

.user-loyal__result {
  width: 163px;
  height: 100px;
  background: #4b89d3;
  border-radius: 4px;
  padding: 0 10px;
  position: relative;
}

.user-loyal__result__text {
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  padding-top: 11px;
  margin-bottom: 24px;
}

.user-loyal__result__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
}

.user-loyal__result__i {
  width: 26px;
  height: 26px;
}

.user-loyal__result__i svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.user-loyal__result__price {
  font-weight: 400;
  line-height: 12px;
  font-size: 12px;
  text-align: right;
  color: #fff;
}

.user-loyal__result__price span {
  font-weight: 700;
  line-height: 18px;
  font-size: 18px;
  text-align: right;
  color: #fff;
}

.user-loyal__result__status {
  position: absolute;
  left: 50%;
  bottom: -30px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #4b89d3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.user-loyal-bt {
  line-height: 12px;
  font-size: 12px;
  color: #5e6e71;
}

.user-loyal-bt-code {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 30px;
  background: #47d7ac;
  border-radius: 4px;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .user-loyal-bt-code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
}

.user-loyal-bt-code p {
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .user-loyal-bt-code p {
    margin-bottom: 10px;
  }

  .user-loyal-bt-code p:last-of-type {
    margin-bottom: 0;
  }
}

.user-loyal-bt-code .strong {
  font-weight: bold;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 640px) {
  .user-loyal-bt-code .strong {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .user-loyal-wrapper {
    padding: 30px 20px 20px;
  }

  .user-loyal-top {
    margin-bottom: 30px;
  }

  .user-loyal-md {
    margin-bottom: 30px;
  }

  .user-loyal__percent {
    margin-right: 30px;
    width: 95px;
    height: 95px;
  }

  .user-loyal__item {
    width: 100px;
    height: 90px;
  }

  .user-loyal__price {
    padding-top: 26px;
  }

  .user-loyal__result {
    width: 150px;
    height: 90px;
  }

  .user-loyal__result__text {
    margin-bottom: 12px;
  }

  .user-loyal__result__bottom {
    height: 18px;
  }

  .user-loyal__result__i {
    width: 18px;
    height: 18px;
  }

  .user-loyal__result__i svg {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .user-loyal__row {
    width: 554px;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .user-loyal__row {
    width: 80%;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .user-loyal__item {
    width: 100%;
    height: 45px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .user-loyal__item:after {
    display: none;
  }

  .user-loyal__number {
    padding: 0 0 0 15px;
    margin: 0;
  }

  .user-loyal__price {
    padding-top: 0;
  }

  .user-loyal__result {
    width: 100%;
    height: 67px;
  }
}

@media only screen and (max-width: 490px) {
  .user-loyal-top {
    text-align: center;
    margin-bottom: 20px;
  }

  .user-loyal-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .user-loyal__percent {
    margin: 0 0 50px 0;
  }

  .user-loyal__row {
    width: 100%;
  }

  .user-loyal__result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    height: 82px;
  }
}

.is--calltoggled {
  overflow: hidden;
  height: 100%;
}

.is--calltoggled body {
  height: 100%;
}

.is--calltoggled .call-wrapper {
  z-index: 9999;
}

.is--calltoggled .header__wrapper {
  z-index: 10;
}

.is--calltoggled .call-modal__overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.call-modal {
  margin-top: auto;
  width: 100%;
  height: 465px;
  padding: 15px 16px;
  padding-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(33,58,133,0.07);
  -webkit-box-shadow: -4px 2px 15px rgba(128,142,184,0.12);
  box-shadow: -4px 2px 15px rgba(128,142,184,0.12);
  border-radius: 10px 10px 0 0;
}

@media (max-height: 455px) {
  .call-modal {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
  }
}

.call-modal__overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: rgba(51,53,54,0.5);
}

.call-modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.call-modal__header .call-modal__close {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  line-height: 0;
}

.call-modal__close {
  margin-left: auto;
  cursor: pointer;
}

.call-modal__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #333536;
}

.call-modal__link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  margin: 0 -16px;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #333536;
}

.call-modal__link:hover {
  color: #0957c3;
  background-color: #f9fafb;
  text-decoration: none;
}

.call-modal__link .i,
.call-modal__link svg {
  margin-right: 15px;
}

.call-modal__link .icon-life {
  color: #ffca08;
}

.call-modal__link .icon-kievstar {
  color: #0957c3;
}

.call-modal__link .icon-mts {
  color: #f91600;
}

.call-modal__footer .call-modal__close {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background: rgba(9,87,195,0.07);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #0957c3;
  border: none;
  cursor: pointer;
  outline: none;
}

.card__red {
  background: #fff3ed;
  padding: 10px 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .card__red {
    border-bottom-right-radius: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .card__red {
    padding: 10px;
  }
}

.card__red__icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  height: 20px;
}

@media only screen and (max-width: 560px) {
  .card__red__icon {
    margin-right: 10px;
  }
}

.card__red__icon #caution-i_color {
  fill: #fe5000;
}

.card__red__text {
  display: inline-block;
  vertical-align: top;
  color: #fe5000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 560px) {
  .card__red__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 82%;
  }
}

.analys-list .col-md-12 {
  padding: 0;
}

.card.card_analys:not(.subscription) {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .card.card_analys .a-sale-wrapper:first-of-type {
    margin-bottom: 0;
  }
}

.card.card_analys .card__gmap {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0;
}

.card.card_analys .card__title {
  padding-right: 0;
}

.card.card_analys .card__image {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__image {
    padding: 3px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__image img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__image a {
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__image {
    width: 100%;
    height: auto;
  }
}

.card.card_analys .card__left-side {
  padding-left: 0;
}

.card.card_analys .card__description {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__description {
    display: block;
  }
}

.card.card_analys .card__label__text {
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__label__text {
    line-height: 14px;
  }
}

.card.card_analys .card__label__text a {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4b89d3;
  border-bottom: 1px dotted #4b89d3;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 5px;
}

@media only screen and (min-width: 992px) {
  .card.card_analys .card__label__text a:hover {
    text-decoration: none;
    border-bottom: 1px dotted rgba(0,0,0,0);
  }
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__label__text a {
    line-height: 14px;
  }
}

.card.card_analys .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px 65px;
  }
}

.card.card_analys .card__bottom {
  margin-left: 0;
  margin-top: 27px;
  padding-bottom: 20px;
  -ms-flex-basis: inherit;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 0 10px 20px 10px;
    background: #fff;
  }
}

.card.card_analys .rating,
.card.card_analys .card__testimonials {
  position: inherit;
  margin: 3px auto;
  width: 115px;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .rating,
  .card.card_analys .card__testimonials {
    width: 63px;
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_analys .rating__stars {
    width: 20px;
    height: 20px;
  }
}

.card.card_analys .card__left-side {
  width: 135px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__left-side {
    width: 24%;
  }
}

.card.card_analys .card__middle-side {
  padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
  .card.card_analys .card__middle-side {
    width: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__middle-side {
    width: 73%;
    padding: 0;
    margin-left: 3%;
  }
}

.card.card_analys .card__right-side__bottom {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .card.card_analys .card__right-side__bottom {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .card.card_analys .card__right-side__bottom .favorites-block {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .card.card_analys .card__right-side__bottom .favorites-block {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .card.card_analys .card__right-side__bottom .favorites-block {
    display: none;
  }
}

.card.card_analys .card__right-side {
  font-size: 0;
  width: 180px;
  min-width: 180px;
  height: 60px;
  margin: 0;
  padding: 0;
  -ms-flex-basis: inherit;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  display: block;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__right-side {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
}

.card.card_analys .card__right-side p {
  width: 119px;
  height: 100%;
  background: #eef3fb;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .card.card_analys .card__right-side p {
    width: 70%;
    height: 60px;
    padding: 0;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    line-height: 14px;
  }
}

.card.card_analys .load-more__text:before {
  font-family: icomoon;
  content: "\e910";
  font-size: 16px;
  margin-right: 12px;
}

.a-sale-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.a-sale-wrapper:first-of-type {
  margin-bottom: 10px;
}

.a-sale {
  width: 60px;
  height: 100%;
  background: #47d7ac;
  position: relative;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .a-sale {
    width: 30%;
    margin: 0;
    height: 60px;
    text-align: center;
  }
}

.a-sale span {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.a-sale span:first-of-type {
  display: block;
  font-weight: 400;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .a-sale span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    max-width: 100%;
    margin-right: 10px;
  }
}

.a-btn {
  width: 135px;
  height: 30px;
  line-height: 28px;
  background: #47d7ac;
  border-radius: 2px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 640px) {
  .a-btn {
    display: block;
    width: 100%;
  }
}

.analysis-page>.col-md-8 {
  padding-right: 5px;
}

@media only screen and (max-width: 991px) {
  .analysis-page>.col-md-8 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .card.card_inner.card_analys .card__right-side {
    width: 100%;
  }
}

.discount__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.discount__row__date {
  margin-bottom: 10px;
}

.discount__row__price {
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .discount__row__price {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.card.card_discount {
  padding: 0;
  margin-bottom: 20px;
}

.card.card_discount:last-of-type {
  margin-bottom: 0;
}

.card.card_discount.marg:last-of-type {
  margin-bottom: 20px;
}

.card.card_discount .pad {
  padding-left: 0;
}

.card.card_discount.special-discount {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .card.card_discount .card__metro__text,
  .card.card_discount .small-card__metro__text {
    margin-top: 0;
  }
}

.card.card_discount .rating,
.card.card_discount .card__testimonials {
  position: inherit;
}

@media only screen and (max-width: 767px) {
  .card.card_discount .rating {
    margin-right: 0;
  }
}

.card.card_discount .card__testimonials {
  line-height: 22px;
  text-align: left;
  margin-left: 15px;
  margin-top: 0;
}

.card.card_discount .card__gmap {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0;
}

.card.card_discount .card__left-side {
  width: 100%;
  padding-right: 200px;
  padding-left: 0;
  min-height: 64px;
}

@media only screen and (max-width: 640px) {
  .card.card_discount .card__left-side {
    padding: 0;
    min-height: inherit;
  }
}

.card.card_discount .card__right-side {
  width: 180px;
  padding-right: 0;
  -ms-flex-basis: inherit;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  margin-top: 4px;
  position: absolute;
  right: 20px;
  top: 16px;
}

@media only screen and (max-width: 640px) {
  .card.card_discount .card__right-side {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
  }
}

.card.card_discount .card__bottom-side {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #ebeff6;
}

@media only screen and (max-width: 640px) {
  .card.card_discount .card__bottom-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    border-top: 1px solid #ebeff6;
  }
}

.card.card_discount .card__bottom {
  -ms-flex-basis: inherit;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .card.card_discount .card__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0;
    border-top: none;
  }
}

.card.card_discount .card__address {
  margin: 0;
  max-width: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .card.card_discount .card__address {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_discount .card__address {
    margin-bottom: 0;
  }
}

.card.card_discount .card__metro {
  margin-left: 2%;
  max-width: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .card.card_discount .card__metro {
    margin-left: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .card.card_discount .card__address__text,
  .card.card_discount .card__metro__text {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_discount .card__address__text,
  .card.card_discount .card__metro__text {
    font-size: 10px;
  }
}

.card.card_discount .card__address__text {
  max-width: inherit;
  margin-bottom: 0;
}

.card.card_discount .card__address__btn {
  line-height: 14px;
}

.card.card_discount .card__metro__text {
  max-width: inherit;
  margin-bottom: 0;
}

.card.card_discount .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 16px 20px 17px 20px;
}

@media only screen and (max-width: 640px) {
  .card.card_discount .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 10px 10px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_discount.special-discount .item {
    padding-top: 18px;
  }
}

.discount__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .discount__title:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 640px) {
  .discount__title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .card_inner .discount__title:hover {
    text-decoration: none;
  }
}

.discount__yellow {
  width: 131px;
  height: 18px;
  background: #feb545;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  margin-right: 15px;
}

.discount__time {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #a2a2a2;
}

.discount__time span {
  color: #5e6e71;
}

.discount__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #5e6e71;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .discount__text {
    margin-bottom: 15px;
  }
}

.discount__sale__price {
  width: 116px;
  height: 60px;
  background: #feb545;
  position: relative;
  padding-top: 24px;
}

@media only screen and (max-width: 640px) {
  .discount__sale__price {
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.discount__sale__price span {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
}

@media only screen and (max-width: 640px) {
  .discount__sale__price span {
    display: inline-block;
    vertical-align: middle;
  }
}

.discount__percent {
  width: 60px;
  height: 60px;
  padding-top: 9px;
  text-align: center;
  background: #f5f5f5;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .discount__percent {
    width: 30%;
  }
}

.discount__percent i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

.discount__percent i svg {
  width: 32px;
  height: 32px;
}

.discount__percent span {
  font-size: 24px;
  line-height: 26px;
  color: #fe5000;
  display: block;
  padding-top: 2px;
}

.discount__percent span:first-of-type {
  line-height: 16px;
  font-size: 12px;
  color: #5e6e71;
  padding-top: 0;
}

.discount__i {
  width: 58px;
  height: 58px;
  background: #fff;
  text-align: center;
  padding: 3px;
  border: 1px solid #ebeff6;
}

@media only screen and (max-width: 640px) {
  .discount__i {
    display: none;
  }
}

.discount__i img {
  width: 50px;
  height: 50px;
}

.discount__content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  .discount__content {
    padding: 0;
  }
}

.discount__subtitle {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: -4px;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .discount__subtitle:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 640px) {
  .discount__subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

.discount__subtitle .small-card__title {
  margin-top: 0;
}

.discount__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: -4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .discount__rating {
    display: none;
  }
}

.discount__btn__block {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}

@media only screen and (max-width: 640px) {
  .discount__btn__block {
    -webkit-align-self: inherit;
    -ms-flex-item-align: inherit;
    align-self: inherit;
  }
}

.discount__btn {
  width: 135px;
  height: 30px;
  line-height: 1;
  display: block;
  background: #47d7ac;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .discount__btn {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .discount__btn:hover {
    background: #23af9e;
  }
}

.special-discount .card {
  border-right: 1px solid #ebeff6;
}

@media only screen and (max-width: 1199px) {
  .special-discount .card {
    border-right: 0 solid;
  }
}

.special-discount {
  margin-top: 20px !important;
  position: relative;
}

.special-discount:before {
  content: '';
  display: inline-block;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #f90;
  position: absolute;
  left: 15px;
  right: 15px;
  top: -4px;
}

.special-discount.subscription:before {
  background-color: #0a57c3;
}

@media only screen and (max-width: 1199px) {
  .special-discount:before {
    left: 20px;
    right: 20px;
    max-width: 61%;
  }
}

@media only screen and (max-width: 991px) {
  .special-discount:before {
    max-width: 100%;
  }
}

.special-discount__text {
  position: absolute;
  top: -39px;
  border-radius: 17px 17px 0 0;
  left: 15px;
  background: #f90;
  line-height: 19px;
  font-size: 11px;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 177px;
  height: 19px;
  cursor: pointer;
}

.special-discount__text.subscription {
  background: #0a57c3;
}

@media only screen and (max-width: 1199px) {
  .special-discount__text {
    left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .special-discount__text {
    top: -32px;
  }
}

.special-discount__text:hover ~ .special-discount__hidden:not(.subscription) {
  display: block;
}

.special-discount__text.subscription:hover ~ .special-discount__hidden.subscription {
  display: block;
}

.special-discount__hidden {
  display: none;
  position: absolute;
  top: -25px;
  left: 0;
  white-space: nowrap;
  background-color: #f90;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 10px 0 0 10px;
  z-index: 5;
}

.special-discount__hidden:before {
  content: '';
  position: absolute;
  top: -12px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 6px solid #f90;
}

.special-discount__hidden.subscription {
  background-color: #0a57c3;
}

.special-discount__hidden.subscription:before {
  border-bottom: 6px solid #0a57c3;
}

.card.card_discount.special-discount {
  padding-top: 15px;
}

@media only screen and (max-width: 640px) {
  .card.card_discount.special-discount {
    padding-top: 5px;
  }
}

.card.card_discount .special-discount__text {
  top: -15px;
}

@media only screen and (max-width: 640px) {
  .card.card_discount .special-discount__text {
    top: -5px;
  }
}

.discount__sale__price.discount__sale__free,
.discount__sale__price.discount__sale__from {
  padding-top: 16px;
}

.discount__sale__price.discount__sale__free p,
.discount__sale__price.discount__sale__from p {
  font-size: 20px;
}

.discount__sale__price span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  line-height: 14px;
}

.discount__sale__price p {
  font-size: 22px;
  padding-right: 0;
  text-align: center;
  line-height: 18px;
}

.discount__sale__price.discount__sale__free p {
  padding-right: 0;
  text-align: center;
}

.discount__sale__price.discount__sale__from p {
  padding-right: 22px;
  text-align: right;
  font-size: 20px;
}

.discount__sale__price.discount__sale__from p span {
  font-size: 14px;
  line-height: 14px;
}

.discount__sale__price .discount__sale__price_val {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  position: relative;
  margin: 5px 0 0 0;
  width: 116px;
}

@media only screen and (max-width: 640px) {
  .discount__sale__price .discount__sale__price_val {
    width: 100%;
  }
}

.discount__sale__price p {
  position: relative;
  text-align: right;
  padding-right: 22px;
}

.discount__sale__price .discount__throw__price {
  line-height: 14px;
  font-size: 12px;
  text-align: right;
  text-decoration: line-through;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -19px;
  right: 5px;
  padding-right: 17px;
}

.discount__sale__price p.discount__throw__price {
  text-decoration: none;
}

.discount__sale__price .discount__transform__unit {
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0px;
  right: 4px;
  position: absolute;
}

.discount-page {
  overflow: hidden;
}

.discount-page .card.card_tp {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0,0,0,0);
  padding-top: 0;
}

.discount-page .card.card_tp:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.discount-page .card.card_tp>.item {
  padding: 16px 20px 17px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 767px) {
  .discount-page .card.card_tp>.item {
    padding: 8px 10px 20px;
  }
}

.discount-page .card.card_discount {
  margin-bottom: 20px;
}

.discount-page .block-prices__title-in strong {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .discount-page>.col-md-8 {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .discount-page>.col-md-8 {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .discount-page>.col-md-4 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .discount-page .col-md-4 {
    display: none;
  }
}

.discount-page .card_discount,
.discount-page .card_analys:not(.subscription) {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .discount-page .card_discount,
  .discount-page .card_analys {
    margin: 0 10px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .discount-page .card_discount .card__right-side,
  .discount-page .card_analys .card__right-side {
    position: relative;
    top: auto;
    right: auto;
  }
}

.discount-page .white-bg>strong {
  font-size: 16px;
}

.discount-page .rich-content>div:not(.card) {
  padding: 20px 20px 1px;
}

.discount-page strong {
  display: block;
}

.discount-page strong.pb-20 {
  padding-bottom: 20px;
}

.discount-page .card__label__text {
  padding-bottom: 0;
  padding-left: 0;
}

.discount-page .discount__attention {
  position: relative;
  background: #d7f2ef;
  padding: 20px 20px 20px 100px;
  min-height: 95px;
  margin-bottom: 30px;
}

.discount-page .discount__attention i {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 20px;
  top: 20px;
}

.discount-page .discount__attention i svg {
  max-width: 100%;
}

.discount-page .discount__attention p {
  line-height: 24px;
  font-size: 16px;
  color: #5e6e71;
  margin-bottom: 0;
}

.discount-page__bottom .tab-doc-card__head {
  padding: 20px;
  font-size: 16px;
}

.discount-page .tab-doc-card:first-of-type {
  border-top: 1px solid #e9e9e9;
}

.discount-page .rich-content>div.discount-page__cardlist {
  padding-right: 0;
  padding-left: 0;
}

.discount-page .rich-content>div.discount-page__cardlist .card {
  border-left: none;
  border-right: none;
}

.discount-page__bottom strong {
  padding: 0 20px 20px;
}

.discount-page__bottom .card__label__text {
  padding-left: 0;
}

.discount-page__bottom .card_widget_thin {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #ebeff6;
}

.discount-page__bottom .card_widget_thin .card__right-side {
  -ms-flex-basis: inherit;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
}

.discount-page__bottom .card_widget_thin:last-of-type {
  margin-bottom: 40px;
  border-bottom: 1px solid #ebeff6;
}

@media only screen and (max-width: 767px) {
  .card.card_inner.card_discount .card__right-side {
    width: 100%;
  }
}

.icon-persent {
  color: #feb545;
}

@media only screen and (min-width: 1200px) {
  .card.card_inner:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  }
}

.item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.audio_link:hover {
  color: #fff;
}

.card {
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media only screen and (max-width: 640px) {
  .card {
    padding: 13px 0 0;
  }
}

.card.card_diagnostic {
  background-color: transparent;
  padding: 0;
}

.card.card_diagnostic .item {
  background-color: #fff;
  padding: 20px 0 0;
  position: relative;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  border-radius: 8px;
}

@media only screen and (max-width: 640px) {
  .card.card_diagnostic .item {
    padding: 12px 0 0;
  }
}

.card.card_diagnostic .handbox-wrapper {
  top: 20px;
}

@media only screen and (max-width: 640px) {
  .card.card_diagnostic .handbox-wrapper {
    top: 72px;
  }
}

.card.card_diagnostic .load-more {
  margin-left: 4px;
  margin-right: 4px;
}

.card.card_diagnostic .load-more__text:before {
  font-family: 'icomoon';
  content: "\e916";
  font-size: 16px;
  margin-right: 12px;
}

.card.card_inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) {
  .card.card_inner .card__right-side,
  .card.card_inner .small-card__right-side {
    width: 67%;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_inner .card__right-side,
  .card.card_inner .small-card__right-side {
    width: 70%;
  }
}

.card.card_inner h1,
.card.card_inner h3 {
  font-size: 24px;
  color: #333536;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .card.card_inner h1,
  .card.card_inner h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .card.card_inner h1,
  .card.card_inner h3 {
    font-size: 18px;
    line-height: 20px;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_inner h1,
  .card.card_inner h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
  }
}

.card__right-side__bottom .btn {
  width: 200px;
  height: 35px;
  padding: 0;
  line-height: 32px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .card__right-side__bottom .btn {
    width: 100%;
    font-size: 16px;
  }
}

.card-top-side {
  padding: 0;
  margin: 0;
}

.card__action {
  position: relative;
}

.card__action-wrapper {
  border-top: 1px solid #ebeff6;
  margin-top: 0;
  padding: 15px 20px 18px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 640px) {
  .card__action-wrapper {
    margin: 0 10px;
    padding: 7px 0 7px;
    border-top: 0;
  }
}

.card__action:before {
  position: absolute;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  width: 100%;
  height: 16px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  font-size: 10px;
}

.card__action__label {
  background: #fff;
  position: absolute;
  width: 40px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  top: 1px;
}

.card__action__label:before {
  color: #46d5ac;
}

.card__action__label svg {
  width: 26px;
  height: 16px;
  position: absolute;
  z-index: 1;
}

.card__action__label__icon {
  background-color: #47d7ac;
  border-radius: 4px 0px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 35px;
  height: 18px;
  padding-top: 5px;
  line-height: 1;
  text-align: center;
}

.card__action__text {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 39px;
  max-width: 580px;
  text-decoration: none;
  padding-right: 70px;
  color: #333536;
}

@media only screen and (min-width: 992px) {
  .card__action__text:hover {
    text-decoration: underline;
    color: #333536;
  }
}

@media only screen and (max-width: 640px) {
  .card__action__text {
    line-height: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .card__action__text {
    max-width: none;
    padding-right: 70px;
  }
}

.card__action__text span {
  background: #fff;
}

.card__action__price {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 100%;
  height: 24px;
  font-weight: normal;
  color: #4b89d3;
  background: #fff;
  padding-left: 10px;
}

@media only screen and (max-width: 640px) {
  .card__action__price {
    height: 18px;
    line-height: 18px;
  }
}

.card__action__price__val {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: right;
  max-width: 100px;
  color: #333536;
}

@media only screen and (max-width: 560px) {
  .card__action__price__val {
    max-width: 90px;
  }
}

.card:before {
  content: "";
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}

.card-mod {
  margin: 0;
}

.card.has-hidden-small-cards .card__footer {
  margin-bottom: 10px;
}

.card.has-hidden-small-cards .card__footer .link {
  margin-top: 0;
}

.card:after {
  content: " ";
  display: table;
  clear: both;
}

.card .rating__value {
  top: 3px;
}

.card a {
  outline: none;
}

.card__footer .btn {
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
}

.card .h6 {
  position: relative;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.card .h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -1px;
  border-top: 1px solid #c0d2d6;
}

.card .h6 span {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 30px;
  padding: 0 9px;
  background-color: #09859d;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  z-index: 1;
}

.card__bottom-links {
  float: right;
  width: 270px;
}

@media only screen and (max-width: 767px) {
  .card__bottom-links {
    float: none;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .card__bottom-links {
    padding-top: 0;
  }
}

.card__bottom-links a {
  font-size: 15px;
  display: inline-block;
  color: #4b89d3;
}

.card__bottom-links a:last-child {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #0957c3;
}

@media only screen and (max-width: 767px) {
  .card__bottom-links-mod {
    clear: both;
  }
}

.card__bottom-link {
  float: left;
  padding: 12px 0;
}

@media only screen and (max-width: 1200px) {
  .card__bottom-link {
    float: none;
  }
}

.card__bottom-link a {
  font-size: 15px;
  display: inline-block;
  color: #4b89d3;
}

@media only screen and (max-width: 767px) {
  .card__bottom-link a {
    margin-right: 15px;
  }
}

.card__bottom-link a:last-child {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #0957c3;
}

@media only screen and (max-width: 767px) {
  .card__bottom-link a:last-child {
    padding: 0;
    margin: 0;
    border: none;
  }
}

.card__socwrap {
  float: left;
  zoom: 1;
}

.card__socwrap:before,
.card__socwrap:after {
  content: "";
  display: table;
}

.card__socwrap:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .card__socwrap {
    margin-bottom: 10px;
  }
}

.card__socitem {
  float: left;
  margin-right: 9px;
  height: 20px;
}

@media only screen and (max-width: 560px) {
  .card__socitem {
    margin-top: 5px;
  }
}

.card__socitem_last {
  max-width: 55px;
}

.card__phones {
  margin-right: 25px;
  padding: 5px 0;
  text-align: center;
}

.card__phones a {
  display: block;
  text-decoration: none;
  color: #00829b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.card__phones span {
  display: block;
  color: #94b7be;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-list.card-list_similar {
  margin-bottom: 20px;
}

.card-list.card-list_similar .card {
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 18px 0 20px;
}

@media only screen and (min-width: 1200px) {
  .card-list.card-list_similar .card:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  }
}

@media only screen and (max-width: 1199px) {
  .card-list.card-list_similar .card {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 640px) {
  .card-list.card-list_similar .card .card__left-side {
    min-height: 101px;
    height: auto !important;
    height: 101px;
  }

  .card-list.card-list_similar .card .card__bottom {
    padding-right: 10px;
    margin-left: 0;
  }
}

.card-list.card-list_similar .card .card__address__text,
.card-list.card-list_similar .card .card__metro__text {
  margin-bottom: 0;
}

.card-list.card-list_similar .card .card__label-description-mod {
  margin-bottom: 7px;
}

.card-list.card-list_similar .card .small-card__right-side__bottom {
  bottom: 0;
}

.card-list.card-list_nomargin {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
  border-radius: 0;
}

.card-list .caption-text {
  border-bottom: 1px solid #e9e9e9;
}

.card__title {
  margin-bottom: 5px;
  margin-top: 0;
  padding-right: 130px;
}

@media only screen and (max-width: 1199px) {
  .card__title {
    padding-right: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .card__title {
    padding-right: 115px;
  }
}

@media only screen and (max-width: 640px) {
  .card__title {
    padding-right: 0;
    margin-bottom: 2px;
  }

  .card__title .h3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: -2px;
  }
}

.card__title .card__title__link {
  color: #333536;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .card__title .card__title__link {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }
}

.card__title .card__title__link:hover {
  text-decoration: underline;
}

.card .card__job {
  margin-top: 10px;
  padding: 9px 14px 10px 15px;
  border: 1px solid #dde8ea;
}

@media only screen and (max-width: 991px) {
  .card .card__job-top {
    padding-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .card .card__job {
    clear: both;
  }
}

.card .card__job-top {
  position: relative;
  padding-right: 130px;
}

.card .card__job-price__mobile {
  display: none;
}

@media only screen and (max-width: 639px) {
  .card .card__job-price__mobile {
    display: inline-block;
  }
}

.card .card__job-title,
.card .card__job-price {
  font-size: 16px;
}

.card .card__job-title {
  color: #4b89d3;
  outline: none !important;
}

.card .card__job .card__desc,
.card .card__job .address-info {
  font-size: 12px;
  line-height: 16px;
}

.card .card__job .card__desc {
  color: #99a3a5;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .card .card__job .card__desc {
    padding-right: 0;
  }
}

.card .card__job .address-info {
  padding: 0;
  border: none;
  line-height: 20px;
}

.card .card__job .address-info .card__location,
.card .card__job .address-info .card__address {
  margin-top: 2px;
}

.card .card__job .address-info .card__address:before {
  left: 0;
}

@media only screen and (max-width: 639px) {
  .card .card__job .address-info .card__location,
  .card .card__job .address-info .card__address {
    float: none;
  }
}

.card__description {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .card__description {
    margin-bottom: 0;
  }
}

.card__description__text {
  font-size: 12px;
  line-height: 16px;
  color: #707272;
  margin-bottom: 0;
  max-height: 66px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .card__description__text {
    max-height: 58px;
    font-size: 11px;
    line-height: 14px;
    display: none;
  }
}

.card__description__text.full {
  max-height: none;
}

.card__description__text:before {
  content: '';
  width: 40px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #fff;
  z-index: 1;
}

.card__description__text.no-points:before {
  display: none;
}

.card__description__link {
  line-height: 16px;
  font-size: 13px;
  color: #0957c3;
  position: absolute;
  bottom: 2px;
  right: 5px;
  z-index: 1;
  text-decoration: none;
  background: #fff;
  padding-left: 3px;
}

@media only screen and (max-width: 640px) {
  .card__description__link {
    line-height: 14px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 1200px) {
  .card__description__link:hover {
    text-decoration: underline;
  }
}

.card__description__more {
  line-height: 14px;
  font-size: 12px;
  text-decoration: underline;
  color: #4b89d3;
  padding-left: 5px;
}

@media only screen and (min-width: 1200px) {
  .card__description__more:hover {
    text-decoration: none;
  }
}

.card__label {
  margin-bottom: 10px;
  padding-right: 130px;
}

@media only screen and (max-width: 1199px) {
  .card__label {
    padding-right: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .card__label {
    padding-right: 115px;
  }
}

@media only screen and (max-width: 640px) {
  .card__label {
    padding-right: 0;
    margin-bottom: 3px;
  }
}

.card__label__text {
  font-weight: bold;
  font-size: 13px;
  color: #333536;
  margin-bottom: 6px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .card__label__text {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 2px;
  }
}

.card__label__mob-informer {
  display: none;
  font-size: 11px;
  color: #747578;
}

.card__label__mob-informer_rate {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  margin-right: 15px;
  color: #333536;
}

.card__label__mob-informer_rate span {
  color: #fd9904;
  margin-right: 2px;
}

.card__label__mob-informer_reviews {
  color: #0957c3;
  text-decoration: none;
  margin-right: 15px;
}

@media only screen and (max-width: 640px) {
  .card__label__mob-informer {
    display: block;
    margin-top: 6px;
  }
}

.card__label,
.card__label-description {
  font-size: 11px;
  line-height: 14px;
}

.card__label .icon-plus,
.card__label-description .icon-plus {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  width: 14px;
  max-height: 14px;
}

.card .card__label-description-mod {
  margin-bottom: 13px;
  margin-left: -2px;
}

@media only screen and (max-width: 640px) {
  .card .card__label-description-mod {
    margin-left: 0;
    margin-bottom: 3px;
  }
}

.card .card__label-description-mod span {
  max-width: 480px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 30px;
}

.card__label-description__link {
  text-decoration: none;
  border-bottom: 1px dotted #4b89d3;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.card__label-description__link:hover,
.card__label-description__link:focus {
  text-decoration: none;
}

.card.card-underline .card__title a {
  text-decoration: underline;
}

.card.card-underline .card__title a:hover {
  text-decoration: none;
}

.card__soc {
  margin: 0 6px;
  zoom: 1;
}

.card__soc:before,
.card__soc:after {
  content: "";
  display: table;
}

.card__soc:after {
  clear: both;
}

.card__soc .btn {
  padding: 10px 23px;
  line-height: 23px;
}

@media only screen and (max-width: 560px) {
  .card__soc .btn {
    width: 100%;
  }
}

.card__soc .card__socitem {
  padding: 12px 0 13px;
  height: 45px;
}

@media only screen and (max-width: 767px) {
  .card__soc .card__socitem {
    padding: 0;
    height: 20px;
  }
}

.card__footer {
  margin-top: 21px;
  zoom: 1;
}

.card__footer:before,
.card__footer:after {
  content: "";
  display: table;
}

.card__footer:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .card__footer {
    margin-top: 10px;
  }
}

.card__share-bottom .btn {
  float: right;
}

.card.card-diagnost__mod {
  padding: 18px 0 0 0;
}

@media only screen and (max-width: 560px) {
  .card__schedule {
    position: absolute;
    left: 20px;
    top: 130px;
    font-size: 11px;
    padding: 0;
  }
}

@media only screen and (max-width: 560px) {
  .card__schedule__i {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .card__schedule ul {
    max-width: 73px;
  }
}

@media only screen and (max-width: 560px) {
  .card__schedule ul li {
    display: block;
    vertical-align: inherit;
    margin-right: 0;
  }
}

.shadow-row.all-premium .col-md-4.visit-time-wrapper .special-discount__text {
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .shadow-row {
    -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
    box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
    max-width: 1150px;
    margin: 0 auto 20px auto;
    background: #fff;
    border-radius: 8px;
  }

  .shadow-row:hover {
    -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.25);
    box-shadow: 2px 2px 15px rgba(128,142,184,0.25);
  }

  .shadow-row .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }

  .shadow-row .col-md-8 {
    padding-left: 0;
    border-right: 1px solid #ebeff6;
  }

  .shadow-row .col-md-4.visit-time-wrapper {
    max-width: 383px;
  }

  .shadow-row.all-premium .col-md-8 {
    border-right: none;
  }
}

.doctor-profile__image {
  width: 140px;
  height: 187px;
}

.clinic-profile__image {
  width: 140px;
  height: 140px;
}

.female {
  background-image: url("i/no-photo-female.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat-y: no-repeat;
  width: 140px;
  height: 185px;
}

@media only screen and (max-width: 560px) {
  .female {
    width: 135px;
    height: 177px;
  }
}

@media only screen and (max-width: 480px) {
  .female {
    width: 117px;
    height: 154px;
  }
}

.male {
  width: 140px;
  height: 185px;
  background-image: url("i/no-photo-male.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat-y: no-repeat;
}

@media only screen and (max-width: 560px) {
  .male {
    width: 135px;
    height: 177px;
  }
}

@media only screen and (max-width: 480px) {
  .male {
    width: 117px;
    height: 154px;
  }
}

.card__location__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 5px;
}

@media only screen and (max-width: 640px) {
  .card__location__wrapper {
    display: block;
    margin-bottom: 10px;
  }
}

.card__abs {
  position: absolute;
  top: -3px;
  right: 20px;
}

@media only screen and (max-width: 640px) {
  .card .card__bottom .icon-plus {
    display: inline;
  }
}

.col-md-8.similar-col {
  padding-right: 5px;
}

.card__doctor-promo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
}

.card__doctor-promo span {
  margin-left: 10px;
}

.day-dropdown-wrapper.fixed {
  position: fixed;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  padding-top: 0;
  margin: 0;
}

.clinic {
  background-image: url("i/no-photo-clinic.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat-y: no-repeat;
  width: 140px;
  height: 140px;
}

@media only screen and (max-width: 560px) {
  .clinic {
    width: 135px;
    height: 135px;
  }
}

@media only screen and (max-width: 480px) {
  .clinic {
    width: 117px;
    height: 117px;
  }
}

@media only screen and (max-width: 640px) {
  .card_clinic .benefits__item:first-of-type .benefits__title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .card_clinic .card__abs {
    top: 65px;
  }
}

@media only screen and (max-width: 640px) {
  .card_clinic .small-card__abs .rating,
  .card_clinic .small-card__abs .small-card__testimonials {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .card_clinic .card_inner {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .card_clinic .small-card .benefits__title {
    font-size: 12px;
  }
}

.clinic-page .card_clinic>.item {
  padding: 18px 0 0 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 640px) {
  .clinic-page .card_clinic>.item {
    padding-top: 10px;
  }
}

.clinic-page .col-md-8 {
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}

.clinic-page>.card_diagnostic {
  margin-bottom: 20px;
}

.clinic-page .card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 1199px) {
  .clinic-page .card {
    border-radius: 8px;
  }
}

.clinic-page .card:last-child {
  margin-bottom: 0;
}

.clinic-page .card.card_tp {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0,0,0,0);
  padding-top: 0;
}

.clinic-page .card.card_tp:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) {
  .clinic-page .card__title {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 640px) {
  .clinic-page .card__title {
    padding-right: 0;
  }
}

.clinic-page .card__gmap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}

.clinic-page .card__gmap .show-map {
  width: 157px;
  height: 27px;
  -webkit-box-shadow: 0 1px 2px rgba(5,57,67,0.25);
  box-shadow: 0 1px 2px rgba(5,57,67,0.25);
  border-radius: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .clinic-page .card__gmap {
    display: none;
  }
}

.clinic-page .card__gmap img {
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.clinic-list {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .clinic-list .card .card__left-side .rating {
    display: block;
  }
}

@media only screen and (min-width: 641px) {
  .clinic-list .card .small-card .rating {
    top: 14px;
  }
}

.clinic-list .card.card_discount:last-of-type {
  margin-bottom: 20px;
}

.clinic-list .card__left-side,
.clinic-list .small-card__left-side {
  padding-left: 20px;
}

@media only screen and (max-width: 640px) {
  .clinic-list .card__left-side,
  .clinic-list .small-card__left-side {
    padding-left: 10px;
  }
}

.clinic-list .card__right-side,
.clinic-list .small-card__right-side {
  width: 76%;
}

@media only screen and (max-width: 1199px) {
  .clinic-list .card__right-side,
  .clinic-list .small-card__right-side {
    width: 67%;
  }
}

@media only screen and (max-width: 991px) {
  .clinic-list .card__gmap {
    display: none;
  }
}

.clinic-list .card__gmap img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .clinic-list {
    margin-top: 20px;
  }
}

.clinic-page__bottom .col-md-4 {
  padding-right: 0;
}

.card.card_clinic.card_diagnostic .col-md-4 {
  padding-left: 0;
}

.card.card_widget_slide {
  height: 204px;
}

.card.card_widget_slide .card__bottom__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

.clinic-page .small-card {
  min-height: 110px;
}

.clinic-page .list-view .card_widget_wide {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ebeff6;
}

.clinic-page .list-view .card_widget_wide:first-of-type {
  border-top: 1px solid #ebeff6;
}

.clinic-page .list-view .card_widget_wide:last-of-type {
  border: none;
}

.specialty-docs__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0 20px;
  border-top: 1px solid #ebeff6;
}

@media only screen and (max-width: 640px) {
  .specialty-docs__row {
    padding-bottom: 15px;
  }
}

.specialty-docs__row i {
  width: 18px;
  height: 21px;
  margin-right: 20px;
}

.specialty-docs__row i svg {
  width: 18px;
  height: 21px;
  fill: #a4a4a4;
}

.specialty-docs__row p {
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #5e6e71;
  margin-bottom: 0;
  margin-right: 15px;
}

.specialty-docs__row a {
  font-weight: normal;
  line-height: 16px;
  font-size: 11px;
  text-decoration: none;
}

.specialty-docs__row a:hover {
  text-decoration: underline;
}

.fixed .clinic-list-switch__wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clinic-list-switch__wrapper {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #ebeff6;
  border-top: 1px solid #fff;
  background: #fff;
  height: 101px;
}

@media only screen and (max-width: 1199px) {
  #getFixedList .clinic-list-switch__wrapper {
    display: none;
  }
}

.clinic-list-switch {
  padding: 6px 0 0 22px;
}

@media only screen and (max-width: 1199px) {
  .clinic-list-switch {
    padding-top: 7px;
  }
}

.clinic-list-switch .form-group {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .clinic-list-switch .form-group {
    margin-right: 20px;
  }

  .clinic-list-switch .form-group:last-of-type {
    margin-right: 0;
  }
}

.clinic-list-switch__input[type="checkbox"]:checked,
.clinic-list-switch__input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.clinic-list-switch__input[type="checkbox"]:checked + label,
.clinic-list-switch__input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 59px;
  cursor: pointer;
  line-height: 40px;
  display: inline-block;
  margin-bottom: -8px;
}

.clinic-list-switch__input[type="checkbox"]:checked + label:before,
.clinic-list-switch__input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 49px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid rgba(33,58,133,0.07);
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px rgba(128,142,184,0.12);
  box-shadow: 2px 3px 10px rgba(128,142,184,0.12);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.clinic-list-switch__input[type="checkbox"]:checked + label:after,
.clinic-list-switch__input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 19px;
  height: 19px;
  background: #eff1f5;
  position: absolute;
  top: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.clinic-list-switch__input[type="checkbox"]:not(:checked) + label:after {
  left: 3px;
}

.clinic-list-switch__input[type="checkbox"]:checked + label:after {
  background: #47d7ac;
  left: 27px;
}

@media only screen and (max-width: 640px) {
  .card_diagnostic .card__left-side {
    min-height: 110px;
  }
}

.card.card_doctor {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__abs {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .card.card_doctor {
    border-radius: 8px;
  }
}

.card.card_doctor .favorites-block {
  width: 26px;
  height: 26px;
  margin-right: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.card.card_doctor .favorites-block__link {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background: #fff;
}

.card.card_doctor .favorites-block__link:hover {
  background: #fff;
}

.card.card_doctor.card_tp {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding-top: 0;
}

.card.card_doctor.card_tp:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card.card_doctor.card_tp>.item {
  padding: 18px 0 0 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

@media only screen and (min-width: 641px) {
  .card.card_doctor.card_tp>.item .card__abs {
    top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_doctor.card_tp .card__abs {
    top: 95px;
  }
}

.card.card_doctor.card_tp .col-md-8 {
  z-index: 1;
}

.card.card_doctor.card_tp .card__gmap {
  z-index: 0;
}

.card.card_doctor.card_tp .card__gmap img {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.card.card_doctor .mobile-visit-time-button {
  width: 100%;
  line-height: 26px;
  margin-bottom: 16px;
}

.card.card_doctor .small-card {
  min-height: 85px;
  padding: 15px 150px 17px 20px;
}

.card.card_doctor .small-card__title {
  position: relative;
}

.card.card_doctor .small-card__title_on-map {
  display: none;
  position: absolute;
  right: 17px;
  top: 13px;
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .small-card {
    min-height: 10px;
    padding: 10px;
  }

  .card.card_doctor .small-card__title {
    padding-right: 0;
    width: 80%;
    font-size: 16px;
  }

  .card.card_doctor .small-card__title_on-map {
    display: inline-block;
  }

  .card.card_doctor .small-card__abs {
    display: none;
  }

  .card.card_doctor .small-card__gtext {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__location__wrapper {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .benefits {
    display: none;
  }
}

.card.card_doctor .card__image,
.card.card_doctor .small-card__image {
  height: 174px;
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__image,
  .card.card_doctor .small-card__image {
    height: 90px;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__image img,
  .card.card_doctor .small-card__image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0;
  }
}

.card.card_doctor .card__label p {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__label p {
    font-size: 11px;
    line-height: 14px;
    color: #747578;
  }
}

.card.card_doctor .card__left-side {
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__left-side {
    padding-bottom: 0;
  }
}

.card.card_doctor .card__action-wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_doctor .card__action-wrapper {
    margin: -4px 0 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_filial.card_doctor .card__left-side {
    width: 80px;
    min-height: 90px;
  }
}

.clinic-page .card_clinic.card_single .card__abs {
  top: 15px;
}

@media only screen and (max-width: 640px) {
  .clinic-page .card_clinic.card_single .card__abs {
    top: 75px;
  }
}

@media only screen and (min-width: 1200px) {
  .doctor-list .col-md-8 {
    padding-right: 0;
  }
}

.doctor-list .branch-dropdown {
  width: 340px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .doctor-list .branch-dropdown {
    width: 100%;
  }
}

.doctor-list .branch-dropdown.dropped .branch-dropdown_val {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ebeff6;
}

.doctor-list .branch-dropdown_val {
  width: 100%;
  background-color: #f1f4f6;
  border-color: #f1f4f6;
  height: 40px;
  font-size: 11px;
  font-weight: 500;
}

.doctor-list .branch-dropdown:after {
  top: 18px;
  right: 30px;
}

@media only screen and (max-width: 640px) {
  .doctor-list .branch-dropdown:after {
    right: 10px;
  }
}

.doctor-list .branch-dropdown ul {
  top: 36px;
  z-index: 11;
  width: 340px;
  font-size: 11px;
}

@media only screen and (max-width: 640px) {
  .doctor-list .branch-dropdown ul {
    width: 100%;
  }
}

.doctor-page .card {
  border-top-left-radius: 0;
}

.doctor-page .visit-timerow-wrapper {
  border-top-right-radius: 0;
}

.doctor-page .shadow-row {
  border-top-right-radius: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .doctor-page .shadow-row {
    padding: 0 10px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .doctor-page .col-md-8 {
    padding-right: 0;
    border-right: 1px solid #f2f2f2;
  }
}

.doctor-page .day-dropdown-text {
  border-top: none;
}

.doctor-page .visit-time {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.doctor-page .visit-time .simplebar-scroll-content {
  padding-bottom: 0;
}

.doctor-page .visit-time .simplebar-content {
  padding-bottom: 0 !important;
}

.doctor-page .branch-dropdown {
  width: 340px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .doctor-page .branch-dropdown {
    width: 100%;
  }
}

.doctor-page .branch-dropdown.dropped .branch-dropdown_val {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ebeff6;
}

.doctor-page .branch-dropdown_val {
  width: 100%;
  background-color: #f9fafb;
  border-color: #f9fafb;
  height: 40px;
  font-size: 11px;
  font-weight: 500;
}

.doctor-page .branch-dropdown:after {
  top: 18px;
  right: 30px;
}

@media only screen and (max-width: 640px) {
  .doctor-page .branch-dropdown:after {
    right: 10px;
  }
}

.doctor-page .branch-dropdown ul {
  top: 36px;
  z-index: 11;
  width: 340px;
  font-size: 11px;
}

@media only screen and (max-width: 640px) {
  .doctor-page .branch-dropdown ul {
    width: 100%;
  }
}

.doctor-page .day-dropdown__list {
  left: 1px;
  top: 49px;
  padding-top: 0;
  padding-bottom: 0;
}

.doctor-page .day-dropdown_item {
  padding-left: 0;
  padding-right: 0;
}

.doctor-page .day-dropdown_item.active {
  background: #f9fafb;
}

.doctor-page .day-dropdown_item.active:before {
  content: none;
}

.doctor-page .day-dropdown_item.active button {
  font-weight: 500;
  color: #0957c3;
}

.doctor-page .day-dropdown_item button {
  font-family: 'SuisseIntl', sans-serif;
  width: 100%;
  font-weight: 500;
  line-height: 48px;
  padding: 0 16px;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.doctor-page .day-dropdown_item button span {
  margin-left: auto;
  color: #6b9adb;
  font-size: 11px;
}

.doc-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .doc-flex {
    display: block;
  }
}

.filial-i {
  fill: #b0b7b9;
  display: inline-block;
  vertical-align: top;
}

.card_doctor.card_filial .filials-list {
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 8px;
}

@media only screen and (max-width: 1199px) {
  .card_doctor.card_filial .filials-list {
    border-bottom-right-radius: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .card_doctor.card_filial .filials-list {
    margin-top: 12px;
    overflow: visible;
  }
}

.filials-list {
  margin-top: 0;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .filials-list {
    margin-top: 6px;
  }
}

.filials-list__title {
  color: #5e6e71;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.filials-list__title__block {
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 28px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .filials-list__title__block {
    padding-left: 10px;
  }
}

.card.card_filial .card__action-wrapper {
  border-top: none;
  padding-top: 6px;
  padding-bottom: 0;
}

.card.card_filial .clinic-gallery-wrapper {
  height: 138px;
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_filial .clinic-gallery-wrapper {
    margin-bottom: 0;
    height: 140px;
    padding-top: 10px;
  }
}

.card.card_filial .card__left-side {
  min-height: 154px;
}

@media only screen and (max-width: 640px) {
  .card.card_filial .card__left-side {
    min-height: 103px;
  }
}

.card.card_filial .card__address__text,
.card.card_filial .card__location__text,
.card.card_filial .card__metro__text {
  margin-bottom: 0;
}

.card.card_filial .card__address__btn {
  font-size: 12px;
  line-height: 13px;
  margin-left: 2px;
}

.card.card_filial .card__label-description-mod {
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (max-width: 640px) {
  .card.card_filial .card__label-description-mod span {
    max-width: 100%;
    font-size: 12px;
  }
}

.card__gmap,
.map-sidebar {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .card__gmap,
  .map-sidebar {
    display: none;
  }
}

.card__gmap .btn,
.map-sidebar .btn {
  width: 169px;
  border-radius: 20px;
  border: 0 solid;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 33px;
  color: #333536;
  padding: 0;
  height: 36px;
}

@media only screen and (min-width: 992px) {
  .card__gmap .btn:hover,
  .map-sidebar .btn:hover,
  .card__gmap .btn:focus,
  .map-sidebar .btn:focus,
  .card__gmap .btn:active,
  .map-sidebar .btn:active {
    border-color: #0957c3;
    background: #0957c3;
  }

  .card__gmap .btn:hover span,
  .map-sidebar .btn:hover span,
  .card__gmap .btn:focus span,
  .map-sidebar .btn:focus span,
  .card__gmap .btn:active span,
  .map-sidebar .btn:active span {
    color: #fff;
  }

  .card__gmap .btn:hover svg,
  .map-sidebar .btn:hover svg,
  .card__gmap .btn:focus svg,
  .map-sidebar .btn:focus svg,
  .card__gmap .btn:active svg,
  .map-sidebar .btn:active svg {
    fill: #fff;
  }
}

.card__gmap i,
.map-sidebar i {
  display: block;
  height: 15px;
}

.card__gmap svg,
.map-sidebar svg {
  fill: #333536;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card__gmap span,
.map-sidebar span {
  font-weight: 400;
  margin-left: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card__gmap img,
.map-sidebar img {
  max-width: 100%;
}

.map-sidebar {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .map-sidebar {
    padding: 0 10px 0 0;
  }
}

.map-sidebar img {
  width: 100%;
  max-height: 220px;
}

.map-sidebar__img {
  position: relative;
  height: 100%;
  min-height: 79px;
  max-height: 220px;
  border-radius: 0 0 8px 0;
}

.map-sidebar .search-clinic__category__item {
  width: 100%;
}

.clinic-list .card__gmap {
  right: 1%;
  padding: 0 0 0 2%;
}

.card.card_premium {
  border: 1px solid #fdaa1d;
  position: relative;
  padding: 23px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .card.card_premium .rating {
    top: 95px;
  }

  .card.card_premium .card__testimonials {
    top: 118px;
  }
}

.card.card_premium .premium-label {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 80px;
  padding-top: 1px;
  height: 18px;
  line-height: 14px;
  border-radius: 2px;
  background-color: #fdaa1d;
  text-align: center;
  color: #feffff;
  font-size: 12px;
  font-weight: 400;
}

.small-card {
  position: relative;
  padding: 15px 183px 17px 20px;
  background: #fff;
  border-top: 1px solid #ebeff6;
  cursor: pointer;
  outline: none;
}

.small-card .card__action__label,
.small-card .card__action__price,
.small-card .card__action__text span {
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 5px;
  color: #333536;
}

@media only screen and (max-width: 640px) {
  .small-card .card__action__label,
  .small-card .card__action__price,
  .small-card .card__action__text span {
    line-height: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .small-card:hover .small-card__line,
  .small-card.active .small-card__line {
    background-color: #c8f3e6;
  }
}

@media only screen and (max-width: 767px) {
  .small-card {
    padding: 10px 148px 10px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .small-card {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

.small-card .card__metro__text,
.small-card .card__address__text {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .small-card .card__metro__text,
  .small-card .card__address__text {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .small-card .card__action {
    margin-bottom: 5px;
  }
}

.small-card__abs {
  height: 100%;
  width: 145px;
  position: absolute;
  top: 0;
  right: 20px;
  padding-left: 28px;
  padding-top: 14px;
}

@media only screen and (max-width: 640px) {
  .small-card__abs {
    width: 100%;
    top: auto;
    right: auto;
    position: static;
    height: auto;
    padding: 0;
  }
}

.small-card__abs .rating {
  top: 14px;
  right: 0;
}

.small-card__abs .small-card__testimonials {
  top: 32px;
  right: 0;
}

.small-card__abs .small-card__right-side__bottom {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .small-card__abs .small-card__right-side__bottom {
    width: 100%;
    position: static;
  }
}

.small-card__abs .small-card__right-side__bottom .btn {
  width: 108px;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .small-card__abs .small-card__right-side__bottom .btn {
    margin: 0;
    width: 100%;
  }
}

.small-card__abs .favorites-block {
  margin-right: 7px;
  width: 28px;
  height: 28px;
}

.small-card__abs .favorites-block__link {
  width: 28px;
  height: 28px;
  line-height: 25px;
}

.small-card__abs .btn-sign {
  width: 108px;
  height: 27px;
  line-height: 13px;
}

.small-card__title {
  color: #333536;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  text-decoration: none;
}

.small-card__title:hover {
  color: #333536;
}

@media only screen and (min-width: 992px) {
  .small-card__title:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 640px) {
  .small-card__title {
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    padding-right: 75px;
    display: block;
    margin-top: -3px;
    padding-bottom: 8px;
  }
}

.small-card i {
  margin-left: 0;
}

.card .small-card .card__label .icon-plus,
.card .small-card .card__label-description .icon-plus {
  margin-right: 0;
}

.card .small-card .card__label-description-mod {
  margin-bottom: 5px;
  margin-left: 0;
}

.card .small-card .rating {
  margin-right: 0;
}

.card .small-card .rating .rating__stars {
  display: inline-block;
}

.card .small-card .rating .rating__stars .rating__stars {
  display: inline-block;
}

.card .small-card .small-card__testimonials {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .card .small-card .small-card__testimonials {
    text-align: left;
  }
}

.small-card__gtext {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 7px;
}

.doctor_btn-modal {
  width: 100%;
  max-width: 265px;
  font-size: 13px;
  line-height: 38px;
  border-radius: 8px;
  padding: 0;
}

.small-card__right-side__price {
  text-align: right;
  margin-left: auto;
  margin-top: 11px;
  position: absolute;
  top: 2px;
  font-weight: bold;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .small-card__right-side__price {
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    bottom: auto;
    top: 11px;
    line-height: 14px;
    right: 10px;
    padding-bottom: 2px;
  }
}

.small-card__right-side__price span {
  font-size: 11px;
  line-height: 14px;
}

.small-card__right-side__price b {
  font-size: 13px;
  line-height: 16px;
}

@media only screen and (max-width: 640px) {
  .card .icon-plus,
  .small-card .icon-plus {
    display: none;
  }
}

.card .card__label-description-mod span,
.small-card .card__label-description-mod span {
  max-width: 90%;
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 12px;
  line-height: 14px;
}

.card .card__label-description-mod span.full,
.small-card .card__label-description-mod span.full {
  max-width: 90%;
  display: inline-block;
  overflow: auto;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
  padding-right: 0;
}

.card__label-description__link,
.small-card__label-description__link {
  color: #4b89d3;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}

.card__label-description__link:hover,
.small-card__label-description__link:hover,
.card__label-description__link:focus,
.small-card__label-description__link:focus {
  text-decoration: underline;
}

.card .rating__value,
.small-card .rating__value {
  float: left;
  position: relative;
  margin-right: 3px;
  font-size: 13px;
  line-height: 14px;
}

@media only screen and (max-width: 640px) {
  .card .rating__value,
  .small-card .rating__value {
    font-size: 20px;
    line-height: 20px;
  }
}

.card__schedule,
.small-card__schedule {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .card__schedule,
  .small-card__schedule {
    display: none;
  }
}

.card__schedule__i,
.small-card__schedule__i {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  text-align: center;
}

.card__schedule ul,
.small-card__schedule ul {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .card__schedule ul,
  .small-card__schedule ul {
    max-width: 90%;
  }
}

.card__schedule ul li,
.small-card__schedule ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #5e6e71;
}

.card__schedule ul li .left,
.small-card__schedule ul li .left {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 5px;
}

.card__schedule ul li .right,
.small-card__schedule ul li .right {
  display: inline-block;
  vertical-align: top;
}

.card__schedule-top,
.small-card__schedule-top {
  padding: 5px 10px;
  background-color: #dde8ea;
}

.card__schedule-top span,
.small-card__schedule-top span {
  display: inline-block;
  vertical-align: middle;
}

.card__schedule-top span:before,
.small-card__schedule-top span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("/i/icons.png");
  background-position: -702px -768px;
  width: 15px;
  height: 15px;
}

.card__left-side,
.small-card__left-side {
  display: inline-block;
  width: 155px;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: center;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .card__left-side,
  .small-card__left-side {
    min-height: 120px;
    width: 156px;
  }
}

@media only screen and (max-width: 640px) {
  .card__left-side,
  .small-card__left-side {
    padding-left: 10px;
    margin-right: 10px;
    min-height: 120px;
    width: 73px;
  }

  .card__left-side .like-box,
  .small-card__left-side .like-box {
    position: absolute;
    right: 15px;
    top: 85px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 767px) {
  .card__left-side .like-box,
  .small-card__left-side .like-box {
    position: relative;
    right: auto;
    top: auto;
  }
}

.card__right-side,
.small-card__right-side {
  margin-left: 0;
  padding-right: 10px;
  width: 76%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card__right-side,
  .small-card__right-side {
    width: 68%;
  }
}

@media only screen and (max-width: 991px) {
  .card__right-side,
  .small-card__right-side {
    width: 74%;
  }
}

@media only screen and (max-width: 767px) {
  .card__right-side,
  .small-card__right-side {
    width: 69.5%;
  }
}

@media only screen and (max-width: 640px) {
  .card__right-side,
  .small-card__right-side {
    width: 70%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .card__right-side_invert,
  .small-card__right-side_invert {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card__right-side_invert .benefits,
  .small-card__right-side_invert .benefits {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .card__right-side_invert .card__label-description-mod,
  .small-card__right-side_invert .card__label-description-mod {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.card__right-side .card__socwrap,
.small-card__right-side .card__socwrap {
  float: none;
  display: block;
  margin: 10px 0;
}

.card__right-side .small-card__action,
.small-card__right-side .small-card__action {
  padding: 0;
}

.card__right-side__bottom,
.small-card__right-side__bottom {
  margin-top: 9px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .card__right-side__bottom,
  .small-card__right-side__bottom {
    padding-bottom: 12px;
  }
}

.card__right-side__bottom__text,
.small-card__right-side__bottom__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #aeb6b8;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 0;
  width: 140px;
}

@media only screen and (max-width: 640px) {
  .card__right-side__bottom__text,
  .small-card__right-side__bottom__text {
    display: none;
  }
}

.card__bottom,
.small-card__bottom {
  -ms-flex-basis: 76%;
  -webkit-flex-basis: 76%;
  flex-basis: 76%;
  margin-left: 174px;
}

@media only screen and (max-width: 767px) {
  .card__bottom,
  .small-card__bottom {
    margin-left: 176px;
    -ms-flex-basis: 76%;
    -webkit-flex-basis: 76%;
    flex-basis: 76%;
  }
}

@media only screen and (max-width: 640px) {
  .card__bottom,
  .small-card__bottom {
    margin-left: 0;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 10px 0 0 0;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ebeff6;
    background: #f5f5f5;
  }
}

.card__title,
.small-card__title {
  display: inline-block;
  margin-top: -4px;
}

@media only screen and (max-width: 640px) {
  .card__title,
  .small-card__title {
    margin-top: 0;
  }
}

.card__title h1,
.small-card__title h1 {
  margin-bottom: 0;
  color: #4b89d3;
}

.card__image,
.small-card__image {
  width: 135px;
  height: 135px;
  margin: 0;
  position: relative;
  border: 1px solid #ebeff6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
}

@media only screen and (max-width: 640px) {
  .card__image,
  .small-card__image {
    padding: 3px;
  }
}

.card__image-mod,
.small-card__image-mod {
  width: 77px;
  height: 77px;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .card__image-mod,
  .small-card__image-mod {
    width: 77px;
    height: 77px;
  }
}

.card__image__link,
.small-card__image__link {
  display: block;
  height: 100%;
}

.card__image img,
.small-card__image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  border-radius: 8px;
}

.card__testimonials,
.small-card__testimonials {
  text-align: center;
  line-height: 14px;
  margin-top: 3px;
}

.card__testimonials a,
.small-card__testimonials a,
.card__testimonials span,
.small-card__testimonials span {
  font-size: 11px;
  color: #0957c3;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .card__testimonials a:hover,
  .small-card__testimonials a:hover,
  .card__testimonials span:hover,
  .small-card__testimonials span:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 640px) {
  .card__testimonials a,
  .small-card__testimonials a,
  .card__testimonials span,
  .small-card__testimonials span {
    font-size: 10px;
    line-height: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 640px) {
  .card__testimonials a,
  .small-card__testimonials a {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .card__testimonials span,
  .small-card__testimonials span {
    max-width: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .card__testimonials span.count,
  .small-card__testimonials span.count {
    max-width: 100%;
    display: inline;
  }
}

.card__info,
.small-card__info {
  position: relative;
  top: 3px;
  margin-left: 5px;
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -531px -768px;
  width: 15px;
  height: 15px;
  outline: none;
}

@media only screen and (max-width: 639px) {
  .card__info,
  .small-card__info {
    display: none;
  }
}

.card__consultations,
.small-card__consultations {
  padding-top: 7px;
  font-size: 14px;
  color: #7f7f7f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card .favorites-block,
  .small-card .favorites-block {
    margin-top: 1px;
  }
}

.card__address,
.small-card__address,
.card__location,
.small-card__location,
.card__metro,
.small-card__metro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 0;
  color: #b6bfc8;
}

@media only screen and (max-width: 1199px) {
  .card__address,
  .small-card__address,
  .card__location,
  .small-card__location,
  .card__metro,
  .small-card__metro {
    max-width: 100%;
  }
}

.card__address__i,
.small-card__address__i,
.card__location__i,
.small-card__location__i,
.card__metro__i,
.small-card__metro__i {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  min-width: 14px;
  height: 16px;
  color: #b6bfc8;
  text-align: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.card__address__text,
.small-card__address__text,
.card__location__text,
.small-card__location__text,
.card__metro__text,
.small-card__metro__text {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  line-height: 13px;
  font-size: 11px;
  color: #333536;
  margin: 1px 3px 8px;
}

@media only screen and (max-width: 1199px) {
  .card__address__text,
  .small-card__address__text,
  .card__location__text,
  .small-card__location__text,
  .card__metro__text,
  .small-card__metro__text {
    max-width: 93%;
  }
}

@media only screen and (max-width: 640px) {
  .card__address__text,
  .small-card__address__text,
  .card__location__text,
  .small-card__location__text,
  .card__metro__text,
  .small-card__metro__text {
    max-width: 100%;
    margin-bottom: 0;
    line-height: 14px;
    font-size: 11px;
  }
}

.card__address,
.small-card__address {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .card__address,
  .small-card__address {
    margin-right: 0;
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 1199px) {
  .card__address__text,
  .small-card__address__text {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 640px) {
  .card__address__text,
  .small-card__address__text {
    margin-right: 0;
  }
}

.card__address__btn,
.small-card__address__btn {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .card__address__btn:hover,
  .small-card__address__btn:hover,
  .card__address__btn:focus,
  .small-card__address__btn:focus {
    text-decoration: none;
  }
}

@media only screen and (max-width: 640px) {
  .card__address__btn,
  .small-card__address__btn {
    line-height: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .card__metro__text,
  .small-card__metro__text {
    margin-top: 2px;
  }
}

.card__short-summary,
.small-card__short-summary {
  padding: 0;
  color: #5e6e71;
  font-size: 14px;
  font-weight: 400;
}

.card__long-summary,
.small-card__long-summary {
  padding: 0;
  color: #5e6e71;
  font-size: 14px;
  font-weight: 400;
}

.card__footer,
.small-card__footer {
  display: block;
  width: 100%;
}

.card__footer .link,
.small-card__footer .link {
  display: inline-block;
  margin: 13px 0 12px;
  font-size: 16px;
  color: #4b89d3;
  line-height: 17px;
}

.card__footer .link.link-border,
.small-card__footer .link.link-border {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #c4e2e8;
}

@media only screen and (max-width: 767px) {
  .card__footer .link,
  .small-card__footer .link {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 560px) {
  .card__footer .link,
  .small-card__footer .link {
    display: block;
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
}

@media only screen and (max-width: 560px) {
  .card__footer .btn,
  .small-card__footer .btn {
    float: none;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 7px;
    font-size: 18px;
    line-height: 1;
  }
}

.card__footer .small-card__schedule,
.small-card__footer .small-card__schedule {
  float: left;
  margin-top: 0;
  padding: 8px 0px 8px 0;
  border-color: transparent;
  zoom: 1;
}

.card__footer .small-card__schedule:before,
.small-card__footer .small-card__schedule:before,
.card__footer .small-card__schedule:after,
.small-card__footer .small-card__schedule:after {
  content: "";
  display: table;
}

.card__footer .small-card__schedule:after,
.small-card__footer .small-card__schedule:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .card__footer .small-card__schedule,
  .small-card__footer .small-card__schedule {
    float: none;
  }
}

.card__footer .small-card__schedule-mod,
.small-card__footer .small-card__schedule-mod {
  float: none;
}

.card__footer .small-card__schedule li,
.small-card__footer .small-card__schedule li {
  float: left;
  margin-right: 9px;
}

.card__footer .small-card__schedule li .left,
.small-card__footer .small-card__schedule li .left {
  width: auto;
  margin-right: 4px;
}

.card__footer .small-card__schedule:before,
.small-card__footer .small-card__schedule:before {
  left: 0;
  top: 6px;
  margin-left: 0;
}

.card hr,
.small-card hr {
  margin: 5px -4px 8px;
}

@media only screen and (max-width: 560px) {
  .card hr,
  .small-card hr {
    clear: both;
  }
}

.card .address-info,
.small-card .address-info {
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
  border-top: 1px solid #dde8ea;
  border-bottom: 1px solid #dde8ea;
  zoom: 1;
}

.card .address-info:before,
.small-card .address-info:before,
.card .address-info:after,
.small-card .address-info:after {
  content: "";
  display: table;
}

.card .address-info:after,
.small-card .address-info:after {
  clear: both;
}

.card.inner h6,
.small-card.inner h6,
.card.inner .filials-list,
.small-card.inner .filials-list {
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .card .card__image,
  .small-card .card__image,
  .card .small-card__image,
  .small-card .small-card__image {
    width: 63px;
    height: 63px;
    margin: 0;
  }

  .card .card__image img,
  .small-card .card__image img,
  .card .small-card__image img,
  .small-card .small-card__image img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .card .card__right-side .card__address__text,
  .small-card .card__right-side .card__address__text {
    display: inline-block;
  }
}

.card-widgets {
  margin-top: 20px;
}

.card-widgets .card__testimonials a {
  display: block;
}

@media only screen and (max-width: 640px) {
  .card-widgets .slick-arrow {
    width: 20px;
    height: 20px;
  }

  .card-widgets .slick-arrow svg {
    margin-top: 2px;
  }
}

.card_widget_wide.spacial .benefits__item,
.card_widget_slide.spacial .benefits__item,
.card_widget_thin.spacial .benefits__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-right: 20px;
  position: relative;
}

.card_widget_wide.spacial .benefits__item:last-child,
.card_widget_slide.spacial .benefits__item:last-child,
.card_widget_thin.spacial .benefits__item:last-child {
  margin-right: 0;
}

.card_widget_wide.spacial .benefits__item:before,
.card_widget_slide.spacial .benefits__item:before,
.card_widget_thin.spacial .benefits__item:before {
  vertical-align: top;
  content: '';
  width: 18px;
  height: 17px;
  background-color: #46d5ac;
  border-radius: 4px;
  font-family: "icomoon";
  font-size: 9px;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_widget_wide.spacial .benefits__item:after,
.card_widget_slide.spacial .benefits__item:after,
.card_widget_thin.spacial .benefits__item:after {
  content: '';
  height: 3px;
  width: 6px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 0;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
  background-color: #0957c3;
}

.card_widget_wide.spacial .benefits__item.review-doc .benefits__title_years,
.card_widget_slide.spacial .benefits__item.review-doc .benefits__title_years,
.card_widget_thin.spacial .benefits__item.review-doc .benefits__title_years {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: -5px;
  margin-left: 0;
  z-index: 10;
  width: 28px;
  font-weight: bold;
  text-align: center;
  color: #0957c3;
}

@media only screen and (max-width: 640px) {
  .card_widget_wide.spacial .benefits__item.review-doc .benefits__title_years,
  .card_widget_slide.spacial .benefits__item.review-doc .benefits__title_years,
  .card_widget_thin.spacial .benefits__item.review-doc .benefits__title_years {
    margin-top: 0;
  }
}

.card_widget_wide.spacial .benefits__item.review-doc:before,
.card_widget_slide.spacial .benefits__item.review-doc:before,
.card_widget_thin.spacial .benefits__item.review-doc:before {
  background-color: #eef3fb;
  width: 28px;
}

.card_widget_wide.spacial .benefits__item.experience-doc .benefits__title_years,
.card_widget_slide.spacial .benefits__item.experience-doc .benefits__title_years,
.card_widget_thin.spacial .benefits__item.experience-doc .benefits__title_years {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: -5px;
  margin-left: 0;
  z-index: 10;
  width: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .card_widget_wide.spacial .benefits__item.experience-doc .benefits__title_years,
  .card_widget_slide.spacial .benefits__item.experience-doc .benefits__title_years,
  .card_widget_thin.spacial .benefits__item.experience-doc .benefits__title_years {
    margin-top: 0;
  }
}

.card_widget_wide .handbox-wrapper,
.card_widget_slide .handbox-wrapper,
.card_widget_thin .handbox-wrapper {
  position: relative;
  top: auto;
  right: auto;
}

.card_widget_wide .card__title,
.card_widget_slide .card__title,
.card_widget_thin .card__title {
  padding-right: 0;
}

.card_widget_wide .card__image,
.card_widget_slide .card__image,
.card_widget_thin .card__image,
.card_widget_wide .small-card__image,
.card_widget_slide .small-card__image,
.card_widget_thin .small-card__image {
  width: 58px;
  height: 58px;
  padding: 3px;
}

@media only screen and (max-width: 640px) {
  .card_widget_wide .card__image,
  .card_widget_slide .card__image,
  .card_widget_thin .card__image,
  .card_widget_wide .small-card__image,
  .card_widget_slide .small-card__image,
  .card_widget_thin .small-card__image {
    width: 58px;
    height: 58px;
  }
}

.card_widget_wide .card__image img,
.card_widget_slide .card__image img,
.card_widget_thin .card__image img,
.card_widget_wide .small-card__image img,
.card_widget_slide .small-card__image img,
.card_widget_thin .small-card__image img {
  max-width: 100%;
  padding: 0;
  position: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  left: auto;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .card_widget_wide .card__image img,
  .card_widget_slide .card__image img,
  .card_widget_thin .card__image img,
  .card_widget_wide .small-card__image img,
  .card_widget_slide .small-card__image img,
  .card_widget_thin .small-card__image img {
    height: auto;
  }
}

.card_widget_wide .card__left-side,
.card_widget_slide .card__left-side,
.card_widget_thin .card__left-side,
.card_widget_wide .small-card__left-side,
.card_widget_slide .small-card__left-side,
.card_widget_thin .small-card__left-side {
  width: 78px;
  min-height: inherit;
}

@media only screen and (max-width: 640px) {
  .card_widget_wide .card__left-side,
  .card_widget_slide .card__left-side,
  .card_widget_thin .card__left-side,
  .card_widget_wide .small-card__left-side,
  .card_widget_slide .small-card__left-side,
  .card_widget_thin .small-card__left-side {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .card_widget_wide .rating,
  .card_widget_slide .rating,
  .card_widget_thin .rating {
    margin-right: 0;
  }
}

.card_widget_wide .small-card__abs .small-card__right-side__bottom,
.card_widget_slide .small-card__abs .small-card__right-side__bottom,
.card_widget_thin .small-card__abs .small-card__right-side__bottom {
  top: auto;
  bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .card_widget_wide .small-card__abs .small-card__right-side__bottom,
  .card_widget_slide .small-card__abs .small-card__right-side__bottom,
  .card_widget_thin .small-card__abs .small-card__right-side__bottom {
    position: inherit;
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .card_widget_wide .small-card__abs,
  .card_widget_slide .small-card__abs,
  .card_widget_thin .small-card__abs {
    position: inherit;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}

.card_widget_wide .card__bottom,
.card_widget_slide .card__bottom,
.card_widget_thin .card__bottom {
  -ms-flex-basis: 66%;
  -webkit-flex-basis: 66%;
  flex-basis: 66%;
  margin-left: 98px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card_widget_wide .card__bottom,
  .card_widget_slide .card__bottom,
  .card_widget_thin .card__bottom {
    -ms-flex-basis: 57%;
    -webkit-flex-basis: 57%;
    flex-basis: 57%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card_widget_wide .card__bottom,
  .card_widget_slide .card__bottom,
  .card_widget_thin .card__bottom {
    -ms-flex-basis: 63%;
    -webkit-flex-basis: 63%;
    flex-basis: 63%;
  }
}

@media only screen and (max-width: 767px) {
  .card_widget_wide .card__bottom,
  .card_widget_slide .card__bottom,
  .card_widget_thin .card__bottom {
    -ms-flex-basis: 58%;
    -webkit-flex-basis: 58%;
    flex-basis: 58%;
  }
}

@media only screen and (max-width: 640px) {
  .card_widget_wide .card__bottom,
  .card_widget_slide .card__bottom,
  .card_widget_thin .card__bottom {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin.card_doctor .card__left-side {
    height: 140px;
  }

  .card.card_widget_thin.card_doctor .rating {
    top: 95px;
  }

  .card.card_widget_thin.card_doctor .card__testimonials {
    top: 120px;
  }
}

.card.card_widget_thin.card_doctor .card__image {
  height: 75px;
  padding: 3px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin.card_doctor .card__image {
    width: 58px;
    height: 75px;
  }
}

.card.card_widget_thin.card_doctor .card__image img {
  max-width: 100%;
  width: 100%;
  padding: 0;
  position: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin.card_doctor .card__image img {
    height: auto;
  }
}

.card.card_widget_thin.card_clinic {
  padding-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin.card_clinic {
    padding-bottom: 0;
  }
}

.card.card_widget_thin.card_clinic .card__right-side {
  width: 64%;
}

@media only screen and (max-width: 1199px) {
  .card.card_widget_thin.card_clinic .card__right-side {
    width: 55%;
  }
}

.card.card_widget_thin.card_clinic .card__label-description-mod {
  margin-bottom: 6px;
  margin-left: 0;
}

.card.card_widget_thin.card_clinic .small-card__abs .small-card__right-side__bottom {
  bottom: 0;
}

.card.card_widget_thin.card_clinic .card__address__text,
.card.card_widget_thin.card_clinic .card__metro__text {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin.card_clinic .card__bottom {
    margin: 0;
    padding-right: 10px;
  }
}

.card.card_widget_wide .card__right-side .handbox-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide .card__right-side .handbox-wrapper {
    display: none;
  }
}

.card.card_widget_wide .card__right-side .handbox-wrapper .card__testimonials {
  top: 23px;
  right: 20px;
  width: auto;
}

.card.card_widget_wide .card__right-side__price {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #5e6e71;
}

.card.card_widget_wide .card__right-side__price b {
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide.card_doctor .card__left-side {
    height: 140px;
  }

  .card.card_widget_wide.card_doctor .rating {
    top: 95px;
  }

  .card.card_widget_wide.card_doctor .card__testimonials {
    top: 120px;
  }
}

.card.card_widget_wide.card_doctor .card__label {
  margin-bottom: 2px;
}

.card.card_widget_wide.card_doctor .card__label p {
  font-size: 12px;
  line-height: 16px;
}

.card.card_widget_wide.card_doctor .card__image {
  height: 75px;
  padding: 3px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide.card_doctor .card__image {
    width: 58px;
    height: 75px;
  }
}

.card.card_widget_wide.card_doctor .card__image img {
  max-width: 100%;
  width: 100%;
  padding: 0;
  position: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide.card_doctor .card__image img {
    height: auto;
  }
}

.card.card_widget_wide .card__right-side {
  -ms-flex-basis: 66%;
  -webkit-flex-basis: 66%;
  flex-basis: 66%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card.card_widget_wide .card__right-side {
    -ms-flex-basis: 57%;
    -webkit-flex-basis: 57%;
    flex-basis: 57%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card.card_widget_wide .card__right-side {
    -ms-flex-basis: 63%;
    -webkit-flex-basis: 63%;
    flex-basis: 63%;
  }
}

@media only screen and (max-width: 767px) {
  .card.card_widget_wide .card__right-side {
    -ms-flex-basis: 58%;
    -webkit-flex-basis: 58%;
    flex-basis: 58%;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide .card__right-side {
    -ms-flex-basis: 68%;
    -webkit-flex-basis: 68%;
    flex-basis: 68%;
  }
}

@media only screen and (min-width: 992px) {
  .card.card_widget_wide .card__schedule ul {
    max-width: 92%;
  }
}

.card.card_widget_wide .rating {
  top: 13px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide .rating {
    top: 80px;
  }
}

.card.card_widget_wide .card__testimonials {
  top: 33px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide .card__testimonials {
    top: 104px;
  }
}

.card.card_widget_wide .card__address {
  margin-right: 10px;
}

.card.card_widget_wide .card__address__text,
.card.card_widget_wide .card__metro__text {
  max-width: 95%;
}

@media only screen and (max-width: 1199px) {
  .card.card_widget_wide .card__address__text,
  .card.card_widget_wide .card__metro__text {
    max-width: 92%;
  }
}

.card.card_widget_wide .card__title .card__title__link {
  font-size: 20px;
  line-height: 20px;
}

.card.card_widget_wide .card__label-description-mod span {
  max-width: 452px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card.card_widget_wide .card__label-description-mod span {
    max-width: 313px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card.card_widget_wide .card__label-description-mod span {
    max-width: 410px;
  }
}

@media only screen and (max-width: 767px) {
  .card.card_widget_wide .card__label-description-mod span {
    max-width: 305px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide .card__label-description-mod span {
    max-width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_widget_wide .card__bottom {
    margin: 0;
    padding-right: 10px;
  }
}

.card.card_widget_thin .rating {
  top: 13px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin .rating {
    top: 80px;
  }
}

.card.card_widget_thin .card__testimonials {
  top: 33px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin .card__testimonials {
    top: 104px;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_widget_thin .card__bottom {
    padding-right: 10px;
    margin: 0;
  }
}

.card.card_widget_slide {
  margin-right: 14px;
  margin-bottom: 0;
  outline: none;
  border-radius: 8px;
}

.card.card_widget_slide .card__address__i {
  color: #c0c2c4;
}

.card.card_widget_slide.card_doctor .card__image {
  height: 75px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide {
    margin-right: 0;
  }

  .card.card_widget_slide .card__left-side {
    height: auto;
  }

  .card.card_widget_slide .card__bottom {
    margin: 0;
    padding-top: 8px;
    background: #fff;
    border-top: none;
  }

  .card.card_widget_slide .handbox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.card.card_widget_slide .item {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.card.card_widget_slide .card__title {
  margin-bottom: 1px;
}

.card.card_widget_slide .card__title .card__title__link {
  font-size: 16px;
  line-height: 18px;
  display: block;
}

.card.card_widget_slide .card__right-side,
.card.card_widget_slide .card__bottom {
  -ms-flex-basis: 70%;
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
}

.card.card_widget_slide .card__address,
.card.card_widget_slide .card__location,
.card.card_widget_slide .card__metro {
  margin-right: 0;
  max-width: 100%;
}

.card.card_widget_slide .card__address__text,
.card.card_widget_slide .card__location__text,
.card.card_widget_slide .card__metro__text {
  max-width: 228px;
  margin-right: 0;
  margin-bottom: 7px;
}

.card.card_widget_slide .card__metro {
  margin-bottom: 7px;
}

.card.card_widget_slide .handbox .handbox_down,
.card.card_widget_slide .handbox .handbox_up {
  margin-left: 15px;
}

.card.card_widget_slide .handbox-wrapper {
  width: 50%;
  top: auto;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .handbox-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
    height: 27px;
  }
}

.card.card_widget_slide .handbox {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}

.card.card_widget_slide .handbox .handbox_up {
  margin-left: 0;
}

.card.card_widget_slide .card__testimonials {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  height: 14px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .card__testimonials {
    text-align: center;
    width: auto;
  }
}

.card.card_widget_slide .card__testimonials i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}

.card.card_widget_slide .card__testimonials i svg {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}

.card.card_widget_slide .card__testimonials i svg path {
  fill: #0957c3 !important;
}

.card.card_widget_slide .card__testimonials span {
  color: #333536;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
}

@media only screen and (min-width: 1200px) {
  .card.card_widget_slide .card__testimonials span:hover {
    color: #4b89d3;
  }
}

.card.card_widget_slide .favorites-block,
.card.card_widget_slide .favorites-block__link {
  width: 27px;
  line-height: 24px;
}

.card.card_widget_slide .favorites-block__link {
  height: 27px;
}

.card.card_widget_slide .card__address__text,
.card.card_widget_slide .card__metro__text {
  max-width: 90%;
}

.card.card_widget_slide .card__bottom__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 8px 20px 8px;
  border-top: 1px solid #e8e8e8;
  min-height: 53px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .card__bottom__wrapper {
    padding: 10px;
  }
}

.card.card_widget_slide .card__bottom__wrapper .card__testimonials a:hover {
  text-decoration: none;
}

@media desktop_large {
  .card.card_widget_slide .card__bottom__wrapper .card__testimonials span:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .card__bottom {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.card.card_widget_slide .card__right-side__bottom {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .card__right-side__bottom {
    margin-top: 0;
    width: 50%;
    display: block;
  }
}

.card.card_widget_slide .card__right-side__bottom .btn {
  width: 108px;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .card__right-side__bottom .btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.card.card_widget_slide .rating-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
  width: 165px;
  height: 20px;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .rating-wrapper {
    width: 50%;
  }
}

.card.card_widget_slide .rating-wrapper .card__testimonials {
  margin-top: 2px;
}

.card.card_widget_slide .rating-wrapper .rating {
  position: relative;
  top: auto;
  right: auto;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .card.card_widget_slide .rating-wrapper .rating {
    margin-right: 0;
  }
}

.card.card_widget_slide .rating-wrapper .rating__stars {
  width: 18px;
  height: 16px;
  margin-top: 1px;
  margin-left: 0;
}

.card.card_widget_slide .rating-wrapper .rating__stars-bg {
  background-image: url("/i/icons.png");
  background-position: -618px -430px;
  width: 18px;
  height: 16px;
}

.card.card_widget_slide .rating-wrapper .rating__stars-overlay {
  background-image: url("/i/icons.png");
  background-position: -596px -430px;
  width: 18px;
  height: 16px;
}

.card.card_widget_slide .rating-wrapper .rating__value {
  float: none;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  font-size: 13px;
  line-height: 1;
  vertical-align: bottom;
  top: auto;
}

.card_widget-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-right: 14px;
}

.card_widget-top .search-clinic__subtitle {
  margin-bottom: 0;
}

.card_widget-top__title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}

.card_widget-top__link {
  color: #4b89d3;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-right: 22px;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .card_widget-top__link:hover {
    text-decoration: underlin;
  }
}

.card-widgets_rich {
  padding: 40px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .card-widgets_rich {
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .card-widgets_rich {
    padding: 10px;
  }
}

.card__specialty__text {
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  color: #5e6e71;
}

.clinic-list,
.clinic-page {
  margin-bottom: 20px;
}

.clinic-list .handbox-wrapper .card__testimonials,
.clinic-page .handbox-wrapper .card__testimonials {
  top: 21px;
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (max-width: 640px) {
  .clinic-list .handbox-wrapper .card__testimonials,
  .clinic-page .handbox-wrapper .card__testimonials {
    top: 43px;
  }
}

.clinic-list .card_widget_slide .handbox-wrapper .card__testimonials,
.clinic-page .card_widget_slide .handbox-wrapper .card__testimonials {
  width: auto;
  top: auto;
  left: auto;
}

.clinic-list {
  margin-bottom: 0;
}

.handbox-wrapper {
  position: absolute;
  top: -1px;
  right: 11px;
  width: 116px;
  height: 40px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .handbox-wrapper {
    width: 63px;
    top: 72px;
    right: auto;
    left: 10px;
  }

  .handbox-wrapper .card__testimonials span,
  .handbox-wrapper .small-card__testimonials span {
    max-width: 100%;
  }
}

.clinic-page .handbox-wrapper {
  top: 18px;
}

@media only screen and (max-width: 640px) {
  .clinic-page .handbox-wrapper {
    top: 82px;
  }
}

.handbox .handbox_up,
.handbox .handbox_down {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .handbox .handbox_up,
  .handbox .handbox_down {
    display: block;
    margin-left: 0;
  }
}

.handbox .handbox_up:first-of-type,
.handbox .handbox_down:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .handbox .handbox_down {
    display: none;
  }
}

.handbox .hand-up-i {
  fill: #47d7ac;
}

.handbox .hand-down-i {
  fill: #e74a37;
  margin-top: 5px;
}

.handbox button {
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 18px;
}

@media only screen and (max-width: 640px) {
  .handbox button {
    height: 17px;
  }
}

.handbox svg {
  width: 18px;
}

.handbox span {
  color: #5e6e71;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

.clinic-list .col-md-8,
.clinic-page .col-md-8 {
  padding-right: 3px;
}

@media only screen and (max-width: 1199px) {
  .clinic-list .col-md-8,
  .clinic-page .col-md-8 {
    width: 100%;
    padding-right: 10px;
  }

  .clinic-list .col-md-8.affilliate-wrap,
  .clinic-page .col-md-8.affilliate-wrap {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .clinic-list .col-md-4.day-dropdown-wrapper,
  .clinic-page .col-md-4.day-dropdown-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .clinic-list .clinic-list-switch,
  .clinic-page .clinic-list-switch {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 1199px) {
  .clinic-list.fixed .col-md-4 .day-dropdown-wrapper,
  .clinic-page.fixed .col-md-4 .day-dropdown-wrapper {
    width: 96%;
    left: 2%;
    padding: 0 10px;
    margin-top: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .clinic-list.fixed .col-md-4 .day-dropdown-wrapper,
  .clinic-page.fixed .col-md-4 .day-dropdown-wrapper {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 640px) {
  .clinic-list.fixed .col-md-4 .day-dropdown-wrapper,
  .clinic-page.fixed .col-md-4 .day-dropdown-wrapper {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .clinic-list.fixed .col-md-4 .day-dropdown__list,
  .clinic-page.fixed .col-md-4 .day-dropdown__list {
    left: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .clinic-list.fixed .col-md-8,
  .clinic-page.fixed .col-md-8 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .clinic-list_inner {
    padding: 0 10px;
  }

  .clinic-list_inner .col-md-4.day-dropdown-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.day-dropdown-wrapper {
  padding-left: 0;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 1199px) {
  .day-dropdown-wrapper {
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 20px;
  }
}

.day-dropdown {
  border-top: 1px solid #ebeff6;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  background: #f5f5f5;
  height: 82px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 23px 20px 25px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .day-dropdown {
    height: 41px;
    background: #fff;
    padding: 7px 20px 7px;
    margin-bottom: 20px;
  }
}

.day-dropdown__item {
  margin-right: 12px;
}

.day-dropdown__item .vis-lg {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .day-dropdown__item .vis-lg {
    display: none;
  }
}

.day-dropdown__item .vis-xs {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .day-dropdown__item .vis-xs {
    display: block;
  }
}

.day-dropdown .slick-arrow {
  background: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.day-dropdown .slick-arrow:hover {
  background: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.day-dropdown .slick-arrow:hover svg {
  fill: #47d7ac;
}

.day-dropdown .slick-prev {
  left: 7px;
}

.day-dropdown .slick-next {
  right: 1px;
}

.day-dropdown p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.day-dropdown span {
  font-size: 12px;
  display: block;
  padding-left: 0;
  text-align: center;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.small-card__line {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.cl .small-card__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .cl .small-card__line {
    width: 40px;
    height: 5px;
    top: -5px;
  }
}

.clinic-page .day-dropdown {
  border-top: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  margin-bottom: 20px;
}

.clinic-page .card-top-side {
  margin-bottom: 20px;
}

.clinic-page .card-top-side .md-banner img {
  margin-bottom: 0;
}

#getFixedList,
#getFixedInner {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  min-height: 82px;
  margin-top: 4px;
  border-radius: 8px;
}

@media only screen and (max-width: 1199px) {
  #getFixedList,
  #getFixedInner {
    margin-top: 0;
  }
}

#getFixedList .clinic-list,
#getFixedInner .clinic-list {
  max-width: 1150px;
  margin: 0;
}

#getFixedList .clinic-list .col-md-8,
#getFixedInner .clinic-list .col-md-8 {
  padding: 0;
}

#getFixedList .col-md-4,
#getFixedInner .col-md-4 {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  #getFixedList .col-md-4,
  #getFixedInner .col-md-4 {
    width: 100%;
  }
}

#getFixedList .day-dropdown-text {
  height: 101px;
}

@media only screen and (max-width: 1199px) {
  #getFixedList .day-dropdown-text {
    height: 40px;
  }
}

#getFixedList .day-dropdown__i {
  padding-top: 2px;
}

#getFixedList .col-md-4 {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  #getFixedList .col-md-4 {
    width: 100%;
  }
}

#getFixedList>.clinic-list.fixed,
#getFixedList>.clinic-page.fixed,
#getFixedInner>.clinic-list.fixed,
#getFixedInner>.clinic-page.fixed {
  position: fixed;
  width: 1150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 51px;
  margin: 0;
  -webkit-box-shadow: 4px 2px 15px rgba(128,142,184,0.2);
  box-shadow: 4px 2px 15px rgba(128,142,184,0.2);
  border-radius: 0 0 8px 8px;
}

#getFixedList>.clinic-list.fixed .col-md-8,
#getFixedList>.clinic-page.fixed .col-md-8,
#getFixedInner>.clinic-list.fixed .col-md-8,
#getFixedInner>.clinic-page.fixed .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

#getFixedList>.clinic-list.fixed .col-md-8 .search-clinic,
#getFixedList>.clinic-page.fixed .col-md-8 .search-clinic,
#getFixedInner>.clinic-list.fixed .col-md-8 .search-clinic,
#getFixedInner>.clinic-page.fixed .col-md-8 .search-clinic {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#getFixedList>.clinic-list.fixed .col-md-4,
#getFixedList>.clinic-page.fixed .col-md-4,
#getFixedInner>.clinic-list.fixed .col-md-4,
#getFixedInner>.clinic-page.fixed .col-md-4 {
  padding-right: 0;
}

@media only screen and (max-width: 1199px) {
  #getFixedList>.clinic-list.fixed .col-md-4,
  #getFixedList>.clinic-page.fixed .col-md-4,
  #getFixedInner>.clinic-list.fixed .col-md-4,
  #getFixedInner>.clinic-page.fixed .col-md-4 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  #getFixedList>.clinic-list.fixed .col-md-4,
  #getFixedList>.clinic-page.fixed .col-md-4,
  #getFixedInner>.clinic-list.fixed .col-md-4,
  #getFixedInner>.clinic-page.fixed .col-md-4 {
    padding: 0;
  }
}

#getFixedList>.clinic-list.fixed .col-md-4 .day-dropdown,
#getFixedList>.clinic-page.fixed .col-md-4 .day-dropdown,
#getFixedInner>.clinic-list.fixed .col-md-4 .day-dropdown,
#getFixedInner>.clinic-page.fixed .col-md-4 .day-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) {
  #getFixedList>.clinic-list.fixed,
  #getFixedList>.clinic-page.fixed,
  #getFixedInner>.clinic-list.fixed,
  #getFixedInner>.clinic-page.fixed {
    width: 100%;
    max-width: 100%;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #getFixedList>.clinic-list.fixed .col-md-8,
  #getFixedList>.clinic-page.fixed .col-md-8,
  #getFixedInner>.clinic-list.fixed .col-md-8,
  #getFixedInner>.clinic-page.fixed .col-md-8 {
    padding-left: 0;
  }
}

#getFixedList>.clinic-page.fixed,
#getFixedInner>.clinic-page.fixed {
  max-width: 1150px;
}

#getFixedInner.clinic-list_inner {
  min-height: inherit;
  padding: 0;
}

.day-dropdown-block {
  position: relative;
  z-index: 20;
}

.day-dropdown-wrapper {
  padding: 0;
}

.day-dropdown-wrapper button {
  font-family: 'SuisseIntl';
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: 500;
  padding: 0 9px;
  background: rgba(0,0,0,0);
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}

.day-dropdown-wrapper button:hover,
.day-dropdown-wrapper button:active,
.day-dropdown-wrapper button:focus {
  outline: none;
}

.day-dropdown-wrapper .day-dropdown_link {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.day-dropdown-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  text-align: left;
  border-top: 1px solid #fff;
  border-left: 1px solid #ebeff6;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 1200px) {
  .day-dropdown-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .day-dropdown-text {
    height: 40px;
    border: 0 solid;
    border-radius: 0 0 8px 8px;
  }
}

.day-dropdown-text span {
  line-height: 13px;
  font-size: 13px;
  font-weight: 500;
  color: #333536;
}

.day-dropdown_click {
  line-height: 13px;
  font-size: 13px;
  color: #0957c3;
}

.day-dropdown__i {
  width: 8px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  font-size: 40%;
  color: #0957c3;
}

.day-dropdown__list {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 0;
  visibility: hidden;
  display: none;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  top: 100%;
  left: auto;
  right: 0;
  background: #fff;
  border: 1px solid #e1e4ee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  border-radius: 0 0 8px 8px;
  padding: 20px 0;
}

.day-dropdown__list.active {
  opacity: 1;
  display: block;
  -ms-filter: none;
  filter: none;
  z-index: 1;
  visibility: visible;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .day-dropdown__list {
    left: 0;
  }
}

.day-dropdown_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  padding: 0 40px;
  min-height: 27px;
  position: relative;
}

.day-dropdown_item:before {
  position: absolute;
  left: 23px;
  font-size: 60%;
  color: transparent;
}

.day-dropdown_item svg {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
}

.day-dropdown_item:hover {
  background: #f3f8fb;
}

.day-dropdown_link {
  line-height: 14px;
  color: #333536;
  text-align: left;
}

.day-dropdown_link span {
  color: #707272;
  text-align: left;
  margin-left: 5px;
}

.day-dropdown_item.active:before {
  color: #4b89d3;
}

.day-dropdown_item.active .day-dropdown_link {
  color: #0957c3;
}

.day-dropdown_item.active svg {
  display: block;
}

.info-cla {
  position: relative;
  margin-left: 14px;
}

.info-cla:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  background: url("i/i.png");
  width: 21px;
  height: 21px;
}

.info-cla + .tooltip > .tooltip-inner {
  color: #5e6e71;
  font-size: 15px;
  background-color: #fff9e9;
  border: 1px solid #eee5cd;
  border-radius: 3px;
  max-width: 500px;
  padding: 15px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.info-cla + .tooltip > .tooltip-arrow {
  border-top-color: #fff9e9 !important;
  border-width: 10px 10px 0;
  bottom: -4px;
}

.info-cla + .tooltip > .tooltip-arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -2px;
  border-width: 12px 12px 0;
  border-top-color: #eee5cd !important;
  z-index: -1;
  left: 50%;
  margin-left: -12px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.tab-content {
  background: #fff;
  border-radius: 8px;
}

.tab-content.tab-content_admin {
  background: rgba(255,255,255,0);
}

.tab-content.tab-content_admin .tab-pane {
  background: rgba(255,255,255,0);
}

.tab-content .offers-list {
  background: #e5e5e5;
}

.tab-content .rich-content {
  padding: 40px;
  overflow: auto;
}

@media only screen and (max-width: 640px) {
  .tab-content .rich-content {
    padding: 20px !important;
  }
}

.tab-content .rich-content img {
  margin-top: 15px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .offers-list .col-md-4:last-of-type .widget-discount {
    margin-bottom: 5px;
  }
}

.search-clinic__filter_wrapper_direction {
  background: #fff;
  border-bottom: 1px solid #ebeff6;
  padding: 10px 20px;
}

.tab-doc-cards {
  background: #fff;
  padding-bottom: 0;
  border-radius: 8px;
}

.tab-doc-cards .pagination {
  padding: 0;
}

.tab-doc-cards .tab-doc-card__title {
  color: #4b89d3;
  font-size: 20px;
  line-height: 22px;
  margin: -4px 0 2px 0;
  font-weight: 400;
}

.tab-doc-cards .tab-doc-card__title a {
  text-decoration: none;
  color: #333536;
}

@media only screen and (min-width: 1200px) {
  .tab-doc-cards .tab-doc-card__title a:hover {
    text-decoration: underline;
  }
}

.tab-doc-cards .catalog-checkboxes {
  margin: 0;
}

.tab-doc-cards .rating__value {
  line-height: 16px;
  margin-top: -3px;
}

.tab-doc-cards .rating__stars {
  margin: -1px 0 0 4px;
}

.tab-doc-cards .testimonials {
  margin-top: 4px;
}

.tab-doc-cards .testimonials a {
  font-size: 11px;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .tab-doc-cards .testimonials a:hover {
    text-decoration: underline;
  }
}

.tab-doc-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 640px) {
  .tab-doc-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.tab-doc-card:last-of-type {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .tab-doc-card .testimonials span {
    font-size: 10px;
  }
}

.tab-doc-card__title {
  font-size: 16px;
}

.tab-doc-card__i {
  width: 60px;
  height: 78px;
  border: 1px solid #e8e8e8;
  padding: 3px;
}

.tab-doc-card__i img {
  width: 52px;
  height: 70px;
  max-width: initial;
}

.tab-doc-card__content {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .tab-doc-card__content {
    width: 75%;
    padding: 0 0 0 10px;
  }
}

.tab-doc-card__spec {
  font-weight: 500;
  line-height: 16px;
  display: block;
  margin-bottom: 2px;
}

.tab-doc-card__text {
  color: #747578;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 8px;
}

.tab-doc-card__price {
  font-weight: 500;
}

.tab-doc-card__price b {
  font-weight: 700;
}

.tab-doc-card__rt,
.tab-doc-card__rt__bottom {
  width: 140px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .tab-doc-card__rt,
  .tab-doc-card__rt__bottom {
    text-align: right;
    width: 100%;
  }
}

.tab-doc-card__rt__bottom {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .tab-doc-card__rt__bottom {
    margin-top: 10px;
    padding-left: 70px;
    width: 100%;
  }

  .tab-doc-card__rt__bottom .btn-sign {
    display: block;
    white-space: normal;
  }
}

.tab-doc-card__rt__bottom .favorites-block {
  width: 27px;
  height: 27px;
  margin-right: 3px;
}

.tab-doc-card__rt__bottom .favorites-block__link {
  width: 27px;
  height: 27px;
  line-height: 24px;
}

.tab-doc-card__rt__bottom .btn-success {
  line-height: 13px;
  height: 27px;
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  .tab-doc-card__rt__bottom .btn-sign {
    width: 100%;
  }
}

.tab-doc-card__rate {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  width: 122px;
}

@media only screen and (max-width: 640px) {
  .tab-doc-card__rt .tab-doc-card__rate {
    text-align: center;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 87px;
    left: 10px;
  }

  .tab-doc-card__rt .tab-doc-card__rate .rating,
  .tab-doc-card__rt .tab-doc-card__rate .testimonials {
    width: 60px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .tab-doc-card__rt .tab-doc-card__rate .testimonials {
    padding-top: 5px;
  }
}

.leave-review__thx,
.leave-review__error {
  padding: 0 20px;
}

.leave-review__thx .thx__logo,
.leave-review__error .thx__logo {
  margin-top: 140px;
  text-align: center;
  margin-bottom: 50px;
}

.leave-review__thx .thx__logo path,
.leave-review__error .thx__logo path {
  fill: #3dc59c !important;
}

.leave-review__thx .thx__text,
.leave-review__error .thx__text {
  font-weight: 700;
  line-height: 60px;
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.leave-review__thx .thx__desc,
.leave-review__error .thx__desc {
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.leave-review__thx {
  display: none;
  background: #0957c3;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}

.leave-review__error {
  display: none;
  background: #fe5000;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}

.leave-review__error .thx__logo path {
  fill: #fff !important;
}

.phone-login .form-group.has-error,
.default-login .form-group.has-error {
  position: relative;
}

.phone-login .form-group.has-error input,
.default-login .form-group.has-error input {
  border-color: #fe5000;
}

.phone-login .form-group.has-error .error-message,
.default-login .form-group.has-error .error-message {
  color: #fe5000;
  font-size: 12px;
  display: block;
  background: #fff;
  top: auto;
  left: 0;
  position: relative;
  padding: 2px;
}

.leave-review {
  max-width: 370px;
  margin-left: auto;
  background: #fff;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  padding-bottom: 1px;
}

@media only screen and (max-width: 1199px) {
  .leave-review {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .leave-review {
    margin-top: 20px;
  }
}

.leave-review .branch-dropdown_val {
  width: 330px;
}

@media only screen and (max-width: 640px) {
  .leave-review .branch-dropdown_val {
    width: 100%;
  }
}

.leave-review .branch-dropdown {
  width: 330px;
  margin-top: 17px;
}

@media only screen and (max-width: 640px) {
  .leave-review .branch-dropdown {
    width: 100%;
  }
}

.leave-review .branch-dropdown ul {
  width: 330px;
}

@media only screen and (max-width: 640px) {
  .leave-review .branch-dropdown ul {
    width: 100%;
  }
}

.leave-review .branch-dropdown__item {
  width: 328px;
}

@media only screen and (max-width: 640px) {
  .leave-review .branch-dropdown__item {
    max-width: 100%;
  }
}

.leave-review .form-group {
  width: 330px;
  margin: 0 auto 15px auto;
}

@media only screen and (max-width: 1199px) {
  .leave-review .form-group {
    width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .leave-review .form-group {
    max-width: 100%;
  }
}

.leave-review .form-group.has-error {
  position: relative;
}

.leave-review .form-group.has-error input,
.leave-review .form-group.has-error textarea {
  border-color: #fe5000;
}

.leave-review .form-group.has-error .error-message {
  color: #fe5000;
  font-size: 12px;
  display: block;
  background: #fff;
  top: auto;
  left: 0;
  position: relative;
  padding: 2px;
}

.leave-review .form-group:focus svg,
.leave-review .form-group:focus span,
.leave-review .form-group:focus .form-control {
  fill: #3cbeac;
  color: #3cbeac;
  border-color: #3cbeac;
}

.leave-review .form-group svg,
.leave-review .form-group span {
  display: block;
  margin-left: 0;
}

.leave-review .form-group span {
  color: #707272;
}

.leave-review .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.leave-review .form-control::placeholder {
  color: #707272 !important;
  line-height: 1.5;
}

.leave-review .control--label {
  margin-bottom: 8px;
}

.leave-review .control--label-icon {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  fill: #b0b7b9;
}

.leave-review span {
  line-height: 13px;
  margin-left: 10px;
}

.leave-review textarea {
  height: 155px;
  resize: none;
}

@media only screen and (max-width: 767px) {
  .leave-review textarea {
    height: 175px;
  }
}

.leave-review textarea::-webkit-input-placeholder {
  color: #828282 !important;
}

.leave-review textarea::-moz-placeholder {
  color: #828282 !important;
}

.leave-review textarea:-ms-input-placeholder {
  color: #828282 !important;
}

.leave-review textarea:-moz-placeholder {
  color: #828282 !important;
}

.leave-review input {
  border: 1px solid #ccc;
}

.leave-review__label {
  color: #fff;
  text-align: left;
  padding: 30px 0 0 90px;
  background-image: url("../img/leave-review__label.svg");
  max-width: 100%;
  border-radius: 8px 8px 0 0;
  width: 372px;
  height: 130px;
}

@media only screen and (max-width: 1199px) {
  .leave-review__label {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .leave-review__label {
    margin-top: -10px;
  }
}

.leave-review__label p {
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
}

.leave-review__label span {
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  margin-left: 0;
}

.leave-review__text,
.leave-review__text a {
  font-weight: normal;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #828282;
  margin: 0 auto 18px auto;
  max-width: 335px;
}

.leave-review__text .leave-review__codelink,
.leave-review__text a .leave-review__codelink {
  font-weight: normal;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #4b89d3;
  display: block;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .leave-review__text .leave-review__codelink:hover,
  .leave-review__text a .leave-review__codelink:hover {
    text-decoration: underline;
  }
}

.leave-review__codelink.resending {
  display: inline-block;
}

.leave-review__codelink.resending.disabled {
  color: #828282;
  cursor: not-allowed;
}

.leave-review__text a {
  text-decoration: underline;
}

.leave-review__btn__wrapper {
  margin: 0;
  padding: 0 20px;
}

.leave-review__btn {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 8px;
  background-color: #0957c3;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.leave-review__btn:disabled {
  background-color: #828282;
  cursor: not-allowed;
}

.leave-review__grey {
  background: #f9fafb;
  padding: 15px;
  border-radius: 8px;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  color: #6e7071;
  margin: 20px;
}

.leave-review .form-control:focus::-webkit-input-placeholder {
  color: rgba(255,255,255,0) !important;
}

.leave-review .form-control:focus:-moz-placeholder {
  color: rgba(255,255,255,0) !important;
}

.leave-review .form-control:focus::-moz-placeholder {
  color: rgba(255,255,255,0) !important;
}

.leave-review .form-control:focus:-ms-input-placeholder {
  color: rgba(255,255,255,0) !important;
}

@media only screen and (max-width: 1199px) {
  .clinic-page__bottom .col-md-8 {
    width: 100%;
  }

  .clinic-page__bottom .col-md-4 {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .clinic-page__bottom .leave-review .rating {
    margin: 30px auto 25px auto;
    padding-left: 14px;
    max-width: 360px;
    display: block;
    white-space: inherit;
  }

  .clinic-page__bottom .leave-review .leave-review__text {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 400px) {
  .clinic-page__bottom .leave-review__label {
    font-size: 18px;
    line-height: 20px;
  }

  .clinic-page__bottom .leave-review .rating__stars {
    margin: 10px auto 0 auto;
    display: block;
  }

  .clinic-page__bottom .leave-review .form-group {
    width: 100%;
  }

  .clinic-page__bottom .leave-review .rating {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .clinic-page__bottom .leave-review .rating .rating__label {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 18px;
  }
}

.affilliate-wrap {
  position: relative;
}

.affilliate .block-prices__item:hover .get-analysis-on-map {
  display: none;
}

.affilliate .block-prices__item:hover .block-prices__heading-right {
  background: #f3f8fb;
}

@media only screen and (max-width: 560px) {
  .affilliate .block-prices__item:hover .block-prices__heading-right {
    height: auto;
  }
}

.nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 0;
  position: relative;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  border-radius: 8px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .nav-tabs {
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
  }

  .nav-tabs>li>a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.nav>.nav-tabs__item {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  margin-bottom: 0;
  max-width: 200px;
}

.nav>.nav-tabs__item.last-child .nav-tabs__link {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.nav>.nav-tabs__item.first-child .nav-tabs__link {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

@media only screen and (max-width: 767px) {
  .nav>.nav-tabs__item {
    width: auto;
    max-width: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .nav>.nav-tabs__item {
    width: auto;
  }
}

@media only screen and (max-width: 400px) {
  .nav>.nav-tabs__item {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  .nav>.nav-tabs__item:hover .nav-tabs__link {
    color: #0957c3;
  }
}

.nav>.nav-tabs__item.active .nav-tabs__link {
  background-color: #fff;
  color: #0957c3;
}

.nav>.nav-tabs__item.active .nav-tabs__link:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.nav-tabs__link {
  color: #47494a;
  background-color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 0 solid #fff !important;
  padding: 6px 0;
  position: relative;
  border-radius: 0 !important;
  margin-right: 0 !important;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.nav-tabs__link:after {
  position: absolute;
  bottom: 0;
  left: 10%;
  content: '';
  width: 80%;
  background-color: #0957c3;
  height: 3px;
  border-radius: 3px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 640px) {
  .nav-tabs__link {
    line-height: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

.nav-tabs__link span {
  position: absolute;
  top: 0;
  right: 5px;
  background: #ff6f6f;
  border-radius: 3px 3px 6px 6px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  height: auto;
  line-height: 12px;
  padding: 1px 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .nav-tabs__link span {
    display: none;
    font-size: 12px;
  }
}

.nav-tabs__link:hover {
  text-decoration: none;
}

.nav-tabs__link:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

#tab-sales {
  background: #e5e5e5;
}

#tab-prices {
  background: #fff;
}

.price-info {
  position: relative;
  background-color: #fffcf6;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  margin: 20px 20px 0;
  border-radius: 8px;
}

.price-info__left {
  width: 56px;
}

.price-info__icon svg {
  fill: #d7d6ca;
}

.price-info__wrap {
  overflow: hidden;
  padding: 2px 0;
  width: 100%;
}

.price-info__text {
  font-weight: 400;
  line-height: 1.2;
}

.price-info__update {
  font-weight: 700;
}

.price-info__left i {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
}

.attention-svg {
  fill: #d7d6ca;
  width: 46px;
  height: 46px;
}

.five-svg {
  fill: #feb545;
}

.five-empty-svg {
  fill: #feb545;
}

.tab-clinicstop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 40px;
  background: #f9fafb;
  border-bottom: 1px solid #f9fafb;
  border-radius: 8px 8px 0 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tab-clinicstop p {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 15px;
}

.tab-clinicstop span {
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_rate>span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_rate {
    margin-right: 20px;
  }
}

.tab-clinicstop_rate span {
  font-size: 11px;
  font-weight: 400;
  display: block;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_rate span {
    margin-bottom: 12px;
  }
}

.tab-clinicstop_rateblock .rating__stars-bg,
.tab-clinicstop_rateblock .rating__stars-overlay {
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_rateblock .rating__stars-bg,
  .tab-clinicstop_rateblock .rating__stars-overlay {
    width: 21px;
  }
}

.tab-clinicstop_rateblock rating {
  margin-top: 10px;
}

.tab-clinicstop_rateblock .rating__stars-overlay {
  background: rgba(255,255,255,0);
  overflow: hidden;
}

.tab-clinicstop_rateblock .rating__stars-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
}

.tab-clinicstop_rateblock .rating__stars-bg {
  background: rgba(255,255,255,0);
  overflow: hidden;
}

.tab-clinicstop_rateblock .rating__stars-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tab-clinicstop_rateblock .rating__value {
  font-size: 28px;
  line-height: 29px;
  font-weight: bold;
}

.tab-clinicstop_rateblock .rating__stars {
  height: 28px;
  width: 28px;
  margin: 2px 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_rateblock .rating__stars {
    width: 22px;
    height: 20px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_rateblock .rating__stars svg {
    width: 22px;
    height: 20px;
  }
}

.tab-clinicstop_rateblock .rating__value,
.tab-clinicstop_rateblock .rating__stars {
  display: inline-block;
  vertical-align: top;
}

.tab-clinicstop_count span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 29px;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_count span {
    line-height: 22px;
  }
}

.tab-clinicstop_count i {
  margin-left: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
}

.tab-clinicstop_count i svg {
  fill: #0957c3;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_count i {
    height: 20px;
    margin-left: 20px;
  }

  .tab-clinicstop_count i svg {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_data {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_data_text {
    width: 232px;
    margin: 0 auto;
  }
}

.tab-clinicstop_data_text i {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}

.tab-clinicstop_data_text svg {
  width: 20px;
  height: 20px;
  fill: #acb5b6;
}

.tab-clinicstop_data_text p {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  margin-left: 5px;
  line-height: 14px;
  margin-bottom: 0;
}

.tab-clinicstop_data_text p a {
  color: #333536;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.tab-review-btn {
  margin-top: 11px;
}

.tab-review-btn,
.tab-clinicstop_stepbtn {
  width: 215px;
  color: #0957c3;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 8px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  position: relative;
  display: block;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.tab-review-btn:hover,
.tab-clinicstop_stepbtn:hover,
.tab-review-btn:focus,
.tab-clinicstop_stepbtn:focus,
.tab-review-btn:active,
.tab-clinicstop_stepbtn:active {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .tab-review-btn,
  .tab-clinicstop_stepbtn {
    margin-top: 10px;
  }

  .tab-review-btn.active,
  .tab-clinicstop_stepbtn.active {
    display: none;
  }
}

.tab-review-btn i,
.tab-clinicstop_stepbtn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 9px;
  height: 5px;
  margin-top: 1px;
  font-style: normal;
}

.tab-review-btn i svg,
.tab-clinicstop_stepbtn i svg {
  fill: #0957c3;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-clinicstop_stepbtn {
  margin: 0 auto;
}

.tab-clinicstop_stepbtn i {
  margin-top: -3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab-clinicstop_step-blockwrap {
  text-align: center;
  background: #f9fafb;
  padding-bottom: 20px;
  padding-top: 30px;
  display: none;
  margin: 40px;
  border-radius: 8px;
}

@media only screen and (max-width: 991px) {
  .tab-clinicstop_step-blockwrap {
    margin: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_step-blockwrap {
    margin: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tab-clinicstop_step-blockwrap h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step-blockwrap h3 {
    line-height: 24px;
  }
}

.tab-clinicstop_step-blockwrap p {
  font-size: 11px;
  color: #6e7071;
  line-height: 18px;
  max-width: 450px;
  margin: 0 auto 25px auto;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step-blockwrap p {
    font-size: 12px;
    line-height: 14px;
  }
}

.tab-clinicstop_step-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto 25px auto;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_step-block {
    width: 100%;
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.tab-clinicstop_step {
  position: relative;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 47%;
  }

  .tab-clinicstop_step:nth-child(odd) {
    margin-right: 2%;
  }
}

.tab-clinicstop_step:last-of-type>svg {
  display: none;
}

.tab-clinicstop_step i {
  display: block;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step i {
    width: 24px;
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step i svg {
    width: 24px;
    height: auto;
  }
}

.tab-clinicstop_step p {
  font-size: 11px;
  max-width: 150px;
  margin: 10px auto 0 auto;
  color: #333536;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step p {
    max-width: none;
    margin: 0 0 0 10px;
    text-align: left;
  }
}

.tab-clinicstop_step>svg {
  position: absolute;
  top: 28px;
  right: -24px;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_step>svg {
    display: none;
  }
}

.tab-clinics-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #ebeff6;
}

@media only screen and (max-width: 767px) {
  .tab-clinics-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.tab-clinics-links__list {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .tab-clinics-links__list {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tab-clinics-links__label {
  color: #333536;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 50%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .tab-clinics-links__label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    line-height: 22px;
    white-space: normal;
  }
}

.tab-clinics-links__label.w-100 {
  width: 100%;
}

.tab-clinics-links__item {
  width: 146px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  border: 1px solid #ebeff6;
  background-color: #eef3fb;
  border-radius: 0 8px 8px 0;
}

.tab-clinics-links__item:first-child {
  border-radius: 8px 0 0 8px;
}

.tab-clinics-links__item:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .tab-clinics-links__item:hover {
    color: #fff;
    background-color: #47d7ac;
    border: 1px solid #47d7ac;
  }
}

.tab-clinics-links__item.active {
  color: #fff;
  background-color: #47d7ac;
  border: 1px solid #47d7ac;
}

.tab-review-card {
  width: 100%;
  padding: 15px 40px;
  border-top: 1px solid #ebeff6;
}

.tab-review-card:first-of-type {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .tab-review-card:last-of-type {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-review-card {
    padding: 10px 20px;
  }
}

.tab-review-card__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.tab-review-card__top .rating {
  width: 100px;
  margin-right: 20px;
}

.tab-review-card__top .rating__stars-overlay {
  background: rgba(255,255,255,0);
  overflow: hidden;
  height: 16px;
  width: 100%;
}

.tab-review-card__top .rating__stars-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tab-review-card__top .rating__stars-bg {
  background: rgba(255,255,255,0);
  overflow: hidden;
  height: 16px;
  width: 100%;
}

.tab-review-card__top .rating__stars-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tab-review-card__top .rating__value {
  display: none;
}

.tab-review-card__top .rating__stars {
  margin: 0;
  width: 100px;
  height: 18px;
}

#reviewsList .tab-review-card__likebox p {
  margin-bottom: 0 !important;
}

.tab-review-card__likebox {
  margin-left: 0;
}

.tab-review-card__likebox i {
  display: inline-block;
  vertical-align: bottom;
  height: 18px;
  margin-bottom: 1px;
}

.tab-review-card__likebox p {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  margin-left: 6px;
}

@media only screen and (max-width: 400px) {
  .tab-review-card__likebox p {
    font-size: 14px;
  }
}

.tab-review-card__likebox.positive svg {
  fill: #47d7ac;
}

.tab-review-card__likebox.positive p {
  color: #47d7ac;
}

.tab-review-card__likebox.negative i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab-review-card__likebox.negative svg {
  fill: #ff5858;
}

.tab-review-card__likebox.negative p {
  color: #ff5858;
}

.tab-review-card__middle p {
  line-height: 18px;
  font-size: 13px;
}

.tab-review-card__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-review-card__bottom__grey {
  line-height: 14px;
  font-size: 12px;
  color: #acb4b5;
}

.tab-review-card__bottom__blue {
  line-height: 14px;
  font-size: 12px;
  color: #4b89d3;
  margin-left: 0;
}

.tab-clinics-content {
  background: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.tab-clinics-content .pagination {
  background: #fff;
  padding: 0;
}

.tab-clinics-cardsbtn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  text-align: center;
  color: #5e6e71;
  font-size: 14px;
  font-weight: 400;
  width: 200px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  padding: 0;
  line-height: 14px;
  outline: none;
}

@media only screen and (min-width: 992px) {
  .tab-clinics-cardsbtn:hover {
    text-decoration: underline;
  }
}

.tab-clinics-cardsbtn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab-clinics-cardsbtn:before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 4px;
  background: url("i/svg/arrow-to-down_sm_g.svg");
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_likebox {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    margin-top: 15px;
    margin-top: 10px;
  }
}

.tab-clinicstop_likebox_icons,
.tab-clinicstop_likebox_positive,
.tab-clinicstop_likebox_negative {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .tab-clinicstop_likebox_icons,
  .tab-clinicstop_likebox_positive,
  .tab-clinicstop_likebox_negative {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tab-clinicstop_likebox_title {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .tab-clinicstop_likebox_title {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 380px) {
  .tab-clinicstop_likebox_title {
    margin-bottom: 10px;
  }
}

.tab-clinicstop_likebox_icons svg {
  fill: none;
}

.tab-clinicstop_likebox_icons p {
  font-size: 18px;
  line-height: 20px;
  color: #5e6e71;
  margin-bottom: 0;
  margin-left: 8px;
}

.tab-clinicstop_likebox_positive svg {
  fill: #35bfae;
}

.tab-clinicstop_likebox_negative {
  margin-left: 15px;
}

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

.tab-clinicstop_likebox_negative svg {
  fill: #fe5000;
}

.review-answer {
  background: #f2f2f2;
  padding: 13px 20px;
  position: relative;
  color: #5e6e71;
  margin-top: 15px;
}

.review-answer:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f2f2f2 transparent;
}

.review-answer__title {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.review-answer__title svg {
  fill: #acb4b5;
}

.review-answer__title span {
  margin-left: 15px;
}

.review-answer__text {
  font-size: 14px;
  margin-bottom: 10px;
}

.review-answer__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.review-answer__name {
  font-size: 12px;
}

.review-answer__date {
  font-size: 12px;
  color: #aeb6b8;
  margin-left: 2px;
}

.info-reviews {
  padding-bottom: 20px;
}

.info-reviews .tab-clinics-links {
  border-top: 1px solid #ebeff6;
  border-bottom: 1px solid #ebeff6;
}

.info-reviews .tab-clinics-links .tab-clinics-links__label {
  margin-bottom: 0;
}

.info-reviews .tab-review-card:last-of-type {
  border-bottom: 1px solid #ebeff6;
}

.info-reviews__link {
  display: block;
  width: 140px;
  height: 28px;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
  color: #333536;
  text-decoration: none;
  margin-left: 40px;
  margin-top: 20px;
}

.tab-pane {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.tab-pane .block-prices {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tab-doctors .doctors-list {
  border-bottom: 0 solid !important;
}

.catalog-checkboxes_wrap {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_wrap {
    display: none;
  }
}

.catalog-checkboxes_wrap.active {
  display: inline-block;
  padding-top: 7px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_wrap.active {
    display: block;
    padding-top: 0;
  }
}

.catalog-checkboxes {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes {
    margin-right: 0;
    width: 100%;
  }
}

.catalog-checkboxes:last-child {
  margin-left: 15px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes:last-child {
    margin-left: 0;
  }
}

.catalog-checkboxes__label {
  display: block;
  -webkit-user-select: none;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #ebeff6;
    margin-bottom: 0;
  }
}

.catalog-checkboxes__label:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label:first-of-type {
    margin: 0;
  }
}

.catalog-checkboxes__label:not(:last-child) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label:not(:last-child) {
    margin: 0;
  }
}

.catalog-checkboxes__label input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
  visibility: hidden;
}

.catalog-checkboxes__label .catalog-checkboxes__link {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label .catalog-checkboxes__link {
    display: block;
    width: 100%;
  }
}

.catalog-checkboxes__label .catalog-checkboxes__link:hover,
.catalog-checkboxes__label .catalog-checkboxes__link:focus {
  text-decoration: none;
}

.catalog-checkboxes__label .catalog-checkboxes__link span {
  position: relative;
  padding-left: 8px;
  line-height: 14px;
  color: #5e6e71;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label .catalog-checkboxes__link span {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .catalog-checkboxes__label .catalog-checkboxes__link span.hidden-640 {
    display: none;
  }
}

.catalog-checkboxes__label .catalog-checkboxes__link span:after {
  content: '';
  position: absolute;
  background: transparent;
  border: 2px solid #aeb6b8;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label .catalog-checkboxes__link span:after {
    width: 14px;
    height: 11px;
    border: none;
    left: auto;
    right: 0;
    background-image: url("i/svg/new-sign-grey.svg");
  }
}

.catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
  background: #0957c3;
  border: none;
  background-image: url("../img/checked.svg");
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
    background: transparent;
  }
}

.catalog-checkboxes_day,
.catalog-checkboxes_location {
  display: inline-block;
  vertical-align: top;
}

.catalog-checkboxes_day .catalog-checkboxes__label,
.catalog-checkboxes_location .catalog-checkboxes__label {
  float: none;
  margin-bottom: 0;
  margin-right: 24px;
}

.catalog-checkboxes_day .catalog-checkboxes__label:last-of-type,
.catalog-checkboxes_location .catalog-checkboxes__label:last-of-type {
  margin-right: 0;
}

.catalog-checkboxes_day {
  width: 160px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_day {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_day .catalog-checkboxes__label:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.catalog-checkboxes_location {
  width: 250px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location {
    width: 100%;
  }
}

.catalog-checkboxes_location .catalog-checkboxes__label:first-of-type {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label:first-of-type {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label:first-of-type .catalog-checkboxes__link {
    padding-left: 0;
  }
}

.catalog-checkboxes_location .catalog-checkboxes__label:last-of-type {
  border-bottom: none;
}

.catalog-checkboxes_location .catalog-checkboxes__label:nth-child(2n) {
  margin-left: 24px;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label:nth-child(2n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label .catalog-checkboxes__link span {
    display: block;
  }
}

.chooser {
  position: relative;
  padding-top: 14px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .chooser {
    padding-top: 0;
  }
}

.chooser__inner {
  position: relative;
  left: 0;
  width: 100%;
  border-radius: 3px;
  padding: 0px 10px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .chooser__inner {
    border: none;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chooser__inner {
    border-top: 8px solid #2ddec1;
    margin-top: -48px;
    padding: 55px 30px 0;
  }
}

@media only screen and (min-width: 992px) {
  .chooser__inner {
    border-top: 8px solid #2ddec1;
    margin-top: -48px;
    padding: 55px 30px 0;
  }
}

.chooser__title {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.chooser__more {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 0 0;
}

.chooser__more-link {
  position: relative;
  border-bottom: 1px dotted #4b89d5;
}

.chooser__more-link:link {
  text-decoration: none;
}

.chooser__more-link:hover,
.chooser__more-link:active {
  text-decoration: none;
  color: #4b89d5;
  border-bottom: 1px dotted #4b89d5;
}

.chooser__more-link:hover:after,
.chooser__more-link:active:after {
  background-image: url("/i/icons.png");
  background-position: -1093px -389px;
  width: 9px;
  height: 5px;
}

.chooser__more-link:after {
  position: absolute;
  top: 12px;
  right: -24px;
  display: block;
  content: '';
  background-image: url("/i/icons.png");
  background-position: -1096px -173px;
  width: 9px;
  height: 5px;
}

.chooser__list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25;
  font-size: 0;
  zoom: 1;
}

.chooser__list:before,
.chooser__list:after {
  content: "";
  display: table;
}

.chooser__list:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .chooser__list {
    height: auto;
    overflow: hidden;
  }
}

.chooser__list.columnized {
  height: auto;
}

.chooser__list_offset div {
  padding: 0 20px;
}

.chooser__list_offset div:first-child {
  padding-left: 0;
}

.chooser__list__item {
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 9px 15px 6px 15px;
  display: none;
}

@media (min-width: 481px) and (max-width: 767px) {
  .chooser__list__item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chooser__list__item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .chooser__list__item {
    width: 25%;
  }

  .chooser__list__item:after {
    display: block;
    content: '';
    clear: both;
  }
}

.chooser__list__item-wrapper {
  position: relative;
  padding: 0 30px 0 0;
  margin: 0;
}

.chooser__list__item-wrapper:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-bottom: 2px dotted #a3a3a3;
}

.chooser__list__item-link {
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #5e6e71;
  text-decoration: none;
  max-width: 100%;
  padding-right: 0;
}

.chooser__list__item-link:hover {
  text-decoration: underline;
  color: #4b89d3;
}

.chooser__list__item-link:hover + span {
  color: #4b89d3;
}

.chooser__list__item_parent > .chooser__list__item-link {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
}

.chooser__list__item.visible {
  display: inline-block;
}

.chooser__list__quantity {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  min-width: 30px;
  font-size: 17px;
  color: #5e6e71;
  text-align: right;
  background: #fff;
  padding-left: 5px;
}

.chooser__list__sublist {
  margin: 5px 0 15px;
  padding: 0;
  list-style: none;
}

.chooser__list__sublist .chooser__list__item {
  line-height: 17px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .container_main-chooser {
    width: 100%;
    padding: 0;
    border-top: 8px solid #47d7ac;
  }
}

.cla-action,
.cla-fillials {
  margin-top: 20px;
}

.cla-fillials__item {
  border-bottom: 1px solid #e6edef;
  padding: 10px 21px;
  font-size: 0;
  zoom: 1;
}

.cla-fillials__item:after,
.cla-fillials__item:before {
  content: "";
  display: table;
  clear: both;
}

.cla-fillials__item:last-child {
  border-bottom: none;
}

.cla-fillials__left {
  float: left;
  width: 42%;
  padding: 5px 0 0;
}

.cla-fillials__left .fillials-address {
  color: #5e6e71;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.cla-fillials__right {
  float: right;
  text-align: right;
}

.cla-fillials__right .payments-sampler {
  display: inline-block;
  width: 70px;
  height: 30px;
}

.cla-fillials__right .payments-sampler.payments {
  background-image: url("/i/icons.png");
  background-position: -832px -666px;
  width: 70px;
  height: 30px;
}

.cla-fillials__right .cla-btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #47d7ac;
  border-radius: 4px;
  vertical-align: top;
  padding: 3px 9px;
  margin-left: 5px;
}

@media only screen and (min-width: 1200px) {
  .cla-fillials__right .cla-btn:hover {
    background-color: #41cba2;
  }
}

.cla-fillials__right .workload-sampler {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  width: 74px;
  height: 30px;
  background-color: rgba(224,237,240,0.2);
  border-radius: 4px;
  padding-left: 11px;
}

.cla-fillials__right .workload-sampler .workload {
  position: relative;
  display: inline-block;
  width: 61px;
  height: 11px;
  margin-top: 5px;
}

.cla-fillials__right .workload-sampler .workload__empty,
.cla-fillials__right .workload-sampler .workload__full {
  position: absolute;
  top: 50%;
  margin-left: -35px;
  left: 50%;
}

.cla-fillials__right .workload-sampler .workload__empty {
  background-image: url("/i/icons.png");
  background-position: -1064px -638px;
  width: 61px;
  height: 11px;
}

.cla-fillials__right .workload-sampler .workload__full {
  background-image: url("/i/icons.png");
  background-position: -1017px -327px;
  width: 61px;
  height: 11px;
}

.cla-fillials__right .workload-sampler .workload {
  position: relative;
  display: inline-block;
  width: 61px;
  height: 11px;
}

.cla-fillials__right .cla-calendars-sampler {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.cla-fillials__right .cla-calendars-sampler.cla-calendars {
  background-image: url("/i/icons.png");
  background-position: -639px -336px;
  width: 30px;
  height: 30px;
}

.cla-fillials__right .nurse-sampler {
  margin-left: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.cla-fillials__right .nurse-sampler.nurse {
  background-image: url("/i/icons.png");
  background-position: -605px -336px;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 1199px) {
  .cla-fillials__left {
    width: 40%;
  }
}

@media only screen and (max-width: 960px) {
  .cla-fillials__right .cla-calendars-sampler,
  .cla-fillials__right .nurse-sampler,
  .cla-fillials__right .workload-sampler {
    margin-left: 5px;
  }

  .cla-fillials__right .cla-btn {
    margin-left: 5px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .cla-fillials__left {
    width: 32%;
  }
}

@media only screen and (max-width: 560px) {
  .cla-fillials__left {
    float: none;
    width: 100%;
    padding: 5px 0 0;
  }

  .cla-fillials__right {
    float: none;
    width: 100%;
    text-align: left;
  }

  .cla-fillials__right .cla-btn {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

.cla-promo {
  color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url("../img/baner-an-bg.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 63%;
}

.cla-promo__wrapper {
  padding: 30px 20px;
}

.cla-promo__steps {
  display: none;
  text-align: left;
}

.cla-promo.is--expanded .cla-promo__steps {
  display: block;
}

.cla-promo.is--expanded .cla-promo__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -2px;
}

.cla-romo__heading {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  display: block;
}

.cla-romo__subheading {
  font-weight: bold;
  font-size: 18px;
}

.cla-promo__expand {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  margin-top: 30px;
  display: inline-block;
}

.cla-promo__expand:hover {
  color: #fff;
}

.cla-promo__expand:focus {
  text-decoration: none;
  color: #fff;
}

.cla-promo__arrow {
  border-color: #fff transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  margin-top: 3px;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
}

.cla-promo__step {
  display: inline-block;
  width: 48%;
  margin-top: 40px;
  -webkit-background-size: 45px;
  -moz-background-size: 45px;
  background-size: 45px;
  background-position: 0;
}

.cla-promo__step--1 {
  background: url("../img/step-1.svg") no-repeat;
}

.cla-promo__step--2 {
  background: url("../img/step-2.svg") no-repeat;
}

.cla-promo__step--3 {
  background: url("../img/step-3.svg") no-repeat;
}

.cla-promo__step--4 {
  background: url("../img/step-4.svg") no-repeat;
}

.cla-promo__text {
  display: block;
  padding: 70px 0 0;
  width: 130px;
  line-height: 18px;
}

@media (min-width: 640px) {
  .cla-promo {
    text-align: center;
    background-position: 80%;
  }

  .cla-promo__wrapper {
    padding: 70px 50px;
  }

  .cla-romo__heading {
    font-size: 24px;
    line-height: 25px;
    text-align: left;
    display: block;
  }

  .cla-romo__subheading {
    display: block;
    font-size: 24px;
    text-align: left;
  }

  .cla-promo__steps {
    margin: 30px 0 0;
  }

  .cla-promo__step {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 20px;
    width: 24.4%;
  }
}

@media (min-width: 992px) {
  .cla-promo__steps {
    margin: 33px 0 0;
  }
}

.cla-tabs__item {
  position: relative;
}

.cla-tabs__item:hover {
  cursor: pointer;
}

.cla-tabs__item:last-child {
  border: none;
}

.cla-tabs__item.active .cla-tabs__icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cla-tabs__item.active .cla-tabs__drop-icon {
  background-image: url("/i/icons.png");
  background-position: -870px -768px;
  width: 14px;
  height: 14px;
}

.cla-tabs__title {
  position: relative;
  background-color: #e6f3f5;
  padding: 12px 0 13px 80px;
  font-size: 15px;
  border-bottom: 1px solid #ccdde0;
}

.cla-tabs__icon {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 24px;
  border-style: solid;
  border-color: #5e6e71 transparent transparent;
  border-width: 5px 4px 0;
}

.cla-tabs__drop {
  display: none;
}

.cla-tabs__drop .offers-wrap {
  padding: 12px 21px 12px 80px !important;
}

.cla-tabs__drop-icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 55px;
  width: 14px;
  height: 14px;
  background-image: url("/i/icons.png");
  background-position: -816px -768px;
  width: 14px;
  height: 14px;
}

.clinic-width {
  min-width: 960px;
}

@media only screen and (max-width: 991px) {
  .clinic-width {
    min-width: inherit;
  }
}

.clinic-nav {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  border-top: 1px solid #f2f9fa;
}

.clinic-nav.clinic-nav_mod {
  width: 55%;
  float: left;
}

.clinic-nav__item {
  display: inline-block;
  height: 100%;
  position: relative;
}

.clinic-nav__item.active:after {
  border: 1px solid #0957c3;
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.clinic-nav__item.active a {
  color: #0957c3;
  font-weight: 700;
}

.clinic-nav__item.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  bottom: -17px;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 7px solid #0957c3;
  z-index: 2;
}

.clinic-nav__item.active a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 7px solid #fff;
  z-index: 2;
}

.clinic-nav__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 51px;
  white-space: nowrap;
  color: #5e6e71;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clinic-nav__link {
    padding: 0 8px;
    font-size: 15px;
  }
}

.clinic-nav__link:hover {
  text-decoration: underline;
  color: #0957c3;
}

@media only screen and (max-width: 991px) {
  .a-clinic-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a-clinic-top .clinic-nav.clinic-nav_mod {
    width: auto;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }

  .a-clinic-top .search {
    -ms-flex: 1.5;
    -webkit-flex: 1.5;
    flex: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .a-clinic-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }

  .a-clinic-top .clinic-nav.clinic-nav_mod {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }

  .a-clinic-top .search {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}

.logo__mod .logo__text {
  display: none;
}

.container-menu__mod {
  border-bottom: 2px solid #47d7ac;
}

.cabinet-section__mod {
  margin-top: 25px;
}

.cabinet-section__content {
  background: #fff;
  padding: 20px 0;
}

.cabinet-section__content.content-edit {
  padding: 0;
}

.tabs-shadow {
  line-height: 40px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  background-color: #fff;
  zoom: 1;
}

.tabs-shadow:before,
.tabs-shadow:after {
  content: "";
  display: table;
}

.tabs-shadow:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .tabs-shadow {
    padding: 0;
  }
}

.comment-block__item {
  font-size: 14px;
  color: #333536;
  min-height: 100px;
}

.comment-block__item span {
  font-style: italic;
  line-height: 17px;
}

.comment-block__item span.no-comment {
  color: rgba(94,110,113,0.6);
}

.clinics-profile__tabs {
  margin-left: 0;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .clinics-profile__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: inherit;
    margin: 0;
  }
}

.clinics-profile__tabs li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.clinics-profile__tabs li:hover {
  color: #0957c3;
  border: none;
}

.clinics-profile__tabs li a {
  padding: 10px 21px;
  padding-bottom: 15px;
  margin-right: 3px;
  font-size: 15px;
  text-decoration: none;
  outline: 0;
  border-radius: 0;
  color: #0957c3;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clinics-profile__tabs li a {
    padding: 10px 11px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .clinics-profile__tabs li a {
    display: block;
    text-align: center;
    padding: 7px 21px 7px;
    font-size: 12px;
    line-height: 18px;
  }
}

.clinics-profile__tabs li a:hover {
  color: #0957c3;
  border-color: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clinics-profile__tabs li.active:after {
  border: 1px solid #0957c3;
  content: '';
  width: 98%;
  height: 0;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 1;
}

.clinics-profile__tabs li.active:before {
  content: 'Заявки';
  position: absolute;
  left: 50%;
  top: -44px;
  z-index: 5;
  color: #00829b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .clinics-profile__tabs li.active:before {
    display: none;
  }
}

.clinics-profile__tabs li.active a {
  position: relative;
  font-weight: 700;
  color: #333536;
  background: url("i/grey_texture_opac90.png");
  -webkit-box-shadow: inset 5px 0px 10px -5px rgba(0,64,76,0.15);
  box-shadow: inset 5px 0px 10px -5px rgba(0,64,76,0.15);
  border: none;
}

.clinics-profile__tabs li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 7px solid #0957c3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clinics-profile__tabs li.active a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.clinics-profile__tabs li.active a:hover {
  color: #333536;
  background-color: #dfe7e9;
  border: none;
}

.clinics-profile__tabs li.active a:focus {
  color: #333536;
  background-color: #dfe7e9;
  border: none;
}

.profile-footer__wrap {
  border-top: 1px dotted rgba(29,137,160,0.45);
  background-color: rgba(234,245,249,0.48);
  padding: 25px 0;
}

.clinic-current__content .tab-content .tab-pane {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: background-color #e8e8e8;
}

.application {
  margin-bottom: 80px;
  background: rgba(255,255,255,0);
}

.application.application-width {
  min-width: 900px;
}

@media only screen and (max-width: 767px) {
  .application.application-width {
    min-width: inherit;
    max-width: 100%;
  }
}

.application__current .application__item-big {
  position: relative;
  margin-top: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  background-color: #fff;
  min-height: 180px;
  zoom: 1;
}

.application__current .application__item-big:before,
.application__current .application__item-big:after {
  content: "";
  display: table;
}

.application__current .application__item-big:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .application__current .application__item-big {
    margin-top: 0;
  }
}

.application__current .application__item-big.item-elements tr td:nth-child(2) {
  width: 34%;
}

.application__current .application__item-big.item-elements tr td {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .application__current .application__item-big.item-elements tr td {
    display: block;
    width: 100% !important;
  }
}

.application__current .application__item-big.item-elements tr td:first-child {
  vertical-align: middle;
  width: 14%;
  background: #47d7ac;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  padding: 20px;
}

.application__current .application__item-big.item-elements tr td:first-child .title {
  text-align: center;
  min-width: 123px;
}

.application__current .application__item-big.item-elements tr td:first-child .title__number {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}

.application__current .application__item-big.item-elements tr td:first-child .title__number:before {
  content: "";
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -726px -703px;
  width: 19px;
  height: 18px;
  width: 19px;
  height: 18px;
  margin: 0 5px -1px 0;
}

.application__current .application__item-big.item-elements tr td:first-child .title__info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 3px 0;
  color: #fff;
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.88);
  border-radius: 3px;
}

.application__current .application__item-big.item-elements tr td:first-child .title__time {
  font-size: 54px;
  min-height: 77px;
  font-weight: 300;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: -1px;
}

.application__current .application__item-big.item-elements tr td:nth-child(2) {
  padding: 20px;
  background: #fff;
}

.application__current .application__item-big.item-elements tr td:nth-child(2) table {
  width: 100%;
  table-layout: fixed;
}

.application__current .application__item-big.item-elements tr td:nth-child(2) table tr td {
  padding: 0;
  width: auto;
  border-left: none;
}

.application__current .application__item-big.item-elements tr td:nth-child(2) table tr td.no-info {
  color: #b5b9ba;
}

.application__current .application__item-big.item-elements tr td:nth-child(2) table tr td:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #333536;
  background-color: #fff;
  width: 14%;
}

.application__current .application__item-big.item-elements tr td:nth-child(2) table tr td:last-child {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
  width: 22%;
}

.application__current .application__item-big.item-elements tr td:nth-child(3) {
  background: #fcfdfd;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 20px;
  border-left: 1px dashed rgba(29,137,160,0.45);
  width: 30%;
}

.application__current .application__item-big.item-elements tr td:last-child {
  border-left: 1px dashed rgba(29,137,160,0.45);
  width: 22%;
  padding: 20px;
}

.application__current .application__item-big.item-small tr td:first-child {
  width: 161px;
}

.application__current .application__item-big.item-small tr td:first-child .title .item-small__number {
  color: #333536;
}

.application__current .application__item-big.item-small tr td:first-child .title .item-small__number:before {
  background-image: url("/i/icons.png");
  background-position: -749px -703px;
  width: 19px;
  height: 18px;
}

.application__current .application__item-big.item-small tr td:first-child .title .item-small__info {
  color: #333536;
  border: 1px solid rgba(94,110,113,0.59);
}

.application__current .application__item-big.item-small tr td:first-child .title__picture {
  line-height: 7;
}

.application__current .application__item-big.item-small tr td:first-child.item-small__title-time {
  background-color: #fbf4e1;
}

.application__current .application__item-big.item-small tr td:first-child.item-small__title-canceled {
  background-color: rgba(144,145,145,0.26);
}

.application__current .application__item-big.item-small tr td:first-child .comment-block {
  border-left: 1px dashed rgba(29,137,160,0.45);
  width: 100%;
}

.application__current .application__item-big.item-small tr td:first-child .comment-block__item:last-child {
  width: 50%;
}

.application__current .application__item-big.item-small tr td:last-child {
  width: 52%;
}

.application__current .application__item-big.item-small tr td.last-child {
  width: 22%;
}

.item-elements .input-addon_mod:hover {
  cursor: pointer;
}

.item-elements .input-addon_mod i {
  color: #333536;
}

.item-elements .select-wrap select.form-control {
  padding: 6px 2px;
}

.item-elements .form-control {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.item-elements .form-group_phone {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .item-elements .form-group_phone {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .item-elements .form-group_inline {
    text-align: center;
  }

  .item-elements .form-group_inline .col-sm-3,
  .item-elements .form-group_inline .col-sm-9 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .item-elements .form-group_inline .col-sm-3 .radio-inline,
  .item-elements .form-group_inline .col-sm-9 .radio-inline {
    padding-top: 0;
  }

  .item-elements .form-group_inline .col-sm-3 .radio-inline input,
  .item-elements .form-group_inline .col-sm-9 .radio-inline input {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .item-elements .form-group_date label {
    float: left;
    width: 23%;
  }

  .item-elements .form-group_date .l-2 {
    width: 20%;
  }
}

@media only screen and (max-width: 420px) {
  .item-elements .form-group_date label {
    float: none;
    text-align: center;
    width: 100%;
  }

  .item-elements .form-group_date .application-l {
    padding-left: 5px;
    padding-right: 5px;
  }

  .item-elements .form-group_date .application-l:last-child {
    margin-bottom: 0;
  }

  .item-elements .form-group_date .application-l.l-2 {
    width: 25%;
    padding-left: 10px;
  }

  .item-elements .form-group_date .application-l.l-3 {
    width: 35%;
    padding-right: 10px;
  }

  .item-elements .form-group_date .application-l.l-4 {
    width: 40%;
  }

  .item-elements .form-group_date .select7 {
    min-width: 100%;
  }
}

.item-elements .select7 {
  min-width: 1px;
}

.item-elements .select7__current {
  padding: 0 7px;
}

.item-elements .select7__drop-list {
  max-height: 250px;
  overflow-y: auto;
}

.item-elements .application-l {
  float: left;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .item-elements .application-l.application-l_mod {
    padding-left: 0;
    padding-right: 10px;
  }
}

.item-elements .application-l.l-2 {
  width: 18%;
}

.item-elements .application-l.l-3 {
  width: 27%;
}

.item-elements .application-l.l-4 {
  width: 30%;
}

.item-elements .application-l .form-control {
  padding: 6px 10px;
}

.item-elements .form-horizontal {
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .item-elements .form-horizontal.form-horizontal_clinic .form-group {
    margin-bottom: 5px;
  }
}

.item-elements .form-horizontal label {
  text-align: left;
}

.item-elements .form-horizontal label.label-group_mod {
  line-height: 16px;
}

@media only screen and (max-width: 1200px) {
  .item-elements .label-group_date label {
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .item-elements .label-group_date .application-l.l-4 {
    text-align: center;
    width: 43%;
  }
}

@media only screen and (max-width: 1200px) {
  .item-elements .label-group_date .application-l.l-2 {
    text-align: center;
    width: 23%;
  }
}

@media only screen and (max-width: 1200px) {
  .item-elements .label-group_date .application-l.l-3 {
    text-align: center;
    width: 34%;
  }
}

.item-elements .radio-inline input {
  top: 0;
  left: 20px;
  margin-top: 12px;
}

.alternative-block {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.alternative-block__enter-text {
  width: 100%;
  height: 69px;
  background: #fff;
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 3px;
  -webkit-box-shadow: inset 2px 2.3px 1px rgba(43,151,173,0.12);
  box-shadow: inset 2px 2.3px 1px rgba(43,151,173,0.12);
  outline: none;
  text-align: left;
  font-style: italic;
  padding: 10px;
  margin: 10px 0;
  resize: none;
}

.alternative-block__button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #47d7ac;
  margin-bottom: 10px;
}

.alternative-block__button:hover {
  background-color: #3ab3a2;
  border-color: #3ab3a2;
  color: #fff;
}

.alternative-block__button:last-child {
  margin-bottom: 0;
}

.alternative-block__button.bg-blue {
  background-color: #168da4;
}

.alternative-block__button.bg-blue:hover {
  background-color: #1b7f94;
  border-color: #1b7f94;
  color: #fff;
}

.alternative-block__button.bg-grey {
  background-color: rgba(144,145,145,0.34);
}

.alternative-block__button.bg-grey:hover {
  border-color: rgba(144,145,145,0.44);
  background-color: rgba(144,145,145,0.44);
  color: #fff;
}

.ui-tab-mod .ui-autocomplete {
  position: relative;
  margin-top: -2px;
  left: 0;
  right: 0;
}

.ui-tab-mod .ui-autocomplete .jspVerticalBar {
  right: 6px !important;
}

#tab-alternative.tab-pane {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: background-color #e8e8e8;
}

#tab-alternative.tab-pane .alternative-btn {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  #tab-alternative.tab-pane .alternative-btn {
    margin: 10px 0;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

#tab-alternative.tab-pane .alternative-btn__button {
  color: #168da4;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(254,254,254,0.81);
  border: 1px dashed #00829b;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  padding: 6px 20px;
}

@media only screen and (max-width: 767px) {
  #tab-alternative.tab-pane .alternative-btn__button {
    margin-bottom: 10px;
  }
}

#tab-alternative.tab-pane .alternative-btn__button:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#tab-alternative.tab-pane .alternative-btn__district {
  max-width: 400px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  zoom: 1;
}

#tab-alternative.tab-pane .alternative-btn__district:before,
#tab-alternative.tab-pane .alternative-btn__district:after {
  content: "";
  display: table;
}

#tab-alternative.tab-pane .alternative-btn__district:after {
  clear: both;
}

#tab-alternative.tab-pane .alternative-btn__district >span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
}

#tab-alternative.tab-pane .alternative-btn__district >span >.icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  background-image: url("/i/icons.png");
  background-position: -957px -768px;
  width: 13px;
  height: 13px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

#tab-alternative.tab-pane .alternative-btn__specialization {
  display: inline-block;
  margin-left: 15px;
}

#tab-alternative.tab-pane .alternative-btn__icon-close {
  display: none;
  vertical-align: middle;
  margin-left: 15px;
  background-image: url("/i/icons.png");
  background-position: -957px -768px;
  width: 13px;
  height: 13px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

#tab-alternative.tab-pane .alternative-btn__icon-close.is-active {
  display: inline-block;
}

#tab-alternative.tab-pane .title__alternative {
  top: 50%;
  margin-top: -55px;
}

@media only screen and (max-width: 1200px) {
  #tab-alternative.tab-pane .title__alternative {
    float: left;
    position: static;
    background-color: #168da4;
    border-radius: 3px 0 0 0;
    margin-top: 0;
  }
}

#tab-alternative.tab-pane .title__alternative-pic {
  margin-top: -43px;
  top: 50%;
}

@media only screen and (max-width: 1200px) {
  #tab-alternative.tab-pane .title__alternative-pic {
    line-height: 80px;
    margin-top: 0;
    position: static;
  }
}

#tab-alternative.tab-pane .right-side__alternative:after {
  background-color: #168da4;
}

#tab-alternative.tab-pane .right-side__alternative .right-side__wrap .alternative-block__enter-text {
  margin: 12px 0;
}

@media only screen and (max-width: 767px) {
  .application__alternative {
    width: 100%;
    display: block;
  }
}

.application__alternative li {
  margin-bottom: 20px;
}

.application__alternative li:last-child {
  margin-bottom: 0;
}

.application__alternative table.application__item-big {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .application__alternative table.application__item-big {
    width: 100%;
    display: block;
  }
}

.application__alternative table.application__item-big tr td {
  padding: 20px;
  vertical-align: top;
}

.application__alternative table.application__item-big tr td:first-child {
  vertical-align: middle;
  width: 14%;
  background-color: #168da4;
  border-radius: 3px 0 0 3px;
}

@media only screen and (max-width: 767px) {
  .application__alternative table.application__item-big tr td:first-child {
    width: 100%;
    display: block;
  }
}

.application__alternative table.application__item-big tr td:first-child .title {
  text-align: center;
}

.application__alternative table.application__item-big tr td:first-child .title__time {
  font-family: Roboto;
  font-size: 54px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -3px;
}

.application__alternative table.application__item-big tr td:first-child .title__picture {
  width: 113px;
}

.application__alternative table.application__item-big tr td:nth-child(2) {
  width: 37%;
}

@media only screen and (max-width: 767px) {
  .application__alternative table.application__item-big tr td:nth-child(2) {
    width: 100%;
    display: block;
  }
}

.application__alternative table.application__item-big tr td:nth-child(2) table {
  background-color: #fff;
}

.application__alternative table.application__item-big tr td:nth-child(2) table tr td {
  padding: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  .application__alternative table.application__item-big tr td:nth-child(2) table tr td {
    width: 100%;
    display: block;
  }
}

.application__alternative table.application__item-big tr td:nth-child(2) table tr td:first-child {
  background: none;
}

.application__alternative table.application__item-big tr td:nth-child(3) {
  width: 27%;
  border-left: 1px dashed rgba(29,137,160,0.45);
  background-color: #fcfdfd;
}

@media only screen and (max-width: 767px) {
  .application__alternative table.application__item-big tr td:nth-child(3) {
    width: 100%;
    display: block;
  }
}

.application__alternative table.application__item-big tr td:nth-child(3) .comment-block__item:first-child {
  min-height: 115px;
}

.application__alternative table.application__item-big tr td:last-child {
  width: 22%;
  border-left: 1px dashed rgba(29,137,160,0.45);
}

@media only screen and (max-width: 767px) {
  .application__alternative table.application__item-big tr td:last-child {
    width: 100%;
    display: block;
  }
}

.application__alternative table.application__item-big tr td:last-child .alternative-block .alternative-block __enter-text {
  margin: 12px 0;
  width: 100%;
  min-height: 80px;
  background: #fff;
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 3px;
  -webkit-box-shadow: inset 2px 2.3px 1px rgba(43,151,173,0.12);
  box-shadow: inset 2px 2.3px 1px rgba(43,151,173,0.12);
  outline: 0;
  text-align: left;
  font-style: italic;
  padding: 10px;
}

.application__alternative table.application__item-big tr td:last-child .alternative-block .alternative-block __button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #168da4;
}

@media only screen and (max-width: 767px) {
  .js-section-choice {
    text-align: center;
  }
}

.completed-header {
  margin-top: 20px;
  zoom: 1;
}

.completed-header:before,
.completed-header:after {
  content: "";
  display: table;
}

.completed-header:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .completed-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    margin-top: 0;
  }
}

.completed-header p {
  margin: 0;
}

.completed-header__item {
  position: relative;
  float: left;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .completed-header__item {
    float: none;
    margin: 0 0 10px 0;
    width: 80%;
  }
}

.completed-header__item:last-child {
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .completed-header__item:last-child {
    float: none;
  }
}

@media only screen and (max-width: 1024px) {
  .completed-header__item {
    margin-right: 10px;
  }
}

.completed-header__item .block-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .completed-header__item .block-wrap {
    width: 100%;
  }
}

.completed-header__item .block-wrap__search {
  background-color: #fff;
  border: 1px solid rgba(61,160,180,0.37);
  border-radius: 3px;
  -webkit-box-shadow: inset 2px 3.3px 1px rgba(43,151,173,0.12);
  box-shadow: inset 2px 3.3px 1px rgba(43,151,173,0.12);
  width: 256px;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  color: #333536;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .completed-header__item .block-wrap__search {
    width: 100%;
  }
}

.completed-header__item .block-wrap__search::-webkit-input-placeholder {
  color: #bed3d8;
}

.completed-header__item .block-wrap__search::-moz-placeholder {
  color: #bed3d8;
}

.completed-header__item .block-wrap__search:-moz-placeholder {
  color: #bed3d8;
}

.completed-header__item .block-wrap__search:-ms-input-placeholder {
  color: #bed3d8;
}

@media only screen and (max-width: 1024px) {
  .completed-header__item .block-wrap__search {
    width: 200px;
  }
}

.completed-header__item .block-wrap__icons {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background-image: url("/i/icons.png");
  background-position: -245px -737px;
  width: 17px;
  height: 17px;
}

.completed-header__item .everyone-header {
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  padding: 5px 10px 5px 15px;
  width: 184px;
  color: #168da4;
}

@media only screen and (max-width: 767px) {
  .completed-header__item .everyone-header {
    width: 100%;
  }
}

.completed-header__item .everyone-header:after {
  content: '';
  float: right;
  margin: 8px 6px 0 0;
  display: inline-block;
  border: 4px solid transparent;
  border-top: 6px solid #1d89a0;
}

.completed-header__item .everyone-lists {
  display: none;
  position: absolute;
  top: 30.3px;
  z-index: 10;
  width: 184px;
  color: #91b5bc;
  font-size: 14px;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  background: #fff;
}

.completed-header__item .everyone-lists.is-open {
  display: block;
}

.completed-header__item .everyone-lists__list {
  padding: 5px 5px 5px 15px;
  color: #333536;
  cursor: pointer;
}

.completed-header__item .everyone-lists__list:first-child {
  margin-top: 6px;
}

.completed-header__item .everyone-lists__list:last-child {
  margin-bottom: 6px;
}

.completed-header__item .everyone-lists__list:hover {
  background-color: #e5f2f5;
  color: #168da4;
}

.completed-header__date-picker {
  position: relative;
  width: 226px;
  height: 31px;
  color: #bed3d8;
  padding-left: 35px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .completed-header__date-picker {
    width: 100%;
  }
}

.completed-header .date-picker {
  position: relative;
  outline: none;
}

.completed-header .date-picker:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -10px;
  border: none;
  background-image: url("/i/icons.png");
  background-position: -686px -400px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  z-index: 5;
}

.completed-header .date-picker:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 5px solid #0957c3;
}

.completed-header .date-picker:focus {
  outline: none;
  border: none;
}

.contacts {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .contacts {
    width: 37%;
  }
}

@media only screen and (max-width: 980px) {
  .contacts {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .contacts {
    width: 33%;
  }
}

.contacts a {
  color: #fff;
}

.contacts p {
  margin: 18px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 15px;
}

.contacts__title {
  position: relative;
  margin: 0 0 18px;
}

.contacts__title >span {
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1pt;
  background: background-image url("i/green_texture.png");
}

.contacts__title >span:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .contacts__title >span:after {
    left: auto;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__title {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .contacts__title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contacts__title:after {
    display: none;
  }
}

.contacts__copyright a {
  text-decoration: none;
}

.contacts__rights {
  font-size: 12px;
  line-height: 16px;
}

.contacts__rights_international {
  display: none;
}

.contacts__phone {
  margin-bottom: 15px;
}

.contacts__phone span {
  display: inline-block;
  position: relative;
  width: 40%;
  margin-right: 6%;
  margin-bottom: 3.5%;
  padding-left: 8%;
  padding-bottom: 2%;
  font-size: 17px;
  font-weight: normal;
}

@media only screen and (max-width: 980px) {
  .contacts__phone span {
    padding-left: 15%;
  }
}

@media only screen and (max-width: 768px) {
  .contacts__phone span {
    padding-left: 12%;
  }
}

.contacts__phone span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .contacts__phone span {
    width: 100%;
  }
}

.contacts__phone span.phone_general:after {
  background-image: url("/i/icons.png");
  background-position: -253px -703px;
  width: 21px;
  height: 21px;
}

.contacts__phone span.phone_mts:after {
  background-image: url("/i/icons.png");
  background-position: -228px -703px;
  width: 21px;
  height: 21px;
}

.contacts__phone span.phone_life:after {
  background-image: url("/i/icons.png");
  background-position: -203px -703px;
  width: 21px;
  height: 21px;
}

.contacts__phone span.phone_kyivstar:after {
  background-image: url("/i/icons.png");
  background-position: -178px -703px;
  width: 21px;
  height: 21px;
}

.contacts__phone-number {
  margin: 0;
}

.contacts__callback {
  display: inline-block;
  width: 42%;
  margin-right: 15px;
}

.contacts__callback a {
  margin-left: 25px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #dde8ea;
}

.contacts__callback a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
}

@media only screen and (max-width: 980px) {
  .contacts__callback a:after {
    left: -25px;
  }
}

.contacts__callback a.callback_phone:after {
  background-image: url("/i/icons.png");
  background-position: -645px -768px;
  width: 15px;
  height: 15px;
}

.contacts__callback a.callback_pen:after {
  background-image: url("/i/icons.png");
  background-position: -182px -801px;
  width: 14px;
  height: 17px;
}

@media only screen and (max-width: 980px) {
  .contacts__callback {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts__callback a {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts {
    position: relative;
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(255,225,255,0.18);
    margin-bottom: 0;
    cursor: pointer;
    min-height: auto;
    overflow: hidden;
    background: #fff background-image url("i/green_texture.png");
  }

  .contacts:last-child {
    border-bottom: 1px solid rgba(255,225,255,0.18);
  }

  .contacts__phone {
    padding: 0;
    margin-bottom: 0;
  }

  .contacts__phone span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0;
    padding: 0 0 20px 30px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .contacts__phone span:nth-child(odd) {
    margin-right: 4%;
  }

  .contacts__phone span:after {
    left: 0;
  }

  .contacts p {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 15px;
    line-height: 28px;
  }

  .contacts__callback {
    width: 48%;
    margin: 0;
    margin-bottom: 25px;
  }

  .contacts__callback a {
    margin-left: 25px;
    font-size: 14px;
  }

  .contacts__callback.first-example {
    margin-right: 4%;
  }

  .contacts .footer-tab_header:after {
    content: none;
  }

  .contacts .footer-tab_header .tab__header {
    position: relative;
    display: block;
    padding: 14px 20px;
    min-height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
  }

  .contacts .footer-tab_header .tab__header span {
    padding: 0;
  }

  .contacts .footer-tab_header .btn__mobile {
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 21px;
    width: 16px;
    height: 8px;
    margin-top: -4px;
    background-image: url("/i/icons.png");
    background-position: -1009px -389px;
    width: 16px;
    height: 8px;
  }

  .contacts .footer-tab_header .btn__mobile_open {
    background-image: url("/i/icons.png");
    background-position: -1047px -389px;
    width: 14px;
    height: 8px;
  }

  .contacts .contacts-wrap {
    display: none;
    padding: 0 20px;
  }

  .contacts .contacts__tab.tab__header_open {
    background: rgba(0,87,109,0.55);
    color: #fff;
    font-weight: bold;
  }
}

.tab-active_info-index {
  display: block;
}

.comment-quotes {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .comment-quotes {
    margin-bottom: 20px;
  }
}

.comment-quotes__header {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .comment-quotes__header {
    min-height: 80px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
}

.comment-quotes__item {
  position: relative;
  min-height: 140px;
  height: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 0 37px;
}

.owl-carousel .comment-quotes__item {
  display: block;
}

@media only screen and (max-width: 767px) {
  .comment-quotes__item {
    min-width: 100px;
    min-height: 0;
    height: 100%;
    padding: 10px 0;
  }
}

.comment-quotes__item img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,%3Csvg%20xmlns=/%27http://www.w3.org/2000/svg/%27%3E%3Cfilter%20id=/%27grayscale/%27%3E%3CfeColorMatrix%20type=/%27matrix/%27%20values=/%270.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200/%27/%3E%3C/filter%3E%3C/svg%3E#grayscale");
  background-color: #fff;
  filter: alpha(opacity = 100);
  zoom: 1;
  border-radius: 3px;
  background-color: #fff;
  max-width: 100%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: grayscale(100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-quotes__item img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .comment-quotes__item img {
    height: 100%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.comment-quotes__item.active img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.comment-quotes__item.active:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 60%;
  margin: -14px 0 0 -9px;
  border-style: solid;
  border-width: 0 18px 14px 0;
  border-color: transparent transparent #e5f2f5;
  z-index: 1;
}

.comment-quotes__item:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.comment-quotes__content {
  padding: 38px;
  background-color: #e5f2f5;
  border-radius: 5px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .comment-quotes__content {
    height: auto;
    padding: 20px;
  }
}

.comment-quotes__content:before {
  content: none;
}

.comment-quotes__content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.comment-quotes__pane {
  display: none;
  font-size: 15px;
}

.comment-quotes__pane.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .comment-quotes .owl-wrapper {
    text-align: left;
  }
}

.comment-quotes .owl-wrapper-outer {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .comment-quotes .owl-item {
    height: 100px;
    float: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .comment-quotes .owl-controls {
    display: block !important;
  }
}

.comment-quotes .owl-prev {
  left: 0;
}

.comment-quotes .owl-next {
  right: 0;
}

.corpsale-top__img {
  height: 650px;
  position: relative;
  margin-top: -1px;
  z-index: 1;
}

.corpsale-top__img .rg-form-wrapper {
  right: 40px;
  top: 390px;
  left: auto;
}

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

.corpsale__block {
  padding: 0 48px;
  max-width: 840px;
  margin-left: auto;
  margin-top: 169px;
}

.corpsale__title-wrapper {
  margin-top: 0;
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  text-align: right;
}

.corpsale__maintitle {
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 67px;
  font-size: 72px;
  text-align: right;
  color: #fff;
  letter-spacing: 0;
}

.corpsale__title {
  font-weight: 400;
  line-height: 64px;
  font-size: 60px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 110px;
}

.corpsalewhy-wrapper {
  background: #f9f9f9;
  padding-top: 143px;
  padding-bottom: 125px;
}

.corpsalewhy__block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corpsalewhy__item {
  width: 335px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.corpsalewhy__item-i {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 158px;
  margin-bottom: 46px;
}

.corpsalewhy__item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 6px;
}

.corpsalewhy__item-text {
  font-weight: 400;
  line-height: 21px;
  font-size: 18px;
  text-align: center;
  color: #5e6e71;
}

.corpsalehow-wrapper {
  padding-top: 95px;
  padding-bottom: 120px;
}

.corpsalehow-wrapper .corpsale__title {
  margin-bottom: 95px;
}

.corpsalehow__block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corpsalehow__item {
  width: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.corpsalehow__numb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.corpsalehow__text {
  font-weight: 400;
  line-height: 21px;
  font-size: 18px;
  text-align: center;
  color: #5e6e71;
}

.corpsalehow__i {
  position: absolute;
  top: 48px;
  right: -37px;
}

.corpsalecond__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 37px;
}

.corpsalecond__item {
  padding-left: 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
  min-height: 55px;
}

.corpsalecond__item:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 10px;
  width: 42px;
  height: 42px;
  background: #47d7ac;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.corpsalecond__item:first-of-type:before {
  content: '1';
}

.corpsalecond__item:nth-child(2):before {
  content: '2';
}

.corpsalecond__item:nth-child(3):before {
  content: '3';
}

.corpsalecond__item:nth-child(4):before {
  content: '4';
}

.corpsalecond__item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #5e6e71;
  margin-bottom: 0;
}

.corpsalecond-wrapper {
  background: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 47px;
}

.corpsalecond-wrapper .corpsale__title {
  margin-bottom: 112px;
}

.corpsalecond__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 84px;
  padding: 0 38px;
}

.corpsalecond__bottom .loyal__card__image {
  width: 91px;
  height: 105px;
  margin-right: 57px;
}

.corpsalecond__bottom p {
  line-height: 28px;
  font-size: 24px;
  text-align: right;
  color: #5e6e71;
  max-width: 535px;
  margin-bottom: 0;
  margin-top: 10px;
}

.corpsalecond__bottom a {
  text-decoration: none;
  width: 186px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a4a4a4;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 2px;
}

.corpsalecond__bottom a:hover {
  background: #a4a4a4;
}

.corpsalecond__bottom a:hover span {
  color: #fff;
}

.corpsalecond__bottom a:hover svg {
  fill: #fff;
}

.corpsalecond__bottom a span {
  font-size: 20px;
  text-align: center;
  color: #5e6e71;
  margin-right: 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.corpsalecond__bottom a svg {
  fill: #5e6e71;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.corpsalecond__bottom__text {
  font-weight: 400;
  line-height: 21px;
  font-size: 18px;
  color: #5e6e71;
}

.corpsalecond__bottom__pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 162px;
}

.corpsalecond__bottom__pdf img {
  margin-right: 57px;
}

@media only screen and (max-width: 1199px) {
  .corpsale-top__img {
    height: 565px;
  }

  .corpsalewhy-wrapper {
    padding-bottom: 90px;
  }

  .corpsale__maintitle {
    line-height: 64px;
    font-size: 64px;
  }

  .corpsale__title {
    line-height: 56px;
    font-size: 48px;
  }

  .corpsale__block {
    margin-top: 110px;
  }

  .corpsalehow__item {
    width: 21%;
  }

  .corpsalehow__numb {
    height: 80px;
  }

  .corpsalehow__numb svg {
    height: 80px;
    margin-bottom: 35px;
  }

  .corpsalehow__text {
    line-height: 19px;
    font-size: 16px;
  }

  .corpsale-top__img .rg-form-wrapper {
    top: 310px;
  }

  .corpsalehow-wrapper {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .corpsalehow__item {
    width: 21%;
  }

  .corpsalehow__text,
  .corpsalewhy__item-text {
    line-height: 20px;
    font-size: 16px;
  }

  .corpsalehow__numb {
    height: 80px;
    margin-bottom: 35px;
  }

  .corpsalehow__numb svg {
    height: 80px;
  }

  .corpsalecond-wrapper {
    padding-top: 75px;
  }

  .corpsalecond-wrapper .corpsale__title {
    margin-bottom: 80px;
  }

  .corpsalecond__item {
    margin-bottom: 33px;
  }

  .corpsalecond__item:before {
    top: 6px;
  }

  .corpsalecond__item p {
    line-height: 24px;
    font-size: 21px;
  }

  .corpsalecond__bottom p {
    max-width: 40%;
  }

  .corpsalehow__i {
    top: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .corpsale__block {
    margin-top: 90px;
  }

  .corpsale__maintitle {
    line-height: 52px;
    font-size: 52px;
  }

  .corpsalecond__text {
    margin-bottom: 75px;
  }

  .corpsalecond__bottom {
    margin-bottom: 100px;
  }

  .corpsalecond__bottom p {
    text-align: left;
    max-width: 45%;
  }

  .corpsale__title {
    line-height: 48px;
    font-size: 42px;
    margin-bottom: 60px;
  }

  .corpsale-top__img .rg-form-wrapper {
    top: 260px;
  }

  .corpsalewhy__item {
    width: 30%;
  }

  .corpsalewhy__item-i {
    height: 110px;
    margin-bottom: 35px;
  }

  .corpsalewhy__item-i svg {
    height: 110px;
  }

  .corpsalewhy__item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .corpsalehow__text,
  .corpsalewhy__item-text {
    line-height: 18px;
    font-size: 14px;
  }

  .corpsalewhy-wrapper {
    padding-bottom: 75px;
  }

  .corpsalehow-wrapper {
    padding-top: 55px;
    padding-bottom: 85px;
  }

  .corpsalecond__item p {
    line-height: 22px;
    font-size: 18px;
  }

  .corpsalecond__bottom__pdf {
    padding-right: 34px;
  }

  .corpsalecond__bottom p {
    text-align: left;
    max-width: 40%;
    line-height: 25px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .corpsalewhy-wrapper {
    padding-bottom: 40px;
  }

  .corpsale__title {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 45px;
  }

  .corpsalecond__text {
    margin-bottom: 50px;
  }

  .corpsalecond__bottom {
    margin-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corpsalecond__bottom p {
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    max-width: 88%;
    margin-bottom: 30px;
  }

  .corpsalewhy__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .corpsalewhy__item {
    width: 47%;
    margin-bottom: 30px;
  }

  .corpsalewhy__item-i {
    height: 80px;
    margin-bottom: 25px;
  }

  .corpsalewhy__item-i svg {
    height: 80px;
  }

  .corpsalehow-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .corpsalehow-wrapper .corpsale__title {
    margin-bottom: 50px;
  }

  .corpsalehow__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .corpsalehow__item {
    width: 44%;
    margin-bottom: 25px;
  }

  .corpsalehow__i {
    display: none;
  }

  .corpsalehow__numb,
  .corpsalehow__numb svg {
    margin-bottom: 25px;
    height: 60px;
  }

  .corpsalecond-wrapper {
    padding-top: 50px;
  }

  .corpsalecond-wrapper .corpsale__title {
    margin-bottom: 50px;
  }

  .corpsalecond__list {
    margin-bottom: 20px;
  }

  .corpsalecond__item:before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .corpsalecond__item p {
    line-height: 22px;
    font-size: 16px;
  }

  .corpsalecond__bottom {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .corpsale-top__img {
    height: 426px;
  }

  .corpsale-top__img .rg-form-wrapper {
    top: 200px;
    right: auto;
    left: auto;
  }

  .corpsalecond__bottom .loyal__card__image {
    margin-right: 20px;
  }

  .corpsalecond__bottom__pdf {
    padding: 0;
  }

  .corpsalecond__bottom__pdf img {
    margin-right: 20px;
  }

  .corpsalecond__bottom__text {
    line-height: 19px;
    font-size: 16px;
    text-align: center;
  }

  .corpsale__block {
    margin-top: 48px;
    padding: 0 20px;
  }

  .corpsale__maintitle {
    line-height: 38px;
    font-size: 32px;
  }

  .corpsalewhy-wrapper {
    padding-bottom: 25px;
  }

  .corpsale__title {
    line-height: 38px;
    font-size: 32px;
    margin-bottom: 35px;
  }

  .corpsalewhy__item {
    width: 85%;
  }

  .corpsalehow-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .corpsalehow-wrapper .corpsale__title {
    margin-bottom: 40px;
  }

  .corpsalehow__item {
    width: 80%;
  }

  .corpsalecond-wrapper {
    padding-top: 40px;
  }

  .corpsalecond-wrapper .corpsale__title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 35px;
  }

  .corpsalecond__item {
    padding-left: 62px;
  }

  .corpsalecond__item:before {
    left: 10px;
  }

  .corpsalecond__bottom {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .corpsalecond__bottom p {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
  }
}

.corpsalefilial-wrapper {
  background: #f9f9f9;
  padding-top: 90px;
}

.corpsalefilial-wrapper .load-items {
  max-width: 800px;
  margin: 0 auto;
}

.corpsalefilial-wrapper .load-items__item:last-of-type {
  margin-left: 10px;
}

.corpsalefilial-wrapper .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.corpsalefilial-wrapper .pagination li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.corpsalefilial-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.corpsalefilial-list .card {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #ebeff6;
}

.corpsalefilial-top {
  max-width: 800px;
  margin: 0 auto 36px auto;
  font-weight: normal;
  line-height: 25px;
  font-size: 24px;
  color: #5e6e71;
}

.row-counters {
  margin: 40px 0 130px;
  padding: 0 15%;
}

@media only screen and (max-width: 1024px) {
  .row-counters {
    padding: 0 6%;
  }
}

@media only screen and (max-width: 850px) {
  .row-counters {
    padding: 0 4%;
  }
}

.row-counters >div {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-counters >div {
    padding: 0;
  }
}

.row-counters >div:nth-child(1) .counter:before {
  background-image: url("/i/icons.png");
  background-position: -1025px -126px;
  width: 54px;
  height: 54px;
}

.row-counters >div:nth-child(2) {
  padding-left: 4%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-counters >div:nth-child(2) {
    padding-left: 5%;
  }
}

@media (max-width: 850px) {
  .row-counters >div:nth-child(2) {
    padding: 0;
  }
}

.row-counters >div:nth-child(2) .counter:before {
  background-image: url("/i/icons.png");
  background-position: -1025px -63px;
  width: 54px;
  height: 54px;
}

.row-counters >div:nth-child(3) .counter {
  float: right;
  padding-right: 10px;
}

.row-counters >div:nth-child(3) .counter:before {
  background-image: url("/i/icons.png");
  background-position: -380px -278px;
  width: 54px;
  height: 54px;
}

.counter {
  position: relative;
  height: 55px;
  padding-left: 67px;
  color: #fff;
}

.counter:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.counter__digits {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 850px) {
  .counter__digits {
    font-size: 32px;
  }
}

.counter__title {
  font-size: 18px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__title {
    font-size: 16px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 3px;
  width: 560px;
  padding: 0;
  border: 1px solid #00829b;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.19);
  box-shadow: 0 2px 4px rgba(0,64,76,0.19);
}

.daterangepicker:before {
  top: -22px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom: 10px solid #00829b;
  border-bottom-color: none;
}

.daterangepicker.open {
  display: block;
}

.daterangepicker.opensleft:before {
  right: 170px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.dropup {
  margin-top: 5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .daterangepicker-wrap {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.daterangepicker .calendar-block {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.daterangepicker .calendar {
  display: none;
  width: 50%;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar.left {
  display: inline-block;
  border-right: 1px solid rgba(20,140,163,0.33);
  height: 100%;
}

.daterangepicker .calendar.right {
  display: inline-block;
  height: 100%;
}

.daterangepicker .calendar-table {
  background: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td {
  color: #333536;
  font-size: 16px;
}

.daterangepicker td.in-range {
  background-color: #eaf5f9;
  border-color: transparent;
  color: #a6b8bc;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.off {
  color: #a6b8bc;
}

.daterangepicker td.today {
  color: #f07804;
  font-weight: normal;
  position: relative;
}

.daterangepicker td.today:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -3px;
  z-index: 10;
  display: block;
  background-color: #f07804;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.daterangepicker th {
  font-size: 15px;
  color: #148fa7;
  font-weight: normal;
}

.daterangepicker th.month {
  color: #333536;
  font-size: 16px;
  width: auto;
}

.daterangepicker thead tr:first-child {
  border-bottom: 1px solid rgba(20,140,163,0.33);
}

.daterangepicker thead tr:first-child .prev,
.daterangepicker thead tr:first-child .next {
  position: relative;
}

.daterangepicker thead tr:first-child .prev:before,
.daterangepicker thead tr:first-child .next:before {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 23px;
  color: #333536;
}

.daterangepicker thead tr:first-child .next:before {
  content: '›';
  right: 20px;
}

.daterangepicker thead tr:first-child .prev:before {
  content: '‹';
  left: 20px;
}

.daterangepicker thead tr:last-child th {
  padding: 8px;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker .input-mini {
  font-size: 15px;
  color: #91b5bc;
  border: none;
  outline: none;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  padding: 0 13px;
  width: 110px;
}

.daterangepicker .daterangepicker_input {
  position: absolute;
  bottom: 10px;
}

.daterangepicker .daterangepicker_input:before {
  content: '-';
  position: absolute;
  display: inline-block;
  right: 9px;
  top: 5px;
  color: #91b5bc;
  z-index: 10;
}

.daterangepicker .calendar.right .daterangepicker_input {
  left: 95px;
}

.daterangepicker .calendar.right .daterangepicker_input .input-mini {
  padding: 0;
  padding-left: 15px;
}

.daterangepicker .calendar.right .daterangepicker_input:before {
  display: none;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  content: '';
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 36px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
  font-weight: normal;
}

.daterangepicker td.off:before,
.daterangepicker td.off.in-range:before,
.daterangepicker td.off.start-date:before,
.daterangepicker td.off.end-date:before {
  display: none;
}

.daterangepicker td.off:hover,
.daterangepicker td.off.in-range:hover,
.daterangepicker td.off.start-date:hover,
.daterangepicker td.off.end-date:hover {
  color: #999;
  font-weight: normal;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #eaf5f9;
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: 700;
}

.daterangepicker td.active:before,
.daterangepicker td.active:hover:before {
  content: '';
  background-color: #47d7ac;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 28px;
  height: 26px;
  margin-top: -13px;
  margin-left: -14px;
  border-radius: 3px;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  line-height: 16px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.ranges {
  background-color: #00829b;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-size: 11px;
  float: none;
  height: 37px;
  text-align: center;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px dashed rgba(255,255,255,0.84);
  padding-top: 8px;
  margin: 0 10px;
  color: rgba(255,255,255,0.84);
}

.ranges li:last-child {
  display: none;
}

.ranges li:first-child {
  border-bottom: none;
  cursor: default;
}

.ranges li:hover {
  border-bottom-color: transparent;
}

.ranges li.active {
  font-weight: 700;
  border-bottom-color: transparent;
}

.block-btn {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  margin: 0;
  border-top: 1px solid rgba(20,140,163,0.33);
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  margin-top: -5px;
  height: 50px;
  zoom: 1;
}

.block-btn:before,
.block-btn:after {
  content: "";
  display: table;
}

.block-btn:after {
  clear: both;
}

.block-btn ul {
  display: none;
}

.block-btn button {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 8px;
}

.block-btn button:hover {
  color: #fff;
}

.block-btn .apply-btn {
  margin: 8px 10px 0 10px;
  background: #47d7ac;
}

.block-btn .apply-btn:hover {
  background-color: #3ab3a2;
  border-color: #3ab3a2;
}

.block-btn .cancel-btn {
  background-color: #a9bdc4;
}

.block-btn .cancel-btn:hover {
  background-color: #9bb3bb;
  border-color: #9bb3bb;
}

.card__mod {
  margin-bottom: 0;
}

.small-card__action-mod span.orange-light {
  background-color: #ffc02a;
}

.small-card__action-mod span.orange-light:after {
  border-color: none;
  border: none;
  border-left: none;
  background-image: url("/i/icons.png");
  background-position: -76px -737px;
  width: 18px;
  height: 22px;
  display: inline-block;
  right: -11px;
  width: 19px;
  height: 22px;
}

.tab-content__diagnostic-center {
  margin-bottom: 40px;
}

.price-item__mod {
  position: relative;
  padding: 20px 20px 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #c0d2d6;
}

@media only screen and (max-width: 560px) {
  .price-item__mod {
    padding: 20px 20px 50px 20px;
  }
}

.price-item__mod:first-child {
  border-top: none;
}

.price-item__mod:hover {
  background-color: #e5f2f5;
  z-index: 2;
  border-bottom: 1px solid transparent;
}

.price-item__mod:hover .btn-hide {
  display: inline-block;
  margin-left: 20px;
  float: none;
}

.price-item__mod:hover .row-in-price__mod:before {
  background-color: #47d7ac;
}

.price-item__mod:hover .diagnostic-line {
  background-color: transparent;
}

.price-item__mod.price-none__border {
  border-bottom: none;
}

.price-item__mod .btn-hide {
  display: none;
  vertical-align: middle;
}

.price-item__mod .row-price__mod {
  padding: 0 0 0 20px;
}

.price-item__mod .row-price__mod:hover {
  background: none;
}

.price-item__mod .block-sevices__list-mod .row-in-price__mod {
  border-bottom: none;
}

.price-item__mod .block-sevices__list-mod .row-in-price__mod:hover:before {
  background-color: none;
}

@media only screen and (max-width: 560px) {
  .price-item__mod .block-services__price-discount {
    position: absolute;
    bottom: 10px;
    height: 40px;
    text-align: left;
  }
}

.block-services__title-mod {
  padding: 0;
  margin: 0 20px;
  border-top: 1px solid #c0d2d6;
  zoom: 1;
}

.block-services__title-mod:before,
.block-services__title-mod:after {
  content: "";
  display: table;
}

.block-services__title-mod:after {
  clear: both;
}

.block-services__title-mod strong {
  padding: 13px 0 13px 0px;
  display: inline-block;
}

@media only screen and (max-width: 560px) {
  .block-services__title-mod strong {
    float: left;
    width: 100%;
  }
}

.block-services__title-mod .block-services__price-discount {
  float: right;
  padding: 9px 0;
  line-height: 1.8;
}

@media only screen and (max-width: 560px) {
  .block-services__title-mod .block-services__price-discount {
    float: left;
    margin-left: 0;
    padding: 7px 0;
    line-height: 2.2;
  }
}

.block-services__title-mod a.btn-hide {
  display: none;
}

.block-services__title-mod:hover .btn-hide {
  display: inline-block;
  float: none;
  margin: 0px 0 0px 21px;
  padding: 2px 22px 4px;
}

.item-with-btn:hover {
  background-color: #e5f2f5;
}

.diagnostic-reviews {
  zoom: 1;
  background-color: #fff9e9;
  padding: 20px 0;
}

.diagnostic-reviews:before,
.diagnostic-reviews:after {
  content: "";
  display: table;
}

.diagnostic-reviews:after {
  clear: both;
}

.diagnostic-reviews__numder {
  color: #00829b;
  font-size: 48px;
  font-weight: 700;
}

.diagnostic-reviews span {
  font-size: 14px;
  color: #5e6e71;
  padding-bottom: 15px;
}

.diagnostic-reviews__left-side {
  position: relative;
  text-align: center;
  border-right: 1px dashed #c0d2d6;
  -ms-border-right: 1px dashed #c0d2d6;
  width: 50%;
  float: left;
}

.diagnostic-reviews__left-side .likebox-diagnostic {
  *zoom: 1;
  display: inline-block;
  margin-left: 0;
}

.diagnostic-reviews__left-side .likebox-diagnostic:after {
  content: '';
  display: table;
  clear: both;
}

.diagnostic-reviews .likebox-block {
  line-height: 68px;
}

.diagnostic-reviews .likebox-block .like-box__like {
  vertical-align: middle;
}

.diagnostic-reviews .likebox-block .like-box__like:before {
  content: '';
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -695px -485px;
  width: 21px;
  height: 24px;
  margin-right: 5px;
}

.diagnostic-reviews .likebox-block .like-box__dislike {
  vertical-align: middle;
}

.diagnostic-reviews .likebox-block .like-box__dislike:before {
  content: '';
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -669px -485px;
  width: 22px;
  height: 24px;
  margin-right: 5px;
}

.diagnostic-reviews .likebox-block .like-box__votes {
  font-size: 22px;
  margin: 2px 0 0 5px;
}

.diagnostic-reviews__right-side {
  text-align: center;
  width: 50%;
  float: left;
}

.diagnostic-reviews .reviews-info {
  display: inline-block;
  padding: 0 10px;
}

.diagnostic-reviews .reviews-info__icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-image: url("/i/icons.png");
  background-position: -1056px -703px;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.diagnostic-reviews .reviews-info__link {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #5e6e71;
}

.reviews-list__mod .reviews-list__content {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .reviews-list__mod .reviews-list__content .reviews-list__name {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .reviews-list__mod .reviews-list__content .reviews-list__date {
    float: right;
    margin-top: 5px;
  }
}

.bottom_diagnostic {
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .time-hidden {
    display: none;
  }
}

.diagnostic-center__request {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .diagnostic-center__request {
    font-size: 24px;
    line-height: 26px;
  }
}

.diagonstic-post {
  zoom: 1;
}

.diagonstic-post:before,
.diagonstic-post:after {
  content: "";
  display: table;
}

.diagonstic-post:after {
  clear: both;
}

@media only screen and (max-width: 991px) {
  .diagonstic-post {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .diagonstic-post:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .diagonstic-post {
    width: 100%;
    float: none;
  }
}

.diagonstic-post .post__thumb {
  background-color: #75d9f1;
}

@media only screen and (max-width: 991px) {
  .diagonstic-post .post__thumb img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .diagonstic-post .post__body {
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .diagonstic-post .post__body .post__desc {
    height: auto;
  }
}

.diagonstic-post .post-footer__mod .post__prime {
  float: left;
}

.diagonstic-post .post-footer__mod .post__more {
  float: right;
}

.diagnostic-strong .doctor-alert,
.diagnostic-strong span {
  font-weight: 700;
  margin: 0 auto;
}

.diagnostic-center_bez_rezult {
  display: block;
}

.diagnostic-center_bez_rezult .diagnost-center_bez {
  margin-top: -3px;
}

.card-list__mod li:last-child {
  margin-bottom: 40px;
}

.row_dark-grey {
  background: #f2f2f2;
}

.diagnostics-record {
  position: relative;
  z-index: 1;
}

.diagnostics-record .btn__mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .diagnostics-record .btn__mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .diagnostics-record .header-styled {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .diagnostics-record .h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
}

.diagnostics-record__header-wrap {
  zoom: 1;
}

.diagnostics-record__header-wrap:before,
.diagnostics-record__header-wrap:after {
  content: "";
  display: table;
}

.diagnostics-record__header-wrap:after {
  clear: both;
}

.diagnostics-record__inner {
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .diagnostics-record__inner {
    padding-bottom: 40px;
  }
}

.diagnostics-record__more {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 0 0;
}

.diagnostics-record__more .diagnostics-record__more-link {
  position: relative;
  border-bottom: 1px dotted #4b89d3;
}

.diagnostics-record__more .diagnostics-record__more-link:link {
  text-decoration: none;
}

.diagnostics-record__more .diagnostics-record__more-link:hover,
.diagnostics-record__more .diagnostics-record__more-link:active {
  text-decoration: none;
  color: #4b89d3;
  border-bottom: 1px dotted #4b89d3;
}

.diagnostics-record__more .diagnostics-record__more-link:hover:after,
.diagnostics-record__more .diagnostics-record__more-link:active:after {
  background-image: url("/i/icons.png");
  background-position: -1093px -389px;
  width: 9px;
  height: 5px;
}

.diagnostics-record__more .diagnostics-record__more-link:after {
  position: absolute;
  top: 12px;
  right: -24px;
  display: block;
  content: '';
  background-image: url("/i/icons.png");
  background-position: -1096px -173px;
  width: 9px;
  height: 5px;
}

.diagnostics-record__list {
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .diagnostics-record__list {
    margin: 0 -5px 0;
  }
}

.diagnostics-record__item-title {
  display: inline-block;
  color: #4b89d3;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  width: 25%;
  vertical-align: top;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.diagnostics-record__item-title:hover {
  text-decoration: underline;
}

.diagnostics-record__item-title.item-title_mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .diagnostics-record__item-title.item-title_mobile {
    display: inline-block;
  }
}

.diagnostics-record__inner-list {
  margin-top: 15px;
}

.diagnostics-record__inner-list__item {
  margin-bottom: 15px;
  position: relative;
  background: #f2f2f2;
  padding-right: 30px;
}

.diagnostics-record__inner-list__item:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 2px dotted #a3a3a3;
  font-size: 14px;
  color: #a3a3a3;
  height: 4px;
}

@media only screen and (max-width: 767px) {
  .diagnostics-record__inner-list__item:before {
    display: none;
  }
}

.diagnostics-record__inner-list__item .inner-list__link {
  color: #5e6e71;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: #f2f2f2;
  position: relative;
  max-width: 100%;
}

.diagnostics-record__inner-list__item .inner-list__link:hover {
  text-decoration: underline;
  color: #4b89d3;
}

.diagnostics-record__inner-list__item .inner-list__link:hover + span {
  color: #4b89d3;
}

.diagnostics-record__inner-list__item .inner-list__quantity {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  color: #5e6e71;
  font-size: 17px;
  font-weight: 400;
  background: #f2f2f2;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .diagnostics-record__inner-list__item .inner-list__quantity {
    right: auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .diagnostics-record .header-styled {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .diagnostics-record .h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .diagnostics-record__items {
    display: none;
  }
}

.diagnostics-record__item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  min-height: 50px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .diagnostics-record__item {
    position: relative;
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.18);
    margin-bottom: 0;
    cursor: pointer;
    min-height: auto;
    overflow: hidden;
    background: #f2f2f2;
  }

  .diagnostics-record__item svg {
    width: 12px;
    height: 7px;
  }

  .diagnostics-record__item:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.18);
  }

  .diagnostics-record__item .tab__header_open {
    background: #03829b;
    color: #fff;
    font-weight: bold;
  }

  .diagnostics-record__item .diagnostics-record__item-title {
    width: 100%;
    display: block;
    margin: 0;
    padding: 6px 55px 6px 20px;
    padding-right: 40px;
    vertical-align: middle;
    min-height: auto;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 28px;
  }

  .diagnostics-record__item .diagnostics-record__inner-list {
    display: none;
    margin-top: 0 !important;
    padding-top: 0;
    background: #fff;
    margin: 0 -20px 0px;
    padding-bottom: 0;
    margin-top: 25px;
  }

  .diagnostics-record__item .diagnostics-record__inner-list__item {
    position: relative;
    margin-bottom: 0;
    padding: 10px 55px 12px 65px;
    border-bottom: 1px solid rgba(0,0,0,0.18);
  }

  .diagnostics-record__item .diagnostics-record__inner-list__item:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 25px;
    background-image: url("/i/icons.png");
    background-position: -582px -737px;
    width: 12px;
    height: 12px;
  }

  .diagnostics-record__item .diagnostics-record__inner-list__item:last-child {
    border-bottom: 0;
  }

  .diagnostics-record__item .diagnostics-record__inner-list__item .inner-list__quantity {
    left: 25px;
    top: 11px;
  }

  .diagnostics-record__item .diagnostics-record .inner-list__link {
    text-decoration: none;
  }

  .diagnostics-record__item .diagnostics-record .inner-list__link:hover {
    text-decoration: underline;
  }

  .diagnostics-record__item .btn__mobile {
    position: absolute;
    top: 10px;
    right: 21px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 7px;
  }

  .diagnostics-record__item .btn__mobile svg {
    fill: #4b89d3;
  }

  .diagnostics-record__item .btn__mobile_open {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .diagnostics-record__item .btn__mobile_open svg {
    fill: #fff;
  }
}

.tab-active_info-index {
  display: block;
}

.doctors-region {
  padding: 0;
}

.doctors-region h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.doctors-region__caption {
  color: #5e6e71;
  font-size: 24px;
  font-weight: 700;
  padding: 17px 21px;
  background: #fff;
  border-bottom: 1px dashed #ccc;
}

.doctors-region__list {
  padding: 10px 10px 21px;
  zoom: 1;
  list-style: none;
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  zoom: 1;
  font-size: 0;
  margin-bottom: 21px;
}

.doctors-region__list:before,
.doctors-region__list:after {
  content: "";
  display: table;
}

.doctors-region__list:after {
  clear: both;
}

.doctors-region__item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 11px;
  margin-right: 2%;
}

.doctors-region__item:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 560px) {
  .doctors-region__item {
    width: 100%;
  }
}

.doctors-region__item.is-last .doctors-region__link {
  border: none;
}

@media only screen and (max-width: 560px) {
  .doctors-region__item.is-last .doctors-region__link {
    border-bottom: 1px solid #c0d2d6;
  }
}

@media only screen and (max-width: 560px) {
  .doctors-region__item.last-child .doctors-region__link {
    border: none;
  }
}

.doctors-region__link {
  overflow: hidden;
  color: #4b89d3;
  line-height: 34px;
  font-size: 13px;
  display: block;
  text-decoration: underline;
  border-bottom: 1px dashed #ccc;
  padding: 4px 0 10px 30px;
  position: relative;
}

.doctors-region__link:hover .directory-patient__label {
  text-decoration: none;
}

.doctors-region__link:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 30px;
  margin-top: -10px;
  background-position: center left;
  background-repeat: no-repeat;
}

.doctors-region__link.is-red:before {
  background-image: url("/i/icons.png");
  background-position: -664px -430px;
  width: 20px;
  height: 13px;
}

.doctors-region__link.is-green:before {
  background-image: url("/i/icons.png");
  background-position: -688px -430px;
  width: 20px;
  height: 13px;
}

.doctors-region__link.is-blue:before {
  background-image: url("/i/icons.png");
  background-position: -640px -430px;
  width: 20px;
  height: 13px;
}

.doctors-region__link.is-place:before {
  background-image: url("/i/icons.png");
  background-position: -50px -831px;
  width: 12px;
  height: 16px;
}

.doctors-region .caption-text {
  padding: 19px 10px 19px 0;
  margin: 0 10px;
  border-bottom: 1px dashed #ccc;
}

.doctors-alert {
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  background: #fff;
  color: #5e6e71;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 42px 21px;
  margin-bottom: 20px;
  border-radius: 3px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .doctors-alert {
    padding: 21px;
  }
}

.doctors-alert strong {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

.doctors-card__item {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  padding: 21px 21px 19px 110px;
  position: relative;
  margin-bottom: 21px;
  min-height: 142px;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media only screen and (max-width: 560px) {
  .doctors-card__item {
    padding-left: 21px;
  }
}

.doctors-card__item:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

.doctors-card__img {
  width: 75px;
  height: 99px;
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 21px;
}

@media only screen and (max-width: 560px) {
  .doctors-card__img {
    position: relative;
    width: 120px;
    height: auto;
    top: 0;
    left: 0;
    margin: 0 15px 15px 0;
    float: left;
  }
}

@media only screen and (max-width: 450px) {
  .doctors-card__img {
    margin: 0 20px 15px 0;
  }
}

.doctors-card__img img {
  width: 100%;
  border-radius: 2px;
}

.doctors-card__container {
  zoom: 1;
}

.doctors-card__container:before,
.doctors-card__container:after {
  content: "";
  display: table;
}

.doctors-card__container:after {
  clear: both;
}

.doctors-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}

.doctors-card__title a {
  color: #4b89d3;
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
}

.doctors-card__title a:hover {
  text-decoration: none;
}

.doctors-card__text {
  float: left;
  width: 65%;
  padding: 9px 0 0;
}

@media only screen and (max-width: 767px) {
  .doctors-card__text {
    float: none;
    width: 100%;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .doctors-card__text {
    padding-right: 0;
  }
}

.doctors-card__list {
  font-size: 14px;
  margin-bottom: 11px;
}

.doctors-card__price {
  font-size: 16px;
}

.doctors-card__info {
  float: right;
  width: 35%;
  padding: 9px 0 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .doctors-card__info {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .doctors-card__info {
    clear: both;
    zoom: 1;
  }

  .doctors-card__info:before,
  .doctors-card__info:after {
    content: "";
    display: table;
  }

  .doctors-card__info:after {
    clear: both;
  }
}

.doctors-card__info .doctors-card__views {
  color: #4b89d3;
  font-size: 14px;
  text-decoration: underline;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}

.doctors-card__info .doctors-card__views:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .doctors-card__info .doctors-card__views {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  .doctors-card__info .doctors-card__views {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .doctors-card__info .rating {
    display: block;
  }
}

.doctors-card__info .rating__stars {
  margin: 3px 0 0;
}

.doctors-card__info .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 700;
  border-radius: 3px;
  padding: 4px 19px 5px;
}

@media only screen and (max-width: 560px) {
  .doctors-card__info .btn {
    position: static;
    margin-top: 5px;
  }
}

.doctors-card__rating {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .doctors-card__rating {
    position: absolute;
    top: 45px;
    right: 21px;
    text-align: right;
    margin: 0;
  }
}

@media only screen and (max-width: 560px) {
  .doctors-card__rating {
    position: static;
    float: left;
    text-align: left;
  }
}

@media only screen and (max-width: 450px) {
  .doctors-card__rating {
    text-align: center;
  }
}

.doctors-quote {
  line-height: 1.5;
  background: #fffcf6;
  border-radius: 8px;
  padding: 20px;
  margin: 20px;
}

.doctors-quote strong {
  margin-bottom: 10px;
  display: block;
}

.disease-content {
  background: #fff;
  padding: 38px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  border-radius: 3px;
}

.header-styled.header-styled-noMargins {
  margin: 0;
  padding-bottom: 10px;
  border: 0;
}

.header-styled.header-styled-noMargins .h1 {
  color: #333536;
}

.diseases-body .diseases-item {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
}

.diseases-body .diseases-item .diseases-link {
  color: #0957c3;
  outline: none;
}

.diseases-body .diseases-item .diseases-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ddecef;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.disease-subTitle__list {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.disease-subTitle__item {
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #c0d2d6;
}

.disease-subTitle__item:last-child {
  border-bottom: 0;
}

.disease-subTitle__link {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  height: 100%;
  line-height: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #0957c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .disease-subTitle__link {
    font-size: 16px;
  }
}

.disease-subTitle__link:hover,
.disease-subTitle__link:focus,
.disease-subTitle__link:active {
  border-bottom: 0;
}

.disease-subTitle__link:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ddecef;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.short-description {
  background-color: #e5f2f5;
  padding: 30px;
  border-radius: 5px;
}

.short-description p {
  font-size: 14px;
}

.disease-chart .header-styled.header-chart .h1 {
  padding-bottom: 15px;
  color: #333536;
  border-bottom: 1px solid #c0d2d6;
}

.disease-chart__list-title {
  font-weight: bold;
  font-size: 15px;
}

.disease-chart__list {
  margin-bottom: 20px;
}

.disease-chart__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
}

.disease-chart__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #96b8bf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.disease-chart__description {
  font-size: 15px;
  margin-bottom: 20px;
}

.after-content-title {
  margin-bottom: 10px;
}

.after-content-title p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: #5e6e71;
}

@media only screen and (max-width: 767px) {
  .after-content-title p {
    font-size: 18px;
  }
}

.disease-card {
  padding: 20px 0 0;
}

@media only screen and (max-width: 960px) {
  .disease-card .job-schedule {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .disease-card .job-schedule {
    position: static;
  }
}

@media only screen and (max-width: 960px) {
  .disease-card .schedule-doctor {
    left: auto;
    right: -1px;
  }
}

.diseases-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 4;
}

@media only screen and (max-width: 940px) {
  .diseases-check-list {
    columns: 3;
  }
}

@media only screen and (max-width: 767px) {
  .diseases-check-list {
    columns: 1;
  }
}

.diseases-check-list.diseases_aside {
  columns: auto;
}

.diseases-content .header-styled.header-styled-noborder,
.all-diseases .header-styled.header-styled-noborder {
  border-bottom: none;
  margin-bottom: 23px;
  padding-bottom: 0;
}

.diseases-content .header-styled.header-styled-noborder .h1,
.all-diseases .header-styled.header-styled-noborder .h1 {
  color: #828282;
}

.diseases-content .header-styled {
  margin-top: 0;
}

.all-diseases .header-styled {
  margin-top: 15px;
}

.all-diseases .diseases-item {
  position: relative;
  padding: 0 0 9px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
}

.all-diseases .diseases-item .diseases-link {
  color: #0957c3;
  outline: none;
}

.all-diseases .diseases-item .diseases-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ddecef;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.all-diseases .alphabet-index {
  min-height: 40px;
  height: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #e9f4f6;
}

.all-diseases .alphabet-index__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.all-diseases .alphabet-index__item {
  display: inline-block;
  vertical-align: middle;
}

.all-diseases .alphabet-index__item.active {
  position: relative;
}

.all-diseases .alphabet-index__link {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 11px;
  font-size: 17px;
  line-height: 40px;
  color: #0957c3;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  outline: none;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .all-diseases .alphabet-index__link {
    padding: 0 8px;
  }
}

.all-diseases .alphabet-index__link:before {
  content: "";
  position: absolute;
  top: 11%;
  left: 50%;
  z-index: -1;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}

.all-diseases .alphabet-index__link:hover {
  color: #0089d1;
}

.all-diseases .alphabet-index__link:hover:before {
  background-color: #b0dbe0;
}

.all-diseases .alphabet-index__link.active {
  color: #fff;
}

.all-diseases .alphabet-index__link.active:before {
  background-color: #00829b;
}

.all-diseases .alphabet-index__link.disabled {
  color: #b5c2ca;
  cursor: default;
}

.all-diseases .alphabet-index__link.disabled:hover:before {
  background: none;
}

.header-styled__darkColor .h1 {
  color: #333536;
}

.drop {
  position: relative;
  display: inline-block;
}

.drop .i--drop {
  display: inline-block;
  speak: none;
  font-style: normal;
  vertical-align: middle;
  font-size: 5px;
  margin-left: 5px;
  font-family: 'icomoon' !important;
}

.drop .i--drop:before {
  content: "\e922";
}

.drop__toggler {
  cursor: pointer;
}

.drop__text {
  display: inline-block;
  line-height: 1;
  color: #5e6e71;
}

.drop__body {
  position: absolute;
  z-index: 1;
  right: 0;
  display: none;
  padding: 3px 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 15px rgba(66,72,90,0.1);
  box-shadow: 2px 2px 15px rgba(66,72,90,0.1);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.drop__body:before {
  display: block;
  position: absolute;
  bottom: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 7px solid transparent;
  z-index: 1;
  border-bottom-color: #e8e8e8;
  right: 19px;
}

.drop__body:after {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 6px solid transparent;
  z-index: 1;
  border-bottom-color: #fff;
}

.drop__body[data-simplebar=init] {
  display: none;
}

.is--dropped .drop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.editable-container {
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.editable-container h3 {
  font-weight: normal;
  font-size: 18px;
}

.editable-submit {
  position: relative;
  width: 30px;
  height: 30px;
}

.editable-submit .fa-check {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -8px;
  height: 8px;
  width: 16px;
  border: solid #fff;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.editable-cancel {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.editable-cancel .fa-times {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 0 0 0;
}

.editable-cancel .fa-times:before,
.editable-cancel .fa-times:after {
  content: '';
  position: absolute;
  height: 4px;
  margin-top: -4px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #000;
}

.editable-cancel .fa-times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.editable-cancel .fa-times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.editableform input {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ebeff6;
  height: 30px;
  margin-right: 7px;
  padding-left: 10px;
}

.editableform .form-group>div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  background: #fff;
}

.editableform .editable-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.editable-submit {
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin-right: 7px;
}

.editable-cancel {
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.favorites-block {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .favorites-block {
    width: 20px;
    display: none;
  }
}

.favorites-block__star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.favorites-block__star i {
  display: none;
}

.favorites-block__star i.icon-heart {
  display: block;
}

.favorites-block__star svg.like-active {
  line-height: 14px;
  display: none;
}

.favorites-block__star svg {
  line-height: 14px;
}

.favorites-block__link {
  width: 35px;
  height: 35px;
  padding-top: 0;
  text-align: center;
  line-height: 32px;
  background: #f5f5f5;
  border-radius: 2px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .favorites-block__link:hover {
    background: #e4e6e6;
  }

  .favorites-block__link:hover #like_2 {
    fill: #e4e6e6;
  }
}

.favorites-block_favored .favorites-block__star i.icon-heart {
  display: none;
}

.favorites-block_favored .favorites-block__star i.icon-heart-like {
  color: #feb545;
  display: block;
}

.favorites-block_favored.icon-heart {
  display: block;
}

.favorites-block_favored.icon-heart svg {
  display: none;
}

.favorites-block_favored.icon-heart svg.like-active {
  display: block;
}

.feature {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .feature {
    margin-bottom: 20px;
  }
}

.feature__header {
  vertical-align: middle;
  margin-bottom: 10px;
}

.feature__icon {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .feature__icon {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

.feature__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .feature__title {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}

.finder-title {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 50px 0 20px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .finder-title {
    display: none;
  }
}

.finder-title.finder-title_mod {
  padding: 48px 0 19px;
}

.finder-title p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 5px;
}

.finder-title p a {
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.finder-title p a:hover {
  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
  .finder-title {
    color: #0957c3;
    font-size: 24px;
  }
}

#searchAll .finder__field {
  margin-right: 2px;
}

.finder {
  margin-top: 2px;
  margin-bottom: 45px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  zoom: 1;
}

.finder:before,
.finder:after {
  content: "";
  display: table;
}

.finder:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .finder {
    margin: 10px 0;
  }
}

.finder.finder_main-page {
  max-width: 1150px;
  width: 100%;
  padding: 0;
}

.finder.search-title_none .finder__search-title {
  display: none;
}

.finder__search-title {
  position: relative;
  float: left;
  width: 12%;
  height: 78px;
  padding: 25px 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  background-color: #47d7ac;
  border-radius: 3px 0 0 3px;
}

@media only screen and (max-width: 991px) {
  .finder__search-title {
    display: none;
  }
}

.finder__search-title:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 39px 20px;
  border-color: transparent transparent transparent #47d7ac;
}

.finder form {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .finder form {
    width: 100%;
  }
}

.finder form:before,
.finder form:after {
  display: none;
}

.finder form fieldset {
  position: relative;
}

.finder__field {
  position: relative;
  float: left;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  color: #333536;
  font-size: 16px;
  -webkit-box-shadow: 0 0 20px transparent;
  box-shadow: 0 0 20px transparent;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.finder__field:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .finder__field {
    height: 35px;
    line-height: 35px;
    margin-right: 0;
  }
}

.finder__field:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .finder__field.finder-field-single {
    width: 100% !important;
  }

  .finder__field.finder-field-single:nth-child(2) {
    width: 100%;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .finder__field.finder-field-single:nth-child(2) {
    width: 85%;
  }
}

@media only screen and (min-width: 992px) {
  .finder__field.finder-field-single:nth-child(2) {
    width: 67.5%;
  }
}

.finder__field.finder__field-icon-doctors:first-child {
  border-radius: 0 0 0 0;
}

@media only screen and (min-width: 992px) {
  .finder__field.finder__field-icon-doctors:first-child {
    width: 41.3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finder__field.finder__field-icon-doctors:first-child {
    width: 41.3%;
  }
}

@media only screen and (max-width: 767px) {
  .finder__field.finder__field-icon-doctors:first-child {
    border-radius: 2px;
  }
}

@media only screen and (min-width: 992px) {
  .finder__field:first-child {
    display: block;
    width: 17.1%;
  }

  .finder__field:nth-child(2) {
    width: 41.3%;
  }

  .finder__field:nth-child(3) {
    width: 26%;
  }
}

@media only screen and (max-width: 991px) {
  .finder__field.finder__field_hide {
    display: none;
  }

  .finder__field:first-child {
    display: block;
    width: 14%;
  }

  .finder__field:nth-child(2) {
    width: 36%;
  }

  .finder__field:nth-child(3) {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .finder__field.finder__field_hide {
    display: none;
  }

  .finder__field:first-child {
    display: block;
    width: 100%;
  }

  .finder__field:nth-child(2) {
    width: 100%;
  }

  .finder__field:nth-child(3) {
    width: 100%;
  }
}

.finder__field input.form-control {
  height: 42px;
  font-size: 13px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 70px 6px 20px;
  color: #333536;
  background: transparent;
}

.finder__field input.form-control:focus::placeholder {
  font-size: 0;
}

.finder__field input.form-control::placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

@media only screen and (max-width: 767px) {
  .finder__field input.form-control {
    font-size: 14px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .finder__field {
    width: auto;
    float: none;
    display: block;
    margin: 0 0 10px;
  }
}

.finder__field .finder__right-block {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
  bottom: 0;
  min-width: 29px;
  height: 28px;
  border-left: 1px solid #d9ecf0;
  text-align: center;
  background: transparent;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #828282;
}

.finder__field .finder__right-block:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 767px) {
  .finder__field .finder__right-block {
    width: 62px;
  }
}

.finder__field .finder__right-block i.triagle {
  display: inline-block;
  margin: 13px 10px 2px 5px;
  font-size: 5px;
  line-height: 1;
  font-family: 'icomoon' !important;
  font-style: normal;
  vertical-align: top;
}

.finder__field .finder__right-block i.triagle:before {
  content: "\e922";
}

.finder__field_img {
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  margin-right: 10px;
  font-size: 19px;
  width: 19px;
  text-align: center;
  line-height: 1;
}

.finder__field-text {
  display: inline-block;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.finder__field-text:focus {
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
}

.finder__field .select-type {
  font-weight: bold;
  color: #5e6e71;
}

.finder__field .select-type .select7__current {
  padding: 0 30px 0 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.finder__field .select-type .select7__current-value {
  line-height: normal;
  vertical-align: text-bottom;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .finder__field .select-type .select7__current-value {
    font-size: 14px;
  }
}

.finder__field .select-type .select7__current-value:hover {
  color: #5e6e71 !important;
}

.finder__field .select-type .select7__drop {
  right: 0;
  border-radius: 0 0 0 0;
  max-height: 168px;
  overflow-y: auto;
  max-width: auto;
}

.finder__field .select-type .select7__drop .select7__drop-list .select-type__item {
  font-size: 16px;
  color: #5e6e71;
  border-top: 1px solid #d9ecf0;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.finder__field .select-type .select7__drop .select7__drop-list .select-type__item:hover {
  background: #d9ecf0;
}

.finder__field .select7 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 2;
}

.finder__field .select7:hover + .finder__right-block {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.finder__field .select7.select7_open .select7__caret {
  border-color: transparent transparent #00829b;
}

.finder__field .select7__current {
  padding: 2px 45px 0 18px;
}

.finder__field .select7__current-value {
  border: 0 none;
}

.finder__field .select7__caret {
  margin-left: 12px;
  margin-top: 2px;
  border-color: #00829b transparent transparent;
}

@media only screen and (max-width: 767px) {
  .finder__field .select7__caret {
    margin-left: -5px;
  }
}

.finder__field .select7__placeholder {
  color: #d5d5d5;
}

.finder__field .select7__drop {
  border: 0 none;
  padding: 5px 0 0 0;
  margin: -5px 0 0 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  z-index: 10001;
}

.finder__field .select7__option {
  font-size: 18px;
  line-height: 38px;
  padding: 0 18px;
}

.finder__field .select7__option:hover {
  background-color: #d7f2ef;
}

.finder__field .ui-autocomplete {
  position: absolute;
  z-index: 3;
  width: calc(100% - 1px);
  background-color: #fff;
  border: 1px solid #d9ecf0;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.02);
  box-shadow: 0 3px 8px rgba(0,0,0,0.02);
  white-space: normal;
  line-height: normal;
}

.finder__field .ui-autocomplete .ui-menu-item {
  position: relative;
  margin: -1px 18px 0 18px;
  border-bottom: 1px solid #d9ecf0;
  padding: 0;
}

.finder__field .ui-autocomplete .ui-menu-item:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -18px;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: transparent;
}

.finder__field .ui-autocomplete .ui-menu-item:last-child {
  border-bottom: 1px solid transparent;
}

.finder__field .ui-autocomplete .ui-menu-item:hover {
  margin-top: -1px;
  background-color: #eef9fb;
  border-bottom: 1px solid #eef9fb;
}

.finder__field .ui-autocomplete .ui-menu-item:hover:before {
  background-color: #eef9fb;
}

.finder__field .ui-autocomplete .ui-menu-item.js-text-hidden {
  max-height: 69px;
}

.finder__field .ui-autocomplete .ui-menu-item.no-scroll:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -18px;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: transparent;
}

.finder__field .ui-autocomplete .ui-menu-item.no-scroll:hover:after {
  background-color: #eef9fb;
}

.finder__field .ui-autocomplete .ui-menu-item a {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  color: #7c888a;
  text-decoration: none;
  font-size: 15px;
}

.finder__field .ui-autocomplete .ui-menu-item span.is-active {
  color: #00829b;
  font-weight: 700;
}

.finder__field .icon-clean {
  display: none;
  position: absolute;
  top: 55%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  background: none;
  cursor: pointer;
}

.finder__field .icon-clean:before {
  content: "\e928";
}

.finder__field .icon-clean:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.finder__submit {
  display: inline-block;
  width: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finder__submit {
    width: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .finder__submit {
    width: 100%;
  }
}

.finder__submit .btn {
  height: 42px;
  padding: 0;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(180,137,63,0.75);
  background-color: #fd8f2e;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #fd8f2e;
}

@media only screen and (max-width: 767px) {
  .finder__submit .btn {
    height: 34px;
    width: 100%;
    border-radius: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .finder__submit .btn {
    font-size: 16px;
  }
}

.finder__submit .btn:hover {
  background-color: #fda82e;
}

.finder__submit .btn:active,
.finder__submit .btn:focus {
  background-color: #fda82e;
}

.finder .nav-pills {
  margin: 0;
}

.finder .nav-pills >li {
  margin: -6px 0 0 5px;
}

.finder .nav-pills >li:first-child {
  margin-left: 0;
}

.finder .nav-pills >li >a {
  background-color: transparent;
  color: #0089d1;
  border-radius: 3px;
  border: 0 none;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
}

.finder .nav-pills >li >a:hover {
  background: none;
}

.finder .nav-pills >li >a span {
  border-bottom: 1px dotted;
}

.finder .nav-pills >li.active >a {
  color: #fff;
  background: #52aab3;
  border: 0 none !important;
}

.finder .nav-pills >li.active >a span {
  border-bottom-color: transparent;
}

.finder.hidden-sm {
  display: inline-block !important;
}

.finder .livesearch {
  width: 100% !important;
  max-height: 520px;
}

.finder .livesearch .jspPane {
  width: 96% !important;
}

.finder-map {
  width: 100%;
  max-width: 665px;
  position: absolute;
  left: 50%;
  margin-left: -333px;
  z-index: 101;
}

@media only screen and (max-width: 991px) {
  .finder-map {
    position: relative;
    left: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .finder-map {
    margin: 0 !important;
  }
}

.finder-map form {
  padding: 20px 20px 20px 150px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .finder-map form {
    padding: 20px 18px 20px 19px;
  }
}

.finder-map form fieldset {
  position: static;
}

.finder-map .finder__search-title {
  width: 16%;
  display: none;
}

.finder-map .finder__field {
  margin: 0;
  position: relative;
}

@media only screen and (max-width: 560px) {
  .finder-map .finder__field {
    padding: 0 37px 0 12px;
  }
}

@media only screen and (max-width: 560px) {
  .finder-map .finder__field:before {
    width: 36px;
    top: 8px;
    height: 25px;
    right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .finder-map .finder__field input.form-control {
    height: 38px;
    display: block;
    font-size: 14px;
    padding-right: 0;
  }
}

.finder-map .finder__field-icon-doctors > span {
  top: 11px;
  right: 9px;
  width: 18px;
  height: 21px;
  background-image: url("/i/icons.png");
  background-position: -427px -703px;
  width: 18px;
  height: 21px;
}

.finder-map .finder__field-icon-clinics > span {
  right: 3px;
  top: 7px;
}

.finder-map .finder__submit {
  width: 114px;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (max-width: 560px) {
  .finder-map .finder__submit {
    position: static;
    padding: 16px 0 0;
    width: 100%;
  }
}

.finder-map .finder__submit .finder__btn-map {
  background-color: #47d7ac;
  width: 114px;
  height: 39px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  line-height: 39px;
  text-shadow: none;
  position: relative;
}

@media only screen and (max-width: 560px) {
  .finder-map .finder__submit .finder__btn-map {
    width: 100%;
  }
}

.finder-map .finder__submit .finder__btn-map:hover {
  background: #30d2a1;
}

.finder-map .finder__submit .finder__btn-map:active,
.finder-map .finder__submit .finder__btn-map focus {
  background: #29bc90;
}

.finder-map .finder__submit .finder__btn-map:before {
  content: "";
  margin: 13px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  background-image: url("/i/icons.png");
  background-position: -736px -430px;
  width: 13px;
  height: 13px;
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 560px) {

}

.finder_inner-pages {
  background: rgba(255,255,255,0);
}

.finder_inner-pages .wrap {
  margin: 0 -10px;
}

.finder_inner-pages .finder__field .finder__right-block {
  border-left: 0;
}

.finder_inner-pages .finder {
  margin: 0;
  white-space: inherit;
  width: 100%;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .finder_inner-pages .finder {
    margin: 10px 0 0 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.finder_inner-pages .finder .finder-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .finder_inner-pages .finder .finder-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.finder_inner-pages .finder__field {
  margin-right: 15px;
}

.finder_inner-pages .finder__field:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .finder_inner-pages .finder__field {
    margin-right: 0;
  }
}

.finder_inner-pages .finder__field input.form-control {
  height: 40px;
  padding: 6px 70px 6px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .finder_inner-pages .finder__field input.form-control {
    padding-left: 10px;
  }
}

.finder_inner-pages .finder__field input.form-control::-webkit-input-placeholder {
  color: #828288 !important;
}

.finder_inner-pages .finder__field input.form-control::-moz-placeholder {
  color: #828288 !important;
}

.finder_inner-pages .finder__field input.form-control:-ms-input-placeholder {
  color: #828288 !important;
}

.finder_inner-pages .finder__field input.form-control:-moz-placeholder {
  color: #828288 !important;
}

.finder_inner-pages .finder .finder__field-icon-doctors:first-child {
  border-radius: 0;
  line-height: 36px;
  float: none;
  -ms-flex: 1.5;
  -webkit-flex: 1.5;
  flex: 1.5;
}

@media only screen and (min-width: 992px) {
  .finder_inner-pages .finder .finder__field-icon-doctors:first-child {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finder_inner-pages .finder .finder__field-icon-doctors:first-child {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .finder_inner-pages .finder .finder__field-icon-doctors:first-child {
    border-radius: 8px;
  }
}

.finder_inner-pages .finder .finder__field:nth-child(2) {
  border-radius: 0;
  line-height: 36px;
  float: none;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 992px) {
  .finder_inner-pages .finder .finder__field:nth-child(2) {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finder_inner-pages .finder .finder__field:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .finder_inner-pages .finder .finder__field:nth-child(2) {
    border-radius: 8px;
  }
}

.finder_inner-pages .finder__search-title {
  height: 50px;
  line-height: 50px;
  margin-right: 3%;
  padding: 0;
  background: none;
  font-size: 20px;
  text-transform: none;
}

.finder_inner-pages .finder__search-title:after {
  content: none;
}

.finder_inner-pages form {
  width: 100%;
  padding: 0;
}

.finder_inner-pages form:before {
  content: none;
}

.subject-scroll .jspContainer .jspPane {
  width: 100% !important;
}

.subject-scroll .jspContainer .jspTrack,
.subject-scroll .jspContainer .jspDrag {
  background-color: #d2e1e4;
}

.subject-scroll .jspContainer .jspVerticalBar {
  right: 5px;
}

.no-results-finder {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  border-top-color: transparent;
  background-color: #fff;
  z-index: 2;
  padding: 5px 15px 6px 15px;
  color: #7c888a;
  font-size: 15px;
  border: 1px solid #d9ecf0;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.02);
  box-shadow: 0 3px 8px rgba(0,0,0,0.02);
  line-height: 42px;
}

.no-results-finder.is-hide {
  display: block;
}

.no_district .finder__field.finder__field-icon-doctors:first-child {
  width: 67.5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .no_district .finder__submit .btn {
    font-size: 16px;
  }
}

.row-finder_main .finder__field-icon-doctors {
  display: block;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-doctors {
    border-radius: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-doctors .finder__right-block {
    padding-left: 20px;
  }
}

.row-finder_main .finder__field-icon-doctors .finder__right-block>span {
  background-image: url("/i/icons.png");
  background-position: -560px -454px;
  width: 23px;
  height: 23px;
  width: 23px;
  height: 24px;
}

.row-finder_main .finder__field-icon-doctors .finder__right-block .triagle {
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-doctors .finder__right-block .triagle {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-actions {
    border-radius: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-actions .finder__right-block {
    padding-left: 20px;
  }
}

.row-finder_main .finder__field-icon-actions .finder__right-block>span {
  background: url("i/svg/search-action.svg");
  width: 19px;
  height: 19px;
}

.row-finder_main .finder__field-icon-actions .finder__right-block .triagle {
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-actions .finder__right-block .triagle {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-clinics .finder__right-block {
    padding-left: 20px;
  }
}

.row-finder_main .finder__field-icon-clinics .finder__right-block>span {
  background-image: url("/i/icons.png");
  background-position: -720px -485px;
  width: 21px;
  height: 23px;
  width: 21px;
  height: 23px;
}

.row-finder_main .finder__field-icon-clinics .finder__right-block .triagle {
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-clinics .finder__right-block .triagle {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-location {
    border-radius: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-location .finder__right-block {
    padding-left: 20px;
  }
}

.row-finder_main .finder__field-icon-location .finder__right-block>span {
  background-image: url("/i/icons.png");
  background-position: -1113px -550px;
  width: 13px;
  height: 18px;
  margin-bottom: 2px;
  width: 13px;
  height: 18px;
}

.row-finder_main .finder__field-icon-location .finder__right-block .triagle {
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-location .finder__right-block .triagle {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-analysis .finder__right-block {
    padding-left: 20px;
  }
}

.row-finder_main .finder__field-icon-analysis .finder__right-block>span {
  background-image: url("/i/icons.png");
  background-position: -613px -400px;
  width: 21px;
  height: 20px;
  width: 21px;
  height: 20px;
}

.row-finder_main .finder__field-icon-analysis .finder__right-block .triagle {
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-analysis .finder__right-block .triagle {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-diagnostic .finder__right-block {
    padding-left: 20px;
  }
}

.row-finder_main .finder__field-icon-diagnostic .finder__right-block>span {
  background-image: url("/i/icons.png");
  background-position: -710px -400px;
  width: 21px;
  height: 19px;
  width: 21px;
  height: 19px;
}

.row-finder_main .finder__field-icon-diagnostic .finder__right-block .triagle {
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .row-finder_main .finder__field-icon-diagnostic .finder__right-block .triagle {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

.finder-doctor {
  width: unset;
  position: absolute;
  top: 15px;
  right: 15px;
  left: 40px;
  max-width: 1170px;
  padding: 20px;
  margin-left: unset;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(33,58,133,0.1);
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.15);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.15);
}

@media only screen and (max-width: 768px) {
  .finder-doctor {
    left: 15px;
  }
}

.finder-doctor.minimize {
  width: calc(100% - 360px);
  left: 340px;
}

@media only screen and (max-width: 768px) {
  .finder-doctor.minimize {
    width: unset;
    left: 15px;
  }
}

.finder-doctor form {
  padding: 0;
}

@media only screen and (max-width: 1280px) {
  .finder-doctor form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}

.finder-doctor form .day-dropdown-wrapper {
  float: left;
  width: calc(32.7% - 15px);
}

@media only screen and (max-width: 1280px) {
  .finder-doctor form .day-dropdown-wrapper {
    display: none;
  }
}

.finder-doctor form .day-dropdown-wrapper .text {
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  line-height: 42px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 13px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.finder-doctor .finder__back-to {
  position: absolute;
  left: -20px;
  top: 80px;
}

.finder-doctor .finder__back-to a {
  line-height: 18px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 13px;
  -webkit-box-shadow: 2px 2px 10px rgba(38,50,85,0.1);
  box-shadow: 2px 2px 10px rgba(38,50,85,0.1);
  background: #fff;
  color: #0957c3;
  border: none;
  border-radius: 20px;
  -webkit-transition: background-color ease-in-out 0.3s;
  -moz-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
  -ms-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.finder-doctor .finder__back-to a span {
  margin-left: 15px;
}

.finder-doctor .finder__back-to a:hover {
  background: #e8e8e8;
}

.finder-doctor .finder__right-block {
  border: none;
  margin-right: 20px;
}

.finder-doctor .finder__field {
  line-height: 42px;
  height: unset;
  margin: 0 5px 0 0;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

@media only screen and (max-width: 1280px) {
  .finder-doctor .finder__field.field-set-spec {
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
  }
}

@media only screen and (max-width: 1280px) {
  .finder-doctor .finder__field.field-set-metro {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 991px) {
  .finder-doctor .finder__field.field-set-metro {
    display: none;
  }
}

.finder-title {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 50px 0 20px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .finder-title {
    display: none;
  }
}

.finder-title.finder-title_mod {
  padding: 48px 0 19px;
}

.finder-title p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 5px;
}

.finder-title p a {
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.finder-title p a:hover {
  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
  .finder-title {
    color: #0957c3;
    font-size: 24px;
  }
}

.footer {
  background: #fff;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 1400px) {
  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.footer_store-sec {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .footer_store-sec {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.footer_store-sec .store-sec_point_links_point {
  -webkit-box-shadow: 0px 2px 15px rgba(82,128,190,0.21);
  box-shadow: 0px 2px 15px rgba(82,128,190,0.21);
  padding-left: 20px;
  padding-right: 22px;
  width: auto;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .footer_store-sec .store-sec_point_links_point {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.ft-block {
  border-bottom: 1px solid rgba(91,128,180,0.2);
  padding: 0 20px 30px 20px;
}

.ft-block a,
.ft-block p,
.ft-block li {
  color: #333536;
}

.ft {
  color: #333536;
  font-size: 14px;
}

.ft__title {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  height: 50px;
}

.ft__title span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 9px;
  letter-spacing: 1px;
}

.ft__title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(91,128,180,0.2);
  right: 0;
  top: 6px;
}

.ft-list {
  color: #fff;
}

.ft-list__item {
  margin-bottom: 5px;
}

.ft-list__link {
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .ft-list__link:hover {
    text-decoration: underline;
  }
}

.ft__schedule {
  position: relative;
  padding-left: 25px;
  margin-bottom: 33px;
}

.ft__schedule .ft__schedule__i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.ft-phones {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 345px;
  margin-bottom: 25px;
}

.ft-phones__item {
  text-transform: uppercase;
  width: 150px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 30px;
  line-height: 18px;
}

.ft-phones__item i {
  font-size: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.ft-callback {
  color: #dde8ea;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.ft-callback a {
  border-bottom: 1px dotted #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

.ft-order {
  display: inline-block;
  vertical-align: top;
}

.ft-order a {
  border-bottom: 1px dotted #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .ft-order a:hover {
    border-bottom: none;
  }
}

.ft-left,
.ft-middle,
.ft-right {
  display: inline-block;
  vertical-align: top;
}

.ft-left {
  width: 20%;
}

.ft-middle {
  width: 39.8%;
  padding-left: 56px;
}

@media only screen and (max-width: 1199px) {
  .ft-middle {
    width: 38.8%;
  }
}

.ft-middle .ft-list {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}

.ft-middle .ft-list:first-of-type {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .ft-middle .ft-list:first-of-type {
    margin-right: 0;
  }
}

.ft-right {
  width: 38.5%;
  padding-left: 80px;
}

.ft-bottom {
  padding-top: 25px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(91,128,180,0.2);
}

.ft-copy {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  color: rgba(0,0,0,0.5);
  margin-right: auto;
  padding-left: 0;
  max-width: 640px;
}

.ft-copy a {
  color: rgba(0,0,0,0.5);
}

.ft-logos {
  display: inline-block;
  vertical-align: middle;
  width: 355px;
  font-size: 0;
}

.ft-logos a {
  margin-right: 20px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .ft-logos {
    width: 245px;
  }

  .ft-logos a {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .ft-logos {
    width: auto;
  }
}

.ft-logos-flags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .ft-logos-flags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ft-logos-flags_main {
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .ft-logos-flags_main {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.ft-logos-flags_list a {
  margin-left: 10px;
  text-decoration: none;
}

.ft-logos-flags_list a:hover {
  text-decoration: none;
}

.ft-logos-flags_list svg {
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(82,128,190,0.21);
  box-shadow: 0px 4px 20px rgba(82,128,190,0.21);
}

.ft-logos__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 11px;
}

.ft-logos__link {
  display: block;
  position: relative;
}

.ft-social {
  width: 256px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 100px;
  text-align: right;
}

@media (max-width: 1199px) {
  .ft-social {
    text-align: center;
  }
}

.ft-social__item {
  width: 36px;
  height: 36px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 4px 20px rgba(82,128,190,0.21);
  box-shadow: 0 4px 20px rgba(82,128,190,0.21);
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
}

.ft-social__item:first-child {
  margin-left: 0;
}

.ft-social__item:hover .ft-social__link {
  color: #fff;
  text-decoration: none;
  background-color: #0957c3;
}

.ft-social__item:hover .ft-social__link .abc {
  fill: #fff;
}

.ft-social__link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background-color: #fefefe;
  color: #0957c3;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ft-social__link .abc {
  fill: #0957c3;
}

.i-phone,
.i-mts,
.i-life,
.i-kyivstar,
.i-callback,
.i-order {
  position: relative;
  padding-left: 25px;
}

.i-fb {
  position: relative;
}

.i-goog {
  position: relative;
}

.i-insta {
  position: relative;
}

.i-callback i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.i-order i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .ft-middle {
    padding-left: 40px;
  }

  .ft-right {
    width: 39%;
    padding-left: 40px;
  }

  .ft-bottom {
    display: inline-block;
    padding-top: 10px;
  }

  .ft-callback {
    margin-right: 20px;
  }

  .ft-copy {
    padding: 0 10px 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ft-social {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  .ft-phones {
    margin-bottom: 15px;
  }

  .ft-bottom {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
  }

  .ft-bottom:nth-child(2) {
    padding-top: 20px;
  }

  .ft-callback {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
    border-radius: 10px 10px 0 0;
    padding-top: 20px;
  }

  .ft-mobile_js {
    display: none;
  }

  .ft-mobile_js.active {
    display: block;
  }

  .ft__title {
    cursor: pointer;
    height: auto;
    padding: 10px 0;
    margin-bottom: 0;
  }

  .ft__title span {
    padding-left: 10px;
    background: transparent;
  }

  .ft__title:before {
    width: 14px;
    background: transparent;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e922";
    font-family: 'icomoon';
    font-size: 8px;
  }

  .ft__title.active {
    background: #f0f5fb;
  }

  .ft__title.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4px;
  }

  .ft-left,
  .ft-middle,
  .ft-right {
    display: block;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #0957c3;
  }

  .ft-list {
    padding-top: 10px;
    width: 100%;
  }

  .ft-list:nth-child(2) {
    padding-top: 0;
  }

  .ft-list__link {
    padding-left: 10px;
    font-size: 16px;
  }

  .ft-middle {
    display: block;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #0957c3;
  }

  .ft-middle .ft-list {
    width: 100%;
  }

  .ft-middle .ft-list:first-of-type {
    margin-right: 0;
  }

  .ft-right .ft-mobile_js {
    padding: 10px 0 0 10px;
  }

  .ft-block {
    border-bottom: none;
    padding: 0;
  }

  .ft__schedule {
    margin-bottom: 15px;
  }

  .ft-callback {
    margin-bottom: 10px;
    margin-right: 8px;
  }

  .ft-phones {
    margin-bottom: 5px;
  }

  .ft-logos {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 25px 90px;
  background: #47d7ac;
  z-index: 100;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.cookies_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 20px;
  font-size: 14px;
}

.cookies-ok {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  width: 200px;
  height: 36px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #47d7ac;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-right: 20px;
}

.cookies-close {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  width: 200px;
  height: 36px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #47d7ac;
  color: #fff;
  border: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  .cookies {
    padding: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
  }
}

.form-registration {
  background: #e5f2f5;
  border: 0;
}

.form-registration.border-box {
  padding: 40px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-registration.border-box {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .form-registration.border-box {
    padding: 20px;
  }
}

.form-registration .is-align-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .form-registration .is-align-right {
    text-align: left;
  }
}

.form-registration .form {
  border-top: none;
}

.form-registration .form-group {
  margin-bottom: 25px;
  line-height: 39px;
}

.form-registration .form-group:last-child {
  margin-bottom: 0;
}

.form-registration .form-group.form-labels {
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .form-registration .form-group {
    margin-bottom: 20px;
  }

  .form-registration .form-group .col-xs__mod {
    margin-left: -110px;
  }
}

@media only screen and (max-width: 710px) {
  .form-registration .form-group .col-xs__mod {
    margin-left: -80px;
  }
}

@media only screen and (max-width: 590px) {
  .form-registration .form-group .col-xs__mod {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 470px) {
  .form-registration .form-group .col-xs__mod {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 320px) {
  .form-registration .form-group .col-xs__mod {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .form-registration .form-group .text-center-sm {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .form-registration .form-group .text-center-sm {
    text-align: center;
  }
}

.form-registration .form-group .control-label {
  line-height: normal;
  padding-top: 0;
}

.form-registration .form-group .control-label span {
  font-size: 15px;
}

.form-registration .form-group .radio-inline + .radio-inline {
  margin-left: 0;
}

.form-registration .form-group .radio-inline {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .form-registration .form-group .radio-inline {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-registration .form-group .radio__label {
    margin-bottom: 10px;
  }
}

.form-registration .form-group .radio-inline,
.form-registration .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}

.form-registration .form-group .radio-inline_mod {
  margin-right: 20px;
}

.form-registration .form-group .radio-inline_mod:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .form-registration .form-group__registration {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .form-registration .form-group__registration {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .form-registration .form-group__registration {
    text-align: center;
  }
}

.form-registration .form-group__registration p {
  display: inline-block;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .form-registration .form-group__registration a {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-registration .form-group__registration a {
    display: block;
  }
}

.form-registration .form-group .checkbox {
  margin-top: -10px;
}

.form-registration .form-control {
  height: 39px;
  border: 0;
  font-size: 15px;
  font-family: "PT Sans";
}

.form-registration .form-control::-webkit-input-placeholder {
  color: #333536 !important;
  font_size: 15px;
}

.form-registration .form-control:-moz-placeholder {
  color: #333536 !important;
  font_size: 15px;
}

.form-registration .form-control::-moz-placeholder {
  color: #333536 !important;
  font_size: 15px;
}

.form-registration .form-control:-ms-input-placeholder {
  color: #333536 !important;
  font_size: 15px;
}

.form-registration .form-control::-webkit-input-placeholder {
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  font-style: italic;
}

.form-registration .form-control:-moz-placeholder {
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  font-style: italic;
}

.form-registration .form-control::-moz-placeholder {
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  font-style: italic;
}

.form-registration .form-control:-ms-input-placeholder {
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  font-style: italic;
}

.form-registration .radio-inline {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .form-registration .radio-inline {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-registration .radio-inline + .radio-inline {
    margin-left: 0;
  }
}

.form-registration .checkbox-btn,
.form-registration .radio-btn {
  display: none;
}

.form-registration .checkbox__label span,
.form-registration .radio__label span {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.form-registration .checkbox__label span:before,
.form-registration .radio__label span:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: -20px;
  top: 0px;
}

.form-registration .checkbox__label .radio-btn + span::before,
.form-registration .radio__label .radio-btn + span::before {
  background-image: url("/i/icons.png");
  background-position: -860px -703px;
  width: 18px;
  height: 18px;
}

.form-registration .checkbox__label .radio-btn:checked + span::before,
.form-registration .radio__label .radio-btn:checked + span::before {
  background-image: url("/i/icons.png");
  background-position: -882px -703px;
  width: 18px;
  height: 18px;
}

.form-registration .checkbox__label .checkbox-btn + span::before,
.form-registration .radio__label .checkbox-btn + span::before {
  background-image: url("/i/icons.png");
  background-position: -1077px -703px;
  width: 17px;
  height: 17px;
}

.form-registration .checkbox__label .checkbox-btn:checked + span::before,
.form-registration .radio__label .checkbox-btn:checked + span::before {
  background-image: url("/i/icons.png");
  background-position: -1035px -703px;
  width: 17px;
  height: 17px;
}

.form-registration .btn-primary {
  padding: 2% 10%;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-registration .btn-primary {
    padding: 10px 50px;
  }
}

.form-registration .has-error .error-message {
  left: 10px;
  right: 10px;
  max-width: 290px;
}

.input-validation_modals {
  position: relative;
}

.input-validation_modals .input-validation__border {
  border: 1px solid #e74a37;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.go-top {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 55px;
  padding: 0;
}

.go-top:hover .go-top__icon {
  display: block;
}

.go-top:hover .go-top__icon svg {
  fill: #0957c3;
}

.go-top__icon {
  display: block;
  position: fixed;
  top: auto;
  left: 10px;
  right: auto;
  bottom: 60px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.2);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.2);
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.go-top__icon #go_top2 {
  fill: #fff;
}

.go-top__icon:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.go-top__title {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #9fa8ae;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  display: block;
}

@media (min-width: 768px) and (max-width: 868px), (min-width: 980px) and (max-width: 1085px) {
  .go-top {
    width: 15px;
  }

  .go-top .go-top__icon {
    width: 15px;
    background-image: none;
  }

  .go-top .go-top__icon:after {
    content: " ";
    font-size: 13px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-family: "Verdana", Arial;
  }
}

@media (max-width: 768px) {
  .go-top {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .hidden640 {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .hidden640 {
    display: none !important;
  }
}

.max1200 {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .max1200 {
    display: block;
  }
}

.no-scroll {
  overflow: hidden;
}

.header__wrapper {
  position: relative;
  z-index: 99;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .header__wrapper {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  height: 48px;
  padding: 6px 0 8px 0;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  transition: padding 0.2s;
}

@media only screen and (max-width: 767px) {
  .header__wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header .logo {
    width: 20px;
  }
}

.header .logo__image {
  display: block;
  width: 138px;
}

@media only screen and (max-width: 991px) {
  .header .logo__image {
    width: 93px;
  }
}

@media only screen and (max-width: 767px) {
  .header .logo__image-name {
    display: none;
  }
}

.header .logo-desc {
  display: none;
}

@media (max-width: 991px) {
  .header > .location {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .logo-desc {
    display: inline-block;
  }
}

.header__panel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .header__panel {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header__panel {
    width: 100%;
  }
}

.container-menu {
  background-color: #fff;
}

.call-wrapper {
  background: transparent;
  position: fixed;
  bottom: 48px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 36px;
  padding: 0 20px;
}

.lab .call-wrapper {
  display: none;
}

.call {
  max-width: 224px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #0957c3;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
  height: 36px;
  line-height: 34px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.call:hover {
  text-decoration: none;
}

.call:focus {
  text-decoration: none;
}

.call i {
  margin-right: 10px;
  padding-top: 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}

.call i svg {
  width: 14px;
}

.call span {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.mobtoggler {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-left: 10px;
}

.mobtoggler .hamburger {
  position: relative;
  display: block;
  width: 20px;
  height: 13px;
}

.mobtoggler .hamburger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #737373;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.mobtoggler .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #737373;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.mobtoggler .hamburger__span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #737373;
}

@media (max-width: 767px) {
  .mobtoggler {
    margin-left: auto;
  }
}

.is--headersticky:not(.is--mobtoggled) .header__wrapper {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.is--headersticky:not(.is--mobtoggled) .header__wrapper.fixed {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .container-menu .search {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .container-menu .search {
    max-width: 428px;
  }
}

@media (max-width: 991px) {
  .container-menu .search {
    display: block;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    max-width: 100%;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
  }

  .container-menu .search__field {
    background: rgba(9,87,195,0.03);
    border: none;
  }
}

@media (max-width: 991px) {
  .container-menu .header__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0;
  }
}

@media (max-width: 991px) {
  .container-menu {
    display: none;
  }
}

.is--mobtoggled .call-wrapper {
  z-index: 1;
}

.is--mobtoggled {
  overflow: hidden;
}

.is--mobtoggled .audio_link {
  display: none;
}

.is--mobtoggled .logo {
  width: auto;
}

.is--mobtoggled .logo__image-name {
  display: block;
}

.is--mobtoggled .container-menu {
  display: block;
  z-index: 99999;
}

.is--mobtoggled .hamburger__span {
  background-color: transparent;
}

.is--mobtoggled .hamburger:before {
  -webkit-transform: rotate(45deg) translate(3px, 4px);
  -moz-transform: rotate(45deg) translate(3px, 4px);
  -o-transform: rotate(45deg) translate(3px, 4px);
  -ms-transform: rotate(45deg) translate(3px, 4px);
  transform: rotate(45deg) translate(3px, 4px);
}

.is--mobtoggled .hamburger:after {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  -moz-transform: rotate(-45deg) translate(4px, -5px);
  -o-transform: rotate(-45deg) translate(4px, -5px);
  -ms-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.is--mobtoggled .header__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is--mobtoggled .header__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.is--mobtoggled .header {
  padding: 14px 0;
}

@media (max-width: 767px) {
  .is--mobtoggled .user__feedback {
    display: none;
  }
}

.links-mob {
  text-transform: uppercase;
}

.links-mob a {
  display: block;
  color: #fff;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .links-mob {
    display: none;
  }

  .call-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .__jivoMobileButton [class^="button"] {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .no-scroll {
    position: fixed;
  }
}

@media (min-width: 992px) {
  .header {
    height: auto;
    padding: 14px 0 14px 0;
  }

  .header .logo {
    margin-right: 20px;
  }

  .mobtoggler {
    display: none;
  }

  .mobtoggler .hamburger {
    display: none;
  }
}

@media (min-width: 768px) {
  .is--headersticky:not(.is--mobtoggled) .header {
    padding: 10px 0 9px 0;
  }
}

@media only screen and (min-width: 320px) {
  .header {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.header__nav .container {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #change-language-block {
    font-size: 16px;
  }
}

.audio_link {
  background: #feb545;
  border-radius: 35px;
  margin-left: 19px;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 6px 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 40px;
}

.audio_link:hover {
  text-decoration: underline;
}

.audio_link svg {
  margin-left: 12px;
  display: inline-block;
}

@media (max-width: 991px) {
  .audio_link {
    font-size: 12px;
    padding: 8px 12px;
    margin-left: 20px;
  }

  .audio_link svg {
    display: none;
  }
}

@media (max-width: 767px) {
  .audio_link {
    padding: 8.5px 11px;
    margin-left: 8px;
  }
}

.how-its-made {
  padding: 10px 0 0;
  margin-top: 15px;
  list-style: none;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .how-its-made {
    margin: 15px 0 0;
  }
}

.how-its-made__item {
  position: relative;
  padding: 0 25px;
}

@media only screen and (max-width: 991px) {
  .how-its-made__item {
    padding: 0;
  }
}

.how-its-made__item:before {
  content: "";
  position: absolute;
  right: 75%;
  width: 170px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 767px) {
  .how-its-made__item:before {
    width: 64px;
    height: 9px;
    -webkit-background-size: 64px 9px;
    -moz-background-size: 64px 9px;
    background-size: 64px 9px;
  }
}

.how-its-made__item.even:before {
  top: -10px;
  background-image: url("i/how-its-made-arrow-1.png");
}

@media only screen and (max-width: 767px) {
  .how-its-made__item.even:before {
    top: -5px;
  }
}

.how-its-made__item.odd:before {
  top: 55px;
  background-image: url("i/how-its-made-arrow-2.png");
}

@media only screen and (max-width: 767px) {
  .how-its-made__item.odd:before {
    top: 35px;
  }
}

.how-its-made__item:first-child:before,
.how-its-made__item.first-child:before {
  display: none;
}

.how-its-made__title {
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .how-its-made__title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
  }
}

.how-its-made__description {
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (max-width: 767px) {
  .how-its-made__icon {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .how-its-made_list .how-its-made__item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .how-its-made_list .how-its-made__item:before {
    content: none;
    display: none;
  }
}

.index-page .offers-list.more-toogle-parent {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .index-page .offers-list.more-toogle-parent {
    padding-bottom: 20px;
  }
}

.index-page .header-styled {
  margin-top: 53px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .index-page .header-styled {
    margin-top: 20px;
  }
}

body.lock {
  height: 100%;
  overflow: hidden;
}

body.out .wrapper .container-menu {
  z-index: 5;
  background: #47d7ac;
}

body >.container-fluid {
  position: relative;
  /* z-index: 15 */
}

body >.container-fluid .row .row_grey-texture {
  background: #e8e8e8;
}

body >.container-fluid .row .row_grey-texture_light {
  background: #f2f2f2;
}

body >.container-fluid.container-finder {
  /* z-index: 15 */
}

body >.container-fluid.container-menu {
  background: #fff;
}

@media (max-width: 991px) {
  body >.container-fluid.container-menu .container {
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  body >.container-fluid.container-menu {
    min-height: calc(100vh - 48px);
    overflow-y: scroll;
    overflow-x: hidden;
    top: 48px;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff !important;
  }
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.header__nav {
  margin: 0;
}

.header__nav.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.header__nav .row-finder {
  position: relative;
}

.header__nav .container.main-content {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .header__nav .container.main-content {
    padding-bottom: 20px;
  }
}

.header__nav >.wrapper >.container-fluid {
  position: relative;
  z-index: 2;
}

.header__nav >.wrapper >.container-fluid .row .row_grey-texture {
  background: #e8e8e8;
}

.header__nav >.wrapper >.container-fluid .row .row_grey-texture_light {
  background: #f2f2f2;
}

.header__nav >.wrapper >.container-fluid.container-finder {
  z-index: 15 ;
}

.header__nav >.wrapper >.container-fluid.container-finder .row-finder:not(.row-finder_main) {
  background: background-image url("i/green_texture.png");
}

.header__nav >.wrapper >.container-fluid.container-menu {
  z-index: 5;
  border-top: 1px solid #d9ecf0;
}

.header__nav >.wrapper >.container-fluid.container-menu background #fff:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  background-color: #e5f2f5;
}

.header__nav >.wrapper >.container-fluid.container-menu .header__nav {
  margin: 0;
}

.header__nav >.wrapper >.container-fluid .row-finder {
  position: relative;
}

.header__nav >.wrapper >.container-fluid .container.main-content {
  padding-bottom: 20px;
}

.header__nav >.wrapper .container-fluid.tabs-shadow {
  z-index: 3;
}

.header__nav >.wrapper .container-fluid.container-menu__mod {
  z-index: 3;
}

.header__nav.body-map {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .header__nav.body-map {
    height: auto;
    overflow: visible;
  }
}

.container.container_main-chooser {
  width: 1230px;
}

@media screen and (max-width: 1260px) {
  .container.container_main-chooser {
    width: 98%;
  }
}

@media only screen and (max-width: 767px) {
  .container.container_main-chooser {
    width: 100%;
  }
}

.simplebar-scrollbar {
  background: #0957c3 !important;
}

.label-great {
  padding: 5px 0;
}

.label-great__text {
  position: relative;
  display: inline-block;
  background-color: #ffc02a;
  padding-left: 8px;
  line-height: 18px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px 0 0 3px;
  z-index: 0;
}

.label-great__text:after {
  position: absolute;
  top: 0;
  right: -9px;
  z-index: -1;
  content: '';
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -76px -737px;
  width: 18px;
  height: 22px;
  width: 19px;
  height: 20px;
}

.label-great__link {
  font-size: 14px;
  font-weight: 400;
  color: #4b89d3;
  padding-left: 25px;
}

.label-great__link:hover {
  color: #1997af;
  text-decoration: none;
}

.job-schedule {
  position: absolute;
  right: -12px;
  top: -2px;
  display: inline-block;
  padding: 3px 10px;
  text-decoration: none;
  line-height: 21px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 12px transparent;
  box-shadow: 0 2px 12px transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.job-schedule:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -4px;
  right: -1px;
  height: 8px;
  background: #fff9e9;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.job-schedule:hover {
  background: #fff9e9;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 2px 12px rgba(0,64,76,0.35);
  box-shadow: 0 2px 12px rgba(0,64,76,0.35);
}

.job-schedule:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.job-schedule:hover .schedule-doctor {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.job-schedule:hover .job-schedule__link-title {
  border-bottom-width: 0;
}

@media only screen and (max-width: 991px) {
  .job-schedule:hover {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .job-schedule:hover:after {
    width: 0;
  }
}

@media only screen and (max-width: 991px) {
  .job-schedule {
    position: static;
    display: block;
    padding-left: 0;
  }
}

.job-schedule__link {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none !important;
}

.job-schedule__link:hover span {
  border-color: transparent;
}

.job-schedule__link-icon {
  position: relative;
  top: 2px;
  left: -2px;
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -144px -801px;
  width: 15px;
  height: 17px;
}

.job-schedule__link-title {
  float: right;
  margin-left: 3px;
  color: #96b8bf;
  border-bottom: 1px dotted #96b8bf;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.landing-title {
  font-weight: 400;
  line-height: 60px;
  font-size: 60px;
  text-align: center;
  color: #5e6e71;
}

@media only screen and (max-width: 1199px) {
  .landing-title {
    font-size: 50px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 640px) {
  .landing-title {
    font-size: 28px;
    line-height: 32px;
  }
}

.landing-text {
  line-height: 42px;
  font-size: 36px;
  text-align: center;
  color: #5e6e71;
}

@media only screen and (max-width: 1199px) {
  .landing-text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .header__panel #change-language-block {
    display: none;
  }

  .landing-text {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #change-language-block {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .landing-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

#change-language-block {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

#change-language-block a {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  color: #8e8e8e;
}

#change-language-block a.active {
  font-weight: bold;
  text-decoration: none;
  color: #333536;
}

.likebox {
  position: relative;
  margin-left: 9%;
  font-size: 0;
}

@media screen and (max-width: 1200px) {
  .likebox {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .likebox {
    margin-left: 0;
  }
}

.likebox >* {
  display: inline-block;
}

.likebox_centered {
  text-align: center;
}

.likebox_centered .likebox__like,
.likebox_centered .likebox__dislike {
  margin: 0 5px;
}

.likebox__votes {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 3px 25px;
}

.likebox__like {
  right: 61px;
}

.likebox__like .likebox__votes {
  color: #47d7ac;
}

.likebox__like .likebox__votes:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/i/icons.png");
  background-position: -695px -485px;
  width: 21px;
  height: 24px;
}

.likebox__dislike {
  right: 0px;
}

.likebox__dislike .likebox__votes {
  color: #ff5858;
}

.likebox__dislike .likebox__votes:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("/i/icons.png");
  background-position: -669px -485px;
  width: 22px;
  height: 24px;
}

.likebox__like,
.likebox__dislike {
  position: absolute;
  top: 0;
  /*margin 0 19px 0 0*/
  height: 26px;
}

.likebox__like input,
.likebox__dislike input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  visibility: hidden;
}

.likebox__like input:checked+span,
.likebox__dislike input:checked+span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.likebox__like span,
.likebox__dislike span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 3px 0;
  width: 16px;
  height: 25px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.likebox__like span:hover,
.likebox__dislike span:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

.likebox__label {
  float: left;
  text-align: left;
  cursor: default;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 5px;
}

.like-box {
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

.like-box__like,
.like-box__dislike {
  padding: 0 0 0 20px;
  min-height: 19px;
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

.like-box__like:before,
.like-box__dislike:before {
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
}

.like-box__like {
  color: #47d7ac;
}

.like-box__like:before {
  top: -2px;
  background-image: url("/i/icons.png");
  background-position: -162px -737px;
  width: 16px;
  height: 19px;
}

.like-box__dislike {
  color: #ff5858;
}

.like-box__dislike:before {
  top: 1px;
  background-image: url("/i/icons.png");
  background-position: -98px -737px;
  width: 18px;
  height: 19px;
}

.likebox-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 16px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1199px) {
  .likebox-row {
    padding: 0 10px;
  }
}

.likebox-row__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,0);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 32px;
  padding: 0 10px 0 15px;
}

@media only screen and (max-width: 640px) {
  .likebox-row__item {
    padding-left: 0;
  }

  .likebox-row__item:last-of-type {
    padding-right: 0;
  }
}

.likebox-row__item i {
  margin-right: 10px;
  height: 18px;
}

.likebox-row__item svg {
  fill: #707272;
  width: 18px;
  height: 18px;
  display: block;
}

.likebox-row__item p {
  font-weight: normal;
  line-height: 18px;
  color: #707272;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .likebox-row__item p {
    font-size: 14px;
  }
}

.likebox-row__like {
  text-align: left;
}

.likebox-row__like svg {
  fill: #d7f2ef;
}

.likebox-row__like.active svg {
  fill: #47d7ac;
}

.likebox-row__like.active p {
  color: #47d7ac;
}

@media only screen and (min-width: 1200px) {
  .likebox-row__like:hover svg {
    fill: #47d7ac;
  }

  .likebox-row__like:hover p {
    color: #47d7ac;
  }
}

.likebox-row__dislike {
  text-align: left;
}

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

.likebox-row__dislike svg {
  fill: #ffdccc;
}

.likebox-row__dislike.active svg {
  fill: #ff5858;
}

.likebox-row__dislike.active p {
  color: #ff5858;
}

@media only screen and (min-width: 1200px) {
  .likebox-row__dislike:hover svg {
    fill: #ff5858;
  }

  .likebox-row__dislike:hover p {
    color: #ff5858;
  }
}

.load-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0;
  color: #333536;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  margin: 0;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.load-items.load-items__modifie {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.load-items.load-items__modifie:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.load-items i {
  height: 16px;
  display: block;
  margin-left: 20px;
  font-size: 70%;
  color: #333536;
}

.load-items svg {
  display: block;
}

.load-items__item {
  position: relative;
}

.load-more {
  padding: 5px 20px;
  background: #f8fafd;
  line-height: 35px;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(33,58,133,0.07);
  zoom: 1;
}

.load-more:before,
.load-more:after {
  content: "";
  display: table;
}

.load-more:after {
  clear: both;
}

@media only screen and (max-width: 640px) {
  .load-more {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .load-more {
    text-align: center;
    line-height: 35px;
  }
}

.load-more.load-more_cla {
  border-top: 1px solid #e6edef;
}

.load-more__text {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 500px) {
  .load-more__text {
    float: none;
  }
}

.load-more__link {
  display: inline-block;
  float: right;
  text-decoration: none;
  font-weight: normal;
}

.load-more__link:after {
  font-family: 'icomoon';
  content: "\e92a";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 10px;
}

.load-more__link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {
  .load-more__link {
    float: none;
  }
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  -moz-animation: load7 1.8s infinite ease-in-out;
  -o-animation: load7 1.8s infinite ease-in-out;
  -ms-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #6d6d6d;
  font-size: 10px;
  margin: 20px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

@media (max-width: 767px) {
  .location {
    font-size: 14px;
  }
}

.location {
  position: relative;
  display: none;
  font-size: 12px;
}

.location .drop__body {
  top: -13px;
  left: -21px;
  right: auto;
  padding: 10px 0;
  position: absolute;
  height: 360px;
}

.location .drop__body:before {
  display: none;
}

.location .drop__body:after {
  display: none;
}

.location-widget .i--drop {
  display: inline-block;
  speak: none;
  font-style: normal;
  vertical-align: middle;
  font-size: 5px;
  margin-left: 5px;
  font-family: 'icomoon' !important;
}

.location-widget .i--drop:before {
  content: "\e922";
}

.location-widget_modal {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  height: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  top: 100%;
  left: 0;
  background-color: rgba(51,53,54,0.3);
  z-index: 100;
}

.location-widget_modal.active {
  padding: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: visible;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.location-widget_wrap {
  background-color: #fff;
  width: 100%;
  max-width: 530px;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 15px rgba(66,72,90,0.2);
  box-shadow: 2px 2px 15px rgba(66,72,90,0.2);
  padding: 20px;
}

.location-widget_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}

.location-widget_head .icon-close {
  font-size: 12px;
}

.location-widget_body {
  margin-top: 10px;
}

.location-widget_body .location__list {
  font-size: 0;
}

.location-widget_body .location__item {
  width: 33%;
  display: inline-block;
}

.location-widget_body .location__link {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
}

.location-widget_body .location__link:hover {
  background-color: #fff;
}

.location-widget_body_city-search {
  margin-top: 10px;
  position: relative;
}

.location-widget_body_city-search_label {
  color: #707272;
  margin-bottom: 7px;
}

.location__info {
  border-bottom: none;
}

.location__link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 20px;
  line-height: 1.8;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  color: #333536;
}

.location__link:hover {
  text-decoration: none;
  color: #0957c3;
  background-color: #f9fafb;
}

.location.is--dropped .i--drop {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -6px;
}

@media (min-width: 992px) {
  .header > .location {
    display: inline-block;
  }

  .location .drop__body {
    top: -10px;
    left: -2px;
    height: 254px;
  }
}

.mobmenu > .location {
  display: none;
}

@media (max-width: 991px) {
  .mobmenu > .location {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .mobmenu > .location.is--dropped .drop__toggler {
    background: rgba(9,87,195,0.03);
  }

  .mobmenu > .location.is--dropped .drop__toggler .i--drop {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
  }

  .mobmenu > .location .drop__toggler {
    position: relative;
    padding: 10px 20px;
    margin: -10px 0;
    border-radius: 8px;
  }

  .mobmenu > .location .drop__toggler .i--drop {
    width: auto;
    height: 5px;
    position: absolute;
    right: 0;
    margin: auto 0;
    margin-right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    color: #0957c3;
  }

  .mobmenu > .location .drop__body {
    position: static;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .mobmenu > .location .location__list {
    width: 100%;
    margin: 0;
  }

  .mobmenu > .location .location__link {
    padding: 0;
    line-height: 1;
  }

  .mobmenu > .location .location__item {
    padding: 15px 20px;
  }
}

.loyal-top__img {
  height: 982px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
}

.loyal-top__img .rg-form-wrapper {
  right: 40px;
  top: 390px;
  left: auto;
}

.loyal__block {
  padding: 0 30px;
}

.loyal__title-wrapper {
  margin-top: -244px;
  position: relative;
  z-index: 1;
}

.loyal__title {
  font-weight: normal;
  line-height: 62px;
  font-size: 60px;
  color: #65509c;
  max-width: 690px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1199px) {
  .loyal__title {
    max-width: 50%;
    line-height: 52px;
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .loyal__title {
    line-height: 46px;
    font-size: 42px;
    max-width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .loyal__title {
    max-width: 85%;
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .loyal__title {
    max-width: 100%;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
}

.loyal__text {
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  color: #5e6e71;
  max-width: 700px;
}

.loyal__card {
  position: relative;
}

.loyal__card__item {
  position: absolute;
  top: 143px;
  left: 187px;
}

.loyal__card__item .loyal__card__image {
  width: 638px;
  height: 318px;
  overflow: inherit;
}

.loyal__card__item-last {
  top: 0;
  left: auto;
  right: -82px;
  background: rgba(0,0,0,0);
}

.loyal__card__item-last .loyal__card__image {
  width: 396px;
  height: 581px;
}

.loyal__card__image .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.loyal-double-bg {
  position: relative;
  background: #fff;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: -70px;
  z-index: 0;
}

.loyal-double-bg:before {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 240%;
  margin-left: -124%;
  height: 1116px;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -o-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  top: 95px;
  left: 0;
}

.loyal__steps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loyal__steps__title {
  margin-top: 550px;
  margin-bottom: 106px;
  line-height: 60px;
  font-size: 60px;
  text-align: center;
  color: #65509c;
}

.loyal__step {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
}

.loyal__step.loyal__step__small .loyal__numb {
  margin-top: 57px;
}

.loyal__step p {
  line-height: 28px;
  font-size: 24px;
  text-align: center;
  color: #5e6e71;
  margin: 24px 0 0 0;
}

.loyal__step .loyal__numb {
  margin-top: 47px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #65509c;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.loyal-video__title {
  font-weight: normal;
  line-height: 60px;
  font-size: 60px;
  text-align: center;
  color: #65509c;
  text-align: center;
  margin-top: 139px;
  margin-bottom: 95px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.loyal-video {
  width: 960px;
  height: 577px;
  margin: 0 auto;
}

.loyal-cond-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.loyal-cond-wrapper:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #f9f9f9;
  width: 240%;
  margin-left: -124%;
  height: 940px;
  -ms-transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  bottom: -27%;
  right: -54%;
}

.loyal-cond {
  margin-top: 145px;
}

.loyal-cond__title {
  line-height: 60px;
  font-size: 60px;
  text-align: center;
  color: #65509c;
  margin-bottom: 70px;
}

.loyal-cond__title {
  line-height: 60px;
  font-size: 60px;
  text-align: center;
  color: #65509c;
  margin-bottom: 70px;
}

.loyal-cond__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto 68px auto;
}

.loyal-cond__row__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loyal-cond__row__item svg {
  height: 95px;
}

.loyal-cond__row__item p {
  font-weight: 700;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  color: #65509c;
  margin-right: 55px;
}

.loyal-cond__row__item p.equal {
  font-weight: bold;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  color: #65509c;
  margin-right: 0;
}

.loyal-cond__text {
  margin-bottom: 98px;
}

.loyal-cond__text p {
  line-height: 28px;
  font-size: 24px;
  color: #5e6e71;
  margin-bottom: 38px;
}

.loyal-cond__text ul {
  list-style-type: disc;
  margin-left: 25px;
}

.loyal-cond__text ul li {
  line-height: 28px;
  font-size: 24px;
  color: #5e6e71;
  margin-bottom: 35px;
}

.loyal-cond__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 150px;
  padding: 0 38px;
}

.loyal-cond__bottom .loyal__card__image {
  width: 91px;
  height: 105px;
  margin-right: 57px;
}

.loyal-cond__bottom p {
  line-height: 28px;
  font-size: 24px;
  text-align: right;
  color: #5e6e71;
  max-width: 535px;
  margin-bottom: 0;
  margin-top: 10px;
}

.loyal-cond__bottom a {
  text-decoration: none;
  width: 186px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a4a4a4;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 2px;
}

.loyal-cond__bottom a:hover {
  background: #a4a4a4;
}

.loyal-cond__bottom a:hover span {
  color: #fff;
}

.loyal-cond__bottom a:hover svg {
  fill: #fff;
}

.loyal-cond__bottom a span {
  font-size: 20px;
  text-align: center;
  color: #5e6e71;
  margin-right: 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.loyal-cond__bottom a svg {
  fill: #5e6e71;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.loyal-cond__bottom__pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 162px;
}

.loyal-cond__bottom__pdf img {
  margin-right: 57px;
}

@media only screen and (max-width: 1199px) {
  .loyal-cond__bottom__pdf {
    padding-right: 0;
  }

  .loyal-cond__text {
    padding: 0 40px;
  }

  .loyal__card__item {
    left: -10px;
  }

  .loyal__card__item-last {
    left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .loyal-top__img {
    height: 736px;
  }

  .loyal-top__img .rg-form-wrapper {
    top: 273px;
  }

  .loyal__text {
    font-size: 20px;
    max-width: 515px;
  }

  .loyal__title-wrapper {
    margin-top: -90px;
  }

  .loyal-double-bg:before {
    width: 283%;
    margin-left: -154%;
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    height: 1147px;
    top: 147px;
  }

  .loyal__steps__title {
    margin-top: 430px;
    margin-bottom: 80px;
    line-height: 45px;
    font-size: 45px;
  }

  .loyal__step {
    padding: 0 10px;
  }

  .loyal__step p {
    font-size: 20px;
  }

  .loyal-video__title {
    line-height: 45px;
    font-size: 45px;
    margin-top: 100px;
    margin-bottom: 75px;
  }

  .loyal__card__item {
    left: 0;
  }

  .loyal__card__item .loyal__card__image {
    width: 478px;
  }

  .loyal__card__item .loyal__card__image img {
    max-width: 100%;
  }

  .loyal__card__item-last {
    right: 0;
    left: auto;
  }

  .loyal__card__item-last .loyal__card__image {
    width: 235px;
  }

  .loyal__card__item-last .loyal__card__image img {
    max-width: 100%;
  }

  .loyal-video {
    width: 94%;
    margin: 0 auto;
    height: auto;
  }

  .loyal-video iframe {
    width: 100%;
  }

  .loyal-cond__title {
    margin-bottom: 55px;
    line-height: 45px;
    font-size: 45px;
  }

  .loyal-cond__text p,
  .loyal-cond__text ul li {
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 20px;
  }

  .loyal-cond__text {
    margin-bottom: 75px;
  }

  .loyal-cond__bottom {
    margin-bottom: 100px;
  }

  .loyal-cond__bottom p {
    text-align: left;
    max-width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .loyal-top__img {
    height: 425px;
  }

  .loyal-top__img .rg-form-wrapper {
    top: 175px;
    right: 20px;
  }

  .loyal__title {
    margin-bottom: 23px;
  }

  .loyal__text {
    font-size: 20px;
    max-width: 515px;
  }

  .loyal__title-wrapper {
    margin-top: 105px;
  }

  .loyal-double-bg {
    margin-top: 5px;
  }

  .loyal-double-bg:before {
    width: 283%;
    margin-left: -154%;
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    height: 900px;
    top: 147px;
  }

  .loyal__steps__title {
    margin-top: 330px;
    margin-bottom: 60px;
    line-height: 35px;
    font-size: 35px;
  }

  .loyal__step {
    padding: 0 10px;
  }

  .loyal__step svg {
    width: 120px;
    height: 120px;
  }

  .loyal__step p {
    font-size: 18px;
  }

  .loyal__step .loyal__numb {
    margin-top: 40px;
  }

  .loyal__step.loyal__step__small .loyal__numb {
    margin-top: 40px;
  }

  .loyal-video__title {
    line-height: 35px;
    font-size: 35px;
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .loyal__card__item {
    left: 25px;
    top: 110px;
  }

  .loyal__card__item .loyal__card__image {
    width: 358px;
  }

  .loyal__card__item-last {
    right: 64px;
    left: auto;
    top: 0;
  }

  .loyal__card__item-last .loyal__card__image {
    width: 192px;
  }

  .loyal-video {
    width: 94%;
    margin: 0 auto;
    height: 400px;
  }

  .loyal-video iframe {
    width: 100%;
    height: 400px;
  }

  .loyal-cond {
    margin-top: 80px;
  }

  .loyal-cond__row {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .loyal-cond__row__item p {
    margin-right: 35px;
    font-size: 30px;
  }

  .loyal-cond__title {
    margin-bottom: 45px;
    line-height: 40px;
    font-size: 35px;
  }

  .loyal-cond__text p,
  .loyal-cond__text ul li {
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 20px;
  }

  .loyal-cond__text {
    margin-bottom: 50px;
  }

  .loyal-cond__bottom {
    margin-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .loyal-cond__bottom p {
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    max-width: 88%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .loyal-top__img {
    height: 280px;
  }

  .loyal-top__img .rg-form-wrapper {
    top: 150px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .loyal__title-wrapper {
    margin-top: 180px;
  }

  .loyal__block {
    padding: 0 15px;
  }

  .loyal__title {
    margin-bottom: 20px;
  }

  .loyal__text {
    font-size: 16px;
    max-width: 515px;
    line-height: 20px;
    text-align: center;
  }

  .loyal-double-bg:before {
    width: 283%;
    margin-left: -90%;
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    height: 1250px;
    top: 136px;
  }

  .loyal__card__item {
    left: 0;
    top: 85px;
  }

  .loyal__card__item .loyal__card__image {
    width: 175px;
  }

  .loyal__card__item-last {
    right: 10%;
    left: auto;
    top: 15px;
  }

  .loyal__card__item-last .loyal__card__image {
    width: 93px;
  }

  .loyal__steps__title {
    margin-top: 222px;
    margin-bottom: 45px;
    line-height: 32px;
    font-size: 28px;
  }

  .loyal__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loyal__step .loyal__numb,
  .loyal__step.loyal__step__small .loyal__numb {
    margin-top: 25px;
  }

  .loyal__step {
    width: 100%;
    margin-bottom: 30px;
  }

  .loyal__step p {
    font-size: 16px;
    line-height: 24px;
  }

  .loyal__step svg {
    width: 95px;
    height: auto;
  }

  .loyal-video {
    height: 300px;
  }

  .loyal-video iframe {
    height: 300px;
  }

  .loyal-cond {
    margin-top: 50px;
  }

  .loyal-cond__title {
    margin-bottom: 35px;
    line-height: 32px;
    font-size: 28px;
  }

  .loyal-cond__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loyal-cond__text p,
  .loyal-cond__text ul li {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
  }

  .loyal-cond__bottom .loyal__card__image {
    margin-right: 20px;
  }

  .loyal-cond__bottom__pdf img {
    margin-right: 20px;
  }
}

.menu {
  float: left;
}

.main-menu {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .main-menu {
    height: auto;
  }
}

.main-menu__item {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
}

.main-menu__item:last-child a {
  margin-right: 0;
}

.main-menu__item-link {
  position: relative;
  display: block;
  height: 100%;
  margin-right: 40px;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  letter-spacing: 1px;
}

.main-menu__item-link:before {
  content: attr(data);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: transparent;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 790px) {
  .main-menu__item-link:before {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .main-menu__item-link:before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .main-menu__item-link {
    margin-right: 27px;
  }
}

@media only screen and (max-width: 1100px) {
  .main-menu__item-link {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu__item-link {
    font-size: 15px;
  }

  .main-menu__item-link:before {
    font-size: 15px;
    left: 0px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-menu__item-link {
    padding-top: 2px;
    font-size: 14px;
  }

  .main-menu__item-link:before {
    top: 2px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 860px) {
  .main-menu__item-link {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-menu__item-link {
    line-height: 30px;
    font-size: 12px;
    margin-right: 10px;
  }
}

.main-menu__item-link:hover {
  border-bottom: 3px solid #fff;
  text-decoration: none;
  color: #fff;
}

.main-menu__item-link:focus {
  border-bottom: 3px solid #fff;
  text-decoration: none;
}

.main-menu__item-link:active:before {
  color: #fff;
}

.main-menu__item-link.disabled {
  color: #c0e2e6;
  cursor: default;
}

.main-menu__item-link.disabled:hover,
.main-menu__item-link.disabled:active {
  border-bottom: 0;
  text-decoration: none;
  color: #c0e2e6;
}

.main-menu__item-link.disabled:before {
  content: none;
}

.main-menu__item.active a {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 700;
}

.main-menu_logout {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main-menu_logout {
    display: inline-block;
  }
}

.main-sec {
  background-color: #0957c3;
  position: relative;
  z-index: 17;
  min-height: 157px;
  margin-top: 20px;
  padding-bottom: 0;
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 1400px) {
  .main-sec {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-sec {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .main-sec {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.15);
    box-shadow: 2px 2px 15px rgba(128,142,184,0.15);
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .main-sec {
    background-color: #fff;
    min-height: 82px;
    z-index: 112;
  }
}

.main-sec_bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}

.main-sec_bg:before {
  content: '';
  display: inline-block;
  height: 280px;
  width: 280px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 0;
  top: -250px;
  right: -55px;
  -webkit-transform: rotate(137deg);
  -moz-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  background-color: #fe5000;
}

.main-sec_bg:after {
  content: '';
  display: inline-block;
  height: 840px;
  width: 520px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 0;
  top: -220px;
  right: -627px;
  -webkit-transform: rotate(137deg);
  -moz-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  background-color: #47d7ac;
}

@media only screen and (max-width: 1320px) {
  .main-sec_bg:before {
    right: -75px;
    top: -290px;
  }

  .main-sec_bg:after {
    top: -260px;
    right: -648px;
  }
}

@media only screen and (max-width: 767px) {
  .main-sec_bg {
    display: none;
  }

  .main-sec_bg:before,
  .main-sec_bg:after {
    content: none;
  }
}

.main-sec .breadcrumbs .breadcrumb span:first-child a {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .main-sec #getFixedList {
    margin-bottom: 0;
  }
}

.main-sec #getFixedList .clinic-list {
  max-width: 100%;
}

.main-sec #getFixedList .clinic-list.fixed {
  background-color: #fff;
  width: 100%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-radius: 0;
}

.main-sec #getFixedList .clinic-list.fixed .search-clinic__list__item.active .green-to-down {
  fill: #0957c3;
  color: #0957c3;
}

.main-sec #getFixedList .clinic-list.fixed .search-clinic__list__item.active .main-sec #getFixedList .clinic-list.fixed,
.main-sec #getFixedList .clinic-list.fixed .search-clinic__list__item.active .search-clinic__list__link {
  color: #0957c3;
  font-weight: bold;
}

.main-sec #getFixedList .clinic-list.fixed .search-clinic__list__item:hover .search-clinic__list__link {
  color: #0957c3;
}

.main-sec #getFixedList .clinic-list.fixed .search-clinic__list__link {
  color: #858686;
}

.main-sec #getFixedList .clinic-list.fixed .search-clinic__block {
  padding-bottom: 17px;
}

.main-sec #getFixedList .clinic-list.fixed .catalog-checkboxes {
  padding-top: 12px;
}

.main-sec #getFixedList .clinic-list.fixed .catalog-checkboxes__label .catalog-checkboxes__link span {
  color: #858686;
}

.main-sec #getFixedList .clinic-list.fixed .catalog-checkboxes__label .catalog-checkboxes__link span:after {
  border-color: #c2c2c2;
}

.main-sec #getFixedList .clinic-list.fixed .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span {
  color: #0957c3;
}

.main-sec #getFixedList .clinic-list.fixed .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
  border-color: #0957c3;
}

.main-sec #getFixedList .clinic-list.fixed .in-map {
  color: #0957c3;
}

.main-sec #getFixedList .clinic-list.fixed .in-map svg {
  fill: #0957c3;
}

.main-sec #getFixedList .day-dropdown-text {
  height: auto;
}

.main-sec .catalog-checkboxes__label .catalog-checkboxes__link span {
  color: #84abe1;
}

.main-sec .catalog-checkboxes__label .catalog-checkboxes__link span:after {
  border-color: #b5cded;
}

.main-sec .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span {
  color: #fff;
}

.main-sec .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
  border: 1px solid #fff;
}

.main-sec .catalog-checkboxes:last-child {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .main-sec .catalog-checkboxes:last-child {
    padding-left: 4px;
    padding-top: 3px;
  }
}

.main-sec .in-map {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
  vertical-align: bottom;
  margin-top: 23px;
  margin-left: auto;
}

.main-sec .in-map i {
  vertical-align: top;
}

.main-sec .in-map svg {
  fill: #fff;
  margin-left: 10px;
}

.main-sec .search-clinic__block {
  background-color: transparent;
}

.main-sec .search-clinic__filter_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.main-sec .search-clinic__cont {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .main-sec .search-clinic__cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-sec .search-clinic__filter {
  border: none;
  margin-left: -10px;
  margin-right: -10px;
}

.main-sec .search-clinic__schedule {
  margin-left: auto;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .main-sec .search-clinic__schedule {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
  }
}

.main-sec .search-clinic__list__item {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.main-sec .search-clinic__list__item.active {
  background: transparent;
}

.main-sec .search-clinic__list__item.active .search-clinic__list__link {
  color: #fff;
}

.main-sec .search-clinic__list__item:hover {
  background: transparent;
}

.main-sec .search-clinic__list__item .green-to-down {
  margin-right: 0;
}

.main-sec .search-clinic__list__item .green-to-down.transformed-180 {
  top: 9px;
}

.main-sec .search-clinic__list__link {
  white-space: nowrap;
  font-weight: 400;
  color: #84abe1;
  font-size: 14px;
}

.main-sec .search-clinic .finder {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .main-sec .search-clinic .finder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-sec .search-clinic .finder__field .finder__right-block {
  color: #333536;
}

.main-sec .search-clinic .finder_inner-pages .finder-form {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eff1f6;
}

.main-sec .search-clinic .finder_inner-pages .finder__field {
  margin-right: 0;
  border-radius: 8px;
}

.main-sec .search-clinic .finder_inner-pages .finder__field:first-child:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 28px;
  background-color: #cfcfcf;
}

@media only screen and (max-width: 767px) {
  .main-sec .search-clinic .finder_inner-pages .finder__field:first-child:after {
    content: none;
  }
}

.main-sec .search-clinic .finder_inner-pages .finder__field input.form-control {
  border: 0;
}

.main-sec .search-clinic .finder .day-dropdown-wrapper {
  padding-left: 5px;
  width: 274px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .main-sec .search-clinic .finder .day-dropdown-wrapper {
    width: 224px;
  }
}

@media only screen and (max-width: 767px) {
  .main-sec .search-clinic .finder .day-dropdown-wrapper {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
  }
}

.main-sec .search-clinic .finder .day-dropdown-wrapper button {
  color: #333536;
  margin-left: auto;
  margin-right: auto;
}

.main-sec .search-clinic .finder .day-dropdown-wrapper button svg {
  margin-right: 8px;
}

@media only screen and (max-width: 991px) {
  .main-sec .search-clinic .finder .day-dropdown-wrapper button {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main-sec .search-clinic .finder .day-dropdown__list {
  left: 5px;
  top: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-sec .search-clinic .finder .day-dropdown_item {
  padding-left: 20px;
  padding-right: 20px;
}

.main-sec .search-clinic .finder .day-dropdown_item.active {
  background: #f9fafb;
}

.main-sec .search-clinic .finder .day-dropdown_item.active:before {
  content: none;
}

.main-sec .search-clinic .finder .day-dropdown_item.active button {
  font-weight: 500;
  color: #0957c3;
}

.main-sec .search-clinic .finder .day-dropdown_item button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-weight: 400;
  line-height: 50px;
}

.main-sec .search-clinic .finder .day-dropdown_item button span {
  margin-left: auto;
  color: #6b9adb;
  font-size: 11px;
}

.main-sec .search-clinic .finder .day-dropdown-text {
  border: 1px solid #eff1f6;
  border-radius: 8px;
}

.main-sec .search-clinic .finder .day-dropdown-text_prev {
  padding-left: 19px;
  padding-right: 3px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.main-sec .search-clinic .finder .day-dropdown-text_prev:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 6px;
}

.main-sec .search-clinic .finder .day-dropdown-text_next {
  padding-right: 19px;
  padding-left: 3px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.main-sec .search-clinic .finder .day-dropdown-text_next:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 6px;
}

@media only screen and (max-width: 991px) {
  .main-sec .search-clinic .finder .day-dropdown-text_prev {
    padding-left: 13px;
  }

  .main-sec .search-clinic .finder .day-dropdown-text_next {
    padding-right: 13px;
  }
}

.main-sec.catalog-sec {
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  background-color: #f4f7fa;
  border-radius: 0;
  margin-top: 0;
  z-index: 2;
}

.main-sec.catalog-sec .container:after {
  bottom: -27px;
}

.main-sec .container {
  position: relative;
  z-index: 1;
}

.main-sec_text {
  padding-top: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.15;
}

.main-sec_text h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.main-sec_search {
  margin-top: 26px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.14);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.14);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.main-sec_search.catalog-sec {
  margin-top: 12px;
}

.main-sec_search_line {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-color: #fff;
  position: relative;
}

.main-sec_search_line .search-result .livesearch.top-list {
  top: 40px;
}

.main-sec_search_line .index-no-result {
  top: 40px;
}

.main-sec_search_line .icon-loop {
  width: 56px;
  color: #000;
  background-color: #fff;
  border-radius: 4px 0px 0px 4px;
  font-size: 18px;
}

.main-sec_search_line button,
.main-sec_search_line input {
  margin: 0;
  border-radius: 0;
  border: 0px solid;
}

.main-sec_search_line button {
  width: 170px;
  font-weight: 500;
  background-color: #47d7ac;
  color: #fff;
  border-radius: 8px;
}

.main-sec_search_line input {
  width: 100%;
  background-color: #fff;
  margin-right: 4px;
  color: #707272;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.main-sec_close-line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  padding-left: 16px;
  padding-right: 16px;
}

.main-sec_close-line_name {
  font-weight: 500;
  font-size: 20px;
  margin-right: auto;
}

.main-sec_close-line:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .main-sec_close-line {
    display: none;
  }
}

.main-sec_close-line button {
  border: none;
  text-align: right;
  color: #5989cd;
  text-decoration: underline;
  padding: 0;
}

.main-sec .mobile-wind_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 48px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebeff6;
}

.main-sec .mobile-wind_body {
  margin-top: 16px;
  padding-bottom: 16px;
}

.main-sec .mobile-wind_body_line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-sec .mobile-wind_body_button {
  display: inline-block;
  line-height: 36px;
  background-color: #eef3fb;
  border-radius: 20px;
  padding-left: 17px;
  padding-right: 17px;
}

.main-sec .mobile-wind_body_button svg {
  display: inline-block;
  vertical-align: middle;
}

.main-sec .mobile-wind_body_menu {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  top: 100%;
  left: 0;
  background-color: #f4f7fa;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.main-sec .mobile-wind_body_menu.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: block;
}

.main-sec .mobile-wind_body_menu.location_menu .mobile-wind_body_menu_location {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-sec .mobile-wind_body_menu.location_menu .mobile-wind_body_menu_main {
  display: none;
}

.main-sec .mobile-wind_body_menu.menu_metro .mobile-wind_body_menu_metro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-sec .mobile-wind_body_menu.menu_metro .mobile-wind_body_menu_main {
  display: none;
}

.main-sec .mobile-wind_body_menu_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-sec .mobile-wind_body_menu_location {
  display: none;
}

.main-sec .mobile-wind_body_menu_location .finder__right-block {
  display: none;
}

.main-sec .mobile-wind_body_menu_location .finder__field {
  padding: 0 16px 20px;
  height: auto;
  line-height: 1;
  font-size: 13px;
  margin: 0;
}

.main-sec .mobile-wind_body_menu_location .finder__field:before {
  content: "\e929";
  font-family: "icomoon";
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 18px;
}

.main-sec .mobile-wind_body_menu_location .finder__field .icon-clean {
  top: 20px;
  right: 30px;
}

.main-sec .mobile-wind_body_menu_location input {
  background-color: #f9fafb;
  border-radius: 8px;
  line-height: 40px;
  padding: 0 48px;
}

.main-sec .mobile-wind_body_menu_location .alphabet-list {
  background-color: #fff;
  overflow-y: auto;
}

.main-sec .mobile-wind_body_menu_location .alphabet-list__letter {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background-color: #f4f7fa;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  line-height: 46px;
  height: auto;
  color: #0957c3;
  font-size: 13px;
}

.main-sec .mobile-wind_body_menu_location .alphabet-list__item {
  padding-left: 0;
  font-size: 13px;
  margin-bottom: 0;
}

.main-sec .mobile-wind_body_menu_location .alphabet-list__sub {
  top: 0;
  padding-left: 0;
  line-height: 46px;
}

.main-sec .mobile-wind_body_menu_location .alphabet-list__sub-item {
  margin-bottom: 0;
}

.main-sec .mobile-wind_body_menu_location .alphabet-list__sub-item a {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #333536;
}

.main-sec .mobile-wind_body_menu .back_link {
  background: #fff;
  padding-left: 16px;
  padding-top: 20px;
}

.main-sec .mobile-wind_body_menu_middle {
  background-color: #f4f7fa;
  padding-top: 5px;
  overflow-y: auto;
}

.main-sec .mobile-wind_body_menu_point {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #fff;
  margin-bottom: 5px;
}

.main-sec .mobile-wind_body_menu_point_in {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 50px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-sec .mobile-wind_body_menu_point_select {
  border-top: 1px solid #ebeff6;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow-x: auto;
  white-space: nowrap;
}

.main-sec .mobile-wind_body_menu_point_select::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.main-sec .mobile-wind_body_menu_point_select_button {
  font-size: 11px;
  background: #f4f7fa;
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 32px;
  font-weight: bold;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.main-sec .mobile-wind_body_menu_point_select_button .icon-close {
  margin-left: 10px;
  font-size: 10px;
}

.main-sec .mobile-wind_body_menu_point_name {
  margin-right: auto;
}

.main-sec .mobile-wind_body_menu_point_link {
  margin-right: 10px;
  font-size: 11px;
  color: #999a9a;
}

.main-sec .mobile-wind_body_menu_point .icon-dd-ar {
  font-size: 6px;
}

.main-sec .mobile-wind_body_menu_point .icon-dd-ar:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-sec .mobile-wind_body_menu_end {
  background-color: #fff;
  padding: 20px 16px 30px;
  margin-top: auto;
  border-top: 1px solid #e0e5ef;
  -webkit-box-shadow: -4px 2px 15px rgba(128,142,184,0.12);
  box-shadow: -4px 2px 15px rgba(128,142,184,0.12);
}

.main-sec .mobile-wind_body_menu_end_button {
  display: inline-block;
  background-color: #0957c3;
  border-radius: 8px;
  width: 47%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.main-sec .mobile-wind_body_menu_end_button.white {
  background-color: #eef3fb;
  margin-right: 5%;
  color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .nav-pills {
  background-color: #fff;
}

.main-sec .mobile-wind_body_menu_metro .nav-pills li {
  width: 47%;
}

.main-sec .mobile-wind_body_menu_metro .nav-pills li.first-child {
  margin-right: 5%;
}

.main-sec .mobile-wind_body_menu_metro .nav-pills li.active a {
  background-color: #f3f7fc;
  color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .nav-pills a {
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #333536;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}

.main-sec .mobile-wind_body_menu_metro .nav-pills a span {
  border: none;
}

.main-sec .mobile-wind_body_menu_metro .districts-check-list {
  padding: 0 !important;
}

.main-sec .mobile-wind_body_menu_metro .mobile-metro-select {
  display: none;
}

.main-sec .mobile-wind_body_menu_metro .metro-map #red,
.main-sec .mobile-wind_body_menu_metro .metro-map #blue,
.main-sec .mobile-wind_body_menu_metro .metro-map #green {
  border: none !important;
}

.main-sec .mobile-wind_body_menu_metro .metro-map #red:after,
.main-sec .mobile-wind_body_menu_metro .metro-map #blue:after,
.main-sec .mobile-wind_body_menu_metro .metro-map #green:after,
.main-sec .mobile-wind_body_menu_metro .metro-map #red:before,
.main-sec .mobile-wind_body_menu_metro .metro-map #blue:before,
.main-sec .mobile-wind_body_menu_metro .metro-map #green:before {
  content: none;
}

.main-sec .mobile-wind_body_menu_metro .metro-map .pill span {
  margin-right: 0;
  width: 100%;
  border-radius: 0;
  padding: 0 5px 0 15px;
  line-height: 40px;
  border: none;
  font-size: 13px;
  color: #333536;
}

.main-sec .mobile-wind_body_menu_metro .metro-map .pill> span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

.main-sec .mobile-wind_body_menu_metro .metro-map .pill.color-red> span:before {
  background-color: #fe5000;
}

.main-sec .mobile-wind_body_menu_metro .metro-map .pill.color-blue> span:before {
  background-color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .metro-map .pill.color-green> span:before {
  background-color: #47d7ac;
}

.main-sec .mobile-wind_body_menu_metro .metro-map.with-icon input:checked + span {
  color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .metro-map>div {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.main-sec .mobile-wind_body_menu_metro .metro-map-min {
  background: none;
  height: auto;
  width: 100%;
}

.main-sec .mobile-wind_body_menu_metro .pill-group {
  width: 100% !important;
  margin-right: 0 !important;
}

.main-sec .mobile-wind_body_menu_metro .pill-group label {
  width: 100%;
  margin-bottom: 0;
}

.main-sec .mobile-wind_body_menu_metro .pill-group span {
  width: 100%;
  border-radius: 0;
  padding: 0 5px 0 15px !important;
  margin: 0 !important;
  line-height: 40px !important;
  border: none !important;
  font-size: 13px;
}

.main-sec .mobile-wind_body_menu_metro .pill-group>.with-icon input:checked + span,
.main-sec .mobile-wind_body_menu_metro .pill-group .pill-group >.with-icon input:checked + span:hover,
.main-sec .mobile-wind_body_menu_metro .pill-group .pill-group >.with-icon input:checked + span:focus {
  color: #333536 !important;
  background-color: #f4f7fa !important;
}

.main-sec .mobile-wind_body_menu_metro .pill-group>.with-icon input:checked + span:after,
.main-sec .mobile-wind_body_menu_metro .pill-group .pill-group >.with-icon input:checked + span:hover:after,
.main-sec .mobile-wind_body_menu_metro .pill-group .pill-group >.with-icon input:checked + span:focus:after {
  background: url("../img/checked.svg") center #0957c3;
  border-color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .pill-group>.with-icon input + span {
  background-color: #f4f7fa;
}

.main-sec .mobile-wind_body_menu_metro .pill-group li:before {
  content: none !important;
}

.main-sec .mobile-wind_body_menu_metro .pill.with-icon input + span:after {
  display: block;
  background-image: none;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.main-sec .mobile-wind_body_menu_metro .pill.with-icon input:checked + span {
  background-color: #fff;
  color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .pill.with-icon input:checked + span:after {
  background: url("../img/checked.svg") center #0957c3;
  border-color: #0957c3;
}

.main-sec .mobile-wind_body_menu_metro .pill.with-icon input:checked + span:hover,
.main-sec .mobile-wind_body_menu_metro .pill.with-icon input:checked + span:focus {
  background-color: #fff;
  color: #0957c3;
}

.main-sec .mobile-wind_body .catalog-checkboxes {
  margin-right: 0;
  padding: 0;
  width: 100%;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  float: none;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  margin-bottom: 5px;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span {
  color: #333536 !important;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
  border-color: #47d7ac !important;
  background-color: #47d7ac;
  -webkit-transform: translateX(23px);
  -moz-transform: translateX(23px);
  -o-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

.main-sec .mobile-wind_body .catalog-checkboxes__label span {
  color: #333536 !important;
  padding-left: 0;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label span.hidden-640 {
  display: inline-block;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label span.hidden-640:after {
  content: none;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label span.visible-640 {
  display: inline-block;
  font-size: 0;
  width: 49px;
  height: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(219,223,234,0.7);
  -webkit-box-shadow: 1px 0 8px rgba(147,159,197,0.1);
  box-shadow: 1px 0 8px rgba(147,159,197,0.1);
  border-radius: 30px;
  position: relative;
  margin-left: auto;
}

.main-sec .mobile-wind_body .catalog-checkboxes__label span.visible-640:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background: none;
  background-color: #eff1f5;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.main-sec .mobile-wind_body .catalog-checkboxes__link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 13px 18px;
  background-color: #fff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.main-sec .mobile-wind_body .catalog-checkboxes .catalog-checkboxes:last-child {
  padding: 0;
}

.main-sec .mobile-wind_body .day-dropdown-text {
  background: #eef3fb;
  color: #0a58c3;
}

.main-sec .mobile-wind_body .day-dropdown-text button {
  background: #eef3fb;
  border: none;
  padding: 0;
}

.main-sec .mobile-wind_body .day-dropdown-text button:hover,
.main-sec .mobile-wind_body .day-dropdown-text button:focus,
.main-sec .mobile-wind_body .day-dropdown-text button:active {
  outline: none;
}

.main-sec .mobile-wind_body .day-dropdown-text_prev {
  margin-left: -17px;
  padding-left: 15px;
  padding-right: 23px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.main-sec .mobile-wind_body .day-dropdown-text_prev:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 6px;
}

.main-sec .mobile-wind_body .day-dropdown-text_next {
  padding-right: 15px;
  margin-right: -17px;
  padding-left: 23px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.main-sec .mobile-wind_body .day-dropdown-text_next:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 6px;
}

.main-sec .mobile-wind_body .day-dropdown__list {
  padding: 0;
}

.main-sec .mobile-wind_body .day-dropdown__list.active {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51,53,54,0.5);
  z-index: 10;
}

.main-sec .mobile-wind_body .day-dropdown__list_cnt {
  width: 100%;
  margin-top: auto;
  background-color: #fff;
  border: 1px solid rgba(33,58,133,0.07);
  -webkit-box-shadow: -4px 2px 15px rgba(128,142,184,0.12);
  box-shadow: -4px 2px 15px rgba(128,142,184,0.12);
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}

.main-sec .mobile-wind_body .day-dropdown__list_head {
  font-weight: bold;
  font-size: 20px;
  padding: 20px 16px 15px;
  line-height: 20px;
  white-space: nowrap;
  background-color: #fff;
}

.main-sec .mobile-wind_body .day-dropdown__list_head div {
  display: inline-block;
  width: 50%;
}

.main-sec .mobile-wind_body .day-dropdown__list_head .icon-close {
  font-size: 12px;
  text-align: right;
}

.main-sec .mobile-wind_body .day-dropdown_item {
  padding-left: 0;
  padding-right: 0;
}

.main-sec .mobile-wind_body .day-dropdown_item.active {
  background: #f9fafb;
}

.main-sec .mobile-wind_body .day-dropdown_item.active:before {
  content: none;
}

.main-sec .mobile-wind_body .day-dropdown_item.active button {
  font-weight: 500;
  color: #0957c3;
}

.main-sec .mobile-wind_body .day-dropdown_item button {
  font-family: 'SuisseIntl', sans-serif;
  width: 100%;
  font-weight: 500;
  line-height: 48px;
  padding: 0 16px;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.main-sec .mobile-wind_body .day-dropdown_item button span {
  margin-left: auto;
  color: #6b9adb;
  font-size: 11px;
}

.main-sec .mobile-wind .sort__list {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  top: 100%;
  left: auto;
  right: 0;
  background: #fff;
}

.main-sec .mobile-wind .sort__list.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51,53,54,0.5);
  z-index: 10;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__item {
  padding-left: 0;
  padding-right: 0;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__item.active {
  background: #f9fafb;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__item.active .search-clinic__list__link {
  font-weight: 500;
  color: #0957c3;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__item.active .green-to-down {
  fill: #0957c3;
  color: #0957c3;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__item.active .dd-header-title-range {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__link {
  width: 100%;
  line-height: 48px;
  padding: 0 16px;
  border: none;
  color: #020b17;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__link .dd-header-title-range {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__link .dd-header-title-range_text {
  color: #0957c3;
  font-size: 11px;
  margin-right: 15px;
  line-height: 14px;
  vertical-align: top;
}

.main-sec .mobile-wind .sort__list .search-clinic__list__link .dd-header-title-range .green-to-down {
  font-size: 14px;
  position: relative;
  top: 0;
  left: 0;
}

.main-sec .mobile-wind .in-map {
  color: #0957c3;
  margin-top: 0;
}

.main-sec .mobile-wind .in-map svg {
  fill: #0957c3;
}

.main-sec .mobile-wind .back_link {
  color: #777;
  font-size: 10px;
  text-decoration: none;
}

.main-sec .mobile-wind .back_link .icon-arrovv {
  font-size: 7px;
  margin-right: 7px;
}

.main-sec .mobile-wind .back_link .icon-arrovv:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-sec .location-lists__item {
  line-height: 48px;
}

.main-sec .location-lists__item:hover a {
  color: #0957c3;
}

.main-sec .location-lists__item.is-red:before {
  width: 4px;
  height: 4px;
  background-image: none;
  background: #fe5000;
  border-radius: 2px;
  margin-right: 29px;
  margin-left: 7px;
  margin-bottom: 1px;
}

.main-sec .location-lists__item.is-green:before {
  width: 4px;
  height: 4px;
  background-image: none;
  background: #47d7ac;
  border-radius: 2px;
  margin-right: 29px;
  margin-left: 7px;
  margin-bottom: 1px;
}

.main-sec .location-lists__item.is-blue:before {
  width: 4px;
  height: 4px;
  background-image: none;
  background: #0957c3;
  border-radius: 2px;
  margin-right: 29px;
  margin-left: 7px;
  margin-bottom: 1px;
}

.main-sec .breadcrumbs a,
.main-sec .breadcrumbs span {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .main-sec_search {
    padding: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .main-sec.catalog-sec {
    background: #fff;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: fixed;
    z-index: 11110;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .main-sec.catalog-sec.show {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .main-sec_text {
    line-height: 1.2;
    padding-top: 40px;
  }

  .main-sec_search {
    margin-top: 30px;
  }

  .main-sec_search.catalog-sec {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }

  .main-sec_search.catalog-sec button {
    display: none;
  }

  .main-sec_search.catalog-sec .icon-loop {
    display: inline-block;
  }

  .main-sec_search_line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .main-sec_search_line .search-result {
    width: 100%;
    position: unset;
  }

  .main-sec_search_line .icon-loop {
    height: 40px;
    vertical-align: top;
    margin-top: 0;
    display: block;
    width: auto;
    padding-left: 10px;
    padding-right: 15px;
  }

  .main-sec_search_line input {
    width: calc(100% - 56px);
    margin-right: 0;
    height: 40px;
    vertical-align: top;
  }

  .main-sec_search_line button {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-sec_text {
    text-align: left;
    margin-left: 0;
    padding-top: 70px;
    max-width: 250px;
  }

  .main-sec_text h1 {
    font-size: 20px;
  }
}

.main-catalog-doc.md-banner__wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-catalog-doc.md-banner__wrapper .promo-banner__link {
  border: 0;
  border-radius: 8px;
}

.main-catalog-doc.md-banner__wrapper .promo-banner__link img {
  border-radius: 8px;
}

.main-catalog-doc_name-head {
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-catalog-doc_name-head .main-more-link {
  font-size: 13px;
  font-weight: 500;
  padding-right: 22px;
  margin-top: 8px;
  display: inline-block;
}

.main-catalog-doc_name-head .main-more-link i {
  font-size: 8px;
}

.main-catalog-doc_name-head .search-clinic__title {
  padding-left: 0;
  max-width: 100%;
}

.smile-sun-glass {
  font-size: 24px;
}

.warranty_consultation {
  min-height: 90px;
  background-color: #0957c3;
  position: relative;
  padding-bottom: 0;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: 90px;
  padding-right: 90px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.warranty_consultation:before {
  content: '';
  display: inline-block;
  height: 280px;
  width: 280px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 0;
  right: 15px;
  top: -270px;
  -webkit-transform: rotate(137deg);
  -moz-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  background-color: #fe5000;
}

.warranty_consultation:after {
  content: '';
  display: inline-block;
  height: 840px;
  width: 520px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 0;
  top: -240px;
  right: -558px;
  -webkit-transform: rotate(137deg);
  -moz-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  background-color: #47d7ac;
}

@media only screen and (max-width: 991px) {
  .warranty_consultation {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .warranty_consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .warranty_consultation:before {
    top: -270px;
    right: -68px;
  }

  .warranty_consultation:after {
    top: -230px;
    right: -650px;
  }
}

.warranty_consultation_text {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .warranty_consultation_text {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}

.warranty_consultation_main {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .warranty_consultation_main {
    line-height: 1.2;
  }
}

.warranty_consultation_link {
  background: #fff;
  border-radius: 8px;
  color: #0957c3;
  text-align: center;
  width: 175px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.card_inner .widget-map {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .widget-map {
    display: none;
  }
}

.widget-map #map-canvas-right .gm-style {
  border-radius: 3px;
}

.big-map .gm-style .gm-style-iw-c {
  max-width: 230px !important;
  width: 100% !important;
  padding: 10px !important;
}

.big-map .gm-style .gm-style-iw-d {
  max-width: initial !important;
}

.big-map .map-marker-content {
  width: auto;
}

/*.marker-window*/

/*display none*/

.map-marker-content {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 11px #dddada;
  box-shadow: 0 5px 11px #dddada;
  font-size: 11px;
  width: 220px;
  padding-bottom: 8px;
}

.map-marker-content .image {
  text-align: center;
}

.map-marker-content .marker-logo {
  width: 115px;
  margin-bottom: 10px;
}

.map-marker-content .title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #4b89d3;
}

.map-marker-content .card__address {
  width: 100%;
  margin: 9px 0 9px;
}

.map-marker-content .card__address:before {
  top: 0;
}

.map-marker-content .marker-review {
  float: right;
  color: #4b89d3;
}

.map-marker-content .rating__value {
  display: inline-block;
  vertical-align: top;
  top: 0;
  font-size: 20px;
}

.map-marker-content .rating__stars {
  margin: 4px 0 0 5px;
}

.map-marker-content .btn {
  line-height: 1;
  padding: 14px 15px 13px;
}

.map-marker-content .card__address {
  color: #333536 !important;
}

.map-marker-content footer,
.map-marker-content .btn {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .map-marker-content {
    width: 100%;
    padding: 0;
    padding-right: 10px;
  }

  .map-marker-content .marker-logo {
    width: 50px;
    margin-bottom: 5px;
  }

  .map-marker-content .title {
    font-size: 12px;
  }

  .map-marker-content .card__address {
    margin: 5px 0;
  }

  .map-marker-content .btn {
    font-size: 13px;
    padding: 10px;
  }

  .map-marker-content .btn {
    margin-top: 5px;
  }
}

.modal-body-map {
  height: 500px;
}

.modal-body-map #modal-map {
  width: 100% !important;
  height: 500px !important;
}

.marker-window {
  overflow: visible !important;
}

.gm-style-iw > div {
  overflow: visible !important;
}

.gm-style-iw > div > div {
  overflow: visible !important;
}

.gm-style-iw .map-marker-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.big-map__container {
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  .big-map__container {
    width: 75%;
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  .big-map__container {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .big-map__container {
    width: 100%;
  }
}

.big-map__widget {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 1400px) {
  .big-map__widget {
    width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .big-map__widget {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .big-map__widget {
    position: relative;
    width: 100%;
  }
}

.big-map__widget .short-list {
  border-radius: 0;
  border: 0px;
}

.big-map__widget .short-list__header {
  padding: 0 10%;
  height: 84px;
  color: #fff;
  text-align: left;
  background: #47d7ac;
}

@media only screen and (max-width: 767px) {
  .big-map__widget .short-list__header {
    height: 45px;
    padding: 0 10px;
    text-align: center;
  }
}

.big-map__widget .short-list__header .count {
  float: left;
  font-weight: 700;
  font-size: 43px;
  line-height: 60px;
  padding: 12px 0;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .big-map__widget .short-list__header .count {
    font-size: 24px;
    line-height: 45px;
    padding: 0;
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

.big-map__widget .short-list__header .title {
  font-size: 16px;
  line-height: 20px;
  height: 100%;
  display: table;
}

@media only screen and (max-width: 767px) {
  .big-map__widget .short-list__header .title {
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }
}

.big-map__widget .short-list__header .title >span {
  vertical-align: middle;
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .big-map__widget .short-list__header .title >span {
    display: inline-block;
    vertical-align: middle;
  }
}

.big-map__widget .short-list__items {
  padding-top: 0;
}

.big-map__widget .short-list__item {
  padding: 20px;
  margin-bottom: 0;
}

.big-map__widget .short-list__item:first-child {
  border-top: transparent;
}

.big-map__widget .jspVerticalBar {
  display: inline-block;
  width: 1px;
  background-color: #c0d2d6;
  left: auto;
  right: 10px;
}

.big-map__widget .jspDrag {
  display: inline-block;
  background-color: #c0d2d6;
  width: 3px;
  left: -1px;
  border-radius: 3px;
}

.big-map__widget .short-list__item {
  padding: 16px 19px 16px;
}

@media only screen and (max-width: 767px) {
  .big-map__widget .short-list__item {
    padding: 11px 16px;
  }
}

.big-map__widget .short-list__item.last-child {
  border-bottom: 1px dashed #96b8bf;
}

.big-map__widget .short-list__image {
  margin-bottom: 5px;
  height: auto;
}

.big-map__widget .short-list__items-wrapper {
  height: 200px;
  overflow: hidden;
}

.pin0 {
  fill: #5e6e71;
}

.pin1 {
  fill: #fff;
}

.big-map-doctor .big-map__container {
  position: relative;
  margin-left: auto;
  width: calc(100% - 320px);
}

@media only screen and (max-width: 768px) {
  .big-map-doctor .big-map__container {
    width: 100%;
    margin-left: unset;
  }
}

.big-map-doctor .big-map__widget {
  width: 320px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f4f7fa;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .big-map-doctor .big-map__widget {
    background: none;
    width: 100%;
    height: 180px;
    top: unset;
    bottom: 90px;
  }
}

.big-map-doctor .big-map__widget .short-list {
  border-radius: 0;
  border: none;
}

.big-map-doctor .newInfo .map-marker-content {
  width: 350px;
  padding: 0;
  margin: 0;
}

.big-map-doctor .marker-card-info {
  max-width: 350px;
  padding: 16px;
}

.big-map-doctor .marker-card-info__main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 16px;
}

.big-map-doctor .marker-card-info__main-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.big-map-doctor .marker-card-info__main-image {
  height: 84px;
  width: 62px;
  margin-right: 15px;
}

.big-map-doctor .marker-card-info__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-map-doctor .marker-card-info__main-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.big-map-doctor .marker-card-info__main-info p {
  font-weight: bold;
  font-size: 14px;
  width: 80%;
}

.big-map-doctor .marker-card-info__main-info span {
  font-size: 11px;
}

.big-map-doctor .marker-card-info__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-map-doctor .marker-card-info__rating span {
  font-weight: bold;
  font-size: 11px;
}

.big-map-doctor .marker-card-info__review {
  font-size: 11px;
  color: #0957c3;
}

.big-map-doctor .marker-card-info__exp {
  font-size: 11px;
  color: #747578;
}

.big-map-doctor .marker-card-info__action {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebeff6;
}

.big-map-doctor .marker-card-info__action span {
  font-weight: bold;
  font-size: 13px;
  color: #333536;
}

.big-map-doctor .marker-card-info__action a,
.big-map-doctor .marker-card-info__action button {
  margin-top: 16 !important;
  padding: 10px 15px;
  line-height: 18px;
  max-width: 162px;
  text-align: center;
}

.med-library {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 38px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  border-radius: 3px;
  zoom: 1;
}

.med-library:before,
.med-library:after {
  content: "";
  display: table;
}

.med-library:after {
  clear: both;
}

.med-library__list-wrap {
  margin: 0 -15px;
}

.med-library__list {
  position: relative;
}

.med-library__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.med-library__item {
  position: relative;
  margin: 0 15px;
  padding: 15px 0;
  border-top: 1px solid #d9ecf0;
}

.med-library__item:after {
  content: "";
  display: table;
  clear: both;
}

.med-library__link {
  float: left;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 20px;
  color: #0957c3;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .med-library__link {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
}

.med-library__number-of-articles {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 15px;
  font-weight: bold;
  color: #47d7ac;
}

.med-library__number-of-articles.disabled {
  display: none;
}

.header-styled.header-styled_notopmargin {
  margin-top: 0;
  margin-bottom: 10px;
}

.med-articles-list {
  margin-bottom: 45px;
  padding: 0 40px;
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  .med-articles-list {
    padding: 0 30px;
    margin-bottom: 25px;
  }
}

.med-articles-list.med-library-page .article-list-item {
  padding: 30px 0px;
  border-bottom: 1px solid #c0d2d6;
}

.med-articles-list.med-library-page .article-list-item:last-child {
  border: none;
}

.med-articles-list.med-library-page .article-list-item:first-child {
  display: block;
}

.med-articles-list.med-library-page .article-list-item__image {
  width: 206px;
  height: 133px;
  overflow: hidden;
  border-radius: 3px;
}

@media only screen and (max-width: 560px) {
  .med-articles-list.med-library-page .article-list-item__image {
    margin: 0;
    margin-bottom: 10px;
  }
}

.med-articles-list.med-library-page .article-list-item__right-column {
  padding-left: 226px;
}

@media only screen and (max-width: 560px) {
  .med-articles-list.med-library-page .article-list-item__right-column {
    padding-left: 0;
  }
}

.med-articles-list.med-library-page .article-list-item__title {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .med-articles-list.med-library-page .article-list-item__inner {
    position: relative;
  }
}

.widget-diseases .diseases-body {
  padding: 12px 21px;
  border-top: 1px dashed #96b8bf;
  border-bottom: 1px dashed #96b8bf;
}

.widget-online-diagnostic {
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.widget-online-diagnostic:hover {
  -webkit-box-shadow: 0 10px 15px #e3e4ed;
  box-shadow: 0 10px 15px #e3e4ed;
  border-color: #47d7ac;
}

.widget-online-diagnostic .online-diagnostic {
  border-top: 1px dashed #96b8bf;
}

.widget-online-diagnostic .online-diagnostic__link {
  display: block;
  width: 100%;
  height: 100%;
}

.widget-online-diagnostic .online-diagnostic__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.med-lib-article {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 38px 5px 38px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  border-radius: 3px;
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  .med-lib-article {
    padding: 15px 15px 5px 15px;
  }
}

.med-lib-article__content {
  margin-bottom: 30px;
}

.med-lib-article__para {
  margin-bottom: 20px;
  font-size: 15px;
}

.med-lib-article .header-styled_notopmargin {
  margin-bottom: 20px;
}

.load-med-articles {
  display: block;
  padding: 25px 110px 30px 60px;
  border: 1px dashed #c0d2d6;
  font-size: 24px;
  color: #86a8af;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -ms-word-break: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .load-med-articles {
    padding: 10px 5px;
    font-size: 20px;
  }
}

.load-med-articles:active,
.load-med-articles:focus,
.load-med-articles:hover {
  color: #86a8af;
  text-decoration: none;
}

.load-med-articles:hover {
  color: #86a8af;
  -webkit-box-shadow: 0 10px 15px #e3e4ed;
  box-shadow: 0 10px 15px #e3e4ed;
  border-color: #47d7ac;
}

.load-med-articles span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}

.load-med-articles span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -11px;
  background-image: url("/i/icons.png");
  background-position: 0px -737px;
  width: 23px;
  height: 27px;
}

@media only screen and (max-width: 767px) {
  .load-med-articles span:after {
    display: none;
  }
}

.med-lib-description {
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .med-lib-description {
    padding-right: 0;
  }
}

.med-short-description {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .med-short-description {
    padding: 20px;
  }
}

.med-short-description:after {
  content: "";
  position: absolute;
  top: 0;
  right: -77px;
  width: 97px;
  height: 100%;
  background-image: url("i/bb-doc.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .med-short-description:after {
    display: none;
  }
}

.short-description__list {
  margin-bottom: 0;
}

.short-description__item {
  margin-bottom: 20px;
}

.short-description__item:last-child {
  margin-bottom: 0;
}

.short-description__title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0957c3;
}

@media only screen and (max-width: 767px) {
  .short-description__title {
    font-size: 16px;
  }
}

.short-description p {
  font-size: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .short-description p {
    font-size: 14px;
  }
}

.med-lib-disease {
  overflow: hidden;
}

.med-lib-disease__list-wrap {
  margin: 0 -15px;
}

.med-lib-disease__list {
  position: relative;
  margin-right: -10px;
  border-top: 1px solid #c0d2d6;
}

.med-lib-disease__list:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  border-bottom: 1px solid #fff;
}

.med-lib-disease__list:after {
  content: "";
  display: block;
  clear: both;
}

.med-lib-disease__item {
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #c0d2d6;
}

.med-lib-disease__link {
  color: #0957c3;
  font-size: 15px;
}

.mobmenu {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}

.mobmenu #change-language-block {
  display: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-right: 0;
}

.mobmenu #change-language-block a {
  margin: 0 20px;
}

.mobmenu #change-language-block a:first-child {
  margin-left: 0;
}

.mobmenu #change-language-block a:last-child {
  margin-right: 0;
}

.mobmenu .mobmenu__item--usl {
  display: none;
}

@media (max-width: 991px) {
  .mobmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .mobmenu #change-language-block {
    display: block;
  }

  .mobmenu .mobmenu__item--usl {
    display: block;
  }

  .mobmenu .mobmenu__list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobmenu .mobmenu__list_visible {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }

  .mobmenu .mobmenu__item {
    width: 100%;
    max-width: 100%;
  }

  .mobmenu .mobmenu__item + .mobmenu__item {
    margin-left: 0;
  }

  .mobmenu .mobmenu__link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 15px 10px;
    border-radius: 8px;
    font-size: 14px;
  }

  .mobmenu .mobmenu__link_orange {
    background: rgba(254,181,69,0.15);
  }

  .mobmenu .i {
    margin: 0;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .mobmenu {
    position: relative;
    z-index: 5;
  }
}

.mobmenu__divider {
  margin: 15px 0;
  border-bottom: 1px solid rgba(9,87,195,0.1);
}

@media (min-width: 992px) {
  .mobmenu__divider {
    display: none;
  }
}

.mobmenu__list {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100%;
  width: auto;
  margin-left: -30px;
  margin-right: -20px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobmenu__list_visible {
  display: none;
}

@media only screen and (min-width: 992px) {
  .mobmenu__list {
    margin-left: 0;
    margin-right: 0;
  }

  .mobmenu__list.mobmenu__list_user {
    display: none;
  }
}

.mobmenu__item {
  display: block;
  max-width: 100px;
}

@media (max-width: 991px) {
  .mobmenu__item_logged {
    display: none;
  }

  .is--logged .mobmenu__item_logged {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }

  .is--logged .mobmenu__item_unlogged {
    display: none;
  }
}

.mobmenu__item.mobmenu__link--active .mobmenu__link {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .mobmenu__item {
    width: auto;
    max-width: none;
  }
}

.mobmenu__item--usl {
  display: none;
}

@media only screen and (min-width: 992px) {
  .mobmenu__item--usl {
    display: block;
  }
}

@media only screen and (min-width: 991px) {
  .mobmenu__item + .mobmenu__item {
    margin-left: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .mobmenu__item + .mobmenu__item {
    margin-left: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .mobmenu__item + .mobmenu__item {
    margin-left: 30px;
  }
}

.mobmenu__link {
  width: 100%;
  color: #333536;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 60px;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  line-height: 16px;
}

.mobmenu__link:before {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #0957c3;
  border-radius: 3px 3px 0 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 991px) {
  .mobmenu__link_new {
    margin-left: 8px;
    line-height: 0.5;
  }
}

@media (min-width: 992px) {
  .mobmenu__link_new {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.mobmenu__link:hover,
.mobmenu__link:focus {
  color: #0957c3;
  text-decoration: none;
}

.mobmenu__link:hover svg,
.mobmenu__link:focus svg {
  color: #0957c3;
}

.mobmenu__link--active .mobmenu__link {
  color: #0957c3;
  text-decoration: none;
}

.mobmenu__link--active .mobmenu__link svg {
  color: #0957c3;
}

@media only screen and (min-width: 992px) {
  .mobmenu__link {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
  }

  .mobmenu__link:hover:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .mobmenu__link_new {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mobmenu__link--active .mobmenu__link:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (max-width: 991px) {
  .mobmenu__link {
    overflow: visible;
  }
}

.mobmenu__link svg {
  color: #333536;
  display: inline-block;
  height: 20px;
}

.mobmenu .i {
  display: block;
  line-height: 0;
}

@media only screen and (min-width: 992px) {
  .mobmenu .i {
    display: none;
  }
}

.modal-title {
  font-size: 20px;
}

.modal-title__mod {
  font-weight: 400;
}

.modals-a-color {
  color: #2b97ad;
}

.modals-offset-10 {
  margin: 13px 0 0 -8px;
}

.modal-btn-190 {
  width: 190px;
}

.modals-btn-220 {
  width: 220px;
  font-weight: 800;
}

.popup-content .icon-plus {
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
}

.modal {
  min-width: 320px;
  background-color: transparent;
}

.modal-content {
  -webkit-box-shadow: 0px 35px 25px rgba(0,0,0,0.25);
  box-shadow: 0px 35px 25px rgba(0,0,0,0.25);
}

.modal form .control-label,
.modal .form-horizontal .control-label {
  font-size: 15px;
  line-height: 20px;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  .modal .select2-container .select2-choice > .select2-chosen {
    max-width: none;
  }
}

.modal a:focus,
.modal a:hover {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .modal .form-group div[class^="col-sm-"] + div[class^="col-sm-"] {
    margin-top: 15px;
  }
}

.modal .form-group__last-child {
  margin-bottom: 0;
}

.modal .form-group__modals {
  margin-bottom: 23px;
}

.modal .form-group__modals-login {
  margin-bottom: 20px;
}

.modal .form-group__modals-login .form-control {
  height: 40px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-dialog {
  width: 96%;
  max-width: 600px;
}

.modal-dialog.wide .modal-body.statistics-item__mod {
  padding-left: 30px;
  padding-right: 20px;
}

.modal.bs-modal-md .modal-dialog {
  max-width: 965px;
}

.modal#select-area-diagnostics .modal-dialog {
  max-height: 660px;
}

.modal#select-area-diagnostics .modal-dialog .modal-content {
  max-height: 645px;
}

.modal#select-area-diagnostics .modal-dialog .modal-content .modal-body {
  height: 510px;
}

.modal.bs-modal-sm .modal-dialog {
  max-width: 372px;
}

.modal.bs-modal-cla .modal-dialog {
  max-width: 494px;
}

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

.modal-header {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 20px 11px;
  min-height: 31.43px;
  color: #fff;
  background: #dfe7e9;
  background: url("i/modals-header-bg.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 3px 3px 0 0;
}

.modal-header p {
  margin-bottom: 0;
}

.modal .close {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 15px;
  height: 15px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-image: url("/i/icons.png");
  background-position: -588px -768px;
  width: 15px;
  height: 15px;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .modal .close {
    bottom: 14px;
  }
}

.modal .close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.modal .close.close__mod {
  background-image: url("/i/icons.png");
  background-position: -607px -768px;
  width: 15px;
  height: 15px;
  bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .modal .close.close__mod {
    bottom: 42px;
  }
}

.modal-header__mod {
  background: none;
}

.modal-header__btm {
  margin-bottom: 20px;
}

.modal .modal-title__mod {
  text-align: center;
  color: #5e6e71;
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-title__mod {
    font-size: 24px;
  }
}

.modal-body {
  padding: 0 20px 20px 20px;
}

.modal-body .modals-text {
  font-size: 16px;
  margin-bottom: 17px;
}

.modal-body .form-control__modals {
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 3px;
  -webkit-box-shadow: inset 1.9px 2.3px 1px rgba(43,151,173,0.15);
  box-shadow: inset 1.9px 2.3px 1px rgba(43,151,173,0.15);
  resize: none;
  padding: 6px 14px;
  color: #86989b;
}

.modal-body .form-control__modals::-webkit-input-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-body .form-control__modals:-moz-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-body .form-control__modals::-moz-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-body .form-control__modals:-ms-input-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-body .modals-btn {
  width: 251px;
}

.modal-title {
  margin: 0;
  padding-right: 25px;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 400;
}

.modal-footer.footer-default {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 0 0 6px 6px;
}

.modal-footer .abs a {
  cursor: pointer;
}

.modal-footer .btn {
  min-width: 190px;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
}

.modal .footer-def__mod {
  width: 89%;
}

@media only screen and (max-width: 991px) {
  .modal .footer-def__mod {
    width: 100%;
  }
}

.modal .btn-xs-block {
  min-width: 158px;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 560px) {
  .modal .btn-xs-block {
    margin-right: 20px;
  }
}

.modal-span__mod {
  padding: 0 10px;
}

@media only screen and (max-width: 560px) {
  .modal-span__mod {
    display: none;
  }
}

.modal .modal-footer .btn + .btn {
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-footer .abs-helper {
    text-align: center;
    display: block;
    margin: 10px 0 0 0 !important;
  }

  .modal .modal-footer .abs-helper .abs {
    position: static;
  }
}

.modal-bottom-icons {
  zoom: 1;
  padding: 20px;
  background-color: #fafafa;
}

.modal-bottom-icons:before,
.modal-bottom-icons:after {
  content: "";
  display: table;
}

.modal-bottom-icons:after {
  clear: both;
}

.modal-bottom-icons .login-text {
  display: block;
  padding-bottom: 9px;
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.modal-bottom-icons .login-icons {
  font-size: 0;
  margin: 0 -2px;
}

.modal-bottom-icons .login-icons__item {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  padding: 0 2px;
}

.modal-bottom-icons .login-icons__wrap {
  display: block;
  height: 35px;
  border-radius: 1px;
  text-align: center;
  font-size: 0;
  padding-left: 10px;
  text-align: left;
}

.modal-bottom-icons .login-icons__wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.modal-bottom-icons .login-icons__wrap.fb {
  background-color: #3b5998;
}

.modal-bottom-icons .login-icons__wrap.fb:hover {
  background-color: #2f477a;
}

.modal-bottom-icons .login-icons__wrap.fb .login-icons__icon-wrap {
  width: 18%;
}

.modal-bottom-icons .login-icons__wrap.gp {
  background-color: #dc4e41;
}

.modal-bottom-icons .login-icons__wrap.gp:hover {
  background-color: #c13123;
}

.modal-bottom-icons .login-icons__wrap.tw {
  background-color: #00b5f6;
}

.modal-bottom-icons .login-icons__wrap.tw:hover {
  background-color: #0091c5;
}

.modal-bottom-icons .login-icons__icon-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 33.02752293577982%;
  height: 16px;
  text-align: center;
  font-size: 0;
  text-align: left;
}

.modal-bottom-icons .login-icons__icon-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.modal-bottom-icons .login-icons__icon {
  display: inline-block;
  vertical-align: middle;
}

.modal-bottom-icons .login-icons__icon svg {
  height: 16px;
}

.modal-bottom-icons .login-icons__title {
  display: inline-block;
  vertical-align: middle;
  width: 66.97247706422019%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  padding-right: 10px;
}

.modal .request__card {
  margin-bottom: 20px;
}

.modal .request__card:after {
  content: " ";
  display: table;
  clear: both;
}

.modal .request__card-image {
  width: 75px;
  height: 100px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  margin: 3px 15px 0 0;
  background-color: #b2d9e1;
  background-image: url("i/no-photo-male-small.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.modal .request__card-image img {
  height: 100%;
}

.modal .request__card-image.female {
  background-image: url("i/no-photo-female-small.jpg");
}

.modal .request__card-content {
  overflow: hidden;
}

.modal .request__card-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal .request__card-location {
  padding-left: 21px;
  position: relative;
}

.modal .request__card-location:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url("/i/icons.png");
  background-position: 0px -831px;
  width: 13px;
  height: 17px;
}

@media only screen and (max-width: 767px) {
  .modal .request__card-location {
    overflow: hidden;
  }
}

.modal form .row {
  margin-bottom: 10px;
}

.modal form .row .control-label {
  margin-bottom: 0;
}

.modal-open {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .modal-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-title {
    font-size: 18px;
  }
}

.modal .input-group {
  width: 100%;
}

.modal .form-control {
  height: 36px;
}

.modal .form-control:focus {
  border-color: #47d7ac;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal textarea.form-control {
  min-height: 83px;
}

.modal .services-list {
  padding: 10px;
  list-style-type: disc;
  background-color: #d7f2ef;
}

.modal .services-list li {
  margin-bottom: 5px;
  margin-left: 20px;
}

.modal .rating-steps {
  margin: 16px 0 0 0;
}

.modal .rating-steps__item {
  width: 23%;
  text-align: left;
  margin-right: 40px;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  .modal .rating-steps__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .modal .rating-steps__item:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .modal .rating-steps__item {
    float: left;
  }
}

@media only screen and (max-width: 560px) {
  .modal .rating-steps__item {
    width: 100%;
  }
}

.modal .rating-steps__item:last-child {
  width: 13%;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .modal .rating-steps__item:last-child {
    width: 50%;
  }
}

@media only screen and (max-width: 560px) {
  .modal .rating-steps__item:last-child {
    width: 100%;
  }
}

.modal .rating-steps__item:before {
  width: 162px;
  top: 18px;
}

.modal .rating-steps__icon {
  width: 60px;
}

@media only screen and (max-width: 991px) {
  .modal .rating-steps__icon {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .modal .rating-steps .rating-steps__title-mod {
    padding-left: 20px;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .modal .rating-steps .rating-steps__title-mod {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modals-offset__mod {
    margin: 13px 0 0 0;
  }
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

#rating .modal-dialog,
#rating-clinic .modal-dialog {
  max-width: 811px;
}

#select-area-analysis .popup_large {
  height: auto;
}

#select-area-analysis .popup-content,
#select-area-diagnostics .popup-content {
  margin-top: 35px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #select-area-analysis .popup-content,
  #select-area-diagnostics .popup-content {
    padding: 0 15px;
    margin-top: 20px;
  }
}

#select-area-diagnostics .modal-dialog,
#select-area-analysis .modal-dialog {
  max-width: 740px;
}

@media only screen and (min-width: 992px) {
  #select-area-diagnostics .modal-dialog,
  #select-area-analysis .modal-dialog {
    max-width: 940px;
  }
}

#select-area-diagnostics .popup_large,
#select-area-analysis .popup_large {
  height: auto;
}

@media only screen and (max-width: 767px) {
  #select-area-diagnostics .popup_large,
  #select-area-analysis .popup_large {
    width: auto;
  }
}

#select-area-diagnostics .modal-body,
#select-area-analysis .modal-body {
  height: 585px;
}

#select-area-diagnostics .modal-body .jspContainer,
#select-area-analysis .modal-body .jspContainer {
  padding: 0 16px 40px 26px;
}

#select-area-diagnostics .modal-body .jspContainer .jspPane,
#select-area-analysis .modal-body .jspContainer .jspPane {
  padding-bottom: 30px;
}

#select-area-diagnostics .modal-body .districts-check-list div,
#select-area-analysis .modal-body .districts-check-list div {
  margin-bottom: 75px;
  padding-right: 15px;
}

#select-area-diagnostics .modal-body .districts-check-list div li,
#select-area-analysis .modal-body .districts-check-list div li {
  margin: 0;
}

#select-area-diagnostics .modal-body .districts-check-list div ul,
#select-area-analysis .modal-body .districts-check-list div ul {
  padding-top: 5px;
}

#select-area-diagnostics .modal-body .districts-check-list div ul li,
#select-area-analysis .modal-body .districts-check-list div ul li {
  padding-left: 10px;
  position: relative;
}

#select-area-diagnostics .modal-body .districts-check-list div ul li:before,
#select-area-analysis .modal-body .districts-check-list div ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-image: url("/i/icons.png");
  background-position: -1119px -283px;
  width: 5px;
  height: 5px;
}

.mobile-metro-select {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-metro-select {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: 1px solid #f2f2f2;
    margin-left: 10px;
  }
}

.mobile-metro-select .active {
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .mobile-metro_item {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #f2f2f2;
  }

  .mobile-metro_item:first-of-type {
    border-left: none;
  }

  .mobile-metro_item:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 15px;
    margin-left: -10px;
  }

  .mobile-metro_red:before {
    background: #e74a37;
  }

  .mobile-metro_blue:before {
    background: #2484c6;
  }

  .mobile-metro_green:before {
    background: #32b561;
  }

  .metro-map>div {
    margin-left: 16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .metro-map>div:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 4px;
    background: #e74a37;
    top: 0;
    left: -8px;
  }

  .metro-map>div:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 4px;
    background: #e74a37;
    bottom: 0;
    left: -8px;
  }

  .metro-map>div .pill:first-of-type {
    margin-top: -10px;
  }

  .metro-map>div .pill:first-of-type:before {
    display: none;
  }

  .metro-map>div .pill:last-of-type {
    margin-bottom: 13px;
  }

  .metro-map .pill {
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .metro-map .pill.icon-left {
    margin-left: 0;
  }

  .metro-map .pill:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: -20px;
    top: 9px;
    display: block;
  }

  #red {
    border-left: 4px solid #e74a37;
  }

  #red:before,
  #red:after {
    background: #e74a37;
  }

  #red .pill:before {
    background: #e74a37;
  }

  #blue {
    border-left: 4px solid #2484c6;
  }

  #blue:before,
  #blue:after {
    background: #2484c6;
  }

  #blue .pill:before {
    background: #2484c6;
  }

  #green {
    border-left: 4px solid #32b561;
  }

  #green:before,
  #green:after {
    background: #32b561;
  }

  #green .pill:before {
    background: #32b561;
  }
}

#select-specialization .simplebar-track.horizontal {
  display: none;
}

#select-specialization iframe,
#select-actions iframe,
#select-branch iframe,
#clinic-location-map iframe {
  border: none;
}

@media only screen and (max-width: 767px) {
  #select-specialization .popup_large,
  #select-actions .popup_large,
  #select-branch .popup_large,
  #clinic-location-map .popup_large {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  #select-specialization .simplebar-scrollbar,
  #select-actions .simplebar-scrollbar,
  #select-branch .simplebar-scrollbar,
  #clinic-location-map .simplebar-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #select-specialization .simplebar-scroll-content,
  #select-actions .simplebar-scroll-content,
  #select-branch .simplebar-scroll-content,
  #clinic-location-map .simplebar-scroll-content {
    overflow: hidden;
  }
}

#select-specialization .modals-btn-220,
#select-actions .modals-btn-220,
#select-branch .modals-btn-220,
#clinic-location-map .modals-btn-220 {
  width: 200px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

#select-specialization .modal-body,
#select-actions .modal-body,
#select-branch .modal-body,
#clinic-location-map .modal-body {
  padding: 0 12px 0 0;
  max-height: inherit;
}

#select-specialization .popup-close__btn,
#select-actions .popup-close__btn,
#select-branch .popup-close__btn,
#clinic-location-map .popup-close__btn {
  top: 14px;
  right: 20px;
}

#select-specialization .modal-content,
#select-actions .modal-content,
#select-branch .modal-content,
#clinic-location-map .modal-content {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #select-specialization .modal-content .modal-header,
  #select-actions .modal-content .modal-header,
  #select-branch .modal-content .modal-header,
  #clinic-location-map .modal-content .modal-header {
    padding-left: 0;
  }
}

#select-specialization .modal-header,
#select-actions .modal-header,
#select-branch .modal-header,
#clinic-location-map .modal-header {
  background: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}

#select-specialization .modal-title,
#select-actions .modal-title,
#select-branch .modal-title,
#clinic-location-map .modal-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5e6e71;
  border-bottom: 1px solid #ebeff6;
  padding: 11px 45px 10px 20px;
}

#clinic-location-map .modal-header {
  margin-bottom: 0;
}

#clinic-location-map .modal-body {
  padding: 0;
}

#clinic-location-map .modal-footer {
  padding: 0 0 2px 0;
}

#static-map .modal-header {
  margin-bottom: 4px;
}

#static-map .modal-body {
  padding: 0 2px;
}

#static-map .modal-footer {
  padding: 0 0 2px 0;
}

.info-modal .modal-attention {
  margin-bottom: 0;
}

.info-modal .modal-title {
  padding-right: 0;
}

.info-modal .close-attention {
  bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .info-modal .close-attention {
    bottom: 42px;
  }
}

.info-modal__visual {
  height: 143px;
  margin: 0 -35px 20px;
  padding: 20px 35px 20px 150px;
  background-image: url("i/modals-body-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #3297a9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .info-modal__visual {
    padding: 15px;
  }
}

.info-modal__visual:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.info-modal__visual-icon {
  position: absolute;
  top: 34px;
  left: 70px;
}

@media only screen and (max-width: 767px) {
  .info-modal__visual-icon {
    display: none;
  }
}

.info-modal__visual-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 767px) {
  .info-modal__visual-text br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .info-modal__visual-mod {
    height: 115px;
  }
}

@media only screen and (max-width: 560px) {
  .info-modal__visual-mod {
    height: 143px;
  }
}

.info-modal__text {
  font-size: 16px;
  padding: 0 4px 0 0px;
  line-height: 1.28;
  text-align: center;
}

.info-modal__message {
  font-size: 18px;
  color: #47d7ac;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .info-modal .modal-dialog {
    width: 500px;
  }
}

@media only screen and (max-width: 560px) {
  .info-modal .modal-dialog {
    width: 300px;
  }
}

.info-modal .modal-body {
  padding: 0 35px 30px;
}

.login-form-popup .remind-password-link {
  display: inline-block;
  padding-top: 5px;
  font-size: 15px;
}

.login-form-popup .remind-password-link__mod {
  color: #4b89d3;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .login-form-popup .remind-password-link__mod {
    margin-top: -15px;
  }
}

.login-form-popup .abs-helper {
  font-size: 15px;
  margin-left: -79px;
  bottom: -5px;
}

@media only screen and (max-width: 767px) {
  .login-form-popup .abs-helper {
    position: absolute;
    left: 50%;
  }
}

.login-form-popup .btn-registration {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  color: #4b89d3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rating-modal .rating-block .rating-list {
  padding-left: 29%;
}

@media only screen and (max-width: 767px) {
  .rating-modal .rating-block .rating-list {
    padding-left: 2%;
  }
}

.rating-modal .likebox {
  margin-left: 9%;
}

@media only screen and (max-width: 767px) {
  .rating-modal .likebox {
    margin-left: 2%;
  }
}

.rating-modal .likebox__label-mod {
  width: 215px !important;
  padding-left: 78px;
}

@media only screen and (max-width: 767px) {
  .rating-modal .likebox__label-mod {
    padding-left: 0;
  }
}

.rating-modal .modal-footer {
  text-align: left;
  padding: 0 0 20px 22px;
}

.rating-modal .modal-footer .modal-footer__title {
  color: #5e6e71;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.rating-modal .modal-header__rating {
  margin-bottom: 0;
}

.rating-modal .modal-body__rating {
  padding: 0;
}

.rating-modal .modal-body__rating .rating-block__modals {
  padding: 17px 30px 20px 20px;
}

.rating-modal .modal-body__rating .statistics-item__mod {
  text-align: center;
  margin-bottom: 15px !important;
}

.rating-modal .modal-body__rating .statistics-item__mod .value__mod {
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .request_clinic .radio-inline {
    padding-left: 0;
    padding-right: 20px;
  }
}

.modal-header__thanks {
  margin-bottom: 10px;
}

.modal-body__pad {
  padding: 0 0 35px 0;
  margin-top: -10px;
}

.info-modal__thanks {
  position: relative;
  margin: 0;
  padding: 0 35px 0 150px;
}

@media only screen and (max-width: 767px) {
  .info-modal__thanks {
    padding: 30px 35px 0 150px;
  }
}

@media only screen and (max-width: 560px) {
  .info-modal__thanks {
    padding: 15px;
  }
}

.info-modal__thanks .info-modal__text-mod {
  width: 100%;
  padding-left: 34px;
  margin-top: -11px;
}

@media only screen and (max-width: 560px) {
  .info-modal__thanks .info-modal__text-mod {
    padding-left: 20px;
  }
}

.doctor-thanks {
  position: absolute;
  left: 43px;
  top: -39px;
}

@media only screen and (max-width: 560px) {
  .doctor-thanks {
    display: none;
  }
}

.modals-btn-big {
  width: 251px;
  margin: 0 0 13px 20px;
}

.modal-body.js-list-scroll,
.tab-pane.js-list-scroll {
  max-height: 530px;
  width: 100%;
  overflow: hidden;
  outline: none;
  padding: 16px 0 16px 16px;
}

.modal-body.js-list-scroll .jspVerticalBar,
.tab-pane.js-list-scroll .jspVerticalBar {
  left: auto;
  right: 13px;
  width: 1px;
}

.modal-body.js-list-scroll .jspVerticalBar .jspTrack,
.tab-pane.js-list-scroll .jspVerticalBar .jspTrack {
  background-color: #d2e1e4;
}

.modal-body.js-list-scroll .jspVerticalBar .jspDrag,
.tab-pane.js-list-scroll .jspVerticalBar .jspDrag {
  width: 5px;
  left: -2px;
  border-radius: 5px;
  background-color: #d2e1e4;
}

.modal-body.js-list-scroll .jspHorizontalBar,
.tab-pane.js-list-scroll .jspHorizontalBar {
  display: none;
}

.modal-body.js-list-scroll .jspContainer,
.tab-pane.js-list-scroll .jspContainer {
  padding: 0 16px;
}

.modal-body.js-list-scroll .jspContainer:after,
.tab-pane.js-list-scroll .jspContainer:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 98%;
  height: 50px;
  -webkit-box-shadow: inset 0 -40px 70px 0 #fff;
  -moz-box-shadow: inset 0 -40px 70px 0 #fff;
  -webkit-box-shadow: inset 0 -40px 70px 0 #fff;
  box-shadow: inset 0 -40px 70px 0 #fff;
}

@media only screen and (max-width: 767px) {
  .modal-body.js-list-scroll .jspContainer:after,
  .tab-pane.js-list-scroll .jspContainer:after {
    width: 94%;
  }
}

.tab-pane .jspContainer {
  padding: 0;
}

.tab-pane .jspContainer .jspVerticalBar {
  left: auto;
  right: 3px;
  width: 1px;
}

.metro-map-min {
  background: url("i/metro-map-min.png") top left no-repeat;
  width: 757px;
  height: 474px;
  margin-top: 10px;
}

.metro-map-min .pill {
  font-size: 11px;
}

.metro-map-min2 {
  background: url("i/metro-map-min.png") top left no-repeat;
  width: 757px;
  height: 474px;
  margin-top: 10px;
}

.metro-map-min2 .pill {
  font-size: 11px;
}

.tab-pane__mod {
  margin: 15px 0 60px 0;
  padding: 0 30px 0 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane__mod {
    margin: 15px 0 60px 0;
  }
}

.body-branch .jspPane {
  padding-bottom: 40px !important;
}

.body-branch .alphabet-list {
  margin-left: 12px;
  padding: 20px 0 0;
}

.body-branch .alphabet-list__item {
  font-size: 14px;
  color: #2b97ad;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .body-branch .alphabet-list__item {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
  }

  .body-branch .alphabet-list__item:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .body-branch .alphabet-list__item {
    width: 95%;
  }
}

.body-branch .alphabet-list__letter {
  background-color: #eef3fb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #0957c3;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.body-branch .alphabet-list__sub {
  border-left: none;
}

.body-branch .alphabet-list__sub-item {
  margin-bottom: 8px;
  padding-right: 35px;
}

.body-branch .alphabet-list__sub-item a {
  color: #333536;
  text-decoration: none;
  position: relative;
  padding-left: 13px;
  display: inline-block;
  vertical-align: top;
}

.body-branch .alphabet-list__sub-item a:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333536;
}

.body-branch .alphabet-list__sub-item a:hover {
  text-decoration: none;
  color: #0957c3;
}

.footer-branch {
  padding: 9px 21px 40px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-branch {
    text-align: center;
  }
}

.multi-column {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-count: 5 ;
  -moz-column-count: 3;
}

/* Firefox */

#confirm-number .btn {
  margin-bottom: 20px;
}

#confirm-number .modals-text_confirm {
  margin-bottom: 0;
}

#confirm-number .modals-text_confirm p {
  margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
  #confirm-number .modals-text_confirm {
    text-align: center;
  }

  #confirm-number .modals-text_confirm a {
    display: block;
  }
}

.input-validation_modals {
  position: relative;
}

.input-validation_modals .input-validation__border {
  border: 1px solid #e74a37 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.input-validation_message {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: -20px;
  background-color: #e74a37;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

@media only screen and (max-width: 767px) {
  .input-validation_message {
    font-size: 11px;
  }
}

#finishing-registration .modal-dialog {
  max-width: 410px;
}

#finishing-registration .form-registration_modals {
  background-color: transparent;
}

#finishing-registration .form-registration_modals .form-group_radio {
  line-height: 1;
}

#finishing-registration .form-registration_modals .form-group_radio .radio-inline_modals {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #finishing-registration .form-registration_modals .form-group_radio .radio-inline_modals {
    margin-bottom: 5px;
  }
}

#finishing-registration .form-registration_modals .form-group_radio .radio-inline_modals:last-child {
  margin-bottom: 0;
}

#finishing-registration .modal-body h3 {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #finishing-registration .modal-body h3 {
    font-size: 18px;
  }
}

.modal-cla .modal-content {
  border-radius: 4px;
}

.modal-cla .modal-header {
  margin: 0;
  padding: 0;
  min-height: auto;
  background: 0 0;
}

.modal-cla .modal-close {
  right: 20px;
  top: 20px;
  z-index: 1;
}

.modal-cla .modal-body {
  padding: 0 20px 27px 20px;
}

.modal-cla .title {
  padding: 56px 0;
  zoom: 1;
}

.modal-cla .title:before,
.modal-cla .title:after {
  content: "";
  display: table;
}

.modal-cla .title:after {
  clear: both;
}

@media only screen and (max-width: 560px) {
  .modal-cla .title {
    padding: 20px 0 10px 0;
    text-align: center;
  }
}

.modal-cla .title__picture {
  float: left;
  width: 137px;
}

@media only screen and (max-width: 560px) {
  .modal-cla .title__picture {
    float: none;
    text-align: center;
    display: inline-block;
  }
}

.modal-cla .title__picture img {
  width: 100%;
}

.modal-cla .title p {
  color: #5e6e71;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 20px 0 160px;
  margin: 0;
}

@media only screen and (max-width: 560px) {
  .modal-cla .title p {
    padding: 10px 0 0 0;
    text-align: left;
  }
}

.modal-cla .info {
  background-color: #fff9e9;
  border-radius: 4px;
  padding: 5px 0;
  margin-bottom: 25px;
  zoom: 1;
}

.modal-cla .info:before,
.modal-cla .info:after {
  content: "";
  display: table;
}

.modal-cla .info:after {
  clear: both;
}

@media only screen and (max-width: 560px) {
  .modal-cla .info {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .modal-cla .info {
    margin-bottom: 0;
  }
}

.modal-cla .info__item {
  float: left;
  width: 50%;
}

.modal-cla .info__item:first-child {
  padding-left: 20px;
}

@media only screen and (max-width: 560px) {
  .modal-cla .info__item {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    text-align: left;
    height: 50px;
    float: none;
    display: block;
  }

  .modal-cla .info__item:first-child {
    padding-left: 0;
  }
}

.modal-cla .info__icon {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fffdf6;
  -webkit-box-shadow: 1px 1.7px 5px rgba(0,0,0,0.04);
  box-shadow: 1px 1.7px 5px rgba(0,0,0,0.04);
}

@media only screen and (max-width: 560px) {
  .modal-cla .info__icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

.modal-cla .info__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}

.modal-cla .info__icon.icon-promo:before {
  background-image: url("/i/icons.png");
  background-position: -638px -400px;
  width: 20px;
  height: 20px;
  height: 20px;
}

.modal-cla .info__icon.icon-calendar:before {
  background-image: url("/i/icons.png");
  background-position: -79px -703px;
  width: 20px;
  height: 23px;
  height: 23px;
}

.modal-cla .info__text {
  padding-left: 50px;
  line-height: 38px;
}

@media only screen and (max-width: 560px) {
  .modal-cla .info__text {
    display: inline-block;
    padding-left: 20px;
  }
}

.modal-cla .cla-form__mod .form-group {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .modal-cla .cla-form__mod .form-group {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-cla .cla-form__mod .form-group div {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .modal-cla .cla-form__mod .form-group div {
    margin-top: 20px !important;
    margin-bottom: 0;
  }
}

.modal-cla .cla-form__mod .form-group input {
  background-color: #eff9fb;
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 3px;
  -webkit-box-shadow: inset 2.1px -2.1px 1px rgba(43,151,173,0.12);
  box-shadow: inset 2.1px -2.1px 1px rgba(43,151,173,0.12);
  height: 33px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  color: #86989b;
}

.modal-cla .cla-form__mod .form-group input::-webkit-input-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-cla .cla-form__mod .form-group input:-moz-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-cla .cla-form__mod .form-group input::-moz-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-cla .cla-form__mod .form-group input:-ms-input-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.modal-cla .cla-form__mod .form-group p {
  font-size: 13px;
  color: #5e6e71;
}

.modal-cla .cla-form__mod .form-group a {
  color: #3da0b4;
}

.modal-cla .cla-form__mod .form-group button {
  width: 100%;
  font-weight: 700;
  border-radius: 4px;
}

.modal-cla .promo-info {
  padding: 36px 0 20px 0;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .modal-cla .promo-info {
    padding: 20px 0 20px 0;
  }
}

.modal-cla .promo-info__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.modal-cla .promo-info__number {
  color: #205660;
  font-size: 48px;
  font-weight: 400;
  line-height: 67px;
}

.modal-cla .promo-info_about {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.modal-cla .note {
  position: relative;
  background-color: #fff9e9;
  border-radius: 4px;
  padding: 15px 20px 25px 60px;
  margin-bottom: 33px;
}

@media only screen and (max-width: 560px) {
  .modal-cla .note {
    margin-bottom: 20px;
  }
}

.modal-cla .note__icon {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fffdf6;
  -webkit-box-shadow: 1px 1.7px 5px rgba(0,0,0,0.04);
  box-shadow: 1px 1.7px 5px rgba(0,0,0,0.04);
}

.modal-cla .note__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -10px;
  width: 22px;
  background-image: url("/i/icons.png");
  background-position: -475px -430px;
  width: 22px;
  height: 17px;
  height: 17px;
}

.modal-cla .note__caption {
  font-size: 14px;
  font-weight: 700;
}

.modal-cla .note__text {
  font-size: 13px;
  font-weight: 400;
}

.modal-cla .social {
  border: 1px solid #daedf1;
  zoom: 1;
}

.modal-cla .social:before,
.modal-cla .social:after {
  content: "";
  display: table;
}

.modal-cla .social:after {
  clear: both;
}

.modal-cla .social__left {
  float: left;
  border-right: 1px solid #daedf1;
}

@media only screen and (max-width: 470px) {
  .modal-cla .social__left {
    display: none;
  }
}

.modal-cla .social__text {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 53px;
}

@media only screen and (max-width: 560px) {
  .modal-cla .social__text {
    padding: 0 10px;
  }
}

.modal-cla .social__right {
  text-align: center;
  padding: 13px 0 0 0;
}

@media only screen and (max-width: 470px) {
  .modal-cla .social__right {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 0 13px 0;
  }
}

.modal-cla .social__icon {
  display: inline-block;
  width: 32px;
  height: 31px;
  margin-right: 12px;
}

.modal-cla .social__icon:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.modal-cla .social__icon:last-child {
  margin-right: 0;
}

.modal-cla .social__icon.vk {
  background-image: url("/i/icons.png");
  background-position: -465px -336px;
  width: 31px;
  height: 31px;
}

.modal-cla .social__icon.fb {
  background-image: url("/i/icons.png");
  background-position: -605px -239px;
  width: 32px;
  height: 31px;
}

.modal-cla .social__icon.google {
  background-image: url("/i/icons.png");
  background-position: -500px -336px;
  width: 31px;
  height: 31px;
}

.modal-cla .social__icon.tw {
  background-image: url("/i/icons.png");
  background-position: -677px -239px;
  width: 32px;
  height: 31px;
}

.modal-cla .social__icon.mail {
  background-image: url("/i/icons.png");
  background-position: -713px -239px;
  width: 31px;
  height: 31px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-dialog {
  max-width: 677px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-content {
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal-cla_promo.modal.bs-modal-cla .close__mod {
  right: 16px;
  top: 16px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 270px;
  padding: 20px;
  margin-right: -1px;
  background-color: #ecf6f8;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left:before {
  right: -10px;
  top: -10px;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-left:before {
    top: auto;
    bottom: -10px;
    left: -10px;
  }
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left:after {
  right: -10px;
  bottom: -10px;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-left {
    padding: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile .pref-body__picture,
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile .pref-body__percent {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile .pref-body__title {
    margin-top: 10px;
  }
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left .pref-body {
  background-color: #fff;
  border: 1px solid #e1edf0;
  text-align: center;
  margin: 0 auto;
  padding: 20px 5px;
  min-height: 100%;
  min-width: 100%;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left .pref-body__pictute {
  display: inline-block;
  width: 140px;
  height: 140px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left .pref-body__percent {
  color: #00829b;
  font-size: 60px;
  padding: 21px 0;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left .pref-body__percent span {
  font-size: 29px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-left .pref-body__title {
  font-size: 16px;
  line-height: 20px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right {
  position: relative;
  padding: 40px;
  width: 408px;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right {
    width: 100%;
    padding: 20px 10px;
  }
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right:before {
  left: -10px;
  top: -10px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right:after {
  left: -10px;
  bottom: -10px;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right:after {
    left: auto;
    right: -10px;
    top: -10px;
  }
}

@media only screen and (max-width: 670px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right.modal-pref-right_mobile {
    padding: 40px 20px 20px 20px;
  }
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right.modal-pref-right_mobile {
    padding: 20px 10px;
  }
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right .caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right .caption {
    margin-bottom: 0;
  }
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right .cla-form__mod button {
  padding: 10px 0;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod {
  padding: 0 23px 20px 30px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .promo-info__title {
  font-size: 20px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .promo-info__number {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 2px;
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .promo-info__about {
  padding: 12px 0;
  border-top: 1px solid #daedf1;
  border-bottom: 1px solid #daedf1;
  margin-top: 10px;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .promo-info__about {
    padding: 0 5px;
  }
}

.modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .note {
  background-color: transparent;
  text-align: left;
  padding: 0;
  margin-bottom: 17px;
}

@media only screen and (max-width: 560px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .note {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 670px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .social__left {
    display: none;
    float: none;
  }

  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .social__left:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 670px) {
  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .social__right {
    float: none;
  }

  .modal-cla_promo.modal.bs-modal-cla .modal-pref-right_mod .social__right:last-child {
    margin-right: 0;
  }
}

.cla-angles:before,
.cla-angles:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1c5f6c;
  z-index: 3;
}

.cla-angles .pref-border {
  position: absolute;
  background: url("i/cla/preforation-left.png") 100% 100% repeat;
  height: 100%;
  width: 3px;
}

.cla-angles .pref-border.pos-left {
  left: 0;
  top: -8.8px;
  z-index: 2;
}

@media only screen and (max-width: 680px) {
  .cla-angles .pref-border.pos-left {
    display: none;
  }
}

.cla-angles .pref-border.pos-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("i/cla/preforation-top.png") 100% 100% repeat;
}

@media only screen and (max-width: 680px) {
  .cla-angles .pref-border.pos-top {
    display: none;
  }
}

.cla-angles .pref-border.pos-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("i/cla/preforation-bottom.png") 100% 100% repeat;
}

@media only screen and (max-width: 680px) {
  .cla-angles .pref-border.pos-bottom {
    display: none;
  }
}

.cla-angles .pref-border.pref-full {
  background: url("i/cla/preforation-full.png") 100% 100% repeat;
  width: 7px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  top: -0.5px;
}

.cla-angles .pref-border.pref-full.pref-full_left {
  right: -3px;
}

@media only screen and (max-width: 560px) {
  .cla-angles .pref-border.pref-full.pref-full_left {
    right: 1px;
    bottom: -3px;
    top: auto;
  }
}

.cla-angles .pref-border.pref-full.pref-full_right {
  left: -3px;
}

@media only screen and (max-width: 560px) {
  .cla-angles .pref-border.pref-full.pref-full_right {
    left: -1px;
    top: -3px;
  }
}

@media only screen and (max-width: 560px) {
  .cla-angles .pref-border.pref-full {
    background: url("i/cla/preforation-full-mob.png") 100% 100% repeat;
    width: 100%;
    height: 7px;
  }
}

.discount.modal.bs-modal-cla .modal-dialog {
  max-width: 677px;
}

.discount.modal.bs-modal-cla .modal-content {
  border-radius: 0;
  display: inline-table;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-content {
    display: block;
  }
}

.discount.modal.bs-modal-cla .close__mod {
  right: 16px;
  top: 16px;
}

.discount.modal.bs-modal-cla .modal-pref-left {
  display: table-cell;
  position: relative;
  border: 20px solid #ecf6f8;
  width: 270px;
  margin-right: -1px;
}

.discount.modal.bs-modal-cla .modal-pref-left:before {
  right: -10px;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left:before {
    top: auto;
  }
}

.discount.modal.bs-modal-cla .modal-pref-left:after {
  right: -10px;
  bottom: -10px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left {
    width: 100%;
    display: block;
    border: 10px solid #ecf6f8;
  }
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile .pref-body__picture {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left.modal-pref-left_mobile .pref-body__title {
    margin-top: 10px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-left.cla-angles:before,
.discount.modal.bs-modal-cla .modal-pref-left.cla-angles:after {
  display: none;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-border.pos-top {
  top: -20px;
  left: -20px;
  right: -20px;
  width: auto;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-border.pos-bottom {
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: auto;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-border.pos-left {
  left: -20px;
  top: -20px;
  bottom: -20px;
  height: auto;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-border.pref-full.pref-full_left {
  right: -24px;
  top: -20px;
  bottom: -20px;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left .pref-border.pref-full.pref-full_left {
    right: -20px;
    left: 0;
    top: 104%;
    height: 7px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 20px 5px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body:before,
.discount.modal.bs-modal-cla .modal-pref-left .pref-body:after {
  content: "";
  display: table;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body:after {
  clear: both;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left .pref-body {
    font-size: 0;
  }
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body.pref-body_mod {
  padding: 20px 5px 50px 5px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left .pref-body.pref-body_mod {
    padding: 20px 5px 20px 5px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__picture {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__picture-caption {
  color: #5e6e71;
  font-size: 20px;
  font-weight: 700;
  margin-top: 19px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__percent {
  color: #00829b;
  font-size: 60px;
  padding: 21px 0;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__percent.percent_mod {
  width: 129px;
  height: 129px;
  background-color: #ecf6f8;
  border-radius: 50%;
  margin: 29px auto;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left .pref-body__percent.percent_mod {
    margin: 10px auto;
  }
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__percent span {
  font-size: 29px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

.discount.modal.bs-modal-cla .modal-pref-left .pref-body__title {
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left .pref-body__picture-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .discount.modal.bs-modal-cla .modal-pref-left .pref-body__picture-wrap .pref-body__picture {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-left .pref-body__persent-wrap {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .discount.modal.bs-modal-cla .modal-pref-left .pref-body__persent-wrap .pref-body__percent {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    font-size: 41px;
  }

  .discount.modal.bs-modal-cla .modal-pref-left .pref-body__persent-wrap .pref-body__title {
    margin-top: 23px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-right {
  position: relative;
  padding: 38px 40px 40px 40px;
  width: 408px;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-right {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-right:before {
  left: -10px;
  top: -10px;
}

.discount.modal.bs-modal-cla .modal-pref-right:after {
  left: -10px;
  bottom: -10px;
  right: -10px;
  top: -10px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-right:after {
    left: auto;
  }
}

@media only screen and (max-width: 710px) {
  .discount.modal.bs-modal-cla .modal-pref-right.modal-pref-right_mobile {
    padding: 40px 20px 20px 20px;
  }
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-right.modal-pref-right_mobile {
    padding: 20px 10px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-right .caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 15px;
}

.discount.modal.bs-modal-cla .modal-pref-right .cla-form__mod button {
  padding: 10px 0;
}

.discount.modal.bs-modal-cla .modal-pref-right_mod {
  padding: 0 40px 20px 40px;
}

.discount.modal.bs-modal-cla .modal-pref-right_mod .promo-info__title {
  font-size: 20px;
}

.discount.modal.bs-modal-cla .modal-pref-right_mod .promo-info__number {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 2px;
}

.discount.modal.bs-modal-cla .modal-pref-right_mod .promo-info__about {
  padding: 12px 0px;
  border-top: 1px solid #daedf1;
  border-bottom: 1px solid #daedf1;
  margin-top: 10px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-right_mod .promo-info__about {
    padding: 0 5px;
  }
}

.discount.modal.bs-modal-cla .modal-pref-right_mod .note {
  background-color: transparent;
  text-align: left;
  padding: 0;
  margin-bottom: 58px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .modal-pref-right_mod .note {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 670px) {
  .discount.modal.bs-modal-cla .modal-pref-right_mod .social__left {
    display: none;
    float: none;
  }

  .discount.modal.bs-modal-cla .modal-pref-right_mod .social__left:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 670px) {
  .discount.modal.bs-modal-cla .modal-pref-right_mod .social__right {
    float: none;
  }

  .discount.modal.bs-modal-cla .modal-pref-right_mod .social__right:last-child {
    margin-right: 0;
  }
}

.discount.modal.bs-modal-cla .social {
  border: 1px solid #daedf1;
  zoom: 1;
}

.discount.modal.bs-modal-cla .social:before,
.discount.modal.bs-modal-cla .social:after {
  content: "";
  display: table;
}

.discount.modal.bs-modal-cla .social:after {
  clear: both;
}

.discount.modal.bs-modal-cla .social__left {
  float: left;
  border-right: 1px solid #daedf1;
}

@media only screen and (max-width: 470px) {
  .discount.modal.bs-modal-cla .social__left {
    display: none;
  }
}

.discount.modal.bs-modal-cla .social__text {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 51px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .social__text {
    padding: 0 10px;
  }
}

.discount.modal.bs-modal-cla .social__right {
  text-align: center;
  padding: 10px 0 0;
}

@media only screen and (max-width: 670px) {
  .discount.modal.bs-modal-cla .social__right {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
}

.discount.modal.bs-modal-cla .social__icon {
  display: inline-block;
  width: 32px;
  height: 31px;
  margin-right: 6px;
}

@media only screen and (max-width: 560px) {
  .discount.modal.bs-modal-cla .social__icon {
    margin-right: 15px;
  }
}

.discount.modal.bs-modal-cla .social__icon:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.discount.modal.bs-modal-cla .social__icon:last-child {
  margin-right: 0;
}

.discount.modal.bs-modal-cla .social__icon.vk {
  background-image: url("/i/icons.png");
  background-position: -465px -336px;
  width: 31px;
  height: 31px;
}

.discount.modal.bs-modal-cla .social__icon.fb {
  background-image: url("/i/icons.png");
  background-position: -605px -239px;
  width: 32px;
  height: 31px;
}

.discount.modal.bs-modal-cla .social__icon.google {
  background-image: url("/i/icons.png");
  background-position: -500px -336px;
  width: 31px;
  height: 31px;
}

.discount.modal.bs-modal-cla .social__icon.tw {
  background-image: url("/i/icons.png");
  background-position: -677px -239px;
  width: 32px;
  height: 31px;
}

.discount.modal.bs-modal-cla .social__icon.mail {
  background-image: url("/i/icons.png");
  background-position: -713px -239px;
  width: 31px;
  height: 31px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section {
  margin-bottom: 9px;
  zoom: 1;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section:before,
.discount.modal.bs-modal-cla .form-horizontal .form-section:after {
  content: "";
  display: table;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section:after {
  clear: both;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section.submits {
  margin-top: 17px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section.input-validation_modals .form-section__control {
  border-color: #e74a37;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__text {
  float: left;
  width: 32%;
  text-align: left;
  padding: 7px 0 6px 0;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__control {
  background-color: #eff9fb;
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 2px;
  padding: 0 12px;
  height: 33px;
  width: 68%;
  float: right;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  color: #86989b;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__control::-webkit-input-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__control:-moz-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__control::-moz-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__control:-ms-input-placeholder {
  color: rgba(94,110,113,0.75) !important;
  font_size: 14px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__in {
  float: right;
  width: 68%;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit {
  position: relative;
  float: left;
  margin-right: 6.5px;
  text-align: left;
}

@media only screen and (max-width: 710px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit {
    margin-right: 2.5%;
  }
}

@media only screen and (max-width: 479px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit:after {
    margin-top: -4px;
  }
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 710px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.years {
    width: 35%;
  }

  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.years .select7 {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.years {
    width: 100%;
  }
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit.years .select7 {
  width: 64px;
  margin-bottom: 0;
}

@media only screen and (max-width: 710px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.month {
    width: 40%;
  }

  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.month .select7 {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.month {
    width: 100%;
  }
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit.month .select7 {
  width: 94px;
}

@media only screen and (max-width: 710px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.date {
    width: 20%;
  }

  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.date .select7 {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit.date {
    width: 100%;
  }
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit.date .select7 {
  width: 51px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit.input-validation_modals .select7 {
  border-color: #e74a37;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit.input-validation_modals .select7__current-value {
  color: #a6b3b6;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7 {
  position: relative;
  max-width: 100%;
  min-width: 10px;
  margin: 0;
  padding: 5px 15px 6px 10px;
  background-color: #eff9fb;
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 2px;
  webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7:focus {
  outline: none;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7:after {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #00829b;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7.select7_open:after {
  z-index: 9999;
}

@media only screen and (max-width: 479px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7 {
    width: 100% !important;
    margin-bottom: 9px;
  }
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__current {
  padding: 0;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__current-value {
  line-height: normal;
  border-bottom-color: transparent;
  color: #5e6e71;
  font-size: 14px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__current-value:hover {
  color: #5e6e71 !important;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__caret {
  display: none;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__drop {
  background-color: #eff9fb;
  padding: 26px 0 5px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__drop-list {
  max-height: 100px;
  overflow-x: auto;
  text-align: center;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__option {
  background-color: #eff9fb;
  padding: 2px 10px 2px 10px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__option:hover {
  background-color: #fff;
}

@media only screen and (max-width: 479px) {
  .discount.modal.bs-modal-cla .form-horizontal .form-section__unit .select7__option {
    text-align: left;
  }
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender {
  margin: 6px auto;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender.input-validation_modals .checkbox:not(checked) + label:before {
  content: '';
  background-image: url("/i/icons.png");
  background-position: -182px -737px;
  width: 17px;
  height: 17px;
  width: 17px;
  height: 17px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender .checkbox + label {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender .checkbox + label:last-child {
  margin-right: 0;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender input[type=radio] {
  display: none;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 23px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender .checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background-image: url("/i/icons.png");
  background-position: -1098px -703px;
  width: 17px;
  height: 17px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section__gender .checkbox:checked + label:after {
  background-image: url("/i/icons.png");
  background-position: -1014px -703px;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  margin-top: -8px;
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section p {
  font-size: 13px;
  color: #5e6e71;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section a {
  color: #3da0b4;
}

.discount.modal.bs-modal-cla .form-horizontal .form-section button {
  width: 100%;
  font-weight: 700;
  border-radius: 4px;
  padding: 10px 0;
}

.dont-leave-modal {
  text-align: center;
}

.dont-leave-modal .modal-body {
  position: relative;
  padding: 25px 20px;
  background: url("i/dontleave.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.dont-leave-modal .modal-body .close {
  top: 15px;
  right: 15px;
  bottom: auto;
  background-image: url("/i/icons.png");
  background-position: -550px -768px;
  width: 15px;
  height: 15px;
}

.dont-leave-modal .modal-body h1 {
  margin: 15px;
}

.dont-leave-modal .modal-body .modals-text {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 400;
}

.dont-leave-modal .modal-body .form-group__modals {
  margin-bottom: 20px;
}

.dont-leave-modal .modal-body .form-control {
  height: 40px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html,
body {
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: inherit;
}

.h2 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

p {
  display: block;
}

.site-logo-popup {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -2px;
  fill: #fff;
}

.inner-container {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.btn-- {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.popup {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.popup-header {
  height: 40px;
  padding-top: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  color: #fff;
  border-bottom: 1px solid #ebeff6;
}

.popup-header__wrapper {
  height: 25px;
  position: relative;
}

.popup-header__title {
  text-align: left;
  margin-left: 27px;
  font-size: 16px;
  line-height: 14px;
  color: #333536;
}

.popup-close__btn {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 992px) {
  .popup-close__btn:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.popup-close-icon {
  width: 12px;
  height: 12px;
  fill: #333536;
  display: block;
}

.popup_services .popup-header {
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 28px;
  height: auto;
  text-align: left;
  background-color: #fff;
  color: #5e6e71;
}

.popup_services .popup-header__wrapper {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup_services .popup-header__title {
  text-align: left;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #5e6e71;
}

.popup_services .popup-close__btn {
  top: 0;
}

.popup_services .popup-close-icon {
  fill: #5e6e71;
}

.popup_services .popup-content {
  height: 340px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.popup_services .popup-footer {
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
}

.popup_services .popup-footer a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4b89d3;
}

.popup_services .popup-footer a svg {
  margin-left: 10px;
  margin-top: 2px;
  width: 7px;
  height: 10px;
  fill: #4b89d3;
}

.popup_services .popup-footer button {
  height: 35px;
  width: 125px;
  font-size: 17px;
  background-color: #3ab3a2;
  border-radius: 3px;
  color: #fff;
}

.popup_large {
  width: 740px;
  height: 495px;
}

@media only screen and (max-width: 767px) {
  .popup_large {
    width: 320px;
    height: auto;
    padding-bottom: 0;
  }

  .popup_large .popup-content {
    height: 100%;
    margin-bottom: 20px;
  }

  .popup_large .popup-content .service-group__item {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .popup_large .popup-content .service-group__item-link i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .popup_large .popup-content .service-group__item.active {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .popup_large .popup-content .service-group__item.active .service-group__item-link i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .popup_large .popup-content .service-group__list {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
  }

  .popup_large .popup-content .service-group__list .simplebar-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup_large .popup-content .service-sub-group {
    position: absolute;
    background: #fff;
    top: 55px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .popup_large .popup-content .service-sub-group_list {
    max-height: 200px;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    background: #f3f8fb;
  }
}

.popup ::-webkit-input-placeholder {
  color: #c2c2c2;
}

.popup ::-moz-placeholder {
  color: #c2c2c2;
}

.popup :-moz-placeholder {
  color: #c2c2c2;
}

.popup :-ms-input-placeholder {
  color: #c2c2c2;
}

.service-group__list {
  width: 320px;
  height: 534px;
  overflow: auto;
}

.service-group__item {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .service-group__item:hover .service-group__item-link {
    background-color: #f3f8fb;
  }
}

@media only screen and (max-width: 767px) {
  .service-group__item.active {
    background: rgba(75,137,211,0.14);
    position: relative;
  }

  .service-group__item.active .service-group__item-link {
    height: 50px;
  }

  .service-group__item.active #listGoBack {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    text-align: center;
  }

  .service-group__item.active #listGoBack i {
    display: block;
    background-image: url("/i/icons.png");
    background-position: -909px -437px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 21px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.service-group__item-link {
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #4b89d3;
  font-size: 16px;
  padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
  .service-group__item-link {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-group__item-link.active {
    padding-left: 10px;
    margin-right: 0;
  }

  .service-group__item-link.active svg {
    display: none;
  }
}

.service-group__item-link svg {
  width: 11px;
  height: 10px;
  fill: #4b89d3;
}

.service-group__item-link:visited,
.service-group__item-link :active {
  text-decoration: none;
}

.service-group__item:not(:first-child) {
  margin-top: 0;
}

.service-group__item_active .service-group__item-link {
  text-decoration: none;
  background-color: #f3f8fb;
}

.service-group__item_active .service-sub-group {
  display: block;
}

.service-group__item.active .service-group__item-link,
.service-group__item.active:hover .service-group__item-link {
  background-color: #4b89d3;
  color: #fff;
  text-decoration: none;
}

.service-group__item.active .service-group__item-link svg,
.service-group__item.active:hover .service-group__item-link svg {
  fill: #fff;
}

.service-sub-group {
  position: absolute;
  left: 360px;
  top: 0;
  width: 340px;
  background: #f3f8fb;
}

@media only screen and (min-width: 992px) {
  .service-sub-group {
    width: 560px;
  }
}

.service-sub-group:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 3px;
  width: 10px;
  height: 100%;
  z-index: 1;
  background: #fff;
}

.service-sub-group__item:hover .service-sub-group__item-link {
  background-color: #e1edf5;
}

.service-sub-group__item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #4b89d3;
  padding: 8px 0 8px 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .service-sub-group__item-link {
    padding-left: 10px;
  }
}

.service-sub-group__item-link svg {
  width: 7px;
  height: 10px;
  fill: #4b89d3;
}

.service-sub-group__item-link:visited,
.service-sub-group__item-link :active {
  text-decoration: none;
}

.service-sub-group__item:not(:first-child) {
  margin-top: 0;
}

.service-sub-group__item_active .service-sub-group__item-link {
  text-decoration: none;
  background-color: #f3f8fb;
}

.service-sub-group_list[data-simplebar=init] {
  display: none;
  height: 534px;
}

.service-sub-group_list[data-simplebar=init].active {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  overflow: hidden;
}

.outgoing-data {
  background-color: #fff;
}

.outgoing-data_int {
  background-color: #0957c3;
}

.info-list__item_links {
  font-size: 15px;
  font-weight: 700;
}

.info-list__item_links_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.info-list__item_links_block a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  background: #665cac;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
}

.info-list__item_links_block a svg {
  margin-right: 10px;
  margin-top: 1px;
}

.info-list__item_links_block a.telegram {
  background: #47b0d3;
}

.doc-speciality {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.doc-speciality__icon {
  width: 13px;
  height: 13px;
  fill: #b0b7b9;
  display: inline-block;
  vertical-align: top;
}

.doc-speciality .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 10px;
  position: absolute;
  right: 10px;
  bottom: 11px;
  fill: #b0b7b9;
}

.doc-speciality label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 13px;
}

.doc-speciality__selector {
  margin-top: 4px;
  height: 35px;
  width: 100%;
  outline: none;
  padding-left: 8px;
  border: 1px solid #ccc;
}

.doc-speciality__selector:placeholder {
  color: #f00;
}

.doc-speciality__selector:invalid:not(:focus) {
  color: #f00;
}

.doc-speciality__selector:invalid:focus {
  color: transparent;
}

.doc-speciality__selector:focus {
  outline: none;
}

.doc-speciality__selector:focus option {
  color: initial;
}

.doc-speciality__list {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 295px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}

.doc-speciality__list li {
  height: 35px;
  width: 100%;
  padding-left: 10px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .doc-speciality__list li:hover {
    background-color: #f3f8fb;
  }
}

.doc-speciality__list_show {
  display: block;
}

.order-error {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  background: #fe5000;
}

.order-error span {
  line-height: 14px;
  font-size: 14px;
  color: #fff;
}

.order-error svg {
  fill: #fff;
  margin-right: 15px;
}

.incoming-data {
  background-color: #fff;
}

.incoming-data .regulations {
  height: 35px;
  font-size: 10px;
  line-height: 35px;
  text-align: center;
}

.incoming-data .regulations span {
  color: #5e6e71;
}

.incoming-data .regulations a {
  text-decoration: none;
  cursor: pointer;
  color: #4b89d3;
}

@media only screen and (min-width: 992px) {
  .incoming-data .regulations a:hover {
    border-bottom: 1px solid #4b89d3;
  }
}

.appointment-to {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 13px;
}

.appointment-to__img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.appointment-to__img-wrapper {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  width: 56px;
  height: 71px;
  position: relative;
  margin-top: 3px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.appointment-to__img-wrapper_lab {
  width: 80px !important;
  height: 80px !important;
}

.appointment-to__img-wrapper_dep {
  width: 55px !important;
  height: 55px !important;
}

.appointment-to__img-wrapper_dep_w-img {
  border-color: #000 !important;
}

.appointment-to__data {
  margin-left: 20px;
}

.appointment-to__data-title {
  font-size: 16px;
  line-height: 18px;
}

.appointment-to__data-title_short {
  padding-right: 15px;
  line-height: 19px;
}

.appointment-to__data-descr {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
}

.appointment-to__promo {
  width: 175px;
  height: 80px;
  margin-top: 3px;
  margin-left: 15px;
  background-image: url("i/popups/promo-img.png");
}

.appointment-to__promo-title {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0.25em;
  color: #fff;
}

.appointment-to__promo-value {
  font-size: 50px;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.appointment-to__mini-icon {
  width: 17px;
  height: 17px;
}

.appointment-to__mini-icon svg {
  width: 17px;
  height: 17px;
  fill: #b0b7b9;
}

.info-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-list__item:last-of-type p {
  margin-bottom: 0;
}

.info-list__item svg {
  fill: #b0b7b9;
}

.info-list__item .wallet {
  width: 15px;
  height: auto;
}

.info-list__item .suitcase {
  width: 15px;
  height: auto;
}

.info-list__item .plus {
  width: 13px;
  height: 13px;
}

.info-list__item p {
  margin-left: 10px;
  color: #5e6e71;
  line-height: 18px;
  max-width: 90%;
}

.info-list__item p span {
  font-weight: 700;
  color: #5e6e71;
}

.info-list__item:not(:first-child) {
  margin-top: 10px;
}

.info-list_promo {
  padding-bottom: 19px;
}

.form {
  width: 100%;
  margin-top: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ebeff6;
  position: relative;
}

.form-group- {
  width: 100%;
  position: relative;
}

.form-group-_textarea-hidden {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-group-_textarea-hidden .form-textarea {
  height: 0;
  padding: 0;
  border-color: #f5f5f5;
  -webkit-transition: scale 0.4s linear;
  -moz-transition: scale 0.4s linear;
  -o-transition: scale 0.4s linear;
  -ms-transition: scale 0.4s linear;
  transition: scale 0.4s linear;
  border: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-group-_textarea-hidden .form-textarea__btn {
  color: #4b89d3;
  border-bottom: 1px dotted #4b89d3;
  cursor: pointer;
}

.form-group- .form-textarea__btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.form div.control- {
  background: #fff;
  cursor: pointer;
}

.form .control- {
  width: 100%;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  line-height: 35px;
  font-size: 13px;
  color: #333536;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.form .control-::placeholder {
  color: transparent;
}

.form .control-:focus {
  outline: none;
}

.form .control-:focus + .control--label {
  color: #3cbeac;
}

.form .control-:focus + .control--label svg {
  fill: #3cbeac;
}

.form .control--label {
  font-size: 13px;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 4px;
}

.form .control--label-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  fill: #b0b7b9;
  max-height: 13px;
}

.form .control--label-icon_person,
.form .control--label-icon_phone {
  width: 11px;
}

.form .control--label-icon_email,
.form .control--label-icon_time {
  width: 13px;
}

.form .control--label-icon_comment {
  width: 13px;
}

.form .control--label-text {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}

.form .control--label-optional {
  color: #b0b7b9;
  font-size: 11px;
}

.form-textarea {
  width: 100%;
  height: 70px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  color: #333536;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.form-textarea:focus {
  outline: none;
}

.form-textarea__btn {
  margin-left: 0;
  color: #5e6e71;
  border-bottom-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: default;
}

.form-submit {
  width: 260px;
  height: 35px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  line-height: 35px;
  color: #fff;
  background-color: #47d7ac;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media only screen and (min-width: 992px) {
  .form-submit:hover {
    background-color: #3ab3a2;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}

.error-text {
  display: none;
  height: 14px;
  width: 100%;
  padding-left: 22px;
  position: absolute;
  bottom: -14px;
  font-size: 11px;
  line-height: 13px;
  background-color: #e74a37;
  color: #fff;
}

.input-validation .control- {
  border: 1px solid #e74a37;
}

.input-validation .control-::placeholder {
  color: #e74a37;
}

.input-validation .error-text {
  display: block;
}

.additional-data-list {
  margin-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.additional-data-list__item {
  width: 100%;
  font-size: 13px;
  position: relative;
}

.additional-data-list__item input[type=checkbox] {
  margin-top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.additional-data-list__item input[type=checkbox]:focus {
  outline: none;
}

.additional-data-list__item:first-child {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.additional-data-list__item:not(:first-child) {
  margin-left: 17px;
}

.datetime-input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}

.datetime-input__title-wrapper {
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datetime-input__title-icon {
  width: 11px;
  height: 13px;
  fill: #333536;
}

.datetime-input__title-text {
  margin-left: 10px;
  line-height: 15px;
}

.datetime-input .calendar {
  height: 74px;
  background-color: #47d7ac;
}

.datetime-input .calendar .calendar__prev {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.datetime-input-opt-data {
  margin-top: 16px;
  padding-left: 10px;
}

.datetime-input-opt-data .additional-data-list__item .checkbox-icon {
  width: 10px;
  height: 10px;
}

.datetime-input_view {
  -webkit-transform: translate(0%);
  -moz-transform: translate(0%);
  -o-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}

.datetime__btn {
  width: 128px;
  height: 28px;
  color: #fff;
  background-color: #47d7ac;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.datetime__btn-group {
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.datetime__btn-icon {
  width: 12px;
  height: 10px;
  fill: #fff;
}

.datetime__btn-text {
  margin-left: 15px;
  font-size: 13px;
  line-height: 28px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .datetime__btn:hover {
    background-color: #41cba2;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}

.day-period-wrapper {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.day-period__item {
  height: 28px;
  line-height: 25px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #333536;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #ebeff6;
}

.day-period__item:focus,
.day-period__item:hover {
  text-decoration: none;
  color: #333536;
}

.day-period__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}

.day-period__item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}

.day-period__item_active {
  color: #fff;
  background-color: #47d7ac;
  text-decoration: none;
}

.time-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.time__item {
  width: 25%;
  height: 26px;
  position: relative;
}

.time__item:not(:nth-child(-n+4)) {
  margin-top: 12px;
}

.time__item input[type=checkbox] {
  margin-top: 0;
  display: none;
}

.time__item input[type=checkbox]:focus,
.time__item input[type=checkbox]:hover {
  outline: none;
}

.time__item .checkbox-input {
  width: 4px;
  height: 4px;
  margin-left: 10px;
}

.time__item .checkbox-input:disabled + .checkbox-label span {
  color: #b0b7b9;
}

.time__item .checkbox-input:checked + .checkbox-label {
  background-color: #f5f5f5;
}

@media only screen and (min-width: 992px) {
  .time__item .checkbox-input:not(:disabled):not(:checked):hover + .checkbox-label {
    background-color: #f8fafd;
  }

  .time__item .checkbox-input:not(:disabled):not(:checked):hover + .checkbox-label .checkbox-icon .checkbox-icon__border {
    fill: #0957c3;
  }
}

.time__item .checkbox-label {
  height: 26px;
  width: 100%;
  padding-left: 10px;
  padding-top: 2px;
  border-radius: 8px;
  white-space: nowrap;
}

.time__item .checkbox-label span {
  margin-left: 2px;
  font-size: 12px;
  line-height: 19px;
}

.time__item .checkbox-icon {
  width: 10px;
  height: 10px;
}

.checkbox-input {
  width: 0;
  height: 0;
  outline: none;
  position: relative;
  top: 1px;
}

.checkbox-input:checked + label .checkbox-icon__bg {
  fill: #0957c3;
}

.checkbox-input:checked + label .checkbox-icon__border {
  fill: #0957c3;
}

.checkbox-input:checked + label .checkbox-icon__check {
  fill: #fff;
}

.checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-label span {
  margin-left: 7px;
}

.checkbox-icon {
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}

.checkbox-icon__bg {
  fill: #fff;
}

.checkbox-icon__border {
  fill: #c2c2c2;
}

.checkbox-icon__check {
  fill: transparent;
}

.calendar {
  height: 75px;
  background-color: #3ebdab;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.calendar__prev,
.calendar__next {
  width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.calendar__prev-icon,
.calendar__next-icon {
  width: 9px;
  height: 13px;
  fill: #fff;
}

@media only screen and (min-width: 992px) {
  .calendar__prev:hover,
  .calendar__next:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.calendar__item {
  width: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.calendar__item-month {
  position: absolute;
  top: 4px;
  font-size: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.calendar__item-date {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  font-size: 15px;
}

.calendar__item-week-day {
  position: absolute;
  font-size: 10px;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.calendar__item_main {
  width: 72px;
  height: 80px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 8px;
  background-color: #41cba2;
}

.calendar__item_main .calendar__item-month {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.calendar__item_main .calendar__item-date {
  font-size: 28px;
}

.calendar__item_main .calendar__item-week-day {
  font-size: 10px;
  bottom: 10px;
}

.calendar_disabled-item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

@media only screen and (min-width: 992px) {
  .calendar_disabled-item:hover {
    cursor: auto;
  }
}

.promo__title {
  margin-top: 7px;
  margin-bottom: 9px;
  text-align: center;
  line-height: 16px;
}

.promo-code {
  margin-top: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f5f5f5;
}

.promo-code__title {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.promo-code__value {
  font-size: 46px;
  text-align: center;
}

.promo-code__descr {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.attention {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 16px;
}

.attention span {
  font-weight: 800;
}

.question {
  padding-top: 50px;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

.question-descr {
  margin-top: 48px;
  font-size: 14px;
  line-height: 18px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}

.question-descr_short {
  margin-top: 25px;
}

.question_short {
  padding-top: 15px;
}

.tel-list {
  margin-top: 38px;
}

.tel-list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tel-list__item-icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.tel-list__item-icon_tel {
  width: 17px;
  height: 17px;
}

.tel-list__item-number {
  margin-left: 15px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
}

.tel-list__item-number:hover {
  color: #fff;
}

.tel-list__item:not(:first-child) {
  margin-top: 16px;
}

.interrupt__btn {
  display: block;
  background-color: #fff;
  width: 197px;
  height: 35px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  position: relative;
}

.interrupt__btn-wrapper {
  margin-top: 58px;
  padding-bottom: 60px;
}

.interrupt__btn-icon {
  width: 12px;
  height: 10px;
  fill: #0957c3;
  position: relative;
  left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.interrupt__btn-text {
  font-size: 14px;
  line-height: 35px;
  margin-left: 20px;
  color: #0957c3;
  display: inline-block;
  vertical-align: middle;
}

.interrupt__btn-close-group {
  margin-top: 21px;
  width: 197px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.interrupt__btn-close-group-text {
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
}

.interrupt__btn-close-group svg {
  fill: #fff;
}

.popup-content_short .question {
  padding-top: 15px;
}

.popup-content_short .question-descr {
  margin-top: 25px;
}

.popup-content_short .tel-list {
  margin-top: 10px;
}

.popup-content_short .interrupt__btn-wrapper {
  margin-top: 27px;
  padding-bottom: 0;
}

.popup-content_short .interrupt__btn-close-group {
  margin-top: 13px;
  cursor: pointer;
}

#request-dialog .modal-dialog,
#cla-request .modal-dialog,
#cla-thankyou .modal-dialog {
  width: 300px;
  max-width: 740px;
}

#request-dialog .modal-dialog .modal-content,
#cla-request .modal-dialog .modal-content,
#cla-thankyou .modal-dialog .modal-content {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.js-open-dialog-popup {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.js-close-dialog-popup {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

@media only screen and (max-width: 767px) {
  #request-dialog-10 .modal-content {
    background: transparent;
  }
}

#request-dialog-11 .modal-dialog {
  width: 300px;
}

#request-dialog-11 .modal-dialog .service-group__list {
  width: 100%;
}

.modal .popup:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0957c3;
  z-index: 10;
}

.close-after-interrupt .popup:nth-child(2) {
  height: 100%;
}

.branch-dropdown {
  width: 270px;
  margin: 0 auto 14px;
  position: relative;
  z-index: 10;
  left: auto;
}

.branch-dropdown.dropped {
  z-index: 12;
}

.branch-dropdown ul {
  display: none;
  position: absolute;
  top: 24px;
  z-index: 1;
  width: 270px;
  max-height: 232px;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  background: #fff;
  border-right: 1px solid #ebeff6;
  border-left: 1px solid #ebeff6;
  border-radius: 0 0 8px 8px;
}

.branch-dropdown:after {
  position: absolute;
  font-family: 'icomoon';
  content: "\e922";
  font-size: 5px;
  color: #333536;
  z-index: 10;
  top: 12px;
  right: 11px;
}

.branch-dropdown.dropped ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.branch-dropdown.dropped .branch-dropdown__item.active {
  height: auto;
  border-top: none;
}

.branch-dropdown.dropped .branch-dropdown__item.active:first-of-type {
  border-top: 1px solid #ccc;
}

.branch-dropdown.dropped .branch-dropdown__item.active:first-of-type .branch-dropdown__link {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 28px;
}

.branch-dropdown.dropped .branch-dropdown__item.active .branch-dropdown__link {
  overflow: auto;
  white-space: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
}

.branch-dropdown.dropped:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.branch-dropdown__item {
  width: 100%;
  padding: 15px 7px 15px 0;
  border-bottom: 1px solid #ebeff6;
  background-color: #fff;
}

.branch-dropdown__item:hover {
  background: #f0f5fb;
}

.branch-dropdown_val {
  width: 270px;
  height: 30px;
  border: 1px solid #ebeff6;
  background-color: #fff;
  z-index: 10;
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 13px;
  border-radius: 8px;
  text-decoration: none;
  padding-left: 12px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 28px;
  cursor: pointer;
  outline: none;
}

.doc-speciality .dropdown-header {
  font-size: 13px;
  line-height: 18px;
  color: #696666;
  font-weight: bold;
}

.doc-speciality .dropdown-menu > li > a {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #696666;
  margin-left: 0;
}

.doc-speciality .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.doc-speciality .bootstrap-select > .dropdown-toggle.bs-placeholder {
  width: 270px;
  height: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 28px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.doc-speciality .bootstrap-select > .dropdown-toggle.bs-placeholder span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #696666;
}

.branch-dropdown__link {
  color: #333536;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 15px;
  display: block;
  line-height: 18px;
}

.branch-dropdown__link:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .popup_services.popup_large {
    width: 940px;
  }
}

.popup_services .popup-header {
  padding: 10px 15px;
  height: auto;
  text-align: left;
  background-color: #fff;
  color: #5e6e71;
}

.popup_services .popup-header__wrapper {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_services .popup-header__title {
  text-align: left;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5e6e71;
}

.popup_services .popup-close__btn {
  position: relative;
  top: auto;
  left: auto;
}

.popup_services .popup-close-icon {
  fill: #5e6e71;
}

.popup_services .popup-content {
  height: 563px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.popup_services .popup-footer {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 45px;
}

@media only screen and (max-width: 767px) {
  .popup_services .popup-footer {
    height: 40px;
  }
}

.popup_services .popup-footer a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4b89d3;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .popup_services .popup-footer a:hover {
    text-decoration: underline;
  }
}

.popup_services .popup-footer a svg {
  margin-left: 10px;
  margin-top: 2px;
  width: 7px;
  height: 10px;
  fill: #4b89d3;
}

.popup_services .popup-footer button {
  height: 35px;
  width: 125px;
  font-size: 17px;
  background-color: #3ab3a2;
  border-radius: 3px;
  color: #fff;
}

.modal-content.whitepopup {
  background: #fff;
  border-radius: 8px;
}

.appointment-form {
  min-height: 422px;
}

/* Rectangle 3 */

#phonelogin #loginClinic,
#loginclinic #loginClinic {
  margin-top: 10px;
  display: block;
}

#phonelogin .popup-content,
#loginclinic .popup-content {
  background: #f5f5f5;
  padding-top: 22px;
}

#phonelogin .login-icons__title,
#loginclinic .login-icons__title {
  font-size: 12px;
}

#phonelogin .leave-review__btn__wrapper,
#loginclinic .leave-review__btn__wrapper {
  padding: 0;
}

#phonelogin .phone-login,
#loginclinic .phone-login,
#phonelogin .default-login,
#loginclinic .default-login {
  padding: 0 20px;
  padding-bottom: 20px;
}

#phonelogin .phone-login .leave-review__text,
#loginclinic .phone-login .leave-review__text,
#phonelogin .default-login .leave-review__text,
#loginclinic .default-login .leave-review__text {
  margin-top: 15px;
  margin-bottom: 13px;
}

#phonelogin .phone-login .leave-review__text p,
#loginclinic .phone-login .leave-review__text p,
#phonelogin .default-login .leave-review__text p,
#loginclinic .default-login .leave-review__text p {
  margin-bottom: 0;
}

#phonelogin .modal-bottom-icons,
#loginclinic .modal-bottom-icons {
  padding: 13px 20px 20px;
  background: rgba(255,255,255,0);
  border-top: 1px solid #ebeff6;
}

#phonelogin .modal-bottom-icons .login-icons__item,
#loginclinic .modal-bottom-icons .login-icons__item {
  width: 33%;
}

#phonelogin .modal-bottom-icons .login-icons__wrap,
#loginclinic .modal-bottom-icons .login-icons__wrap {
  height: 25px;
}

#phonelogin .modal-bottom-icons .login-icons__icon svg,
#loginclinic .modal-bottom-icons .login-icons__icon svg {
  height: 10px;
}

#loginclinic .popup {
  background: #f5f5f5;
}

.w300 .modal-dialog {
  max-width: 300px;
  width: 100%;
  padding: 0;
}

.w300 .form-control {
  border-radius: 0;
}

.profile-modal .modal-dialog {
  max-width: 300px;
}

.profile-modal .popup-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 25px 40px;
  background: #fff;
}

.profile-modal .profile-modal__link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 100px;
}

.profile-modal .profile-modal__link:first-of-type {
  margin-bottom: 30px;
}

.profile-modal .profile-modal__link:first-of-type svg {
  width: 36px;
  height: 36px;
}

.profile-modal .profile-modal__link:nth-child(2) {
  margin-bottom: 30px;
}

.profile-modal .profile-modal__link:nth-child(2) svg {
  width: 37px;
}

.profile-modal .profile-modal__link:nth-child(3) svg {
  width: 37px;
  height: 36px;
}

.profile-modal .profile-modal__link:last-of-type svg {
  width: 39px;
  height: 29px;
}

.profile-modal .profile-modal__link:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .profile-modal .profile-modal__link:hover i {
    background: #4b89d3;
  }
}

@media only screen and (min-width: 992px) {
  .profile-modal .profile-modal__link:hover span {
    color: #4b89d3;
  }
}

@media only screen and (min-width: 992px) {
  .profile-modal .profile-modal__link:hover svg {
    fill: #fff;
  }
}

.profile-modal .profile-modal__link i {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border-radius: 50%;
  margin-bottom: 8px;
}

.profile-modal .profile-modal__link svg {
  fill: #828282;
}

.profile-modal .profile-modal__link span {
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #5e6e71;
}

.phone-login .form-group.has-error .error-message {
  background: transparent;
}

.default-login .form-group.has-error .error-message {
  background: transparent;
}

.u-coupon {
  background-image: url("/i/icons.png");
  background-position: -754px -189px;
  width: 260px;
  height: 51px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  margin: 20px auto 0 auto;
}

.syn-coupon {
  background-image: url("/i/icons.png");
  background-position: -754px -244px;
  width: 259px;
  height: 51px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  margin: 20px auto 0 auto;
}

.w-coupon {
  background-image: url("/i/icons.png");
  background-position: -754px -63px;
  width: 267px;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  margin: 20px auto 0 auto;
}

.d-coupon {
  background-image: url("/i/icons.png");
  background-position: -754px -126px;
  width: 267px;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 7px;
  margin: 20px auto 0 auto;
}

.t-coupon {
  background-image: url("/i/icons.png");
  background-position: -754px -299px;
  width: 259px;
  height: 41px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  margin: 20px auto 0 auto;
}

.u-coupon p,
.w-coupon p,
.d-coupon p,
.t-coupon p,
.syn-coupon p {
  line-height: 15px;
  font-size: 13px;
  color: #fff;
  text-align: left;
  margin: 0;
  max-width: 185px;
}

.w-coupon p {
  margin-bottom: 7px;
}

.t-coupon p {
  max-width: 155px;
}

#select-area .modal-header,
#select-other-area .modal-header {
  padding-bottom: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header,
  #select-other-area .modal-header {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 560px) {
  #select-area .modal-header,
  #select-other-area .modal-header {
    padding-left: 10px;
  }

  #select-area .modal-header .nav-pills,
  #select-other-area .modal-header .nav-pills {
    padding-left: 8px;
  }

  #select-area .modal-header .nav-pills li:nth-child(1),
  #select-other-area .modal-header .nav-pills li:nth-child(1) {
    display: none;
  }
}

#select-area .modal-header .close,
#select-other-area .modal-header .close {
  background-image: url("/i/icons.png");
  background-position: -588px -768px;
  width: 15px;
  height: 15px;
  right: 25px;
  bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .close,
  #select-other-area .modal-header .close {
    bottom: 43px;
  }
}

#select-area .modal-header .nav-pills,
#select-other-area .modal-header .nav-pills {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 0 22px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .nav-pills,
  #select-other-area .modal-header .nav-pills {
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 560px) {
  #select-area .modal-header .nav-pills,
  #select-other-area .modal-header .nav-pills {
    padding: 0 0 0 10px;
  }
}

#select-area .modal-header .nav-pills li,
#select-other-area .modal-header .nav-pills li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .nav-pills li,
  #select-other-area .modal-header .nav-pills li {
    font-size: 18px;
  }
}

#select-area .modal-header .nav-pills li a,
#select-other-area .modal-header .nav-pills li a {
  position: relative;
  top: -2px;
  font-size: 22px;
  color: #fff;
  background-color: transparent;
  padding: 1px 4px;
  border-radius: 8px;
}

#select-area .modal-header .nav-pills li a:hover,
#select-other-area .modal-header .nav-pills li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .nav-pills li a,
  #select-other-area .modal-header .nav-pills li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  #select-area .modal-header .nav-pills li a,
  #select-other-area .modal-header .nav-pills li a {
    padding: 1px 0;
  }
}

#select-area .modal-header .nav-pills li.active a,
#select-other-area .modal-header .nav-pills li.active a {
  color: #fff;
  font-weight: 700;
  padding: 1px 4px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .nav-pills li.active a,
  #select-other-area .modal-header .nav-pills li.active a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  #select-area .modal-header .nav-pills li.active a,
  #select-other-area .modal-header .nav-pills li.active a {
    padding: 1px 0;
  }
}

#select-area .modal-header .nav-pills li.active a:before,
#select-other-area .modal-header .nav-pills li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  bottom: -19px;
  margin-left: -10px;
  border-style: solid;
  border-width: 7px 10px 0 10px;
  border-color: #2d535c transparent transparent transparent;
}

@media only screen and (max-width: 560px) {
  #select-area .modal-header .nav-pills li.active a:before,
  #select-other-area .modal-header .nav-pills li.active a:before {
    border-color: #153e48 transparent transparent transparent;
  }
}

#select-area-districts .district-list__other,
#select-area-districts2 .district-list__other {
  padding: 0 30px 0 14px;
}

#select-area-districts .district-list__mod,
#select-area-districts2 .district-list__mod {
  padding: 2px 30px 11px 14px;
}

@media only screen and (max-width: 767px) {
  #select-area-districts .district-list__mod,
  #select-area-districts2 .district-list__mod {
    padding-left: 0;
  }
}

#select-area-districts .district-list__mod div,
#select-area-districts2 .district-list__mod div {
  margin-bottom: 0;
  padding-right: 1%;
}

@media only screen and (max-width: 767px) {
  #select-area-districts .pill-group,
  #select-area-districts2 .pill-group {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
  }

  #select-area-districts .pill-group:nth-child(even),
  #select-area-districts2 .pill-group:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  #select-area-districts .pill-group,
  #select-area-districts2 .pill-group {
    width: 100%;
  }
}

#select-area-districts .pill-group li,
#select-area-districts2 .pill-group li {
  position: relative;
  padding-left: 0;
  line-height: 16px;
}

#select-area-districts .pill-group li:before,
#select-area-districts2 .pill-group li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-image: url("/i/icons.png");
  background-position: -1119px -283px;
  width: 5px;
  height: 5px;
}

#select-area-districts .pill-group span span,
#select-area-districts2 .pill-group span span {
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  #select-area .metro-map {
    background: #fff;
    margin-top: 30px;
    height: auto;
    width: 100%;
  }
}

#select-area .metro-map .pill>span>span {
  border-bottom: 0;
  color: #0957c3;
}

@media only screen and (max-width: 767px) {
  #select-area .metro-map .pill>span>span {
    color: #5e6e71;
  }
}

#select-area .metro-map .pill.is-active.icon-left>span:before,
#select-area .metro-map .pill.is-active.icon-left>span:after {
  left: 3px;
  right: auto;
}

@media only screen and (max-width: 767px) {
  #select-area .metro-map .pill.is-active.icon-left>span:before,
  #select-area .metro-map .pill.is-active.icon-left>span:after {
    display: block;
    left: auto;
    right: 5px;
  }
}

#select-area .metro-map .pill.is-active>span:before,
#select-area .metro-map .pill.is-active>span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 11px;
  top: 50%;
  right: 3px;
  margin-top: -2px;
  background: #fff;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#select-area .metro-map .pill.is-active>span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#select-area .metro-map .pill.is-active>span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#select-area .metro-map .pill.is-active>span span {
  color: #fff;
}

#select-area .metro-map .pill.is-active>span:hover:before,
#select-area .metro-map .pill.is-active>span:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

#select-area .metro-map .pill.is-active>span>span {
  border-bottom: 0;
  color: #fff;
}

#select-area .metro-map .pill.is-active>span {
  border-radius: 0;
  background: #0957c3;
}

@media only screen and (max-width: 767px) {
  #select-area .metro-map .pill.is-active>span {
    padding-top: 1px;
    padding-bottom: 5px;
  }
}

#select-area .tab-pane.js-list-scroll {
  padding-top: 0;
}

#select-area .modal-body {
  padding: 0 12px 0 0;
}

#select-area .modal-content {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-content .modal-header {
    padding-left: 0;
  }
}

#select-area .modal-header {
  background: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}

#select-area .modal-header .nav-pills {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .nav-pills {
    padding: 0 10px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#select-area .modal-header .nav-pills li.active a,
#select-area .modal-header .nav-pills li:hover a {
  background: #eef3fb;
  text-decoration: none;
}

#select-area .modal-header .nav-pills li.active a:before,
#select-area .modal-header .nav-pills li:hover a:before {
  display: none;
}

#select-area .modal-header .nav-pills li.active svg,
#select-area .modal-header .nav-pills li:hover svg {
  fill: #0957c3;
}

#select-area .modal-header .nav-pills li.active span,
#select-area .modal-header .nav-pills li:hover span {
  color: #0957c3;
}

#select-area .modal-header .nav-pills li {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-header .nav-pills li:nth-child(1) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 560px) {
  #select-area .modal-header .nav-pills li:nth-child(1) {
    display: block;
  }
}

#select-area .modal-header .nav-pills li:last-of-type {
  margin-right: 0;
}

#select-area .modal-header .nav-pills li a {
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 121px;
  height: 30px;
  font-size: 12px;
  text-decoration: none;
}

#select-area .modal-header .nav-pills li a i {
  max-width: 15px;
  max-height: 15px;
  display: block;
}

#select-area .modal-header .nav-pills li a span {
  color: #5e6e71;
  font-size: 14px;
  font-weight: normal;
  margin-left: 11px;
  border-bottom: none;
}

#select-area .modal-header .nav-pills li a svg {
  fill: #828282;
}

#select-area .modal-header .nav-pills li a .location-i {
  max-height: 15px;
  display: block;
}

#select-area .modal-header .nav-pills li a .metro-i {
  max-height: 11px;
  display: block;
}

#select-area #select-area-metro {
  margin-bottom: 55px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #select-area #select-area-metro {
    margin-bottom: 0;
  }
}

#select-area #select-area-districts {
  max-height: inherit;
}

@media only screen and (max-width: 767px) {
  #select-area #select-area-districts {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #select-area #select-area-districts .districts-check-list {
    padding: 10px 10px 0 10px;
  }
}

@media only screen and (max-width: 560px) {
  #select-area #select-area-districts .districts-check-list {
    padding-right: 0;
  }
}

#select-area #select-area-districts .districts-check-list .pill-group label {
  width: 100%;
  line-height: 16px;
  margin-bottom: 0;
  padding-left: 0;
}

#select-area #select-area-districts .districts-check-list .pill-group>span {
  padding-left: 10px;
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input+span {
  padding-top: 3px;
  padding-bottom: 2px;
  margin-bottom: 0;
  padding-right: 18px;
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span {
  background: #eef3fb;
  border-radius: 0;
  color: #333536;
  position: relative;
  margin-left: 0;
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span:before,
#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 11px;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  background: #333536;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span span {
  color: #333536;
}

#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span:hover:before,
#select-area #select-area-districts .districts-check-list .pill-group ul .with-icon input:checked+span:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

#select-area #select-area-districts .districts-check-list .pill-group li {
  padding-left: 0;
}

#select-area #select-area-districts .districts-check-list .pill-group li>label span {
  padding-left: 14px;
}

#select-area #select-area-districts .districts-check-list .pill-group li:before {
  left: 10px;
  z-index: 2;
}

#select-area #select-area-districts .districts-check-list .pill-group li:before {
  top: 12px;
  background: #c4c4c4;
  border-radius: 50%;
}

#select-area #select-area-districts .districts-check-list li {
  background: #fff;
}

#select-area #select-area-districts .districts-check-list li>label span {
  padding: 3px 0 3px 5px;
}

#select-area #select-area-districts .districts-check-list li>ul {
  margin-top: -1px;
}

#select-area #select-area-districts .districts-check-list li>ul li {
  padding-left: 10px;
}

#select-area #select-area-districts .districts-check-list .is-active li:before {
  background: #c4c4c4;
}

#select-area #select-area-districts .districts-check-list span {
  font-weight: 500;
  line-height: 18px;
  font-size: 13px;
  color: #333536;
  border: none;
  border-radius: 0;
  text-decoration: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #select-area #select-area-districts .districts-check-list span {
    line-height: 18px;
    font-size: 16px;
  }
}

#select-area #select-area-districts .districts-check-list span span {
  margin-left: 0;
}

#select-area #select-area-districts .districts-check-list input:checked+span {
  margin-bottom: 0;
}

#select-area #select-area-districts .districts-check-list input:checked+span:before,
#select-area #select-area-districts .districts-check-list input:checked+span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 11px;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  background: #fff;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#select-area #select-area-districts .districts-check-list input:checked+span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#select-area #select-area-districts .districts-check-list input:checked+span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#select-area #select-area-districts .districts-check-list input:checked+span:hover:before,
#select-area #select-area-districts .districts-check-list input:checked+span:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

#select-area #select-area-districts .districts-check-list input:checked+span span {
  color: #fff;
}

#select-area #select-area-districts .districts-check-list ul span {
  font-weight: 400;
}

#select-area .modal-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5e6e71;
  border-bottom: 1px solid #ebeff6;
  padding: 11px 45px 10px 20px;
}

#select-area .popup-close__btn {
  top: 14px;
  right: 20px;
}

#select-area .modal-btn-190 {
  min-width: 142px;
  width: 142px;
  padding: 0;
  line-height: 30px;
  font-size: 13px;
  height: 36px;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-btn-190 {
    margin-bottom: 20px;
  }
}

#select-area .modal-footer {
  padding: 0 0 40px 0;
}

#select-area .modal-footer.footer-def__mod {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-footer.footer-def__mod {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

#select-area .modal-footer a {
  color: #333536;
  font-size: 13px;
  border-bottom: none;
  padding-left: 25px;
  margin-right: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #select-area .modal-footer a {
    margin: 0 0 0 -15px;
  }
}

#select-area .modal-footer a:before,
#select-area .modal-footer a:after {
  content: '';
  position: absolute;
  background: #333536;
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 2px;
  width: 13px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

#select-area .modal-footer a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#select-area .modal-footer a:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#select-area .modal-footer a:hover {
  color: #0957c3;
}

#select-area .modal-footer a:hover:before,
#select-area .modal-footer a:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #0957c3;
}

#select-area .modal-footer .abs-helper,
#select-countries .modal-footer .abs-helper,
#select-area-diagnostics .modal-footer .abs-helper {
  margin-left: 20px;
  font-size: 16px;
}

.more-toggle {
  display: none;
  height: 5px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  text-align: center;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.more-toggle__link {
  position: relative;
  top: 7px;
  display: inline-block;
  text-decoration: none;
}

.more-toggle_with-icon .more-toggle__link {
  padding-right: 15px;
}

.more-toggle__link:hover .more-toggle__hide-label>span,
.more-toggle__link:hover .more-toggle__show-label>span {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .more-toggle__link {
    width: 100%;
  }
}

.more-toggle__show-label,
.more-toggle__hide-label {
  position: relative;
}

.more-toggle__show-label > span,
.more-toggle__hide-label > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.more-toggle__show-label > span:after,
.more-toggle__hide-label > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("/i/icons.png");
  background-position: -1080px -389px;
  width: 9px;
  height: 5px;
}

.more-toggle__show-label {
  position: relative;
  display: inline-block;
}

.show-hidden-small-cards .more-toggle__show-label {
  display: none;
}

.more-toggle_with-icon .more-toggle__show-label {
  padding-right: 27px;
}

.more-toggle__show-label:after {
  content: '';
  position: absolute;
}

.more-toggle__hide-label {
  display: none;
}

.more-toggle__hide-label > span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.show-hidden-small-cards .more-toggle__hide-label {
  display: inline-block;
}

.more-toogle-parent {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .more-toogle-parent {
    padding-bottom: 70px;
  }
}

.more-toogle-parent .more-toggle {
  bottom: 20px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  left: 0;
  right: 0;
  height: 50px;
  background: 0 0;
}

@media only screen and (max-width: 767px) {
  .more-toogle-parent .more-toggle {
    bottom: 0;
  }
}

.has-hidden-small-cards .more-toggle {
  display: block;
  height: 35px;
  margin-bottom: -21px;
  background-color: #fff;
  border-top: 1px solid #c0d2d6;
}

.has-hidden-small-cards .more-toggle:hover span {
  text-decoration: underline;
}

.card .more-toggle__show-label:after,
.card .more-toggle__hide-label:after {
  display: none;
}

.card .more-toggle__show-label span,
.card .more-toggle__hide-label span {
  border: none;
}

.more-toggle.double-stroke-btn,
.more-toggle.single-stroke-btn {
  display: block;
  font-size: 14px;
  bottom: -18px;
}

.more-toggle.double-stroke-btn .link-wrap,
.more-toggle.single-stroke-btn .link-wrap {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.more-toggle.double-stroke-btn .link-wrap:hover:before,
.more-toggle.single-stroke-btn .link-wrap:hover:before {
  border-color: #47d7ac;
}

.more-toggle.double-stroke-btn .link-wrap:hover .more-toggle__link,
.more-toggle.single-stroke-btn .link-wrap:hover .more-toggle__link {
  color: #47d7ac;
  border-color: #47d7ac;
}

.more-toggle.double-stroke-btn .link-wrap:before,
.more-toggle.single-stroke-btn .link-wrap:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border: 1px dashed #0957c3;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .more-toggle.double-stroke-btn .link-wrap,
  .more-toggle.single-stroke-btn .link-wrap {
    width: 92%;
  }
}

.more-toggle.double-stroke-btn .more-toggle__link,
.more-toggle.single-stroke-btn .more-toggle__link {
  position: relative;
  top: 0;
  margin-top: 0;
  padding-top: 0;
  padding: 10px 25px;
  color: #0957c3;
  border: 1px dashed #0957c3;
  outline: none;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.more-toggle.double-stroke-btn .more-toggle__show-label,
.more-toggle.single-stroke-btn .more-toggle__show-label {
  padding: 0;
  top: 0;
}

.more-toggle.double-stroke-btn .more-toggle__show-label:after,
.more-toggle.single-stroke-btn .more-toggle__show-label:after {
  content: none;
}

.more-toggle.double-stroke-btn .more-toggle__show-label >span,
.more-toggle.single-stroke-btn .more-toggle__show-label >span {
  border: 0;
  font-size: 17px;
  font-weight: bold;
}

.single-stroke-btn.more-toggle .link-wrap:before {
  content: none;
}

.white-toggle.more-toggle {
  background: none;
}

.white-toggle.more-toggle .more-toggle__link {
  background: #fff;
}

.texture-toggle.more-toggle {
  background: none;
}

.texture-toggle.more-toggle .more-toggle__link {
  background: background-color #e8e8e8;
}

@media only screen and (max-width: 767px) {
  .more-toogle-parent .more-toggle {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-block .more-toggle {
    bottom: 65px;
  }
}

.tab-rezults_mod {
  padding-bottom: 150px;
}

.gallery-wrap {
  padding: 10px 0;
}

.gallery-wrap__title,
.gallery-wrap__text {
  padding: 5px 22px;
  color: #5e6e71;
}

.gallery-wrap__title {
  font-size: 18px;
}

.gallery-wrap__text {
  font-size: 16px;
}

.light-gallery {
  background-color: #e5f2f5;
  padding: 10px 5px 4px 10px;
  width: 100%;
}

.light-gallery__lists {
  zoom: 1;
  margin: 0 -5px;
}

.light-gallery__lists:before,
.light-gallery__lists:after {
  content: "";
  display: table;
}

.light-gallery__lists:after {
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .light-gallery__lists {
    text-align: center;
  }
}

.light-gallery__item {
  float: left;
  overflow: hidden;
}

.light-gallery__link {
  display: inline-block;
  position: relative;
}

.light-gallery__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
}

.light-gallery__link:hover {
  cursor: pointer;
}

.light-gallery__link:hover:before {
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 0px 0px 3px #47d7ac;
  box-shadow: inset 0px 0px 0px 3px #47d7ac;
}

.light-gallery__link:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/i/icons.png");
  background-position: -422px -239px;
  width: 35px;
  height: 35px;
  width: 35px;
  height: 35px;
}

.light-gallery__picture {
  display: inline-block;
  width: 200px;
  height: 146px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.light-gallery__image-caption {
  position: absolute;
  left: 5px;
  bottom: 10px;
  min-width: 18px;
  padding: 0 8px;
  line-height: 24px;
  color: #5e6e71;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255,255,255,0.75);
  border-radius: 3px;
  margin: 0;
}

.js-slider-next {
  background-image: url("/i/icons.png");
  background-position: -533px -239px;
  width: 32px;
  height: 32px;
  width: 32px;
  height: 32px;
}

.oberig__img {
  height: 650px;
  position: relative;
  margin-top: -1px;
  z-index: 1;
}

.oberig__img .rg-form-wrapper {
  right: 40px;
  top: 410px;
  left: auto;
}

.oberig__img .rg-form-wrapper .rg-form.text {
  text-align: center;
}

.oberig__block {
  padding: 0 48px;
  max-width: 750px;
  margin-left: auto;
  margin-top: 117px;
}

.oberig__title-wrapper {
  margin-top: 0;
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  text-align: right;
}

.oberig__maintitle {
  margin-bottom: 32px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  letter-spacing: 0;
  line-height: 45px;
  font-size: 48px;
}

.oberig-beauty,
.oberig-work,
.oberig-buy-steps {
  width: 960px;
  margin: 0 auto;
}

.oberig__title {
  font-weight: 400;
  line-height: 64px;
  font-size: 60px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 110px;
}

.oberig-beauty-wrapper {
  padding-top: 200px;
  padding-bottom: 75px;
  background: #f9f9f9;
}

.oberig-beauty-wrapper .landing-title {
  margin-bottom: 80px;
}

.oberig-beauty {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 78px;
}

.oberig-beauty__lt {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: -65px;
}

.oberig-beauty__price {
  font-weight: bold;
  line-height: 45px;
  font-size: 48px;
  color: #47d7ac;
  width: 265px;
  position: absolute;
  top: 47px;
  left: -46px;
}

.oberig-beauty__price span {
  font-size: 16px;
}

.oberig-beauty__rt .oberig-beauty__list {
  padding-left: 50px;
}

.oberig-beauty__item {
  font-weight: normal;
  line-height: 34px;
  font-size: 28px;
  color: #5e6e71;
  margin-bottom: 39px;
  position: relative;
}

.oberig-beauty__item:after {
  position: absolute;
  content: '';
  top: 10px;
  left: -56px;
  background: #71d2c6;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.oberig-work-wrapper {
  padding-top: 100px;
  padding-bottom: 16px;
  overflow: hidden;
}

.oberig-work-wrapper .landing-title {
  margin-bottom: 100px;
}

.oberig-work {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1140px;
  padding-left: 90px;
}

.oberig-work__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 94px;
}

.oberig-work__icon svg {
  fill: #4b89d3;
}

.oberig-work__text {
  margin-left: 60px;
  max-width: 380px;
}

.oberig-work__text h3 {
  font-weight: 700;
  line-height: normal;
  font-size: 28px;
  color: #5e6e71;
}

.oberig-work__text span {
  line-height: 21px;
  font-size: 18px;
  color: #5e6e71;
}

.oberig-work__item-1 {
  width: 415px;
}

.oberig-work__item-2 {
  width: 500px;
}

.oberig-work__item-3 {
  width: 450px;
}

.oberig-work__item-3 .oberig-work__text {
  margin-left: 50px;
}

.oberig-work__item-4 {
  width: 503px;
}

.oberig-work__item-4 .oberig-work__icon {
  padding-top: 14px;
}

.oberig-buy-wrapper {
  background: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 132px;
}

.oberig-buy-wrapper .landing-title {
  margin-bottom: 90px;
}

.oberig-buy-steps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 108px;
}

.oberig-buy__step {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  text-align: center;
  position: relative;
}

.oberig-buy__i {
  position: absolute;
  top: 52px;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .oberig-buy__i {
    display: none;
  }
}

.oberig-buy__num {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 112px;
  height: 112px;
  font-size: 150px;
  text-align: center;
  color: #47d7ac;
  font-weight: 800;
  margin-bottom: 63px;
}

.oberig-buy__text-1,
.oberig-buy__text-2 {
  width: 220px;
}

.oberig-buy__text-3 {
  width: 275px;
}

.oberig-buy__text {
  line-height: 28px;
  font-size: 24px;
  text-align: center;
  color: #5e6e71;
}

.oberig-table__bottom {
  width: 960px;
  margin: 0 auto;
  background: rgba(174,182,184,0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.oberig-table__bottom-i svg {
  fill: #b0b2b2;
}

.oberig-table__bottom-text {
  line-height: 17px;
  font-size: 14px;
  color: #5e6e71;
  margin-left: 40px;
}

.oberig-buy-table {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  border-radius: 4px;
  border-bottom: 5px solid #d9d9d9;
}

.oberig-buy-table thead tr {
  border-bottom: 1px solid #ebeff6;
}

.oberig-buy-table thead tr th {
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  color: #47d7ac;
  padding-top: 32px;
  padding-bottom: 15px;
}

.oberig-buy-table thead tr th.oberig-firsthead {
  font-weight: 400;
  line-height: 12px;
  font-size: 12px;
  color: #a4a4a4;
  width: 365px;
  text-align: left;
  padding-left: 40px;
}

.oberig-buy-table tbody tr {
  border-bottom: 1px solid #ebeff6;
}

.oberig-buy-table tbody tr td {
  font-weight: 400;
  line-height: 14px;
  font-size: 14px;
  color: #5e6e71;
  height: 40px;
  text-align: center;
}

.oberig-buy-table tbody tr td.oberig-firstcol {
  padding-left: 40px;
  text-align: left;
}

.oberig-buy-table tbody tr td .oberig-threecol {
  display: inline-block;
  width: 40px;
}

.oberig2-buy-table__wrapper .oberig-buy-table {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

.oberig2-buy-table__wrapper .oberig-buy-table tbody tr:last-of-type {
  border-bottom: none;
}

.oberig-health-wrapper {
  padding-top: 106px;
  padding-bottom: 123px;
}

.oberig-health__title {
  font-weight: 700;
  line-height: 45px;
  font-size: 48px;
  text-align: center;
  color: #4b89d3;
  margin-bottom: 106px;
}

.oberig-health__list {
  width: 910px;
  margin: 0 auto 114px;
  padding-left: 65px;
}

.oberig-health__item {
  line-height: 28px;
  font-size: 24px;
  color: #5e6e71;
  margin-bottom: 28px;
  position: relative;
}

.oberig-health__item:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -50px;
  width: 14px;
  height: 14px;
  background: #71d2c6;
  border-radius: 50%;
}

.oberig-health__submit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #47d7ac;
  border-radius: 2px;
  width: 288px;
  height: 40px;
  text-decoration: none;
  margin: 0 auto 0 auto;
}

.oberig-health__submit:hover,
.oberig-health__submit:focus,
.oberig-health__submit:active {
  text-decoration: none;
  background: #2aa697;
}

@media only screen and (max-width: 1199px) {
  .landing-title {
    line-height: 50px;
    font-size: 50px;
  }

  .oberig__img {
    height: 530px;
  }

  .oberig__img .rg-form-wrapper {
    top: 300px;
  }

  .oberig__block {
    margin-top: 52px;
    max-width: 720px;
  }

  .oberig__maintitle {
    line-height: 45px;
    font-size: 42px;
  }

  .oberig-beauty-wrapper {
    padding-bottom: 60px;
  }

  .oberig-beauty-wrapper .landing-title {
    margin-bottom: 60px;
  }

  .oberig-beauty__item {
    margin-bottom: 32px;
    font-size: 26px;
  }

  .oberig-work-wrapper {
    padding-top: 80px;
  }

  .oberig-work-wrapper .landing-title {
    margin-bottom: 80px;
  }

  .oberig-work {
    width: 100%;
    padding: 0 5%;
  }

  .oberig-work .oberig-work__item {
    width: 42%;
    margin-bottom: 75px;
  }

  .oberig-work__text h3 {
    line-height: 26px;
    font-size: 23px;
    margin-bottom: 10px;
  }

  .oberig-work__text span {
    font-size: 16px;
  }

  .oberig-buy-wrapper {
    padding-top: 75px;
    padding-bottom: 120px;
  }

  .oberig-buy-wrapper .landing-title {
    margin-bottom: 90px;
  }

  .oberig-buy-steps {
    margin-bottom: 90px;
  }

  .oberig-buy__num {
    font-size: 130px;
    margin-bottom: 50px;
  }

  .oberig-health-wrapper {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .oberig-health__title {
    font-size: 42px;
    margin-bottom: 85px;
  }

  .oberig-health__list {
    width: 70%;
    margin: 0 auto 94px;
    padding-left: 65px;
  }

  .oberig-health__item {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 28px;
  }

  .oberig-health__item:before {
    top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-title {
    line-height: 40px;
    font-size: 40px;
  }

  .oberig__img {
    height: 430px;
  }

  .oberig__img .rg-form-wrapper {
    top: 220px;
  }

  .oberig__block {
    margin-top: 30px;
    max-width: 600px;
  }

  .oberig__maintitle {
    line-height: 42px;
    font-size: 34px;
  }

  .oberig-beauty-wrapper {
    padding-bottom: 45px;
  }

  .oberig-beauty-wrapper .landing-title {
    margin-bottom: 50px;
  }

  .oberig-beauty {
    padding: 15px 10% 0 10%;
    width: 100%;
  }

  .oberig-beauty__rt {
    width: 52%;
  }

  .oberig-beauty__list {
    padding-left: 50px;
  }

  .oberig-beauty__item {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .oberig-beauty__item:after {
    width: 14px;
    height: 14px;
    top: 8px;
    left: -46px;
  }

  .oberig-work-wrapper {
    padding-top: 55px;
  }

  .oberig-work-wrapper .landing-title {
    margin-bottom: 65px;
  }

  .oberig-work {
    width: 100%;
    padding: 0 5%;
  }

  .oberig-work .oberig-work__item {
    width: 47%;
    margin-bottom: 65px;
  }

  .oberig-work__icon {
    width: 50px;
  }

  .oberig-work__icon svg {
    width: 100%;
  }

  .oberig-work__text {
    margin-left: 30px;
    max-width: 62%;
    margin-top: 6px;
  }

  .oberig-work__text h3 {
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .oberig-work__text span {
    font-size: 14px;
    line-height: 18px;
  }

  .oberig-buy-wrapper {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .oberig-buy-wrapper .landing-title {
    margin-bottom: 50px;
  }

  .oberig-buy-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .oberig-buy__step {
    margin-bottom: 30px;
  }

  .oberig-buy__num {
    font-size: 130px;
    margin-bottom: 25px;
  }

  .oberig-buy-table__wrapper {
    width: 100%;
    overflow-x: scroll;
  }

  .oberig-buy-table,
  .oberig-table__bottom {
    width: 768px;
  }

  .oberig-buy-table thead tr th.oberig-firsthead {
    width: 230px;
    padding-left: 20px;
  }

  .oberig-buy-table tbody tr td.oberig-firstcol {
    padding-left: 20px;
  }

  .oberig-health-wrapper {
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .oberig-health__title {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .oberig-health__list {
    margin-bottom: 75px;
  }

  .oberig-health__item {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .oberig__img {
    height: 350px;
  }

  .oberig__img .rg-form-wrapper {
    top: 190px;
  }

  .oberig__maintitle {
    line-height: 36px;
    font-size: 28px;
  }

  .landing-title {
    line-height: 36px;
    font-size: 36px;
  }

  .oberig-beauty-wrapper {
    padding-bottom: 45px;
  }

  .oberig-beauty-wrapper .landing-title {
    margin-bottom: 50px;
  }

  .oberig-beauty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .oberig-beauty__lt {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .oberig-beauty__rt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .oberig-beauty__item {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .oberig-work-wrapper {
    padding-top: 55px;
  }

  .oberig-work-wrapper .landing-title {
    margin-bottom: 40px;
  }

  .oberig-work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .oberig-work .oberig-work__item {
    width: 67%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .oberig-health-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .oberig-health__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .oberig-health__list {
    margin: 0 auto 55px;
  }

  .oberig-health__item {
    line-height: 24px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .oberig__img {
    height: 180px;
  }

  .oberig__img .rg-form-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: 123px;
  }

  .oberig__block {
    text-align: right;
    margin-top: 6px;
    max-width: 600px;
    padding: 0 10% 0 15px;
  }

  .oberig__maintitle {
    line-height: 23px;
    font-size: 18px;
    max-width: 238px;
    width: 100%;
    margin-left: auto;
  }

  .oberig2-wrapper .oberig__maintitle {
    max-width: 100%;
  }

  .oberig-beauty-wrapper {
    padding-top: 250px;
  }

  .landing-title {
    line-height: 32px;
    font-size: 28px;
  }

  .oberig-beauty__price {
    top: 47px;
    left: -30px;
    line-height: 45px;
  }

  .oberig-beauty__price {
    font-weight: 700;
    line-height: 45px;
    color: #47d7ac;
    width: 220px;
    font-size: 42px;
  }

  .oberig-beauty__rt {
    width: 90%;
  }

  .oberig-beauty__item {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .oberig-beauty__item:after {
    width: 12px;
    height: 12px;
    top: 6px;
    left: -35px;
  }

  .oberig-work-wrapper {
    padding-top: 40px;
  }

  .oberig-work-wrapper .landing-title {
    margin-bottom: 40px;
  }

  .landing-title {
    line-height: 28px;
    font-size: 24px;
  }

  .oberig-work .oberig-work__item {
    width: 100%;
  }

  .oberig-work .oberig-work__item .oberig-work__text {
    max-width: 70%;
    margin-left: 20px;
  }

  .oberig-buy-wrapper {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .oberig-buy-wrapper .landing-title {
    margin-bottom: 40px;
  }

  .oberig-buy__num {
    font-size: 110px;
    margin-bottom: 20px;
  }

  .oberig-buy__text {
    line-height: 24px;
    font-size: 18px;
  }

  .oberig-health-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .oberig-health__title {
    font-size: 24px;
    line-height: 32px;
    max-width: 90%;
    margin: 0 auto 28px auto;
  }

  .oberig-health__list {
    width: 94%;
    padding-left: 50px;
    margin: 0 auto 40px;
  }

  .oberig-health__item {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 21px;
  }

  .oberig-health__item:before {
    top: 6px;
    left: -36px;
    width: 12px;
    height: 12px;
  }
}

.oberig2-wrapper .oberig-beauty-wrapper .landing-title {
  margin-bottom: 20px;
}

.oberig2-wrapper .oberig-beauty-wrapper .landing-text {
  margin-bottom: 80px;
}

.oberig2-wrapper .oberig-work__item-3 {
  width: 495px;
}

.oberig2-wrapper .oberig-work__item-1 {
  width: 520px;
}

.oberig-guarantee-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.oberig-guarantee-wrapper .landing-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee-wrapper .landing-title {
    margin-bottom: 50px;
  }
}

.oberig-guarantee-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.oberig-guarantee-row,
.oberig-guarantee-bottom {
  width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .oberig-guarantee-row,
  .oberig-guarantee-bottom {
    width: 100%;
    padding: 0 3%;
  }
}

.oberig-guarantee-row {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee-row {
    margin-bottom: 50px;
  }
}

.oberig-guarantee-bottom {
  margin-bottom: 95px;
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee-bottom {
    margin-bottom: 60px;
  }
}

.oberig-guarantee__text {
  line-height: 19px;
  font-size: 16px;
  color: #5e6e71;
  max-width: 485px;
}

@media only screen and (max-width: 991px) {
  .oberig-guarantee__text {
    max-width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee__text {
    max-width: 96%;
  }
}

.oberig-guarantee__img {
  width: 290px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .oberig-guarantee__img {
    margin-bottom: 20px;
  }
}

.oberig-guarantee__img img {
  max-width: 100%;
}

.oberig-buy-table td i {
  display: inline-block;
  margin-right: 10px;
}

.oberig-buy-table td .oberig-table-inline {
  display: inline-block;
  position: relative;
}

.oberig-buy-table td .oberig-table-inline .oberig-table-inline__btn {
  line-height: 14px;
  font-size: 12px;
  color: #4b89d3;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #4b89d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background: rgba(0,0,0,0);
}

.oberig-buy-table td .oberig-table-inline .oberig-table-inline__btn:hover {
  border-bottom: none;
}

.oberig-table__abs {
  position: absolute;
  left: -275px;
  top: 28px;
  background: #fff;
  -webkit-box-shadow: 0 25px 30px rgba(0,0,0,0.25);
  box-shadow: 0 25px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  width: 600px;
  height: 242px;
  z-index: 1;
  padding: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.oberig-table__abs.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.oberig-table__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.oberig-table__top__text {
  line-height: 17px;
  font-size: 14px;
  color: #5e6e71;
  width: 295px;
  text-align: left;
}

.oberig-table__top__img {
  width: 189px;
  height: 140px;
}

.oberig-table__top__img img {
  width: 100%;
}

.oberig-table__abs__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
}

.oberig-table__abs__close svg {
  fill: #828282;
}

.oberig-table__abs__close svg:hover {
  fill: #4b89d3;
}

.oberig-buy-table td .oberig-table__bt__text span {
  font-size: 14px;
  color: #5e6e71;
}

.oberig-buy-table td .oberig-table__bt__text a {
  color: #a4a4a4;
  font-size: 14px;
  text-decoration: none;
  border-bottom: none;
}

.oberig-buy-table td .oberig-table__bt__text a:hover {
  text-decoration: underline;
  border-bottom: none;
}

@media only screen and (min-width: 1200px) {
  .oberig2-wrapper .oberig__block {
    max-width: 905px;
  }
}

.page-menu {
  padding: 12px 21px;
}

.page-menu__item {
  position: relative;
  line-height: 19px;
  padding: 5px 0;
}

.page-menu__item-link {
  text-decoration: underline;
  display: block;
  padding-left: 15px;
  position: relative;
  outline: none !important;
}

.page-menu__item-link:hover {
  text-decoration: none;
}

.page-menu__item-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #f0f5fb;
  border-radius: 50%;
}

.page-menu__item.active .page-menu__item-link {
  color: #47d7ac;
  text-decoration: none;
}

.page-menu__item.active .page-menu__item-link:before {
  background-color: #47d7ac;
}

.themes-section {
  background: #fff;
  border-radius: 8px;
}

.themes-blocks .article-block {
  margin-bottom: 21px;
}

.themes-more {
  border-top: 1px dashed #c0d2d6;
  text-align: center;
  padding: 12px;
}

.themes-more__link {
  color: #4b89d3;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 22px;
  margin-top: -11px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-image: url("/i/icons.png");
  background-position: -108px -801px;
  width: 14px;
  height: 23px;
}

.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: default !important;
}

.owl-prev {
  left: 20px;
  background-image: url("/i/icons.png");
  background-position: -108px -801px;
  width: 14px;
  height: 23px;
}

.owl-prev:hover:not(.disabled),
.owl-prev:active:not(.disabled) {
  background-image: url("/i/icons.png");
  background-position: -126px -801px;
  width: 14px;
  height: 23px;
}

.owl-next {
  right: 20px;
  background-image: url("/i/icons.png");
  background-position: -72px -801px;
  width: 14px;
  height: 23px;
}

.owl-next:hover:not(.disabled),
.owl-next:active:not(.disabled) {
  background-image: url("/i/icons.png");
  background-position: -90px -801px;
  width: 14px;
  height: 23px;
}

.page-sidebar {
  background-color: #e5f2f5;
  border-radius: 5px;
  margin: 0 15px 0 0;
  padding: 21px 0 22px;
}

@media only screen and (max-width: 767px) {
  .page-sidebar {
    padding: 15px 0;
    margin: 0 0 20px 0;
  }
}

.page-sidebar:before {
  content: "";
  position: absolute;
  top: 39px;
  left: 100%;
  display: block;
  border-style: solid;
  border-width: 37px 16px 0 0;
  border-color: #e5f2f5 transparent transparent;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: -35px;
}

@media only screen and (max-width: 767px) {
  .page-sidebar:before {
    display: none;
  }
}

.page-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.333;
}

@media only screen and (max-width: 767px) {
  .page-sidebar__list {
    font-size: 16px;
  }
}

.page-sidebar__list-item {
  margin: 0;
  padding: 14px 0 13px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page-sidebar__list-item {
    padding: 12px 0;
  }
}

.page-sidebar__list-item:last-child {
  margin-bottom: 0;
}

.page-sidebar__list-link {
  display: block;
  padding: 0 35px !important;
  text-decoration: none !important;
  position: relative;
  outline: none !important;
}

@media only screen and (max-width: 767px) {
  .page-sidebar__list-link {
    padding: 0 15px !important;
  }
}

.page-sidebar__list-link:hover {
  background-color: transparent !important;
}

.page-sidebar__list-link:focus {
  background: none !important;
}

.page-sidebar__list-link.active span {
  display: inline;
  border-bottom-color: transparent;
  color: #5e6e71;
  font-weight: 700;
}

.page-sidebar__list-link span {
  border-bottom: 1px dashed;
  color: #4b89d3;
}

article a {
  word-wrap: break-word;
}

.rich-content {
  position: relative;
}

.rich-box {
  display: none;
}

.rich-box.active {
  display: block;
}

.rich-box ul {
  margin-bottom: 6px;
  padding: 0 !important;
}

.pagination {
  zoom: 1;
  width: auto !important;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .pagination .previous:hover #prev {
    fill: #47d7ac;
  }
}

@media only screen and (min-width: 992px) {
  .pagination .next:hover #next {
    fill: #47d7ac;
  }
}

.pagination .next.active #prev,
.pagination .next.active #next {
  fill: #47d7ac;
}

.pagination:before,
.pagination:after {
  content: "";
  display: table;
}

.pagination:after {
  clear: both;
}

@media only screen and (max-width: 960px) {
  .pagination {
    margin-bottom: 20px;
  }
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 13px;
}

.pagination li:first-of-type {
  margin-right: 20px;
}

.pagination li:last-of-type {
  margin-right: 0;
}

.pagination li a {
  color: #333536;
  line-height: 31px;
  white-space: nowrap;
  width: 36px;
  text-align: center;
  border-radius: 50%;
}

.pagination li a:hover {
  background-color: #e8eff7;
}

.pagination >li.previous a,
.pagination >li.next a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  color: #0957c3;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  font-size: 13px;
}

.pagination >li.previous a:hover,
.pagination >li.next a:hover {
  background: transparent;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.pagination >li.previous a span,
.pagination >li.next a span {
  text-decoration: none !important;
  font-size: 60%;
}

.pagination >li.next a span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  line-height: 20px;
}

.pagination >li.previous a span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  line-height: 20px;
}

.pagination >li.active {
  border: none;
}

.pagination >li.active a a,
.pagination >li.active.start a {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #47d7ac;
}

@media only screen and (max-width: 560px) {
  .pagination >li.active a a,
  .pagination >li.active.start a {
    border-radius: 50%;
    border: none;
    padding: 4px 5px 3px;
  }
}

.pagination >li.active.end a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #47d7ac;
}

.pagination >li.active.middle a {
  background: #47d7ac;
}

@media only screen and (max-width: 560px) {
  .pagination >li.active.middle a {
    border-radius: 50%;
    margin-right: 2px;
    border-color: transparent;
    color: #fff;
  }
}

.pagination .active:not(.start) a {
  border-radius: 0;
  border-left: 0;
}

@media only screen and (max-width: 560px) {
  .pagination .active:not(.start) a {
    border-radius: 50%;
  }
}

.pagination .active:not(.end) a {
  border-radius: 0;
  border-right: 0;
}

@media only screen and (max-width: 560px) {
  .pagination .active:not(.end) a {
    border-radius: 50%;
  }
}

.pagination .active.single a {
  background: #0957c3;
  border-radius: 50%;
  border: none;
}

.pagination .pg-xs-show {
  display: none !important;
}

@media only screen and (max-width: 560px) {
  .pagination .pg-xs-show {
    display: inline !important;
  }
}

.pagination .pg-xs-hide {
  display: inline-block !important;
}

@media only screen and (max-width: 560px) {
  .pagination .pg-xs-hide {
    display: none !important;
  }
}

.pagination-wrapper {
  zoom: 1;
  text-align: center;
}

.pagination-wrapper:before,
.pagination-wrapper:after {
  content: "";
  display: table;
}

.pagination-wrapper:after {
  clear: both;
}

.pagination-wrapper .pagination {
  float: right;
}

@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination {
    float: none;
  }
}

.pagination-wrapper .load-items-mod {
  float: left;
  margin: 23px 21px;
}

@media only screen and (max-width: 1200px) {
  .pagination-wrapper .load-items-mod {
    float: none;
  }
}

.pagination__modifie .pagination {
  padding: 0;
}

.pager {
  width: 100%;
}

.row-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  border-top: 1px solid #ebeff6;
}

@media only screen and (min-width: 992px) {
  .row-navigation .ias_loader {
    margin-right: auto;
    height: 88px;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .row-navigation .loader {
    margin: 0;
  }
}

.row-navigation .doctorAffiliateList_trigger {
  width: 100%;
  margin-right: auto;
}

.row-navigation .pager {
  width: auto;
  margin-right: auto;
}

.row-navigation .reviewsList_trigger {
  width: 100%;
}

.row-navigation .load-items {
  width: 209px;
  height: 28px;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .row-navigation .load-items {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.row-navigation .load-items i,
.row-navigation .load-items svg {
  width: 20px;
}

.row-navigation .load-items__item {
  line-height: 14px;
  text-align: center;
}

.row-navigation .pagination {
  margin: 0;
  padding: 0;
}

.row-navigation_grey .load-items i {
  margin-left: 10px;
}

.row-navigation_grey #update {
  fill: #333536;
}

.row-navigation_grey .load-items {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}

.doc-widgets {
  min-width: 668px;
}

.doc-widgets__row {
  padding: 11px;
  zoom: 1;
}

.doc-widgets__row:before,
.doc-widgets__row:after {
  content: "";
  display: table;
}

.doc-widgets__row:after {
  clear: both;
}

.doc-widgets__left,
.doc-widgets__right {
  padding: 22px;
  width: 100%;
  margin: 0 auto;
}

.doc-widgets__left {
  max-width: 892px;
}

.doc-widgets__right {
  max-width: 646px;
}

.doc-widgets__title {
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  color: #00829b;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 10px;
}

.doc-widgets__compact {
  padding: 0 0 35px;
}

.doc-widgets__compacts {
  width: 270px;
  float: left;
}

.doc-widgets__small {
  padding: 0 0 35px;
}

.doc-widgets__smalls {
  width: 325px;
  float: left;
}

.doc-small-list {
  border: 1px solid #47d7ac;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  border-radius: 3px;
  overflow: hidden;
}

.doc-small-list .doc-widget {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-top: 1px dashed #c3d4d8;
}

.doc-small-list .doc-widget:first-child {
  border: none;
}

.doc-widget {
  position: relative;
  padding: 21px;
  border: 1px solid #47d7ac;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  zoom: 1;
  max-width: 848px;
  min-width: 602px;
}

.doc-widget:before,
.doc-widget:after {
  content: "";
  display: table;
}

.doc-widget:after {
  clear: both;
}

.doc-widget * {
  margin: 0;
  padding: 0;
}

.doc-widget.doc-widget_normal .doc-widget__img {
  margin-bottom: 9px;
}

.doc-widget.doc-widget_normal .doc-widget__review {
  margin-bottom: 18px;
}

.doc-widget.doc-widget_normal .doc-widget__schedule {
  padding: 9px 12px 8px;
}

.doc-widget.doc-widget_small .doc-widget__left {
  width: 120px;
  text-align: center;
  padding: 0;
}

.doc-widget.doc-widget_small .doc-widget__right {
  padding-left: 145px;
}

.doc-widget.doc-widget_small .doc-widget__img {
  width: 59px;
  height: 59px;
  border: none;
  margin: 0 auto 10px;
}

.doc-widget.doc-widget_small .doc-widget__img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.doc-widget.doc-widget_small .doc-widget__rating {
  margin-bottom: 3px;
}

.doc-widget.doc-widget_small .doc-widget__stars,
.doc-widget.doc-widget_small .doc-widget__value {
  vertical-align: bottom;
}

.doc-widget.doc-widget_small .doc-widget__value {
  font-size: 18px;
}

.doc-widget.doc-widget_small .doc-widget__stars {
  margin-left: 4px;
}

.doc-widget.doc-widget_small .doc-widget__review {
  margin: 0;
}

.doc-widget.doc-widget_small .doc-widget__title-link {
  font-size: 18px;
}

.doc-widget.doc-widget_small .doc-widget__tags {
  height: auto;
  margin-bottom: 15px;
}

.doc-widget.doc-widget_small .doc-widget__address-mod {
  padding: 0;
}

.doc-widget.doc-widget_small .doc-widget__bottom {
  zoom: 1;
  text-align: left;
}

.doc-widget.doc-widget_small .doc-widget__bottom:before,
.doc-widget.doc-widget_small .doc-widget__bottom:after {
  content: "";
  display: table;
}

.doc-widget.doc-widget_small .doc-widget__bottom:after {
  clear: both;
}

.doc-widget.doc-widget_small .doc-widget__button {
  font-size: 17px;
  border-radius: 4px;
  padding: 10px 22px 11px;
}

.doc-widget.doc-widget_small .doc-schedule {
  font-size: 0;
  padding: 3px 0 0 24px;
  position: relative;
  float: left;
}

.doc-widget.doc-widget_small .doc-schedule:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("/i/icons.png");
  background-position: -144px -801px;
  width: 15px;
  height: 17px;
}

.doc-widget.doc-widget_small .doc-schedule__box {
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 10px;
}

.doc-widget.doc-widget_small .doc-schedule__box-day,
.doc-widget.doc-widget_small .doc-schedule__box-time {
  display: inline-block;
  vertical-align: top;
}

.doc-widget.doc-widget_small .doc-schedule__box-day {
  color: #96b8bf;
}

.doc-widget.doc-widget_small .doc-schedule__box-time {
  color: #5e6e71;
}

.doc-widget .doc-widget__logo {
  position: absolute;
  top: 0;
  right: 0;
  background: #47d7ac;
  padding: 13px 7px 10px 1px;
  font-size: 0;
}

.doc-widget .doc-widget__logo img {
  display: block;
}

.doc-widget .doc-widget__logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 38px 48px 0px;
  border-color: transparent #47d7ac transparent transparent;
}

.doc-widget .doc-widget__left {
  width: 162px;
  padding: 0 23px 0 0;
  float: left;
}

.doc-widget .doc-widget__right {
  padding: 0 0 0 162px;
}

.doc-widget .doc-widget__img {
  width: 139px;
  height: 108px;
  background-color: #fff;
  border: 1px solid #c0d2d6;
  border-radius: 3px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
}

.doc-widget .doc-widget__img:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.doc-widget .doc-widget__img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.doc-widget .doc-widget__rating {
  text-align: center;
  font-size: 0;
}

.doc-widget .doc-widget__value,
.doc-widget .doc-widget__stars {
  display: inline-block;
  vertical-align: middle;
}

.doc-widget .doc-widget__value {
  color: #00829b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.doc-widget .doc-widget__stars {
  width: 84px;
  height: 19px;
  margin-left: 8px;
}

.doc-widget .doc-widget__stars-active div {
  background-image: url("/i/icons.png");
  background-position: -1001px -521px;
  width: 84px;
  height: 19px;
  width: 84px;
  height: 19px;
}

.doc-widget .doc-widget__review {
  text-align: center;
  font-size: 0;
  margin-bottom: 25px;
}

.doc-widget .doc-widget__review-link,
.doc-widget .doc-widget__review-icon {
  display: inline-block;
  vertical-align: middle;
}

.doc-widget .doc-widget__review-link {
  color: #4b89d3;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.doc-widget .doc-widget__review-link:hover {
  text-decoration: underline;
}

.doc-widget .doc-widget__review-icon {
  width: 15px;
  height: 15px;
  border: 1px solid #91b5bc;
  color: #91b5bc;
  font-family: Georgia;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  padding-right: 1px;
  margin: 2px 0 0 7px;
}

.doc-widget .doc-widget__schedule {
  position: relative;
  background-color: #fff;
  border: 1px dashed #c0d2d6;
  border-radius: 3px;
  padding: 13px 12px 10px;
  zoom: 1;
  font-size: 13px;
  line-height: 18px;
}

.doc-widget .doc-widget__schedule:before,
.doc-widget .doc-widget__schedule:after {
  content: "";
  display: table;
}

.doc-widget .doc-widget__schedule:after {
  clear: both;
}

.doc-widget .doc-widget__schedule-item {
  zoom: 1;
}

.doc-widget .doc-widget__schedule-item:before,
.doc-widget .doc-widget__schedule-item:after {
  content: "";
  display: table;
}

.doc-widget .doc-widget__schedule-item:after {
  clear: both;
}

.doc-widget .doc-widget__schedule-icon {
  background-image: url("/i/icons.png");
  background-position: -144px -801px;
  width: 15px;
  height: 17px;
  background-color: #fff;
  margin: 0 0 0 -13px;
  position: absolute;
  top: -13px;
  left: 50%;
}

.doc-widget .doc-widget__schedule-day {
  color: #96b8bf;
  width: 46px;
  float: left;
}

.doc-widget .doc-widget__schedule-time {
  color: #5e6e71;
  overflow: hidden;
}

.doc-widget .doc-widget__title {
  padding: 0 128px 11px 0;
  margin-top: -3px;
}

.doc-widget .doc-widget__title-link {
  color: #4b89d3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.doc-widget .doc-widget__title-link:hover {
  text-decoration: underline;
}

.doc-widget .doc-widget__tags {
  color: #5e6e71;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 60px 0 0;
  height: 48px;
  overflow: hidden;
  margin-bottom: 18px;
}

.doc-widget .doc-widget__info {
  font-size: 0;
  padding: 0 0 5px;
}

.doc-widget .doc-widget__info-box {
  width: 98px;
  padding: 0 0 0 36px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 30px;
  margin-bottom: 10px;
}

.doc-widget .doc-widget__info-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.doc-widget .doc-widget__info-icon-years {
  background-image: url("/i/icons.png");
  background-position: -673px -336px;
  width: 30px;
  height: 30px;
  width: 30px;
  height: 30px;
}

.doc-widget .doc-widget__info-icon-ppls {
  background-image: url("/i/icons.png");
  background-position: -571px -336px;
  width: 30px;
  height: 30px;
  width: 30px;
  height: 30px;
}

.doc-widget .doc-widget__info-icon-home {
  background-image: url("/i/icons.png");
  background-position: -518px -703px;
  width: 19px;
  height: 19px;
  width: 30px;
  height: 30px;
}

.doc-widget .doc-widget__info-icon-wifi {
  background-image: url("/i/icons.png");
  background-position: -501px -430px;
  width: 22px;
  height: 16px;
  width: 30px;
  height: 30px;
}

.doc-widget .doc-widget__info-text {
  color: #5e6e71;
  font-size: 12px;
  line-height: 1;
  padding: 3px 0;
}

.doc-widget .doc-widget__address {
  font-size: 0;
  padding: 7px 0;
}

.doc-widget .doc-widget__address-dashed {
  border-top: 1px dashed #c0d2d6;
  border-bottom: 1px dashed #c0d2d6;
  margin-bottom: 12px;
}

.doc-widget .doc-widget__address-box {
  display: inline-block;
  vertical-align: top;
  padding: 5px 40px 5px 20px;
  position: relative;
}

.doc-widget .doc-widget__address-box-place {
  padding-left: 20px;
}

.doc-widget .doc-widget__address-box-metro {
  padding-left: 25px;
}

.doc-widget .doc-widget__address-box-marker {
  padding-left: 23px;
}

.doc-widget .doc-widget__address-icon {
  position: absolute;
  top: 50%;
  left: 0;
}

.doc-widget .doc-widget__address-icon-place {
  background-image: url("/i/icons.png");
  background-position: 0px -831px;
  width: 13px;
  height: 17px;
  margin-top: -11px;
}

.doc-widget .doc-widget__address-icon-metro {
  margin-top: -6px;
}

.doc-widget .doc-widget__address-icon-metro-blue {
  background-image: url("/i/icons.png");
  background-position: -314px -737px;
  width: 20px;
  height: 13px;
}

.doc-widget .doc-widget__address-icon-metro-green {
  background-image: url("/i/icons.png");
  background-position: -266px -737px;
  width: 20px;
  height: 13px;
}

.doc-widget .doc-widget__address-icon-metro-red {
  background-image: url("/i/icons.png");
  background-position: -712px -430px;
  width: 20px;
  height: 13px;
}

.doc-widget .doc-widget__address-icon-marker {
  background-image: url("/i/icons.png");
  background-position: -373px -768px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.doc-widget .doc-widget__address-text {
  color: #5e6e71;
  font-size: 12px;
  line-height: 1;
}

.doc-widget .doc-widget__address-text-dotted div {
  border-bottom: 1px dotted #5e6e71;
}

.doc-widget .doc-widget__text {
  color: #5e6e71;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  height: 80px;
  overflow: hidden;
}

.doc-widget .doc-widget__bottom {
  text-align: right;
  font-size: 0;
  padding: 8px 0 0;
}

.doc-widget .doc-widget__button {
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.23);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: #47d7ac;
  border-radius: 3px;
  padding: 13px 22px 14px 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  text-decoration: none;
}

.doc-widget .doc-widget__button:hover {
  background: #30d2a1;
}

.doc-widget .doc-widget__button:active {
  background: #29bc90;
}

.doc-compact-list {
  position: relative;
  border: 1px solid #47d7ac;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  width: 242px;
}

.doc-compact-list .doc-compact {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px dashed #c0d2d6;
}

.doc-compact-list .doc-compact:last-child {
  border: none;
}

.doc-compact {
  position: relative;
  border: 1px solid #47d7ac;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  zoom: 1;
  width: 242px;
}

.doc-compact:before,
.doc-compact:after {
  content: "";
  display: table;
}

.doc-compact:after {
  clear: both;
}

.doc-compact.doc-compact_large {
  width: 325px;
}

.doc-compact.doc-compact_large .doc-compact__img {
  margin-bottom: 2px;
}

.doc-compact.doc-compact_large .doc-compact__review {
  float: right;
}

.doc-compact.doc-compact_large .doc-compact__title {
  margin-bottom: 9px;
}

.doc-compact.doc-compact_large .doc-compact__comment {
  background-color: #fff9e9;
}

.doc-compact.doc-compact_large .doc-compact__comment-name {
  color: #5e6e71;
}

.doc-compact.doc-compact_large .doc-compact__comment-date {
  opacity: 0.68;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=68)";
  filter: alpha(opacity=68);
  color: #5e6e71;
}

.doc-compact .doc-compact__logo {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  padding: 8px 0 6px 8px;
  width: 57px;
  background-color: #47d7ac;
  height: 30px;
}

.doc-compact .doc-compact__logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 23px 0px 0px;
  border-color: #47d7ac transparent transparent;
}

.doc-compact .doc-compact__logo img {
  width: 51px;
}

.doc-compact .doc-compact__main {
  padding: 18px;
  zoom: 1;
}

.doc-compact .doc-compact__main:before,
.doc-compact .doc-compact__main:after {
  content: "";
  display: table;
}

.doc-compact .doc-compact__main:after {
  clear: both;
}

.doc-compact .doc-compact__left {
  width: 87px;
  float: left;
  padding-right: 14px;
}

.doc-compact .doc-compact__img {
  width: 73px;
  height: 74px;
  background-color: #fff;
  border: 1px solid #c0d2d6;
  border-radius: 3px;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0;
}

.doc-compact .doc-compact__img:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.doc-compact .doc-compact__img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.doc-compact .doc-compact__review {
  text-align: center;
  font-size: 0;
}

.doc-compact .doc-compact__review-link {
  display: inline-block;
  vertical-align: top;
  color: #4b89d3;
  font-size: 14px;
  text-decoration: none;
}

.doc-compact .doc-compact__review-link:hover {
  text-decoration: underline;
}

.doc-compact .doc-compact__right {
  padding: 0 0 0 87px;
  zoom: 1;
}

.doc-compact .doc-compact__right:before,
.doc-compact .doc-compact__right:after {
  content: "";
  display: table;
}

.doc-compact .doc-compact__right:after {
  clear: both;
}

.doc-compact .doc-compact__title {
  font-size: 0;
  margin: -5px -5px 3px 0;
}

.doc-compact .doc-compact__title-link {
  color: #4b89d3;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  line-height: 1.2;
}

.doc-compact .doc-compact__title-link:hover {
  text-decoration: underline;
}

.doc-compact .doc-compact__text {
  color: #5e6e71;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.doc-compact .doc-compact__link {
  color: #4b89d3;
  display: block;
  text-decoration: none;
}

.doc-compact .doc-compact__link:hover {
  text-decoration: underline;
}

.doc-compact .doc-compact__rating {
  font-size: 0;
  float: left;
}

.doc-compact .doc-compact__value,
.doc-compact .doc-compact__stars {
  display: inline-block;
  vertical-align: middle;
}

.doc-compact .doc-compact__value {
  color: #00829b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.doc-compact .doc-compact__stars {
  width: 79px;
  height: 18px;
  margin-left: 4px;
}

.doc-compact .doc-compact__stars-active div {
  background-image: url("/i/icons.png");
  background-position: -905px -638px;
  width: 79px;
  height: 18px;
  width: 79px;
  height: 18px;
}

.doc-compact .doc-compact__bottom {
  clear: both;
  padding: 17px 0 0;
}

.doc-compact .doc-compact__button {
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.23);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  background: #47d7ac;
  border-radius: 3px;
  padding: 13px 20px 13px 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.doc-compact .doc-compact__button:hover {
  background: #30d2a1;
}

.doc-compact .doc-compact__button:active {
  background: #29bc90;
}

.doc-compact .doc-compact__comment {
  border-top: 1px dashed #c0d2d6;
  zoom: 1;
  padding: 13px 18px 18px;
}

.doc-compact .doc-compact__comment:before,
.doc-compact .doc-compact__comment:after {
  content: "";
  display: table;
}

.doc-compact .doc-compact__comment:after {
  clear: both;
}

.doc-compact .doc-compact__comment-name {
  color: #96b8bf;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-bottom: 8px;
}

.doc-compact .doc-compact__comment-date {
  color: #96b8bf;
  font-size: 13px;
  line-height: 1;
  float: right;
  margin-bottom: 8px;
}

.doc-compact .doc-compact__comment-text {
  clear: both;
  color: #5e6e71;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.doc-compact .doc-compact__likebox {
  position: relative;
  padding: 0 0 0 21px;
}

.doc-compact .doc-compact__likebox-like .doc-compact__likebox-icon {
  top: -2px;
  background-image: url("/i/icons.png");
  background-position: -200px -801px;
  width: 14px;
  height: 16px;
  width: 14px;
  height: 16px;
}

.doc-compact .doc-compact__likebox-like .doc-compact__likebox-text {
  color: #47d7ac;
}

.doc-compact .doc-compact__likebox-dislike .doc-compact__likebox-icon {
  top: 3px;
  background-image: url("/i/icons.png");
  background-position: -218px -801px;
  width: 14px;
  height: 16px;
  width: 14px;
  height: 16px;
}

.doc-compact .doc-compact__likebox-dislike .doc-compact__likebox-text {
  color: #ff5858;
}

.doc-compact .doc-compact__likebox-icon {
  position: absolute;
  left: 0;
}

.doc-compact .doc-compact__likebox-text {
  font-size: 14px;
  line-height: 1.2;
}

.doc-teaser {
  position: relative;
  border: 1px solid #47d7ac;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  zoom: 1;
  padding: 15px;
  width: 602px;
}

.doc-teaser:before,
.doc-teaser:after {
  content: "";
  display: table;
}

.doc-teaser:after {
  clear: both;
}

.doc-teaser.doc-teaser_small {
  width: 302px;
}

.doc-teaser.doc-teaser_small .doc-teaser__main {
  padding-right: 0;
}

.doc-teaser.doc-teaser_small .doc-teaser__right {
  width: 100px;
  text-align: right;
  padding: 11px 0 0;
}

.doc-teaser.doc-teaser_small .doc-teaser__button {
  font-size: 14px;
  padding: 6px 12px 6px;
  width: auto;
}

.doc-teaser.doc-teaser_small .doc-teaser__rating {
  margin: 0;
}

.doc-teaser .doc-teaser__logo {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  padding: 6px 0 6px 8px;
  width: 45px;
  background-color: #47d7ac;
  height: 24px;
}

.doc-teaser .doc-teaser__logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 24px 19px 0px 0px;
  border-color: #47d7ac transparent transparent;
}

.doc-teaser .doc-teaser__logo img {
  width: 41px;
  height: 12px;
}

.doc-teaser .doc-teaser__img {
  width: 56px;
  height: 53px;
  background-color: #fff;
  border: 1px solid #c0d2d6;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  font-size: 0;
}

.doc-teaser .doc-teaser__img:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.doc-teaser .doc-teaser__img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.doc-teaser .doc-teaser__main {
  padding-left: 68px;
  padding-right: 271px;
}

.doc-teaser .doc-teaser__title {
  font-size: 0;
  margin: -1px 0 3px;
}

.doc-teaser .doc-teaser__title-link {
  color: #4b89d3;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.doc-teaser .doc-teaser__title-link:hover {
  text-decoration: underline;
}

.doc-teaser .doc-teaser__tags {
  color: #5e6e71;
  font-size: 12px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}

.doc-teaser .doc-teaser__info {
  font-size: 0;
  margin-bottom: -1px;
  overflow: hidden;
}

.doc-teaser .doc-teaser__rating {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.doc-teaser .doc-teaser__value,
.doc-teaser .doc-teaser__stars {
  display: inline-block;
  vertical-align: middle;
}

.doc-teaser .doc-teaser__value {
  color: #00829b;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

.doc-teaser .doc-teaser__stars {
  width: 64px;
  height: 15px;
  margin-left: 6px;
}

.doc-teaser .doc-teaser__stars-active {
  overflow: hidden;
}

.doc-teaser .doc-teaser__stars-active div {
  background-image: url("/i/icons.png");
  background-position: -906px -666px;
  width: 64px;
  height: 15px;
  width: 64px;
  height: 15px;
}

.doc-teaser .doc-teaser__review {
  display: inline-block;
  vertical-align: top;
}

.doc-teaser .doc-teaser__review-link {
  display: inline-block;
  vertical-align: top;
  color: #4b89d3;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.doc-teaser .doc-teaser__review-link:hover {
  text-decoration: underline;
}

.doc-teaser .doc-teaser__right {
  width: 251px;
  float: right;
}

.doc-teaser .doc-teaser__button {
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.23);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
  background: #47d7ac;
  padding: 18px 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.doc-teaser .doc-teaser__button:hover {
  background: #30d2a1;
}

.doc-teaser .doc-teaser__button:active {
  background: #29bc90;
}

.partner-block {
  margin: 20px 0 40px 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
}

.partner-block__header {
  background-color: #1d89a0;
  border-bottom: 1px solid #1d89a0;
  border-radius: 3px 3px 0 0;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
}

.partner-block__content {
  border-bottom: 1px solid rgba(0,130,155,0.32);
  border-left: 1px solid rgba(0,130,155,0.32);
  border-right: 1px solid rgba(0,130,155,0.32);
}

.autocomplete__wrap {
  position: relative;
  width: 100%;
}

.tab-content .ui-autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(22,141,164,0.7);
  border-top-color: transparent;
  background-color: #fff;
  z-index: 2;
  width: 200px;
}

.tab-content .ui-menu-item {
  cursor: pointer;
  padding: 5px 10px 5px 20px;
}

.tab-content .ui-menu-item:hover {
  background-color: #e5f2f5;
}

.tab-content .ui-menu-item:hover a {
  color: #168da4;
}

.tab-content .ui-menu-item a {
  font-size: 14px;
  color: #5e6e71;
  text-decoration: none;
}

.vidjets-block {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100.01%;
}

.vidjets-block__item {
  position: relative;
  width: 33.333333333%;
  height: 186px;
  border-right: 1px dashed rgba(29,137,160,0.45);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .vidjets-block__item {
    width: 100%;
  }
}

.vidjets-block__item.is-disabled {
  background: #e5f2f5;
}

.vidjets-block__item.is-disabled .vidjets-block__link {
  cursor: default;
}

.vidjets-block__item.is-disabled:hover {
  background: #e5f2f5;
}

.vidjets-block__item.is-disabled:hover .vidjets-block__text {
  color: #1d89a0;
}

.vidjets-block__item:nth-child(3n) {
  border-right: none;
}

.vidjets-block__item:nth-child(-n+3) {
  border-bottom: 1px dashed rgba(29,137,160,0.45);
}

.vidjets-block__item:hover {
  background: #47d7ac;
}

.vidjets-block__item:hover .vidjets-block__text {
  color: #fff;
}

.vidjets-block__item:hover .vidjet-doctor:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
}

.vidjets-block__item:hover .vidjet-btn:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
}

.vidjets-block__item:hover .vidjet-clinic:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
}

.vidjets-block__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}

.vidjets-block__link:focus {
  text-decoration: none;
  outline: none;
}

.vidjets-block__text {
  display: block;
  color: #1d89a0;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}

.vidjets-block__picture {
  display: block;
}

.vidjets-block__picture:before {
  content: '';
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

.vidjets-block__picture.vidjet-btn {
  padding-top: 53px;
}

.vidjets-block__picture.vidjet-btn:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  width: 153px;
  height: 53px;
}

.vidjets-block__picture.vidjet-doctor {
  padding-top: 40px;
}

.vidjets-block__picture.vidjet-doctor:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  width: 146px;
  height: 66px;
}

.vidjets-block__picture.vidjet-clinic {
  padding-top: 40px;
}

.vidjets-block__picture.vidjet-clinic:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  width: 146px;
  height: 66px;
}

.vidjets-block__picture.vidjet-doctors {
  padding-top: 40px;
}

.vidjets-block__picture.vidjet-doctors:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  width: 153px;
  height: 74px;
}

.vidjets-block__picture.vidjet-clinics {
  padding-top: 40px;
}

.vidjets-block__picture.vidjet-clinics:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  width: 149px;
  height: 70px;
}

.vidjets-block__picture.vidjet-search {
  padding-top: 64px;
}

.vidjets-block__picture.vidjet-search:before {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  width: 215px;
  height: 46px;
}

.come-back {
  margin-top: 20px;
}

.come-back__link {
  color: #1d89a0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #1d89a0;
  margin-left: 8px;
}

.come-back__link:hover {
  border-color: transparent;
}

.come-back__link:focus {
  outline: none;
  text-decoration: none;
}

.come-back__icon {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  background-image: url("/i/icons.png");
  background-position: -1076px -768px;
  width: 13px;
  height: 13px;
  width: 13px;
  height: 13px;
}

.setting-element__content {
  padding: 10px 20px 10px 20px;
}

.setting-element__content .installation {
  width: 100%;
  height: 300px;
  border-collapse: collapse;
}

.setting-element__content .installation tr td:first-child {
  width: 25%;
  font-size: 15px;
  color: #333536;
}

.setting-element__content .installation tr td:last-child {
  width: 75%;
}

.setting-element__content .installation tr td .profile .form-radio {
  float: none;
  width: auto;
}

.setting-element__content .installation tr td .profile .form-radio label {
  margin-bottom: 0;
}

.setting-element__content .installation tr td .enter-info {
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  padding-left: 18px;
  color: #91b5bc;
  width: 100%;
  height: 31px;
  margin: 0;
}

.setting-element__content .installation tr td .enter-info::-webkit-input-placeholder {
  color: #91b5bc !important;
  font_size: 14;
}

.setting-element__content .installation tr td .enter-info:-moz-placeholder {
  color: #91b5bc !important;
  font_size: 14;
}

.setting-element__content .installation tr td .enter-info::-moz-placeholder {
  color: #91b5bc !important;
  font_size: 14;
}

.setting-element__content .installation tr td .enter-info:-ms-input-placeholder {
  color: #91b5bc !important;
  font_size: 14;
}

.setting-element__footer {
  text-align: center;
  background-color: rgba(234,245,249,0.48);
  border-top: 1px dashed rgba(29,137,160,0.45);
  padding: 24px 0;
}

.setting-element__button {
  width: 218px;
  background-color: #e74a37;
  text-shadow: 0.5px 0.9px 0 rgba(48,49,49,0.23);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0;
}

.setting-element__button:hover {
  background-color: #d84c3b;
  color: #fff;
}

.setting-element__button:focus {
  outline: none;
  color: #fff;
}

.setting-element__button:active {
  outline: none;
}

.js-section-choice {
  position: relative;
}

.js-section-choice .setting-element__field-text {
  padding-top: 4px;
}

.js-section-choice .setting-element__field-text:after {
  content: '';
  float: right;
  margin: 8px 6px 0 0;
  display: inline-block;
  border: 3px solid transparent;
  border-top: 6px solid #1d89a0;
}

.js-section-choice .section-choice {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 30px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
}

.js-section-choice .section-choice.is-open {
  display: block;
  width: 100% !important;
}

.js-section-choice .section-choice .everyone-lists__list {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px 5px 20px;
}

.js-section-choice .section-choice .everyone-lists__list:hover {
  background-color: #e5f2f5;
  color: #168da4;
}

.partner-block__vidjets .partner-block__content {
  padding: 20px;
}

.partner-block__vidjets .partner-block__content .code-block {
  border: 1px dashed #c8dde3;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  padding: 20px;
  background-color: #f0f8fb;
  min-height: 372px;
}

.partner-block__vidjets .partner-block__content .code-block code {
  word-wrap: break-word;
}

.vidjets-rezult {
  border: 1px solid rgba(0,130,155,0.32);
  border-radius: 3px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 69px;
}

.vidjets-rezult.vidjets-rezult__mod {
  text-align: left;
  line-height: normal;
}

.vidjets-rezult__text {
  font-size: 83px;
  font-weight: 700;
  color: #b7dae1;
  padding: 60px 0;
}

.vidjets-rezult__button {
  background-color: #47d7ac;
  padding: 8px 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 60px 0;
}

.vidjets-rezult__button:hover {
  color: #fff;
  background-color: #3ab3a2;
}

.vidjets-rezult__button:focus {
  outline: none;
  color: #fff;
}

.color-block {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 31px;
  background-color: #fff;
  border: 1px dashed #1d89a0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  padding: 5px 5px 5px 40px;
  color: #91b5bc;
  font-size: 18px;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .color-block {
    width: 110px;
  }
}

.color-block__color {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(22,141,164,0.7);
  cursor: pointer;
}

.next-color {
  display: inline;
  float: right;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .next-color {
    float: none;
    margin-left: 28px;
  }
}

@media only screen and (max-width: 1070px) {
  .next-color span {
    display: none;
  }
}

.next-color .color-block {
  margin-left: 15px;
}

.partner-table {
  width: 100%;
  outline: none;
  border-radius: 3px;
  margin-top: 20px;
  border-collapse: separate;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  table-layout: fixed;
}

.partner-table thead {
  background-color: #1d89a0;
  border: 1px solid #1d89a0;
}

.partner-table thead tr {
  height: 40px;
  background-color: #1d89a0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.partner-table thead tr th {
  font-weight: normal;
  padding: 5px 10px;
}

.partner-table thead tr th:first-child {
  background-color: #1d89a0;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.partner-table thead tr th:last-child {
  border-top: 1px solid #1d89a0;
}

.partner-table tbody {
  border: 1px solid rgba(0,130,155,0.16);
  background-color: #fff;
}

.partner-table tbody tr {
  height: 47px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #677779;
}

.partner-table tbody tr:nth-child(even) {
  background-color: rgba(234,245,249,0.48);
}

.partner-table tbody tr:last-child td {
  border-bottom: none;
}

.partner-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.partner-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.partner-table tbody tr td {
  padding: 0 10px;
  border-bottom: 1px dashed rgba(0,130,155,0.32);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table tbody tr td {
    padding-left: 10px;
    font-size: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .partner-table tbody tr td span,
  .partner-table tbody tr td a,
  .partner-table tbody tr td strong {
    font-size: 10px;
    text-align: center;
  }
}

.partner-table__in {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
}

@media only screen and (max-width: 767px) {
  .partner-table__in {
    width: 100%;
    overflow: auto;
  }
}

.partner-table__in .partner-table__text {
  display: block;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  background-color: #1d89a0;
  border: 1px solid #1d89a0;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 29px;
}

@media only screen and (max-width: 767px) {
  .partner-table__in .partner-table__text {
    line-height: 14px;
    padding: 4px 10px;
    font-size: 12px;
  }
}

.partner-table__in .partner-table__footer {
  border-top: 1px dashed rgba(0,130,155,0.32);
  background-color: #fff9e9;
  text-align: right;
  border-left: none;
  padding-right: 20px;
  border-radius: 0 0 3px 3px;
}

.partner-table__in .partner-table__footer .payoff__item {
  display: inline-block;
  margin-left: 25px;
  line-height: 47px;
}

.partner-table__in .partner-table {
  margin: 0;
}

.partner-table__in .partner-table__invoices tr:last-child td {
  border-bottom: none;
}

.partner-table__in .partner-table__invoices tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.partner-table__in .partner-table__invoices tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.block-account {
  zoom: 1;
}

.block-account:before,
.block-account:after {
  content: "";
  display: table;
}

.block-account:after {
  clear: both;
}

.block-account__left {
  float: left;
  width: 49%;
}

@media only screen and (max-width: 991px) {
  .block-account__left {
    float: none;
    width: 100%;
  }
}

.block-account__right {
  float: right;
  width: 49%;
}

@media only screen and (max-width: 991px) {
  .block-account__right {
    float: none;
    width: 100%;
  }
}

.change-parol {
  color: #4b89d3;
  font-style: italic;
  font-size: 14px;
  margin-left: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .change-parol {
    display: block;
    margin: 5px 0;
    margin-left: 0;
  }
}

.change-parol:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px -3px 0;
  background-image: url("/i/icons.png");
  background-position: -834px -768px;
  width: 14px;
  height: 14px;
}

.partner-table__invoices {
  margin-bottom: 40px;
}

.partner-table__invoices thead tr th {
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices thead tr th {
    font-size: 10px;
  }
}

.partner-table__invoices thead tr th:first-child {
  border-radius: 3px 0 0 0;
  text-align: center;
  border-right: 1px solid #1d89a0;
}

.partner-table__invoices thead tr th:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices thead tr th:nth-child(2) {
    padding-left: 10px;
    text-align: center;
  }
}

.partner-table__invoices thead tr th:nth-child(3) {
  text-align: center;
}

.partner-table__invoices thead tr th:nth-child(4) {
  text-align: center;
}

.partner-table__invoices thead tr th:nth-child(5) {
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices thead tr th:nth-child(5) {
    text-align: center;
  }
}

.partner-table__invoices thead tr th:last-child {
  border-radius: 0 3px 0 0;
  text-align: center;
  border-left: 1px solid #1d89a0;
}

.partner-table__invoices tbody tr:nth-child(odd) td:first-child {
  border-right: 1px solid #fff;
}

.partner-table__invoices tbody tr td {
  text-align: center;
  padding: 0 10px;
}

.partner-table__invoices tbody tr td:first-child {
  border-radius: 3px 0 0 0;
  text-align: center;
}

.partner-table__invoices tbody tr td:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices tbody tr td:nth-child(2) {
    padding-left: 10px;
    text-align: center;
  }
}

.partner-table__invoices tbody tr td:nth-child(3) {
  text-align: center;
}

.partner-table__invoices tbody tr td:nth-child(4) {
  text-align: center;
}

.partner-table__invoices tbody tr td:nth-child(5) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices tbody tr td:nth-child(5) {
    padding-left: 10px;
    text-align: center;
  }
}

.partner-table__invoices tbody tr td:last-child {
  border-radius: 0 3px 0 0;
  text-align: center;
  border-left: none;
}

.partner-table__invoices tbody tr td .about {
  font-size: 14px;
  font-style: italic;
  color: #4b89d3;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices tbody tr td .about {
    font-size: 10px;
  }
}

.template-block {
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
}

.change-time .nav-days {
  margin: 20px 15px 0 0;
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 640px) {
  .change-time .nav-days {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 20px;
  }
}

.change-time .nav-days__item {
  padding: 5px 20px;
  display: inline-block;
  border-right: 1px dashed rgba(0,130,155,0.32);
}

@media only screen and (max-width: 1050px) {
  .change-time .nav-days__item {
    padding: 5px 15px;
  }
}

.change-time .nav-days__item.active {
  background-color: #1d89a0;
}

.change-time .nav-days__item.active a {
  font-weight: 700;
  color: #fff;
}

.change-time .nav-days__item:last-child {
  border-right: none;
}

.change-time .nav-days__item:hover {
  background-color: #1d89a0;
}

.change-time .nav-days__item:hover a {
  color: #fff;
}

.change-time .nav-days__link {
  color: #1d89a0;
  font-size: 14px;
  text-decoration: none;
}

.change-time .nav-days__link:focus {
  outline: none;
}

.change-time .nav-calendar {
  position: relative;
  display: inline-block;
  background: #fff;
}

.change-time .nav-calendar__date-picker {
  border: 1px solid #00829b;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  border-radius: 3px;
  display: inline-block;
  padding: 5px 5px 5px 40px;
  color: #91b5bc;
  width: 210px;
}

.change-time .nav-calendar:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  background-image: url("/i/icons.png");
  background-position: -686px -400px;
  width: 20px;
  height: 20px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .deduce__left float left {
    float: none;
  }
}

.deduce__left .deduce__item:last-child {
  padding: 0;
}

.drop-down {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  border: 1px solid rgba(22,141,164,0.7);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  height: 31px;
  color: #91b5bc;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .drop-down {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}

.deduce {
  margin: 20px 0 0 0;
  zoom: 1;
}

.deduce:before,
.deduce:after {
  content: "";
  display: table;
}

.deduce:after {
  clear: both;
}

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

@media only screen and (max-width: 1200px) {
  .deduce__item {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1150px) {
  .deduce__item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1096px) {
  .deduce__item {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .deduce__item {
    float: none;
    margin-left: 0;
  }
}

.deduce__item:last-child {
  padding: 5px 10px;
  margin-left: 0;
}

@media only screen and (max-width: 1096px) {
  .deduce__item:last-child {
    padding: 10px 0 0 0;
  }
}

.deduce__number {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 40px 5px 10px;
  color: #91b5bc;
}

.deduce__number:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 5px solid #1d89a0;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:first-child {
  border-right: 1px solid #1d89a0;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(4) {
  text-align: center;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(5) {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(5) {
    padding-left: 10px;
    text-align: center;
  }
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:last-child {
  border-left: 1px solid #1d89a0;
  padding: 0 10px;
}

.partner-table__invoices-mod .partner-table__invoices tbody tr:nth-child(odd) td:first-child {
  border-right: 1px solid #fff;
}

.partner-table__invoices-mod .partner-table__invoices tbody tr:nth-child(odd) td:last-child {
  border-left: 1px solid #fff;
}

.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(3) {
  text-align: center;
}

.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(4) {
  text-align: center;
}

.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(5) {
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(5) {
    padding-left: 10px;
    text-align: center;
  }
}

.partner-table__invoices-mod .partner-table__invoices tbody tr td:last-child {
  text-align: center;
  padding: 0 10px;
  border-left: none;
}

.pagination-orders .pagination {
  text-align: left;
  margin-bottom: 20px;
}

.pagination-orders .pagination .previous {
  display: none;
}

.pagination-orders .pagination .pg-xs-hide {
  display: inline-block !important;
}

.partner-table__statistic thead tr th {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic thead tr th {
    text-align: center;
    font-size: 10px;
    padding-left: 3px;
  }
}

.partner-table__statistic thead tr th:first-child {
  border-right: 1px solid #1d89a0;
  border-radius: 3px 0 0 0;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic thead tr th:first-child {
    width: 10%;
    padding-left: 0;
    text-align: center;
  }
}

.partner-table__statistic thead tr th:last-child {
  border-left: 1px solid #1d89a0;
  border-radius: 0 3px 0 0;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic thead tr th:last-child {
    width: 10%;
    padding-right: 0;
    text-align: center;
  }
}

.partner-table__statistic tbody tr:nth-child(odd) td {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic tbody tr:nth-child(odd) td {
    width: 10%;
    text-align: center;
  }
}

.partner-table__statistic tbody tr:nth-child(odd) td:first-child {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic tbody tr:nth-child(odd) td:first-child {
    width: 10%;
    padding-left: 0;
    text-align: center;
  }
}

.partner-table__statistic tbody tr:nth-child(odd) td:last-child {
  border-left: 1px solid #fff;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic tbody tr:nth-child(odd) td:last-child {
    width: 10%;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic tbody tr td {
    text-align: center;
    font-size: 10px;
    padding-left: 0;
  }
}

.partner-table__statistic tbody tr td:first-child {
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic tbody tr td:first-child {
    width: 10%;
    padding-left: 0;
    text-align: center;
  }
}

.partner-table__statistic tbody tr td:last-child {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .partner-table__statistic tbody tr td:last-child {
    width: 10%;
    padding-right: 0;
    text-align: center;
  }
}

.rg-form__status-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.rg-form__status-link span {
  display: block;
}

@media only screen and (max-width: 640px) {
  .rg-form__status-link span {
    display: none;
  }
}

.rg-form__status-link span:last-of-type {
  display: none;
}

@media only screen and (max-width: 640px) {
  .rg-form__status-link span:last-of-type {
    display: block;
  }
}

.rg-form__status-link a,
.rg-form__status-link label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #5e6e71;
  text-align: center;
  width: 120px;
  height: 37px;
  background: #f2f2f2;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 0;
}

.rg-form__status-link a span,
.rg-form__status-link label span {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .rg-form__status-link a:hover,
  .rg-form__status-link label:hover {
    background: #4b89d3;
    color: #fff;
  }
}

.rg-form__status-link a:hover span,
.rg-form__status-link label:hover span {
  color: #fff;
}

.rg-form__status-link a.active,
.rg-form__status-link label.active {
  background: #4b89d3;
  color: #fff;
}

.rg-form__status-link a:last-of-type,
.rg-form__status-link label:last-of-type {
  width: 245px;
  margin-left: 10px;
}

.rg-form__status-link input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.p-rg-top__img {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-top: 90px;
}

.p-rg-top__title {
  font-weight: normal;
  line-height: 60px;
  font-size: 60px;
  color: #fff;
  max-width: 640px;
  margin-bottom: 450px;
}

.p-rg__title {
  line-height: 60px;
  font-size: 60px;
  text-align: center;
  color: #4b89d3;
  position: relative;
  z-index: 1;
}

.p-rg__container {
  padding-top: 120px;
  padding-bottom: 95px;
}

.p-rg__slider {
  max-width: 840px;
  margin: 90px auto 0 auto;
  max-height: 310px;
  overflow: hidden;
}

.p-rg__slider .slick-dots {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 55px;
}

.p-rg__slider .slick-dots li {
  margin-right: 30px;
  border-radius: 50%;
}

.p-rg__slider .slick-dots li:hover button {
  background: #4b89d3;
}

.p-rg__slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.p-rg__slider .slick-dots li button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 0;
  color: #d9d9d9;
  display: block;
  border-radius: 50%;
  background: #d9d9d9;
  width: 15px;
  height: 15px;
}

.p-rg__slider .slick-dots li.slick-active {
  background: #4b89d3;
}

.p-rg__slider .slick-dots li.slick-active button {
  background: #4b89d3;
  color: #4b89d3;
}

.p-rg__slider__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
}

.p-rg__slider__content .text {
  max-width: 510px;
}

.p-rg__slider__content .text h3 {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 400;
  color: #5e6e71;
}

.p-rg__slider__content .text p {
  line-height: 24px;
  font-size: 20px;
  color: #454545;
}

button.partner-prev,
button.partner-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 15px;
  height: 25px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

button.partner-prev:hover,
button.partner-next:hover {
  background: rgba(0,0,0,0);
}

button.partner-prev:hover svg,
button.partner-next:hover svg {
  fill: #4b89d3;
}

button.partner-prev svg,
button.partner-next svg {
  width: auto;
  height: auto;
  margin-top: 0;
  fill: #d9d9d9;
}

.slick-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 67px;
}

.p-rg-control-wrap {
  position: relative;
  background: #f9f9f9;
  padding-top: 90px;
  padding-bottom: 105px;
  padding-bottom: 75px;
}

.p-rg-control-wrap .p-rg__title {
  margin-bottom: 88px;
}

.p-rg-control-wrap__bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.p-rg__control__bl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

.p-rg__control__bl h3 {
  line-height: 40px;
  font-size: 40px;
  font-weight: 400;
  color: #5e6e71;
  margin-bottom: 35px;
  margin-left: -25px;
}

.p-rg__control__bl ul {
  list-style: disk;
}

.p-rg__control__bl ul li {
  line-height: 24px;
  font-size: 24px;
  color: #5e6e71;
  margin-bottom: 24px;
}

.p-rg__control__bl:first-of-type {
  margin-top: 105px;
}

.p-rg__control__bl svg {
  max-width: 87px;
  max-height: 87px;
  margin-right: 62px;
}

.p-rg__control__bl svg:last-of-type {
  margin-right: 0;
}

.p-rg__control__text {
  max-width: 484px;
}

.p-rg-three__wrapper {
  padding-top: 95px;
  padding-bottom: 150px;
}

.p-rg-three__blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 114px;
}

.p-rg-three__block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 375px;
  padding-top: 40px;
}

.p-rg-three__block svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-rg-three__block h3 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #5e6e71;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.p-rg-three__block p {
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  color: #5e6e71;
  position: relative;
  z-index: 1;
  padding: 0 28px;
}

.p-rg-q {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #f9f9f9;
}

.p-rg-q-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 805px;
  margin: 70px auto 0;
}

.p-rg-q__img {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  margin-top: 8px;
}

.p-rg-q__img img {
  width: 100%;
  height: 100%;
}

.p-rg-q__text {
  max-width: 495px;
}

.p-rg-q__text h3 {
  font-weight: 700;
  line-height: 32px;
  font-size: 28px;
  color: #5e6e71;
  margin-bottom: 15px;
}

.p-rg-q__text h4 {
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #5e6e71;
  margin-bottom: 23px;
}

.p-rg-q__text p {
  font-weight: normal;
  line-height: 24px;
  font-size: 20px;
  color: #5e6e71;
  margin-bottom: 38px;
}

.p-rg-q__text a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  line-height: 28px;
  font-size: 24px;
  color: #5e6e71;
  text-decoration: none;
  margin-bottom: 15px;
}

.p-rg-q__text a:hover {
  text-decoration: none;
}

.p-rg-q__text a span {
  margin-left: 35px;
}

.p-rg-q__phone {
  margin-left: 4px;
}

@media only screen and (max-width: 991px) {
  .p-rg__container {
    padding-bottom: 60px;
  }

  .p-rg__title {
    line-height: 48px;
    font-size: 48px;
  }

  .p-rg__slider__content {
    padding-left: 50px;
  }

  .p-rg__slider__content img {
    max-width: 120px;
  }

  .p-rg__slider__content .text {
    max-width: 480px;
  }

  .slick-wrapper {
    margin-top: 20px;
  }

  .p-rg-control-wrap {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .p-rg-control-wrap>svg {
    max-width: 70%;
  }

  .p-rg__control__bl h3 {
    line-height: 28px;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .p-rg__control__bl ul li {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .p-rg__control__bl svg {
    max-width: 50px;
    max-height: none;
    margin-right: 25px;
  }

  .p-rg__control__text {
    max-width: 345px;
  }

  .p-rg-three__block__sc .p-rg__control__img {
    margin-right: 50px;
  }

  .p-rg-three__wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .p-rg-three__blocks {
    margin-top: 60px;
  }

  .p-rg-three__block h3 {
    line-height: 26px;
    font-size: 22px;
  }

  .p-rg-three__block p {
    line-height: 20px;
    font-size: 15px;
  }

  .p-rg-q {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .rg-form-wrapper {
    padding: 40px 0 30px;
    max-width: 460px;
  }

  .p-rg__title {
    line-height: 36px;
    font-size: 36px;
  }

  .p-rg-top__title {
    line-height: 36px;
    font-size: 36px;
  }

  .p-rg__slider {
    margin: 60px auto 0;
  }

  .p-rg__slider__content .text {
    max-width: 360px;
  }

  .p-rg__slider__content .text h3 {
    font-size: 30px;
  }

  .p-rg__slider__content .text p {
    line-height: 22px;
    font-size: 16px;
  }

  .p-rg-control-wrap .p-rg__title {
    margin-bottom: 50px;
  }

  .p-rg-control-wrap .p-rg__control__bl h3 {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 25px;
  }

  .p-rg-control-wrap .p-rg__control__bl ul li {
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .p-rg-control-wrap .p-rg__control__bl svg {
    max-width: 40px;
  }

  .p-rg-control-wrap .p-rg__control__text {
    max-width: 265px;
  }

  .p-rg-three__wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .p-rg-three__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .p-rg-three__block {
    max-width: 375px;
    height: 230px;
    margin: 0 auto;
    padding-top: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-rg-three__block svg {
    max-height: 180px;
  }

  .p-rg-q {
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .p-rg-q-flex {
    max-width: 550px;
  }

  .p-rg-q__img {
    width: 140px;
    height: 140px;
  }

  .p-rg-q__text {
    max-width: 360px;
  }
}

@media only screen and (max-width: 640px) {
  .p-rg-top__img {
    padding-top: 30px;
  }

  .p-rg-top__title {
    line-height: 30px;
    font-size: 26px;
    padding: 0 15px;
    margin-bottom: 375px;
  }

  .p-rg__title {
    line-height: 30px;
    font-size: 28px;
    padding: 0 15px;
  }

  .rg-form-wrapper {
    max-width: 300px;
    left: 10px;
    padding: 20px 0 20px;
    top: 95px;
  }

  .rg-form .form-group {
    width: 280px;
    margin: 0 auto 13px;
  }

  .rg-form span {
    margin-left: 10px;
  }

  .rg-form__status-link {
    padding: 0 10px;
  }

  .p-rg__container {
    padding-top: 95px;
    padding-bottom: 48px;
  }

  .p-rg__slider {
    margin: 35px auto 0;
  }

  .p-rg__slider__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .p-rg__slider__content img {
    max-width: 90px;
    margin-bottom: 20px;
  }

  .p-rg__slider__content .text h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .p-rg__slider__content .text p {
    line-height: 18px;
    font-size: 14px;
  }

  .p-rg-control-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-rg-control-wrap>svg {
    display: none;
  }

  .p-rg-control-wrap .p-rg__title {
    margin-bottom: 30px;
  }

  .p-rg-control-wrap .p-rg__control__bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .p-rg-control-wrap .p-rg__control__bl h3 {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
  }

  .p-rg-control-wrap .p-rg__control__bl ul li {
    margin-bottom: 13px;
  }

  .p-rg-control-wrap .p-rg__control__text {
    width: 80%;
  }

  .p-rg-control-wrap .p-rg__control__img {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
  }

  .p-rg-control-wrap .p-rg__control__img svg {
    max-width: 30px;
  }

  .p-rg-control-wrap .p-rg-three__block__sc .p-rg__control__img {
    margin-right: 0;
  }

  .p-rg-three__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-rg-three__blocks {
    margin-top: 15px;
  }

  .p-rg-q {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-rg-q-flex {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .p-rg-q__img {
    margin: 0 auto 20px auto;
  }

  .p-rg-q__text {
    max-width: 300px;
    margin: 0 auto;
  }
}

.p-rg-q__thank-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 10000;
  top: 0;
  left: 0;
}

.p-rg-thank__c {
  width: 632px;
  height: 227px;
  padding: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -moz-transform: translate(-50%, -65%);
  -o-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  background: #fff;
  border-radius: 8px;
}

.p-rg-thank__i {
  width: 108px;
  height: 108px;
}

.p-rg-thank__text {
  max-width: 360px;
}

.p-rg-thank__text h3 {
  font-weight: normal;
  line-height: 44px;
  font-size: 40px;
  color: #4b89d3;
  margin-bottom: 15px;
}

.p-rg-thank__text p {
  font-weight: normal;
  line-height: 24px;
  font-size: 20px;
  color: #5e6e71;
}

@media only screen and (max-width: 640px) {
  .p-rg-thank__c {
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 30px;
    text-align: center;
  }

  .p-rg-thank__i {
    width: 60px;
    height: 60px;
  }
}

.partner-registration__title {
  color: #333536;
  font-style: italic;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  max-width: 290px;
  line-height: 1.2;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-registration__title {
    max-width: 230px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .partner-registration__title {
    display: block;
    text-align: center;
    max-width: 100%;
    font-size: 20px;
    margin: -10px 0 20px 0;
  }
}

.partner-registration__image {
  margin: 0 20px 0 20px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-registration__image {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .partner-registration__image {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .partner-registration__image {
    display: none;
  }
}

.partner-registration .partners-reg-mod {
  background: #e5f2f5;
  border: 0;
}

.partners {
  margin-top: 15px;
}

.partners__fieldset {
  border: 1px solid #fff;
  padding: 10px 0 0 14px;
  max-width: 190px;
}

@media only screen and (max-width: 991px) {
  .partners__fieldset {
    max-width: 100px;
    padding: 10px 0 0 8px;
  }
}

.partners__title {
  font-size: 10px;
  color: #fff;
  padding: 0 2px;
}

.partners__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  position: relative;
  vertical-align: middle;
}

.partners__item_invest {
  width: 39px;
  height: 33px;
}

.partners__item_invest:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/i/icons.png");
  background-position: -1070px -550px;
  width: 39px;
  height: 33px;
}

.partners__item_soc {
  width: 32px;
  height: 31px;
}

.partners__item_soc:after {
  background-image: url("i/icons.png");
  background-position: -781px -708px;
  width: 32px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.partners__item_eda {
  width: 79px;
  height: 20px;
}

.partners__item_eda:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/i/icons.png");
  background-position: -822px -638px;
  width: 79px;
  height: 20px;
}

.partners__item > img {
  border: 0 none;
}

.partners-main .header-styled.header-partners {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .partners-main .header-styled.header-partners {
    margin-bottom: 25px;
  }
}

.partner-registration__title {
  color: #333536;
  font-style: italic;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  max-width: 290px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-registration__title {
    max-width: 230px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .partner-registration__title {
    display: block;
    text-align: center;
    max-width: 100%;
    font-size: 20px;
    margin: -10px 0 20px 0;
  }
}

.partner-registration__image {
  margin: 0 20px 0 20px;
  display: inline-block;
}

.partner-registration__image img {
  max-height: 130px;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-registration__image {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .partner-registration__image {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .partner-registration__image {
    display: none;
  }
}

.partner-how-it-work .how-its-made__item {
  padding: 0 45px;
}

@media only screen and (max-width: 767px) {
  .partner-how-it-work .how-its-made__item {
    padding: 0 10px;
  }
}

.partner-how-it-work .how-its-made__item.even:before,
.partner-how-it-work .how-its-made__item.even:after {
  content: "";
  position: absolute;
  background-image: url("/i/icons.png");
  background-position: -1072px -189px;
  width: 50px;
  height: 49px;
}

@media only screen and (max-width: 767px) {
  .partner-how-it-work .how-its-made__item.even:before,
  .partner-how-it-work .how-its-made__item.even:after {
    display: none;
  }
}

.partner-how-it-work .how-its-made__item.even:before {
  top: 20px;
  left: -20px;
}

.partner-how-it-work .how-its-made__item.even:after {
  top: 20px;
  right: -30px;
}

.phones {
  position: relative;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.phones .i--phones {
  position: relative;
  display: inline-block;
  width: 72px;
  top: 0;
  left: 0;
  background-image: url("../img/phones.svg");
  background-repeat: no-repeat;
  height: 18px;
}

.phones .icon-life {
  color: #fc0;
}

.phones .icon-kievstar {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .phones .icon-kievstar {
    color: #00a8e7;
  }
}

.phones .icon-mts {
  color: #ff4744;
}

.phones .drop__toggler {
  padding: 6px 9px;
  border: 1px solid #e8e8e8;
  border-radius: 21px;
  height: 32px;
}

.phones .i--drop {
  margin-top: -7px;
  margin-left: 0;
}

.phones .drop__body {
  top: 36px;
  padding: 0;
  overflow: hidden;
}

.phones .drop__body:before {
  content: none;
}

.phones .drop__body:after {
  content: none;
}

.phones__info {
  position: relative;
  margin-right: 15px;
  font-size: 13px;
}

.phones__info:link {
  text-decoration: none;
  color: #333536;
}

.phones__item {
  font-size: 13px;
}

.phones__item.first-child {
  display: none;
}

.phones__link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 20px;
  color: #5e6e71;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  line-height: 1.4;
}

.phones__link:hover {
  text-decoration: none;
  color: #0957c3;
  background-color: #f9fafb;
}

.phones__link .i {
  top: 3px;
  margin-right: 16px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .phones {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    margin-right: 10px;
  }

  .is--logged .phones {
    margin-right: 49px;
  }
}

@media (min-width: 992px) {
  .phones {
    margin-right: 18px;
  }

  .phones__info {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .phones__item.first-child {
    display: block;
  }
}

.photo-gallery {
  position: relative;
  display: none;
  margin: 6px;
}

.photo-gallery_mod {
  background-color: #e5f2f5;
  border-radius: 3px;
  padding: 21px 31px;
  margin: 0 6px 21px;
}

@media only screen and (max-width: 991px) {
  .photo-gallery_mod {
    margin-bottom: 0;
  }
}

.photo-gallery_mod .owl-prev {
  left: -20px;
}

.photo-gallery_mod .owl-next {
  right: -20px;
}

.photo-gallery_mod .photo-gallery__thumb {
  padding: 0 5px;
  height: auto;
}

.photo-gallery_mod .photo-gallery__thumb img {
  border: none;
  border-radius: 2px;
}

.photo-gallery_mod .photo-gallery__thumb:hover a:before,
.photo-gallery_mod .photo-gallery__thumb:hover a:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.photo-gallery_mod .photo-gallery__thumb a {
  display: block;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.photo-gallery_mod .photo-gallery__thumb a:before,
.photo-gallery_mod .photo-gallery__thumb a:after {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -moz-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  -ms-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.photo-gallery_mod .photo-gallery__thumb a:before {
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 39px;
  height: 39px;
  background-image: url("/i/icons.png");
  background-position: -422px -336px;
  width: 39px;
  height: 39px;
  z-index: 2;
}

.photo-gallery_mod .photo-gallery__thumb a:after {
  background-color: rgba(2,48,58,0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
}

.photo-gallery_initialized {
  display: block;
}

.photo-gallery__counter,
.photo-gallery__image-caption {
  position: absolute;
  right: 0;
  padding: 3px 10px 4px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .photo-gallery__counter,
  .photo-gallery__image-caption {
    font-size: 13px;
  }
}

.photo-gallery__counter {
  top: 10px;
  background-color: rgba(255,182,71,0.5);
}

.photo-gallery__title {
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}

.photo-gallery__images,
.photo-gallery__thumbs {
  padding: 0 !important;
  list-style: none;
}

.photo-gallery__image:before,
.photo-gallery__thumb:before {
  content: none;
  display: none;
}

.photo-gallery__image {
  position: relative;
  margin-bottom: 4px;
  background-color: #eee;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.photo-gallery__image:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.photo-gallery__image >img {
  letter-spacing: normal;
  font-size: 12px;
  border: 0 none;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.photo-gallery__image-caption {
  bottom: 10px;
  background-color: rgba(0,130,155,0.5);
}

.photo-gallery__thumb {
  width: 100%;
  height: 138px;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  position: relative;
}

.photo-gallery__thumb:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.photo-gallery__thumb >img {
  letter-spacing: normal;
  font-size: 12px;
  border: 0 none;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.photo-gallery_simple-thumbs .photo-gallery__thumb {
  float: left;
}

__images {
  margin-bottom: 3px;
}

__thumbs {
  padding: 0 25px !important;
}

.photo-gallery_simple-thumbs __thumbs {
  padding: 0 !important;
}

__thumbs .owl-prev {
  left: 4px;
}

__thumbs .owl-next {
  right: 4px;
}

.gallery-popup .modal-dialog {
  max-width: 740px;
  width: 100%;
}

.gallery-popup .modal-body {
  padding: 0 45px 30px;
}

@media only screen and (max-width: 767px) {
  .gallery-popup .modal-body {
    padding: 0 25px 25px;
  }
}

.gallery-popup .photo-gallery {
  margin: 0;
}

.gallery-popup .photo-gallery__thumbs {
  padding: 0 14px !important;
}

.gallery-popup .photo-gallery__thumbs .owl-prev,
.gallery-popup .photo-gallery__thumbs .owl-next {
  width: 9px;
  height: 19px;
  margin-top: -10px;
}

.gallery-popup .photo-gallery__thumbs .owl-prev {
  left: 0;
  background-image: url("/i/icons.png");
  background-position: -1117px -299px;
  width: 9px;
  height: 19px;
}

.gallery-popup .photo-gallery__thumbs .owl-next {
  right: 2px;
  background-image: url("/i/icons.png");
  background-position: -1116px -521px;
  width: 9px;
  height: 19px;
}

.gallery-popup .photo-gallery__thumb {
  height: 71px;
}

.gallery-popup .photo-gallery__images {
  margin-bottom: 26px;
}

.gallery-popup .photo-gallery__images img {
  border: none;
}

.gallery-popup .photo-gallery__images .owl-prev,
.gallery-popup .photo-gallery__images .owl-next {
  bottom: 4px;
  top: 0;
  height: auto;
  width: 48px;
  background: rgba(2,48,58,0.75);
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery-popup .photo-gallery__images .owl-prev:hover,
.gallery-popup .photo-gallery__images .owl-next:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.gallery-popup .photo-gallery__images .owl-prev:before,
.gallery-popup .photo-gallery__images .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -5px;
  width: 10px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-popup .photo-gallery__images .owl-prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.gallery-popup .photo-gallery__images .owl-next {
  right: 0;
  border-radius: 0 3px 3px 0;
}

.gallery-popup .photo-gallery__image {
  border-radius: 3px;
  overflow: hidden;
}

.photo-gallery__thumb {
  padding: 0 3px;
}

.photo-gallery .photo-gallery__thumb_current img {
  border-color: #9adfd6;
}

.photo-gallery img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border: 2px solid transparent;
}

.pill[class*="color-"] input:checked + span {
  color: #fff;
}

.pill input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.pill >span {
  border-radius: 12px;
  text-decoration: none;
  padding: 1px 10px;
  display: inline-block;
  cursor: pointer;
}

.pill >span > span {
  line-height: 1;
  font-family: "SuisseIntl" !important;
}

.pill >span:hover {
  background-color: transparent;
}

.pill.with-icon >span {
  position: relative;
}

.pill.with-icon >span >span {
  margin-right: 15px;
}

.pill.with-icon input + span:after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  background-image: url("/i/icons.png");
  background-position: -923px -768px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.ie7_html .pill.with-icon input + span:after {
  display: block;
}

.pill.with-icon input + span:hover:after {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

.pill.with-icon input:checked + span:after {
  display: block;
}

.pill.with-icon.icon-left > span >span {
  margin-left: 15px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .pill.with-icon.icon-left > span >span {
    margin-right: 15px;
    margin-left: 0;
  }
}

.pill.with-icon.icon-left > span:after {
  right: auto;
  left: 5px;
}

@media only screen and (max-width: 767px) {
  .pill.with-icon.icon-left > span:after {
    right: 5px;
    left: auto;
  }
}

.pill.color-red input:checked + span,
.pill.color-red input:checked + span:hover,
.pill.color-red input:checked + span:focus {
  background-color: #e11f2a;
}

.pill.color-green input:checked + span,
.pill.color-green input:checked + span:hover,
.pill.color-green input:checked + span:focus {
  background-color: #2fb45f;
}

.pill.color-blue input:checked + span,
.pill.color-blue input:checked + span:hover,
.pill.color-blue input:checked + span:focus {
  background-color: #0068b5;
}

@media only screen and (max-width: 767px) {
  .pill.color-red>span {
    color: #e11f2a;
  }

  .pill.color-green>span {
    color: #07a540;
  }

  .pill.color-blue>span {
    color: #0068b5;
  }

  .pill input:checked+span,
  .pill input:checked+span:hover,
  .pill input:checked+span:focus {
    color: #fff;
  }
}

.pill-group label {
  margin-bottom: 2px;
}

.pill-group >.with-icon {
  margin-bottom: 0;
}

.pill-group >.with-icon input + span {
  line-height: 18px;
}

.pill-group >.with-icon input:checked + span,
.pill-group >.with-icon input:checked + span:hover,
.pill-group >.with-icon input:checked + span:focus {
  color: #fff;
  background-color: #0957c3;
}

.pill-group >ul .with-icon input + span {
  padding-left: 17px;
  line-height: 18px;
}

.pill-group >ul .with-icon input:checked + span,
.pill-group >ul .with-icon input:checked + span:hover,
.pill-group >ul .with-icon input:checked + span:focus {
  color: #fff;
  background-color: #47d7ac;
}

.districts-check-list .pill-group >ul .with-icon input + span {
  padding-left: 9px;
}

.plashka {
  background-color: #8db6f9;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  border: 2px solid #fff;
}

.plashka_up {
  text-transform: uppercase;
  color: #0957c3;
}

.plashka.main {
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.post {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px #e3e4ed;
  box-shadow: 0 2px 4px #e3e4ed;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.post:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0,64,76,0.35);
  box-shadow: 0 2px 12px rgba(0,64,76,0.35);
}

.post:hover .post__add-info {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.post:hover .badge-label {
  display: none;
}

.post-load {
  display: block;
  height: 361px;
  padding: 14px;
}

.post-load__link {
  position: relative;
  display: block;
  height: 100%;
  border: 1px dashed #96b8bf;
}

.post-load__link span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 100px;
  margin-left: -95px;
  margin-top: -50px;
  color: #96b8bf;
  font-size: 22px;
  text-align: center;
}

.post-load__link span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background-image: url("/i/icons.png");
  background-position: -558px -400px;
  width: 24px;
  height: 21px;
}

.post__add-info {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid #dfe7e9;
  border-radius: 3px 3px 0 0;
}

@media only screen and (max-width: 560px) {
  .post__add-info {
    height: 200px;
    padding: 24px 14px;
  }
}

.post__add-info ul {
  padding: 0;
  list-style: none;
}

.post__add-info ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 26px;
  font-size: 16px;
}

.post__add-info ul li .metro {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.post__add-info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}

.post__add-info ul li:nth-child(1):before {
  background-image: url("/i/icons.png");
  background-position: -253px -768px;
  width: 16px;
  height: 16px;
}

.post__add-info ul li:nth-child(2):before {
  background-image: url("/i/icons.png");
  background-position: -193px -768px;
  width: 16px;
  height: 16px;
}

.post__add-info ul li:nth-child(3):before {
  background-image: url("/i/icons.png");
  background-position: -213px -768px;
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 1024px) {
  .post__add-info {
    padding: 10px;
  }

  .post__add-info ul li {
    font-size: 14px;
  }
}

.post__add-info a {
  color: #4b89d3;
}

.post__thumb {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 560px) {
  .post__thumb {
    height: 200px;
  }

  .post__thumb-image {
    width: 518px;
    height: 265px;
    margin-left: -259px;
  }
}

.post__body {
  height: 162px;
  padding: 0 14px;
}

@media only screen and (max-width: 560px) {
  .post__body {
    height: auto;
  }
}

.post__title {
  margin-top: 10px;
  margin-bottom: 12px;
  max-height: 44px;
  line-height: 1.35;
  overflow: hidden;
}

.post__title a {
  font-size: 16px;
  font-weight: 700;
}

.post__desc {
  height: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .post__desc {
    height: auto;
  }
}

.post__footer {
  position: relative;
  height: 40px;
  margin-top: 13px;
  padding: 0 14px;
  zoom: 1;
}

.post__footer:before,
.post__footer:after {
  content: "";
  display: table;
}

.post__footer:after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .post__footer {
    height: 80px;
    margin-top: 0;
  }
}

.post__price {
  float: left;
  height: 25px;
}

@media only screen and (max-width: 1024px) {
  .post__price {
    width: 100%;
  }

  .post__price-old + .post__price-value {
    float: right;
  }

  .post__price-old {
    float: left;
    line-height: 2;
  }
}

.post__price-value {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}

.post__price-old + .post__price-value {
  margin-top: 0;
  display: inline;
}

.post__price-old {
  display: block;
  color: #b5cded;
  line-height: 1.1;
  text-decoration: line-through;
}

@media only screen and (max-width: 1200px) {
  .post__more-link {
    padding: 9px 8%;
  }
}

@media only screen and (max-width: 1024px) {
  .post__more {
    width: 100%;
    margin-top: 10px;
  }
}

.post__more-link {
  width: 100%;
  float: right;
  padding: 9px 8%;
  font-size: 16px;
  color: #dfe7e9;
  line-height: 19px;
  background-color: transparent;
  border-color: #dfe7e9;
}

.post__more-link:hover {
  color: #fff;
  background-color: #47d7ac;
}

.block-10 {
  padding: 0;
}

.post-wide.post2 {
  height: 465px;
}

@media only screen and (max-width: 768px) {
  .post-wide.post2 {
    height: 365px;
  }
}

@media only screen and (max-width: 767px) {
  .post-wide.post2 {
    display: none;
  }
}

.post-wide .post2__link {
  font-size: 24px;
}

.post-wide .post2__sticker {
  padding: 11px 5px 11px 20px;
}

.post-wide .post2__sticker .sticker-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #47d7ac;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  z-index: 2;
}

.post-wide .post2__sticker .sticker-bg:after {
  content: "";
  position: absolute;
  top: -32px;
  right: -29px;
  width: 52px;
  height: 70px;
  background: #47d7ac;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 2;
}

.post-wide .post2__sticker span {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 5;
}

.post-wide .post2__title {
  max-height: 65px;
  bottom: 85px;
  left: 45px;
  right: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .post-wide .post2__title {
    bottom: 85px;
  }
}

@media only screen and (max-width: 768px) {
  .post-wide .post2__title {
    bottom: 110px;
    top: auto;
  }
}

.post-wide .post2__price {
  position: absolute;
  bottom: 35px;
  left: 45px;
  right: 0;
  height: 35px;
}

@media only screen and (max-width: 1024px) {
  .post-wide .post2__price {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .post-wide .post2__price {
    bottom: 65px;
  }
}

.post-wide .post2__price-value {
  margin-left: 0;
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  .post-wide .post2__price-value {
    font-size: 34px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .post-wide .post2__price-value {
    display: inline-block;
  }
}

.post-wide .post2__price-old {
  font-size: 27px;
}

@media only screen and (max-width: 1024px) {
  .post-wide .post2__price-old {
    font-size: 24px;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {
  .post-wide .post2__price-old {
    display: inline-block;
  }
}

.post2 {
  position: relative;
  height: 220px;
  margin-bottom: 25px;
  background: transparent;
}

.post2__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  overflow: hidden;
  padding: 0 14px;
}

.post2__body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(190,198,200,0.62) 0, rgba(3,33,39,0.53) 0, rgba(5,44,51,0.23) 36%, rgba(7,51,60,0.28) 61%, rgba(9,62,72,0.53) 96%, rgba(9,63,73,0.53) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(190,198,200,0.62) 0, rgba(3,33,39,0.53) 0, rgba(5,44,51,0.23) 36%, rgba(7,51,60,0.28) 61%, rgba(9,62,72,0.53) 96%, rgba(9,63,73,0.53) 100%);
  background-image: -o-linear-gradient(bottom, rgba(190,198,200,0.62) 0, rgba(3,33,39,0.53) 0, rgba(5,44,51,0.23) 36%, rgba(7,51,60,0.28) 61%, rgba(9,62,72,0.53) 96%, rgba(9,63,73,0.53) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(190,198,200,0.62) 0, rgba(3,33,39,0.53) 0, rgba(5,44,51,0.23) 36%, rgba(7,51,60,0.28) 61%, rgba(9,62,72,0.53) 96%, rgba(9,63,73,0.53) 100%);
  background-image: linear-gradient(to top, rgba(190,198,200,0.62) 0, rgba(3,33,39,0.53) 0, rgba(5,44,51,0.23) 36%, rgba(7,51,60,0.28) 61%, rgba(9,62,72,0.53) 96%, rgba(9,63,73,0.53) 100%);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post2__body:hover:before {
  background-color: rgba(1,59,70,0.67);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

.post2__body:hover .post2__title {
  text-decoration: underline;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.post2__body:hover .post2__title span {
  text-decoration: underline;
}

.post2__body:hover .sticker-bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

@media only screen and (max-width: 560px) {
  .post2__body {
    height: auto;
  }
}

.post2__thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.post2__title {
  display: block;
  max-height: 50px;
  position: absolute;
  overflow: hidden;
  bottom: 70px;
  left: 18px;
  right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .post2__title {
    bottom: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .post2__title {
    top: auto;
  }
}

.post2__sticker {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 3px 6px 10px;
}

.post2__sticker .sticker-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #47d7ac;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post2__sticker .sticker-bg:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -26px;
  width: 33px;
  height: 70px;
  background: #47d7ac;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 2;
}

.post2__sticker span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 5;
}

.post2__price {
  position: absolute;
  bottom: 33px;
  left: 18px;
  right: 18px;
  height: 25px;
}

@media only screen and (max-width: 1024px) {
  .post2__price {
    width: 100%;
  }

  .post2__price-old + .post2__price-value {
    float: right;
  }

  .post2__price-old {
    float: left;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 768px) {
  .post2__price {
    bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .post2__price {
    text-align: left;
    left: 18px;
  }
}

.post2__price-value {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  font-weight: 700;
  font-size: 29px;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .post2__price-value {
    left: 18px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .post2__price-value {
    display: inline-block;
    font-size: 29px;
    margin-right: 20px;
  }
}

.post2__price-old + .post2__price-value {
  margin-top: 0;
  display: inline;
}

.post2__price-old {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: line-through;
}

@media only screen and (max-width: 1024px) {
  .post2__price-old {
    line-height: 1.5;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .post2__price-old {
    display: inline-block;
    font-size: 20px;
  }
}

.post2 a {
  color: #fff !important;
}

.post2 a:hover,
.post2 a:active {
  color: #fff !important;
}

.index-list {
  font-size: 0;
}

.index-list__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .index-list__item {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .index-list__item {
    width: 100%;
    text-align: center;
  }
}

.owl_action:not([class="owl-wrapper-outer"]) {
  text-align: center;
}

.post-thin .owl {
  list-style: none;
  position: relative;
  padding: 0;
}

.post-thin .owl-controls {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.post-thin .owl-prev,
.post-thin .owl-next {
  top: 6px;
}

.post-thin .owl-prev,
.post-thin .owl-prev.disabled {
  left: -25px;
  background-image: url("/i/icons.png");
  background-position: -36px -801px;
  width: 14px;
  height: 26px;
}

.post-thin .owl-prev:hover,
.post-thin .owl-prev.disabled:hover {
  background-image: url("/i/icons.png");
  background-position: -18px -801px;
  width: 14px;
  height: 26px;
}

.post-thin .owl-next {
  right: -25px;
  background-image: url("/i/icons.png");
  background-position: -54px -801px;
  width: 14px;
  height: 26px;
}

.post-thin .owl-next:hover {
  background-image: url("/i/icons.png");
  background-position: 0px -801px;
  width: 14px;
  height: 26px;
}

.post-thin .owl-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .post-thin .owl-item {
    padding-right: 0;
  }
}

.post-thin .owl-item.current {
  background: #fffaeb;
}

.post-thin .owl .owl-wrapper-outer {
  text-align: center;
}

.post-thin .owl-pagination {
  margin-bottom: 30px;
  text-align: center;
}

.post-thin .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #00829b;
  opacity: 0.29;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=29)";
  filter: alpha(opacity=29);
}

.post-thin .owl-page:last-child {
  margin-right: 0;
}

.post-thin .owl-page.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.post3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 565px;
  width: 100%;
  height: 188px;
  margin-bottom: 25px;
  background: transparent;
  font-size: 0;
  overflow: hidden;
}

.post3:nth-child(even) {
  margin-left: 20px;
}

.post3:hover .post3__link {
  text-decoration: none;
  color: #0957c3;
}

.post3:hover .post3__link span {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .post3 {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .post3:nth-child(even) {
    margin-left: 0;
  }
}

.post3__body {
  position: relative;
  display: inline-block;
  width: 67%;
  height: 100%;
  margin-left: -1px;
  border-radius: 2px;
  border: 1px dashed #0957c3;
  overflow: hidden;
  padding: 9% 14px 20px 30px;
  z-index: 2;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .post3__body {
    padding: 45px 14px 0;
  }
}

@media only screen and (max-width: 320px) {
  .post3__body {
    padding: 14% 14px 0;
  }
}

.post3__thumb {
  position: relative;
  display: inline-block;
  max-width: 33%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}

.post3__link {
  display: block;
  max-height: 60px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #0957c3;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post3__link span {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .post3__link {
    font-size: 19px;
  }
}

.post3__sticker {
  position: absolute;
  top: 0;
  left: 33%;
  padding: 8px 3px 8px 15px;
  z-index: 4;
}

.post3__sticker .sticker-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #47d7ac;
  z-index: 2;
}

.post3__sticker .sticker-bg:after {
  content: "";
  position: absolute;
  top: -39px;
  right: -27px;
  width: 33px;
  height: 70px;
  background: #47d7ac;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 2;
}

.post3__sticker span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 5;
}

.post3__price {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 14px;
  display: inline-block;
  vertical-align: top;
  height: 25px;
}

@media only screen and (max-width: 1024px) {
  .post3__price {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .post3__price {
    left: 15px;
  }
}

.post3__price-value {
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #333536;
}

@media only screen and (max-width: 767px) {
  .post3__price-value {
    font-size: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .post3__price-value {
    margin-left: 10px;
    font-size: 22px;
  }
}

.post3__price-old + .post3__price-value {
  margin-top: 0;
  display: inline;
}

.post3__price-old {
  display: inline-block;
  color: #b5cded;
  font-size: 23px;
  line-height: 1;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .post3__price-old {
    font-size: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .post3__price-old {
    font-size: 18px;
  }
}

.post3 a {
  color: #0957c3 !important;
}

.post3 a:hover,
.post3 a:active {
  color: #0957c3 !important;
}

.main-more-link {
  position: relative;
  padding-right: 45px;
  font-size: 18px;
  font-weight: normal;
  color: #0957c3;
  text-decoration: none;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .main-more-link {
    display: block;
    font-size: 14px;
  }
}

.main-more-link i {
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
}

.main-more-link:hover {
  text-decoration: underline;
}

.price-block {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.price-block:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media only screen and (max-width: 767px) {
  .price-block {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .price-block:after {
    left: 10px;
    right: 10px;
  }
}

.price-block:first-child {
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .price-block:first-child {
    margin-top: -9px;
  }
}

.price-block:last-child {
  margin-bottom: -15px;
}

.price-block:last-child:after {
  content: none;
  display: none;
  border: 0 none;
}

@media only screen and (max-width: 767px) {
  .price-block:last-child {
    margin-bottom: -10px;
  }
}

.price-block_selected {
  background-color: #fff3de;
}

.price-block_selected + .price-block:before {
  display: none;
  content: none;
}

.price-block__header .price-item {
  border: 0 none;
}

@media only screen and (max-width: 767px) {
  .price-block__header .price-item {
    min-height: inherit;
  }
}

.price-block__header .price-item > .price-item__value {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  margin-top: -11px;
}

@media only screen and (max-width: 767px) {
  .price-block__header .price-item > .price-item__value {
    display: none;
  }
}

.price-block__header .price-item__title {
  font-weight: bold;
}

.price-block__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .price-block__list {
    padding: 0;
  }
}

.price-block__list-item:last-child .price-item {
  border: 0 none;
}

.price-block_collapse .price-block__header {
  cursor: pointer;
}

.price-block_collapse .price-block__header .price-item__title:after {
  content: "↓";
  margin-left: 3px;
  font-weight: normal;
}

.price-block_collapse .price-block__content {
  display: none;
}

.price-block_collapse_open .price-block__header .price-item__value {
  display: none;
}

.price-block_collapse_open .price-block__header .price-item__title:after {
  content: "↑";
}

.price-block_collapse_open .price-block__content {
  display: block;
}

@media only screen and (min-width: 768px) {
  .price-block:only-child:not(.price-block_collapse) {
    min-height: 60px;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
  }

  .price-block:only-child:not(.price-block_collapse):after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
  }

  .price-block:only-child:not(.price-block_collapse) >div,
  .price-block:only-child:not(.price-block_collapse) >span {
    text-align: left;
    letter-spacing: normal;
    font-size: 14px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }

  .price-block:only-child:not(.price-block_collapse) > div,
  .price-block:only-child:not(.price-block_collapse) > span {
    width: 99%;
  }

  .price-block:only-child:not(.price-block_collapse):after {
    position: static;
    min-height: 60px;
  }

  .price-block:only-child:not(.price-block_collapse) .price-block__header .price-item,
  .price-block:only-child:not(.price-block_collapse) .price-block__list-item:only-child .price-item {
    overflow: visible;
    position: static;
  }

  .price-block:only-child:not(.price-block_collapse) .price-block__header .price-item__aside,
  .price-block:only-child:not(.price-block_collapse) .price-block__list-item:only-child .price-item__aside {
    font-weight: bold;
    right: 0;
    right: 20px;
    font-size: 18px;
    padding-right: 145px;
    padding-left: 7px;
    width: 233px;
    min-height: 25px;
  }

  .price-block:only-child:not(.price-block_collapse) .price-block__header .btn,
  .price-block:only-child:not(.price-block_collapse) .price-block__list-item:only-child .btn {
    padding: 8px 20px;
    width: 131px;
    top: -13px;
  }
}

.price-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 7px 230px 8px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0,0,0,0.1);
}

.price-block .price-item {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .price-item {
    padding-right: 0;
  }
}

.price-item:hover .price-item__aside {
  right: 0;
}

.price-item__body {
  width: 100%;
  color: #999;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: -3px;
  margin-bottom: -3px;
}

@media only screen and (max-width: 767px) {
  .price-item__body {
    margin-bottom: 0;
  }
}

.select2-container .price-item,
.select2-results .price-item {
  padding-right: 100px;
  border: 0 none;
}

@media only screen and (max-width: 767px) {
  .select2-container .price-item,
  .select2-results .price-item {
    padding-right: 0;
  }
}

.select2-container .price-item__aside,
.select2-results .price-item__aside {
  right: 0;
  top: 9px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .select2-container .price-item__aside,
  .select2-results .price-item__aside {
    margin: -1px 0 0 3px;
    display: inline-block;
    vertical-align: middle;
  }
}

.select2-container .price-item__title,
.select2-results .price-item__title {
  color: #000;
}

.select2-container .price-item {
  padding-top: 0;
  padding-bottom: 0;
}

.select2-container .price-item__aside {
  top: 0;
}

.select2-search-choice .price-item__title,
.select2-search-choice .price-item__description,
.select2-search-choice .price-item__body {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .select2-search-choice .price-item__title,
  .select2-search-choice .price-item__description,
  .select2-search-choice .price-item__body {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .select2-search-choice .price-item__title {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .select2-search-choice .price-item__body {
    white-space: normal;
  }
}

.select2-search-choice .price-item__description {
  font-weight: normal;
}

.select2-result-with-children>.select2-result-label .price-item__value {
  font-weight: normal;
}

.select7__optgroup_collapse_open .select7__optgroup-label .price-item .price-item__aside {
  display: none;
}

.select7__optgroup-label .price-item {
  padding-top: 1px;
  padding-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  .select7__optgroup-label .price-item {
    line-height: 20px;
  }
}

.select7__current-value .price-item {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

.select7 .price-item {
  border: 0 none;
  padding-right: 100px;
}

.select7 .price-item__aside {
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}

.select7 .price-item__title {
  color: #000;
}

.select7 .price-item__value {
  margin: 0;
  padding-top: 0;
  font-weight: normal;
}

.price-item__aside {
  position: absolute;
  right: -105px;
  top: 50%;
  margin-top: -10px;
  padding-right: 105px;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-item__aside {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .price-item__aside {
    margin-top: 10px;
    position: static;
    padding: 0;
    width: auto;
    display: block;
    zoom: 1;
  }

  .price-item__aside:before,
  .price-item__aside:after {
    content: "";
    display: table;
  }

  .price-item__aside:after {
    clear: both;
  }
}

.select7__optgroup-label .price-item__aside {
  top: 1px;
}

.select7__option .price-item__aside {
  top: 7px;
}

.select2-result-with-children.select2-collapse-open>.select2-result-label .price-item__aside {
  display: none;
}

.price-item__aside .btn {
  position: absolute;
  top: -3px;
  right: 0;
  width: 95px;
}

@media only screen and (max-width: 767px) {
  .price-item__aside .btn {
    float: right;
    position: static;
  }
}

.price-item__value {
  display: block;
  text-align: right;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .price-item__value {
    text-align: left;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.price-item__description {
  color: #999;
  font-style: italic;
}

.select7__optgroup-label .price-item__description,
.select2-result-label .price-item__description {
  color: #000;
}

.promo-banner {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .promo-banner .col-sm-6 {
    margin-bottom: 20px;
  }

  .promo-banner .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

.promo-banner__link {
  display: block;
  text-decoration: none;
  border: 1px solid #dfe7e9;
  border-radius: 3px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .promo-banner__link {
    border-radius: 0;
    text-align: center;
  }
}

.promo-banner__link img {
  width: auto !important;
  border-radius: 3px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .promo-banner__link img {
    border-radius: 0;
  }
}

.promotional-offers {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .promotional-offers.promotional-offers_action .offers__item .heading__left {
    width: 100%;
    min-height: auto;
  }
}

.promotional-offers__title {
  background-color: #e5f2f5;
  line-height: 51px;
  padding: 0 20px 0 39px;
  font-size: 15px;
}

.promotional-offers .offers {
  position: relative;
}

.promotional-offers .offers + .load-more.load-more_cla {
  margin-top: -1px;
}

.promotional-offers .offers__item {
  background: #fff;
  border-bottom: 1px solid #dde8ea;
  position: relative;
}

.promotional-offers .offers__item:last-child:hover {
  border-color: #e5f2f5;
}

.promotional-offers .offers__item.is-active {
  background-color: #f3f8fb;
  outline: 1px solid #47d7ac;
  margin: 1px;
}

.promotional-offers .offers__item .offers-wrap {
  padding: 15px 20px 15px 39px;
}

@media only screen and (max-width: 640px) {
  .promotional-offers .offers__item .offers-wrap {
    padding: 15px 21px;
  }
}

.promotional-offers .offers__item .offers-wrap:hover {
  background-color: #f3f8fb;
  cursor: pointer;
}

.promotional-offers .offers__item .offers-wrap:hover .fillials {
  margin-right: 220px;
}

.promotional-offers .offers__item .offers-wrap:hover .percent {
  display: none !important;
}

.promotional-offers .offers__item .offers-wrap:hover .price-discount {
  display: none !important;
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .offers-wrap:hover .price-discount {
    display: inline-block !important;
    vertical-align: middle;
  }
}

.promotional-offers .offers__item .offers-wrap:hover .btn-hidden {
  display: inline-block !important;
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .offers-wrap:hover .btn-hidden {
    display: block !important;
  }
}

@media only screen and (max-width: 760px) {
  .promotional-offers .offers__item .offers-wrap:hover .fillials {
    text-decoration: none;
  }
}

.promotional-offers .offers__item .heading {
  zoom: 1;
}

.promotional-offers .offers__item .heading:before,
.promotional-offers .offers__item .heading:after {
  content: "";
  display: table;
}

.promotional-offers .offers__item .heading:after {
  clear: both;
}

.promotional-offers .offers__item .heading__left {
  float: left;
  width: 50%;
  min-height: 27px;
}

@media only screen and (max-width: 1200px) {
  .promotional-offers .offers__item .heading__left {
    width: 35%;
  }
}

@media only screen and (max-width: 620px) {
  .promotional-offers .offers__item .heading__left {
    width: 40%;
  }
}

@media only screen and (max-width: 760px) {
  .promotional-offers .offers__item .heading__left {
    min-height: 55px;
  }
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__left {
    float: none;
    width: auto;
    min-height: 27px;
  }
}

.promotional-offers .offers__item .heading__left .names {
  font-size: 15px;
  color: #333536;
  padding: 3px 0;
}

.promotional-offers .offers__item .heading__left .names span {
  color: #90b1b8;
}

.promotional-offers .offers__item .heading__right {
  float: right;
  text-align: left;
  font-size: 0;
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__right {
    float: none;
    min-height: 62px;
    margin-top: 5px;
    padding: 0;
  }
}

.promotional-offers .offers__item .heading__right .fillials {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-left: 23px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #333536;
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

@media only screen and (max-width: 640px) {
  .promotional-offers .offers__item .heading__right .fillials {
    display: none;
  }
}

.promotional-offers .offers__item .heading__right .fillials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url("/i/icons.png");
  background-position: 0px -831px;
  width: 13px;
  height: 17px;
}

.promotional-offers .offers__item .heading__right .percent {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #333536;
  margin-right: 5px;
  width: 35px;
}

@media only screen and (max-width: 1100px) {
  .promotional-offers .offers__item .heading__right .percent {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 580px) {
  .promotional-offers .offers__item .heading__right .percent {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__right .percent {
    display: none !important;
  }
}

.promotional-offers .offers__item .heading__right .price-discount {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  text-align: right;
  zoom: 1;
}

.promotional-offers .offers__item .heading__right .price-discount:before,
.promotional-offers .offers__item .heading__right .price-discount:after {
  content: "";
  display: table;
}

.promotional-offers .offers__item .heading__right .price-discount:after {
  clear: both;
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__right .price-discount {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__right .price-discount {
    text-align: left;
  }
}

.promotional-offers .offers__item .heading__right .price-discount .old-price {
  float: left;
  width: 48%;
  color: #91b5bc;
  font-size: 13px;
  line-height: 17px;
  text-decoration: line-through;
}

@media only screen and (max-width: 580px) {
  .promotional-offers .offers__item .heading__right .price-discount .old-price {
    font-size: 12px;
    line-height: 16px;
  }
}

.promotional-offers .offers__item .heading__right .price-discount .new-price {
  float: right;
  width: 52%;
  padding-left: 3px;
  color: #5e6e71;
  font-size: 16px;
}

@media only screen and (max-width: 1100px) {
  .promotional-offers .offers__item .heading__right .price-discount .new-price {
    font-size: 15px;
  }
}

.promotional-offers .offers__item .heading__right .btn {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin: -4px 0 -4px 0px;
  padding: 3px 7px;
  color: #feffff;
  font-size: 16px;
  font-weight: 400;
  top: 20px;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__right .btn {
    margin: 5px 0 0 0;
  }
}

.promotional-offers .offers__item .heading__right .btn.btn-hidden {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .promotional-offers .offers__item .heading__right .btn {
    margin: -3px 0 0 0px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .promotional-offers .offers__item .heading__right .btn {
    display: block !important;
  }
}

.btn-group__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  width: 9px;
  height: 7px;
  height: 1px;
  background-color: #4b89d3;
}

.btn-group__icon:before,
.btn-group__icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4b89d3;
}

.btn-group__icon:before {
  top: 3px;
}

.btn-group__icon:after {
  bottom: 3px;
}

.btn-group a {
  margin-left: 7px;
  color: #4b89d3;
  font-size: 13px;
  vertical-align: middle;
}

.hide-content {
  display: none;
  background: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 28px 21px 19px 55px;
}

.hide-content .analysis-list {
  columns: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  zoom: 1;
}

@media only screen and (max-width: 560px) {
  .hide-content .analysis-list {
    columns: 1;
  }
}

.hide-content .analysis-list:before,
.hide-content .analysis-list:after {
  content: "";
  display: table;
}

.hide-content .analysis-list:after {
  clear: both;
}

.hide-content .analysis-list__item {
  width: 100%;
  display: inline-table;
  margin-bottom: 12px;
  padding-right: 20px;
}

.hide-content .analysis-list__item span {
  color: #73868a;
}

.hide-content.hide-content_modifie {
  border-top: 2px solid #47d7ac;
  border-bottom: 2px solid #47d7ac;
}

.offers-color {
  padding: 25px 30px;
  border-radius: 4px;
  margin: 10px 0;
  background-color: #fff9e9;
}

.offers-color span {
  position: relative;
  color: #5e6e71;
  font-size: 14px;
  padding-left: 25px;
}

.offers-color span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url("/i/icons.png");
  background-position: -716px -454px;
  width: 21px;
  height: 21px;
  width: 21px;
  height: 21px;
}

.rating {
  display: inline-block;
  white-space: nowrap;
}

.rating >* {
  display: inline-block;
  vertical-align: top;
}

.rating__label {
  cursor: default;
  font-size: 14px;
}

.rating__stars {
  position: relative;
  width: 83px;
  height: 14px;
  margin: 2px 0 0 4px;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .rating__stars {
    width: 18px;
    height: 16px;
    margin-top: 4px;
  }
}

.rating__star {
  float: left;
  width: 15px;
  height: 14px;
  background-image: url("/i/icons.png");
  background-position: -936px -600px;
  width: 168px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.rating__star:hover,
.rating__star.hover,
.rating__star.active {
  background-position: -85px 0;
}

.rating__star:hover .star-label {
  display: block;
}

.rating__star input {
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 0;
  visibility: hidden;
}

.rating .star-label {
  display: none;
  padding: 0 10px 1px 5px;
  position: absolute;
  top: -4px;
  left: 125%;
  white-space: nowrap;
  background-color: #47d7ac;
  border-radius: 0 100px 100px 0;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.rating .star-label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  border-color: transparent #47d7ac transparent transparent;
}

.rating__value {
  margin-left: 3px;
  position: relative;
  top: 1px;
  line-height: 1.1;
  font-weight: bold;
  font-size: 16px;
}

.rating__stars-bg,
.rating__stars-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.rating__stars-bg {
  width: 100%;
  background-image: url("/i/icons.png");
  background-position: -936px -618px;
  width: 79px;
  height: 14px;
}

@media only screen and (max-width: 640px) {
  .rating__stars-bg {
    background-image: url("/i/icons.png");
    background-position: -618px -430px;
    width: 18px;
    height: 16px;
  }
}

.rating__stars-overlay {
  background-image: url("/i/icons.png");
  background-position: -1019px -618px;
  width: 79px;
  height: 14px;
}

@media only screen and (max-width: 640px) {
  .rating__stars-overlay {
    background-image: url("/i/icons.png");
    background-position: -596px -430px;
    width: 18px;
    height: 16px;
  }
}

.rating_size_small .rating__stars {
  width: 59px;
  height: 10px;
}

.rating_size_small .rating__value {
  font-size: 14px;
  margin-top: -2px;
  vertical-align: middle;
}

.rating_size_small .rating__stars {
  margin-top: 4px;
}

.rating_size_small .rating__stars-bg {
  background: url("i/rating-icons-small.png") no-repeat 0 0;
}

.rating_size_small .rating__stars-overlay {
  background: url("i/rating-icons-small.png") no-repeat -59px 0;
}

.rating.value-size_big .rating__value {
  font-size: 16px;
  margin-left: 0;
}

@media only screen and (max-width: 480px) {
  .rating.value-size_big .rating__value {
    font-size: 16px;
  }
}

.rating.value-size_big .rating__stars {
  margin-top: 3px;
}

.rating.hide_value .rating__value {
  display: none;
}

.rating.value_black .rating__value {
  color: #000;
}

.search_main-page .rating__stars {
  margin: 3px 0 0;
}

@media only screen and (max-width: 640px) {
  .comment .rating__stars {
    width: 83px;
    height: 14px;
  }

  .comment .rating__stars-bg {
    background-image: url("/i/icons.png");
    background-position: -936px -618px;
    width: 79px;
    height: 14px;
  }

  .comment .rating__stars-overlay {
    background-image: url("/i/icons.png");
    background-position: -1019px -618px;
    width: 79px;
    height: 14px;
  }
}

.rating-block {
  position: relative;
  padding: 20px 40px 26px 20px;
  background-color: #fffcf6;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .rating-block {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .rating-block {
    padding: 20px 20px 26px 5px;
  }
}

.rating-block .statistics-item__label {
  font-size: 14px;
}

.rating-block .row {
  margin-bottom: 0;
}

.rating-block >.row >div:nth-child(2):before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
  height: 118px;
  border-right: 1px dashed #f0f5fb;
}

@media only screen and (max-width: 767px) {
  .rating-block >.row >div:nth-child(2):before {
    border-color: transparent;
  }
}

.rating-block hr {
  border-color: #b7e0e2;
  margin: 10px -20px 20px 0;
}

.rating-block .h4 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.rating-block p,
.rating-block .h4 {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .rating-block p,
  .rating-block .h4 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .rating-block .likebox {
    text-align: right;
  }
}

.rating-block .likebox__label {
  width: 164px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating-block .likebox__label {
    width: 201px;
  }
}

@media only screen and (max-width: 767px) {
  .rating-block .likebox__label {
    width: 141px;
  }
}

.rating-block .likebox__dislike {
  margin-right: 0;
}

.rating-block .rating-info {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .rating-block .rating-info {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .rating-block .rating-info {
    padding-left: 0;
  }
}

.rating-block .rating-info__icon {
  float: left;
  display: inline-block;
  margin-top: 5px;
  background-image: url("/i/icons.png");
  background-position: -535px -336px;
  width: 32px;
  height: 30px;
}

.rating-block .rating-info__text {
  margin-left: 44px;
  padding-top: 3px;
}

.rating-new-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px;
  position: relative;
  z-index: 11;
}

@media only screen and (max-width: 1199px) {
  .rating-new-wrapper {
    padding: 0 10px;
  }
}

.rating-new-wrapper .edit__tooltip:after,
.rating-new-wrapper .tringles-stars:after {
  content: '';
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  right: 29px;
  bottom: -6px;
}

.rating-new-wrapper .rating-new {
  float: none;
  width: 135px;
  margin-right: 3px;
  overflow: inherit;
}

@media only screen and (max-width: 1199px) {
  .rating-new-wrapper .rating-new {
    width: 155px;
    margin-right: 0;
  }
}

.rating-new-wrapper .rating__label {
  font-weight: normal;
  line-height: 20px;
}

.rating-new-wrapper .tringles-stars {
  top: -32px;
  width: 72px;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.rating-new-wrapper .tringles-stars:after {
  border-top: 6px solid #47d7ac;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
}

.rating-new-wrapper .tringles-ok {
  left: -76px;
}

.rating-new-wrapper .tringles-good {
  left: -51px;
}

.rating-new-wrapper .tringles-normal {
  left: -36px;
  width: 90px;
  padding-left: 0;
  text-align: center;
}

.rating-new-wrapper .tringles-normal:after {
  right: 37px;
}

.rating-new-wrapper .tringles-badly {
  left: -1px;
  background-color: #d0542e;
  text-align: center;
  padding-left: 0;
}

.rating-new-wrapper .tringles-badly:after {
  border-top: 6px solid #d0542e;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
}

.rating-new-wrapper .tringles-awfully {
  left: 24px;
  background-color: #d0542e;
  text-align: center;
  padding-left: 0;
}

.rating-new-wrapper .tringles-awfully:after {
  border-top: 6px solid #d0542e;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
}

.rating-new {
  position: relative;
  float: right;
  width: 205px;
  overflow: inherit;
}

@media only screen and (max-width: 640px) {
  .rating-new {
    margin-right: 0;
    width: auto;
  }
}

.rating-new__item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 21px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.rating-new__item:checked ~ label {
  background-image: url("/i/icons.png");
  background-position: -531px -400px;
  width: 23px;
  height: 22px;
}

.rating-new__star {
  background-image: url("/i/icons.png");
  background-position: -477px -400px;
  width: 23px;
  height: 22px;
  margin-right: 2px;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.rating-new .rating-new__star:hover,
.rating-new .rating-new__star:hover ~ label {
  background-image: url("/i/icons.png");
  background-position: -531px -400px;
  width: 23px;
  height: 22px;
}

.rating-new .rating-new input#star-1 {
  left: 86px;
}

.rating-new .rating-new input#star-2 {
  left: 64px;
}

.rating-new .rating-new input#star-3 {
  left: 42px;
}

.rating-new .rating-new input#star-4 {
  left: 21px;
}

.rating-new .rating-new input#star-5 {
  left: 0;
}

.star-1:hover .tringles-stars {
  display: block;
}

.star-2:hover .tringles-stars {
  display: block;
}

.star-3:hover .tringles-stars {
  display: block;
}

.star-4:hover .tringles-stars {
  display: block;
}

.star-5:hover .tringles-stars {
  display: block;
}

.tringles-stars {
  display: none;
  position: absolute;
  height: 22px;
  background-color: #47d7ac;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  text-align: left;
  top: -32px;
  width: 72px;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.tringles-stars:after {
  content: '';
  border-top: 6px solid #47d7ac;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
  vertical-align: top;
  width: 0;
  height: 0;
  position: absolute;
  right: 29px;
  bottom: -6px;
}

.tringles-ok {
  left: -76px;
}

.tringles-good {
  left: -51px;
}

.tringles-normal {
  left: -36px;
  width: 90px;
  padding-left: 0;
  text-align: center;
}

.tringles-normal:after {
  right: 37px;
}

.tringles-badly {
  left: -1px;
  background-color: #d0542e;
  text-align: center;
  padding-left: 0;
}

.tringles-badly:after {
  border-top: 6px solid #d0542e;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
}

.tringles-awfully {
  left: 24px;
  background-color: #d0542e;
  text-align: center;
  padding-left: 0;
}

.tringles-awfully:after {
  border-top: 6px solid #d0542e;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
}

.edit__tooltip {
  display: none;
  position: absolute;
  top: -3px;
  right: 110px;
  width: 68px;
  height: 21px;
  background-color: #47d7ac;
  border-radius: 10px 1px 1px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 3px;
}

.edit__tooltip:after {
  border: 11px solid transparent;
  border-left: 10px solid #47d7ac;
  width: 0;
  height: 0;
  content: '';
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  right: 29px;
  bottom: -6px;
}

.rating-info {
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (max-width: 991px) {
  .rating-info {
    margin-bottom: 20px;
  }
}

.rating-info__icon {
  float: left;
  margin: 2px 0 0 2px;
}

.rating-info__text {
  font-size: 14px;
  margin-left: 55px;
  padding-top: 5px;
}

.rating-info__more-link {
  position: relative;
  text-decoration: none;
}

.rating-info__more-link:hover:after {
  background-position: -60px -349px;
}

.rating-info__more-link:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 3px;
  width: 9px;
  height: 9px;
}

.rating-info__more-link span {
  text-decoration: underline;
}

.rating-steps {
  margin: 20px 20px 10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .rating-steps {
    margin: 0 0 10px;
  }
}

.rating-steps__item {
  position: relative;
  float: left;
  width: 25%;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .rating-steps__item {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .rating-steps__item {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

.rating-steps__item:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 23px;
  background-image: url("/i/icons.png");
  background-position: -842px -492px;
  width: 178px;
  height: 25px;
  width: 150px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .rating-steps__item:before {
    content: none;
    display: none;
  }
}

.rating-steps__item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-image: url("i/icons.png");
  width: 60px;
  height: 60px;
  z-index: 2;
}

.rating-steps__item.first-child:after {
  background-position: -192px -628px;
}

.rating-steps__item_clock:after {
  background-position: -320px -628px;
}

.rating-steps__item_phone:after {
  background-position: 0px -628px;
}

.rating-steps__item_like:after {
  background-position: -717px -256px;
}

.rating-steps__item:first-child:before {
  content: none;
  display: none;
}

.rating-steps__icon {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .rating-steps__icon {
    float: left;
    margin-right: 20px;
  }
}

.rating-steps__title {
  margin-top: 70px;
  font-size: 14px;
  line-height: 1.285;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating-steps__title {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rating-steps__title {
    margin-top: 14px;
  }
}

.rating-list {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .rating-list_block .rating {
    text-align: left;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .rating-list_block .rating__label {
    float: none;
    display: block;
  }
}

.rating-list .rating {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

.rating-list .rating__label {
  float: left;
}

.rating-list .rating__stars {
  margin-top: 2px;
  margin-bottom: 1px;
}

.rating-block .rating-list {
  padding-left: 9%;
}

@media screen and (max-width: 1200px) {
  .rating-block .rating-list {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .rating-block .rating-list {
    padding-left: 0;
  }
}

.form-descr.form-descr_thank {
  margin: 40px 0 40px -22px;
}

.form-descr__main-side.main-side_thank {
  margin-right: 0;
}

.form-descr__main-side.main-side_thank:after {
  content: none;
}

.form-descr__title.title_thank {
  padding-left: 25px;
}

.form-descr__items.items_thank {
  padding-left: 30px;
}

.form-descr__item.item_thank {
  margin-bottom: 65px;
}

@media only screen and (max-width: 960px) {
  .form-descr__item.item_thank {
    margin-bottom: 35px;
  }
}

.form-descr__item.item_thank:last-child {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .form-descr__item.item_thank:last-child {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .form-descr__item.item_thank:last-child {
    margin-bottom: 0;
  }
}

.form-descr__content.content_thank p {
  margin-top: -3px;
  line-height: 22px;
}

.handling-to-user {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .handling-to-user {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .handling-to-user {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
  }
}

.form_thank.form-registration {
  min-height: 395px;
  padding: 65px 50px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form_thank.form-registration {
    padding: 45px 30px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .form_thank.form-registration {
    padding: 45px 30px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .form_thank.form-registration {
    min-height: 0;
  }

  .form_thank.form-registration .form.form-horizontal {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .form_thank .form-group .is-align-center {
    text-align: center;
  }
}

.form_thank .form-group_thank {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .form_thank .form-group_thank {
    margin-bottom: 30px;
  }
}

.form_thank .form-control_thank {
  max-width: 290px;
  font-style: italic;
  color: #9ea6a8;
}

@media only screen and (max-width: 767px) {
  .form_thank .form-control_thank {
    max-width: 100%;
  }
}

.form_thank .input-validation_message {
  max-width: 290px;
}

@media only screen and (max-width: 767px) {
  .form_thank .input-validation_message {
    max-width: 100%;
  }
}

.form_thank .btn_thank {
  margin-right: 25px;
}

.block-bg {
  margin-bottom: 35px;
  padding: 38px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .block-bg {
    padding: 15px;
  }
}

.form-descr {
  margin: 15px 0 40px -22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-descr {
    margin: 15px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .form-descr {
    margin: 30px 0 15px;
  }
}

.form-descr__main-side {
  position: relative;
  margin-right: 78px;
}

@media only screen and (max-width: 900px) {
  .form-descr__main-side {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-descr__main-side {
    margin-right: 0;
  }
}

.form-descr__main-side:after {
  content: "";
  position: absolute;
  top: 41px;
  right: -77px;
  width: 97px;
  height: 100%;
  background-image: url("i/bb-doc.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 900px) {
  .form-descr__main-side:after {
    display: none;
  }
}

.form-descr__title {
  margin-bottom: 15px;
  color: #5e6e71;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-descr__title {
    font-size: 20px;
  }
}

.form-descr__items {
  padding: 40px;
  border: 1px solid #e5f2f5;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .form-descr__items {
    padding: 15px;
    border: 0;
  }
}

.form-descr__item {
  position: relative;
  margin-bottom: 35px;
  height: 45px;
}

.form-descr__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .form-descr__item {
    margin-bottom: 20px;
    height: auto;
  }
}

.form-descr__icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .form-descr__icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
}

.form-descr__content {
  line-height: 45px;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .form-descr__content {
    padding-left: 0;
    text-align: center;
  }
}

.form-descr__content p {
  display: inline-block;
  line-height: normal;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .form-descr__content p {
    display: block;
    font-size: 14px;
  }
}

.rich-content .pet-flexbox__topside {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4b89d3;
  height: 50px;
}

.rich-content .pet-flexbox__topside p {
  width: 66%;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
}

@media only screen and (max-width: 815px) {
  .rich-content .pet-flexbox__topside p {
    width: 100%;
  }
}

.rich-content .pet-flexbox__topside p:last-of-type {
  width: 33%;
  text-align: center;
  padding-left: 0;
}

@media only screen and (max-width: 815px) {
  .rich-content .pet-flexbox__topside p:last-of-type {
    display: none;
  }
}

.rich-content .pet-flexbox__text {
  color: #5e6e71;
  padding: 0 20px;
}

.rich-content .pet-flexbox__text h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 6px;
  color: #5e6e71;
}

.rich-content .pet-flexbox__text span {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
}

.rich-content .pet-flexbox__text p {
  line-height: 16px;
  font-size: 14px;
  margin: 0;
}

.rich-content .pet-flexbox__rt {
  width: 33%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 30px;
}

.rich-content .pet-flexbox__rt span {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: line-through;
  color: #5e6e71;
  margin-bottom: 20px;
}

.rich-content .pet-flexbox__rt p {
  font-weight: bold;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 18px;
}

.rich-content .pet-flexbox__form {
  background: #f6f6f6;
  padding: 30px 0;
  margin-bottom: 40px;
}

.rich-content .pet-flexbox__form h3 {
  font-weight: bold;
  line-height: 28px;
  font-size: 24px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 30px;
  margin-top: 0;
}

.rich-content .pet-flexbox__form p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #5e6e71;
  margin: 0 auto 22px auto;
  max-width: 410px;
}

.rich-content .pet-flexbox__form .rg-form {
  background: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

.rich-content .pet-flexbox__form .rg-form .form-group.has-error .error-message {
  background: rgba(0,0,0,0);
}

.rich-content .pet-flexbox__about strong {
  font-weight: 700;
  line-height: 18px;
  font-size: 16px;
  color: #5e6e71;
  display: block;
  margin-bottom: 20px;
}

.rich-content .pet-flexbox__about p {
  line-height: 20px;
  font-size: 15px;
  color: #5e6e71;
  margin-bottom: 20px;
}

.pet-flexbox__bottomside {
  border: 1px solid #aeb6b8;
  margin-bottom: 40px;
  position: relative;
}

.pet-flexbox__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #aeb6b8;
}

.pet-flexbox__lt {
  width: 66%;
  border-right: 1px solid #aeb6b8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pet-flexbox__img {
  width: 136px;
  height: 108px;
  position: relative;
}

.pet-flexbox__img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 815px) {
  .pet-flexbox__row {
    display: block;
    position: relative;
  }

  .rich-content .pet-flexbox__lt {
    width: 100%;
    border-right: none;
  }

  .rich-content .pet-flexbox__rt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding: 0 18px 0 0;
  }

  .rich-content .pet-flexbox__rt p {
    margin-left: 20px;
  }

  .pet-flexbox__img {
    width: 68px;
    height: 162px;
    overflow: hidden;
  }

  .pet-flexbox__img img {
    top: 0;
    left: 0;
    position: absolute;
    width: 162px;
    height: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .rich-content .pet-flexbox__form {
    padding: 20px 10px;
  }

  .rich-content .pet-flexbox__form h3 {
    line-height: 20px;
    font-size: 18px;
  }

  .rich-content .pet-flexbox__form p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
  }

  .rich-content .pet-flexbox__lg {
    height: 180px;
  }

  .rich-content .pet-flexbox__lg .pet-flexbox__img {
    height: 180px;
  }
}

.rem-password {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: 20px 20% 45px;
}

@media only screen and (max-width: 1024px) {
  .rem-password {
    margin-left: 137px;
  }
}

@media only screen and (max-width: 960px) {
  .rem-password {
    margin-left: 97px;
  }
}

@media only screen and (max-width: 768px) {
  .rem-password {
    margin: 20px auto 45px;
  }
}

@media only screen and (max-width: 767px) {
  .rem-password {
    margin: 10px auto 35px;
  }
}

.rem-password:after {
  content: "";
  position: absolute;
  top: 0;
  right: -177px;
  width: 137px;
  height: 289px;
  background-image: url("i/doc-attention.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 959px) {
  .rem-password:after {
    display: none;
  }
}

.rem-password__content {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .rem-password__content {
    font-size: 16px;
  }
}

.rem-password .form-group_remember {
  margin-bottom: 35px;
}

.rem-password .btn_remember {
  padding: 2% 12%;
}

.rg-form-wrapper {
  width: 494px;
  background: #fff;
  -webkit-box-shadow: 0px 25px 30px rgba(0,0,0,0.25);
  box-shadow: 0px 25px 30px rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 40px 0 40px 0;
  position: absolute;
  left: 40px;
  top: 140px;
  z-index: 4;
}

.rg-form-wrapper .rg-form {
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rg-form {
  max-width: 374px;
  margin: 0;
  background: #fff;
  padding-bottom: 0;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

.rg-form .rg-form__status-link label {
  margin-left: 0;
}

.rg-form .rg-form__status-link label:first-of-type {
  margin-right: 10px;
}

.rg-form__status {
  margin-bottom: 15px;
}

.rg-form__status span {
  margin-bottom: 7px;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .rg-form {
    margin-right: auto;
    margin-left: 0;
  }
}

.rg-form .branch-dropdown_val {
  width: 330px;
}

@media only screen and (max-width: 640px) {
  .rg-form .branch-dropdown_val {
    width: 100%;
  }
}

.rg-form .branch-dropdown {
  width: 330px;
  margin-top: 17px;
}

@media only screen and (max-width: 640px) {
  .rg-form .branch-dropdown {
    width: 100%;
  }
}

.rg-form .branch-dropdown ul {
  width: 330px;
}

@media only screen and (max-width: 640px) {
  .rg-form .branch-dropdown ul {
    width: 100%;
  }
}

.rg-form .branch-dropdown__item {
  width: 328px;
}

@media only screen and (max-width: 640px) {
  .rg-form .branch-dropdown__item {
    max-width: 100%;
  }
}

.rg-form .form-group-wrapper {
  margin-bottom: 28px;
}

.rg-form .form-group {
  width: 373px;
  margin: 0 auto 18px auto;
}

@media only screen and (max-width: 640px) {
  .rg-form .form-group {
    max-width: 100%;
  }
}

.rg-form .form-group.has-error {
  position: relative;
}

.rg-form .form-group.has-error input,
.rg-form .form-group.has-error textarea {
  border-color: #fe5000;
}

.rg-form .form-group.has-error .error-message {
  color: #fe5000;
  font-size: 12px;
  display: block;
  background: #fff;
  top: auto;
  left: 0;
  position: relative;
  padding: 2px;
}

.rg-form .form-group:focus svg,
.rg-form .form-group:focus span,
.rg-form .form-group:focus .form-control {
  fill: #3cbeac;
  color: #3cbeac;
  border-color: #3cbeac;
}

.rg-form .form-group svg,
.rg-form .form-group span {
  display: block;
  margin-left: 0;
}

.rg-form .form-group span,
.rg-form .form-group label {
  margin-left: 10px;
}

.rg-form .form-control {
  border: 1px solid #cdcdcd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.rg-form .form-control::-webkit-input-placeholder {
  color: #828282 !important;
}

.rg-form .form-control::-moz-placeholder {
  color: #828282 !important;
}

.rg-form .form-control:-ms-input-placeholder {
  color: #828282 !important;
}

.rg-form .form-control:-moz-placeholder {
  color: #828282 !important;
}

.rg-form .control--label {
  margin-bottom: 4px;
}

.rg-form .control--label-icon {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  fill: #b0b7b9;
}

.rg-form span,
.rg-form label {
  color: #a4a4a4;
  font-size: 13px;
  line-height: 13px;
  margin-left: 10px;
}

.rg-form textarea {
  height: 155px;
  resize: none;
}

@media only screen and (max-width: 767px) {
  .rg-form textarea {
    height: 175px;
  }
}

.rg-form textarea::-webkit-input-placeholder {
  color: #828282 !important;
}

.rg-form textarea::-moz-placeholder {
  color: #828282 !important;
}

.rg-form textarea:-ms-input-placeholder {
  color: #828282 !important;
}

.rg-form textarea:-moz-placeholder {
  color: #828282 !important;
}

.rg-form input {
  border: 1px solid #ccc;
}

.rg-form__label {
  color: #fff;
  text-align: left;
  padding: 30px 0 0 90px;
  background-image: url("/i/icons.png");
  background-position: -378px 0px;
  width: 372px;
  height: 130px;
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .rg-form__label {
    padding-top: 15px;
  }
}

.rg-form__label p {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
}

.rg-form__label span {
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  margin-left: 0;
}

.rg-form__bt span,
.rg-form__bt a {
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  color: #828282;
  margin: 15px auto 0 auto;
  max-width: 335px;
}

.rg-form__bt {
  text-align: center;
  margin-top: 15px;
}

.rg-form__bt a {
  font-weight: normal;
  color: #4b89d3;
  text-decoration: none;
  margin-top: 2px;
}

@media only screen and (min-width: 1200px) {
  .rg-form__bt a:hover {
    text-decoration: underline;
  }
}

.rg-form__text {
  text-align: center;
  font-size: 12px;
  padding: 0;
  max-width: 200px;
  margin: 0 auto 20px auto;
}

.rg-form__codelink {
  display: block;
}

.rg-form__codelink.resending {
  display: inline-block;
}

.rg-form__codelink.resending.disabled {
  color: #828282;
  cursor: not-allowed;
}

.rg-form__text a {
  text-decoration: underline;
}

.rg-form__btn__wrapper {
  margin: 10px 0 0 0;
  padding: 0 33px;
}

.rg-form .rg-form__btn {
  width: 100%;
  height: 38px;
  display: block;
  border-radius: 2px;
  background-color: #47d7ac;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  border: none;
}

.rg-form .rg-form__btn:disabled {
  background-color: #828282;
  cursor: not-allowed;
}

.rg-form__grey {
  background: #f2f2f2;
  padding: 15px 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #5e6e71;
  border-top: 1px solid #ebeff6;
  margin: 22px 0 0 0;
}

.rg-form .form-control:focus::-webkit-input-placeholder {
  color: rgba(255,255,255,0) !important;
}

.rg-form .form-control:focus:-moz-placeholder {
  color: rgba(255,255,255,0) !important;
}

.rg-form .form-control:focus::-moz-placeholder {
  color: rgba(255,255,255,0) !important;
}

.rg-form .form-control:focus:-ms-input-placeholder {
  color: rgba(255,255,255,0) !important;
}

.reviews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reviews-list__item {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}

.reviews-list__item:last-child {
  border-color: transparent;
}

.reviews-list__item:last-child:after {
  content: none;
  display: none;
}

.reviews-list__result {
  position: relative;
  margin: 10px 0 5px;
  clear: both;
  padding-left: 10px;
}

.reviews-list__result .reviews-list__name {
  color: #00829b;
}

.reviews-list__result .reviews-list__separator {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #00829b;
}

.reviews-list__date {
  position: relative;
  top: 3px;
  float: right;
  margin-left: 5px;
  font-size: 13px;
  color: #96b8bf;
}

@media only screen and (max-width: 767px) {
  .reviews-list__date {
    position: static;
    float: none;
    margin-left: 0;
  }
}

.reviews-list__name {
  color: #96b8bf;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .reviews-list__name {
    display: block;
    width: 100%;
  }
}

.reviews-list__item-header,
.reviews-list__review-about {
  margin-bottom: 6px;
}

.reviews-list__review-about {
  max-width: 400px;
}

@media only screen and (max-width: 991px) {
  .reviews-list__review-about {
    max-width: inherit;
  }
}

.reviews-list p {
  margin: 0 0 5px;
}

.reviews-list .rating-list {
  float: right;
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .reviews-list .rating-list {
    float: none;
    width: 100%;
  }
}

.reviews-list__content {
  overflow: hidden;
  padding-right: 44px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .reviews-list__content {
    padding-right: 0;
  }
}

.reviews-list .recommend {
  position: relative;
  font-size: 14px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .reviews-list .recommend {
    float: none !important;
  }
}

.reviews-list .recommend-icon {
  width: 16px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.reviews-list .recommend-no {
  color: #ff4c4c;
}

.reviews-list .recommend-no .recommend-icon {
  vertical-align: bottom;
}

.reviews-list .recommend-no .recommend-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  zoom: 0.7;
  background-image: url("/i/icons.png");
  background-position: -669px -485px;
  width: 22px;
  height: 24px;
}

.reviews-list .recommend-yes {
  color: #47d7ac;
}

.reviews-list .recommend-yes .recommend-icon {
  margin-top: -6px;
}

.reviews-list .recommend-yes .recommend-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  zoom: 0.7;
  background-image: url("/i/icons.png");
  background-position: -695px -485px;
  width: 21px;
  height: 24px;
}

.reviews-list__liked,
.reviews-list__unliked,
.reviews-list__results-of-treatment {
  font-size: 14px;
  line-height: 18px;
  padding: 4px 0 0 24px;
  position: relative;
  margin-bottom: 10px;
}

.reviews-list__liked:before,
.reviews-list__unliked:before,
.reviews-list__results-of-treatment:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  background-position: center left;
  background-repeat: no-repeat;
}

.reviews-list__liked {
  color: #47d7ac;
}

.reviews-list__liked:before {
  background-image: url("/i/icons.png");
  background-position: -113px -768px;
  width: 16px;
  height: 18px;
}

.reviews-list__unliked {
  color: #ef3d5e;
}

.reviews-list__unliked:before {
  background-image: url("/i/icons.png");
  background-position: -153px -768px;
  width: 16px;
  height: 18px;
}

.reviews-list .results-of-treatment {
  margin-top: 10px;
}

.reviews-list .results-of-treatment__content {
  overflow: hidden;
  padding-right: 44px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .reviews-list .results-of-treatment__content {
    padding-top: 15px;
    padding-right: 0;
  }
}

.reviews-list .results-of-treatment__item-header {
  margin-bottom: 6px;
}

.reviews-list .results-of-treatment__title {
  padding: 4px 0 0 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #96b8bf;
}

@media only screen and (max-width: 767px) {
  .reviews-list .results-of-treatment__title {
    display: block;
    width: 100%;
  }
}

.reviews-list .results-of-treatment__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("/i/icons.png");
  background-position: -17px -831px;
  width: 13px;
  height: 17px;
}

.reviews-list .results-of-treatment__date {
  position: relative;
  top: 3px;
  float: right;
  margin-left: 5px;
  font-size: 13px;
  color: #96b8bf;
}

@media only screen and (max-width: 767px) {
  .reviews-list .results-of-treatment__date {
    position: static;
    float: none;
    margin-left: 0;
  }
}

.tab-content #tab-reviews .reviews-list__item {
  padding: 15px 20px;
}

@media only screen and (max-width: 767px) {
  .tab-content #tab-reviews .reviews-list__item {
    padding: 10px 20px;
  }
}

.tab-content #tab-reviews .reviews-list__item p {
  margin-bottom: 0;
}

.tab-content #tab-reviews .rating-list {
  margin-top: 1px;
}

.tab-content #tab-reviews .rating-list .rating__label {
  color: #96b8bf;
}

.tab-content #tab-reviews .rating-block .rating-list .rating__label {
  color: #333536;
}

.tab-content .pagination-wrap {
  border-top: 1px solid #ccc;
}

.tab-content .reviews-denied {
  background: #fffcf6;
  line-height: 1.5;
  background: #fffcf6;
  border-radius: 8px;
  padding: 20px;
  margin: 0 20px 20px;
}

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

.reviews-tabs li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 767px) {
  .reviews-tabs li {
    display: block;
  }
}

.feedback-reviews {
  position: relative;
  margin: 25px 0 15px 25px;
  padding: 20px;
  background: #eef7f9;
  border-radius: 3px;
  zoom: 1;
}

.feedback-reviews:before,
.feedback-reviews:after {
  content: "";
  display: table;
}

.feedback-reviews:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .feedback-reviews {
    margin: 20px 0 15px 0;
  }
}

.feedback-reviews:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 30px;
  width: 10px;
  height: 10px;
  background: #eef7f9;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feedback-reviews h3,
.feedback-reviews p {
  margin: 0;
  padding: 0;
}

.feedback-reviews h3 {
  float: left;
  display: inline-block;
  padding-bottom: 7px;
  color: #96b8bf;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .feedback-reviews h3 {
    float: none;
    display: block;
  }
}

.feedback-reviews .feedback-date-time_wrap {
  float: right;
  color: #96b8bf;
  font-size: 13px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .feedback-reviews .feedback-date-time_wrap {
    float: none;
    display: block;
    padding-bottom: 7px;
  }
}

.feedback-reviews p {
  color: #5e6e71;
  font-size: 14px;
  font-weight: normal;
  clear: both;
}

.tab-new_mod {
  background: none !important;
}

.main-content .search-top {
  min-height: 100%;
  margin-top: -10px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 960px) {
  .main-content .search-top + .search-top {
    display: none;
  }
}

.search-title {
  font-size: 28px;
  font-weight: 700;
  color: #333536;
  margin: 0;
}

.rez-search {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.rez-search .search-page {
  padding: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.rez-search .search-page .article-list-item {
  padding: 21px;
  border-bottom: 1px solid transparent;
}

.rez-search .search-page .article-list-item:last-child {
  border: 1px solid transparent;
}

.rez-search .search-page .article-list-item:last-child:hover {
  border-color: #47d7ac;
}

.rez-search .search-page__article {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: none;
}

.rez-search .search-page__article:hover {
  -webkit-box-shadow: 0 10px 15px #e3e4ed;
  box-shadow: 0 10px 15px #e3e4ed;
  border-color: #47d7ac;
}

.rez-search .no-rezult {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  text-align: center;
  padding: 30px 20px 35px 20px;
  margin-bottom: 50px;
}

.rez-search .no-rezult span {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #333536;
}

.list-diseases a {
  outline: none;
}

.list-diseases__item {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  padding: 21px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list-diseases__item:hover {
  -webkit-box-shadow: 0 10px 15px #e3e4ed;
  box-shadow: 0 10px 15px #e3e4ed;
  border-color: #47d7ac;
}

.list-diseases__link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0957c3;
  padding-bottom: 10px;
}

.list-diseases__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #5e6e71;
}

.gag {
  height: 40px;
}

.title-style {
  padding: 40px 0;
}

.article-content {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
  box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

.rich-content .arrow-to-down {
  fill: #333536;
}

.rich-content iframe {
  max-width: 100%;
}

.rich-content p {
  line-height: 1.38;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .rich-content p {
    line-height: 20px;
    word-break: break-word;
  }
}

.rich-content .search-clinic__text {
  margin-bottom: 12px;
}

.rich-content em {
  font-weight: 400;
  font-size: 13px;
  margin: 20px 0;
}

.rich-content h1 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 400;
}

.rich-content h1 strong {
  font-weight: bold;
}

.rich-content h2 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .rich-content h2 {
    font-size: 18px;
    word-break: breal-word;
  }
}

.rich-content h2 strong {
  font-weight: bold;
}

.rich-content h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}

.rich-content h3 strong {
  font-weight: bold;
  word-break: break-word;
}

.rich-content h4 {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
}

.rich-content h4 strong {
  font-weight: 700;
}

.rich-content h5 {
  margin: 20px 0;
  font-size: 13px;
  font-weight: 400;
}

.rich-content h5 strong {
  font-weight: 700;
}

.rich-content h6 {
  margin: 20px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.rich-content h6 strong {
  font-weight: 700;
}

.rich-content .div-color {
  padding: 35px 40px;
  margin: 20px 0;
}

.rich-content .div-color.bg-blue {
  background-color: #0957c3;
}

.rich-content .div-color.bg-yellow {
  background-color: #fff9e9;
}

.rich-content .div-color.bg-pink {
  background-color: #fddfdf;
}

.rich-content .pulls-left {
  float: left;
}

.rich-content .pulls-left:after {
  content: "";
  clear: left;
}

.rich-content .blockquote {
  margin-bottom: 20px;
  padding: 20px 40px;
  background-color: #ccefea;
}

.rich-content .blockquote:before {
  content: "";
  top: 35px;
  left: 40px;
  background-image: url("/i/icons.png");
  background-position: -442px -400px;
  width: 31px;
  height: 22px;
}

.rich-content blockquote {
  position: relative;
  margin: 0 0 0 70px;
  padding: 0;
  border-left: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .rich-content blockquote {
    margin-left: 20px;
    padding: 10px;
  }
}

.rich-content blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e5f2f5;
  border-left: 1px solid #c0d7dc;
}

.rich-content table {
  width: 100%;
  margin: 0 0 20px 0;
  outline: none;
  border-collapse: separate;
}

.rich-content table thead tr td {
  background-color: #0957c3;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.rich-content table th {
  height: 40px;
  background-color: #00829b;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.rich-content table th:first-child {
  padding-left: 20px;
  text-align: left;
}

.rich-content table th:last-child {
  padding: 0 10px;
  background-color: #00829b;
}

.rich-content table tr {
  color: #333536;
  font-size: 13px;
  font-weight: 400;
}

.rich-content table tr:first-child td {
  border-top: 1px solid #ebeff6;
}

.rich-content table tr td {
  text-align: center;
  border: 1px solid #ebeff6;
  border-top: none;
  border-right: none;
  line-height: 18px;
  width: auto !important;
  width: 105px;
  min-width: 105px;
}

.rich-content table tr td:first-child {
  padding: 10px 10px 10px 20px;
  text-align: left;
  border-left: 1px solid #ebeff6;
}

.rich-content table tr td:nth-child(2) {
  padding: 10px 15px;
}

.rich-content table tr td:nth-child(3) {
  padding: 10px 15px;
}

.rich-content table tr td:nth-child(4) {
  padding: 10px 15px;
}

.rich-content table tr td:last-child {
  padding: 10px 15px;
  text-align: center;
  border-right: 1px solid #ebeff6;
}

.rich-content table tr td[colspan="4"] {
  text-align: left;
  color: #09859d;
  font-size: 13px;
  font-weight: 700;
}

.rich-content img.full-width {
  margin: 10px -20px;
}

.rich-content ul {
  padding-left: 20px;
  margin: 10px 0;
}

.rich-content ul li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
}

@media only screen and (max-width: 640px) {
  .rich-content ul li {
    line-height: 18px;
  }
}

.rich-content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #96b8bf;
}

.rich-content ul li >ul {
  padding-left: 0;
  margin: 0;
}

.rich-content ul li >ul >li:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #ebeff6;
  border-radius: 50%;
  background-color: transparent;
}

.rich-content ol li {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
}

@media only screen and (max-width: 640px) {
  .rich-content ol li {
    line-height: 18px;
  }
}

.rich-content .style-numeric {
  counter-reset: li;
  list-style: none;
  padding-left: 20px;
  margin: 10px 0;
}

.rich-content .style-numeric li {
  position: relative;
  padding-left: 25px;
}

.rich-content .style-numeric li:before {
  content: counter(li) '. ';
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background-color: transparent;
  font-weight: bold;
}

.rich-content .style-numeric li > .style-numeric {
  padding-left: 0;
}

.rich-content .hyphen-lists li {
  padding-left: 15px;
}

.rich-content .hyphen-lists li:before {
  content: "-";
  top: 0;
  color: #333536;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 22px;
}

.rich-content .note {
  position: relative;
  margin: 28px 0 28px 75px;
  padding-left: 25px;
  font-style: italic;
  border-left: 1px solid #96b8bf;
}

.rich-content .note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -57px;
  margin-top: -13px;
  background-image: url("/i/icons.png");
  background-position: -406px -400px;
  width: 32px;
  height: 26px;
}

.rich-content .picture-wrap {
  text-align: center;
}

.rich-content .picture.left {
  padding: 0 15px 15px 0;
}

.rich-content .picture.right {
  padding: 0 0 15px 15px;
}

.rich-content .picture.center {
  padding: 0 0 15px 0;
}

.rich-content .intro {
  font-style: italic;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  padding: 10px 0;
}

.rich-content .card {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rich-content .card .discount__sale__price_val p:first-of-type {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.rich-content .card .card__title {
  padding-right: 0;
}

.rich-content .card .card__title .card__title__link {
  font-size: 20px;
}

.rich-content .card .card__label-description-mod span {
  max-width: 375px;
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rich-content .card .card__label-description-mod span {
    max-width: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rich-content .card .card__label-description-mod span {
    max-width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .rich-content .card .card__label-description-mod span {
    max-width: 220px;
  }
}

@media only screen and (max-width: 640px) {
  .rich-content .card .card__label-description-mod span {
    max-width: 177px;
  }
}

.rich-content .card .card__right-side {
  -ms-flex-basis: 61%;
  -webkit-flex-basis: 61%;
  flex-basis: 61%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rich-content .card .card__right-side {
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rich-content .card .card__right-side {
    -ms-flex-basis: 58%;
    -webkit-flex-basis: 58%;
    flex-basis: 58%;
  }
}

@media only screen and (max-width: 767px) {
  .rich-content .card .card__right-side {
    -ms-flex-basis: 53%;
    -webkit-flex-basis: 53%;
    flex-basis: 53%;
  }
}

@media only screen and (max-width: 640px) {
  .rich-content .card .card__right-side {
    -ms-flex-basis: 66%;
    -webkit-flex-basis: 66%;
    flex-basis: 66%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rich-content .card .card__bottom {
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rich-content .card .card__bottom {
    -ms-flex-basis: 58%;
    -webkit-flex-basis: 58%;
    flex-basis: 58%;
  }
}

@media only screen and (max-width: 767px) {
  .rich-content .card .card__bottom {
    -ms-flex-basis: 54%;
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
  }
}

@media only screen and (max-width: 640px) {
  .rich-content .card .card__bottom {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.rich-content .card p {
  font-size: 12px;
  line-height: 14px;
}

.rich-content .card__schedule ul {
  padding-left: 3px;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .rich-content .card__schedule ul {
    max-width: 93%;
  }
}

.rich-content .card__schedule ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #5e6e71;
  padding-left: 0;
}

.rich-content .card__schedule ul li:last-of-type {
  margin-right: 0;
}

.rich-content .card__schedule ul li .left,
.rich-content .card__schedule ul li .right {
  font-size: 12px;
}

.rich-content .card__schedule ul li:before {
  display: none;
}

.rich-content .card__address {
  max-width: 90%;
}

.rich-content .card__address__text {
  max-width: 365px;
}

@media only screen and (max-width: 1199px) {
  .rich-content .card__address__text {
    max-width: 89%;
  }
}

@media only screen and (max-width: 640px) {
  .rich-content .card_discount .card__right-side {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}

.content-style {
  padding: 20px 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h7 {
  margin: 20px 0 40px;
  font-size: 16px;
  font-weight: 400;
}

h7 strong {
  font-weight: 700;
}

hr {
  width: 100%;
  border: none;
  border-top: 1px solid #dde8ea;
  color: #fff;
  background-color: #fff;
  height: 1px;
}

input,
input[type=text],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rules-content ol {
  padding-left: 0;
}

.rules-content li {
  list-style-type: none;
}

.rules-content__title {
  font-weight: bold;
}

.rules-content__list {
  counter-reset: list1;
}

.rules-content__item.item-style {
  background: #fff;
  padding: 35px 30px 30px 35px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  box-shadow: 0 2px 4px rgba(0,64,76,0.15);
  border-radius: 3px;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .rules-content__item.item-style {
    font-size: 18px;
  }
}

.rules-content__item:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}

.rules-content__second-list,
.rules-content__third-list,
.rules-content__fourth-list {
  margin-top: 25px;
  margin-left: -25px;
}

.rules-content__second-list li,
.rules-content__third-list li,
.rules-content__fourth-list li {
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .rules-content__second-list li,
  .rules-content__third-list li,
  .rules-content__fourth-list li {
    font-size: 14px;
  }
}

.rules-content__second-list li:last-child,
.rules-content__third-list li:last-child,
.rules-content__fourth-list li:last-child {
  margin-bottom: 0;
}

.rules-content__second-list li:before,
.rules-content__third-list li:before,
.rules-content__fourth-list li:before {
  font-weight: bold;
}

.rules-content__second-list {
  counter-reset: list2;
}

.rules-content__second-item:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
}

.rules-content__third-list {
  counter-reset: list3;
}

.rules-content__third-item:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
}

.rules-content__fourth-list {
  counter-reset: list4;
}

.rules-content__fourth-item:before {
  counter-increment: list4;
  content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
}

.schedule-doctor {
  display: block;
  position: absolute;
  top: 29px;
  right: -1px;
  width: 638px;
  overflow: hidden;
  z-index: 1;
  background: #fff9e9;
  border: 1px solid #fff;
  border-radius: 3px 0 3px 3px;
  -webkit-box-shadow: 0 2px 12px rgba(0,64,76,0.35);
  box-shadow: 0 2px 12px rgba(0,64,76,0.35);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-doctor {
    width: 438px;
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-doctor {
    width: 315px;
    right: auto;
    left: 0;
  }

  .schedule-doctor .owl-carousel .owl-wrapper-outer {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .schedule-doctor {
    width: 100%;
    right: 0;
    left: 0;
  }
}

.schedule-doctor .disabled .schedule__day,
.schedule-doctor .disabled .schedule__date {
  color: #b2b2b2;
}

.schedule-doctor .schedule__date {
  line-height: 1;
  margin-bottom: 2px;
}

.schedule-doctor .owl {
  list-style: none;
  position: relative;
  padding: 0 21px;
}

.schedule-doctor .owl-prev,
.schedule-doctor .owl-next {
  top: 43px;
}

.schedule-doctor .owl-prev {
  left: 6px;
}

.schedule-doctor .owl-next {
  right: 6px;
}

.schedule-doctor .owl-item {
  position: relative;
  text-align: center;
  margin: 5px 0;
  width: 100px;
  border-right: 1px dashed #c0d2d6;
  min-height: 78px;
}

.schedule-doctor .owl-item.current {
  background: #fffaeb;
}

.schedule-doctor .owl .owl-wrapper-outer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #fff9e9;
}

.schedule-doctor__day {
  font-weight: bold;
  line-height: 1;
}

.schedule-doctor__message {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}

.schedule-doctor__working-hours {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.schedule-doctor__working-hours li {
  margin-bottom: 6px;
}

.schedule-doctor__hours-item {
  text-decoration: none;
  display: inline-block;
  color: #99a3a5;
  font-size: 13px;
  line-height: 1;
}

.schedule-doctor__hours-item span {
  color: #0089d1;
  text-decoration: underline;
}

.schedule-doctor__hours-item:hover span {
  text-decoration: none;
}

.schedule-doctor__hours-item.disabled {
  cursor: default;
  color: #b2b2b2;
}

.search {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  float: right;
  margin-left: auto;
}

@media (min-width: 992px) {
  .search form {
    display: inline-block;
  }

  .search fieldset {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .search {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .search {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
}

.search__field {
  display: block;
  width: 428px;
  height: 42px;
  padding: 0 20px 0 45px;
  font-size: 14px;
  line-height: 2.9;
  background: rgba(255,255,255,0.3);
  z-index: 6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.search__field::-webkit-input-placeholder {
  color: #fff !important;
  font_size: 16px;
}

.search__field:-moz-placeholder {
  color: #fff !important;
  font_size: 16px;
}

.search__field::-moz-placeholder {
  color: #fff !important;
  font_size: 16px;
}

.search__field:-ms-input-placeholder {
  color: #fff !important;
  font_size: 16px;
}

.search__field:focus,
.search__field:active {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.search__field:focus::-webkit-input-placeholder,
.search__field:active::-webkit-input-placeholder {
  color: transparent !important;
  font_size: 0px;
}

.search__field:focus:-moz-placeholder,
.search__field:active:-moz-placeholder {
  color: transparent !important;
  font_size: 0px;
}

.search__field:focus::-moz-placeholder,
.search__field:active::-moz-placeholder {
  color: transparent !important;
  font_size: 0px;
}

.search__field:focus:-ms-input-placeholder,
.search__field:active:-ms-input-placeholder {
  color: transparent !important;
  font_size: 0px;
}

.search__field:focus ~ .search__button svg,
.search__field:active ~ .search__button svg {
  fill: #828282;
}

@media only screen and (max-width: 767px) {
  .search__field {
    line-height: 36px;
    height: 36px;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .search__field {
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .search__field {
    width: 100%;
  }
}

.search__button {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  border: 0 none;
  background-color: transparent;
  width: 18px;
  height: 18px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  padding: 0;
  font-size: 18px;
  color: currentColor;
}

.search__button:before {
  content: "\e929";
}

@media (max-width: 991px) {
  .search__button:before {
    color: #949dac;
  }
}

.search__button svg {
  display: none;
}

.search__field {
  color: #333536;
  background: #fff;
}

@media (min-width: 992px) {
  .search__field::-webkit-input-placeholder {
    color: #333536 !important;
    font-size: 13px;
  }

  .search__field:-moz-placeholder {
    color: #333536 !important;
    font-size: 13px;
  }

  .search__field::-moz-placeholder {
    color: #333536 !important;
    font_size: 13px;
  }

  .search__field:-ms-input-placeholder {
    color: #333536 !important;
    font_size: 13px;
  }
}

.search__field:focus,
.search__field:active {
  color: #333536;
}

.main-content .search-clinic__title {
  font-weight: 400;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .main-content .search-clinic__title {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .main-content .search-clinic__title {
    font-size: 20px;
  }
}

.search-clinic__title__section.search-clinic_israting {
  padding-right: 147px;
}

@media only screen and (max-width: 640px) {
  .search-clinic__title__section.search-clinic_israting {
    padding-right: 98px;
  }
}

.search-clinic__filter_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-clinic {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

@media only screen and (max-width: 1199px) {
  .search-clinic {
    margin-bottom: 0;
  }
}

.search-clinic .card__abs {
  position: absolute;
  top: 18px;
  right: 25px;
}

@media only screen and (max-width: 640px) {
  .search-clinic .card__abs {
    left: auto;
    width: auto;
    top: 11px;
  }
}

@media only screen and (max-width: 640px) {
  .search-clinic .card__abs .rating__stars {
    margin-top: 1px;
  }
}

.search-clinic .search-clinic__testimonials a {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .search-clinic .rich-content {
    display: none !important;
  }
}

.search-clinic .white-bg {
  border-radius: 0 0 0 8px;
  background: #fff;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .search-clinic .white-bg {
    padding-bottom: 15px;
  }
}

.search-clinic__title {
  padding: 0 0 0 20px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  max-width: 90%;
}

.search-clinic__title span {
  display: inline-block;
}

.search-clinic__title__section {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .search-clinic__title__section {
    padding-top: 0px;
  }
}

.search-clinic__title__head {
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .search-clinic__title__head {
    font-size: 16px;
    line-height: 18px;
  }
}

.search-clinic__title__head h1,
.search-clinic__title__head span {
  line-height: 32px;
}

@media only screen and (max-width: 640px) {
  .search-clinic__title__head h1,
  .search-clinic__title__head span {
    line-height: 18px;
  }
}

.search-clinic__title__head span {
  margin-left: 5px;
}

@media only screen and (max-width: 640px) {
  .search-clinic__title__head span {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .search-clinic__title {
    display: block;
    padding: 0 20px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .search-clinic__title {
    padding: 0 10px;
  }
}

.search-clinic__subtitle {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 0 20px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1199px) {
  .search-clinic__subtitle {
    padding: 0 0 0 20px;
    max-width: 100%;
  }
}

.search-clinic__subtitle a {
  text-decoration: none;
}

.search-clinic__subtitle a:after {
  font-family: "icomoon";
  content: "\e92a";
  position: relative;
  top: 0;
  margin-left: 8px;
  right: 0;
  font-size: 9px;
}

.search-clinic__subtitle,
.search-clinic__subtitle a {
  color: #0957c3;
}

@media only screen and (min-width: 992px) {
  .search-clinic__subtitle:hover,
  .search-clinic__subtitle a:hover {
    text-decoration: none;
  }
}

.search-clinic__text {
  padding: 16px 20px 0;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 82px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  color: #707272;
}

.search-clinic__text.full {
  max-height: none;
}

.search-clinic__text.full:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.search-clinic__text.full + .search-clinic__slide span {
  display: none;
}

.search-clinic__text.full + .search-clinic__slide .slide-up {
  display: inline-block;
}

.search-clinic__text.full + .search-clinic__slide i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-clinic__slide {
  height: 22px;
  border-radius: 2px;
  border: 0 solid;
  background: #fff;
  color: #333536;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: background 0.2s linear, color 0.1s linear;
  -moz-transition: background 0.2s linear, color 0.1s linear;
  -o-transition: background 0.2s linear, color 0.1s linear;
  -ms-transition: background 0.2s linear, color 0.1s linear;
  transition: background 0.2s linear, color 0.1s linear;
  margin-left: 20px;
}

.search-clinic__slide .slide-up {
  display: none;
}

.search-clinic__slide span {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  line-height: 14px;
  text-transform: capitalize;
}

.search-clinic__slide i {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: 7px;
  height: 4px;
  font-size: 50%;
}

.search-clinic__slide i svg {
  -webkit-transition: fill 0.1s linear;
  -moz-transition: fill 0.1s linear;
  -o-transition: fill 0.1s linear;
  -ms-transition: fill 0.1s linear;
  transition: fill 0.1s linear;
  display: inline-block;
  vertical-align: top;
}

.search-clinic .catalog-checkboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .search-clinic .catalog-checkboxes {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search-clinic .catalog-checkboxes__label {
  margin-left: 22px;
}

@media only screen and (max-width: 640px) {
  .search-clinic .catalog-checkboxes__label {
    margin-left: 0;
  }
}

.search-clinic__category {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .search-clinic__category {
    padding: 10px 10px 0 10px;
  }
}

.search-clinic__category__item {
  width: 48%;
  background: #f0f5fb;
  border-radius: 8px;
  margin-bottom: 5px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .search-clinic__category__item {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .search-clinic__category__item {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .search-clinic__category__item:hover {
    background: #e1ebf8;
  }

  .search-clinic__category__item:hover .search-clinic__category__link {
    color: #0957c3;
  }
}

.search-clinic__category__item.active {
  background: #e1ebf8;
}

.search-clinic__category__item.active .search-clinic__category__link {
  color: #0957c3;
}

.search-clinic__category__link {
  color: #333536;
  padding: 13px 16px;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  transition: color 0.1s linear;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search-clinic__category__link {
    padding: 8px 10px;
  }
}

.search-clinic__category__link:hover {
  text-decoration: none;
}

.search-clinic__block {
  background: #fff;
  padding: 15px 0 0 0;
  border-top: 0 solid;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

@media only screen and (max-width: 1199px) {
  .search-clinic__block {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .search-clinic__block {
    padding-top: 0;
    padding-left: 0;
    background: #fff;
    border-top: none;
  }
}

.search-clinic__count {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  max-width: 43%;
  margin-right: 10px;
}

@media screen and (min-width: 641px) and (max-width: 830px) {
  .search-clinic__count {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .search-clinic__count {
    display: none;
  }
}

.search-clinic__count span {
  font-weight: 700;
  margin-right: 5px;
}

.search-clinic__schedule {
  display: none;
  position: relative;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .search-clinic__schedule {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.search-clinic__schedule.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .search-clinic__schedule.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.search-clinic__schedule__title {
  color: rgba(94,110,113,0.51);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .search-clinic__schedule__title {
    display: none;
  }
}

.search-clinic__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 1200px) {
  .search-clinic__list {
    border-bottom-left-radius: 8px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .search-clinic__list.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
  }
}

@media only screen and (max-width: 767px) {
  .search-clinic__list {
    display: none;
  }
}

.search-clinic__list__item {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border-right: 1px solid #ebeff6;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  position: relative;
}

.search-clinic__list__item.active {
  color: #0957c3;
  background: #0957c3;
}

.search-clinic__list__item.active .green-to-down {
  display: block;
  z-index: 0;
  fill: #fff;
  top: 5px;
}

@media only screen and (min-width: 641px) {
  .search-clinic__list__item.active .green-to-down {
    display: block;
    position: absolute;
    right: 0;
  }
}

.search-clinic__list__item.active .green-to-down #green-t-d-svg,
.search-clinic__list__item.active .green-to-down svg {
  fill: #fff;
  width: 8px;
}

@media only screen and (min-width: 641px) {
  .search-clinic__list__item.active .green-to-down #green-t-d-svg,
  .search-clinic__list__item.active .green-to-down svg {
    fill: #fff;
  }
}

.search-clinic__list__item.active .search-clinic__list__link {
  color: #fff;
  position: relative;
  z-index: 1;
}

.search-clinic__list__item:last-of-type {
  border-right: none;
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .search-clinic__list__item:hover {
    background: #0957c3;
  }

  .search-clinic__list__item:hover #green-t-d-svg,
  .search-clinic__list__item:hover svg {
    fill: #fff;
    width: 8px;
  }

  .search-clinic__list__item:hover .search-clinic__list__link {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .search-clinic__list__item {
    border-right: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebeff6;
    background: #fff;
  }
}

.search-clinic__list__item .green-to-down {
  display: none;
  margin-right: 10px;
  height: 16px;
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 85%;
}

.search-clinic__list__link {
  color: #333536;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
  display: block;
  position: relative;
}

.search-clinic__list__link:active,
.search-clinic__list__link:hover,
.search-clinic__list__link:focus {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .search-clinic__list__link {
    text-align: left;
    padding-left: 10px;
    line-height: 16px;
    padding: 10px;
    width: 100%;
  }
}

.search-clinic__filter {
  margin-left: 0;
  margin-top: 15px;
  border-top: 1px solid #ebeff6;
}

@media only screen and (max-width: 767px) {
  .search-clinic__filter {
    margin-top: 0;
    margin-left: 0;
    border-top: none;
  }
}

.search-filter_btn,
.search-sort_btn,
.search-filter_link {
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  position: relative;
  padding-right: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #0957c3;
  font-weight: 500;
}

.search-filter_btn path,
.search-sort_btn path,
.search-filter_link path {
  fill: #0957c3;
}

.search-filter_btn:after,
.search-sort_btn:after,
.search-filter_link:after {
  position: absolute;
  font-family: 'icomoon';
  content: "\e922";
  font-size: 5px;
  line-height: 1;
  top: 8px;
  right: 0;
  width: 8px;
  height: 5px;
}

.search-filter_btn.active:after,
.search-sort_btn.active:after,
.search-filter_link.active:after {
  top: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-sort_btn {
  width: 100%;
  background: #fff;
}

.search-sort_btn:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.search-sort_btn.active:after {
  top: 50%;
  -webkit-transform: translateY(-50%), rotate(180deg);
  -moz-transform: translateY(-50%), rotate(180deg);
  -o-transform: translateY(-50%), rotate(180deg);
  -ms-transform: translateY(-50%), rotate(180deg);
  transform: translateY(-50%), rotate(180deg);
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .search-sort_btn {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 12px 10px;
  }
}

.search-clinic__schedule__title_mob {
  color: rgba(94,110,113,0.51);
  font-size: 14px;
  font-weight: 400;
  width: 75px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .search-clinic__schedule__title_mob {
    display: inline-block;
    vertical-align: top;
  }
}

.search-filter_link {
  display: none;
  text-decoration: none;
  padding-right: 0;
}

.search-filter_link:after {
  display: none;
}

.search-filter_link:before {
  position: absolute;
  width: 9px;
  height: 13px;
  content: '';
  top: 0;
  left: -20px;
  background-image: url("i/svg/location.svg");
}

@media only screen and (max-width: 767px) {
  .search-filter_link {
    display: inline-block;
    vertical-align: top;
  }

  .search-filter_link:before {
    left: -12px;
  }
}

.clinicmobile-sort-wrapper {
  display: none;
  background: #fff;
  border-top: 1px solid #ebeff6;
  border-bottom: 1px solid #ebeff6;
}

@media only screen and (max-width: 767px) {
  .clinicmobile-sort-wrapper {
    display: block;
  }
}

.search-clinic__filter_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .search-clinic__filter_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

.search-clinic__filter_wrapper_direction {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .search-clinic__filter_wrapper_direction {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
  }
}

.search-clinic__filter_wrapper_direction .catalog-checkboxes:last-child {
  margin-left: 0;
  margin-right: 0;
}

.search-clinic__filter_wrapper_direction .direction__title {
  line-height: 40px;
}

.search-clinic__filter_wrapper_direction .search-clinic__count {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 40%;
  margin-right: 0;
}

.clinicmobile-filter-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #eef3fb;
  border-radius: 20px;
  padding: 0;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media only screen and (max-width: 767px) {
  .clinicmobile-filter-wrapper {
    border-top: 1px solid #ebeff6;
    width: 100%;
    padding: 10px 10px 10px 20px;
    border-radius: 0;
    background: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.clinicmobile-filter-wrapper .search-filter_btn {
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 113px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .clinicmobile-filter-wrapper .search-filter_btn {
    width: auto;
    height: auto;
    margin-right: 20px;
    padding-right: 20px;
    text-align: left;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.clinicmobile-filter-wrapper .search-filter_btn:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .clinicmobile-filter-wrapper .search-filter_btn:after {
    display: block;
  }
}

.clinicmobile-filter-wrapper .search-filter_btn span {
  margin-left: 10px;
  font-weight: 500;
  font-family: "SuisseIntl";
}

.clinicmobile-filter-wrapper .search-sort_btn {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  width: auto;
  padding: 0 25px 0 0;
  height: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .clinicmobile-filter-wrapper .search-sort_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}

.clinicmobile-filter-wrapper .search-sort_btn span {
  margin-left: 10px;
  margin-right: 0;
}

.main-content .search-clinic__title {
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .main-content .search-clinic__title {
    font-size: 20px;
  }
}

.search-clinic-wrapper .search-clinic {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1200px) {
  .clinic-list .search-clinic-wrapper {
    width: 777px;
  }
}

@media only screen and (min-width: 1200px) {
  .clinic-list .map-sidebar {
    width: 393px;
  }
}

.location-lists {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 15px rgba(66,72,90,0.1);
  box-shadow: 2px 2px 15px rgba(66,72,90,0.1);
  border-radius: 0 0 4px 4px;
  border: 1px solid #e8e8e8;
  border-top: 0 solid;
  max-height: 400px;
}

.location-lists.is-show .vertical {
  visibility: inherit !important;
}

.location-lists__item {
  border-top: 1px solid #ebeff6;
  padding: 0 0 0 18px;
  margin-right: 2px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.location-lists__item a {
  color: #333536;
  font-size: 13px;
  text-decoration: none;
}

.location-lists__item a:hover,
.location-lists__item a:focus {
  text-decoration: none;
}

.location-lists__item:first-child {
  border-top-color: transparent;
}

.location-lists__item:hover {
  background: #f9fafb;
}

.location-lists__item.is-red:before,
.location-lists__item.is-green:before,
.location-lists__item.is-blue:before,
.location-lists__item.is-area:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 20px;
  margin-bottom: -2px;
}

.location-lists__item.is-red:before {
  background-image: url("/i/icons.png");
  background-position: -664px -430px;
  width: 20px;
  height: 13px;
}

.location-lists__item.is-green:before {
  background-image: url("/i/icons.png");
  background-position: -688px -430px;
  width: 20px;
  height: 13px;
}

.location-lists__item.is-blue:before {
  background-image: url("/i/icons.png");
  background-position: -640px -430px;
  width: 20px;
  height: 13px;
}

.location-lists__item.is-area:before {
  width: 13px;
  height: 18px;
  margin-left: 3px;
  margin-right: 24px;
  color: #6b9adb;
  content: "\e936";
  font-family: 'icomoon';
}

.location-lists__item .is-location-bold {
  display: inline-block;
  font-weight: 700;
}

.search-result .livesearch.top-list {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10001;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 15px rgba(66,72,90,0.1);
  box-shadow: 2px 2px 15px rgba(66,72,90,0.1);
  width: 100% !important;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e8e8e8;
  border-top: 0 solid;
}

.search-result .livesearch.top-list:first-of-type {
  border-top: none;
}

.search-result .more-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border-top: 1px dashed rgba(0,130,155,0.31);
  background-color: #eff0f0;
  height: 35px;
  line-height: 35px;
}

.search-result .more-toggle.more-toggle_mod {
  background-color: #00829b;
  padding: 0 10px 0 15px;
  border-radius: 0 0 0 0;
  zoom: 1;
  line-height: 35px;
}

.search-result .more-toggle.more-toggle_mod:before,
.search-result .more-toggle.more-toggle_mod:after {
  content: "";
  display: table;
}

.search-result .more-toggle.more-toggle_mod:after {
  clear: both;
}

.search-result .more-toggle.more-toggle_mod .more-toggle__found {
  float: left;
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding-left: 0;
}

@media only screen and (max-width: 960px) {
  .search-result .more-toggle.more-toggle_mod .more-toggle__found {
    font-size: 13px;
    width: auto;
  }
}

.search-result .more-toggle.more-toggle_mod .more-toggle__link {
  float: right;
  font-size: 14px;
  width: auto;
  color: #fff;
  font-weight: 400;
  text-align: right;
  line-height: 31px;
}

@media only screen and (max-width: 960px) {
  .search-result .more-toggle.more-toggle_mod .more-toggle__link {
    font-size: 13px;
    width: auto;
  }
}

.search-result .more-toggle.more-toggle_mod .more-toggle__link .more_link:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("/i/icons.png");
  background-position: -338px -737px;
  width: 19px;
  height: 13px;
  width: 19px;
  height: 13px;
}

@media only screen and (max-width: 960px) {
  .search-result .more-toggle.more-toggle_mod .more-toggle__hidden {
    display: none;
  }
}

.search-result .more-toggle__link {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background: none;
  padding: 0;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #0957c3;
  text-decoration: underline;
}

.search-result .more-toggle__link:hover {
  text-decoration: none;
}

.search-result .more-toggle__link .more_link {
  position: relative;
  padding-right: 26px;
}

.search-result .more-toggle__link .more_link:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("/i/icons.png");
  background-position: -582px -737px;
  width: 12px;
  height: 12px;
}

.search-result .more-toggle__found {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 25px;
  color: #b5cded;
  font-size: 16px;
  text-align: left;
}

.search-result .specialty.article-list-item__date {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .search-result .specialty.article-list-item__date {
    padding: 0;
    line-height: 1;
  }
}

.livesearch .simplebar-content {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.livesearch .simplebar-scroll-content {
  margin-bottom: 0 !important;
}

.livesearch .top-list__item {
  padding: 0;
}

.container-menu .livesearch.top-list {
  right: -1px;
  max-height: 380px;
}

@media only screen and (max-width: 767px) {
  .search-result {
    padding: 0 10px;
    position: relative;
  }

  .search-result .livesearch.top-list {
    max-height: 300px;
  }

  .search-result .livesearch.top-list .simplebar-content {
    background: #fff;
  }
}

.select7:not(.disabled) .select7__current {
  cursor: pointer;
}

select.select7 {
  display: none;
}

.select7 {
  position: relative;
  display: inline-block;
  min-width: 85px;
  margin: 0 -10px;
}

.picker .select7 {
  text-align: left;
}

.select7__icon {
  margin-right: 3px;
}

.select7__current {
  padding: 0 15px;
  border: 0 none;
  position: relative;
}

.select7__current .select7__icon {
  position: relative;
  top: 1px;
}

.select7__current:hover .select7__current-value {
  border-color: transparent;
}

.select7__current-value {
  display: inline-block;
  line-height: 16px;
  border-bottom: 1px dotted;
}

.select7__current-value:hover {
  color: #0957c3 !important;
  border-color: transparent;
}

.select7__caret {
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-top: 4px;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
  border-color: #0089d1 transparent transparent;
  display: inline-block;
}

.select7__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  padding: 35px 0 5px;
  margin: -30px 0 0;
  font-size: 14px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: 0 3px 4px rgba(0,0,0,0.1);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}

.select7__drop-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.picker .select7__drop-list {
  max-height: 168px;
  overflow-y: auto;
}

.select7__option {
  display: block;
  padding: 3px 15px;
  clear: both;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.select7_readonly .select7__option {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.select7__option:hover {
  color: #262626;
  background-color: #f5f5f5;
}

.select7_readonly .select7__option:hover {
  color: inherit;
  background-color: inherit;
}

.select7__optgroup {
  cursor: default;
  font-weight: bold;
}

.select7__optgroup:hover {
  background-color: #f5f5f5;
}

.select7__optgroup_collapse >.select7__optgroup-label .price-item:after {
  content: " ↓";
}

.select7__optgroup_collapse >.select7__optgroup-items {
  display: none;
  padding-left: 15px;
}

.select7__optgroup_collapse_open >.select7__optgroup-label .price-item:after {
  content: " ↑";
}

.select7__optgroup_collapse_open >.select7__optgroup-items {
  display: block;
}

.select7__optgroup-items {
  padding: 0;
}

.select7_open .select7__current {
  z-index: 1001;
}

.select7_open .select7__current:hover .select7__current-value {
  border-color: transparent;
}

.select7_open .select7__caret {
  margin-top: -4px;
  border-color: transparent transparent #0089d1;
}

.select7_open .select7__drop {
  display: block;
}

.select7_view_select {
  margin: 0;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 32px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}

.select7_view_select.select7_open {
  border-color: #5dccbe;
  outline: 0;
}

.select7_view_select .select7__current {
  padding: 0 15px 0 0;
}

.select7_view_select .select7__current-value {
  border: 0 none;
  display: block;
}

.select7_view_select .select7__caret {
  position: absolute;
  right: 2px;
  top: 10px;
}

.select7_view_select .select7__drop {
  left: -1px;
  right: -1px;
  width: auto;
  top: -1px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #5dccbe;
}

.select7_view_select .select7__optgroup,
.select7_view_select .select7__option {
  background: none;
  padding: 0;
}

.select7_view_select .select7__optgroup-label {
  display: block;
}

.select7_view_select .select7__optgroup-label,
.select7_view_select .select7__option {
  padding: 0 10px;
}

.select7_view_select .select7__optgroup-label:hover,
.select7_view_select .select7__option:hover,
.select7_view_select .select7__optgroup-label_current,
.select7_view_select .select7__option_current {
  position: relative;
  background-color: #d7f2ef;
}

.select7_view_select .select7__optgroup-label:hover:before,
.select7_view_select .select7__option:hover:before,
.select7_view_select .select7__optgroup-label_current:before,
.select7_view_select .select7__option_current:before {
  content: " ";
  position: absolute;
  background: #d7f2ef;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50%;
}

.select7_collapse .select7__drop {
  padding-bottom: 0;
}

.select7_collapse .select7__option {
  white-space: normal;
}

.select7_collapse .select7__option .price-item {
  border-bottom: 1px solid #e5e5e5;
}

.select7_collapse .select7__optgroup:last-child {
  margin-bottom: 0;
}

.select7_collapse .select7__optgroup:last-child .select7__option:last-child .price-item {
  border-bottom: 0 none;
}

.select7_collapse .select7__optgroup:last-child .select7__optgroup-label >.price-item {
  border-bottom: 0 none;
}

.select7_collapse .select7__optgroup-items .select7__option {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .select7_collapse .select7__optgroup-items .select7__option {
    padding-left: 10px;
  }
}

.select7_collapse .select7__optgroup-label >.price-item {
  border-bottom: 1px solid #e5e5e5;
}

.select7_collapse .select7__optgroup-label .price-item__description {
  font-style: normal;
}

.select7_collapse .select7__optgroup_collapse_open {
  margin-bottom: 20px;
}

.select7_collapse .select7__optgroup_collapse_open .select7__optgroup-label >.price-item {
  border-bottom-color: transparent;
}

.select7_collapse .select7__current {
  height: 32px;
  overflow: hidden;
}

.services-block__modifie li,
.service-mod li {
  list-style: none !important;
}

.services_old {
  display: table;
  margin-bottom: 64px;
}

@media only screen and (max-width: 667px) {
  .services_old {
    display: block;
  }
}

.services_old .services__tr {
  display: table-row;
}

@media only screen and (max-width: 667px) {
  .services_old .services__tr {
    display: block;
  }
}

.services_old .services__aside {
  display: table-cell;
  vertical-align: top;
  background-color: #e9f4f6;
}

@media only screen and (max-width: 667px) {
  .services_old .services__aside {
    display: block;
    background-color: transparent;
  }
}

.services_old .services__aside .services-list {
  width: 289px;
}

@media only screen and (max-width: 1200px) {
  .services_old .services__aside .services-list {
    width: 200px;
  }
}

@media only screen and (max-width: 667px) {
  .services_old .services__aside .services-list {
    display: none;
  }
}

.services_old .services__aside .services-list__item {
  position: relative;
  border-bottom: 1px solid #fff;
}

.services_old .services__aside .services-list__item:first-child {
  border-radius: 2px 0px 0px 0px;
}

.services_old .services__aside .services-list__item:last-child {
  border-radius: 0px 0px 0px 2px;
}

.services_old .services__aside .services-list__item.is-active,
.services_old .services__aside .services-list__item:hover {
  background-color: #47d7ac;
  cursor: pointer;
}

.services_old .services__aside .services-list__item.is-active:after,
.services_old .services__aside .services-list__item:hover:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #47d7ac;
  border-bottom: 7px solid transparent;
}

.services_old .services__aside .services-list__item.is-active .services-list__link,
.services_old .services__aside .services-list__item:hover .services-list__link {
  color: #fff;
}

.services_old .services__aside .services-list__link {
  display: block;
  color: #0957c3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 39px;
  padding-left: 21px;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -ms-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  -ms-transition: color, 0.2s;
  transition: color, 0.2s;
}

@media only screen and (max-width: 1200px) {
  .services_old .services__aside .services-list__link {
    font-size: 16px;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .services_old .services__aside .services-list__link {
    line-height: normal;
    padding: 5px 10px;
  }
}

.services_old .services__aside .services-list-mobile {
  display: none;
}

@media only screen and (max-width: 460px) {
  .services_old .services__aside .services-list-mobile .dropdown {
    padding: 15px 0;
  }
}

.services_old .services__aside .services-list-mobile .dropdown__title {
  display: inline-block;
  padding-right: 20px;
  line-height: 55px;
}

@media only screen and (max-width: 460px) {
  .services_old .services__aside .services-list-mobile .dropdown__title {
    line-height: normal;
  }
}

.services_old .services__aside .services-list-mobile .dropdown__btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(129,169,177,0.7);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0,64,76,0.08);
  box-shadow: 0 2px 4px rgba(0,64,76,0.08);
  width: 280px;
  padding: 5px 15px;
  color: #77969c;
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 460px) {
  .services_old .services__aside .services-list-mobile .dropdown__btn {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 350px) {
  .services_old .services__aside .services-list-mobile .dropdown__btn {
    width: 100%;
  }
}

.services_old .services__aside .services-list-mobile .dropdown__btn:focus {
  text-decoration: none;
  color: #77969c;
}

.services_old .services__aside .services-list-mobile .dropdown__btn:hover {
  border-color: #47d7ac;
  color: #47d7ac;
}

.services_old .services__aside .services-list-mobile .dropdown__btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 45%;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #77969c;
}

.services_old .services__aside .services-list-mobile .dropdown__btn .btn__close {
  display: none;
  margin: 0 0 -3px 20px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-image: url("/i/icons.png");
  background-position: -614px -737px;
  width: 12px;
  height: 12px;
}

.services_old .services__aside .services-list-mobile .dropdown__btn .is-active {
  display: inline-block;
}

@media only screen and (max-width: 667px) {
  .services_old .services__aside .services-list-mobile {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 0 20px;
  }
}

.services_old .services__content {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  width: 100%;
  padding: 20px 21px 21px 31px;
}

@media only screen and (max-width: 667px) {
  .services_old .services__content {
    display: block;
    padding: 10px 11px 11px 21px;
  }
}

.services_old .services-about__caption {
  color: #4b89d3;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 650px) {
  .services_old .services-about__caption {
    font-size: 20px;
  }
}

.services_old .services-about__caption.services-about__caption-item {
  color: #333536;
}

.services_old .services-about .services-line {
  width: 100%;
  height: 1px;
  background-color: #dde7e9;
  margin: 21px 0;
}

@media only screen and (max-width: 650px) {
  .services_old .services-about .services-line {
    margin: 11px 0;
  }
}

.services_old .services-about .text-list.columnize .text-list__item {
  margin-right: 15px;
}

@media only screen and (max-width: 940px) {
  .services_old .services-about .text-list.columnize .text-list__item {
    margin-right: 5px;
  }
}

.services_old .services-about .text-list.columnize .text-list__item .description__item .item__left {
  width: 78%;
}

@media only screen and (max-width: 1100px) {
  .services_old .services-about .text-list.columnize .text-list__item .description__item .item__left {
    width: 74%;
  }
}

@media only screen and (max-width: 1010px) {
  .services_old .services-about .text-list.columnize .text-list__item .description__item .item__left {
    width: 66%;
  }
}

.services_old .services-about .text-list.columnize .text-list__item .description__item .item__right {
  width: 22%;
}

@media only screen and (max-width: 1100px) {
  .services_old .services-about .text-list.columnize .text-list__item .description__item .item__right {
    width: 26%;
  }
}

@media only screen and (max-width: 1010px) {
  .services_old .services-about .text-list.columnize .text-list__item .description__item .item__right {
    width: 34%;
  }
}

@media only screen and (max-width: 480px) {
  .services_old .services-about .text-list.text-list_modifie .text-list__item .description__item .item__left {
    width: 65%;
  }
}

@media only screen and (max-width: 480px) {
  .services_old .services-about .text-list.text-list_modifie .text-list__item .description__item .item__right {
    width: 35%;
  }
}

.services_old .services-about .text-list__item {
  padding-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 650px) {
  .services_old .services-about .text-list__item {
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.services_old .services-about .text-list__item .description__item {
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
  .services_old .services-about .text-list__item .description__item {
    margin-bottom: 5px;
  }
}

.services_old .services-about .text-list__item .description__item:last-child {
  margin-bottom: 0;
}

.services_old .services-about .text-list__item .description__item .description__list-in .description__item:last-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
  .services_old .services-about .text-list__item .description__item .description__list-in .description__item:last-child {
    margin-bottom: 5px;
  }
}

.services_old .services-about .text-list__item .description__item:before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #a5c1c7;
}

.services_old .services-about .text-list__item .description__item .item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_old .services-about .text-list__item .description__item.item-wrap:before {
  display: none;
}

.services_old .services-about .text-list__item .description__item.heading {
  margin-bottom: 7px;
}

.services_old .services-about .text-list__item .description__item.heading:before {
  display: none;
}

.services_old .services-about .text-list__item .description__item.heading .description__link {
  color: #4b89d3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background: #fff -webkit-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -moz-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -o-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -ms-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff linear-gradient(to right, #4b89d3, #4b89d3 100%);
  background-position: 0 95%;
  -webkit-background-size: 10px 1px;
  -moz-background-size: 10px 1px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}

.services_old .services-about .text-list__item .description__item.heading .description__link:hover {
  background: #fff -webkit-linear-gradient(left, transparent, transparent 100%);
  background: #fff -moz-linear-gradient(left, transparent, transparent 100%);
  background: #fff -o-linear-gradient(left, transparent, transparent 100%);
  background: #fff -ms-linear-gradient(left, transparent, transparent 100%);
  background: #fff linear-gradient(to right, transparent, transparent 100%);
}

.services_old .services-about .text-list__item .description__item .item__left {
  position: relative;
  padding-right: 3px;
  text-align: left;
  width: 85%;
}

@media only screen and (max-width: 840px) {
  .services_old .services-about .text-list__item .description__item .item__left {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .services_old .services-about .text-list__item .description__item .item__left {
    width: 65%;
  }
}

.services_old .services-about .text-list__item .description__item .item__right {
  position: relative;
  text-align: right;
  padding-left: 2px;
  width: 15%;
}

.services_old .services-about .text-list__item .description__item .item__right span {
  background: #fff;
}

@media only screen and (max-width: 840px) {
  .services_old .services-about .text-list__item .description__item .item__right {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .services_old .services-about .text-list__item .description__item .item__right {
    width: 35%;
  }
}

.services_old .services-about .text-list__item .description__link {
  color: #4b89d3;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  background: #fff -webkit-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -moz-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -o-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -ms-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff linear-gradient(to right, #4b89d3, #4b89d3 100%);
  background-position: 0 95%;
  -webkit-background-size: 10px 1px;
  -moz-background-size: 10px 1px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}

.services_old .services-about .text-list__item .description__link:hover {
  text-decoration: underline;
  background: #fff -webkit-linear-gradient(left, transparent, transparent 100%);
  background: #fff -moz-linear-gradient(left, transparent, transparent 100%);
  background: #fff -o-linear-gradient(left, transparent, transparent 100%);
  background: #fff -ms-linear-gradient(left, transparent, transparent 100%);
  background: #fff linear-gradient(to right, transparent, transparent 100%);
}

.services_old .services-about .text-list__item .description .list-in {
  width: 100%;
}

.services_old .services-about .text-list__item .description .list-in__title {
  color: #4b89d3;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  background: #fff -webkit-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -moz-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -o-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff -ms-linear-gradient(left, #4b89d3, #4b89d3 100%);
  background: #fff linear-gradient(to right, #4b89d3, #4b89d3 100%);
  background-position: 0 95%;
  -webkit-background-size: 10px 1px;
  -moz-background-size: 10px 1px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}

.services_old .services-about .text-list__item .description .list-in__title:hover {
  background: #fff -webkit-linear-gradient(left, transparent, transparent 100%);
  background: #fff -moz-linear-gradient(left, transparent, transparent 100%);
  background: #fff -o-linear-gradient(left, transparent, transparent 100%);
  background: #fff -ms-linear-gradient(left, transparent, transparent 100%);
  background: #fff linear-gradient(to right, transparent, transparent 100%);
}

.services_old .services-about .text-list__item .description .list-in .description__item {
  margin-left: 31px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
  .services_old .services-about .text-list__item .description .list-in .description__item {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 385px) {
  .services_old .services-about .text-list__item .description .list-in .item__left {
    width: 148px;
  }
}

.services-block_old {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  box-shadow: 0 1px 1px rgba(0,64,76,0.3);
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .services-block_old .services-block__in {
    padding: 10px;
  }
}

.services-block_old .services-block__in h1 {
  margin-bottom: 0;
}

.services-block_old .services-block__search .select7__current-value {
  color: #4b89d3;
}

.services-block_old .services-block__search p {
  font-size: 24px;
  font-weight: 700;
}

.services-block_old .services-block__search .select7__drop {
  top: 70%;
}

@media only screen and (max-width: 1150px) {
  .services-block_old .services-block__search .services-direction {
    padding: 10px 20px;
  }
}

.services-block_old .services-block__search .services-direction .direction__title {
  padding-right: 6px;
  line-height: 62px;
}

.services-block_old .services-block__search .services-direction .services-btn {
  position: relative;
  display: inline-block;
}

.services-block_old .services-block__search .services-direction .services-btn__go {
  width: 235px;
  height: 31px;
  background-color: #fff;
  border: 1px solid #a6c2c8;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 25px 5px 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}

.services-block_old .services-block__search .services-direction .services-btn__go:input-placeholder {
  color: #91b5bc;
}

.services-block_old .services-block__search .services-direction .services-btn__go ::-webkit-input-placeholder {
  color: #91b5bc;
}

.services-block_old .services-block__search .services-direction .services-btn__go ::-moz-placeholder {
  color: #91b5bc;
}

.services-block_old .services-block__search .services-direction .services-btn__go :-ms-input-placeholder {
  color: #91b5bc !important;
}

.services-block_old .services-block__search .services-direction .services-btn__go ::-ms-input-placeholder {
  color: #91b5bc;
}

.services-block_old .services-block__search .services-direction .services-btn__go ::placeholder {
  color: #91b5bc;
}

.services-block_old .services-block__search .services-direction .services-btn__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #00829b transparent transparent transparent;
}

.services-block_old .services-block__search .services-direction .services-btn__icon:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1150px) {
  .services-block_old .services-block__search .services-direction .direction__left {
    float: none;
  }

  .services-block_old .services-block__search .services-direction .direction__left .direction__title {
    line-height: 31px;
  }
}

@media only screen and (max-width: 990px) {
  .services-block_old .services-block__search .services-direction .direction__left {
    float: left;
  }
}

@media only screen and (max-width: 850px) {
  .services-block_old .services-block__search .services-direction .direction__left {
    float: none;
  }
}

.services-block_old .services-block__search .services-direction .direction__right {
  line-height: 62px;
}

@media only screen and (max-width: 1150px) {
  .services-block_old .services-block__search .services-direction .direction__right {
    float: none;
    line-height: 28px;
  }
}

@media only screen and (max-width: 990px) {
  .services-block_old .services-block__search .services-direction .direction__right {
    float: right;
  }
}

@media only screen and (max-width: 850px) {
  .services-block_old .services-block__search .services-direction .direction__right {
    float: none;
    line-height: 20px;
    margin-top: 5px;
  }
}

.services-block_old .services_about-mod {
  display: block;
  margin: 20px 0 0 0;
}

.services-block_old .services_about-mod .services-about .text-list .description__link {
  background: #fff -webkit-linear-gradient(left, transparent, transparent 100%);
  background: #fff -moz-linear-gradient(left, transparent, transparent 100%);
  background: #fff -o-linear-gradient(left, transparent, transparent 100%);
  background: #fff -ms-linear-gradient(left, transparent, transparent 100%);
  background: #fff linear-gradient(to right, transparent, transparent 100%);
}

@media only screen and (max-width: 560px) {
  .services-block_old .services_about-mod {
    margin-top: 15px;
  }
}

.services-block_old .services_about-mod .text-list__item {
  padding-right: 0;
  margin-bottom: 0px;
}

.services-about-this {
  margin-top: 40px;
  background-color: #e5f2f5;
  border-radius: 4px;
  padding: 30px;
  font-size: 15px;
  line-height: 22px;
}

.services-card-list .small-card {
  padding: 9px 0 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none !important;
  padding-top: 10px !important;
  outline: 1px solid transparent;
}

.services-card-list .small-card:hover {
  outline: 1px solid #47d7ac;
}

.services-card-list .small-card .small-card__image-mod {
  width: 84px;
  height: 84px;
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .services-card-list .small-card .small-card__image {
    width: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .services-card-list .small-card .small-card__right-side {
    margin-left: 180px;
  }

  .services-card-list .small-card .small-card__right-side .small-card__address,
  .services-card-list .small-card .small-card__right-side .small-card__location {
    line-height: 22px;
  }
}

@media only screen and (max-width: 560px) {
  .services-card-list .small-card .small-card__right-side {
    margin-left: 20px;
  }
}

.services-card-list .small-card .small-card__address:before {
  background-image: url("/i/icons.png");
  background-position: -741px -454px;
  width: 9px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
  left: 4px;
}

.services-card-list .small-card .small-card__location:before {
  background-image: url("/i/icons.png");
  background-position: -852px -768px;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 0;
}

.services-card-list .small-card .card__location_metro:before {
  background-image: url("/i/icons.png");
  background-position: -944px -685px;
  width: 12px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

.services-card-list .small-card .rating {
  margin-top: 7px;
}

.services-card-list .small-card .rating .rating__value {
  font-size: 18px;
}

.services-card-list .small-card .rating .rating__stars {
  margin: 2px 0 0 4px;
}

.services-card-list .address-info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 2px 0;
  padding: 0;
  border-top: 1px solid #dde8ea;
  border-bottom: 1px solid #dde8ea;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (max-width: 560px) {
  .services-card-list .address-info {
    display: block;
    border-top: none;
  }
}

.services-card-list .small-card__title {
  margin-bottom: 0;
}

.services-card-list .small-card__title a {
  text-decoration: none;
  color: #4b89d3;
  font-family: "PT Sans";
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .services-card-list .small-card__title a {
    line-height: 1.2;
  }
}

.services-card-list .small-card__footer .btn {
  padding: 5px 14px;
  color: #fff;
  font-weight: 400;
}

.services-card-list .small-card__schedule {
  padding: 4px 0 4px 20px;
}

.services-card-list .small-card__schedule:before {
  background-image: url("/i/icons.png");
  background-position: -1113px -572px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 2px;
}

.services-card-list .small-card__schedule:after {
  display: none;
}

.services-card-list .small-card__schedule ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.services-card-list .small-card__schedule ul li {
  margin-right: 20px;
}

.services-card-list .small-card__schedule ul li .left {
  margin-right: 7px;
}

.services-card-list .block-services-wrapper {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .services-card-list .block-services-wrapper {
    margin-top: 0;
  }
}

.services-card-list .small-card__address,
.services-card-list .small-card__location {
  margin-top: 7px;
  margin-right: 30px;
  padding-left: 20px;
}

.services-card-list .card__info {
  background-image: url("/i/icons.png");
  background-position: -531px -768px;
  width: 15px;
  height: 15px;
}

.description__list-in {
  margin-left: 20px;
}

.services-block-wrapper {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.text-list.text-list_modifie {
  padding: 0 20px 0 20px;
}

.text-list.text-list_modifie .description__item {
  margin: 0 0 10px 15px;
  color: #5e6e71;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.text-list.text-list_modifie .description__item:before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #a5c1c7;
}

.text-list.text-list_modifie .description__item .item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-list.text-list_modifie .description__item .item__left {
  position: relative;
  padding-right: 3px;
  text-align: left;
  width: 85%;
}

.text-list.text-list_modifie .description__item .description__link {
  background: -webkit-linear-gradient(left, transparent, transparent 100%) #fff;
  background: -moz-linear-gradient(left, transparent, transparent 100%) #fff;
  background: -o-linear-gradient(left, transparent, transparent 100%) #fff;
  background: -ms-linear-gradient(left, transparent, transparent 100%) #fff;
  background: linear-gradient(to right, transparent, transparent 100%) #fff;
  font-size: 16px;
  color: #4b89d3;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  background-position: 0 95%;
  -webkit-background-size: 10px 1px;
  -moz-background-size: 10px 1px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  word-wrap: break-word;
}

.text-list.text-list_modifie .description__item .item__right {
  position: relative;
  text-align: right;
  padding-left: 2px;
  width: 15%;
}

.text-list.text-list_modifie .description__item .item__right span {
  background: #fff;
}

.description__services-about>.description__item:before {
  display: none;
}

@media only screen and (max-width: 640px) {
  .text-list.text-list_modifie {
    display: block;
  }

  .text-list.text-list_modifie .description__item {
    margin-bottom: 5px;
  }

  .text-list.text-list_modifie .description__item .item__left {
    width: 65%;
  }

  .text-list.text-list_modifie .description__item .description__link {
    font-size: 14px;
  }

  .text-list.text-list_modifie .description__item .item__right {
    width: 35%;
  }
}

.services {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.services__title {
  color: #5e6e71;
  font-family: "PT Sans";
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
}

.services__in .row {
  font-size: 0;
}

.services__in .col-md-3 {
  display: inline-block;
  vertical-align: top;
  float: none;
}

@media only screen and (max-width: 1000px) {
  .services__in .col-md-3 {
    width: 50%;
  }
}

@media only screen and (max-width: 560px) {
  .services__in .col-md-3 {
    width: 100%;
  }
}

.services__col {
  padding: 10px 0;
  color: #4b89d3;
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 16px;
}

.services__caption {
  display: block;
  border-bottom: 1px solid #ebeff6;
}

.services__caption:hover a {
  text-decoration: underline;
}

.services__caption a {
  text-decoration: none;
  color: #4b89d3;
  font-size: 20px;
}

.services__item {
  padding-top: 5px;
}

.services__item:hover a {
  text-decoration: underline;
}

.services__item a {
  text-decoration: none;
  color: #4b89d3;
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.services__link-more {
  position: relative;
  text-decoration: none !important;
  border-bottom: 1px dotted #4b89d3;
  color: #4b89d3;
  font-size: 12px;
}

.services__link-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #4b89d3 transparent transparent transparent;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  -o-transition: -o-transform 300ms;
  -ms-transition: -ms-transform 300ms;
  transition: transform 300ms;
}

.services__link-more:hover {
  border: none;
}

.services__link-more.is-open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services__items-more {
  display: none;
}

.services__items-more.is-open {
  display: block;
}

.services-block {
  margin-bottom: 15px;
}

.services-block .services-block__in {
  padding: 10px;
}

.services-block .services-block__in h1 {
  color: #5e6e71;
  font-family: "PT Sans";
  font-size: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .services-block .services-block__in h1 {
    font-size: 20px;
  }
}

.services-block .services-block__in .services_about-mod {
  margin-top: 15px;
}

.services-block .services-block__in .services_about-contents {
  display: block;
  margin: 0;
  padding-bottom: 5px;
}

.services-block .services-about .description {
  padding-top: 15px;
}

.services-block .services-about .description__item {
  margin: 0 0 5px 15px;
  color: #5e6e71;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
}

.services-block .services-about .description__item:before {
  bottom: 6px;
}

.services-block .services-about .description__item.heading {
  margin: 0 0 5px 0;
}

.services-block .services-about .description__item.single {
  margin: 0 0 3px 0;
}

.services-block .services-about .description__item.subheading:before {
  display: none;
}

.services-block .services-about .description__title {
  color: #4b89d3;
  font-size: 20px;
}

.services-block .services-about .description__subtitle {
  margin-bottom: 5px;
  color: #4b89d3;
}

.services-block .services-about .text-list__item {
  margin-bottom: 5px;
}

.services-block .services-about .text-list__item.last-child {
  margin-bottom: 0;
}

.services-block .services-about .text-list__item .description__link {
  font-size: 16px;
}

.services-block .services-block__search .direction {
  background-color: #fafafa;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-top: 1px solid #ebeff6;
  border-radius: 0;
  margin-bottom: 0px;
}

.services-text {
  position: relative;
  margin: 0 0 25px;
}

.services-text.is-open {
  margin: 0 0 15px;
}

.services-text__block {
  height: 80px;
  overflow: hidden;
  -webkit-transition: height 300ms, overflow 300ms;
  -moz-transition: height 300ms, overflow 300ms;
  -o-transition: height 300ms, overflow 300ms;
  -ms-transition: height 300ms, overflow 300ms;
  transition: height 300ms, overflow 300ms;
}

.services-text__block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background: -webkit-linear-gradient(bottom, #fff 0, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(bottom, #fff 0, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(bottom, #fff 0, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(bottom, #fff 0, rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, #fff 0, rgba(255,255,255,0) 100%);
}

.services-text__block.is-open {
  height: 100%;
  overflow: visible;
}

.services-text__in {
  position: relative;
  color: #5e6e71;
  font-size: 16px;
  font-family: "PT Sans";
  font-weight: 400;
}

.services-text__in h2 {
  margin-bottom: 17px;
  color: #5e6e71;
  font-size: 20px;
}

.services-text__in p {
  margin-bottom: 17px;
  line-height: 1.3;
}

.services-text__in ul {
  padding: 5px 0 20px;
}

.services-text__in ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
  list-style-type: none;
}

.services-text__in ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #5e6e71;
}

.services-text__btn {
  position: absolute;
  bottom: -25px;
  right: 0;
  padding-right: 15px;
  cursor: pointer;
  color: #4b89d3;
  font-size: 16px;
  line-height: 1;
}

.services-text__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  -o-transition: -o-transform 300ms;
  -ms-transition: -ms-transform 300ms;
  transition: transform 300ms;
  background-image: url("/i/icons.png");
  background-position: -1096px -173px;
  width: 9px;
  height: 5px;
}

.services-text__btn.is-open {
  bottom: -12px;
}

.services-text__btn.is-open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-new-subtitle {
  margin: 0 0 15px;
  color: #5e6e71;
  font-size: 24px;
  font-weight: 400;
}

.services-card-list .doctors-alert {
  margin-bottom: 20px;
}

.services-new-card-list .block-services-wrapper {
  margin-top: 0;
}

.services-new-card-list .small-card {
  padding: 0 !important;
  margin-bottom: 15px;
}

.services-new-card-list .small-card__wrap {
  padding: 10px 0 18px;
}

.services-new-card-list .small-card__title a:hover {
  text-decoration: underline;
}

.widget.widget-similar-diseases-new {
  margin-bottom: 20px;
  background: #fff;
}

.widget.widget-similar-diseases-new .h3 {
  margin: 0;
  padding: 15px 15px 13px 19px;
  text-align: left;
  color: #5e6e71;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.widget.widget-similar-diseases-new .diseases-body {
  padding: 11px 15px 17px;
  border-top: 1px solid #ebeff6;
}

.widget.widget-similar-diseases-new .diseases-item {
  margin: 0;
  padding-left: 17px;
  line-height: 1.4;
}

.widget.widget-similar-diseases-new .diseases-item .diseases-link {
  text-decoration: none;
}

.widget.widget-similar-diseases-new .diseases-item .diseases-link:before {
  width: 6px;
  height: 6px;
  background-color: #94b7be;
}

.widget.widget-similar-diseases-new .diseases-item .diseases-link:hover {
  text-decoration: underline;
}

.short-list {
  background: #fff;
  border-bottom: 1px dashed #96b8bf;
}

.short-list h3 {
  margin-top: 13px;
  margin-bottom: 4px;
  font-size: 18px;
  text-align: center;
}

.short-list__footer {
  padding: 6px 0 10px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  border-top: 1px dashed #96b8bf;
}

.short-list__items {
  margin: 0;
  list-style: none;
}

.short-list__items-wrapper {
  overflow: auto;
}

.short-list__item {
  padding: 15px 21px 15px;
  border-top: 1px dashed #96b8bf;
  overflow: hidden;
}

.short-list__item-content {
  overflow: hidden;
}

.short-list__image {
  float: left;
  width: 72px;
  margin: 5px 14px 0 0;
  overflow: hidden;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .short-list__image {
    width: 50px;
  }
}

.short-list__image img {
  width: 100%;
  border-radius: 2px;
}

.short-list__title {
  display: block;
  line-height: 1.3;
  font-weight: bold;
  color: #4b89d3;
  font-size: 16px;
}

.short-list__label {
  margin-top: 3px;
  line-height: 1.2;
}

.short-list__label a {
  white-space: nowrap;
}

.short-list__more-link {
  font-size: 15px;
}

.short-list .rating {
  margin-top: 10px;
}

.short-list .rating__stars {
  margin-top: 4px;
}

.short-list .rating__value {
  margin: 0 5px 0 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .short-list .rating__value {
    font-size: 16px;
    margin: 0;
    top: 3px;
  }
}

.widget.widget-doctor .short-list__image {
  overflow: hidden;
  font-size: 0;
}

.widget.widget-clinic .short-list__image {
  height: 75px;
}

.widget.widget-clinic .short-list__item {
  padding: 17px 21px 18px;
}

.big-map-doctor .gm-style .gm-style-iw-c {
  max-width: 320px !important;
  padding: 0;
}

.big-map-doctor .gm-style .gm-style-iw-c button {
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .short-list-doctor {
    background: none;
  }
}

.short-list-doctor .short-list__new-header {
  background: #f4f7fa;
  padding: 25px 16px;
}

.short-list-doctor .short-list__new-header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.short-list-doctor .short-list__new-header p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.short-list-doctor .short-list__new-header p span {
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .short-list-doctor .short-list__new-header {
    display: none;
  }
}

.short-list-doctor .short-list__item {
  background: #fff;
  margin-bottom: 10px;
  border: none;
}

@media only screen and (max-width: 768px) {
  .short-list-doctor .short-list__item {
    margin: 0 8px;
    border-radius: 8px;
  }
}

.short-list-doctor .short-list__item.last-child {
  border-bottom: none;
}

.short-list-doctor .short-list__item .marker-card-info__action {
  padding-top: 16px;
}

.short-list-doctor .short-list__items {
  background: #f4f7fa;
}

.short-list-doctor .short-list__items-wrapper .jspContainer {
  background: #f4f7fa;
}

.short-list-doctor .short-list__items-wrapper .jspContainer .jspVerticalBar {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .short-list-doctor .short-list__items-wrapper .jspContainer {
    background: none;
  }

  .short-list-doctor .short-list__items-wrapper .jspContainer .jspPane {
    left: unset;
    position: relative;
    width: 100%;
  }
}

.sticky-map {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .sticky-map {
    display: none;
  }
}

.sticky-map__text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}

.sticky-map__label {
  line-height: 20px;
  font-size: 18px;
  color: #5e6e71;
}

.sticky-map__link {
  width: 92px;
  height: 23px;
  line-height: 23px;
  background: #47d7ac;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.sticky-map__link span {
  font-size: 12px;
  color: #fff;
}

.sticky-map__link svg {
  fill: #fff;
}

.sticky-map__link:hover,
.sticky-map__link:focus {
  text-decoration: none;
  background: #3ab3a2;
}

.sticky-map__img {
  background-image: url("/i/icons.png");
  background-position: 0px -518px;
  width: 373px;
  height: 90px;
  max-width: 100%;
}

.search-clinic.sticky-item {
  background: #fff;
  margin-bottom: 10px 20px;
  border-radius: 8px;
}

@media only screen and (max-width: 991px) {
  .search-clinic.sticky-item {
    display: none;
  }
}

.search-clinic.sticky-item .search-clinic__category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.search-clinic.sticky-item .search-clinic__category__item {
  width: 100%;
}

.search-clinic.sticky-item .search-clinic__title {
  max-width: 100%;
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.col-md-8 ~ .sticky-parent {
  max-width: 33.3%;
}

@media only screen and (max-width: 991px) {
  .col-md-8 ~ .sticky-parent {
    max-width: 100%;
  }
}

.sticky-uklon {
  background-image: url("/i/icons.png");
  background-position: 0px -612px;
  width: 374px;
  height: 87px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  margin-bottom: 10px;
  padding-left: 171px;
  padding-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .sticky-uklon {
    max-width: 100%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-uklon {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sticky-uklon {
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    padding-left: 162px;
  }
}

.sticky-uklon:hover,
.sticky-uklon:active,
.sticky-uklon:focus {
  text-decoration: none;
}

.sticky-viber {
  background-image: url("/i/icons.png");
  background-position: 0px -278px;
  width: 376px;
  height: 118px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 28px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  padding: 30px 0 0 20px;
}

@media only screen and (max-width: 1199px) {
  .sticky-viber {
    max-width: 100%;
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-viber {
    display: none;
  }
}

.sticky-viber:hover,
.sticky-viber:active,
.sticky-viber:focus {
  text-decoration: none;
}

.sticky-telegram {
  background-image: url("/i/icons.png");
  background-position: 0px -400px;
  width: 376px;
  height: 114px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 28px;
  color: #1e92d2;
  text-decoration: none;
  padding: 25px 0 0 20px;
}

@media only screen and (max-width: 1199px) {
  .sticky-telegram {
    max-width: 100%;
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-telegram {
    display: none;
  }
}

.sticky-telegram:hover,
.sticky-telegram:active,
.sticky-telegram:focus {
  text-decoration: none;
}

.sticky-wog {
  background-image: url("/i/icons.png");
  background-position: -378px -134px;
  width: 372px;
  height: 101px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  line-height: 26px;
  font-size: 22px;
  color: #fff;
  padding-left: 120px;
  padding-top: 34px;
  text-decoration: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .sticky-wog {
    max-width: 100%;
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-wog {
    display: none;
  }
}

.sticky-wog:hover,
.sticky-wog:active,
.sticky-wog:focus {
  text-decoration: none;
}

.sticky-dp {
  background-image: url("/i/icons.png");
  background-position: -378px -612px;
  width: 372px;
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 30px;
  padding-top: 24px;
  line-height: 26px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .sticky-dp {
    max-width: 100%;
    font-size: 16px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-dp {
    display: none;
  }
}

.sticky-dp:hover,
.sticky-dp:active,
.sticky-dp:focus {
  text-decoration: none;
}

.sticky-tas {
  background-image: url("/i/icons.png");
  background-position: -754px 0px;
  width: 372px;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding-right: 30px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 135px;
  padding-top: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .sticky-tas {
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-tas {
    display: none;
  }
}

.sticky-tas:hover,
.sticky-tas:active,
.sticky-tas:focus {
  text-decoration: none;
}

.sticky-syn {
  background-image: url("/i/icons.png");
  background-position: -377px -518px;
  width: 372px;
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding-right: 30px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 22px;
  padding-left: 92px;
  padding-top: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  text-decoration: none;
}

.sticky-syn strong {
  font-size: 28px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .sticky-syn strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .sticky-syn {
    max-width: 100%;
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-syn {
    display: none;
  }
}

.sticky-syn:hover,
.sticky-syn:active,
.sticky-syn:focus {
  text-decoration: none;
}

.share-links {
  zoom: 1;
  margin-bottom: 25px;
}

.share-links:before,
.share-links:after {
  content: "";
  display: table;
}

.share-links:after {
  clear: both;
}

.share-links li {
  float: left;
}

.share-links li.text {
  margin-right: 20px;
  color: #96b8bf;
  font-size: 18px;
  line-height: 34px;
}

.share-links li a {
  display: inline-block;
  margin-right: 10px;
}

.share-links li a.fb {
  background-image: url("/i/icons.png");
  background-position: -822px -600px;
  width: 110px;
  height: 34px;
}

.share-links li a.tw {
  background-image: url("/i/icons.png");
  background-position: -842px -550px;
  width: 110px;
  height: 34px;
}

.share-links li a.gp {
  background-image: url("/i/icons.png");
  background-position: -956px -550px;
  width: 110px;
  height: 34px;
}

.clinic-gallery-wrapper {
  height: 138px;
  overflow: hidden;
  padding: 0 22px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .clinic-gallery-wrapper {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 640px) {
  .clinic-gallery-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .clinic-gallery-wrapper {
    padding: 0 12px;
  }
}

#clinic-slider {
  width: 100%;
  margin: 0 auto 0 auto;
}

#clinic-slider .slick-slide img {
  width: 174px;
}

@media only screen and (max-width: 1199px) {
  #clinic-slider {
    width: 720px;
  }
}

@media only screen and (max-width: 991px) {
  #clinic-slider {
    width: 550px;
  }

  #clinic-slider .slick-next {
    right: -6px;
  }
}

@media only screen and (max-width: 640px) {
  #clinic-slider {
    width: 360px;
  }

  #clinic-slider .slick-next {
    right: -11px;
  }

  #clinic-slider .slick-prev {
    left: -11px;
  }

  #clinic-slider .slick-slide img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  #clinic-slider {
    width: 100%;
    padding-right: 0;
  }

  #clinic-slider .slick-next {
    right: 0;
  }

  #clinic-slider .slick-prev {
    left: 0;
  }

  #clinic-slider .slick-slide img {
    margin: 0 10px;
  }
}

.clinic-gallery__link {
  position: relative;
  display: block;
}

.clinic-gallery__link:before {
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  max-width: 174px;
}

.clinic-gallery__link:after {
  position: absolute;
  content: '';
  background-image: url("/i/icons.png");
  background-position: -662px -278px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.clinic-gallery__link_video:after {
  background-image: url("/i/icons.png");
  background-position: -618px -278px;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 992px) {
  .clinic-gallery__link:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
  }

  .clinic-gallery__link:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.2);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.2);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  padding: 0;
}

.slick-arrow:hover {
  background: #0957c3;
}

.slick-arrow:hover svg {
  fill: #fff;
}

.slick-arrow svg {
  width: 16px;
  height: 16px;
  fill: #0957c3;
  margin-top: 4px;
  -webkit-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -10px;
}

@media only screen and (max-width: 640px) {
  .card-widgets_slider .slick-prev {
    left: -8px;
  }

  .card-widgets_slider .slick-next {
    right: -8px;
  }
}

.card-widgets_slider .slick-next {
  right: -1px;
}

.slide-right-i,
.slide-left-i {
  fill: #b0b7b9;
}

.slick-disabled {
  display: none !important;
}

.smart-modal-container {
  height: 1px;
  position: fixed;
  bottom: 313px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  z-index: 999;
  background: rgba(0,0,0,0);
  padding: 0 4%;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .smart-modal-container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .smart-modal-container {
    display: none;
  }
}

.smart-modal-container__circle {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 12px;
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  border-radius: 50%;
  width: 274px;
  height: 274px;
}

.smart-modal {
  width: 274px;
  height: 274px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 12px;
}

.smart-modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 2px;
  outline: none;
  background: rgba(0,0,0,0);
  border: none;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  border-radius: 50%;
}

.smart-modal-close .smart-button-white {
  fill: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.smart-modal-close .smart-button-blue {
  fill: #4b89d3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.smart-modal-close:hover .smart-button-white {
  fill: #4b89d3;
}

.smart-modal-close:hover .smart-button-blue {
  fill: #fff;
}

.smart-modal-close svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .smart-modal-container {
    bottom: 200px;
  }

  .smart-modal,
  .smart-modal-container__circle {
    width: 136px;
    height: 136px;
  }

  .smart-modal-close {
    top: -10px;
    right: -5px;
  }
}

.social-buttons {
  border-top: 1px solid #47d7ac;
  padding-top: 20px;
}

.social-buttons__label {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.social-buttons__link {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin: 0 15px;
  padding-left: 6px;
  padding-right: 15px;
}

.social-buttons__link:hover {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .social-buttons__link {
    margin: 0 0 10px;
  }
}

.social-buttons__link span {
  display: inline-block;
  line-height: 26px;
  padding: 5px 0 1px 35px;
  background-image: url("i/social-buttons.png");
  background-repeat: no-repeat;
}

.social-buttons .fb {
  color: #536fa6;
  border-color: #536fa6;
}

.social-buttons .fb span {
  background-position: -150px 0;
}

.social-buttons .fb:hover {
  background-color: #536fa6;
}

.social-buttons .fb:hover span {
  background-position: -120px -30px;
}

.social-buttons .ok {
  color: #e67e17;
  border-color: #e67e17;
}

.social-buttons .ok span {
  background-position: -90px -60px;
}

.social-buttons .ok:hover {
  background-color: #e67e17;
}

.social-buttons .ok:hover span {
  background-position: -60px -90px;
}

.social-buttons .vk {
  color: #2b5887;
  border-color: #2b5887;
}

.social-buttons .vk span {
  background-position: -30px -120px;
}

.social-buttons .vk:hover {
  background-color: #2b5887;
}

.social-buttons .vk:hover span {
  background-position: 0 -150px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.m-0 {
  margin: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .pl-0 {
    padding-left: 0 !important;
  }

  .pl-10 {
    padding-left: 10px !important;
  }

  .pl-15 {
    padding-left: 15px !important;
  }

  .pl-20 {
    padding-left: 20px !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .pr-3 {
    padding-right: 3px !important;
  }

  .pr-10 {
    padding-right: 10px !important;
  }

  .pr-15 {
    padding-right: 15px !important;
  }

  .pr-20 {
    padding-right: 20px !important;
  }

  .bord-gr-r {
    border-right: 1px solid #ebeff6;
  }
}

.p-0 {
  padding: 0 !important;
}

.social-links {
  overflow: hidden;
}

.social-links__item {
  float: left;
  display: block;
  margin-right: 5px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  width: 27px;
  height: 27px;
  background-image: url("/i/icons.png");
  background-position: -823px -344px;
  width: 162px;
  height: 54px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.social-links__item:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.social-links__item-social-fb {
  background-position: 0 0;
}

.social-links__item-social-vk {
  background-position: -27px 0;
}

.social-links__item-social-tw {
  background-position: -54px 0;
}

.social-links__item-social-gplus {
  background-position: -108px 0;
}

.social-links__item-social-rss {
  background-position: -135px 0;
}

.social-links_color .social-links__item {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.social-links_color .social-links__item-social-fb {
  background-position: 0 -27px;
}

.social-links_color .social-links__item-social-vk {
  background-position: -54px -27px;
}

.social-links_color .social-links__item-social-ok {
  background-position: -81px -27px;
}

.social-links_color .social-links__item-gplus {
  background-position: -108px -27px;
}

.social-links_color .social-links__item-rss {
  background-position: -135px -27px;
}

.social-links .btn-xs {
  width: 100px;
}

article.static-page {
  background: #fff;
  padding: 38px;
  margin-bottom: 35px;
  border-radius: 8px;
}

@media only screen and (max-width: 991px) {
  article.static-page {
    padding: 15px;
  }
}

article.static-page .h2,
article.static-page h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

article.static-page .style-disc li:before {
  top: 1px;
}

article.static-page .header-styled {
  border-bottom: 1px solid #d9ecf0;
  margin-bottom: 30px;
  padding-bottom: 6px;
}

article.static-page img.about-doctor {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  width: 123px;
  margin-top: -100px;
  margin-right: 40px;
}

article.static-page img.ratin-card {
  width: 79%;
  margin-right: 2%;
  float: left;
  max-width: 489px;
}

article.static-page img.ratin-doctor {
  width: 19%;
  max-width: 113px;
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.static-page img[class^="content-img-"] {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  article.static-page .select7__current {
    padding: 0 11px;
  }
}

@media only screen and (max-width: 560px) {
  article.static-page .feedback {
    width: 150px;
  }

  article.static-page .feedback__link {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.special {
  position: relative;
  padding: 20px !important;
  border: 1px solid #47d7ac;
  background: #fff;
  border-radius: 3px;
  margin: 0 0 20px 0;
}

.special .special-picture {
  display: inline-block;
  margin: 0;
  border: 1px solid rgba(5,5,5,0.09);
  border-radius: 3px;
}

.special .special-picture img {
  max-width: 100%;
  max-height: 100%;
}

.special .special-right-side {
  float: left;
  width: 450px;
  margin-left: 20px;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .special .special-right-side {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

.special .special-right-side .address-info {
  padding: 5px 0 0 0;
}

.special .special-left-side {
  padding: 0;
  float: left;
  width: auto;
}

.special .special-title {
  padding-right: 5%;
}

.special .special-title a {
  color: #4b89d3;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  line-height: 24px;
}

.special .special-block-btn {
  width: auto;
  float: right;
}

@media only screen and (max-width: 560px) {
  .special .special-block-btn {
    width: 100%;
  }
}

.special .price {
  margin-bottom: 10px;
  text-align: right;
}

@media only screen and (max-width: 560px) {
  .special .price {
    margin-bottom: 0;
    display: none;
  }
}

.special .price.price_left {
  display: none;
  margin: 0;
  float: right;
}

@media only screen and (max-width: 560px) {
  .special .price.price_left {
    display: inline-block;
    margin-top: -3px;
  }
}

.special .price__old {
  display: inline-block;
  color: #91b5bc;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

.special .price__new {
  display: inline-block;
  margin-left: 10px;
  color: #5e6e71;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 560px) {
  .special .price__new {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 560px) {
  .special .address-info {
    display: block;
  }
}

.special .btn {
  background-color: #ffab3e;
  border-color: #ffab3e;
  text-shadow: 0.5px 0.9px 0 rgba(0,0,0,0.1);
  color: #fff;
  font-weight: 700;
  padding: 7px 15px 6px;
}

.special .btn:hover {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}

@media only screen and (max-width: 767px) {
  .special .btn {
    width: 100%;
  }
}

.statistics-item {
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 0;
  height: 100px;
  border-radius: 3px;
}

@media only screen and (max-width: 991px) {
  .statistics-item {
    height: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics-item {
    margin-bottom: 20px;
  }
}

.statistics-item__value {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #00829b;
}

.statistics-item__label {
  font-size: 15px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  .statistics-item__label {
    font-size: 14px;
    line-height: 16px;
  }
}

.statistics-item_simple {
  height: auto !important;
  padding: 0;
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 767px) {
  .statistics-item_simple .statistics-item__label {
    height: 32px;
  }
}

.statistics-item_simple .statistics-item__value {
  font-size: 45px;
}

.statistics-item_simple .statistics-item__value-label {
  font-size: 24px;
}

.store-sec {
  margin-bottom: 40px;
}

.store-sec_point_links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
}

.store-sec_point_links img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 115px;
}

@media only screen and (max-width: 767px) {
  .store-sec_point_links img {
    display: none;
  }
}

.store-sec_point_links_point {
  color: #0957c3;
  text-decoration: none;
  font-weight: 500;
  background-color: #fff;
  border-radius: 8px;
  padding: 11px 6px;
  margin-right: 8px;
  margin-left: 8px;
  width: 176px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .store-sec_point_links_point {
    width: 140px;
  }
}

.store-sec_point_links_point svg {
  margin-right: 10px;
}

.store-sec_point_links_point:hover {
  text-decoration: none;
  background-color: #f8fafd;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SuisseIntl";
  src: local('SuisseIntl-Regular'), local('SuisseIntl-Regular'), url("../fonts/SuisseIntl-Regular.woff2") format('woff2'), url("../fonts/SuisseIntl-Regular.woff") format('woff'), url("../fonts/SuisseIntl-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuisseIntl';
  src: local('SuisseIntl-Medium'), local('SuisseIntl-Medium'), url("../fonts/SuisseIntl-Medium.woff2") format('woff2'), url("../fonts/SuisseIntl-Medium.woff") format('woff'), url("../fonts/SuisseIntl-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuisseIntl';
  src: local('SuisseIntl-SemiBold'), local('SuisseIntl-SemiBold'), url("../fonts/SuisseIntl-SemiBold.woff2") format('woff2'), url("../fonts/SuisseIntl-SemiBold.woff") format('woff'), url("../fonts/SuisseIntl-SemiBold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-duck:before {
  content: "\e93c";
}

.icon-krest:before {
  content: "\e92e";
}

.icon-credit-card:before {
  content: "\e93b";
}

.icon-inphone:before {
  content: "\e927";
}

.icon-dd-ar:before {
  content: "\e922";
}

.icon-babe:before {
  content: "\e912";
}

.icon-call-home:before {
  content: "\e90d";
}

.icon-parent:before {
  content: "\e90f";
}

.icon-wi-fi:before {
  content: "\e911";
}

.icon-home:before {
  content: "\e939";
}

.icon-dislike:before {
  content: "\e93a";
}

.icon-kievstar-m:before {
  content: "\e938";
}

.icon-pinterest:before {
  content: "\e902";
}

.icon-viber:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e909";
}

.icon-telegram:before {
  content: "\e905";
}

.icon-twitter:before {
  content: "\e906";
}

.icon-insta:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e92d";
}

.icon-securt-cl:before {
  content: "\e92f";
}

.icon-phone-cl:before {
  content: "\e930";
}

.icon-parcent-cl:before {
  content: "\e931";
}

.icon-google:before {
  content: "\e932";
}

.icon-apple:before {
  content: "\e933";
}

.icon-chat-m:before {
  content: "\e934";
}

.icon-edits-m:before {
  content: "\e935";
}

.icon-locate:before {
  content: "\e936";
}

.icon-user-m:before {
  content: "\e937";
}

.icon-loop:before {
  content: "\e929";
}

.icon-close:before {
  content: "\e928";
}

.icon-medicines:before {
  content: "\e92c";
}

.icon-arrovv:before {
  content: "\e92a";
}

.icon-logout:before {
  content: "\e926";
}

.icon-star-a:before {
  content: "\e91b";
}

.icon-kievstar1:before {
  content: "\e901";
}

.icon-pen1:before {
  content: "\e92b";
}

.icon-life:before {
  content: "\e90a";
}

.icon-mts:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-clock1:before {
  content: "\e90e";
}

.icon-analyzes:before {
  content: "\e910";
}

.icon-sales:before {
  content: "\e913";
}

.icon-diagnostic:before {
  content: "\e916";
}

.icon-clinics:before {
  content: "\e917";
}

.icon-call1:before {
  content: "\e924";
}

.icon-doctor:before {
  content: "\e925";
}

.icon-update:before {
  content: "\e923";
}

.icon-mar:before {
  content: "\e921";
}

.icon-pen:before {
  content: "\e908";
}

.icon-mark:before {
  content: "\e914";
}

.icon-persent:before {
  content: "\e915";
}

.icon-filial:before {
  content: "\e918";
}

.icon-filter:before {
  content: "\e919";
}

.icon-up-arr-to:before {
  content: "\e91a";
}

.icon-location:before {
  content: "\e91c";
}

.icon-red-cross:before {
  content: "\e91d";
}

.icon-phonendoscope:before {
  content: "\e91e";
}

.icon-heart-like:before {
  content: "\e91f";
}

.icon-heart:before {
  content: "\e920";
}

.icon-vk:before {
  content: "\e900";
}

.icon-odnoklassniki:before {
  content: "\e904";
}

.icon-calback:before {
  content: "\e927";
}

.icon-vk {
  font-size: 10px;
}

.icon-call:before {
  content: "\e90c";
}

.icon-location-clean:before {
  content: "\e936";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-kievstar:before {
  content: "\e901";
}

.icon-phone-call:before {
  content: "\e903";
}

.diseaseCont-wrap {
  min-height: 200px;
  overflow: hidden;
  zoom: 1;
}

.diseaseCont-wrap:before,
.diseaseCont-wrap:after {
  content: "";
  display: table;
}

.diseaseCont-wrap:after {
  clear: both;
}

.diseaseCont-wrap .btn-xs {
  float: right;
  padding: 4px 20px 5px;
  font-size: 17px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .diseaseCont-wrap .btn-xs {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 6px 15px;
    font-size: 15px;
  }
}

.symptom-checker .row {
  margin: 0 -20px;
}

.symptom-checker .col-sm-4 {
  padding: 0 20px;
}

.symptom-checker .h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .symptom-checker .h3 {
    font-size: 18px;
  }
}

.symptom-checker .pill.with-icon.icon-left > span > span {
  margin-right: 15px;
  margin-left: 0;
}

.symptom-checker .pill.with-icon.icon-left > span:after {
  right: 5px;
  left: auto;
}

.symptom-checker .pill.color-red > span {
  color: #e11f2a;
}

.symptom-checker .pill.color-green > span {
  color: #07a540;
}

.symptom-checker .pill.color-blue > span {
  color: #0068b5;
}

.symptom-checker .select2-container-multi .select2-choices {
  border: 0;
  background: none;
}

.symptom-checker .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  min-height: 26px;
  padding-top: 1px;
  min-height: 32px !important;
  background: #fff;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field {
  width: 100%;
  height: 40px;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  background-color: #eff9fb !important;
  border: 1px solid rgba(61,160,180,0.27);
  border-radius: 3px;
  -webkit-box-shadow: inset 1.1px -0.1px 1px rgba(43,151,173,0.12);
  box-shadow: inset 1.1px -0.1px 1px rgba(43,151,173,0.12);
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input::-webkit-input-placeholder {
  color: #899699 !important;
  font_size: 14px;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input:-moz-placeholder {
  color: #899699 !important;
  font_size: 14px;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input::-moz-placeholder {
  color: #899699 !important;
  font_size: 14px;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input:-ms-input-placeholder {
  color: #899699 !important;
  font_size: 14px;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("i/select2-spinner.gif") no-repeat 100% !important;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input.select2-default {
  margin-left: 10px;
  margin-top: 5px;
  padding: 1px 10px 2px !important;
  line-height: 14px;
  width: auto !important;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field:first-child input.select2-default {
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
  border: 1px dashed #b5b5b5 !important;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-choice {
  margin: 0px 17px 18px 0;
  position: relative;
  line-height: 13px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #168da4;
  border-radius: 3px;
  padding: 11px 35px 11px 18px;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  background-image: url("/i/icons.png");
  background-position: -974px -768px;
  width: 13px;
  height: 13px;
  width: 13px;
  height: 13px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=30)";
  filter: "alpha(opacity=30)";
  right: 13px;
  left: auto;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
  background-position: 0 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -ms-filter: "alpha(opacity=75)";
  filter: "alpha(opacity=75)";
}

.symptom-checker .symptoms-selected .select2-container-multi .select2-choices .select2-search-field input.select2-default {
  border-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field:first-child input.select2-default {
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
  border: 1px dashed #b5b5b5 !important;
}

.symptom-checker .select2-container-multi .select2-choices .select2-search-field input.select2-default {
  margin-left: 10px;
  margin-top: 5px;
  padding: 1px 10px 2px !important;
  line-height: 14px;
  width: auto !important;
}

.symptom-checker .select2-default {
  color: #c8c8c8 !important;
  font-size: 13px !important;
}

.list-style {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.list-style__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.list-style__link {
  color: #4b89d3;
  outline: 0;
  font-weight: normal;
}

.list-style__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 8px;
  display: inline-block;
  width: 8px;
  background-color: #ddecef;
  border-radius: 50%;
}

.list-style .actions-list__meta {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #5e6e71;
}

.body-map {
  margin-bottom: 15px;
}

.body-map .pill >span {
  padding: 4px 20px;
  border-radius: 20px;
}

.body-map .pill >span span {
  font-size: 17px;
}

.body-map .radio-inline {
  padding-left: 0;
}

.body-map_image-bg {
  height: 100%;
  background-color: #e5f2f5;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 25px 0;
}

.body-map__container {
  position: relative;
  height: 430px;
  text-align: center;
  margin: 0 auto 15px;
  overflow: hidden;
}

.body-map__select {
  margin-bottom: 10px;
}

.body-map__select-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-size: 18px;
}

.body-map_ie .body-map__bg img {
  display: none;
}

.body-map_ie .body-map__bg .body-map__bg_small {
  display: inline-block;
}

.body-map_ie .body-map__main_detailed img {
  display: inline-block;
}

.body-map_ie .body-map__main_detailed .body-map__bg_small {
  display: none;
}

.body-map__select {
  margin-bottom: 10px;
}

.body-map__select-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.body-map__container {
  position: relative;
  height: 430px;
  text-align: center;
  margin: 0 auto 15px;
  overflow: hidden;
}

.body-map__main {
  position: absolute;
  left: 50%;
  margin-left: -99.5px;
  top: 0;
  width: 199px;
  height: 430px;
}

.body-map__main.body-map__main_detailed {
  left: 0;
  margin-left: 0;
  width: 398px;
  height: 860px;
}

.body-map__bg,
.body-map__zones,
.body-map__details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.body-map__bg {
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.body-map__bg:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.body-map__bg > img {
  letter-spacing: normal;
  font-size: 12px;
  line-height: 16px;
  border: 0 none;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.body-map__symptoms {
  margin-bottom: 0;
  text-align: center;
}

.body-map__controls {
  position: relative;
  text-align: center;
  padding: 0 45px;
  line-height: 40px;
}

.body-map__current {
  display: inline-block;
  max-width: 100%;
  font-size: 15px;
  line-height: normal;
  color: #000;
  text-decoration: none;
}

.body-map__current span {
  display: inline;
}

.body-map__rotate,
.body-map__zoom {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.body-map__rotate {
  background-image: url("/i/icons.png");
  background-position: -530px -278px;
  width: 40px;
  height: 40px;
  left: 0;
}

.body-map__rotate:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.body-map__rotate:active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.body-map__zoom {
  background-image: url("/i/icons.png");
  background-position: -574px -278px;
  width: 40px;
  height: 40px;
  right: 0;
}

.body-map__zoom:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.body-map__zoom:active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.symptoms {
  border: 1px solid #d9ecf0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 593px;
  overflow-y: auto;
  outline: 0;
  padding: 20px 0;
}

.symptoms .jspHorizontalBar {
  display: none;
}

.symptoms__list {
  margin: 0;
  padding: 0 10px 0 15px;
  list-style: none;
  font-size: 15px;
  line-height: 20px 0;
}

.symptoms__list-item {
  margin-right: 13px;
  padding: 8px 30px 9px 0;
  border-bottom: 1px solid #d9ecf0;
  cursor: pointer;
  color: #7c888a;
}

.symptoms__list-item.last-child {
  border-bottom: 0 none;
}

.symptoms__list-item_selected {
  position: relative;
  font-weight: bold;
  color: #168da4;
}

.symptoms__list-item_selected:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background-image: url("/i/icons.png");
  background-position: -838px -703px;
  width: 18px;
  height: 18px;
}

.symptoms-selected {
  margin-bottom: 15px;
}

.symptoms-selected .select2-container-multi .select2-choices .select2-search-field input.select2-default {
  border-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.choose-symptom {
  margin-bottom: 20px;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .symptom-checker .jspPane {
    width: 100%;
  }
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  left: none;
  width: 16px;
  height: 100%;
  background: #f00;
  right: 5px;
  width: 5px;
  background: 0;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspVerticalBar .jspArrow:focus {
  outline: 0;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspCap {
  display: none;
}

.jspTrack {
  width: 1px;
  position: relative;
  background-color: #dbf9ff;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: -2px;
  width: 5px;
  cursor: pointer;
  background-color: #a5ccd3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.new-thank-page-wrap.block-bg {
  padding: 54px 0 0;
  -webkit-box-shadow: 0 25px 35px rgba(0,0,0,0.25);
  box-shadow: 0 25px 35px rgba(0,0,0,0.25);
}

@media only screen and (max-width: 767px) {
  .new-thank-page-wrap.block-bg {
    padding: 20px 0 0;
  }
}

.new-thank-page-wrap li.ui-menu-item {
  margin-right: 20px;
}

.new-thank-page-wrap .thank-page__map {
  text-align: center;
  width: 100%;
  margin-top: 35px;
}

.new-thank-page-wrap .thank-page__map img {
  width: 100%;
  height: auto;
}

.new-thank-page-wrap .thank-page {
  position: relative;
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 98px;
}

.new-thank-page-wrap .thank-page__title {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 13px;
}

.new-thank-page-wrap .thank-page__title:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .new-thank-page-wrap .thank-page__title {
    font-size: 16px;
  }
}

.new-thank-page-wrap .thank-page__title p {
  margin-bottom: 0;
}

.new-thank-page-wrap .thank-page__alert {
  margin-bottom: 38px;
  padding: 18px 30px;
  border: 1px solid rgba(247,89,70,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .new-thank-page-wrap .thank-page__alert {
    padding: 20px 20px;
  }
}

.new-thank-page-wrap .thank-page__alert .thank-page__alert__i {
  background-image: url("/i/icons.png");
  background-position: -706px -278px;
  width: 39px;
  height: 39px;
}

.new-thank-page-wrap .thank-page__alert p {
  line-height: 18px;
  font-size: 16px;
  color: #5e6e71;
  margin-bottom: 0;
  text-align: left;
  max-width: 444px;
}

.new-thank-page-wrap .thank-page__applic-number {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #5e6e71;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .new-thank-page-wrap .thank-page__applic-number {
    font-size: 16px;
  }
}

.new-thank-page-wrap .thank-page__applic-number p {
  margin-bottom: 0;
}

.new-thank-page-wrap .thank-page .thank-page__info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.new-thank-page-wrap .thank-page .thank-page__info:last-of-type {
  margin-bottom: 17px;
}

.new-thank-page-wrap .thank-page .thank-page__label {
  font-size: 14px;
  text-align: right;
  color: rgba(94,110,113,0.51);
  max-width: 136px;
  width: 30%;
}

.new-thank-page-wrap .thank-page .thank-page__data {
  font-size: 18px;
  line-height: 21px;
  color: #5e6e71;
  max-width: 375px;
  text-align: left;
  margin-left: 40px;
  width: 70%;
}

.new-thank-page-wrap .thank-page .thank-page__data span {
  margin-right: 19px;
}

.new-thank-page-wrap .thank-page .thank-page__data span:last-of-type {
  margin-right: 0;
}

.new-thank-page-wrap .thank-page .thank-page__data .font-14 {
  font-size: 14px;
}

.new-thank-page-wrap .thank-page__gmap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 293px;
  height: 36px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid rgba(130,130,130,0.5);
  text-decoration: none;
  margin: 0 auto 35px auto;
}

.new-thank-page-wrap .thank-page__gmap:hover,
.new-thank-page-wrap .thank-page__gmap:focus {
  text-decoration: none;
}

.new-thank-page-wrap .thank-page__gmap__i {
  width: 26px;
  height: 25px;
}

.new-thank-page-wrap .thank-page__gmap span {
  font-size: 16px;
  text-align: center;
  color: #5e6e71;
}

.new-thank-page-wrap .thank-page .look-map {
  background-color: #47d7ac;
}

@media only screen and (max-width: 767px) {
  .new-thank-page-wrap .thank-page .look-map {
    padding: 6px 40px 6px 60px;
  }
}

.new-thank-page-wrap .thank-page .look-map:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 30px;
  width: 18px;
  height: 18px;
  background-image: url("/i/icons.png");
  background-position: -794px -703px;
  width: 18px;
  height: 18px;
}

.new-thank-page-wrap .thank-page .add-tocalendar {
  background-color: #198ea5;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.new-thank-page-wrap .thank-page .add-tocalendar:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 30px;
  width: 18px;
  height: 18px;
  background-image: url("/i/icons.png");
  background-position: -93px -768px;
  width: 16px;
  height: 18px;
}

.new-thank-page-wrap .thank-page__content p {
  margin-bottom: 0;
}

.new-thank-page-wrap .thank-page__content span {
  font-weight: normal;
}

.new-thank-page-wrap .thank-page__content a {
  font-weight: normal;
  color: #6c7e82;
  text-decoration: none;
  outline: none;
}

.new-thank-page-wrap .thank-page__content a:hover,
.new-thank-page-wrap .thank-page__content a:active {
  color: #6c7e82;
}

.new-thank-page-wrap .thank-page__copy {
  margin-top: 10px;
}

.new-thank-page-wrap .th-promo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 512px;
  margin: 0 auto 40px auto;
}

.new-thank-page-wrap .th__lt {
  width: 340px;
  height: 120px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  padding-top: 23px;
  padding-left: 17px;
  padding-right: 15px;
}

.new-thank-page-wrap .th__lt__title {
  line-height: 20px;
  font-size: 18px;
  color: #5e6e71;
  text-align: left;
  margin-bottom: 23px;
}

.new-thank-page-wrap .th__lt__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-thank-page-wrap .th__lt__content img {
  width: 37px;
  height: 36px;
}

.new-thank-page-wrap .th__lt__content p {
  line-height: 14px;
  font-size: 12px;
  color: #5e6e71;
  margin-left: 4px;
  margin-bottom: 0;
}

.new-thank-page-wrap .th__rt {
  width: 169px;
  height: 110px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  background: #874db8;
  margin-top: 5px;
  border-radius: 2px;
  position: relative;
}

.new-thank-page-wrap .th__rt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #874db8;
  z-index: 1;
  left: -10px;
}

.new-thank-page-wrap .th__rt__code {
  width: 130px;
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7233a5;
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  margin: 17px auto 19px;
  position: relative;
  z-index: 2;
}

.new-thank-page-wrap .th__rt__price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
}

.new-thank-page-wrap .th__rt__price span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.new-thank-page-wrap .th__rt__price span:first-of-type {
  font-size: 28px;
  line-height: 28px;
  margin-right: 5px;
}

@media screen and (max-width: 550px) {
  .new-thank-page-wrap .th-promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-thank-page-wrap .th__lt {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    padding-bottom: 20px;
  }

  .new-thank-page-wrap .th__lt__title {
    margin-bottom: 13px;
  }

  .new-thank-page-wrap .th__lt__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .new-thank-page-wrap .th__lt__content p {
    margin-left: 10px;
  }

  .new-thank-page-wrap .th__rt {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .new-thank-page-wrap .th__rt:before {
    left: 50%;
    top: -10px;
    margin-left: -30px;
  }

  .new-thank-page-wrap .th__rt__code {
    margin: 0;
  }

  .new-thank-page-wrap .th__rt__price {
    width: 100px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.th-promo_wog,
.th-promo_dp,
.th-promo_syn {
  background: url("i/wog-thx.png");
  width: 500px;
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  .th-promo_wog,
  .th-promo_dp,
  .th-promo_syn {
    height: 90px;
  }
}

.th-promo_dp {
  background: url("i/dp-thx.png");
}

.th-promo_syn {
  background: url("i/syn-thx.png");
}

.th-promo_wog__lt,
.th-promo_dp__lt,
.th-promo_tas__lt,
.th-promo_syn__lt {
  line-height: 22px;
  font-size: 18px;
  color: #5e6e71;
  padding-left: 84px;
}

.th-promo_dp__lt,
.th-promo_tas__lt,
.th-promo_syn__lt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.th-promo_dp__lt svg,
.th-promo_tas__lt svg,
.th-promo_syn__lt svg {
  margin-right: 20px;
}

.th-promo_dp__lt img,
.th-promo_tas__lt img,
.th-promo_syn__lt img {
  margin-right: 20px;
}

.th-promo_wog__rt,
.th-promo_dp__rt,
.th-promo_tas__rt,
.th-promo_syn__rt {
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-right: 22px;
}

.th-promo_tas {
  background: url("i/tas-thx.png");
  width: 490px;
  height: 76px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  .th-promo_tas {
    height: 90px;
  }
}

@media only screen and (min-width: 641px) {
  .th-promo_wog__i {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .th-promo_wog,
  .th-promo_dp,
  .th-promo_tas,
  .th-promo_syn {
    background: rgba(0,0,0,0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .th-promo_wog__i,
  .th-promo_dp__i,
  .th-promo_tas__i,
  .th-promo_syn__i {
    display: block;
  }

  .th-promo_wog__lt,
  .th-promo_dp__lt,
  .th-promo_tas__lt,
  .th-promo_syn__lt {
    background: #f5f5f5;
    height: 58px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
  }

  .th-promo_wog__lt svg,
  .th-promo_dp__lt svg,
  .th-promo_tas__lt svg,
  .th-promo_syn__lt svg {
    margin-right: 20px;
  }

  .th-promo_wog__rt,
  .th-promo_dp__rt,
  .th-promo_tas__rt,
  .th-promo_syn__rt {
    background: #00a84f;
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .th-promo_wog__rt a,
  .th-promo_dp__rt a,
  .th-promo_tas__rt a,
  .th-promo_syn__rt a {
    color: #fff;
    text-decoration: none;
  }

  .th-promo_dp__lt,
  .th-promo_tas__lt,
  .th-promo_syn__lt {
    padding: 0;
  }

  .th-promo_dp__rt {
    background: #fab314;
  }

  .th-promo_tas__rt {
    background: #ed0677;
  }

  .th-promo_syn__rt {
    background: #0f6ec6;
  }
}

.thank-page-wrap_old.block-bg {
  padding: 40px 10px 35px;
  position: relative;
  overflow: hidden;
}

.thank-page-wrap_old.block-bg:before {
  content: '';
  display: inline-block;
  height: 280px;
  width: 280px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 0;
  top: -270px;
  right: -68px;
  -webkit-transform: rotate(137deg);
  -moz-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  background-color: #fe5000;
}

.thank-page-wrap_old.block-bg:after {
  content: '';
  display: inline-block;
  height: 840px;
  width: 520px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 0;
  top: -251px;
  right: -631px;
  -webkit-transform: rotate(137deg);
  -moz-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
  background-color: #47d7ac;
}

@media only screen and (max-width: 767px) {
  .thank-page-wrap_old.block-bg {
    padding: 20px 15px 35px;
  }

  .thank-page-wrap_old.block-bg:before {
    content: '';
    display: inline-block;
    height: 280px;
    width: 280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    z-index: 0;
    top: -270px;
    right: -128px;
    -webkit-transform: rotate(137deg);
    -moz-transform: rotate(137deg);
    -o-transform: rotate(137deg);
    -ms-transform: rotate(137deg);
    transform: rotate(137deg);
    background-color: #fe5000;
  }

  .thank-page-wrap_old.block-bg:after {
    content: '';
    display: inline-block;
    height: 840px;
    width: 520px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    z-index: 0;
    top: -271px;
    right: -672px;
    -webkit-transform: rotate(137deg);
    -moz-transform: rotate(137deg);
    -o-transform: rotate(137deg);
    -ms-transform: rotate(137deg);
    transform: rotate(137deg);
    background-color: #47d7ac;
  }
}

.thank-page-wrap_old li.ui-menu-item {
  margin-right: 20px;
}

.thank-page-wrap_old .thank-page {
  position: relative;
  max-width: 510px;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.thank-page-wrap_old .thank-page:after {
  position: absolute;
  content: '';
  top: 290px;
  right: -150px;
  max-width: 115px;
  width: 100%;
  height: 100%;
  background-image: url("i/r-doctor.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 920px) {
  .thank-page-wrap_old .thank-page:after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .thank-page-wrap_old .thank-page {
    margin: 0;
    left: 50%;
    margin-left: -30%;
  }
}

@media only screen and (max-width: 920px) {
  .thank-page-wrap_old .thank-page {
    margin: 0 auto;
    left: 0;
  }
}

.thank-page-wrap_old .thank-page__content {
  margin-bottom: 20px;
}

.thank-page-wrap_old .thank-page__content:last-child {
  margin-bottom: 0;
}

.thank-page-wrap_old .thank-page__content p {
  margin-bottom: 0;
}

.thank-page-wrap_old .thank-page__alert {
  margin-bottom: 20px;
  padding: 18px 20px;
  background: #fffcf6;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .thank-page-wrap_old .thank-page__alert {
    padding: 10px 8px;
  }
}

.thank-page-wrap_old .thank-page__alert p {
  line-height: 1.38;
}

.thank-page-wrap_old .thank-page__applic-number {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .thank-page-wrap_old .thank-page__applic-number {
    font-size: 16px;
  }
}

.thank-page-wrap_old .thank-page__applic-number span {
  font-weight: bold;
  color: #0957c3;
}

.thank-page-wrap_old .thank-page__table-wrap {
  position: relative;
  margin-bottom: 20px;
  padding: 40px 40px 40px 60px;
  background-color: #fff;
  border: 1px solid rgba(33,58,133,0.07);
  -webkit-box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  box-shadow: 2px 2px 15px rgba(128,142,184,0.1);
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .thank-page-wrap_old .thank-page__table-wrap {
    padding: 10px;
  }
}

.thank-page-wrap_old .thank-page__card {
  text-align: left;
}

.thank-page-wrap_old .thank-page__card td {
  vertical-align: top;
}

.thank-page-wrap_old .thank-page__card .left-col,
.thank-page-wrap_old .thank-page__card .right-col {
  padding: 5px 0;
}

.thank-page-wrap_old .thank-page__card .left-col {
  min-width: 170px;
  color: #707272;
}

@media only screen and (max-width: 767px) {
  .thank-page-wrap_old .thank-page__card .left-col {
    min-width: 150px;
  }
}

@media only screen and (max-width: 320px) {
  .thank-page-wrap_old .thank-page__card .left-col {
    min-width: 110px;
  }
}

.thank-page-wrap_old .thank-page__card .right-col {
  width: 100%;
}

.thank-page-wrap_old .thank-page__btns {
  margin-bottom: 30px;
}

@media only screen and (max-width: 320px) {
  .thank-page-wrap_old .thank-page__btns {
    margin-bottom: 20px;
  }
}

.thank-page-wrap_old .thank-page__btns a {
  position: relative;
  margin-right: 20px;
  padding: 12px 5px;
  background-color: #0957c3;
  width: 245px;
  color: #fff;
}

.thank-page-wrap_old .thank-page__btns a:before {
  background: none;
}

@media only screen and (max-width: 568px) {
  .thank-page-wrap_old .thank-page__btns a {
    width: 235px;
  }
}

.thank-page-wrap_old .thank-page__btns a:hover,
.thank-page-wrap_old .thank-page__btns a:focus,
.thank-page-wrap_old .thank-page__btns a:active {
  color: #fff;
  background-color: #064cad;
}

.thank-page-wrap_old .thank-page__btns a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 567px) {
  .thank-page-wrap_old .thank-page__btns a {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .thank-page-wrap_old .thank-page__btns a:last-child {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 320px) {
  .thank-page-wrap_old .thank-page__btns a {
    max-width: 257px;
    width: 100%;
  }
}

.thank-page-wrap_old .thank-page__btns .look-map {
  background-color: #e4ecf6;
  color: #0957c3;
}

.thank-page-wrap_old .thank-page__btns .look-map:hover,
.thank-page-wrap_old .thank-page__btns .look-map:focus,
.thank-page-wrap_old .thank-page__btns .look-map:active {
  color: #0957c3;
  background-color: #dae6f6;
}

.thank-page-wrap_old .thank-page__content {
  line-height: 1.5;
}

.thank-page-wrap_old .thank-page__content span {
  font-weight: bold;
}

.thank-page-wrap_old .thank-page__content a {
  font-weight: bold;
  color: #6c7e82;
  text-decoration: none;
  outline: none;
}

.thank-page-wrap_old .thank-page__content a:hover,
.thank-page-wrap_old .thank-page__content a:active {
  color: #6c7e82;
}

.thank-page-wrap_old .thank-page .th-promo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.thank-page-wrap_old .thank-page .th__lt {
  width: 340px;
  height: 120px;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  padding-top: 23px;
  padding-left: 17px;
  padding-right: 15px;
}

.thank-page-wrap_old .thank-page .th__lt__title {
  line-height: 20px;
  font-size: 18px;
  color: #5e6e71;
  text-align: left;
  margin-bottom: 23px;
}

.thank-page-wrap_old .thank-page .th__lt__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thank-page-wrap_old .thank-page .th__lt__content img {
  width: 37px;
  height: 36px;
}

.thank-page-wrap_old .thank-page .th__lt__content p {
  line-height: 14px;
  font-size: 12px;
  color: #5e6e71;
  margin-left: 4px;
  margin-bottom: 0;
}

.thank-page-wrap_old .thank-page .th__rt {
  width: 169px;
  height: 110px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  background: #874db8;
  margin-top: 5px;
  border-radius: 2px;
  position: relative;
}

.thank-page-wrap_old .thank-page .th__rt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #874db8;
  z-index: 1;
  left: -10px;
}

.thank-page-wrap_old .thank-page .th__rt__code {
  width: 130px;
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7233a5;
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  margin: 17px auto 19px;
  position: relative;
  z-index: 2;
}

.thank-page-wrap_old .thank-page .th__rt__price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
}

.thank-page-wrap_old .thank-page .th__rt__price span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.thank-page-wrap_old .thank-page .th__rt__price span:first-of-type {
  font-size: 28px;
  line-height: 28px;
  margin-right: 5px;
}

@media screen and (max-width: 550px) {
  .thank-page-wrap_old .thank-page .th-promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thank-page-wrap_old .thank-page .th__lt {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    padding-bottom: 20px;
  }

  .thank-page-wrap_old .thank-page .th__lt__title {
    margin-bottom: 13px;
  }

  .thank-page-wrap_old .thank-page .th__lt__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .thank-page-wrap_old .thank-page .th__lt__content p {
    margin-left: 10px;
  }

  .thank-page-wrap_old .thank-page .th__rt {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .thank-page-wrap_old .thank-page .th__rt:before {
    left: 50%;
    top: -10px;
    margin-left: -30px;
  }

  .thank-page-wrap_old .thank-page .th__rt__code {
    margin: 0;
  }

  .thank-page-wrap_old .thank-page .th__rt__price {
    width: 100px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.timer-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 26px;
  padding-left: 17px;
  background-color: #fff;
  zoom: 1;
  border-radius: 0 2px 0 0;
}

.timer-badge:before,
.timer-badge:after {
  content: "";
  display: table;
}

.timer-badge:after {
  clear: both;
}

.timer-badge:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 0 18px;
  border-color: transparent transparent transparent #fff;
}

.timer-badge__days,
.timer-badge__text {
  display: inline-block;
}

.timer-badge__days + .timer-badge__text {
  line-height: 11px;
}

.timer-badge__days {
  margin-right: 7px;
  color: #f85a5a;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.timer-badge__text {
  color: #96b8bf;
  font-size: 11px;
  line-height: 12px;
  padding-top: 2px;
}

.top-list {
  padding: 0;
  list-style: none;
  border-radius: 4px;
  zoom: 1;
}

.top-list:before,
.top-list:after {
  content: "";
  display: table;
}

.top-list:after {
  clear: both;
}

.top-list__item {
  border-top: 1px solid #ebeff6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-list__item:hover {
  background: #f9fafb;
}

.top-list__item:hover .top-list__subject {
  text-decoration: underline;
}

.top-list__item:first-child {
  border-top-color: transparent;
}

.top-list__item-link {
  width: 100%;
  text-decoration: none;
  padding: 7px 10px 7px 15px;
  height: 51px;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-list__item-link:before,
.top-list__item-link:after {
  content: "";
  display: table;
}

.top-list__item-link:after {
  clear: both;
}

@media only screen and (max-width: 960px) {
  .top-list__item-link {
    height: auto;
  }
}

.top-list__item-link:active,
.top-list__item-link:focus {
  text-decoration: none;
}

.top-list__item.main-items .top-list__picture {
  border-radius: 50%;
  overflow: hidden;
}

.top-list__item.main-items .top-list__picture img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.top-list__item.main-items .top-list__picture .picture-rad {
  vertical-align: middle;
}

.top-list__left {
  font-size: 0;
  width: 74%;
}

@media only screen and (max-width: 1100px) {
  .top-list__left {
    width: 100%;
  }
}

.top-list__right {
  width: 26%;
}

@media only screen and (max-width: 1100px) {
  .top-list__right {
    width: 28%;
  }
}

@media only screen and (max-width: 960px) {
  .top-list__right {
    width: 38%;
  }
}

@media only screen and (max-width: 860px) {
  .top-list__right {
    display: none;
  }
}

.top-list__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333536;
  font-weight: 400;
  line-height: 18px;
  max-height: 35px;
  overflow: hidden;
  max-width: 270px;
  white-space: normal;
}

.top-list__title a {
  text-decoration: none;
  height: 40px;
  overflow: hidden;
}

.top-list__title span {
  text-decoration: underline;
  font-weight: bold;
  color: #00829e;
  font-size: 14px;
}

.top-list__title-in {
  height: 40px;
  overflow: hidden;
}

.top-list__picture {
  display: none;
}

.top-list__subject {
  color: #0957c3;
  font-size: 11px;
  font-weight: 400;
  padding-top: 2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  line-height: 18px;
}

.picture-rad {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
}

.picture-rad img {
  display: block;
}

.catalog-checkboxes_wrap {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_wrap {
    display: none;
  }
}

.catalog-checkboxes_wrap.active {
  display: inline-block;
  padding-top: 7px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_wrap.active {
    display: block;
    padding-top: 0;
  }
}

.catalog-checkboxes {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes {
    margin-right: 0;
    width: 100%;
  }
}

.catalog-checkboxes:last-child {
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes:last-child {
    margin-left: 0;
  }
}

.catalog-checkboxes__label {
  display: block;
  -webkit-user-select: none;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .catalog-checkboxes__label:hover span {
    text-decoration: none;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #ebeff6;
    margin-bottom: 0;
  }
}

.catalog-checkboxes__label:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label:first-of-type {
    margin: 0;
  }
}

.catalog-checkboxes__label:not(:last-child) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label:not(:last-child) {
    margin: 0;
  }
}

.catalog-checkboxes__label input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
  visibility: hidden;
}

.catalog-checkboxes__label .catalog-checkboxes__link {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label .catalog-checkboxes__link {
    display: block;
    width: 100%;
  }
}

.catalog-checkboxes__label .catalog-checkboxes__link:hover,
.catalog-checkboxes__label .catalog-checkboxes__link:focus {
  text-decoration: none;
}

.catalog-checkboxes__label .catalog-checkboxes__link span {
  position: relative;
  padding-left: 8px;
  line-height: 14px;
  color: #333536;
  font-size: 13px;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label .catalog-checkboxes__link span {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .catalog-checkboxes__label .catalog-checkboxes__link span.hidden-640 {
    display: none;
  }
}

.catalog-checkboxes__label .catalog-checkboxes__link span:after {
  content: '';
  position: absolute;
  background: transparent;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  width: 13px;
  height: 13px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label .catalog-checkboxes__link span:after {
    width: 14px;
    height: 11px;
    border: none;
    left: auto;
    right: 0;
    background-image: url("i/svg/new-sign-grey.svg");
  }
}

.catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
  background: #0957c3;
  border: none;
  background-image: url("../img/checked.svg");
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes__label input[data-checked="checked"] + .catalog-checkboxes__link span:after {
    background: transparent;
  }
}

.catalog-checkboxes_day,
.catalog-checkboxes_location {
  display: inline-block;
  vertical-align: top;
}

.catalog-checkboxes_day .catalog-checkboxes__label,
.catalog-checkboxes_location .catalog-checkboxes__label {
  float: none;
  margin-bottom: 0;
  margin-right: 24px;
}

.catalog-checkboxes_day .catalog-checkboxes__label:last-of-type,
.catalog-checkboxes_location .catalog-checkboxes__label:last-of-type {
  margin-right: 0;
}

.catalog-checkboxes_day {
  width: 160px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_day {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_day .catalog-checkboxes__label:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.catalog-checkboxes_location {
  width: 250px;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location {
    width: 100%;
  }
}

.catalog-checkboxes_location .catalog-checkboxes__label:first-of-type {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label:first-of-type {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label:first-of-type .catalog-checkboxes__link {
    padding-left: 0;
  }
}

.catalog-checkboxes_location .catalog-checkboxes__label:last-of-type {
  border-bottom: none;
}

.catalog-checkboxes_location .catalog-checkboxes__label:nth-child(2n) {
  margin-left: 24px;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label:nth-child(2n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .catalog-checkboxes_location .catalog-checkboxes__label .catalog-checkboxes__link span {
    display: block;
  }
}

.i {
  position: relative;
  display: inline-block;
}

.batn {
  position: relative;
  display: inline-block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  font-weight: 500;
  border-radius: 20px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.batn:link,
.batn:visited,
.batn:hover,
.batn:focus,
.batn:active,
.batn:active:focus {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}

.user__feedback {
  height: 30px;
  line-height: 30px;
  margin: 0 8px;
}

.user__feedback:hover {
  background-color: #dae6f6;
  color: #0957c3;
}

.user__feedback.batn--green:hover {
  background-color: #dae6f6;
}

.batn--common {
  border: 1px solid #e8e8e8;
  color: #333536;
  background: #fff;
}

.batn--common:hover {
  color: #333536;
}

.batn--green {
  color: #0957c3;
  background: #eef3fb;
}

.batn--green:hover {
  background-color: #dae6f6;
}

.user {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  color: #333536;
}

.user__drop {
  display: none;
  vertical-align: bottom;
}

.is--logged .user__drop .drop__toggler {
  display: inline-flex;
  align-items: center;
}

.user__drop .drop__toggler svg {
  width: 15px;
  height: auto;
  margin-right: 5px;
}

.user__drop .drop__toggler {
  color: #333536;
}

.user__drop .drop__toggler:hover,
.user__drop .drop__toggler:active {
  color: #0957c3;
  text-decoration: none;
}

@media (min-width: 991px) {
  .is--logged .header__panel .user__drop {
    display: inline-block;
  }
}

.user__list {
  font-size: 14px;
}

.user__item:nth-last-of-type(1) {
  border-top: 1px solid #e8e8e8;
  margin-top: 6px;
}

.user__link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 4px 43px 4px 10px;
  color: #5e6e71;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  white-space: nowrap;
}

.user__link:hover,
.user__link:focus {
  text-decoration: none;
  color: #00829b;
  background-color: #f3f8fb;
}

.user__link:hover .user__icon svg,
.user__link:focus .user__icon svg,
.user__link:hover .user__icon .user__icon__path,
.user__link:focus .user__icon .user__icon__path {
  fill: #00829b;
}

.user__link .user__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 13px;
  height: 20px;
  position: relative;
}

.user__link .user__icon svg {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  fill: #828282;
}

.is--logged .user__login {
  display: none;
}

.user__favourites {
  display: none;
  position: relative;
  margin-right: 10px;
  vertical-align: bottom;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  color: #333536;
}

.user__favourites:hover,
.user__favourites:active {
  color: #0957c3;
  text-decoration: none;
}

.user__favourites svg {
  width: 15px;
  height: auto;
  margin-right: 5px;
}

.user__favourites .like-active {
  display: none;
}

.user__favourites.is--logged .like-active {
  display: block;
}

.user__favourites sub {
  margin-left: -5px;
  padding: 0 2px;
  background-color: #5e6e71;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.user .i--drop {
  position: relative;
}

.user .drop__body {
  top: 36px;
  padding: 7px 0 0 0;
}

.user__login {
  display: none;
  border: 0 solid;
  font-size: 13px;
  color: #333536;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}

.user__login svg {
  width: 15px;
  margin-right: 10px;
}

.user__login:hover,
.user__login:active,
.user__login:focus {
  background-color: #fff;
  color: #333536;
  border: 0 solid;
}

@media (min-width: 1200px) {
  .is--logged .user__favourites {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.i--user {
  display: none;
}

@media (min-width: 768px) {
  .user__feedback {
    height: 30px;
    line-height: 30px;
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .user__login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
  }

  .user__feedback {
    margin-right: 18px;
  }
}

.drop__toggler {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }
}

.col-md-4.visit-time-wrapper {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}

@media only screen and (min-width: 1200px) {
  .col-md-4.visit-time-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .col-md-4.visit-time-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .mobile-visit-time-wrapper {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.visit-time {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0;
  position: relative;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.visit-time-wrapper .btn-info {
  background-color: #fff;
  border-color: #fff;
  color: #4b89d3;
}

.visit-time-wrapper .btn-info:hover,
.visit-time-wrapper .btn-info:focus,
.visit-time-wrapper .btn-info:active {
  background-color: #fff;
  border-color: #fff;
  color: #4b89d3;
  text-decoration: underline;
}

.visit-time__no-drop {
  height: 40px;
  background: #f1f4f6;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.visit-time__no-drop span {
  font-size: 11px;
}

.visit-time__no-drop_pice {
  font-weight: bold;
  font-size: 13px;
}

.visit-time__tabs {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #ebeff6;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .visit-time__tabs {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.visit-time__tabs__point {
  line-height: 38px;
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  color: #333536;
  font-size: 11px;
  background: #fff;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.visit-time__tabs__point:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 26px;
  width: 1px;
  top: 6px;
  right: -1px;
  background-color: #eef3fb;
  z-index: 1;
}

.visit-time__tabs__point:last-child:after {
  content: none;
}

.visit-time__tabs__point.active {
  color: #0957c3;
  background: #eef3fb;
}

.visit-time__tabs__point.active:after {
  content: none;
}

.visit-time__tabs__point__date {
  font-weight: 400;
}

.visit-time .simplebar-track {
  background: #fff;
}

@media only screen and (max-width: 1199px) {
  .visit-time {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .visit-time {
    padding: 10px 0 0;
  }
}

.visit-time .visit-time__list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 78px !important;
  margin-right: 12px;
  max-height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

@media only screen and (min-width: 1200px) {
  .visit-time .visit-time__list:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .visit-time .visit-time__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100% !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .visit-time .visit-time__list {
    display: block;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .visit-time .visit-time__list {
    padding: 0 10px;
    margin-bottom: 16px;
  }
}

.visit-time .visit-time__list:last-of-type {
  margin-right: 0;
}

.visit-time__item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-right: 10px;
  height: 32px;
  margin-bottom: 8px;
  border-radius: 20px;
  background: #eef3fb;
}

@media only screen and (max-width: 767px) {
  .visit-time__item {
    display: inline-block;
    text-align: center;
  }
}

.visit-time__item.disabled {
  background: #fff;
}

.visit-time__item.disabled a {
  font-size: 0;
}

.visit-time__item.disabled:before {
  content: "";
  width: 37px;
  height: 2px;
  background: #f2f2f2;
}

.visit-time__item.disabled:hover {
  background: rgba(0,0,0,0);
}

@media only screen and (max-width: 1199px) {
  .visit-time__item {
    width: 78px;
    margin-bottom: 7px;
    margin-right: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .visit-time__item {
    margin-right: 7px;
  }
}

.visit-time__item:hover {
  color: #fff;
  background: #828282;
}

.visit-time__link {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #0957c3;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 767px) {
  .visit-time__link {
    display: block;
    line-height: 32px;
  }
}

.visit-time__link:hover,
.visit-time__link:focus,
.visit-time__link:active {
  text-decoration: none;
}

.visit-time .branch-dropdown {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px auto;
}

.visit-time .branch-dropdown ul {
  width: 100%;
  top: 36px;
}

.visit-time .branch-dropdown_val {
  height: 36px;
  width: 100%;
}

.visit-time .branch-dropdown.dropped:after,
.visit-time .branch-dropdown:after {
  top: 16px;
}

.visit-time .branch-dropdown__item {
  width: 100%;
}

.location .simplebar-track {
  background: transparent;
}

.visit-time__list .cl-0:hover {
  background: #0957c3;
}

.visit-time__list .cl-1:hover {
  background: #0957c3;
}

.visit-time__list .cl-2:hover {
  background: #0957c3;
}

.visit-time__list .cl-3 .visit-time__more {
  background: #bfd3eb;
}

.visit-time__list .cl-3:hover {
  background: #538bcb;
}

.visit-time__list .cl-4:hover {
  background: #0957c3;
}

.visit-time__list .cl-5:hover {
  background: #0957c3;
}

.visit-time__list .cl-6:hover {
  background: #0957c3;
}

.visit-time__list .cl-7:hover {
  background: #0957c3;
}

.visit-time__list .cl-8:hover {
  background: #0957c3;
}

.visit-time__list .cl-9:hover {
  background: #0957c3;
}

.visit-time__list .visit-time__item:hover .visit-time__link {
  color: #fff;
}

.visit-time__list.full-list {
  margin-bottom: 30px;
}

.visit-time__more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  text-align: left;
  color: #4b89d3;
  text-decoration: none;
  z-index: 1;
  width: 100%;
  height: 68px;
  bottom: 0;
  background: #fff;
}

@media only screen and (max-width: 1199px) {
  .visit-time__more {
    width: 192px;
    height: 25px;
    margin-bottom: 3px;
    background: rgba(0,0,0,0);
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-decoration: none;
    color: #fff;
  }

  .visit-time__more a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .visit-time__more a svg {
    width: 16px;
    height: 4px;
    fill: #fff;
    margin: 0;
  }

  .visit-time__more a:hover {
    text-decoration: none;
  }
}

.visit-time__more:hover {
  text-decoration: none;
  color: #3c78d3;
}

@media only screen and (max-width: 1199px) {
  .visit-time__more:hover {
    color: #fff;
  }
}

.visit-time__more:hover svg {
  fill: #3c78d3;
}

.visit-time__more svg {
  width: 8px;
  height: 5px;
  fill: #4b89d3;
  margin-left: 8px;
}

@media only screen and (max-width: 1199px) {
  .visit-time__list .cl-0 ~ .visit-time__more a {
    background: #f1f9ee;
  }

  .visit-time__list .cl-0 ~ .visit-time__more a:hover {
    background: #70c14a;
  }

  .visit-time__list .cl-1 ~ .visit-time__more a {
    background: #b3ecd7;
  }

  .visit-time__list .cl-1 ~ .visit-time__more a:hover {
    background: #33cc94;
  }

  .visit-time__list .cl-2 ~ .visit-time__more a {
    background: #b2e8f1;
  }

  .visit-time__list .cl-2 ~ .visit-time__more a:hover {
    background: #31c3d9;
  }

  .visit-time__list .cl-3 ~ .visit-time__more a {
    background: #bfd3eb;
  }

  .visit-time__list .cl-3 ~ .visit-time__more a:hover {
    background: #538bcb;
  }

  .visit-time__list .cl-4 ~ .visit-time__more a {
    background: #dcc1dc;
  }

  .visit-time__list .cl-4 ~ .visit-time__more a:hover {
    background: #a25aa1;
  }

  .visit-time__list .cl-5 ~ .visit-time__more a {
    background: #f3bccd;
  }

  .visit-time__list .cl-5 ~ .visit-time__more a:hover {
    background: #dd4c79;
  }

  .visit-time__list .cl-6 ~ .visit-time__more a {
    background: #f8bfb9;
  }

  .visit-time__list .cl-6 ~ .visit-time__more a:hover {
    background: #ee5545;
  }

  .visit-time__list .cl-7 ~ .visit-time__more a {
    background: #fad2af;
  }

  .visit-time__list .cl-7 ~ .visit-time__more a:hover {
    background: #f28728;
  }

  .visit-time__list .cl-8 ~ .visit-time__more a {
    background: #f5e2a6;
  }

  .visit-time__list .cl-8 ~ .visit-time__more a:hover {
    background: #e6b211;
  }

  .visit-time__list .cl-9 ~ .visit-time__more a {
    background: #e0d4bc;
  }

  .visit-time__list .cl-9 ~ .visit-time__more a:hover {
    background: #ae8c4c;
  }

  .visit-time__list .visit-time__item:hover .visit-time__link {
    color: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .filials-list .visit-time {
    display: none;
  }
}

.visit-time-slider {
  position: relative;
  width: 100%;
}

.visit-time {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .visit-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.visit-time_toggle-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 70px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9fafb;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .visit-time_toggle-phone {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.visit-time_toggle-phone.view .visit-time_toggle-phone_button {
  display: none;
}

.visit-time_toggle-phone_link {
  font-size: 16px;
  text-decoration: none;
  color: #333536;
}

@media only screen and (max-width: 640px) {
  .visit-time_toggle-phone_link {
    font-size: 13px;
  }
}

.visit-time_toggle-phone_link span {
  line-height: 25px;
  vertical-align: top;
}

.visit-time_toggle-phone_link svg {
  margin-right: 15px;
}

.visit-time_toggle-phone_button {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  color: #0957c3;
  font-weight: 500;
  width: 100%;
  text-align: right;
  padding-right: 30px;
}

.visit-time_toggle-phone_button span {
  margin-top: 30px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px dashed #0957c3;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  -ms-transition: border 0.2s;
  transition: border 0.2s;
}

.visit-time_toggle-phone_button span:hover {
  border-color: #f9fafb;
}

@media only screen and (max-width: 640px) {
  .visit-time_toggle-phone_button {
    padding-right: 20px;
  }

  .visit-time_toggle-phone_button span {
    margin-top: 20px;
  }
}

.visit-time .simplebar-content {
  overflow: hidden;
}

.visit-time .simplebar-scroll-content {
  padding-bottom: 17px;
  margin-right: -17px;
  margin-bottom: 0 !important;
}

.visit-time .visit-time-slider {
  padding: 0 18px;
}

.visit-time .visit-time-slider .visit-time__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.visit-time__mob {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .visit-time__mob {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .visit-time__mob {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.visit-time__mob .visit-time__text {
  margin: 0;
  text-align: left;
  padding-left: 20px;
  line-height: 14px;
  font-size: 12px;
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .visit-time__mob .visit-time__text {
    margin: 0 0 10px 0;
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .visit-time__mob .visit-time__tabs {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.visit-time__mob .branch-dropdown {
  margin: 0;
}

.visit-time__text {
  max-width: 360px;
  margin: 0 auto 20px auto;
  font-weight: 500;
  line-height: 16px;
  font-size: 13px;
  text-align: center;
}

.visit-time__text__bottom {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.no-schedule {
  background: #fff;
}

.no-schedule-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 20px;
}

.no-schedule-top {
  margin-bottom: 20px;
}

.no-schedule-title {
  margin-bottom: 10px;
}

.no-schedule-title,
.no-schedule-text {
  font-weight: 500;
  line-height: 16px;
}

.no-schedule-text {
  font-weight: normal;
  font-size: 11px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.no-schedule-md {
  width: auto;
  max-width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.no-schedule-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
}

.no-schedule-phone:hover,
.no-schedule-phone:focus,
.no-schedule-phone:active {
  color: #333536;
}

.no-schedule-phone span {
  line-height: 15px;
  margin-left: 18px;
  color: #333536;
}

.no-schedule-phone svg {
  width: 16px;
  height: 16px;
}

.no-schedule-phone [class^="icon-"] {
  font-size: 17px;
}

.no-schedule-phone .icon-phone {
  color: #47d7ac;
}

.no-schedule-phone .icon-life {
  color: #ffcb0a;
}

.no-schedule-phone .icon-kievstar-m {
  color: #00a8e7;
}

.no-schedule-phone .icon-mts {
  color: #ed4d37;
}

.no-schedule-bt {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.no-schedule-bt .form-group_submit {
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.no-schedule-bt .control {
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  height: 40px;
  padding-left: 15px;
  color: #333536;
  font-size: 13px;
}

.no-schedule-bt .control--label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.no-schedule-bt .control--label-text {
  font-size: 11px;
  margin-bottom: 5px;
}

.no-schedule-bt .form-submit {
  width: 63px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0957c3;
  position: absolute;
  top: 16px;
  right: 0;
  margin: 0;
  border-radius: 8px;
}

.no-schedule-bt .form-submit:hover {
  background: #064cad;
}

.no-schedule-bt .form-submit svg {
  width: 10px;
  height: 13px;
}

.empty-schedule-block {
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.empty-schedule .empty-schedule-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.empty-schedule .visit-time__list {
  height: 1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.empty-schedule__text {
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 12px;
}

.empty-schedule__text_slots-info-icon {
  width: 36px;
  height: 30px;
  background-image: url("../img/empty-slot-info.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}

.empty-schedule__text_icon {
  width: 62px;
  height: 30px;
  background-image: url("../img/empty-text.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .empty-schedule__text_icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .empty-schedule__text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 14px;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .empty-schedule__text {
    margin-top: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}

.empty-schedule__next {
  background: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
}

.empty-schedule__next span {
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  color: #4b89d3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 10px;
  margin-bottom: 20px;
}

.empty-schedule__next svg {
  fill: #4b89d3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.empty-schedule__next:hover span {
  color: #1c62b5;
}

.empty-schedule__next:hover svg {
  fill: #1c62b5;
}

.visit-time-noenroll {
  padding: 20px;
  background: #fff;
}

.visit-time-noenroll__block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff3ed;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  padding: 55px 30px 20px;
  border-radius: 8px;
}

.visit-time-noenroll__block .visit-time-noenroll__i {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.visit-time-noenroll__block .visit-time-noenroll__i svg {
  fill: #fe5000;
}

.visit-time-noenroll__block .visit-time-noenroll__text {
  line-height: 19px;
  font-size: 16px;
  text-align: center;
  color: #fe5000;
}

.visit-timerow-wrapper {
  background: #fff;
  padding-top: 20px;
  border-radius: 8px;
}

.visit-timerow-wrapper.visit-timerow-inner {
  padding-top: 0;
}

.visit-timerow-wrapper.visit-timerow-inner .visit-time__row {
  padding-right: 0;
  padding-left: 13px;
}

.visit-timerow-wrapper .day-dropdown-text {
  background: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f5f5f5;
  border-left: 0 solid;
  border-bottom-right-radius: 0;
  margin-bottom: 15px;
}

.visit-timerow-wrapper .branch-dropdown {
  margin-bottom: 15px;
}

.visit-time__row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding: 0 16px 0 16px;
}

.visit-time__row .visit-time__item {
  width: 78px;
}

.visit-time__row .visit-time__item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .visit-time__row .visit-time__item {
    display: inline-block;
    text-align: center;
  }
}

.visit-time__row .visit-time__item.disabled {
  background: #fff;
}

.visit-time__row .visit-time__item.disabled a {
  font-size: 0;
}

.visit-time__row .visit-time__item.disabled:before {
  content: "";
  width: 37px;
  height: 2px;
  background: #f2f2f2;
}

.visit-time__row .visit-time__item.disabled:hover {
  background: rgba(0,0,0,0);
}

@media only screen and (max-width: 1199px) {
  .visit-time__row .visit-time__item {
    width: 78px;
    margin-bottom: 7px;
    margin-right: 14px;
  }
}

.call-center {
  background-image: url("/i/icons.png");
  background-position: 0px 0px;
  width: 374px;
  height: 274px;
  max-width: 100%;
}

.call-center__head {
  max-width: 100%;
  max-height: 73px;
  padding: 27px 30px 0 30px;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 1199px) {
  .call-center__head {
    padding: 30px 30px 0;
  }
}

.call-center__head p {
  color: #5e6e71;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  line-height: 26px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .call-center__head p {
    font-size: 17px;
    line-height: 22px;
  }
}

.call-center__phones li {
  padding-left: 37px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-center__phones li i {
  height: 16px;
}

.call-center__phones li a {
  width: 140px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 15px;
}

.call-center__phones li a:hover {
  text-decoration: none;
}

.sidebar .widget-discount {
  padding: 15px 15px 9px 15px;
  background: #f5f5f5;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  text-decoration: none;
  display: block;
  border: 5px solid #fff;
  text-decoration: none;
}

.sidebar .widget-discount:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  border: 5px solid rgba(255,162,0,0.51);
  background: #fff;
}

.sidebar .widget-discount:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .sidebar .widget-discount {
    display: none;
    margin-bottom: 25px;
  }
}

.sidebar .widget-discount__title {
  line-height: 24px;
  font-size: 20px;
  color: #5e6e71;
  margin-top: -4px;
  margin-bottom: 9px;
}

.sidebar .widget-discount__bt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .widget-discount__lt {
  width: 20%;
  text-align: center;
  margin-left: -13px;
}

.sidebar .widget-discount__lt p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #e74a37;
  margin-bottom: 0;
}

.sidebar .widget-discount__lt span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #e74a37;
}

.sidebar .widget-discount__rt {
  width: 80%;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .sidebar .widget-discount__rt {
    width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar .widget-discount__rt {
    width: 83%;
  }
}

.sidebar .widget-discount__rt .price-group {
  width: 77%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 2px;
}

.sidebar .widget-discount__rt .through-price {
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 13px;
  line-height: 14px;
  font-size: 12px;
  text-align: right;
  color: #5e6e71;
}

.sidebar .widget-discount__rt .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: #5e6e71;
  padding-left: 0;
  margin-right: 5px;
}

.sidebar .widget-discount__rt .price-currency {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #5e6e71;
  margin-right: 16px;
}

.sidebar .widget-discount__btn {
  width: 34px;
  height: 23px;
  background: #fda82e;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  position: relative;
  margin-top: 2px;
}

.offers-list .widget-discount__mask {
  position: absolute;
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 2px;
}

.offers-list .widget-discount {
  padding: 20px 15px 15px 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  text-decoration: none;
  display: block;
}

.offers-list .widget-discount:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

.offers-list .widget-discount:hover .widget-discount__mask {
  background: rgba(0,0,0,0.6);
}

@media only screen and (max-width: 991px) {
  .offers-list .widget-discount {
    margin-bottom: 25px;
  }
}

.offers-list .widget-discount__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-top: 0;
  max-height: 78px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.offers-list .widget-discount__bt {
  display: block;
  margin-top: 0;
  position: absolute;
  bottom: 15px;
  width: 335px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .offers-list .widget-discount__bt {
    width: calc(100% - 40px);
  }
}

.offers-list .widget-discount__lt {
  position: absolute;
  width: 88px;
  bottom: -19px;
  left: -24px;
  height: 88px;
  z-index: 2;
  border-radius: 50%;
  background: #e74a37;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

.offers-list .widget-discount__lt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 7px;
}

.offers-list .widget-discount__lt span {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.offers-list .widget-discount__rt {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .offers-list .widget-discount__rt {
    width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .offers-list .widget-discount__rt {
    width: 83%;
  }
}

.offers-list .widget-discount__rt .price-group {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.offers-list .widget-discount__rt .through-price {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: line-through;
  color: #fff;
  margin-right: 17px;
}

.offers-list .widget-discount__rt .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  font-weight: bold;
  margin-right: 7px;
}

.offers-list .widget-discount__rt .price-currency {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.offers-list .widget-discount__btn {
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #fd8f2e;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.widget.widget-doctor .h3 {
  text-align: center;
  padding: 13px 20px;
  line-height: 20px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .widget:not(.widget-similar-diseases-new) {
    display: none;
  }
}

.your-city {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
}

.your-city.is-hide {
  display: none;
}

.your-city:after,
.your-city:before {
  position: absolute;
  left: 50%;
  margin-left: -3px;
}

.your-city:before {
  content: '';
  width: 0;
  height: 0;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
}

.your-city:after {
  content: '';
  width: 0;
  height: 0;
  top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.your-city__container {
  padding: 12px;
  text-align: center;
  min-width: 270px;
}

.your-city__title {
  color: #5e6e71;
  font-size: 20px;
  font-weight: 700;
}

.your-city__block-btns {
  margin: 20px 0 4px 0;
}

.your-city__btn {
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #fd8f2e;
  padding: 5px 40px;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 17px;
}

.your-city__btn:active {
  text-decoration: none;
}

.your-city__btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.your-city__change-city {
  color: #02839c;
  font-size: 16px;
  text-decoration: underline;
}

.your-city__change-city:hover {
  text-decoration: none;
}

@-moz-keyframes marquee {
  from {
    text-indent: 100%;
  }

  to {
    text-indent: -150%;
  }
}

@-webkit-keyframes marquee {
  from {
    text-indent: 100%;
  }

  to {
    text-indent: -150%;
  }
}

@-o-keyframes marquee {
  from {
    text-indent: 100%;
  }

  to {
    text-indent: -150%;
  }
}

@keyframes marquee {
  from {
    text-indent: 100%;
  }

  to {
    text-indent: -150%;
  }
}

@-moz-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

@-o-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datetimepicker-inline {
  width: 220px;
}

.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}

.datetimepicker > div {
  display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}

.datetimepicker.days div.datetimepicker-days {
  display: block;
}

.datetimepicker.months div.datetimepicker-months {
  display: block;
}

.datetimepicker.years div.datetimepicker-years {
  display: block;
}

.datetimepicker table {
  margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399;
}

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}

.datetimepicker table tr td span:hover {
  background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399;
}

.datetimepicker table tr td span.old {
  color: #999999;
}

.datetimepicker th.switch {
  width: 145px;
}

.datetimepicker th span.glyphicon {
  pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0,0,0,.45);
}

#lg-counter,
.lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-prev {
  left: 20px;
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-icon svg {
  fill: #ffffff;
  transition: fill 0.2s linear;
}

.lg-icon:hover svg {
  fill: #3cc3b3;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  display: none;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url("../img/video-play.png") no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0,0,0,.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0,5px,0);
  -o-transform: translate3d(0,5px,0);
  -ms-transform: translate3d(0,5px,0);
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0,0,0,.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/i/loading.gif") center center no-repeat;
  display: none!important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s!important;
  -moz-transition: none 0s ease 0s!important;
  -o-transition: none 0s ease 0s!important;
  transition: none 0s ease 0s!important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */

/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/

/* slider actions */

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  /*opacity: 0.5;*/
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

/*.lSAction > a:hover {
    background: #2da394;
}*/

.lSAction > .lSPrev {
  background: url("i/gallery/slider-prev.png");
  left: 0px;
}

.lSPrev:hover {
  background: url("i/gallery/slider-prev-hover.png");
}

.lSAction > .lSNext {
  background: url("i/gallery/slider-next.png");
  right: 0px;
}

.lSNext:hover {
  background: url("i/gallery/slider-prev-hover.png");
  transform: rotate(180deg);
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */

/* Rtl */

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 5px;
  list-style: none outside none;
}

@media (max-width: 1200px) {
  .lSSlideOuter .lightSlider,
  .lSSlideOuter .lSPager {
    padding-left: 0;
  }
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*!
 * 
 *             SimpleBar.js - v2.4.1
 *             Scrollbars, simpler.
 *             https://grsmto.github.io/simplebar/
 *             
 *             Made by Adrien Grsmto from a fork by Jonathan Nicol
 *             Under MIT License
 *         
 */

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: content-box;
}

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  background: #F5F5F5;
  cursor: pointer;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  border-radius: 3px;
  min-height: 10px;
  width: 3px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  background: #3ebfac;
  background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 1;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.vertical {
  top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none!important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block!important;
  width: 100%!important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: 0!important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0!important;
  padding: 0!important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204,204,204,.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



.custom-select {
  position: relative;
}

.custom-select__toggle {
  width: 100%;
  padding: 15px;
  padding-right: 35px;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  color: #333536;
  background: #F9FAFB;
  border-radius: 8px;
  border: none;
  text-align: left;
}

.custom-select__toggle svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}

.custom-select.active .custom-select__toggle svg {
  transform: rotate(180deg);
}

.custom-select.active .custom-select__menu {
  display: block;
}

.custom-select__menu {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  max-height: 164px;
  margin-top: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #DEE1E9;
  box-shadow: 0px 10px 20px rgba(128, 142, 184, 0.35);
  border-radius: 8px;
}

.custom-select__menu::-webkit-scrollbar {
  width: 6px;
}

.custom-select__menu::-webkit-scrollbar-thumb {
  background: padding-box #0957c3;
  border-radius: 2px;
  cursor: pointer;
}

.custom-select__menu-link {
  display: block;
  padding: 14px 20px;
  font-size: 11px;
  line-height: 100%;
  color: #333536;
  text-decoration: none;
  background-color: transparent;
}

.custom-select__menu-link.active {
  background-color: #F9FAFB;
}

.custom-select__menu-link:hover {
  color: #0957C3;
}

.generator-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 45px;
  padding: 10px;
  background: rgba(255, 153, 0, 0.1);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ed6706;
}

.generator-block::before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJDSURBVHgBhZFJaBNRGMf/781kGdM2oUJJaw+mCtWKSNUWlFraYw9ePHj14K0uIHgUEUUPIkVQxJsHF6TgyaugnrVVRKqogSSIxmzNNvvyfDN5CelC+sE3w7z5/77l/whEqI/HjocPqNddDwxw+QllYB6DzT+r8CKVxB2ymF6R24Aczy3I+5zTch0tPdfBgy8GSrKuOtJioGsDNClNouQAZSGEACv89Zc877td+NcB2DIkLj0Bv3qNpyPEHGRFwNQTj4Biq7D/qKdHUyRqJgOxxrMpUgcIUVZiS8VPndH9x8BQ4wgUf3Oehki/Q5QfpfWH6Iqggx1unAqq84qwBODvYZE/sTNzL7cAZJgeDtwwu6AIZ4zQCzL/zugGCFueCLu7f5SknNMfQJqoPsAXpkqeKLx3mLnMofXsF22Bqt+z45IrxP4OtkhuCqnoSZT1cdjGhF1wXqfuoypjFEcDG5vCUkuMxlpjYZA3LONreGz/PWANMrHZvFMHI/HWiFJNdDLFPWh8MhI/R86uWcHSu35qF+Q8hg0DIxLFCEIkE1jq/25wd9XIA3KjttpZutsB9mQqyT5/+E0KkLDOGyjI0Nm9k+RKprrB1na4q99miMXFmiiQCl/tFm8BmGxPBw758++JPpWXrFfYFBsA2XNmglvuo/n1rHEN20QHYB+PhTzHnfLtNBOhm4NvkEOvYJf7T7JLYOxi7D3bZMb2I3n6LDfcRFU9T1rX1huwFDrNmHKLPMMv9IgAYG/nZNqkQ/TQwbvYIf4D7kHzNM055dQAAAAASUVORK5CYII=");
  margin-right: 7px;
}
/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\f952";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\f907";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\f913";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\f955";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\f91a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\f956";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\f91e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\f957";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\f941";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\f949";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.fab,
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}
.label-great__text:after {
  width: 18px;
}

.catalog-checkboxes__label input + a {
  color: #5e6e71;
}

.tab-content #review .reviews-list__item {
  padding: 15px 20px;
}

.tab-doctors .form-group-filter {
  margin-bottom: 0;
  padding: 20px 20px 0;
}

.tab-doctors .form-group-filter label {
  font-size: 16px;
}

.tab-doctors .doctors-list {
  border-bottom: 1px solid #c2d3d7;
}

.tab-doctors .small-card {
  padding: 17px 20px;
}

.tab-doctors .small-card__title>* {
  line-height: 22px!important;
}

.tab-doctors .small-card .small-card__testimonials {
  margin-left: 13px;
  font-size: 14px;
  padding-top: 2px;
}

.tab-doctors .small-card__add-info {
  width: 220px;
}

.tab-doctors .small-card .favorites-block {
  float: right;
  margin-bottom: 15px;
  margin-top: 0;
}

.tab-doctors .small-card .rating-wrap {
  width: 100%;
  float: right;
  text-align: right;
}

.tab-price .about-in,
.tab-price .price-about {
  background-color: #fff9e9;
  text-align: center;
}

.tab-doctors .small-card .rating {
  margin-bottom: 10px;
}

.tab-doctors .small-card .rating .rating__value {
  float: left;
  margin-left: 0;
}

.tab-doctors .small-card__title {
  margin: 0 0 11px;
  line-height: 1;
  font-weight: 700;
}

.tab-doctors .small-card__image {
  float: left;
  width: 75px;
  margin: 3px 0;
}

.tab-doctors .small-card__content {
  padding-left: 90px;
}

.tab-doctors .small-card__label {
  font-weight: 700;
}

.tab-doctors .small-card__label-description {
  margin-bottom: 0;
}

.tab-doctors .small-card__label,
.tab-doctors .small-card__label-description {
  font-size: 13px;
}

.tab-doctors .small-card__cost {
  float: left;
  margin-top: 14px;
  line-height: 1;
  font-size: 16px;
}

.tab-doctors .small-card__cost span {
  font-weight: 700;
}

.tab-doctors .small-card__footer {
  margin-top: 0;
  zoom: 1;
  clear: right;
}

.tab-doctors .small-card__footer:after,
.diseaseCont-wrap:after {
  clear: both;
}

.tab-doctors .small-card__footer:after,
.tab-doctors .small-card__footer:before {
  content: "";
  display: table;
}

.tab-doctors .small-card__footer .btn {
  font-size: 14px;
}

.tab-about p {
  margin: 0 0 10px !important;
}

.tab-about ul.style-disc {
  padding: 0;
}

.tab-pane .tab-actions {
  background-color: transparent;
  box-shadow: none;
}

.tab-actions .text {
  padding-top: 8px;
}

.tab-actions .header-styled {
  margin-top: 8px;
  margin-bottom: 15px;
}

.tab-actions .offers-list {
  margin-top: 20px;
}

.tab-actions .offers-list .post__desc {
  font-size: 14px;
}

.tab-actions .header-styled+.offers-list {
  margin-top: 0;
}

.tab-content .tab-reviews .reviews-list__item {
  padding: 15px 20px;
}

.tab-content .tab-reviews .reviews-list__item p {
  margin-bottom: 0;
}

.tab-content .tab-reviews .rating-list {
  margin-top: 1px;
}

.tab-content .tab-reviews .rating-list .rating__label {
  color: #96b8bf;
}

.tab-content .tab-reviews .rating-block .rating-list .rating__label {
  color: #5e6e71;
}

.doctor-profile__image.female {
  background-image: url("i/no-photo-female.png");
}

.small-card__image.male,
.small-card__image.female,
.doctors-card__img.male,
.doctors-card__img.female {
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
}

.short-list__image.female {
  background-image: url("i/no-photo-female.png");
}

.short-list__image.male {
  background-image: url("i/no-photo-male.png");
}

.short-list__image.female,
.short-list__image.male {
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
}

.block-services-wrapper .load-more {
  display: block !important;
  border-top: 1px solid #e6edef;
}

.small-card__action a {
  font-size: 15px;
}

.about-in {
  border-bottom: 0;
}

.thank-page__content a {
  text-decoration: underline;
}

.thank-page__content a:hover {
  text-decoration: none;
}

.rich-content .small-card {
  border: 1px solid #f5f6f9;
}

.clinics-profile__tabs li.active a:before {
  border: inherit;
  top: 0;
}

#select-area-dc .modal-header,
#select-other-area .modal-header {
  padding-bottom: 40px;
  box-shadow: none;
}

#select-area-dc .modal-header .close,
#select-other-area .modal-header .close {
  background: url("i/modal_close.png") no-repeat;
  right: 25px;
  bottom: 48px;
}

#select-area-dc .modal-header .nav-pills,
#select-other-area .modal-header .nav-pills {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 10px 22px;
}

#select-area-dc .modal-header .nav-pills li,
#select-other-area .modal-header .nav-pills li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

#select-area-dc .modal-header .nav-pills li a,
#select-other-area .modal-header .nav-pills li a {
  position: relative;
  top: -2px;
  font-size: 22px;
  color: #fff;
  background-color: transparent;
  padding: 1px 4px;
}

#select-area-dc .modal-header .nav-pills li a:hover,
#select-other-area .modal-header .nav-pills li a:hover {
  text-decoration: underline;
}

#select-area-dc .modal-header .nav-pills li.active a,
#select-other-area .modal-header .nav-pills li.active a {
  color: #fff;
  font-weight: 700;
  padding: 1px 4px;
}

#select-area-dc .modal-header .nav-pills li.active a:before,
#select-other-area .modal-header .nav-pills li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  bottom: -19px;
  margin-left: -10px;
  border-style: solid;
  border-width: 7px 10px 0;
  border-color: #2d535c transparent transparent;
}

#select-area-dc .modal-body {
  padding: 0 12px 20px 0;
}

.navbar-fixed-top .navbar-header {
  margin-top: 8px;
}

.navbar-fixed-top .phones {
  margin-top: 4px;
}

.finder__field.finder__field-icon-doctors {
  width: 41.3%;
}

.finder__field.finder__field-icon-location {
  width: 26%;
}

@media only screen and (max-width: 767px) {
  .finder__field.finder__field-icon-doctors {
    width: 100%;
    border-radius: 2px;
  }

  .finder__field.finder__field-icon-location {
    width: 100%;
  }
}

.promo-banner__link img {
  width: inherit;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .promo-banner__link img {
    width: 100%;
  }
}

.top-list__item:first-child {
  border-top-color: #d9ecf0;
}

.index-no-result.result-message__danger {
  line-height: 36px;
}

.promo-banner__link {
  border: 0;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:first-child,
.partner-table__invoices-mod .partner-table__invoices tbody tr td:first-child {
  text-align: center;
  width: 10%;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(2),
.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(2) {
  text-align: center;
  width: 20%;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(3),
.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(3) {
  text-align: center;
  width: 15%;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(4),
.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(4) {
  text-align: center;
  width: 25%;
}

.partner-table__invoices-mod .partner-table__invoices thead tr th:nth-child(5),
.partner-table__invoices-mod .partner-table__invoices tbody tr td:nth-child(5) {
  text-align: center;
  width: 15%;
}

.container-advantages .advantages .row {
  border-radius: 0px;
  box-shadow: 0px 0px 0px;
}

.select7_open + .finder__right-block .triagle {
  border-bottom: 4px solid #00829b;
  border-top: inherit !important;
}

.finder-map .finder__field.finder__field-icon-doctors {
  width: 100%;
}

.application {
  margin-bottom: 80px;
}

.application__item-big {
  position: relative;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0,64,76,.15);
  background-color: #fff;
  min-height: 180px;
  zoom: 1;
}

.application__item-big:after,
.application__item-big:before {
  content: "";
  display: table;
}

.application__item-big:after {
  clear: both;
}

.application__item-big .left-side {
  background-color: #fff;
  float: left;
  width: 51%;
  border-radius: 3px 0 0 3px;
}

.application__item-big .left-side .left-side__wrap {
  zoom: 1;
}

.application__item-big .left-side .left-side__wrap:after,
.application__item-big .left-side .left-side__wrap:before {
  content: "";
  display: table;
}

.application__item-big .left-side .left-side__wrap:after {
  clear: both;
}

.application__item-big .left-side .left-side__wrap .title {
  position: absolute;
  z-index: 2;
  width: 161px;
  float: left;
  padding: 20px;
  text-align: center;
}

.application__item-big .left-side .left-side__wrap .title__number {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}

.application__item-big .left-side .left-side__wrap .title__number:before {
  content: "";
  display: inline-block;
  background: url("../css/i/icons/item-number.png") center center;
  width: 19px;
  height: 18px;
  margin: 0 5px -1px 0;
}

.application__item-big .left-side .left-side__wrap .title__info {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 0;
  color: #fff;
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 3px;
}

.application__item-big .left-side .left-side__wrap .title__time {
  font-size: 54px;
  min-height: 77px;
  color: #fff;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 100;
  letter-spacing: -1px;
}

.application__item-big .left-side .left-side__wrap .table-info {
  padding: 20px;
  margin-left: 161px;
  min-height: 180px;
}

.application__item-big .left-side .left-side__wrap .table-info table {
  width: 100%;
  table-layout: fixed;
}

.application__item-big .left-side .left-side__wrap .table-info table tr {
  line-height: 28px;
}

.application__item-big .left-side .left-side__wrap .table-info table tr td.no-info {
  color: #b5b9ba;
}

.application__item-big .left-side .left-side__wrap .table-info table tr td:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #5e6e71;
  width: 110px;
}

.application__item-big .left-side .left-side__wrap .table-info table tr td:last-child {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
}

.application__item-big .right-side {
  float: left;
  background: #fcfdfd;
  width: 49%;
  border-radius: 0 3px 3px 0;
}

.application__item-big .right-side:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 161px;
  background: #3ebfac;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}

.application__item-big .right-side .right-side__wrap {
  position: relative;
}

.application__item-big .right-side .right-side__wrap strong {
  display: block;
}

.application__item-big .right-side .right-side__wrap .comment-block {
  width: 55%;
  float: left;
  padding: 20px;
}

.application__item-big .right-side .right-side__wrap .comment-block__item {
  font-size: 14px;
  color: #5e6e71;
}

.application__item-big .right-side .right-side__wrap .comment-block__item:first-child {
  min-height: 115px;
  padding-top: 4px;
}

.application__item-big .right-side .right-side__wrap .comment-block__item span {
  font-style: italic;
  line-height: 17px;
}

.application__item-big .right-side .right-side__wrap .comment-block__item span.no-comment {
  color: rgba(94,110,113,.6);
}

.application__item-big .right-side .right-side__wrap .alternative-block {
  margin-left: 55%;
  width: 45%;
  border-left: 1px dashed rgba(29,137,160,.45);
  padding: 20px;
  border-radius: 0 3px 3px 0;
}

.application__item-big .right-side .right-side__wrap .alternative-block min-height 215px:after {
  position: static;
  border-left: none;
}

.application__item-big .right-side .right-side__wrap .alternative-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  border-left: 1px dashed rgba(29,137,160,.45);
}

.application__item-big .right-side .right-side__wrap .alternative-block__enter-text {
  width: 100%;
  height: 69px;
  background: #fff;
  border: 1px solid rgba(61,160,180,.27);
  border-radius: 3px;
  box-shadow: inset 2px 2.3px 1px rgba(43,151,173,.12);
  outline: 0;
  text-align: left;
  font-style: italic;
  padding: 10px;
  margin: 10px 0;
}

.application__item-big .right-side .right-side__wrap .alternative-block__button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #3ebfac;
  margin-bottom: 10px;
}

.application__item-big .right-side .right-side__wrap .alternative-block__button:hover {
  background-color: #3ab3a2;
  border-color: #3ab3a2;
}

.application__item-big .right-side .right-side__wrap .alternative-block__button:last-child {
  margin-bottom: 0;
}

.application__item-big .right-side .right-side__wrap .alternative-block__button.bg-blue {
  background-color: #168da4;
}

.application__item-big .right-side .right-side__wrap .alternative-block__button.bg-blue:hover {
  background-color: #1b7f94;
  border-color: #1b7f94;
}

.application .item-small .left-side .left-side__wrap .title .item-small__number {
  color: #5e6e71;
}

.application .item-small .left-side .left-side__wrap .title .item-small__number:before {
  background: url("../css/i/icons/item-number_black.png") center center;
}

.application .item-small .left-side .left-side__wrap .title .item-small__info {
  color: #5e6e71;
  border: 1px solid rgba(94,110,113,.59);
}

.application .item-small .left-side .left-side__wrap .title__picture {
  line-height: 7;
}

.application .item-small .right-side .right-side__wrap .comment-block {
  border-left: 1px dashed rgba(29,137,160,.45);
  width: 100%;
}

.application .item-small .right-side.right-side__small,
.application .item-small .right-side.right-side__small .right-side__wrap .alternative-block {
  border-left: none;
}

.application .item-small .right-side .right-side__wrap .comment-block__item:last-child {
  width: 50%;
}

.application .item-small .right-side.right-side__time:after {
  background-color: #fbf4e1;
}

.application .item-small .right-side.right-side__cancel:after {
  background-color: rgba(144,145,145,.26);
}

.application .item-small .right-side.right-side__small .right-side__wrap .comment-block {
  border-right: 1px dashed rgba(29,137,160,.45);
  min-height: 236px;
  width: 55%;
}

.application .item-small .right-side.right-side__small .right-side__wrap .comment-block__item:last-child {
  width: auto;
}

.application .item-small .right-side.right-side__small .right-side__wrap .alternative-block:after {
  display: none;
}

.block-services__item.item-null {
  border-bottom: inherit;
}

.block-services__item:last-child .block-services__row:last-child:hover {
  border-bottom: 1px solid #3ebfac;
}

.main-content h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: normal;
}

.rich-content ol {
  counter-reset: li;
  list-style: none;
  padding-left: 20px;
  margin: 10px 0;
}

.rich-content ol li {
  position: relative;
  padding-left: 20px;
}

.rich-content ol li:before {
  content: counter(li) '. ';
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background-color: transparent;
  font-weight: 700;
}

.hide-content.hide-content_modifie {
  border-top: 1px solid #35bfae;
  border-bottom: 0;
}

.promotional-offers .offers__item.is-active {
  outline: inherit;
}

.promo-container .section-action .affilliate:hover {
  box-shadow: 0 0 0 1px #fda82e !important;
}

.text-list.text-list_modifie {
  padding-top: 4px;
}

.footer-menu__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.footer-menu__item:first-child {
  width: 29%;
}

.review-description-shortened {
  max-height: 80px;
  overflow: hidden;
}

.icon-clean {
  display: none;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  background-image: url("i/icons/action-close.png");
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.8;
}

.call {
  z-index: 999;
}

h2.theader {
  font-size: 17px;
  margin: 0;
  padding: 3px 18px;
  background: #f5f5f5;
  border: 1px solid rgba(0,130,155,.14);
  border-width: 1px 1px 0 1px;
}

@media only screen and (max-width:640px) {
  /*.search-clinic .rich-content{
		display:none!important
	}*/
}

@media only screen and (max-width:400px) {
  .audio_link {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .search {
    padding: 0 10px;
    margin-top: 20px;
    width: 100%;
  }

  .search__button {
    right: 24px;
  }

  .is--mobtoggled .phones {
    margin: 70px 0 0;
  }

  .search-result .livesearch.top-list .simplebar-content {
    background: #fff;
  }

  .search-result .livesearch.top-list {
    max-height: 300px;
  }
}

.tab-content {
  background: #fff;
}

.tab-content .rich-content {
  padding: 40px;
}

.tab-content .rich-content img {
  margin-top: 15px;
  max-width: 100%;
}

.clinic-page__bottom .col-md-4 {
  padding-right: 0;
}

.card.card_clinic.card_diagnostic .col-md-4 {
  padding-left: 0;
}

.card.card_widget_slide {
  height: 204px;
}

.card.card_widget_slide .card__bottom__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

.a-btn {
  line-height: 28px;
  display: block;
}

.main-content {
  position: relative;
}

.card.card_inner h3 {
  line-height: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .header__panel {
    position: relative;
    right: 5px;
    width: auto;
    margin-left: auto;
  }

  .header__panel .phones {
    display: block;
  }

  .header__panel .phones__info {
    display: inline-block;
  }

  .header__panel .phones .i--phones {
    position: relative;
    display: inline-block;
    width: 23px;
    top: 0;
    left: 0;
    background-image: url("../img/phones-v2.svg");
    background-repeat: no-repeat;
    height: 18px;
  }

  .header__panel .icon-kievstar:before {
    content: "\e901";
    color: #00a8e7;
  }

  .audio_link {
    padding: 8.5px 11px;
    margin-left: 8px;
  }

  .phones__item.first-child {
    display: none;
  }
}