

/* Start:/local/templates/zdravgorod/css/cookie.css?168507670622774*/
/** Light color-scheme **/
:root{
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-font-size: 16px;
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-border-radius: .35em;
  --cc-btn-primary-bg: #ca0b14;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
  --cc-btn-border-radius: 4px;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgb(4, 6, 8);
  --cc-overlay-opacity: .85;
  --cc-consent-modal-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode{
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}

.cc_div {
  font-size: var(--cc-font-size);
  font-weight: 400;
  font-family: var(--cc-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before{
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc{
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a{
  border-bottom: 1px solid;
}

.cc_div a:hover{
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov{
  transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}

.c--anim .c-bn{
  transition: background-color .25s ease!important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr{
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov{
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr{
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr{
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr{
  transform: translateY(1.6em);
}

#cm.top.slide{
  transform: translateY(-1.6em);
}

#cm.bar.slide{
  transform: translateY(100%);
}

#cm.bar.top.slide{
  transform: translateY(-100%);
}
/* end transitions */

/* Show modals */

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr{
  opacity: 1;
  transform: scale(1);
  visibility: visible!important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle{
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt{
  visibility: visible!important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov{
  visibility: visible!important;
  opacity: var(--cc-overlay-opacity)!important;
}

#cm{
  font-family: inherit;
  padding: 1.1em 1.5em 1.4em 1.5em;
  position: fixed;
  z-index: 1;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.250em;
  right: 1.250em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: var(--cc-consent-modal-box-shadow);
  opacity: 0;
  visibility: hidden;
  transform: scale(.95);
  line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block!important;
}

#c-ttl{
  margin-bottom: .7em;
  font-size: 1.05em;
}

.cloud #c-ttl{
  margin-top: -.15em;
}

#c-txt{
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns{
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn{
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: var(--cc-btn-border-radius);
  flex: 1;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn{
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn{
  float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover{
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}

/**
CookieConsent settings modal
**/
#s-cnt{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl{
  outline: none;
}

#s-bl .title{
  margin-top: 1.4em;
}

#s-bl .title:first-child{
  margin-top: 0;
}

#s-bl .b-bn{
  margin-top: 0;
}

#s-bl .b-acc .p{
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl{
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color .25s ease;
}

#s-cnt .b-bn .b-tl.exp{
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover{
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn{
  position: relative;
}

#s-bl .c-bl{
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid var(--cc-section-border);
  transition: background-color .25s ease;
}

#s-bl .c-bl:hover{
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child{
  margin-bottom: .5em;
}

#s-bl .c-bl:first-child{
  transition: none;
  padding: 0;
  margin-top: 0;
  border:none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover{
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex{
  padding: 0;
  border: none;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl{
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex{
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child{
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child{
  margin-bottom: .5em;
}

#s-bl .b-acc{
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc{
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p{
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled{
  cursor: not-allowed;
}

#c-vln{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs{
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr{
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns{
  background: var(--cc-bg);
}

#s-bl{
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.8em;
  display: block;
  width: 100%;
}

#s-bns{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link{
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active{
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child{
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child{
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child{
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg{
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover{
  background: var(--cc-btn-primary-hover-bg);
  color: var(--cc-btn-primary-hover-text);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover{
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}

#s-hdr{
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid var(--cc-section-border);
}

#s-ttl{
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn{
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}

#s-c-bnc{
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text{
  height: 31.250em;
  overflow-y: auto;
  margin-top: 1.250em;
}

#c-s-in{
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar{
    width: .9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.250em 0.250em 0;
  }

  #s-bl::-webkit-scrollbar-thumb{
    border: 0.25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }

  #s-bl::-webkit-scrollbar-thumb:hover{
    background: var(--cc-webkit-scrollbar-bg-hover);
  }

  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: var(--cc-toggle-bg-off);
  transition: background-color .25s ease, box-shadow .25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl{
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro{
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro{
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after{
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
  transition: transform .25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after{
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td{
  border: none;
}

#s-bl tbody tr{
  transition: background-color .25s ease;
}

#s-bl tbody tr:hover{
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child{
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs{
  width: 100vw;
}

#cm-ov,
#cs-ov{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov{
  display: block;
}

#cs-ov{
  z-index: 2;
}

.force--consent .cc_div{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div{
  visibility: visible;
}

.force--consent #cm{
  position: absolute;
}

.force--consent #cm.bar{
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent{
  overflow-y: hidden!important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body{
  height: auto!important;
  overflow-x: hidden!important;
}
/** END BLOCK PAGE SCROLL */

/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before{
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  position: absolute;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before{
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before{
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute;
}

#s-c-bn::before,
#s-c-bn::after{
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after{
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i{
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease;
}

.cc_div .on-i{
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after{
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}
.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i{
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i{
  opacity: 0;
}
/** END ICONS **/

#cm.box.middle,
#cm.cloud.middle{
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom{
  transform: scale(.95) translateY(-50%);
}

#cm.box.center{
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

.cc_div .cloud #c-inr{
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i{
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt{
  font-size: 0.85em;
}

.cc_div .cloud #c-bns{
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn{
  margin: .625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child{
  margin: 0;
}

#cm.cloud.left{
  margin-right: 1.25em;
}

#cm.cloud.right{
  margin-left: 1.25em;
}
/* End cloud layout */

/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr{
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns{
  max-width: 33.75em;
}

#cm.bar #cs{
  padding: 0;
}

.cc_div .bar #c-s-in{
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs{
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr{
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr{
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt{
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr{
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr{
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}
/* End bar layout */

/* Positions */
#cm.top {
  bottom: auto;
  top: 1.250em;
}

#cm.left{
  right: auto;
  left: 1.250em;
}

#cm.right{
  left: auto;
  right: 1.250em;
}

#cm.bar.left,
#cm.bar.right{
  left: 0;
  right: 0;
}

#cm.bar.top{
  top: 0;
}
/* end positions */

@media screen and (max-width: 688px) {

  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right{
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em!important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }

  .force--consent #cm,
  .force--consent #cm.cloud{
    width: auto;
    max-width: 100vw;
  }

  #cm.top{
    top: 1em;
    bottom: auto;
  }

  #cm.bottom{
    bottom: 1em;
    top: auto;
  }

  #cm.bar.bottom{
    bottom: 0;
  }

  #cm.cloud .c-bn{
    font-size: .85em;
  }

  #s-bns,
  .cc_div .bar #s-bns{
    padding: 1em 1.3em;
  }

  .cc_div .bar #s-inr{
    max-width: 100%;
    width: 100%;
  }

  .cc_div .cloud #c-inr-i{
    padding-right: 0;
  }

  #cs{
    border-radius: 0;
    padding: 0;
  }

  #c-s-in{
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }

  .cc_div .b-tg{
    transform: scale(1.1);
    right: 1.1em;
  }

  #s-inr{
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }

  #s-bns{
    height: 7.9em;
  }

  #s-bl,
  .cc_div .bar #s-bl{
    padding: 1.3em;
  }

  #s-hdr,
  .cc_div .bar #s-hdr{
    padding: 0 1.3em;
  }

  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }

  #s-inr.bns-t{
    padding-bottom: 10.5em;
  }

  .bns-t #s-bns{
    height: 10.5em;
  }

  .cc_div .bns-t .c-bn{
    font-size: 0.83em;
    padding: .9em 1.6em;
  }

  #s-cnt .b-bn .b-tl{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt{
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr{
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #s-bl tr{
    border-top: 1px solid var(--cc-cookie-table-border);
  }

  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }

  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #cm .c-bn,
  .cc_div .c-bn{
    width: 100%;
    margin-right: 0;
  }

  #s-cnt #s-rall-bn{
    margin-left: 0;
  }

  .cc_div #c-bns{
    flex-direction: column;
  }

  #c-bns button + button,
  #s-cnt button + button{
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }

  #cm.cloud,
  #cm.box{
    left: 1em;
    right: 1em;
    width: auto;
  }

  #cm.cloud.right,
  #cm.cloud.left{
    margin: 0;
  }

  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i{
    display: block;
    width: auto;
    min-width: unset;
  }

  .cc_div .cloud #c-txt{
    font-size: .9em;
  }

  .cc_div .cloud #c-bns{
    margin-top: 1.625em;
  }
}
/* End */


/* Start:/local/templates/zdravgorod/css/style.css?174704070494446*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

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

body {
  margin: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.doctorsConsent {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

a.bluelink {
  color: #005099;
}

.errors {
  color: #c42c2b;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

.oksvg {
  height: 18px;
  margin-bottom: 2px;
}

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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

body {
  min-height: 105vh;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  padding-top: 250px;
}

body.active {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 32px;
}

.headline {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #DC295F;
  margin: 0 0 32px 0;
}

.textline {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  opacity: 0.95;
  margin: 0 0 40px 0;
}

.subheading {
  font-style: normal;
}

a,
button {
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: transparent;
}

a:active,
button:active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}

a:hover,
button:hover {
  opacity: 0.8;
}

section {
  padding: 32px 0;
  position: relative;
}

.btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 24px 44px 23px;
  background-color: #005099;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.btn span {
  display: block;
  opacity: 0.5;
}

.btn img {
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.btn-menu {
  display: none;
}

.btn:hover {
  opacity: 1;
  background-color: #3186D3;
}

.btn:active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #052F55;
}

.btn.pink {
  background-color: #DC295F;
}

.btn.pink:hover {
  background-color: #FF5C8D;
}

.btn.pink:active {
  background-color: #B51142;
}

.btn.green {
  background-color: #A5CE31;
}

.btn.green:hover {
  background-color: #C9EF5C;
}

.btn.green:active {
  background-color: #8BB21A;
}

.btn.outline {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.btn.outline:hover {
  background-color: #E7F7FA;
  border-color: transparent;
}

.btn.outline:active {
  background-color: #C5ECF1;
  border-color: transparent;
}

.btn.sm {
  padding: 12px 24px;
}

.btn[disabled] {
  color: white;
  opacity: 0.5;
  cursor: unset;
  pointer-events: none;
}

.btn i {
  display: none;
}

.btn[disabled] i {
  display: inline-block;
}

.btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  padding: 6px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  stroke: black;
  color: black;
}

.btn-link svg {
  vertical-align: middle;
  width: 24px;
  margin-left: 4px;
  height: 24px;
}

.btn-link:hover {
  opacity: 1;
  color: #567795;
  stroke: #567795;
}

.btn-link:active {
  opacity: 1;
  color: #005099;
  stroke: #005099;
}

.btn-link.white {
  padding-right: 28px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  background-image: url("/local/templates/zdravgorod/css/../img/arrow-circle.svg");
}

.btn-second {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-second:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #005099;
  border-color: #005099;
}

.btn-2 {
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  padding: 12px 30px 11px;
  color: #000;
  border: 2px solid #000;
}

.btn-2[disabled] {
  background-color: #fff;
  opacity: 0.4;
}

.btn-search {
  width: 64px;
  height: 64px;
  border: 2px solid #005099;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  background-image: url("/local/templates/zdravgorod/css/../img/i-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
}

.btn-search:hover {
  opacity: 1;
  border-color: #3186D3;
}

.btn-search:active {
  opacity: 1;
  border-color: #052F55;
}

.btn-list {
  display: inline-block;
  font-weight: 400;
  width: unset;
  min-width: unset;
  border: none;
  height: unset;
  font-size: 16px;
  line-height: 19px;
  color: #005099;
  padding: 2px 32px 7px;
  background-image: url("/local/templates/zdravgorod/css/../img/i-location.svg"), url("/local/templates/zdravgorod/css/../img/i-arrow_down.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left center, right center;
  position: relative;
  margin: 0;
}

.btn-list:hover {
  opacity: 0.6;
}

.btn-list:active {
  opacity: 1;
}

.btn-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
  left: 32px;
  height: 1px;
  border-bottom: 1px dashed #005099;
}

.wrapper, .wrap, .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap.strech {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrap.start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.wrap.around {
  z-index: 10;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wrap.evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.socials {
  margin: 0 18px 0 auto;
}

.socials a {
  display: inline-block;
}

.socials img {
  display: block;
  max-width: 30px;
}

ol {
  padding: 0 0 0 25px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

input,
textarea,
select {
  display: block;
  border: 1px solid #000000;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 72px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 16px;
  background-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #B8B8B8;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #B8B8B8;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #B8B8B8;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #B8B8B8;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #B8B8B8;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #B8B8B8;
}

label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  display: block;
  margin-bottom: 4px;
}

select {
  cursor: pointer;
  background-image: url("/local/templates/zdravgorod/css/../img/arrow-down_black.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  -webkit-filter: contrast(1);
  filter: contrast(1);
}

.inp {
  margin: 0 0 10px 0;
  width: 100%;
  max-width: 49%;
}

.inp label {
  display: block;
}

.inp .heading {
  display: block;
  padding-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.inp .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
}

.inp-wrap {
  margin-bottom: 20px;
}

.inp-wrap label {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 5px;
  color: black;
  opacity: 0.7;
}

.inp-wrap input {
  margin: 0;
}

.inp-wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inp-wrap .wrap label {
  display: block;
  width: 100%;
}

.inp-wrap .wrap input {
  width: 70%;
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}

.inp-wrap .wrap select {
  font-size: 16px;
  padding: 0 15px;
  height: 50px;
  margin: 0;
  width: 30%;
  min-width: 87px;
  border-left: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.inp-wrap.err label {
  color: red !important;
}

.inp-wrap.err input, .inp-wrap.err select {
  border-color: rgba(255, 0, 0, 0.4);
  -webkit-animation: shadowErr 2s ease;
  -moz-animation: shadowErr 2s ease;
  -o-animation: shadowErr 2s ease;
  animation: shadowErr 2s ease;
}

.inp-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F4F4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 16px;
}

.inp-checkbox, .inp-radio {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
}

.inp-checkbox label, .inp-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E7F7FA;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center right 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  min-height: 64px;
  cursor: pointer;
}

.inp-checkbox input, .inp-radio input {
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.inp-checkbox input:checked ~ label, .inp-radio input:checked ~ label {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  background-image: url("/local/templates/zdravgorod/css/../img/tick-white.svg");
  background-color: #A5CE31;
}

.heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}

.text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.subheading {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}

textarea {
  height: 116px;
  padding-top: 18px;
}

ul {
  padding: 0 0 0 28px;
}

ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 12px;
  position: relative;
}

.shapes {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.shapes img {
  position: absolute !important;
  z-index: -1;
  top: 10% !important;
}

table {
  width: 100%;
}

table thead {
  color: #fff;
}

table thead tr {
  background-color: #005099;
}

table .btn {
  font-weight: 400;
}

table th {
  min-width: 165px;
}

table td, table th {
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

table tbody tr {
  background-color: #CCEBEF;
}

table tbody tr:nth-child(odd) {
  background-color: #E7F7FA;
}

table td,
table th {
  position: relative;
  z-index: 1;
}

table td::before,
table th::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 80, 153, 0.18);
  opacity: 0;
}

table td.cur_row::before, table td.cur_col::before,
table th.cur_row::before,
table th.cur_col::before {
  opacity: 1;
}

hr {
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  margin: 20px 0 20px;
}

.link-lk {
  margin-left: 10px;
  display: contents;
}
.link-lk:hover {
  color: black;
}

.btn-lk {
  background-color: white !important;
  color: black;
  border: solid 2px black;
  height: 65px;
  margin-left: 10px;
}
.btn-lk:hover {
  background-color: #dbeff6 !important;

  border-color: #dbeff6;
}
.div-lk {
  order: 0;
}


.tag {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  padding: 2px 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 8px 8px 0;
}

.tag.pink {
  border-color: #DC295F;
  background-color: #DC295F;
}

.tag.blue {
  border-color: #005099;
  background-color: #005099;
}

.tag.green {
  border-color: #A5CE31;
  background-color: #A5CE31;
}

.tag.black {
  border-color: black;
  color: black;
  background-color: transparent;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999999;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/local/templates/zdravgorod/css/../img/i-close.svg");
  background-repeat: no-repeat;
  background-position: right 80px top 30px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -webkit-animation: opacity 0.3s ease forward;
  -moz-animation: opacity 0.3s ease forward;
  -o-animation: opacity 0.3s ease forward;
  animation: opacity 0.3s ease forward;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style: none;
  padding: 24px 0 0;
}

.pagination a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 12px 10px;
}

.pagination a.active, .pagination a:hover {
  color: #fff;
  background-color: #005099;
}

.pagination a[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.pagination li {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.pagination li:last-of-type {
  /*  margin-left: 20px;*/
}

/*.pagination li:last-of-type::before {
  content: "...";
  position: absolute;
  left: -20px;
  bottom: 10px;
  display: inline-block;
}*/

.filter {
  padding: 0 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter .btn {
  padding: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0 30px 0 0;
  width: 220px;
  border: none !important;
  background-color: #dbeff6;
}
.filter .btn:hover {
  background-color: #ec7c3c !important;
}

.filter .row {
  width: 480px;
  display: block;
  margin: 0 0 0 auto;
}

.filter .row select {
  margin: 4px 0 0;
  width: 100%;
}

main {
  padding: 0 0 32px;
}

p {
  /*font-weight: 500;*/
  font-size: 16px;
  line-height: 19px;
}

.rowone {
  text-align: center;
}

.h3 {
  color: #005099;
  font-size: 30px;
}

.rowone .text {
  font-size: 20px;
  padding: 10px 0;
}

.rowone .textsoc {
  color: gray;
}

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

.back-btn {
  text-align: center;
  padding-top: 15px;
}

.button_white {
  max-width: 360px;
  text-align: center;
  color: #1b537c;
  font-weight: bold;
  text-decoration: none;
  border-radius: 14px;
  padding: 15px 0;
  display: block;
  border: 1px solid #1b537c;
  margin: 35px auto;
  width: 100%;
}

.rowone .socials {
  max-width: 400px;
  margin: 10px auto;
}

.pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #dc295f;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button__icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/img/phone.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font: 12px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}

.pulse-button__rings {
  border: 1px solid #dc295f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: pulse_1;
  animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  -webkit-animation-name: pulse_2;
  animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  -webkit-animation-name: pulse_3;
  animation-name: pulse_3;
}

.modal-content p.headlinesmall {
  font-size: 14px;
  line-height: 14px;
  margin: -15px 0 10px;
  text-align: center;
  color: #005099;
}

.news-item {
  min-height: 470px;
}

.doctor__name a {
  text-decoration: none !important;
  color: #000 !important;
}
.doctor__name a:hover {
  color: #ee6a1f !important;
}
.donotdecoration {
  text-decoration: none !important;
}
#aftermapline {
  margin: 10px 0 25px 0;
  border-top: 1px solid #dbeff6;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 970px) {
.btn-lk {
  margin-left: auto;
}
  #gotoorder {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .headline {
    font-size: 38px;
  }

  .textline {
    font-size: 20px;
  }

  ul.dont li, ul.do li {
    padding-left: 35px;
    -webkit-background-size: 26px 26px;
    -moz-background-size: 26px 26px;
    -o-background-size: 26px 26px;
    background-size: 26px 26px;
  }

  .overlay {
    background-position: right 20px top 30px;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
  }

  table {
    width: 100vw;
    position: relative;
    left: -16px;
  }

  table .btn {
    color: transparent;
    padding: 0 !important;
    overflow: hidden;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
    background-image: url("/local/templates/zdravgorod/css/../img/arrow-circle.svg");
  }

  table thead th span {
    text-align: left;
    padding-left: 11px;
  }

  table th, table td {
    min-width: 10vw !important;
    width: unset !important;
    font-size: 16px;
    line-height: 19px;
    padding: 2px;
    height: 115px;
    border-width: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  table th span, table td span {
    display: block;
    padding: 0 0 0 0;
    width: 110px;
    position: absolute;
    left: 18%;
    bottom: 0;
    -webkit-transform: rotate(-90deg) translateY(-18%);
    -moz-transform: rotate(-90deg) translateY(-18%);
    -ms-transform: rotate(-90deg) translateY(-18%);
    -o-transform: rotate(-90deg) translateY(-18%);
    transform: rotate(-90deg) translateY(-18%);
    -webkit-transform-origin: 14% 12%;
    -moz-transform-origin: 14% 12%;
    -ms-transform-origin: 14% 12%;
    -o-transform-origin: 14% 12%;
    transform-origin: 14% 12%;
  }

  table tbody th span {
    left: 10%;
  }

  .filter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter .btn {
    margin: 0 10px 16px;
  }

  .filter .row {
    padding-top: 8px;
    width: 480px;
    display: block;
    margin: 0 auto;
  }

  .filter .row select {
    width: 100%;
  }

  h1 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1100px) {
  body {
    padding-top: 158px;
  }
  #gotoorder {
    margin: 16px auto 0;
  }

  .div-lk {
    order: 5;
    margin-left: auto;
  }

  .btn-search {
    width: 40px;
    height: 40px;
  }

  .btn-menu {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("/local/templates/zdravgorod/css/../img/i-menu.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .slider .slick-next {
    right: -16px;
  }

  .slider .slick-prev {
    left: -16px;
  }

  .inp-checkbox label, .inp-radio label {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 700px) {
  body {
    padding-top: 138px;
  }

  .div-lk button{
    width: 100%;
  }

  .headline {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
    text-align: center;
  }

  .textline {
    font-size: 18px;
  }

  select {
    font-size: 16px;
  }

  .inp-wrap label {
    font-size: 15px;
  }

  section {
    padding: 20px 0;
  }

  h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
  }

  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider .slick-next {
    right: 0;
  }

  .slider .slick-prev {
    left: 0;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-content {
  width: 94%;
  min-height: 100px;
  max-height: 98%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 580px;
  overflow-y: scroll;
  color: black;
  text-align: right;
  padding: 40px 100px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-content::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.modal-content .headline {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #005099;
}

.modal-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.modal-content form .wrap .btn {
  width: 48%;
  padding: 24px 0;
}

.modal-content .btn {
  margin-bottom: 24px;
}

.modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  background-image: url("/local/templates/zdravgorod/css/../img/close-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
}

.modal.is-open {
  display: block;
}

.modal#modal-office {
  background-image: url(/local/templates/zdravgorod/css/../img/arrow-big.svg);
  background-repeat: no-repeat;
  background-position: top 110px left 25%;
}

.modal#modal-office .modal-content {
  top: 54%;
}

@media screen and (max-width: 1500px) {
  .modal#modal-office {
    background-position: top 80px left 120px;
    -webkit-background-size: 180px auto;
    -moz-background-size: 180px auto;
    -o-background-size: 180px auto;
    background-size: 180px auto;
  }
}

@media screen and (max-width: 1200px) {
  .modal-content {
    padding: 30px 50px;
  }

  .modal-content .btn {
    width: 100%;
  }

  .modal-close {
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .modal#modal-office {
    background-image: none !important;
  }
}

@media screen and (max-width: 700px) {
  .modal-content {
    max-width: 400px;
    padding: 40px 20px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
  }

  .modal-content .headline {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .modal-content form .wrap .btn {
    padding: 16px 0;
    font-size: 14px;
  }

  .modal-close {
    top: 17px;
    right: 16px;
    font-size: 14px;
  }
}

.header {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
}

.header .container,
.header .nav,
.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: unset;
}

.header-top {
  width: 100%;
  padding: 13px 0 18px;
  margin-bottom: 37px;
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -10000;
  background-color: #F4FBFC;
}

.header__phone {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  color: #005099;
}

.header .btn-search {
  margin: 0 17px 0 auto;
}

.header .logo {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header .logo img {
  display: inline-block;
  width: 350px;
}

.header .logo span {
  width: 178px;
  margin: 0 0 0 50px;
  display: inline-block;
  color: #005099;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.header .nav {
  width: 100%;
  padding-top: 25px;
}

.header .nav__link {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  padding: 18px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}

.header .nav__link::before {
  content: "";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: #F4FBFC;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header .nav__link:nth-child(2) {
  padding-left: 0;
}

.header .nav__link:nth-child(2)::before {
  width: -webkit-calc(100% + 18px);
  width: -moz-calc(100% + 18px);
  width: calc(100% + 18px);
  left: -18px;
}

.header .nav__link:nth-child(8) {
  padding-right: 0;
}

.header .nav__link:nth-child(8)::before {
  width: -webkit-calc(100% + 18px);
  width: -moz-calc(100% + 18px);
  width: calc(100% + 18px);
  left: 0;
}

.header .nav__link.active, .header .nav__link:hover {
  opacity: 1;
  color: #000;
}

.header .nav__link.active::before, .header .nav__link:hover::before {
  opacity: 1;
}

.header-contact {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 600px;
  max-width: 90%;
  padding: 8px 15px 0 0;
  z-index: 9999;
}

.header .search-form {
  display: none;
  position: relative;
}

.header .search-form input {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header .search-form button {
  position: absolute;
  top: 0;
  right: 25px;
  width: 42px;
  height: 100%;
  background-image: url(/local/templates/zdravgorod/css/../img/i-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 45% 45%;
  -moz-background-size: 45%;
  -o-background-size: 45%;
  background-size: 45%;
  z-index: 1111;
}

.header.fixed .div-lk {
  order:6;
  margin-left: auto;
}

.header.fixed .div-lk button {
  height: 39px;
}

@media screen and (min-width: 1200px) {
  .header .search-form {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 90px;
    left: 50%;
    width: 900px;
    height: 72px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
  }

  .header .search-form input {
    background-color: #fff;
    border: none;
    max-width: 900px;
  }

  .header .search-form button {
    width: 72px;
    right: 0;
    -webkit-background-size: 30% 30%;
    -moz-background-size: 30%;
    -o-background-size: 30%;
    background-size: 30%;
    background-color: rgba(0, 80, 153, 0.05);
  }

  .header .search-form.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.header * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.header.fixed {
  position: fixed;
  padding: 13px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #F4FBFC;
  -webkit-animation: fixTop 0.3s ease forwards;
  -moz-animation: fixTop 0.3s ease forwards;
  -o-animation: fixTop 0.3s ease forwards;
  animation: fixTop 0.3s ease forwards;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.fixed .logo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header.fixed .logo img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.header.fixed .logo span {
  display: none;
}

.header.fixed .nav {
  width: 620px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  padding: 0;
}

.header.fixed .nav__link {
  padding: 5px;
  font-size: 16px;
}

.header.fixed .btn {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  padding: 12px 42px 11px;
}

.header.fixed .btn-list {
  padding: 2px 28px 7px 0;
  background-image: url("/local/templates/zdravgorod/css/../img/i-arrow_down.svg");
  background-position: right center;
}

.header.fixed .btn-list::before {
  left: 0;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
}

.header.fixed .btn-search {
  display: none;
}

.header.fixed .header-top {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: inline-block;
  width: unset;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.header.fixed .header-top::before {
  display: none;
}

.header.fixed .header-contact {
  display: none;
}

@media screen and (max-width: 1100px) {
  .div-lk {
    margin: 16px auto 0;
  }
  .header .nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 84%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    background-color: #fff;
    -webkit-transition: visibility ease 0.3s, opacity ease 0.3s, -webkit-transform ease 0.3s !important;
    transition: visibility ease 0.3s, opacity ease 0.3s, -webkit-transform ease 0.3s !important;
    -o-transition: visibility ease 0.3s, opacity ease 0.3s, -o-transform ease 0.3s !important;
    -moz-transition: visibility ease 0.3s, transform ease 0.3s, opacity ease 0.3s, -moz-transform ease 0.3s !important;
    transition: visibility ease 0.3s, transform ease 0.3s, opacity ease 0.3s !important;
    transition: visibility ease 0.3s, transform ease 0.3s, opacity ease 0.3s, -webkit-transform ease 0.3s, -moz-transform ease 0.3s, -o-transform ease 0.3s !important;
    z-index: 99999999;
  }

  .header .nav__link {
    display: block;
    padding: 8px 25px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .header .search-form {
    display: block;
    width: 100%;
    padding: 0 27px 0 24px;
    position: relative;
    margin-bottom: 7px;
    z-index: 1;
  }

  .header .search-form input {
    display: block;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    border: 2px solid #005099;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 41px;
    margin: 0;
  }

  .header .logo {
    display: block;
    margin: 0 auto 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header .logo img {
    width: 300px;
    margin: 0 auto 5px;
  }

  .header .logo span {
    display: block;
    min-width: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .header-top {
    margin-bottom: 16px;
    padding: 17px 0 15px;
    text-align: center;
  }

  .header-top .container {
    display: block;
    margin-bottom: 30px;
  }

  .header__phone {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header .btn {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .header .btn-search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 18px;
  }

  .header .btn-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-contact {
    position: static;
    display: block;
    padding: 16px 0 0 24px;
  }

  .header-top .socials {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }

  .header-top .socials a {
    /*margin: 16px 16px 16px 0;*/
  }

  .header-top .socials {
    margin-left: 10px;
  }

  .header.fixed .logo {
    margin: 0;
    /*width: 40px;*/
  }

  .header.fixed .logo img {
    margin: 0;
    width: 42px;
    height: 40px;
    padding-left: 2px;
  }

  .header.fixed .header-top {
    margin: 0 auto 0 20px;
  }

  .header.fixed .btn {
    margin: 0 0 0 20px;
  }

  .header.active {
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    z-index: unset;
  }

  .header.active .nav {
    width: 84%;
    padding: 24px 0 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 700px) {

  .div-lk {
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 700px) {
  .header .logo {
    width: 240px;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }

  .header .logo img {
    display: block;
    width: 200px;
    margin: 0 auto 12px;
  }

  .header .logo span {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
  }

  .header .btn {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    max-width: 450px;
    margin: 16px auto 0;
  }

  .header .btn-search {
    margin: 0;
  }

  .header .btn-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header .btn-link {
    display: inline-block;
  }

  .header.fixed {
    padding: 10px 0 13px;
  }

  .header.fixed .header-top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
  }

  .header.fixed .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 42px;
  }

  .header.fixed .logo img {
    width: 42px;
    height: 40px;
  }

  .header.fixed .btn {
    margin: 10px auto 0;
  }

  .header.fixed .btn-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header.fixed .btn-list {
    font-size: 14px;
    padding: 2px 24px 5px 0;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
  }
}

@-webkit-keyframes fixTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fixTop {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fixTop {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fixTop {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.footer {
  background-color: #005099;
  color: #fff;
  padding: 32px 0 35px;
}

.footer a {
  color: #fff;
}

.footer .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .logo {
  display: block;
  max-width: 250px;
  margin-bottom: 30px;
}

.footer .logo img {
  display: block;
}

.footer .col, .footer-nav {
  max-width: 24%;
}

.footer-nav a {
  display: block;
}

.footer-nav a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.footer__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 16px;
}

.footer__link {
  ont-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 5px 0;
  color: #fff;
}

.footer__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.footer__text a {
  text-decoration: underline;
}

.footer__phone {
  padding: 20px 0 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.footer .socials {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer .socials img {
  max-width: 40px;
}

.info .services_descr_txt ul {
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .footer .logo {
    margin: 0 40px 0 0;
  }

  .footer .logo img {
    margin: 0 auto;
  }

  .footer .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-nav {
    max-width: 31%;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .footer {
    padding: 16px 0 6px;
  }

  .footer .container {
    display: block;
  }

  .footer .logo {
    margin: 0 auto 30px;
  }

  .footer-nav {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }

  .footer .socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .footer .col {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}

.contacts {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: auto 0 0 0;
}

.contacts .container {
  z-index: unset;
  margin: 0 auto;
}

.contacts-wrap {
  position: relative;
  z-index: 1;
}

.contacts .box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 26px;
  display: inline-block;
  min-width: 380px;
  position: absolute;
  top: 0;
  left: -webkit-calc((100% - 1200px) / 2);
  left: -moz-calc((100% - 1200px) / 2);
  left: calc((100% - 1200px) / 2);
  z-index: 10000;
  position: inherit;
}

.contacts .box a:hover {
  text-decoration: underline;
}

.contacts .headline {
  padding: 0 30px 16px;
  position: relative;
  z-index: 1000;
}

.contacts__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #005099;
  background-image: url("/local/templates/zdravgorod/css/../img/location-fill.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 22px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  margin: 0 0 10px;
}

.contacts__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #005099;
  margin: 0 0 20px;
}

.contacts__text a {
  color: #005099;
}

.contacts iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.05);
}

.contacts-item {
  width: 32%;
  padding: 20px;
  background-color: #F4FBFC;
}

.contacts-item iframe {
  display: block;
  margin-bottom: 24px;
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px) !important;
  width: -moz-calc(100% + 40px) !important;
  width: calc(100% + 40px) !important;
  height: 300px !important;
  background-color: rgba(0, 0, 0, 0.1);
}

.contacts-item .email,
.contacts-item .phone,
.contacts-item .location {
  display: block;
  background-repeat: no-repeat;
  background-position: top 5px left;
  padding: 8px 0 8px 32px;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.contacts-item .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px;
}

.contacts-item .location {
  background-image: url("/local/templates/zdravgorod/css/../img/location-black.svg");
  margin: 0px;
}

.contacts-item .phone {
  background-image: url("/local/templates/zdravgorod/css/../img/call.svg");
}

.contacts-item .email {
  background-image: url("/local/templates/zdravgorod/css/../img/email.svg");
}

.contacts-item a:hover {
  text-decoration: underline;
}

.contacts-item .btn {
  width: 100%;
  display: block;
  margin: 36px 0 0;
}

@media screen and (max-width: 1200px) {
  .contacts .box {
    left: 0;
    min-width: unset;
    width: 320px;
  }

  .contacts-item {
    min-width: 330px;
    width: 330px;
    margin-right: 16px;
  }

  .contacts-item .heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .contacts-wrapper {
    width: 100vw;
    position: relative;
    left: -16px;
    padding: 0 0 0 16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .contacts-wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 700px) {
  .contacts {
    padding: 20px 0 0;
  }

  .contacts .headline {
    padding-bottom: 0;
  }

  .contacts .box {
    width: 100%;
    position: static;
  }

  .contacts iframe {
    position: static;
    height: 450px !important;
  }
}

.select {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: unset;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 72px;
  margin: 0 0 16px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-styled {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 100%;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px 0 20px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 25px;
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 37%;
  right: 20px;
  background-image: url("/local/templates/zdravgorod/css/../img/arrow-down_black.svg");
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-styled.active {
  border-color: #005099;
  background-color: #F4FBFC;
}

.select-options {
  display: none;
  position: absolute;
  z-index: 111;
  height: unset;
  max-height: 210px;
  overflow-y: scroll;
  top: 105%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #005099;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
}

.select-options li {
  margin: 0;
  padding: 10px 22px;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.select-options li:hover, .select-options li.is-selected {
  background-color: #F4FBFC;
}

.select-options li[rel=hide] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 2px 0px;
}

.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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  margin: 0;
  min-height: 1px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
  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;
}

.slick-arrow {
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 100000;
  border: none;
  background-image: url("/local/templates/zdravgorod/css/../img/right.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.slick-arrow::before {
  display: none;
}

.slick-prev {
  left: -50px;
  -webkit-transform: scale(-1) !important;
  -moz-transform: scale(-1) !important;
  -ms-transform: scale(-1) !important;
  -o-transform: scale(-1) !important;
  transform: scale(-1) !important;
}

.slick-next {
  right: -50px;
}

.slick-disabled {
  cursor: no-drop;
  pointer-events: none;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
  opacity: 0.5;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  width: unset;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
}

.slick-dots li::before {
  display: none;
}

.slick-dots button {
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  background-color: #BDBDBD;
  margin: 0;
  padding: 0;
  color: transparent;
}

.slick-dots .slick-active button {
  background-color: #005099;
}

@media screen and (max-width: 1200px) {
  .slick-arrow {
    width: 20px;
    height: 20px;
  }

  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 700px) {
  .slick-slider {
    width: 100vw;
    position: relative;
    left: -16px;
  }

  .slick-next {
    right: 0px;
  }

  .slick-prev {
    left: 0px;
  }
}

.hero {
  padding: 20px 0;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  z-index: 1;
}

.hero-slider .bg {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  z-index: -1;
}

.hero .heading {
  max-width: 640px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 20px;
}

.hero-slide {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  padding: 35px 0 39px;
  margin: 0 0 8px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}

.hero-slide::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -111111;
  background-color: #7AD6CA;
}

.hero-slide p {
  font-size: 16px;
  line-height: 22px;
  max-width: 590px;
  margin: 0 0 30px;
}

.hero-slide.light {
  color: #000;
}

.hero-slide.light::before {
  bottom: 0;
  background-color: #E7F7FA;
}

.hero .slick-current {
  opacity: 1;
}

.hero__img {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  max-height: 100%;
  right: 0;
}

.main {
  overflow: hidden;
}

.main p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}

.main p a {
  display: inline-block;
  color: #005099;
  text-decoration: underline;
}

.main-title {
  width: 45%;
  min-height: 300px;
  position: relative;
}

.main__img {
  display: block;
  width: 52%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main .shapes img:nth-child(2) {
  width: 22px;
  top: auto !important;
  left: 50% !important;
  bottom: 10% !important;
}

.main .shapes img:nth-child(3) {
  width: 63px;
  top: auto !important;
  bottom: 55% !important;
  left: 63% !important;
}

.main .shapes img:nth-child(4) {
  width: 55px;
  top: auto !important;
  bottom: 40% !important;
  left: 35% !important;
}

.main .shapes img:nth-child(1) {
  width: 110px;
  left: auto !important;
  top: auto !important;
  bottom: 4% !important;
  right: 10% !important;
}

.main-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 62px;
}

.main-wrap.notFound .main__img {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.main-wrap.notFound .shapes {
  width: 90%;
  top: 50%;
  height: 120%;
}

.main-wrap.notFound .shapes img:nth-child(1) {
  width: 191px;
  bottom: 0% !important;
}

.main-wrap.notFound .shapes img:nth-child(2) {
  width: 22px;
  top: auto !important;
  left: 20% !important;
  bottom: 10% !important;
}

.main-wrap.notFound .shapes img:nth-child(3) {
  width: 108px;
  top: 0 !important;
  bottom: auto !important;
  left: auto !important;
  right: 0 !important;
}

.main-wrap.notFound .shapes img:nth-child(4) {
  width: 95.49px;
  bottom: 65% !important;
  left: 20% !important;
}

@media screen and (max-width: 900px) {
  .main-wrap {
    display: block;
    max-width: 700px;
    margin: 0 auto 67px;
  }

  .main__img {
    max-width: unset;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    margin-bottom: 20px;
  }

  .main-title {
    width: 100%;
  }
}

.sales .wrap,
.sales .wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sales img {
  width: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  display: block;
}

.sales-title {
  padding: 20px 20px 60px;
  min-height: 248px;
  background-color: #005099;
  color: #fff;
  position: relative;
  /*min-width: 292px;*/
}

.sales .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px;
}

.sales .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 20px;
}

.sales__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 24px 0 0;
}

.sales .btn-link {
  color: #fff;
  stroke: white;
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 111;
}

.sales .btn-link:hover {
  opacity: 0.5;
}

.sales-item {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 20px;
}

.sales-item:nth-of-type(2n+2) .sales-title {
  background-color: #DC295F;
}

.sales-item:nth-of-type(4n+3) .sales-title {
  background-color: #D1609D;
}

.sales-item:nth-of-type(4n) .sales-title {
  background-color: #A5CE31;
}

.sales.sm .wrap:not(.around) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sales.sm .sales-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 32%;
  margin-right: 2%;
}

@media screen and (min-width: 1200px) {
  .sales.sm .sales-item:nth-of-type(2n+2) {
    margin-right: 2%;
  }

  .sales.sm .sales-item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

.sales.sm .sales-title {
  width: 67%;
  background-color: #005099;
}

.sales.sm img {
  width: 33%;
}

.catalog {
  overflow: hidden;
}

.catalog-item {
  width: 30%;
  position: relative;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px 0 10px 55px;
  margin: 0 0 24px 0;
}

.catalog-item img {
  position: absolute;
  left: 0;
  top: calc(50% - 17px);
  z-index: 1;
  pointer-events: none;
  height: 34px;
  width: 36px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.catalog-item:hover {
  text-decoration: underline;
  color: #005099;
}

.catalog-item.hidden {
  display: none;
}

.catalog .shapes img:nth-child(1) {
  left: -30px !important;
}

.catalog .shapes img:nth-child(2) {
  top: 10% !important;
  left: 35% !important;
}

.catalog .shapes img:nth-child(3) {
  top: 21% !important;
  left: 58% !important;
}

.catalog .shapes img:nth-child(4) {
  left: auto !important;
  right: 4% !important;
}

.catalog .shapes img:nth-child(5) {
  top: auto !important;
  bottom: 9% !important;
  left: auto !important;
  right: 21% !important;
}

.doctor {
  display: inline-block;
  width: 375px;
  background-color: #F4FBFC;
  padding: 0 20px 16px;
  margin: 0 15px 20px 0;
  overflow: hidden;
  text-align: center;
}

.doctor img {
  max-width: unset;
  background-color: #F4F4F4;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 378px;
  position: relative;
  left: -20px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  margin: 0 0 24px;
}

.doctor__name {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 29px !important;
  margin: 0 0 18px !important;
}

.doctor__descr {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  margin: 0 0 14px !important;
}

.doctor__price {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 29px !important;
  margin: 0 0 31px !important;
  color: #005099 !important;
}

.doctor .btn {
  padding: 24px 0;
  margin: 0 0 24px;
  width: 48%;
}

.doctors {
  overflow: hidden;
}

.doctors .slick-slide {
  width: 377px;
  margin: 0 18px 0px 0;
}

.doctors-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.doctors-wrap .doctor {
  width: 49%;
  margin: 0 0 30px;
}

@media screen and (min-width: 1200px) {
  .doctors-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .doctors-wrap .doctor {
    width: 378px;
    margin: 0 17px 30px 0;
  }

  .doctors-wrap .doctor:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

.path {
  padding: 14px 0 32px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.path a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 8px;
  color: #B8B8B8;
}

.path a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/zdravgorod/css/../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.path a:last-of-type {
  pointer-events: none;
}

.path a:last-of-type::after {
  display: none;
}

.info .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 24px;
}

.info .col {
  width: 48%;
}

.info .shapes img:nth-child(1) {
  left: -30px !important;
}

.info .shapes img:nth-child(2) {
  width: 191px;
  top: 1% !important;
  left: 35% !important;
}

.info .shapes img:nth-child(3) {
  top: 18% !important;
  left: 64% !important;
}

.info .shapes img:nth-child(4) {
  top: auto !important;
  bottom: -9% !important;
  left: 30% !important;
}

.info .shapes img:nth-child(5) {
  width: 276px;
  top: auto !important;
  bottom: -29% !important;
  left: auto !important;
  right: 10% !important;
}

.about {
  overflow: hidden;
}

.about .wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.about .wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: #F4FBFC;
}

.about-info {
  position: relative;
}

.about-info img {
  display: block;
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.about__description {
  background-color: rgba(244, 251, 252, 0.9);
  width: 380px;
  margin: 0 0 0 auto;
  min-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #005099;
  padding: 50px 30px;
}

.about-item {
  width: 240px;
  text-align: center;
}

.about-item img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  margin: 0 auto 20px;
}

.about-item .heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #005099;
  margin: 0 auto 20px;
}

.about-item .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.reviews {
  overflow: hidden;
}

.reviews-item {
  width: 570px;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin: 0 17px 24px 0;
}

.reviews-item p {
  font-size: 14px;
  line-height: 18px;
}

.reviews-item a:hover {
  text-decoration: underline;
}

.reviews img {
  width: 120px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 120px;
  margin: 0 22px 0 0;
}

.reviews-title {
  padding: 17px;
  background-color: #F4FBFC;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}

.reviews-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: red;
  background-color: #F4FBFC;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  z-index: -1;
  top: 40px;
  left: -12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reviews__text {
  font-weight: 400;
  margin: 0 0 20px;
}

.reviews__locatioin {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #005099;
  background-image: url("/local/templates/zdravgorod/css/../img/location-fill.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
}

.reserve {
  overflow: hidden;
}

.reserve .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.reserve img {
  width: 45%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reserve form {
  background-color: #F4FBFC;
  width: 55%;
  padding: 32px 58px;
}

.reserve form .btn {
  margin-bottom: 16px;
}

.reserve form p {
  font-size: 12px;
  line-height: 110%;
  max-width: 400px;
}

.reserve .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #DC295F;
  margin: 0 0 32px;
}

.news-item {
  background-color: #005099;
  color: #fff;
  padding: 0 20px 70px;
  position: relative;
}

.news-item img {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  max-width: unset;
  display: block;
  /*aspect-ratio: 16/8;*/
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 10px;
}

.news-item .time {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 20px;
}

.news-item .heading {
  font-weight: 700;
  font-size: 16px;
  min-height: 38px;
  line-height: 19px;
  margin: 0 0 20px;
}

.news-item .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 15px;
}

.news-item .btn-link {
  position: absolute;
  left: 20px;
  bottom: 16px;
  color: #fff;
  stroke: white;
}

.news-item .btn-link:hover {
  opacity: 0.6;
}

.news-item .btn-link:active {
  opacity: 1;
}

.news-item .location {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  background-image: url("/local/templates/zdravgorod/css/../img/location-white.svg");
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px;
}

@media screen and (min-width: 700px) {
  .news-item {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 800px) {
  .news-item {
    width: 32%;
    margin: 0 2% 30px 0;
  }

  .news-item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .news-item {
    width: 24%;
    margin: 0 15px 30px 0;
  }

  .news-item:nth-of-type(4n+4) {
    margin-right: 0;
  }

  .news-item:nth-of-type(3n+3) {
    margin-right: 15px;
  }
}

@media screen and (min-width: 700px) {
  .news .wrap:not(.around) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 800px) {
  .news .wrap:not(.around) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

article::after {
  content: "";
  clear: both;
  display: table;
}

.services .wrap:not(.around) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services .wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services .col {
  width: 49%;
}

.services-item {
  width: 32%;
  margin: 0 2% 20px 0;
  padding: 16px 16px 8px;
  background-color: #E7F7FA;
  position: relative;
  z-index: 1;
  cursor: default;
}

.services-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 16px;
  background-image: url("/local/templates/zdravgorod/css/../img/arrow-circle_black.svg");
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (min-width: 1200px) {
  .services-item:nth-of-type(3n+3) {
    margin-right: 0;
  }

  .services-item:hover::before {
    #opacity: 1;
  }
}

.services .heading {
  max-width: 80%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 8px;
}

.services .tag {
  margin: 0 8px 8px 0;
}

.services-box {
  width: 100%;
  margin: 0 0 26px;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.services-box.active {
  /* border-color: #005099;*/
}

.services-box.active .services-btn::before {
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

.services-content {
  /*display: none;*/
  border-top: 1px solid #005099;
}

.services .service {
  background-color: #fff;
  border-bottom: 1px solid #005099;
  padding: 16px 27px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.services .service:last-of-type {
  border: none;
}

.services .service p {
  max-width: 80%;
}

.services .service .btn-block {
  margin-top: 10px;
  /*position: absolute;
  bottom: 0;
  left: 27px;*/
  display: none;
}

.services .service .btn-block button {
  margin-right: 10px;
  margin-top: 10px;
}

.services .service:hover {
  background-color: rgba(0, 80, 153, 0.2);
}

.services .service:hover .btn-block {
  /**opacity: 1;
  transition: 3s;*/
}

.blk-price {
  display: block !important;
}

.services__price {
  position: absolute;
  right: 27px;
  top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: right;
  z-index: 1;
}

.services-btn {
  width: 100%;
  text-align: left;
  background-color: #E7F7FA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 17px 55px 17px 22px;
  #min-height: 72px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  z-index: 1;
}

.services-btn::before {
  content: "";
  /*display: block;*/
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 16px;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -moz-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  -o-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  background-image: url("/local/templates/zdravgorod/css/../img/arrow-circle_black.svg");
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.services-btn:active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.specialists {
  overflow: hidden;
}

.specialists .wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100vw;
  position: relative;
  left: -16px;
  padding: 0 16px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.specialists .wrap::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.specialists-item {
  min-width: 179px;
  width: 179px;
  background-color: #F4FBFC;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  margin: 0 17px 24px 0;
  z-index: 1;
}

.specialists-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(165, 206, 49, 0.7);
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.specialists-item::after {
  content: "Выбрать";
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  background-color: #DC295F;
  position: absolute;
  opacity: 0;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.specialists-item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 0 8px;
}

.specialists-item .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 0 10px;
  margin: 0 0 16px;
}

.specialists-item .descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 0 10px;
}

.wr-embedded-widget-modal.mob-edit .wr-embedded-widget-modal__container {
  top: 50px !important;
}

@media screen and (min-width: 1200px) {
  .specialists-item:hover {
    opacity: 1;
  }

  .specialists-item:hover::before, .specialists-item:hover::after {
    opacity: 1;
  }
}

.specialists-item:last-of-type {
  margin-right: 0;
}

.specialists-item.active {
  background-color: #A5CE31;
  color: #fff;
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: none !important;
}

.specialists-item.active::after {
  content: "";
  padding: 0;
  width: 24px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-color: transparent;
  height: 24px;
  z-index: 10;
  left: auto;
  right: 8px;
  opacity: 1;
  top: 8px;
  background-image: url("/local/templates/zdravgorod/css/../img/tick-circle.svg");
}

.specialists-item.active::before {
  display: none;
}

.specialists-item.active .btn {
  display: none;
}

.specialists-table {
  display: none;
}

.specialists-table.active {
  display: block;
}

.feature {
  background-color: #F4FBFC;
  padding: 30px 0;
  margin: 32px 0;
}

.feature .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #005099;
  margin: 0 0 46px;
}

.feature-item {
  width: 300px;
  text-align: center;
}

.feature-item img {
  margin: 0 auto 34px;
}

.feature-item .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

article img {
  width: 30%;
  margin: 0 2% 20px 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  float: left;
  clear: both;
  display: table;
}

article p {
  float: right;
  width: 68%;
  margin: 0 0 20px;
}

article p::after {
  content: "";
  clear: both;
  display: table;
}

#recaptchaOrderFrm {
  margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {
  article {
    max-width: 700px;
    margin: 0 auto;
  }

  article img, article p {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 20px;
  }

  article img {
    max-width: unset;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }
}

.medic {
  z-index: 10;
  padding: 20px 0 60px;
  background-image: url("/local/templates/zdravgorod/css/../img/shape-4.svg"), url("/local/templates/zdravgorod/css/../img/shape-1.svg");
  background-repeat: no-repeat;
  background-position: center center, right 240px bottom 100px;
  -webkit-background-size: 194px auto, 86px auto;
  -moz-background-size: 194px auto, 86px auto;
  -o-background-size: 194px auto, 86px auto;
  background-size: 194px auto, 86px auto;
}

.medic h1 {
  color: #DC295F;
  margin-bottom: 24px;
}

.medic .position {
  font-weight: 700;
  max-width: 100%;
  font-size: 32px;
  line-height: 39px;
  margin: 0;
}

.medic-title {
  width: 43%;
  min-height: 570px;
}

.medic-title .wrap {
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.medic-title p {
  margin-top: 40px;
  max-width: 400px;
}

.medic-title .btn {
  margin-right: 20px;
}

.medic-title .btn:last-of-type {
  margin: 0;
}

.medic__img {
  display: block;
  width: 48%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  background-color: #F4F4F4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .main-wrap.notFound .main__img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .main-wrap.notFound .shapes {
    width: 100%;
    top: 0;
  }

  .hero-slide {
    width: 95vw;
    text-align: center;
  }

  .hero-slide::before {
    bottom: 0;
  }

  .hero-slide .bg {
    width: 490px;
    height: unset;
    max-width: unset;
    bottom: 50px;
    -webkit-transform: translateX(-62%);
    -moz-transform: translateX(-62%);
    -ms-transform: translateX(-62%);
    -o-transform: translateX(-62%);
    transform: translateX(-62%);
    top: auto;
  }

  .hero-slide.light {
    padding-bottom: 0;
  }

  .hero .heading {
    margin: 0 auto 20px;
  }

  .hero p {
    margin: 0 auto 20px;
  }

  .hero .btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .hero__img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0 auto;
  }

  .catalog-item {
    width: 48%;
  }

  .sales img {
    width: 100%;
    min-height: unset;
  }

  .sales-item {
    display: block;
  }

  .sales-title {
    min-height: 200px;
  }

  .sales.sm .wrap:not(.around) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sales.sm .sales-item {
    width: 49%;
    margin: 0 0 2%;
  }

  .about-item {
    width: 40%;
    margin-bottom: 40px;
  }

  .reserve img {
    width: 40%;
  }

  .reserve form {
    width: 60%;
    padding: 40px 40px;
  }

  .services .wrap:not(.around) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .services-item {
    width: 48%;
    margin: 0 0 20px;
  }

  .services-btn {
    font-size: 14px;
    line-height: 18px;
  }

  .services__price {
    font-size: 14px;
    line-height: 18px;
  }

  .services-box {
    margin-bottom: 16px;
  }

  .services .service {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 20px;
  }

  .feature .heading {
    max-width: 90%;
    margin: 0 auto 30px;
  }

  .feature-item {
    margin-bottom: 30px;
  }

  .feature .wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .path {
    text-align: center;
    padding: 24px 0;
  }

  .medic {
    padding: 0 0 20px;
    background-image: none;
  }

  .medic .container {
    max-width: 700px;
  }

  .medic h1 {
    margin-bottom: 32px;
  }

  .medic__img {
    position: static;
    width: 100%;
    margin-bottom: 32px;
  }

  .medic-title {
    width: 100%;
    text-align: center;
  }

  .medic-title p,
  .medic-title .wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }

  .medic-title .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  .hero-slider {
    width: 100%;
    left: 0;
  }

  .hero .heading {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }

  .hero .text {
    margin-bottom: 24px;
  }

  .catalog-item {
    width: 100%;
    /*display: none;*/
  }

  .catalog-item:nth-of-type(1), .catalog-item:nth-of-type(2), .catalog-item:nth-of-type(3), .catalog-item:nth-of-type(4) {
    display: block;
  }

  .sales .wrap {
    width: 100vw;
    position: relative;
    left: -16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 0 0 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sales .wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .sales-title {
    padding: 20px 16px 60px;
  }

  .sales-item {
    width: 330px;
    min-width: 330px;
    /*margin: 0 15px 20px 0;*/
  }

  .sales.sm .sales-item {
    min-width: 330px;
    width: 85vw;
    max-width: 380px;
    margin: 0 20px 0 0;
  }

  .sales.sm img {
    height: 100%;
    min-height: 100%;
  }

  .sales .wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .doctor {
    width: 320px;
    margin: 0 10px 20px;
  }

  .doctor img {
    height: 320px;
  }

  .doctor .btn {
    padding: 22px 0;
  }

  .doctors-wrap {
    width: 100vw;
    position: relative;
    left: -16px;
    /*-webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;*/
    padding: 0 16px;
    /*overflow-x: scroll;*/
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .doctors-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .doctors-wrap .doctor {
    min-width: 90vw;
    min-width: 90vw;
    margin-right: 16px;
  }

  .about-info img {
    position: relative;
    left: -16px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1;
  }

  .about__description {
    padding: 24px 0;
    position: static;
    margin: auto;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
  }

  .about-item {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 30px;
  }

  .reserve .container {
    display: block;
  }

  .reserve .heading {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
  }

  .reserve img {
    width: 100%;
  }

  .reserve form {
    width: 100%;
    padding: 24px 16px;
  }

  .reserve form p {
    font-size: 12px;
    line-height: 130%;
  }

  .reserve form .btn {
    display: block;
    width: 100%;
  }

  .reserve-slider {
    width: 100%;
    left: 0;
  }

  .news .wrap {
    /*width: 100vw;*/
    position: relative;
    /*left: -16px;*/
    padding: 0 16px;
    /*-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
  }

  .news .wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .news-item {
    width: 325px;
    min-width: 325px;
    margin: 0 10px 20px 0;
  }

  .news-item img {
    height: unset;
  }

  article .btn {
    padding: 24px 14px 23px;
    display: block;
    max-width: 450px;
  }

  .reviews img {
    width: 60px;
    height: 60px;
  }

  .reviews-title::before {
    top: 12px;
  }

  .reviews-item {
    width: 90vw;
    margin: 0 12px 24px;
  }

  .info .col {
    width: 100%;
    z-index: 10;
  }

  .info .shapes {
    max-height: 80%;
  }

  .info .shapes img:nth-child(3) {
    display: none !important;
  }

  .services .wrap {
    width: 100vw;
    position: relative;
    left: -16px;
    padding: 0 16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .services .wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .services-item {
    min-width: 90vw;
    width: 90vw;
    margin-right: 15px;
  }

  .services-item::before {
    opacity: 1;
  }

  .services .heading {
    width: 85%;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }

  .services .col {
    width: 100%;
  }

  .feature .heading {
    max-width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }

  .medic .position {
    font-size: 24px;
    line-height: 29px;
  }

  .medic-title .wrap {
    display: block;
  }

  .medic-title .btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .medic p {
    font-size: 14px;
    line-height: 17px;
  }

  .main-title .btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 450px;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/zdravgorod/components/bitrix/map.yandex.view/map_on_main/style.css?1684819359368*/
.contacts .bx-yandex-view-layout
{
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.05);
}
@media screen and ( min-width: 700px ) {
    .contacts .bx-yandex-view-layout
    {
        position: absolute;
    }
    .contacts .box
    {
        min-height: 450px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1684819355666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/zdravgorod/styles.css?17470407046765*/
#soglasie {
  height: auto;
  width: auto;
  float: left;
  margin:0;
  margin-top: 3px;
}
.wr-embedded-widget-modal__container {
  margin-top: 70px !important;
}
.privacy {
  text-decoration: underline;
}
.boxmodal p {
  text-align: left;
}
.boxmodal .phonenumber {
  font-weight: bold;
}
@media screen and ( max-width: 1100px ) {
  .btn-search {
    display: none!important;
  }
  .btn-menu
  {
    margin-right: 18px;
  }
}

.header {
  overflow: visible !important;
}

.hover-effect-btn {
  position: relative;
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease, 0.3s !important;
}

.dropdown-content {
  opacity: 0;
  /*height: 0;*/
  position: absolute;
  background: #F4FBFC;
  padding: 30px;
  top: 65px;
  left: 15px;
  z-index: 5;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease, 0.3s !important;
}

.hover-effect-btn.show-dropdown .dropdown-content {
  opacity: 1;
  /*height: auto;*/
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease, 0.3s !important;
}

.nav__link.about {
  display: flex;
  align-items: center;
  cursor: pointer;
}


.arrow {
  transition: transform 0.3s !important;
  transform: rotate(0deg);
}

.hover-effect-btn:hover .arrow {
  transform: rotate(180deg) translateY(-3px);
}

.dropdown__link {
  font-size: 18px;
  color: black;
  text-decoration: none;
  display: none;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 115px
}
.dropdown__link:hover{
  color: #005099;
}
.dropdown__link:not(:last-child){
  margin-bottom: 15px;
}
a:hover, button:hover {
  opacity: 1 !important;
  color: #005099;
}

.header .nav__link::before {
  content: "";
  opacity: 0 !important;
}
.header .nav__link.active, .header .nav__link:hover {
  opacity: 1 !important;
  color: #005099;
}
.btn__nav{
  display: none;
}
@media (max-width: 1100px) {
  .hover-effect-btn {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .btn__nav{
    display: block;
    margin: 0 10px;
  }
  .dropdown-content {
    opacity: 0;
    height: 0;
    position: unset;
    padding: 0;
    background-color: #F4FBFC;
    margin: 0 27px 0 24px;
    transform: translate(0, -15px);
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease, 0.3s !important;
  }
  
  .hover-effect-btn.show-dropdown .dropdown-content {
    opacity: 1;
    height: 100%;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out,transform 0.3s ease, 0.3s !important;
  }
  .nav__link.about {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
  }

  .arrow {
    transition: transform 0.3s !important;
  }

  .hover-effect-btn.show-dropdown .arrow {
    transform: rotate(180deg);
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease, 0.3s !important;
  }

  .dropdown__link {
    font-size: 16px;
    color: black;
    text-decoration: none;
    padding: 0 0 0 30px;
  }
  .dropdown__link:first-child {
    padding: 30px 0 0 30px;
  }
  .dropdown__link:last-child {
    padding: 0 0 30px 30px
  }
  .header .search-form {
    margin-bottom: 30px;
  }
  .header .nav__link {
    padding: 0 25px !important;
    margin-bottom: 30px;
  }
}
/*вынуждено поменяные классы*/
.header-top::before{
  background-color: #DBF0F6;
}
.header__phone {
   color: #000000; 
}
.btn {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #EE6A1E;
  border-radius: 50px;
}
.btn-search{
  border-radius: 50px;
  border: 2px solid  #000000;
}
.slick-dots .slick-active button {
  background-color: #EE6A1E;
}
.slick-dots button {
  background-color: #DBF0F6;
}

.hero-slide::before {
  background-color: #DBF0F6;
}
.hero-slide {
  color: #000;
}
.btn.outline {
  border: 2px solid black;
}
.btn.green {
  background-color: #FFFFFF;
  border: 2px solid black;
  color: black;
}
.doctor__name{
  margin: 0 0 8px !important;
}
.doctor__price {
  margin: 0 0 32px !important;
  color: black !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
}
.tag {
  border: 1px solid #000;
  color: #000;
}
.about__description {
  background-color: #DBF0F6;
  opacity: 0.9;
}
.about-item .heading {
  margin: 0 auto 8px;
}
.reviews__locatioin {
  color: #EE6A1E;
}
.about .wrap::before {
  background-color: #DBF0F6;
}

.news-item {
  background-color: #DBF0F6;
  color: #000;
}
.news-item .btn-link {
  color: #EE6A1E;
}
.contacts__heading {
  color: #EE6A1E;
}
.contacts__text {
  color: #000000;
}
.contacts__text a {
  color: #000000;
}
.footer {
  background-color: #DBF0F6;
  color: #000;
 
}
.footer a {
  color: #000;
}

.contacts__text {
  color: #000000;
}
.oksvg {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 0;
  width: 24px;
  height: 24px;
}
.headline {
  color: #000000;
}


.btn-search:hover {
  opacity: 1;
  border-color: #dbf0f6;
}

.btn:hover {
  opacity: 1;
  background-color: #dbf0f6;
}
.btn.pink {
  background-color: #EE6A1E;
}
.btn.pink:hover {
  border-color: #dbf0f6;
  color: #000;
}

.btn.outline:hover {
  background-color: #dbf0f6;
  border-color: transparent;
}
.btn.green:hover {
  background-color:  #dbf0f6;
  border: 2px solid #dbf0f6;
}
.tag__while{
  border: 1px solid #fff;
  color: #fff;
  /*width: 170px*/
  
}
.header .logo img {
  width: 420px;
}
.header.fixed .logo img {
  width: 70px;
}
.sales-title {
  min-height: 280px;
}

.plus__relative {
  position: absolute;
  top: 20px;
  right: 0;
}
.hero {
  margin: 20px 0;
  padding: 0;
}
.btn:active{
  color: #000;
  background-color:  #dbf0f6;
}
.btn.green:active {
  color: #000;
  background-color:  #dbf0f6;
}
.departaments-active {
  color: #000 !important;
  background-color: #ee6a1f !important;
  border: 0 !important;
}
.tag.blue {
  border-color: #000;
  background-color: #fff;
}
.tag.pink {
  border-color: #000;
  background-color: #fff;
}
.tag.green {
  border-color: #000;
  background-color: #fff;
}
@media screen and (max-width: 930px) {
  .hero {
    margin: 120px 0;
  }
}
@media screen and (max-width: 700px){
  .header.fixed .logo {
    width: 60px;
  }
  h1 {
    margin-top: 35px;
  }
  .hero {
    margin: 170px 0;
    padding: 0;
  }
}
@media screen and (max-width: 1200px){
  .svg__item-media__plus_1{
    display: none;
  }
  .svg__item-media__plus_2{
    display: none;
  }
}
/* Сдвигаем кнопку "Позвоните нам", чтобы не было перекрытия с кнопкой от SimpleDigital */
.pulse-button {
  bottom: 140px;
}
/* End */
/* /local/templates/zdravgorod/css/cookie.css?168507670622774 */
/* /local/templates/zdravgorod/css/style.css?174704070494446 */
/* /local/templates/zdravgorod/components/bitrix/map.yandex.view/map_on_main/style.css?1684819359368 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1684819355666 */
/* /local/templates/zdravgorod/styles.css?17470407046765 */
