.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 1.15;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
header {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #fbfbfb;
  font-family: 'Roboto Condensed', sans-serif;
}
header a {
  font-family: 'Roboto Condensed', sans-serif;
}
.top_header .container,
.center_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top_header {
  background-color: #f5f5f5;
}
.top_header .right_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.top_header .enter {
  padding: 0.2em 1em;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.top_header .enter a {
  color: #606060;
}
.top_header .contact {
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.top_header .contact a {
  display: block;
  padding: 0.2em 1em;
  color: #606060;
  background-color: #fff;
}
.top_header .enter_social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.top_header .enter_social li {
  padding: 0;
  background-color: #fff;
}
.top_header .enter_social li:last-of-type {
  border: none;
}
.top_header .enter_social li a {
  display: block;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.top_header .enter_social li a:hover {
  opacity: 0.85;
}
.top_header .enter_social .vk a {
  background-image: url('//1vet.by/images/icons/vk.png');
}
.top_header .enter_social .ok a {
  background-image: url('//1vet.by/images/icons/ok.png');
}
.top_header .enter_social .fb a {
  background-image: url('//1vet.by/images/icons/fb.png');
}
.top_header .box_date > span {
  padding: 0;
  padding-right: 0.5em;
  font-size: 14px;
}
.top_header .box_language {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.top_header .box_language select {
  width: 100%;
  height: 100%;
  padding: 0.3em 0.3em;
  color: #606060;
  border-color: #fff;
  border: none;
}
.top_header .container {
  padding-left: 1em;
  padding-right: 1em;
}
.center_header {
  padding: 0.5em 1em;
}
.center_header .box_livesearch {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.center_header .box_livesearch .livesearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.name_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 1.5em;
  box-sizing: border-box;
}
.name_box h1,
.name_box span {
  display: inline-block;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.24;
}
.name_box img {
  vertical-align: middle;
}
.main_header {
  background-color: #2986c3;
}
.main_header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
}
.main_header ul a {
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.main_header ul a:hover {
  text-decoration: none;
  background-color: #35649d;
}
.main_header ul .chosen {
  background-color: #35649d;
}
.main_header ul li {
  width: 14.2%;
  padding: 0;
  text-align: center;
}
.bottom_menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #f9f9f9;
  overflow: auto;
}
.bottom_menu li {
  width: 14.26%;
  padding: 0;
  text-align: center;
}
.bottom_menu a {
  display: block;
  padding: 0.4em 1em;
  font-size: 14px;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Fira Sans", Verdana, Open Sans, Arial, sans-serif;
  font-size: 11pt;
  color: #20282f;
  line-height: 18pt;
  background-color: #fff;
}
a {
  color: #05578d;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
.link {
  display: block;
  padding-left: 14px;
  color: #05578d;
}
.link:hover {
  text-decoration: underline;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.main_content_box {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.box_animals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.box_animals > div {
  padding: 1em 0;
  width: 300px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 24px -9px black;
}
.box_types_diseases {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  background: #f5f5f5;
}
.livesearch {
  margin: 1em 0;
  margin-left: auto;
}
.livesearch input[type=text] {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0.6em 1em;
  padding-right: 35px;
  border: 1px solid #bfc5cc;
}
.livesearch input[type=submit] {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  background-image: url(//1vet.by/images/icons/search.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.85;
  box-sizing: border-box;
}
.box_types_building {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 2em 0;
  background-color: #fff;
}
.box_types_building a {
  margin: 0 1em;
  padding: 0;
  padding-bottom: 1em;
  width: 300px;
  text-align: center;
  background-color: #f5f5f5;
  box-shadow: 0 5px 24px -9px black;
}
.box_types_building a p {
  margin: 0;
  padding-top: 1em;
  background-color: #fff;
}
.box_section {
  margin: 2em 0;
  border: 1px solid transparent;
}
.box_section h3 {
  text-align: center;
}
.box_section .box_types_diseases {
  background-color: inherit;
}
.box_section .box_types_diseases a {
  padding: 1em 0;
  width: 300px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 24px -9px black;
}
.house_list,
.product_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.house_list li,
.product_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  width: 200px;
  height: 120px;
  margin: 1px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  background: url(http://slovomaga.ru/wp-content/uploads/2017/02/motto.net_.ua-85640.jpg);
  background-size: cover;
}
.house_list li::before,
.product_list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.house_list li::after,
.product_list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  height: 26px;
  background: rgba(245, 245, 245, 0.33);
}
.house_list li a,
.product_list li a {
  position: relative;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  padding: 0;
  padding-right: 0.5em;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  z-index: 10;
}
.house_list li a:hover,
.product_list li a:hover {
  text-decoration: none;
}
.product .product_list li {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Domestic_goat_kid_in_capeweed_edit.jpg/1200px-Domestic_goat_kid_in_capeweed_edit.jpg');
}
.main_list {
  margin: 1em 0;
  padding-left: 0;
  list-style: none;
}
.main_list .main_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  height: 270px;
  margin: 1px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  background: url(http://slovomaga.ru/wp-content/uploads/2017/02/motto.net_.ua-85640.jpg);
  background-size: cover;
}
.main_list .main_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.main_list .main_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.main_list .main_item a {
  position: relative;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  padding: 0;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  z-index: 10;
}
.main_list .main_item a:hover {
  text-decoration: none;
}
.main_list .top_box,
.main_list .center_box,
.main_list .bottom_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.main_list .center_box > div {
  width: 22%;
}
.main_list .center_box .keeping_item {
  width: 34%;
}
.main_list .bottom_box > div {
  width: 30%;
}
.main_list .bottom_box .maps_item {
  width: 40%;
}
.main_list .bottom_box .maps_item::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.main_list .animals_item {
  background-image: url('//1vet.by/images/1_animals.jpg');
}
.main_list .birds_item {
  background-image: url('//1vet.by/images/2_birds.jpg');
}
.main_list .fish_item {
  background-image: url(//1vet.by/images/3_fish.jpg);
}
.main_list .feeding_item {
  background-image: url(//1vet.by/images/4_feeding.jpg);
}
.main_list .keeping_item {
  background-image: url(//1vet.by/images/5_keeping.jpg);
}
.main_list .treatment_item {
  background-image: url(//1vet.by/images/6_treatment.jpg);
}
.main_list .all_item {
  background-image: url(//1vet.by/images/7_all_item.jpg);
}
.main_list .news_item {
  background-image: url(//1vet.by/images/8_news.jpg);
}
.main_list .consultation_item {
  background-image: url(//1vet.by/images/9_consultation.jpg);
}
.main_list .maps_item {
  background-image: url(//1vet.by/images/10_maps.png);
}
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fbfbfb;
  box-shadow: 0 3px 10px -3px;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.container_yandex {
  padding-left: 1em;
  padding-right: 1em;
}
main.container {
  padding-left: 1em;
  padding-right: 1em;
}
h2.container {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.wrap_main_box {
  padding-left: 1em;
  padding-right: 1em;
}
.main_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0;
  padding-top: 1em;
  list-style: none;
  background-color: #fbfbfb;
}
.main_box .main_list_item {
  width: 33.33%;
  margin-bottom: 1.5em;
  padding: 0 1em;
  padding-left: 3.5em;
  box-sizing: border-box;
}
.main_box .main_list_item ul {
  padding-left: 58px;
  list-style: none;
}
.main_box .main_list_item:nth-child(4) h3 a::before,
.main_box .main_list_item:nth-child(5) h3 a::before,
.main_box .main_list_item:nth-child(6) h3 a::before {
  opacity: 0.85;
}
.main_box .two_lines {
  min-height: 48px;
}
.main_box h3 {
  margin-bottom: 10px;
  padding-left: 60px;
  font-size: 1.3em;
}
.main_box h3 a {
  position: relative;
}
.main_box h3 a::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  left: -60px;
  top: 50%;
  background-size: cover;
}
.main_box ul li:first-child {
  padding-top: 5px;
  border-top: 4px solid #eaeaea;
}
.main_box .animals h3 a::before {
  background-image: url('//1vet.by/images/icons/animals.png');
}
.main_box .birds h3 a::before {
  background-image: url('//1vet.by/images/icons/birds.png');
}
.main_box .falcon h3 a::before {
  background-image: url('//1vet.by/images/icons/falcon.png');
}
.main_box .parrot h3 a::before {
  background-image: url('//1vet.by/images/icons/parrot.png');
}
.main_box .duck h3 a::before {
  background-image: url('//1vet.by/images/icons/duck.png');
}
.main_box .elephant h3 a::before {
  background-image: url('//1vet.by/images/icons/elephant.png');
}
.main_box .dog h3 a::before {
  background-image: url('//1vet.by/images/icons/dog.png');
}
.main_box .fish h3 a::before {
  background-image: url('//1vet.by/images/icons/fish.png');
}
.main_box .aquarium h3 a::before {
  background-image: url('//1vet.by/images/icons/aquarium.png');
}
.main_box .whale h3 a::before {
  background-image: url('//1vet.by/images/icons/whale.png');
}
.main_box .objects h3 a::before {
  background-image: url('//1vet.by/images/icons/objects.png');
}
.main_box .info h3 a::before {
  background-image: url('//1vet.by/images/icons/info.png');
}
.main_box .notice h3 a::before {
  background-image: url('//1vet.by/images/icons/notice.png');
}
.main_box .counseling h3 a::before {
  background-image: url('//1vet.by/images/icons/counseling.png');
}
.main_box .vetapteks h3 a::before {
  background-image: url('//1vet.by/images/icons/vetapteks.png');
}
.main_box .vetclinics h3 a::before {
  background-image: url('//1vet.by/images/icons/vetclinics.png');
}
.main_box .petshops h3 a::before {
  background-image: url('//1vet.by/images/icons/petshops.png');
}
.wrap_popular {
  background-color: #e2eff8;
}
.popular {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
}
.popular .main_list_item {
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
}
.popular .turtles h3 a::before,
.popular .rodents h3 a::before {
  opacity: 0.7;
}
.popular h3 {
  margin: 0.5em 0;
  padding-left: 60px;
  font-size: 1.3em;
}
.popular h3 a {
  position: relative;
  color: #283e5a;
}
.popular h3 a::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  left: -60px;
  top: 50%;
  background-size: cover;
  opacity: 0.9;
}
.popular .cats h3 a::before {
  background-image: url('//1vet.by/images/icons/cats.png');
}
.popular .elephant h3 a::before {
  background-image: url('//1vet.by/images/icons/elephant.png');
}
.popular .dog h3 a::before {
  background-image: url('//1vet.by/images/icons/dog.png');
}
.popular .dogs h3 a::before {
  background-image: url('//1vet.by/images/icons/dogs.png');
}
.popular .fish h3 a::before {
  background-image: url('//1vet.by/images/icons/fish.png');
}
.popular .fish1 h3 a::before {
  background-image: url('//1vet.by/images/icons/fish1.png');
}
.popular .fish2 h3 a::before {
  background-image: url('//1vet.by/images/icons/fish2.png');
}
.popular .fish3 h3 a::before {
  background-image: url('//1vet.by/images/icons/fish3.png');
}
.popular .fish4 h3 a::before {
  background-image: url('//1vet.by/images/icons/fish4.png');
}
.popular .sea_horse h3 a::before {
  background-image: url('//1vet.by/images/icons/sea_horse.png');
}
.popular .rodents h3 a::before {
  background-image: url('//1vet.by/images/icons/rodents.png');
}
.popular .rabbits h3 a::before {
  background-image: url('//1vet.by/images/icons/rabbits.png');
}
.popular .ferrets h3 a::before {
  background-image: url('//1vet.by/images/icons/ferrets.png');
}
.popular .reptiles h3 a::before {
  background-image: url('//1vet.by/images/icons/reptiles.png');
}
.popular .spiders h3 a::before {
  background-image: url('//1vet.by/images/icons/spiders.png');
}
.popular .turtles h3 a::before {
  background-image: url('//1vet.by/images/icons/turtles.png');
}
.container .box_news {
  padding: 0;
}
.box_news {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1em;
  list-style: none;
}
.box_news a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
  color: #333;
  box-sizing: border-box;
  background: #f5f5f5;
}
.box_news a:hover {
  text-decoration: none;
}
.box_news a:hover .more_info {
  color: #fff;
  background-color: #2986c3;
}
.box_news .date_news {
  position: absolute;
  right: 1em;
  color: #767676;
  font-size: 14px;
}
.box_news .left_box {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 250px;
  position: relative;
  padding: 1em;
  background-size: cover;
  background-position: center center;
}
.box_news .right_box {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 1em;
  padding-bottom: 3.5em;
}
.box_news .right_box h3 {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 120px;
}
.box_news .right_box .more_info {
  position: absolute;
  right: 1em;
  bottom: 1em;
  padding: 0.2em 0.6em;
  border: 1px solid #2986c3;
  color: #2986c3;
  border-radius: 3px;
}
.box_news .right_box .more_info:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2986c3;
}
.box_news .right_box p {
  max-height: 78px;
  line-height: 26px;
  margin-bottom: 0;
  overflow: hidden;
}
.new_list {
  padding: 0;
}
.new_list .right_box {
  padding-bottom: 1em;
}
.new_list .info_news {
  margin-top: 1em;
}
.new_list .info_news p {
  margin: 1em 0;
}
.new_list .info_news p:first-of-type {
  margin-top: 0;
}
.new_list .info_news p:last-of-type {
  margin-bottom: 0;
}
.box_years_news {
  margin: 1em 0;
}
.box_years_news select {
  padding: 0.4em 0.6em;
  border: 1px solid #cdcdcd;
}
.container .box_art {
  padding: 0;
}
.container .box_art .art_item {
  min-height: 170px;
}
.box_art {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
  margin-top: 0;
  padding: 0 1em;
  list-style: none;
}
.box_art .art_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  min-height: 220px;
  padding-left: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
}
.box_art a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 1em;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-size: cover;
  background-position: center center;
}
.box_art a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box_art a:hover {
  text-decoration: none;
}
.box_art a:hover span {
  background-color: #ffd839;
}
.box_art a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.box_art a h3 {
  position: relative;
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.3em;
  text-align: center;
}
.box_art a span {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  padding: 4px 8px;
  color: #333;
  text-shadow: none;
  font-size: 10px;
  line-height: 1.2;
  background-color: #ffef71;
}
.box_art a span:hover {
  background-color: #ffd839;
}
.main_page_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 1em;
  list-style: none;
}
.main_page_list li:last-of-type .container_yandex {
  padding: 0;
}
.main_page_list .big_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 25%;
  padding-right: 1px;
}
.main_page_list .big_box a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 1em;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-size: cover;
  background-position: center center;
}
.main_page_list .big_box a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main_page_list .big_box a:hover {
  text-decoration: none;
}
.main_page_list .big_box a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.main_page_list .big_box h3 {
  position: relative;
  margin: 0;
  margin-top: auto;
  padding: 0.3em;
  text-align: center;
}
.main_page_list .main_item {
  width: 50%;
}
.main_page_list .wrap_big_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.main_page_list .wrap_big_box .small_list {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.main_page_list .wrap_big_box .small_list li {
  min-height: 240px;
}
.main_page_list .wrap_big_box .small_item {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main_page_list .wrap_big_box .small_item a:first-of-type {
  margin-bottom: 1px;
}
.main_page_list .small_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main_page_list .small_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 50%;
  min-height: 150px;
  padding-left: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
}
.main_page_list .small_list a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 1em;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-size: cover;
  background-position: center center;
}
.main_page_list .small_list a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main_page_list .small_list a:hover {
  text-decoration: none;
}
.main_page_list .small_list a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.main_page_list .small_list a h3 {
  position: relative;
  margin: 0;
  margin-top: auto;
  padding: 0.3em;
  text-align: center;
}
.section_big {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 280px;
  background-size: cover;
  background-color: #909090;
  background-position: 45% 65%;
  background-repeat: no-repeat;
}
.section_big .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 0 1em;
}
.section_big .container a {
  color: #fff;
}
.section_big h1 {
  margin-top: auto;
  margin-bottom: 0.67em;
  color: #fff;
  font-size: 2.5em;
  font-weight: normal;
  text-shadow: 0 2px 1px #000000, 0 0 0;
}
.bread_crumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 1em;
  list-style: none;
  background: #f7f7f7;
}
.bread_crumbs li {
  padding: 0 0.25em;
}
.bread_crumbs li:first-of-type {
  padding-left: 0;
}
.bread_crumbs li:last-of-type {
  padding-right: 0;
}
.page_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page_info .left_column {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 300px;
  padding: 1em;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
.page_info .left_column h3:first-of-type {
  margin-top: 0;
}
.page_info .left_column .container_yandex {
  margin: 1em -1em 0;
  padding: 0;
}
.page_info .left_column .border_gray:last-of-type {
  margin-bottom: 1em;
}
.page_info .right_column {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-left: 1em;
  box-sizing: border-box;
}
.page_info .right_column .center_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page_info .right_column .box_map {
  width: 100%;
  height: 85vh;
  margin-bottom: 1em;
  position: sticky;
  top: 130px;
  box-sizing: border-box;
}
.page_info .drop_buttons_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_info .drop_buttons_container .filter_button {
  display: none;
}
.page_info .filter {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.page_info .filter li input {
  display: none;
}
.page_info .filter li input[type=checkbox]:checked ~ label::after {
  border-radius: 1px;
}
.page_info .filter li input[type=checkbox] ~ label::before {
  border-radius: 3px;
}
.page_info .filter li input:checked ~ label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #7f7f7f;
}
.page_info .filter li label {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.page_info .filter li label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f7f7f7;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.page_info .filter li label:hover::before {
  background-color: #f7f7f7;
  border-color: #9b9b9b;
}
.page_info .description_box {
  padding: 1em;
  border: 3px solid #eee;
  border-radius: 7px;
}
.page_info .description_box p:first-of-type {
  margin-top: 0;
}
.page_info .description_box p:last-of-type {
  margin-bottom: 0;
}
.page_info .sorting_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.page_info .sorting_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page_info .sorting_list li:last-of-type a {
  border-right: 1px solid #ccc;
}
.page_info .sorting_list li a {
  display: block;
  padding: 0.2em 1em;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  transition: 0.2s;
}
.page_info .sorting_list li a:hover {
  text-decoration: none;
  background-color: #ccc;
}
.page_info .sorting_list li .chosen {
  color: #fff;
  background-color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
.page_info .sorting_list li h3 {
  margin: 0;
  font: inherit;
}
.page_info .sorting_list .head_sorting h3 {
  display: block;
  padding: 0.2em 1em;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  background-color: #fff;
}
.vetobject .left_column .container_yandex {
  margin: 0;
}
.filter_top p {
  display: none;
}
.button {
  display: inline-block;
  padding: 0.4em 0.6em;
  background-color: transparent;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  line-height: 1;
}
.button:hover {
  text-decoration: none;
}
.button_round {
  display: inline-block;
  padding: 0.8em 0.5em;
  background-color: transparent;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  line-height: 1;
}
.border_blue {
  color: #2986c3;
  border: 1px solid #2986c3;
}
.border_blue:hover {
  color: #fff;
  background-color: #2986c3;
}
.blue {
  color: #fff;
  background-color: #2986c3;
  border: 1px solid #2986c3;
}
.blue:hover {
  background-color: #35649d;
  border-color: #35649d;
}
.blue_light {
  color: #fff;
  background-color: #6ec3ff;
  border: 1px solid #6ec3ff;
}
.blue_light:hover {
  background-color: #3fa8f3;
  border-color: #3fa8f3;
}
.border_gray {
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #c4c4c4;
}
.border_gray:hover {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #f7f7f7;
}
.filter_button {
  position: relative;
  display: inline-block;
  min-width: 110px;
  margin: 0;
  color: #fff;
  background-color: #1a88d5;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45), 0 1px 4px rgba(0, 0, 0, 0.45);
  text-shadow: 0 1px 1px #457190;
}
.filter_button:first-of-type {
  margin-right: 1em;
}
.filter_button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  vertical-align: bottom;
}
.sort::before {
  background-image: url(//1vet.by/images/icons/sort.png);
}
.on_map::before {
  background-image: url(//1vet.by/images/icons/on_map.png);
}
.filter_close {
  display: none;
}
.gray_button {
  color: #fff;
  background-color: #7f7f7f;
  border: 1px solid #7f7f7f;
}
.gray_button:hover {
  color: #333;
  background-color: #f7f7f7;
  border-color: #c4c4c4;
}
.close_gray {
  position: relative;
  padding-right: 22px;
  color: #333;
  background-color: #f5fbff;
  border: 1px solid #a4b7c4;
  border-radius: 0;
  cursor: pointer;
}
.close_gray::after {
  content: "\2716";
  position: absolute;
  right: 5px;
  top: 3px;
  color: #acacac;
  font-size: 12px;
}
.close_gray:hover {
  text-decoration: none;
  background-color: #e3f3fe;
  border-color: #91a1ac;
}
.close_gray:hover::after {
  color: #8a8a8a;
}
.close_all {
  position: relative;
  padding-right: 22px;
  color: #333;
  border: 1px solid #a4b7c4;
  border-radius: 0;
  cursor: pointer;
}
.close_all::after {
  content: "\2716";
  position: absolute;
  right: 5px;
  top: 3px;
  color: #acacac;
  font-size: 12px;
}
.close_all:hover {
  text-decoration: none;
  border-color: #91a1ac;
}
.close_all:hover::after {
  color: #8a8a8a;
}
.all_object {
  margin: 0;
  padding: 0;
  list-style: none;
}
.all_object > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 1em;
}
.all_object .container_yandex {
  padding: 0;
}
.all_object .object_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  min-height: 150px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: 0.2s;
}
.all_object .object_item:hover {
  text-decoration: none;
  box-shadow: 1px 1px 12px -3px #bcbcbc;
}
.all_object .object_item:hover .button {
  color: #fff;
  background-color: #2986c3;
}
.all_object .vetobject_item .box_info > * {
  margin: 0.2em 0;
}
.all_object .vetobject_item .box_info > *:last-child {
  margin-bottom: 0;
}
.all_object .vetobject_item .box_info h2 {
  padding-right: 40px;
}
.all_object .vetobject_item .bottom_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.all_object .box_image {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 200px;
  background-size: cover;
  background-position: center center;
}
.all_object .box_info {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 1em;
  color: #333;
}
.all_object .box_info h2 {
  margin: 0;
}
.all_object .box_info .more {
  margin-top: auto;
  padding-left: 0.2em;
  text-align: right;
  box-sizing: border-box;
}
.all_object .box_info .box_img_phone {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.all_object .box_info .img_phone {
  width: 20px;
  padding: 0.6em;
  background-color: #6ec3ff;
  border-radius: 50%;
  transition: 0.2s;
  vertical-align: middle;
}
.all_object .box_info .img_phone:hover {
  background-color: #3fa8f3;
}
.drop_elements {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.drop_elements li {
  margin-top: 1em;
  padding-right: 1em;
}
.drop_elements li:last-of-type {
  padding-right: 0;
}
.wrap_object_page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.wrap_object_page .container_yandex {
  padding: 0;
}
.wrap_object_page .beast_nav {
  margin: 0;
  padding: 1em;
  padding-left: 30px;
  color: #a9a9a9;
  background-color: #f7f7f7;
}
.wrap_object_page .wrap_beast_nav {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 300px;
  background-color: #f7f7f7;
}
.wrap_object_page .question_name {
  margin: 0;
  padding: 1em;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.wrap_object_page .mobile_view {
  display: none;
}
.wrap_sick_page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.wrap_sick_page .container_yandex {
  padding: 0;
}
.wrap_sick_page .sick_nav {
  margin: 0;
  padding: 1em;
  padding-left: 30px;
  color: #a9a9a9;
  background-color: #f7f7f7;
}
.wrap_sick_page .wrap_sick_nav {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 300px;
  background-color: #f7f7f7;
}
.wrap_sick_page .question_name {
  margin: 0;
  padding: 1em;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.wrap_sick_page .mobile_view {
  display: none;
}
.sticky_left {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 130px;
  z-index: 2;
}
.nav_wrap {
  margin-bottom: 1em;
  border: 1px solid #ebebeb;
}
.object_page {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-left: 1em;
  text-align: justify;
}
.object_page h1,
.object_page h2,
.object_page h3,
.object_page h4,
.object_page h5,
.object_page h6,
.object_page ul,
.object_page table {
  text-align: left;
}
.object_page .box_img {
  border: 1px solid transparent;
}
.object_page .wrap_img {
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 1em;
  background-size: cover;
  background-position: center center;
}
.object_page .beast_param,
.object_page .sick_param {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.object_page .beast_param > li,
.object_page .sick_param > li {
  padding-right: 0.5em;
}
.object_page h2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 1.6em 0 0.8em;
}
.object_page h2::before,
.object_page h2::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #cecece;
}
.object_page h2::before {
  margin-right: 0.5em;
}
.object_page h2::after {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-left: 0.5em;
}
.object_page .button_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1em;
  padding: 0;
  list-style: none;
}
.object_page .button_list .button_item {
  margin-bottom: 1em;
  margin-right: 1em;
}
.object_page p {
  text-align: justify;
}
.object_page table {
  border-collapse: collapse;
}
.pagination_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.pagination_list .chosen_page {
  background-color: #ccc;
  border-color: #aaa;
}
.pagination_list .chosen_page a {
  cursor: auto;
}
.pagination_list .chosen_page:hover {
  background-color: #ccc;
  border-color: #aaa;
}
.pagination_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 1px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.pagination_list li a {
  display: block;
  width: 25px;
  height: 25px;
  padding: 3px 5px;
  color: #333;
}
.pagination_list li a:hover {
  text-decoration: none;
}
.pagination_list li:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  border-color: #aaa;
}
.pagination_list .there_is_hidden_pages {
  background-color: inherit;
  border: none;
}
.pagination_list .there_is_hidden_pages a {
  cursor: auto;
}
.pagination_list .there_is_hidden_pages:hover {
  background-color: inherit;
}
.pagination_list .disabled {
  opacity: 0.8;
}
.pagination_list .disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}
.pagination_list .disabled a {
  color: #ccc;
  cursor: auto;
}
.load_gif {
  display: none;
  width: 100%;
  height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-image: url('//static.att.by/img/load0_1.gif');
  background-repeat: repeat-x;
  opacity: 0.75;
}
.box_one_new .box_img_news {
  float: left;
  margin: 0 1em 1em 0;
  line-height: 0;
}
.box_one_new .date_news {
  color: #767676;
  font-size: 14px;
}
.show_mobile {
  display: none;
}
.todo {
  background-color: #f6aeae !important;
}
.art_overall {
  min-height: 300px;
}
.art_overall p {
  text-align: justify;
}
.wrap_art_img {
  float: left;
  margin: 0 1em 1em 0;
  line-height: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.box_contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 1em;
  background-color: rgba(204, 204, 204, 0.2);
}
.contact_item {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 1em;
  background-color: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
}
.contact_item .contact_info h3 {
  padding: 1em 0 0.5em;
  border: none;
}
.contact_item .contact_info h3 + * {
  margin-top: 0;
  padding-top: 0;
}
.contact_item .contact_info .work_time_list li {
  padding-left: 0;
}
.contact_item .contact_info .phone_list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.contact_item .fax::before {
  background-image: url(//1vet.by/images/icons/fax.png);
}
.contact_item .email::before {
  background-image: url(//1vet.by/images/icons/email.png);
}
.contact_item.vet_item {
  margin-bottom: 0;
}
.container_art {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-right: 1em;
  box-sizing: border-box;
}
.head_contact {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.contact_info {
  padding: 1em;
}
.contactsSendMessage {
  max-width: 450px;
  background-color: #e2eff8;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
}
.contactsSendMessage p {
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}
.contactsSendMessage .elem0 {
  width: 100%;
  padding: 0.5em;
  border: none;
  box-sizing: border-box;
}
.contactsSendMessage .sendMessageButton {
  display: inline-block;
  padding: 0.6em;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  background-color: #35649d;
}
.contactsSendMessage .head_contact {
  border-color: #fff;
}
.contactsSendMessage .chosen-container-single .chosen-single {
  height: auto;
  padding: 0.3em 0.5em;
  font-size: 14px;
  color: #8a8a8a;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact_form {
  padding: 1em;
}
.contact_form .form_item {
  margin: 1em 0;
}
.contact_form .form_item:first-child {
  margin-top: 0;
}
.contact_form .input_item {
  position: relative;
}
.contact_form .input_item input {
  padding-left: 34px;
}
.contact_form .input_item::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_form .email_input::before {
  background-image: url(//1vet.by/images/icons/email.png);
}
.contact_form .name_input::before {
  background-image: url(//1vet.by/images/icons/user.png);
}
.margin_top {
  margin-top: 1em;
}
.wrap_select select {
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #cdcdcd;
}
.wrap_select .chosen-container {
  width: 100% !important;
  min-width: 200px !important;
}
.wrap_select .chosen-container-single .chosen-single {
  height: auto;
  padding: 0.4em 1em;
  font-size: 11pt;
  background: #fff;
  border-radius: 0;
}
.wrap_select .chosen-container-single .chosen-single span {
  line-height: 1;
}
.vetobject {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vetobject .top_column {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 132px;
  z-index: 2;
  width: 100%;
  padding: 1em;
  padding-top: 0;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
.vetobject .left_column {
  width: 50%;
  padding: 0;
  background-color: transparent;
}
.vetobject .right_column {
  width: 50%;
}
.vetobject .filter_horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.vetobject .filter_horizontal > * {
  padding-right: 2em;
  padding-top: 1em;
}
.vetobject .filter_horizontal > *:last-child {
  padding-right: 0;
}
.vetobject .filter_horizontal ul {
  margin: 0;
}
.vetobject .filter_horizontal h3 {
  margin: 0;
}
.vetobject .filter_horizontal .hide_menu_filter {
  position: relative;
}
.vetobject .filter_horizontal .hide_menu_filter h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-width: 90px;
  cursor: pointer;
  font-weight: normal;
  font-size: inherit;
}
.vetobject .filter_horizontal .hide_menu_filter h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 0.5em;
  background: url(//att.by/c/images/icons/arrow.png) no-repeat;
  background-size: cover;
}
.vetobject .filter_horizontal .hide_menu_filter .filter {
  display: none;
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 10;
  min-width: 170px;
  padding: 0.8em;
  background-color: #fff;
  box-shadow: 1px 1px 6px -2px #666;
}
.vetobject .left_column .drop_elements {
  margin-bottom: 0;
}
.vetobject .left_column .all_object {
  margin-top: 1em;
}
.vetobject .right_column {
  margin-top: 1em;
}
.transform {
  transition: 0.3s;
}
.transform::after {
  transition: 0.3s;
  transform: rotate(180deg);
}
.transform_back {
  transition: 0.3s;
}
.transform_back::after {
  transition: 0.3s;
  transform: rotate(360deg);
}
.img_map {
  width: 16px;
  position: absolute;
  left: -4px;
  top: 4px;
}
.obj_work_everyday,
.obj_work_opened {
  color: green;
}
.obj_work_closed {
  color: red;
}
.wrap_obj_img {
  width: 400px;
  margin-right: 1em;
  background-size: cover;
  background-position: center center;
}
.wrap_vet_obj {
  background-color: rgba(204, 204, 204, 0.2);
  border: 1px solid transparent;
}
.vet_descritpion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 1em;
}
.vet_descritpion .vet_item:last-of-type {
  margin-bottom: 0;
}
.vet_item {
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
}
.vet_item .item_content {
  padding: 1em;
}
.vet_item .item_content > *:first-child {
  margin-top: 0;
}
.vet_item .item_content > *:last-child {
  margin-bottom: 0;
}
.vet_item h3 {
  margin: 0;
  padding: 0.5em 1em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.vet_item .work_time_list {
  margin: 0;
  padding: 1em;
  padding-left: 0;
  list-style: none;
}
.vet_item .work_time_list li {
  position: relative;
  padding-left: 1em;
}
.vet_item .work_time_list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  background-image: url(//1vet.by/images/icons/work_time.png);
  background-size: cover;
  vertical-align: middle;
}
.vet_item .work_time_list .today_work::before {
  background-image: url(//1vet.by/images/icons/work_time_open.png);
}
.vet_item .work_time_list .today_not_work::before {
  background-image: url(//1vet.by/images/icons/work_time_close.png);
}
.vet_item .img_left {
  position: relative;
}
.vet_item .img_left::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  background-size: cover;
  vertical-align: middle;
}
.vet_item .img_left a:first-child {
  padding-right: 0.5em;
}
.vet_item .tel::before {
  background-image: url(//1vet.by/images/icons/call_gray.png);
}
.vet_item .site::before {
  opacity: 0.4;
  background-image: url(//1vet.by/images/icons/site.png);
}
.vet_item .location::before {
  opacity: 0.4;
  background-image: url(//1vet.by/images/icons/show_on_map.png);
}
.map_object {
  max-width: 300px;
  box-sizing: border-box;
}
.map_object .wrap_image {
  position: relative;
}
.map_object .box_image {
  display: block;
  width: 100%;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.map_object .img_left {
  position: relative;
}
.map_object .img_left::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  background-size: cover;
  vertical-align: middle;
}
.map_object .img_left .button {
  margin-left: 0.5em;
}
.map_object .tel::before {
  background-image: url(//1vet.by/images/icons/call_gray.png);
}
.map_object .site::before {
  opacity: 0.4;
  background-image: url(//1vet.by/images/icons/site.png);
}
.map_object .location::before {
  opacity: 0.4;
  background-image: url(//1vet.by/images/icons/show_on_map.png);
}
.map_object .work_time_list {
  margin: 0;
  padding: 1em;
  padding-top: 0;
  padding-left: 0;
  list-style: none;
}
.map_object .work_time_list li {
  position: relative;
  padding-left: 1em;
}
.map_object .work_time_list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  background-image: url(//1vet.by/images/icons/work_time.png);
  background-size: cover;
  vertical-align: middle;
}
.map_object .work_time_list .today_work::before {
  background-image: url(//1vet.by/images/icons/work_time_open.png);
}
.map_object .work_time_list .today_not_work::before {
  background-image: url(//1vet.by/images/icons/work_time_close.png);
}
.map_object p {
  margin: 0.2em 0;
}
.map_object h2,
.map_object h3 {
  margin-bottom: 0.2em;
}
.map_object .box_img_phone {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -1.2em;
  right: 0.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.map_object .img_phone {
  width: 20px;
  padding: 0.6em;
  background-color: #6ec3ff;
  border-radius: 50%;
  transition: 0.2s;
  vertical-align: middle;
}
.map_object .img_phone:hover {
  background-color: #3fa8f3;
}
.vet_info {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.item_description {
  margin: 0 1em 1em;
}
.contact_info p {
  margin: 0;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex h3:first-of-type {
  margin-top: 0;
}
.flex h3 + p {
  margin-top: 0;
}
.flex h3 + ul {
  margin: 0.5em 0;
}
.box_object_modal {
  line-height: 16pt;
}
.box_object_modal .bottom_info {
  position: relative;
}
.box_object_modal > * {
  margin: 0.2em 0;
}
.box_object_modal > * *:first-of-type {
  margin-top: 0;
}
.box_object_modal > * *:last-of-type {
  margin-bottom: 0;
}
.box_object_modal .call_link {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4e4e4;
}
.box_object_modal .call_link li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.box_object_modal .call_link li a {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  padding: 1em 0.2em;
  font-size: 1.2em;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.box_object_modal .call_link li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  background-image: url(//1vet.by/images/icons/call_gray.png);
  background-size: cover;
  vertical-align: middle;
}
.box_object_modal .work_time_list {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.box_object_modal .work_time_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.box_object_modal .work_time_list li .day {
  min-width: 60px;
  padding-right: 1em;
  text-align: right;
}
.box_object_modal .current_day {
  color: #597159;
}
.box_object_modal .img_map {
  left: 0;
  opacity: 0.5;
}
.box_object_modal .link {
  padding-left: 20px;
}
.box_object_modal .site {
  display: block;
  position: relative;
  padding-left: 20px;
}
.box_object_modal .site::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(//1vet.by/images/icons/site.png);
  background-size: contain;
  opacity: 0.5;
}
body .valid_info_message {
  z-index: 102;
}
body .valid_info_message .wrap_info_message .close_mess {
  width: 20px;
  height: 20px;
  right: 1em;
  border-width: 3px;
}
div .gsc-adBlock {
  display: none;
}
.show_results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  padding: 0 1em;
  background-color: rgba(0, 0, 0, 0.2);
}
.show_results .livesearch_wrapper {
  width: 100%;
  max-width: 1211px;
  min-height: 400px;
  margin: 2em auto;
  padding: 0;
  background-color: white;
  box-shadow: 1px 1px 16px -3px black;
  box-sizing: border-box;
  overflow: auto;
}
.show_results .livesearch_wrapper .livesearch {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  margin: 0;
  padding: 1em;
  background-color: #fff;
  box-shadow: 1px 1px 4px -1px #929292;
}
.show_results .livesearch_wrapper .livesearch [type=submit] {
  top: 1em;
  right: 1em;
}
.show_results .search_value_result {
  display: block;
}
.search_value_result {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_value_result .result_li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0.5em 1em;
  color: #333;
  transition: 0.2s;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.search_value_result .result_li a:hover {
  text-decoration: none;
  color: #333;
  background-color: #efefef;
}
.search_value_result .header_li a {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
}
.search_value_result .header_li a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.search_value_result .result_picture {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 100px;
  height: 60px;
  background-size: cover;
  background-position: center center;
}
.search_value_result .result_pic a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1em;
}
.search_value_result .result_text {
  padding-left: 1em;
}
.consultation_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 1em;
  padding-bottom: 0;
  list-style: none;
  background-color: rgba(204, 204, 204, 0.2);
}
.consultation_list .consultation_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 50%;
  box-sizing: border-box;
}
.consultation_list .consultation_item:nth-of-type(odd) {
  padding-right: 0.5em;
}
.consultation_list .consultation_item:nth-of-type(even) {
  padding-left: 0.5em;
}
.consultation_list .consultation_box {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 1em;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
  transition: 0.2s;
}
.consultation_list .consultation_box:hover {
  text-decoration: none;
  box-shadow: 1px 1px 12px 0 #bcbcbc;
}
.consultation_list .question_name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0.5em 1em;
  color: #05578d;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.consultation_list .question_name .question_subject {
  height: 24px;
  margin: 0;
  line-height: 24px;
  overflow: hidden;
}
.consultation_list .question_info {
  padding: 1em;
  text-align: right;
}
.consultation_list .question_text {
  text-align: left;
}
.consultation_list .question_text p:first-child {
  margin-top: 0;
}
.consultation_list .consultation_date {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 0.5em;
  color: gray;
}
.consultation_wrap .top_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1em;
}
.consultation_wrap .top_box .button {
  line-height: 1.3;
}
.consultation_wrap .question_form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-width: 260px;
  margin-bottom: 1em;
  padding-right: 1em;
}
.consultation_wrap .question_form .question_name {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0.5em 1em;
  border: 1px solid #cecece;
  border-right: none;
}
.consultation_wrap .question_form .question_button {
  color: #333;
  background-color: #f5fbff;
  border: 1px solid #a4b7c4;
  border-radius: 0;
}
.consultation_wrap .question_form .question_button:hover {
  text-decoration: none;
  background-color: #e3f3fe;
  border-color: #91a1ac;
}
.consultation_wrap .question_box_button {
  margin-bottom: 1em;
}
.consultation_wrap .container_yandex {
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}
.cons_wrap .container_yandex {
  margin: 1em 0;
  padding: 0;
}
.consultation_one {
  padding: 1em;
  padding-top: 0;
  background-color: rgba(226, 239, 248, 0.5);
  border: 1px solid transparent;
}
.consultation_one .consultation_list {
  padding: 0;
  background-color: transparent;
}
.consultation_one .top_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1em;
}
.consultation_one .top_box .button {
  line-height: 1.3;
}
.consultation_one .question_form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-width: 260px;
  margin-bottom: 1em;
  padding-right: 1em;
}
.consultation_one .question_form .question_name {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0.5em 1em;
  border: 1px solid #cecece;
  border-right: none;
}
.consultation_one .question_form .question_button {
  color: #333;
  background-color: #f5fbff;
  border: 1px solid #a4b7c4;
  border-radius: 0;
}
.consultation_one .question_form .question_button:hover {
  text-decoration: none;
  background-color: #e3f3fe;
  border-color: #91a1ac;
}
.consultation_one .question_box_button {
  margin-bottom: 1em;
}
.consultation_one .box_back_button {
  margin-bottom: 1em;
  padding-right: 1em;
}
.consultation_one .block_item {
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.16);
}
.consultation_one .question_name {
  margin: 0;
  padding: 0.5em 1em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.consultation_one .question_one_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 1em;
}
.consultation_one .question_one_info .left_column {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 15%;
  min-width: 100px;
  padding-right: 0.5em;
  font-size: 0.85em;
}
.consultation_one .question_one_info .left_column .data_create {
  color: gray;
}
.consultation_one .question_one_info .left_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.consultation_one .question_one_info .left_column .employeeName {
  font-weight: bold;
}
.consultation_one .question_one_info .right_column {
  padding-left: 0.5em;
}
.consultation_one .question_one_info .right_column p:first-child {
  margin-top: 0;
}
.consultation_one .question_one_info .right_column p:last-child {
  margin-bottom: 0;
}
.consultation_one .container_yandex {
  padding-left: 0;
  padding-right: 0;
}
.top_box_search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1em;
}
.wrap_consult_form {
  width: 50%;
  padding: 1em;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.wrap_consult_form .item_form:first-child {
  margin-top: 0;
}
.wrap_consult_form .item_form:last-child {
  margin-bottom: 0;
}
.wrap_consult_form input[type=text],
.wrap_consult_form input[type=email],
.wrap_consult_form textarea {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #cecece;
  box-sizing: border-box;
}
.wrap_consult_form .photo_input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
  width: 100px;
  margin-right: 0.5em;
  text-align: center;
  color: #757575;
  border: 1px solid #e09595;
  cursor: pointer;
  line-height: 1.2;
}
.vet_obj .container_yandex {
  margin-top: 1em;
  padding: 0;
}
.pic_user {
  width: 100px;
  height: 100px;
  background-size: cover;
}
.box_user_pic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.preview_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.preview_list > li {
  margin-right: 0.5em;
}
.user_img_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1em;
  padding: 0;
  list-style: none;
}
.user_img_list > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 15%;
  min-width: 80px;
  margin-right: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #eaeaea;
}
.user_img_list > li:last-child {
  margin-right: 0;
}
.user_img_list .img_user_konsultacii {
  width: 100%;
  height: auto;
}
.doctor_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor_info_list .doctor_img {
  display: inline-block;
}
.doctor_info_list .doctor_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.link_contact {
  display: none;
}
footer {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #e3edfa;
  font-size: 14px;
}
footer .top_footer {
  background-color: #2986c3;
}
footer .all_menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 1em;
  list-style: none;
  line-height: 1.3;
  color: #fff;
}
footer .all_menu a {
  color: #d6ebf9;
}
footer .all_menu > li {
  padding: 0;
  max-width: 230px;
  width: 100%;
}
footer .all_menu ul {
  list-style-type: disc;
}
footer .all_menu ul li {
  padding: 0.2em 0;
}
footer .leftFooterBlock {
  padding-right: 0.5em;
}
footer .rightFooterBlock {
  padding-left: 0.5em;
}
footer .bottom_footer {
  background-color: #f5f5f5;
}
footer .bottom_footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 1em;
  background-image: url(//1vet.by/images/footprint4.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
footer .bottom_footer .container p {
  margin: 0;
}
footer .bottom_footer .container .footerBottom {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
footer a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
@media only all and (max-width: 1080px) {
  footer .all_menu li:nth-of-type(5),
  footer .all_menu li:last-of-type {
    display: none;
  }
  .vetobject .filter_horizontal {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .vetobject .filter_horizontal .hide_menu_filter h3 {
    min-width: auto;
  }
}
@media only all and (max-width: 1000px) {
  .top_header .container {
    padding: 0.3em 1em;
  }
  .top_header .right_box {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .top_header .hide_mobile {
    display: none;
  }
  .top_header .box_language {
    border: 1px solid #cdcdcd;
  }
  .top_header .box_burger {
    width: 48px;
    height: 48px;
    margin-left: 1.2em;
    background-image: url(//1vet.by/images/icons/menu48.png);
    background-size: cover;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .main_header .hide_mobile {
    display: none;
  }
  .center_header .name_box .hide_mobile {
    display: none;
  }
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .show_mobile img {
    width: 50px;
    height: 50px;
  }
  .show_mobile span {
    font-size: 16px;
  }
  .container,
  main.container {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .show_nav_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .show_nav_menu .hide_mobile {
    display: block;
    padding: 0;
  }
  .show_nav_menu .hide_mobile li {
    width: 100%;
  }
  .show_nav_menu .box_burger_close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1em;
    right: 1em;
    background-image: url(//1vet.by/images/icons/close48.png);
    cursor: pointer;
  }
  .main_page_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_page_list .main_item {
    width: 100%;
  }
  .main_page_list > li:last-of-type {
    display: none;
  }
  .main_box {
    margin: 1em 0;
    margin-bottom: 0;
    padding-top: 0.5em;
  }
  .main_box .main_list_item {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: 33.3%;
    min-width: 260px;
    margin-bottom: 0.5em;
    padding: 0 1em;
  }
  .main_box .main_list_item ul {
    padding-left: 0;
  }
  .main_box h3 {
    margin-top: 0.5em;
    padding-left: 40px;
  }
  .main_box h3 a::before {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    left: -44px;
  }
  .popular .main_list_item {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    min-width: 145px;
    padding: 0.5em 1em;
  }
  .popular h3 {
    padding-left: 40px;
  }
  .popular h3 a::before {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    left: -44px;
  }
  .box_news .left_box {
    width: 25%;
  }
  .box_news a {
    margin-bottom: 0.8em;
  }
  .box_art .art_item {
    display: none;
  }
  .box_art .art_item:nth-child(-n+4) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .section_big {
    height: 200px;
  }
  .bread_crumbs {
    display: none;
  }
  .page_info .drop_buttons_container .filter_button {
    display: inline-block;
  }
  .page_info .left_column {
    display: none;
    padding: 1em 0.5em;
  }
  .page_info .left_column .container_yandex {
    margin: 1em -0.5em 0;
  }
  .page_info .top_column {
    padding: 1em 0.5em;
  }
  .page_info .right_column {
    padding-left: 0;
  }
  .page_info .show_filter {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 101;
    margin: 0;
    padding-bottom: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    animation: showFilterMenu 0.4s;
  }
  .page_info .show_filter .container_yandex {
    display: none;
  }
  .page_info .wrap_filters {
    margin: 0 auto;
    padding: 0 0.5em;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .page_info .filter_close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    padding: 1em;
    background-image: url(//1vet.by/images/icons/close48.png);
    background-color: #c4c4c4;
    background-position: center;
    background-size: 75%;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }
  .page_info .filter_top p {
    display: block;
    margin: 0;
    margin-bottom: 1em;
    padding: 1em;
    padding-right: 40px;
    background: #fff;
  }
  .vetobject .left_column .container_yandex {
    margin: 0;
  }
  @keyframes showFilterMenu {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes showFilterMenuRight {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .box_buttons_show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: fixed;
    bottom: 2em;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
  }
  .vetobject .left_column {
    display: block;
    width: 100%;
    padding: 0;
  }
  .vetobject .right_column {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    box-sizing: border-box;
    overflow: hidden;
  }
  .vetobject .right_column .box_map {
    height: 100vh;
  }
  .vetobject .show_map {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 101;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    animation: showFilterMenu 0.4s;
    opacity: 1;
  }
  .vetobject .show_map .box_map {
    top: 0;
    height: 100vh;
  }
  .vetobject .show_map .filter_close {
    left: 1.5em;
    z-index: 10;
    background-color: #1e98ff;
    box-shadow: 1px 1px 4px -2px black;
    border: 2px solid #fff;
  }
  .vetobject .show_map.right_show_map {
    animation: showFilterMenuRight 0.4s;
  }
  .vetobject .filter_horizontal {
    display: block;
  }
  .vetobject .filter_horizontal > * {
    padding: 0;
  }
  .vetobject .filter_horizontal ul {
    margin: 1em 0;
  }
  .vetobject .filter_horizontal ul:last-child {
    margin-bottom: 0;
  }
  .vetobject .filter_horizontal h3 {
    margin: 1em 0;
  }
  .vetobject .filter_horizontal .hide_menu_filter {
    position: relative;
  }
  .vetobject .filter_horizontal .hide_menu_filter h3 {
    display: block;
    font-weight: bold;
    font-size: 1.17em;
  }
  .vetobject .filter_horizontal .hide_menu_filter h3::after {
    content: none;
  }
  .vetobject .filter_horizontal .hide_menu_filter .filter {
    display: block;
    position: static;
    min-width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .top_column {
    display: none;
  }
  .vet_descritpion {
    padding: 0.5em;
  }
  .vet_info .vet_item {
    margin-bottom: 0.5em;
  }
  .item_description {
    margin: 0 0.5em 0.5em;
  }
  .show_results {
    padding: 0 0.5em;
  }
  .show_results .livesearch_wrapper .livesearch {
    padding: 0.5em;
  }
  .show_results .livesearch_wrapper .livesearch [type=submit] {
    top: 0.5em;
    right: 0.5em;
  }
  .search_value_result .header_li {
    padding: 0.5em;
  }
  .search_value_result .result_li a {
    padding: 0.5em;
  }
  .search_value_result .result_pic a {
    padding: 0 0.5em;
  }
  .search_value_result .result_text {
    padding-left: 0.5em;
  }
  .consultation_list {
    padding: 0.5em;
  }
  .consultation_list .consultation_item:nth-of-type(odd) {
    padding-right: 0;
  }
  .consultation_list .question_name {
    padding: 0.5em;
  }
  .consultation_list .question_info {
    padding: 0.5em;
  }
  .consultation_list .consultation_box {
    margin-bottom: 0.5em;
  }
  .consultation_one {
    padding: 0.5em;
  }
  .consultation_one .block_item {
    margin-bottom: 0.5em;
  }
  .consultation_one .question_name {
    padding: 0.5em;
  }
  .consultation_one h1.question_name {
    font-size: 1.3em;
  }
  .consultation_one .question_info {
    padding: 0.5em;
  }
  .consultation_one .question_info .left_column {
    padding-right: 0;
  }
  .consultation_one .question_one_info {
    padding: 0.5em;
  }
  .wrap_obj_img {
    margin-right: 0.5em;
  }
  .box_contact {
    padding: 0.5em;
  }
  .contact_item.vet_item {
    width: 50%;
    margin-right: 0.5em;
  }
  .contactsSendMessage {
    width: 50%;
    max-width: none;
  }
  .head_contact {
    padding: 0.5em;
  }
  .contact_form,
  .contact_info {
    padding: 1em 0.5em;
  }
  .wrap_object_page .wrap_beast_nav {
    display: none;
  }
  .wrap_object_page .mobile_view {
    display: block;
  }
  .wrap_object_page .question_name {
    padding: 0.5em;
  }
  .wrap_object_page .beast_nav {
    padding: 0.5em;
    padding-left: 25px;
  }
  .wrap_sick_page .wrap_sick_nav {
    display: none;
  }
  .wrap_sick_page .mobile_view {
    display: block;
  }
  .wrap_sick_page .question_name {
    padding: 0.5em;
  }
  .wrap_sick_page .sick_nav {
    padding: 0.5em;
    padding-left: 25px;
  }
  .object_page {
    padding-left: 0;
    overflow: hidden;
  }
  .link_contact {
    display: block;
  }
}
@media only all and (max-width: 800px) {
  footer .all_menu {
    display: none;
  }
  footer .bottom_footer .container {
    display: block;
  }
  footer .rightFooterBlock {
    padding-left: 0;
  }
  .box_art .art_item {
    width: 50%;
    min-height: 200px;
  }
  .wrap_vet_obj {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrap_obj_img {
    height: auto;
    width: 40%;
  }
  .vet_info {
    width: 60%;
  }
  .box_contact {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.5em;
  }
  .box_contact .contactsSendMessage {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 1em;
  }
  .box_contact .contact_item {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
    margin-right: 0;
  }
  .consultation_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation_list .consultation_item {
    width: 100%;
  }
  .consultation_list .consultation_item:nth-of-type(even) {
    padding-left: 0;
  }
  .consultation_one .question_info .left_column {
    width: 24%;
  }
  .object_page .wrap_img {
    float: none;
  }
  .wrap_consult_form {
    width: 100%;
    padding: 0.5em;
  }
}
@media only all and (max-width: 740px) {
  .box_news .left_box {
    width: 30%;
  }
  .box_news .right_box {
    padding-bottom: 1.5em;
    line-height: 1.2;
  }
  .box_news .right_box .more_info {
    display: none;
  }
  .box_news .right_box h3 {
    padding-right: 0;
    max-height: 40px;
    overflow: hidden;
  }
  .box_news .right_box p {
    margin: 0.5em 0;
    max-height: 68px;
    line-height: 17px;
  }
  .box_news .date_news {
    bottom: 0.5em;
  }
  .section_big {
    height: 160px;
  }
  .all_object {
    line-height: 1.2;
  }
  .all_object .object_item {
    min-height: 120px;
  }
  .all_object .box_image {
    width: 30%;
  }
  .all_object .box_info {
    padding: 0.5em;
    font-size: 0.8em;
  }
  .all_object .box_info p {
    margin: 0.5em 0;
  }
  .all_object .box_info .box_img_phone {
    right: auto;
    left: -3.5em;
    bottom: 0.1em;
    top: auto;
  }
  .img_map {
    top: -2px;
    left: -2px;
  }
}
@media only all and (max-width: 600px) {
  h1 {
    font-size: 1.5em;
  }
  .vetobject .filter_horizontal .wrap_select {
    width: 100%;
    padding-right: 0;
  }
  .all_object .object_item {
    min-height: 100px;
  }
  .page_info .show_filter .box_button_filter {
    position: fixed;
    right: 0.5em;
    left: 0.5em;
    bottom: 0;
    padding: 0.5em;
    background-color: #fff;
  }
  .page_info .show_filter .box_button_filter .button {
    display: block;
    width: 100%;
  }
  .object_page table {
    font-size: 0.7em;
  }
  .object_page table td {
    padding: 1px;
  }
  .consultation_one .question_one_info .left_column {
    display: none;
  }
  .consultation_one .question_one_info .right_column {
    padding-left: 0;
  }
}
@media only all and (max-width: 540px) {
  .vet_descritpion {
    display: block;
    margin-bottom: 0;
  }
  .vet_descritpion .vet_info {
    width: 100%;
    padding: 0;
    padding-top: 0.5em;
    box-sizing: border-box;
  }
  .vet_descritpion .wrap_obj_img {
    width: 100%;
    height: 226px;
  }
  .search_value_result .result_picture {
    width: 60px;
    height: 40px;
  }
}
@media only all and (max-width: 460px) {
  footer .bottom_footer .container .footerBottom {
    position: static;
    text-align: right;
  }
  .main_page_list .wrap_big_box .small_list li {
    min-height: 180px;
  }
  .main_page_list .small_list li {
    min-height: 90px;
  }
  .box_news .right_box {
    padding: 0.6em 0.5em 1em;
  }
  .box_news .right_box p {
    max-height: 51px;
    line-height: 17px;
  }
  .box_news .right_box .date_news {
    font-size: 0.8em;
    bottom: 0.4em;
  }
  .box_art .art_item {
    width: 100%;
    min-height: 170px;
  }
  .section_big {
    height: 120px;
  }
  .vetobject .all_object {
    line-height: 18pt;
  }
  .vetobject .all_object .vetobject_item {
    display: block;
  }
  .vetobject .all_object .box_image {
    width: 100%;
    min-height: 150px;
  }
  .vetobject .all_object .img_map {
    top: 4px;
    left: -4px;
  }
  .vetobject .all_object .box_info {
    font-size: 0.9em;
  }
  .vetobject .all_object .box_info .box_img_phone {
    right: 0.5em;
    left: auto;
    bottom: auto;
    top: -22px;
  }
  .vetobject .all_object .box_info .img_phone {
    width: 24px;
    height: 24px;
    padding: 0.8em;
  }
  .map_object {
    max-width: 250px;
  }
  .consultation_list .consultation_date {
    font-size: 0.85em;
  }
  .consultation_wrap .question_form,
  .consultation_one .question_form {
    padding-right: 0;
  }
  .object_page .wrap_img {
    width: 100%;
  }
}
